gst-libs/gst/audio/gstbaseaudiosink.c: Fix for calibration API change.
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-23  Wim Taymans  <wim@fluendo.com>
2
3         * gst-libs/gst/audio/gstbaseaudiosink.c:
4         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
5         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6         Fix for calibration API change.
7
8 2005-11-23  msmith,,,  <set EMAIL_ADDRESS environment variable>
9
10         * gst-libs/gst/audio/multichannel.c:
11         (gst_audio_get_channel_positions),
12         (gst_audio_set_channel_positions),
13         (gst_audio_set_structure_channel_positions_list),
14         (gst_audio_fixate_channel_positions):
15           Use gst_value_array_*() functions on value arrays, not
16           gst_value_list_*().
17
18 2005-11-23  Edward Hervey  <edward@fluendo.com>
19
20         * autogen.sh:
21         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
22         Fixes autogen
23
24 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25
26         * check/Makefile.am:
27         * check/elements/videotestsrc.c: (setup_videotestsrc),
28         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
29         (main):
30           add a test for videotestsrc
31
32 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33
34         * gst/sine/.cvsignore:
35         * gst/sine/Makefile.am:
36         * gst/sine/gstsinesrc.c:
37         * gst/sine/gstsinesrc.h:
38         * gst/sine/sinesrc.vcproj:
39           and remove sinesrc from the repository.  Closes #321446
40
41 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
42
43         * configure.ac:
44         * gst-plugins-base.spec.in:
45           remove sinesrc from the build
46
47 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
48
49         * check/Makefile.am:
50         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
51         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
52         (main):
53           add a test for audiotestsrc, testing all waves.  Even seems
54           leak-free at first glance, nice job Stefan
55
56 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
57
58         * po/af.po:
59         * po/az.po:
60         * po/cs.po:
61         * po/en_GB.po:
62         * po/hu.po:
63         * po/it.po:
64         * po/nb.po:
65         * po/nl.po:
66         * po/or.po:
67         * po/sq.po:
68         * po/sr.po:
69         * po/sv.po:
70         * po/uk.po:
71         * po/vi.po:
72           Translation string updates
73
74         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
75         (gst_v4lsrc_set_caps):
76         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
77         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
78         * sys/v4l/v4lsrc_calls.h:
79           Improve v4lsrc, by making it work again.
80
81 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
82
83         * ext/libvisual/visual.c: (gst_visual_chain):
84           Fix the fps calculations.
85
86         * gst/ffmpegcolorspace/avcodec.h:
87           Move structure element for clarity
88
89         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
90         * gst-libs/gst/interfaces/tunernorm.h:
91         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
92         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
93         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
94         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
95         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
96         (gst_v4lmjpegsrc_getcaps):
97         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
98         (gst_v4lsrc_set_caps):
99         * sys/v4l/gstv4lsrc.h:
100         * sys/v4l/v4l_calls.c: (gst_v4l_open):
101         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
102         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
103         * sys/v4l/v4lsrc_calls.h:
104           Fractional framerates...
105
106 2005-11-22  Wim Taymans  <wim@fluendo.com>
107
108         * gst-libs/gst/audio/gstbaseaudiosink.c:
109         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
110         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
111         And we provide a clock by default, of course...
112
113 2005-11-22  Wim Taymans  <wim@fluendo.com>
114
115         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
116         This clock can be slaved to a master clock now.
117
118         * gst-libs/gst/audio/gstbaseaudiosink.c:
119         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
120         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
121         (gst_base_audio_sink_set_clock),
122         (gst_base_audio_sink_set_property),
123         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
124         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
125         * gst-libs/gst/audio/gstbaseaudiosink.h:
126         Handle slaving the internal clock to the clock selected in the
127         pipeline.
128         Add property to make the basesink not provide a clock.
129
130         * gst-libs/gst/rtp/gstbasertpdepayload.c:
131         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
132         (gst_base_rtp_depayload_wait):
133         * gst-libs/gst/rtp/gstbasertpdepayload.h:
134         We can use the clock in GstElement, no need to store it ourselves.
135
136 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
137
138         * docs/libs/tmpl/gstaudio.sgml:
139           update
140         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
141         (gst_paranoia_endian_get_type):
142         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
143         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
144         * gst/audiotestsrc/gstaudiotestsrc.c:
145         (gst_audiostestsrc_wave_get_type):
146         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
147         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
148         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
149         (gst_sync_method_get_type), (gst_unit_type_get_type),
150         (gst_client_status_get_type), (gst_multifdsink_class_init),
151         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
152         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
153         (gst_multifdsink_get_property):
154         * gst/tcp/gstmultifdsink.h:
155         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
156         * gst/videotestsrc/gstvideotestsrc.c:
157         (gst_videotestsrc_pattern_get_type):
158           remove deprecated properties
159           fix up enums to correctly have short lowercase dashed nicks
160
161 2005-11-22  Michael Smith <msmith@fluendo.com>
162
163         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
164         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
165           Add underscore.
166
167 2005-11-22  Michael Smith <msmith@fluendo.com>
168
169         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
170         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
171           Use utility method for scaling clocktime for fractional framerates.
172
173 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
174
175         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
176         (gst_visual_chain):
177         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
178         * ext/theora/theoradec.c: (theora_handle_type_packet):
179         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
180         (theora_enc_chain):
181         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
182         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
183         * gst-libs/gst/video/video.h:
184         * gst/ffmpegcolorspace/avcodec.h:
185         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
186         (gst_ffmpeg_caps_to_pixfmt):
187         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
188         (gst_ffmpegcsp_set_caps):
189         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
190         (gst_videorate_setcaps), (gst_videorate_blank_data),
191         (gst_videorate_chain):
192         * gst/videotestsrc/gstvideotestsrc.c:
193         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
194         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
195         (gst_videotestsrc_event), (gst_videotestsrc_create):
196         * gst/videotestsrc/gstvideotestsrc.h:
197         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
198         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
199         (gst_ximagesink_get_times), (gst_ximagesink_init):
200         * sys/ximage/ximagesink.h:
201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
202         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
203         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
204         * sys/xvimage/xvimagesink.h:
205           Convert elements to use fractions for their framerate.
206           V4L elements to come later tonight.
207
208 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
209
210         * gst-libs/gst/audio/audio.c:
211         * gst-libs/gst/audio/audio.h:
212           remove some deprecated functions
213
214 2005-11-22  Andy Wingo  <wingo@pobox.com>
215
216         * Update for gst_tag_setter API changes.
217
218 2005-11-22  Andy Wingo  <wingo@pobox.com>
219
220         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
221         (gst_ogg_demux_perform_seek):
222         * ext/theora/theoradec.c (theora_dec_sink_event):
223         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
224         update-funcnames.
225
226 2005-11-22  Wim Taymans  <wim@fluendo.com>
227
228         * examples/seeking/seek.c: (main):
229         Give higher priority to bus signals than the gtk events
230         to fix a race condition in the segment looping.
231
232 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
233
234         * ext/theora/Makefile.am:
235         * ext/vorbis/Makefile.am:
236         * gst-libs/gst/tag/Makefile.am:
237         * gst-plugins-base.spec.in:
238           Rename libgsttagedit to libgsttag (#322117).
239
240 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
241
242         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
244           Call gst_x_overlay_prepare_xwindow_id() to give applications
245           a final chance to set their own xwindow id before the video
246           sink creates its own window.
247
248 2005-11-22  Julien MOUTTE  <julien@moutte.net>
249
250         * sys/xvimage/xvimagesink.c:
251         (gst_xvimagesink_navigation_send_event): Handle navigation
252         events correcly with borders if applicable.
253
254 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
255
256         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
257         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
258         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
259         (gst_ffmpegcsp_caps_remove_format_info):
260         * gst/ffmpegcolorspace/imgconvert.c:
261         * gst/ffmpegcolorspace/imgconvert_template.h:
262           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
263           #318353); use gst_structure_has_name().
264
265 2005-11-22  Julien MOUTTE  <julien@moutte.net>
266
267         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
268         (gst_ximagesink_class_init): Add debug macros on functions.
269         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
270         (gst_xvimagesink_xwindow_draw_borders),
271         (gst_xvimagesink_xvimage_put),
272         (gst_xvimagesink_xwindow_update_geometry),
273         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
274         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
275         (gst_xvimagesink_xcontext_clear),
276         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
277         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
278         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
279         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
280         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
281         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
282         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
283         expose while being PAUSED, out of data flow navigation events, etc..
284
285 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
286
287         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
288         * gst-libs/gst/audio/audio.h:
289           fix prototype - wondering why the test worked regardless
290
291 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
292
293         * check/Makefile.am:
294         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
295         * gst-libs/gst/audio/audio.h:
296           add a method that returns a proper GstClockTime
297
298 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
299
300         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
301         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
302         * gst-libs/gst/interfaces/xoverlay.h:
303           Remove everything having to do with the desired size; add 
304           gst_x_overlay_prepare_xwindow_id() function; remove the
305           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
306           post a message on the bus instead (#321816).
307
308         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
310         (gst_xvimagesink_xoverlay_init):
311           Remove desired size stuff (#321816).
312
313 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
314
315         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
316         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
317         (mpeg_video_type_find), (mpeg_video_stream_type_find):
318           Terminate vararg functions with NULL instead of 0 to 
319           make gcc4 happy.
320
321 2005-11-21  Andy Wingo  <wingo@pobox.com>
322
323         patch from: Sebastien Cote <sebas642@yahoo.ca>
324         
325         * gst-libs/gst/rtp/gstrtpbuffer.h: 
326         * gst-libs/gst/rtp/gstrtpbuffer.c
327         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
328
329 2005-11-21  Andy Wingo  <wingo@pobox.com>
330
331         * gst/playback/gstplaybin.c (gen_audio_element) 
332         (gen_video_element): Use the new MISSING_PLUGIN core error
333         category. Closes #320060.
334
335         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
336         * gst/videorate/gstvideorate.c (gst_videorate_event):
337         * ext/theora/theoradec.c (theora_dec_sink_event): 
338         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
339         stream lock.
340
341         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
342         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
343         stream lock changes.
344
345 2005-11-21  Wim Taymans  <wim@fluendo.com>
346
347         * gst-libs/gst/audio/gstbaseaudiosink.c:
348         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
349         (gst_base_audio_sink_provide_clock),
350         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
351         (gst_base_audio_sink_change_state):
352         * gst/audioresample/gstaudioresample.c:
353         Segment update fix.
354
355 2005-11-21  Andy Wingo  <wingo@pobox.com>
356
357         * *.h:
358         * *.c: Ran scripts/update-macros. Oh yes.
359
360 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
361
362         * sys/ximage/Makefile.am:
363         * sys/ximage/ximage.c:
364           Rename ximage plugin to ximagesink (#321426) (Don't forget to
365           remove your old libgstximage.* manually if necessary).
366
367 2005-11-21  Michael Smith <msmith@fluendo.com>
368
369         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
370           Minimal fix for bug #320200: set the min/max bitrate in the correct
371           units. A better fix would be to upgrade to the RATEMANAGE2
372           interface, rather than using the deprecated interface used here, but
373           that would require an update in our libvorbis dependency (to 1.1),
374           which is probably undesirable.
375
376 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
377
378         * ext/libvisual/visual.c: (get_buffer):
379         * gst-libs/gst/audio/gstbaseaudiosrc.c:
380         (gst_base_audio_src_fixate):
381         * gst/audioconvert/gstaudioconvert.c:
382         (gst_audio_convert_fixate_caps):
383         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
384         * gst/audiotestsrc/gstaudiotestsrc.c:
385         (gst_audiotestsrc_src_fixate):
386         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
387         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
388         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
389         * gst/videotestsrc/gstvideotestsrc.c:
390         (gst_videotestsrc_src_fixate):
391         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
393         Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
394         (#322027)
395
396
397 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
398
399         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
400         (gst_riff_create_iavs_caps):
401         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
402         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
403         (gst_riff_parse_info):
404         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
405         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
407           Fixes for GST_FOURCC_FORMAT API change.
408
409 2005-11-21  Andy Wingo  <wingo@pobox.com>
410
411         patch by: Alessandro Dessina <alessandro nnva org>
412
413         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
414         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
415         (gst_ogg_parse_chain):
416         * ext/theora/theoraenc.c (theora_set_header_on_caps):
417         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
418         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
419         gst_value_list calls on arrays. Fixes #321962.
420
421 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
422
423         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
424         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
425         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
426         * gst/adder/gstadder.c: (gst_adder_init),
427         (gst_adder_request_new_pad), (gst_adder_collected),
428         (gst_adder_change_state):
429           Update for gst_collectpads_foo() to gst_collect_pads_foo()
430           API change.
431
432 2005-11-21  Michael Smith <msmith@fluendo.com>
433
434         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
435         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
436           Properly handle pad_push return values.
437
438 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
439
440         * gst-libs/gst/tag/Makefile.am:
441         * gst-libs/gst/tag/gstvorbistag.c:
442         (gst_tag_list_to_vorbiscomment_buffer):
443           Remove obsolete vorbistag element and debug category.
444
445         * gst/playback/gstplaybasebin.c: (check_queue):
446           Don't divide by 0 when queue-threshold is 0.
447
448         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
449           Don't modify an existing pixel-aspect-ratio if we fail to read
450           a new one.
451
452 2005-11-20  Wim Taymans  <wim@fluendo.com>
453
454         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
455         (gst_vorbisenc_push_packet):
456         GST_PAD_IS_USABLE is gone, use the return value of
457         the push or pad_alloc_buffer instead.
458
459 2005-11-18  Julien MOUTTE  <julien@moutte.net>
460
461         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
462         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
463         (gst_ximagesink_ximage_destroy),
464         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
465         (gst_ximagesink_xwindow_new),
466         (gst_ximagesink_xwindow_update_geometry),
467         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
468         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
469         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
470         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
471         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
472         (gst_ximagesink_navigation_send_event),
473         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
474         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
475         (gst_ximagesink_finalize), (gst_ximagesink_init),
476         (gst_ximagesink_class_init):
477         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
478         This new version brings correct software scaling, non flickering
479         window while resizing, pixel aspect ratio handling, usage of
480         hardware buffer pools, out of data flow event thread for 
481         navigation and handling of expose events even when being PAUSED,
482         a new property to keep video aspect ratio when resizing, etc...
483
484 2005-11-18  Julien MOUTTE  <julien@moutte.net>
485
486         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
487         (gst_videoscale_fixate_caps): Introduce back caps fixate with
488         handling of PAR.
489
490 2005-11-18    <bilboed@dvdsrc.fluendo.com>
491
492         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
493         Unsetting IS_SINK flag from the fakesink, so decodebin
494         never behaves as a sink.
495
496 2005-11-17  Wim Taymans  <wim@fluendo.com>
497
498         * gst-libs/gst/audio/gstbaseaudiosrc.c:
499         (gst_base_audio_src_change_state):
500         Fix the audiosrc base class again, we did not unflush.
501
502 2005-11-17  Julien MOUTTE  <julien@moutte.net>
503
504         * examples/seeking/seek.c: (make_dv_pipeline),
505         (make_vorbis_theora_pipeline), (make_avi_pipeline),
506         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
507         to ogg/vorbis/theora pipeline.
508
509 2005-11-17  Wim Taymans  <wim@fluendo.com>
510
511         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
512         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
513         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
514         Fix EOS on multiple streams.
515         More debugging.
516
517 2005-11-16  Wim Taymans  <wim@fluendo.com>
518
519         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
520         (gst_ogg_demux_perform_seek):
521         Segment done must include stream time.
522
523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
524         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
525         (gst_ogg_mux_change_state):
526         Fix ogg muxer again.
527
528 2005-11-16  Wim Taymans  <wim@fluendo.com>
529
530         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
531         Fix compile again.
532
533 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
534
535         * ext/libvisual/visual.c: (gst_visual_init):
536         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
537         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
538         (gst_ogg_parse_chain):
539         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
540         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
541         * ext/theora/theoradec.c: (gst_theora_dec_init):
542         * ext/theora/theoraenc.c: (gst_theora_enc_init):
543         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
544         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
545         * gst/adder/gstadder.c: (gst_adder_class_init),
546         (gst_adder_dispose):
547         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
548         * gst/subparse/gstsubparse.c: (gst_subparse_init):
549         * gst/videorate/gstvideorate.c: (gst_videorate_init):
550           Fix a whole set of pad template leaks
551
552 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
553
554         * check/generic/states.c: (GST_START_TEST):
555           fix the test so that it only checks for elements that are part of
556           this source module
557
558 2005-11-16  Michael Smith <msmith@fluendo.com>
559
560         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
561         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
562         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
563         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
564         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
565         (gst_ogg_mux_change_state):
566           Fix leaking collectpads.
567
568 2005-11-16  Edward Hervey  <edward@fluendo.com>
569
570         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
571         (gst_videorate_event), (gst_videorate_chain):
572         Handle segment seeks
573
574 2005-11-16  Wim Taymans  <wim@fluendo.com>
575
576         * gst-libs/gst/audio/gstbaseaudiosink.c:
577         (gst_base_audio_sink_provide_clock),
578         (gst_base_audio_sink_change_state):
579         Set ringbuffer to non-flushing when going to PAUSED, set to
580         flushing again when going to READY.
581
582         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
583         (gst_ring_buffer_stop):
584         Start in flushing mode by default.
585         Don't set flushing in the _stop method, let the app call
586         this explicitly.
587
588 2005-11-16  Julien MOUTTE  <julien@moutte.net>
589
590         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
591         * gst-libs/gst/video/videosink.h: Add helper function needed
592         for video sinks.
593
594 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
595
596         * gst/videoscale/gstvideoscale.c:
597         (gst_videoscale_handle_src_event):
598           Don't leak reference to pad parent.
599
600 2005-11-16  Wim Taymans  <wim@fluendo.com>
601
602         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
603         Set ringbuffer to flushing when stopping so that we don't
604         block on wait_segment anymore and livelock.
605
606 2005-11-16  Wim Taymans  <wim@fluendo.com>
607
608         * examples/seeking/seek.c: (send_event), (do_seek),
609         (loop_toggle_cb), (segment_done), (main):
610         Added looping checkbox.
611
612 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
613
614         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
615         (gst_ogg_demux_init):
616         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
617         (gst_vorbis_dec_init):
618           revert unrefs, they don't pass make check
619
620 2005-11-15  Johan Dahlin  <johan@gnome.org>
621
622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
623         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
624         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
625         (gst_vorbis_dec_init):
626         Fix pad template leaks. 
627
628 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
629
630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
631           Make state change function thread safe.
632
633 2005-11-15  Edward Hervey  <edward@fluendo.com>
634
635         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
636         (gst_ogg_demux_class_init):
637         Implement GstElement::send_event, so we can send seek events
638         in GST_STATE_READY
639
640 2005-11-14  Julien MOUTTE  <julien@moutte.net>
641
642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
643         Discovered how to take away flickering while resizing the
644         window. Please don't put that in ximagesink, refactoring in
645         progress.
646
647 2005-11-14  Michael Smith <msmith@fluendo.com>
648
649         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
650         (gst_multifdsink_render):
651           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
652
653 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
654
655         * gst/playback/gstplaybin.c: (gen_audio_element):
656           Use autoaudiosink, it tends to be more widely available than
657           autoaudiiosink.
658           
659 2005-11-14  Andy Wingo  <wingo@pobox.com>
660
661         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
662         as well if it is available. Fixes #316442.
663
664 2005-11-14  Michael Smith <msmith@fluendo.com>
665
666         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
667         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
668         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
669         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
670         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
671         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
672         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
673         (gst_vorbisenc_change_state):
674           Fix a small memory leak in vorbisenc.
675           Fix large memory leaks in oggmux, also fix lots of state change
676           bugs in oggmux.
677
678 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
679
680         * gst/videotestsrc/gstvideotestsrc.c:
681         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
682         (gst_videotestsrc_src_fixate):
683           move fixation to a fixate function
684           remove negotiate function, basesrc's is good enough
685           fixes a bug for check when using the element alone
686
687 2005-11-13  Edward Hervey  <edward@fluendo.com>
688
689         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
690         (key_toggle_cb), (main):
691         Added checkboxes for adding/removing the accurate and key_unit seek
692         flags.
693
694 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
695
696         * configure.ac: back to HEAD
697
698 === release 0.9.5 ===
699
700 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
701
702         * configure.ac:
703           releasing 0.9.5, "No No Kia"
704
705 2005-11-11  Edward Hervey  <edward@fluendo.com>
706
707         * examples/seeking/seek.c: (make_parselaunch_pipeline):
708         Added parse-launch syntax seeking mode for the seeking example.
709         This should help stress-test even more cases.
710         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
711
712 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
713
714         * sys/xvimage/xvimagesink.c:
715         (gst_xvimagesink_navigation_send_event):
716           Check whether peer pad exists before sending navigation events
717           to it.
718
719 2005-11-11  Michael Smith <msmith@fluendo.com>
720
721         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
722         (gst_vorbisenc_buffer_from_packet):
723         * ext/vorbis/vorbisenc.h:
724           Set duration on encoded buffers. This allows oggmux's
725           max_page_delay parameter to actually work.
726
727 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
728
729         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
730         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
731         (gst_ffmpegcsp_avpicture_fill):
732         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
733         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
734           Make palettes work again (see #132341). Use our own macros
735           for rounding up.
736
737 2005-11-10  Andy Wingo  <wingo@pobox.com>
738
739         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
740         string doober.
741
742 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
743
744         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
745         (gst_ffmpegcsp_transform_caps):
746           Prefer passthrough in transform_caps
747
748 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
749
750         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
751           check for ALSA errors properly, instead of relying on ALSA's
752           error strings to serve to the user.
753
754 2005-11-10  Wim Taymans  <wim@fluendo.com>
755
756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
757         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
758         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
759         Modernise the seek code.
760
761 2005-11-10  Michael Smith <msmith@fluendo.com>
762         
763         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
764         (setup_substreams), (set_active_source):
765           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
766           trying to go to NULL if we failed to read a file.
767
768 2005-11-10  Wim Taymans  <wim@fluendo.com>
769
770         * gst/audiotestsrc/gstaudiotestsrc.c:
771         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
772         (gst_audiotestsrc_create):
773         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
774         (gst_sinesrc_get_times), (gst_sinesrc_create):
775         * gst/videotestsrc/gstvideotestsrc.c:
776         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
777         (gst_videotestsrc_create):
778         The base class can now sync for us.
779
780 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
781
782         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
783           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
784           name=source autoprobe=false autoprobe-fps=false copy-mode=1
785           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
786           format=(fourcc)I420" ! xvimagesink
787
788 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
789
790         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
791         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
792         (gst_sinesrc_newsegment):
793           Send newsegment event in TIME format, set duration if
794           num-buffers is set, fix duration querying.
795
796 2005-11-10  Michael Smith <msmith@fluendo.com>
797
798         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
799         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
800         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
801         (gst_ogg_mux_collected):
802          Fix EOS handling, partially. Now forwarding an EOS event once we have
803          EOS on all pads works correctly. However, we still don't properly set
804          EOS on the actual ogg stream pages.
805
806 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
807
808         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
809           Set elements to NULL state before disposing of them.
810
811 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
812
813         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
814
815         * gst-libs/gst/rtp/gstbasertpdepayload.c:
816         (gst_base_rtp_depayload_init),
817         (gst_base_rtp_depayload_set_gst_timestamp):
818         * gst-libs/gst/rtp/gstbasertpdepayload.h:
819           We need to send a newsegment event for each instance, not
820           just for the first instance of this class (get rid of
821           static variable in function). (#321011).
822           
823 2005-11-08  Michael Smith <msmith@fluendo.com>
824
825         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
826         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
827         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
828         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
829           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
830           This makes us mux things correctly according to the ogg muxing
831           rules. Still not handling EOS correctly right now, though.
832
833 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
834
835         * gst/audioconvert/gstaudioconvert.c:
836           Fix typo in docs. 
837
838 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
839
840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
841         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
842           Initialise segment_stop to GST_CLOCK_TIME_NONE when
843           creating a new chain; should fix live streaming. Also
844           add more debug output and fix a typo.
845
846 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
847
848         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
849
850         * gst/volume/gstvolume.c: (volume_set_caps):
851           Fix compilation on Solaris with Forte. (#320923)
852
853 2005-11-08  Wim Taymans  <wim@fluendo.com>
854
855         * gst-libs/gst/audio/gstbaseaudiosink.c:
856         (gst_base_audio_sink_render):
857         No need to do a typecheck.
858
859 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
860
861         * ext/alsa/gstalsa.h:
862           We register a debug category, so let's use it.
863
864 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
865
866         * gst-libs/gst/rtp/gstbasertpdepayload.c:
867         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
868         Fixed a small problem.
869
870 2005-11-04  Wim Taymans  <wim@fluendo.com>
871
872         * examples/seeking/Makefile.am:
873         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
874         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
875         (make_playerbin_pipeline), (format_value), (update_scale),
876         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
877         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
878         (print_usage), (main):
879         Added app for playback speed testing.
880
881         * examples/seeking/seek.c: (dynamic_link),
882         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
883         (make_mpeg_pipeline), (do_seek), (set_update_scale),
884         (message_received), (main):
885         Updated seek example.
886
887 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
888
889         * gst-libs/gst/rtp/gstbasertpdepayload.c:
890         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
891         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
892         (gst_base_rtp_depayload_set_clock):
893         * gst-libs/gst/rtp/gstbasertpdepayload.h:
894         Don't sleep on the bench (system clock) when you have a nice 
895         comfortable bed (Gstreamer clock) to sleep on.
896
897 2005-11-03  Wim Taymans  <wim@fluendo.com>
898
899         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
900         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
901         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
902         Handle the case where a pad_block failed.
903
904 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
905
906         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
907
908         * gst-libs/gst/rtp/gstbasertpdepayload.c:
909         (gst_base_rtp_depayload_add_to_queue),
910         (gst_base_rtp_depayload_push),
911         (gst_base_rtp_depayload_set_gst_timestamp),
912         (gst_base_rtp_depayload_queue_release):
913           Fixes some bugs in the depayloader's queuing/de-queueing code.
914
915 2005-10-31  Michael Smith <msmith@fluendo.com>
916
917         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
918         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
919         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
920           Patch from Alessandro Decina <alessandro@nnva.org>.
921           Make oggdemux only find the final time in a chain, not per-pad,
922           since the per-pad information can be very expensive to locate, and
923           it isn't used anywhere. This makes reading a file containing
924           OggSkeleton reasonably fast.
925           Also, make chain finding work when there are logical bitstreams that
926           can't be decoded. Fixes #319110.
927
928 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
929
930         * gst-libs/gst/rtp/gstbasertpdepayload.c:
931         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
932         (gst_base_rtp_depayload_chain),
933         (gst_base_rtp_depayload_add_to_queue),
934         (gst_base_rtp_depayload_push),
935         (gst_base_rtp_depayload_set_gst_timestamp),
936         (gst_base_rtp_depayload_queue_release),
937         (gst_base_rtp_depayload_start_thread),
938         (gst_base_rtp_depayload_set_property),
939         (gst_base_rtp_depayload_get_property):
940         * gst-libs/gst/rtp/gstbasertpdepayload.h:
941         Some random fixes, to fullfill the desires of thomas.
942
943 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
944
945         * gst-libs/gst/rtp/gstbasertpdepayload.c:
946         (gst_base_rtp_depayload_add_to_queue),
947         (gst_base_rtp_depayload_push):
948         Fixed the queueing algorithm.
949
950 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
951
952         * gst-libs/gst/rtp/gstbasertpdepayload.c:
953         (gst_base_rtp_depayload_push):
954         A small fix
955
956 2005-10-31  Wim Taymans  <wim@fluendo.com>
957
958         * gst-libs/gst/audio/gstringbuffer.h:
959         Don't break ABI.
960
961         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
962         (gst_ffmpeg_caps_to_pixfmt):
963         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
964         (gst_ffmpegcsp_set_caps):
965         Some more comments.
966         Handle missing required caps fields better.
967
968 2005-10-31  Wim Taymans  <wim@fluendo.com>
969
970         * gst-libs/gst/audio/gstbaseaudiosink.c:
971         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
972         (gst_base_audio_sink_render):
973         * gst-libs/gst/audio/gstringbuffer.c:
974         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
975         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
976         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
977         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
978         (gst_ring_buffer_read):
979         * gst-libs/gst/audio/gstringbuffer.h:
980         Add flushing mode to the ringbuffer so that it in all cases does
981         not try to handle more audio. This makes sure it does not try to
982         block anymore when flushing and fixes a livelock.
983
984 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
985
986         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
987         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
988         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
989           Explicitly check for -1 values before doing a conversion
990           and always map them to -1. (#315545)
991
992 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
993
994         * gst/playback/gstplaybin.c: (gen_video_element):
995           first try autovideosink, then xvimagesink, then error out
996         * po/POTFILES.in:
997           add translatable file
998         * po/af.po:
999         * po/az.po:
1000         * po/cs.po:
1001         * po/en_GB.po:
1002         * po/hu.po:
1003         * po/it.po:
1004         * po/nb.po:
1005         * po/nl.po:
1006         * po/or.po:
1007         * po/sq.po:
1008         * po/sr.po:
1009         * po/sv.po:
1010         * po/uk.po:
1011         * po/vi.po:
1012           update translations
1013
1014 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1015
1016         * gst-libs/gst/rtp/gstbasedepayload.c:
1017         * gst-libs/gst/rtp/gstbasedepayload.h:
1018           Minor cleanups
1019
1020 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1021
1022         * gst/playback/.cvsignore:
1023         * gst/playback/decodetest.c:
1024         * gst/playback/test3.c:
1025           Port these two tests as well.
1026
1027 2005-10-27  Wim Taymans  <wim@fluendo.com>
1028
1029         * ext/theora/theoradec.c: (theora_dec_src_query),
1030         (theora_dec_sink_event):
1031         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1032         (theora_enc_change_state):
1033         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1034         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1035         Take proper locks when handling events.
1036
1037 2005-10-27  Wim Taymans  <wim@fluendo.com>
1038
1039         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1040         (gst_adder_change_state):
1041         Fix timestamps and fix deadlock when stopping the collectpads.
1042
1043 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1044
1045         * gst-libs/gst/rtp/gstrtpbuffer.h:
1046         Declaring the payload types as strings too so that they can be used
1047         in the padtemplate inialization.
1048
1049 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1050
1051         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1052
1053         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1054         (gst_base_rtp_depayload_class_init):
1055         Fixes a small but nasty bug. The derived elements no longer segfaults
1056         on finalization.
1057
1058 2005-10-26  Michael Smith <msmith@fluendo.com>
1059
1060         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1061           When clearing an audioconvert context, set tmpbufsize to zero, so
1062           we'll allocate it again later if required.
1063           This fixes audioconvert re-negotiating formats, which previously
1064           segfaulted with a NULL destination buffer.
1065
1066 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1067
1068         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1069         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1070         (gst_base_rtp_depayload_set_gst_timestamp),
1071         (gst_base_rtp_depayload_queue_release):
1072         Fixed a smalll memleak.
1073
1074 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1075         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1076         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1077         (gst_base_rtp_depayload_finalize),
1078         (gst_base_rtp_depayload_setcaps),
1079         (gst_base_rtp_depayload_add_to_queue),
1080         (gst_base_rtp_depayload_push),
1081         (gst_base_rtp_depayload_set_gst_timestamp),
1082         (gst_base_rtp_depayload_queue_release),
1083         (gst_base_rtp_depayload_thread),
1084         (gst_base_rtp_depayload_change_state):
1085         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1086         Changed the C++ comments to C comments
1087
1088 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1089
1090         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1091         * gst/tcp/gsttcpclientsrc.h:
1092         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1093         * gst/tcp/gsttcpserversrc.h:
1094           Remove unused 'curoffset' structure member.
1095
1096 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1097
1098         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1099         (gst_base_rtp_depayload_base_init),
1100         (gst_base_rtp_depayload_finalize):
1101         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1102         * gst-libs/gst/rtp/gstbasertppayload.h:
1103           The pad-template on the sinkpad should be set by the derived classes.
1104           Also added some useful macros.
1105
1106 2005-10-24  Wim Taymans  <wim@fluendo.com>
1107
1108         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1109         Correctly flush decoder samples even if we could not
1110         copy them to an output buffer. Fixes #319618.
1111
1112 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1113
1114         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1116         the caps against our xcontext caps.
1117
1118 2005-10-24  Wim Taymans  <wim@fluendo.com>
1119
1120         * gst-libs/gst/audio/gstbaseaudiosink.c:
1121         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1122         Remove g_print
1123         Use sync property from baseclass to disable sync.
1124
1125 2005-10-24  Wim Taymans  <wim@fluendo.com>
1126
1127         * gst-libs/gst/audio/gstbaseaudiosink.c:
1128         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1129         Buffers with no timestamps get aligned with previous buffers or
1130         on underrun, played ASAP.
1131
1132 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1133
1134         * gst-libs/gst/video/video.h:
1135         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1136         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1138         here comes my change on caps for framerate and geometry range.
1139         We are now accepting 1 to MAXINT for width and height, and from
1140         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1141         to be blended correctly in videomixer.
1142
1143 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1144
1145         * configure.ac:
1146           back to HEAD
1147
1148 === release 0.9.4 ===
1149
1150 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1151
1152         * NEWS:
1153         * RELEASE:
1154         * configure.ac:
1155           releasing 0.9.4, "Velociraptor"
1156
1157 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1158
1159         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1160         * po/POTFILES.in:
1161           STOPPED -> FAILED
1162
1163 2005-10-21  Wim Taymans  <wim@fluendo.com>
1164
1165         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1166         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1167         (pad_blocked), (close_pad_link), (new_pad):
1168         Don't try to remove elements twice.
1169
1170 2005-10-21  Wim Taymans  <wim@fluendo.com>
1171
1172         * ext/theora/theoradec.c: (theora_dec_src_query),
1173         (theora_dec_sink_event):
1174         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1175         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1176         (vorbis_handle_data_packet):
1177         * ext/vorbis/vorbisdec.h:
1178         Fix old naming.
1179
1180         * gst-libs/gst/audio/gstbaseaudiosink.c:
1181         (gst_base_audio_sink_render):
1182         Don't try to sync on buffers without a timestamp.
1183
1184 2005-10-21  Wim Taymans  <wim@fluendo.com>
1185
1186         * ext/theora/theoradec.c: (theora_dec_src_query),
1187         (theora_dec_sink_event):
1188         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1189         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1190         (vorbis_handle_data_packet):
1191         * ext/vorbis/vorbisdec.h:
1192         Fix old naming.
1193
1194 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1195
1196         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1197         (gst_vorbisenc_src_query):
1198           Implement position and duration queries.
1199
1200         * gst/playback/test3.c: (update_scale), (main):
1201           Fix for async state changes and print nicer output.
1202
1203 2005-10-20  Wim Taymans  <wim@fluendo.com>
1204
1205         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1206         (dump_element_stats), (main):
1207         * gst/playback/test6.c: (main):
1208         Fix tests again
1209
1210 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1211
1212         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1213         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1214           Don't use functions for position queries when handling
1215           duration queries.
1216
1217 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1218
1219         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1220         (vorbis_handle_data_packet), (vorbis_dec_chain),
1221         (vorbis_dec_change_state):
1222         * ext/vorbis/vorbisdec.h:
1223           Vorbis streams can be embedded in other container formats
1224           than ogg, container formats where the demuxer might set 
1225           timestamps on encoded vorbis buffers instead of those silly 
1226           granulepos thingies. In short: make vorbisdec handle 
1227           timestamps on incoming buffers as well.
1228
1229 2005-10-20  Wim Taymans  <wim@fluendo.com>
1230
1231         * gst/playback/gstplaybasebin.c: (group_destroy),
1232         (gst_play_base_bin_change_state):
1233         Fix leak.
1234         Handle case where playbasebin is now ASYNC because
1235         decodebin is.
1236
1237 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1238
1239         * gst/audioconvert/Makefile.am:
1240         * gst/audioconvert/bufferframesconvert.c:
1241         * gst/audioconvert/plugin.c: (plugin_init):
1242         * gst/audioconvert/plugin.h:
1243           And bye bye buffer-frames-convert
1244
1245 2005-10-19  Wim Taymans  <wim@fluendo.com>
1246
1247         * check/elements/audioconvert.c:
1248         * docs/libs/tmpl/gstaudio.sgml:
1249         * docs/libs/tmpl/gstcolorbalance.sgml:
1250         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1251         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1252         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1253         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1254         * gst-libs/gst/audio/audio.h:
1255         * gst/audioconvert/audioconvert.h:
1256         * gst/audioconvert/gstaudioconvert.c:
1257         (gst_audio_convert_parse_caps):
1258         * gst/volume/gstvolume.c:
1259         Bye bye buffer-frames.
1260
1261 2005-10-19  Wim Taymans  <wim@fluendo.com>
1262
1263         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1264         (query_positions_elems), (query_positions_pads), (update_scale),
1265         (do_seek), (set_update_scale), (message_received), (main):
1266         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1267         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1268         (gst_ogg_demux_loop):
1269         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1270         * ext/theora/theoradec.c: (theora_dec_src_query),
1271         (theora_dec_sink_event):
1272         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1273         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1274         * gst/adder/gstadder.c: (gst_adder_query):
1275         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1276         * gst/playback/test3.c: (update_scale):
1277         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1278         (dump_element_stats), (main):
1279         * gst/playback/test6.c: (main):
1280         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1281         Query API update.
1282
1283 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1284
1285         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1286         (xml_check_first_element), (xml_type_find), (smil_type_find),
1287         (plugin_init):
1288           Add typefinding for SMIL and for generic XML. Based on patch by
1289           Akos Maroy (#308663).
1290
1291 2005-10-18  Wim Taymans  <wim@fluendo.com>
1292
1293         * gst/playback/Makefile.am:
1294         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1295         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1296         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1297         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1298         (gst_decode_bin_change_state):
1299         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1300         (gst_play_bin_send_event_to_sink):
1301         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1302         (dump_element_stats), (main):
1303         * gst/playback/test6.c: (main):
1304         Make playbin async, it'll commit state to paused when all streams
1305         are detected.
1306         Remove ugly hack.
1307         Added test6.c to show async behaviour.
1308
1309 2005-10-18  Wim Taymans  <wim@fluendo.com>
1310
1311         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1312         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1313         Fix for segment-start/stop API change.
1314
1315 2005-10-18  Wim Taymans  <wim@fluendo.com>
1316
1317         * check/Makefile.am:
1318         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1319         (main):
1320         Add future test for clock selection.
1321
1322 2005-10-18  Wim Taymans  <wim@fluendo.com>
1323
1324         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1325         (gst_alsasink_close):
1326         Set handle to NULL.
1327
1328         * gst-libs/gst/audio/gstringbuffer.c:
1329         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1330         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1331         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1332         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1333         (gst_ring_buffer_read):
1334         More debug info.
1335
1336 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1337
1338         * gst/audiotestsrc/Makefile.am:
1339         * gst/sine/Makefile.am:
1340         * gst/volume/Makefile.am:
1341           fix broken build of controllerized plugins
1342
1343 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1344
1345         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1346
1347         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1348         (gst_riff_create_video_template_caps):
1349           Add support for Indeo-3 (IV32).
1350
1351 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1352
1353         * configure.ac:
1354           rewrite
1355
1356 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1357
1358         * gst-libs/gst/video/video.c: (gst_video_get_size):
1359         * gst/audiotestsrc/gstaudiotestsrc.c:
1360           doc updates
1361
1362 2005-10-17  Andy Wingo  <wingo@pobox.com>
1363
1364         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1365         with the collectpads change.
1366         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1367
1368         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1369
1370         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1371
1372         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1373         alloc_buffer flow return to callers.
1374         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1375         change. Fix some memleaks in theoraenc.
1376
1377         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1378         in strange circumstance.
1379
1380 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1381
1382         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1383         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1384         from caps, let's use the caps...
1385
1386 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1387
1388         * configure.ac:
1389           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1390
1391 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1392
1393         * gst-libs/gst/interfaces/Makefile.am:
1394           fix silly typo
1395
1396 2005-10-16  Andy Wingo  <wingo@pobox.com>
1397
1398         * gst/playback/gstdecodebin.c
1399         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1400         function!
1401         (try_to_link_1): Increase kraziness level.
1402
1403 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1404
1405         * configure.ac:
1406           restructure like the core one
1407         * gst-libs/gst/audio/Makefile.am:
1408         * gst-libs/gst/interfaces/Makefile.am:
1409         * gst-libs/gst/net/Makefile.am:
1410         * gst-libs/gst/riff/Makefile.am:
1411         * gst-libs/gst/rtp/Makefile.am:
1412         * gst-libs/gst/tag/Makefile.am:
1413         * gst-libs/gst/video/Makefile.am:
1414           use correct linker flags, now the libs are properly versioned
1415         * check/elements/audioconvert.c: (verify_convert):
1416         * ext/alsa/gstalsaplugin.c:
1417         * ext/cdparanoia/gstcdparanoia.c:
1418         * ext/gnomevfs/gstgnomevfs.c:
1419         * ext/libvisual/visual.c:
1420         * ext/ogg/gstogg.c:
1421         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1422         * ext/theora/theora.c:
1423         * ext/vorbis/vorbis.c:
1424         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1425         * gst-libs/gst/tag/gsttagediting.c:
1426         * gst-libs/gst/video/video.c:
1427         * gst/adder/gstadder.c:
1428         * gst/audioconvert/plugin.c:
1429         * gst/audiorate/gstaudiorate.c:
1430         * gst/audioresample/gstaudioresample.c:
1431         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1432         * gst/audioscale/gstaudioscale.c:
1433         * gst/audioscale/resample.c:
1434         * gst/audiotestsrc/gstaudiotestsrc.c:
1435         * gst/ffmpegcolorspace/gstffmpeg.c:
1436         * gst/playback/gstdecodebin.c: (close_pad_link):
1437         * gst/playback/gstplaybin.c: (gen_video_element),
1438         (gen_audio_element):
1439         * gst/sine/gstsinesrc.c:
1440         * gst/subparse/gstsubparse.c:
1441         * gst/tags/gsttagediting.c:
1442         * gst/tcp/gsttcpplugin.c:
1443         * gst/typefind/gsttypefindfunctions.c:
1444         * gst/videorate/gstvideorate.c:
1445         * gst/videoscale/gstvideoscale.c:
1446         * gst/videotestsrc/gstvideotestsrc.c:
1447         * gst/volume/gstvolume.c:
1448         * sys/v4l/gstv4l.c:
1449         * sys/ximage/ximage.c:
1450         * sys/xvimage/xvimagesink.c:
1451           fix up defines
1452
1453 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1454
1455         * ext/vorbis/vorbisenc.c:
1456         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1457         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1458         (gst_tag_to_vorbis_comments):
1459           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1460
1461 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1462
1463         * examples/stats/mp2ogg.c:
1464         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1465           typo fixes
1466
1467 2005-10-13  Michael Smith <msmith@fluendo.com>
1468
1469         * ext/ogg/gstoggmux.c:
1470           Use magic glib macros to define constants as 64 bit, to ensure
1471           appropriate vararg passing.
1472
1473 2005-10-13  Michael Smith <msmith@fluendo.com>
1474
1475         * ext/ogg/gstoggmux.c:
1476         * gst/audioconvert/audioconvert.c: (float):
1477           Don't use LL suffix, as it's not portable, and neither of these
1478           uses required it anyway.
1479
1480 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1481
1482         * examples/indexing/indexmpeg.c: (main):
1483         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1484         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1485         (cdparanoia_convert), (cdparanoia_query):
1486         * ext/cdparanoia/gstcdparanoia.h:
1487         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1488         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1489         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1491         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1492         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1493         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1494         (gst_multifdsink_render), (gst_multifdsink_start),
1495         (gst_multifdsink_stop):
1496         * gst/tcp/gstmultifdsink.h:
1497         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1498         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1499         (gst_tcpclientsink_stop):
1500         * gst/tcp/gsttcpclientsink.h:
1501         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1502         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1503         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1504         * gst/tcp/gsttcpclientsrc.h:
1505         * gst/tcp/gsttcpserversink.h:
1506         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1507         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1508         (gst_tcpserversrc_stop):
1509         * gst/tcp/gsttcpserversrc.h:
1510         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1511         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1512         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1513           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1514           moved bitshift from macro to enum definition
1515
1516 2005-10-12  Wim Taymans  <wim@fluendo.com>
1517
1518         * examples/seeking/Makefile.am:
1519         Oops.
1520
1521 2005-10-12  Wim Taymans  <wim@fluendo.com>
1522
1523         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1524         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1525         Don't assert on normal stuff.
1526
1527         * gst/playback/gstplaybin.c: (do_playbin_seek):
1528         API fix.
1529
1530 2005-10-12  Wim Taymans  <wim@fluendo.com>
1531
1532         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1533         * examples/seeking/Makefile.am:
1534         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1535         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1536         (do_seek), (set_update_scale), (message_received), (main):
1537         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1538         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1539         Update for _get_state() API change.
1540
1541 2005-10-11  Wim Taymans  <wim@fluendo.com>
1542
1543         * gst-libs/gst/audio/gstbaseaudiosink.c:
1544         (gst_base_audio_sink_render):
1545         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1546         (gst_base_audio_src_create):
1547         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1548         (gst_ring_buffer_read):
1549         Cleanups.
1550         Commit and read from ringbuffer in samples rather than bytes.
1551
1552 2005-10-11  Wim Taymans  <wim@fluendo.com>
1553
1554         * gst-libs/gst/audio/gstbaseaudiosink.c:
1555         (gst_base_audio_sink_render):
1556         Respect segment rate and accum when scheduling samples.
1557
1558 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1559
1560         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1561         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1562         EOS correctly, that needs more work.
1563
1564 2005-10-11  Wim Taymans  <wim@fluendo.com>
1565
1566         * check/generic/states.c: (GST_START_TEST):
1567         remove old property.
1568
1569         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1570         (gst_ogg_demux_perform_seek):
1571         * ext/theora/theoradec.c: (theora_dec_sink_event):
1572         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1573         (vorbis_handle_data_packet):
1574         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1575         (gst_base_rtp_depayload_set_gst_timestamp):
1576         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1577         Update for newsegment API change.
1578
1579 2005-10-11  Michael Smith <msmith@fluendo.com>
1580
1581         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1582         (do_playbin_seek), (gst_play_bin_send_event):
1583           Override send_event differently, so that we can takes bits of
1584           functionality from GstPipeline (special handling for seeks,
1585           including pausing/resuming, and resetting stream time) and still get
1586           the appropriate behaviour of only forwarding event to a single sink,
1587           rather than all of them.
1588           Unfortunately requires a lot of code duplication, but the
1589           alternatives are equally ugly in the end.
1590
1591 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1592
1593         * check/elements/audioconvert.c: (setup_audioconvert),
1594         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1595         (GST_START_TEST), (audioconvert_suite):
1596           clean up tests a little, fix some leaks.
1597
1598 2005-10-10  Wim Taymans  <wim@fluendo.com>
1599
1600         * ext/alsa/gstalsasink.c:
1601         Also allow unsigned int.
1602
1603         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1604         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1605         Small cleanup
1606
1607 2005-10-10  Wim Taymans  <wim@fluendo.com>
1608
1609         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1610         Small update, use API as stated in design docs.
1611
1612         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1613         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1614         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1615         (message_received), (main):
1616         Updated seek example for GOption. Some usability improvements.
1617
1618 2005-10-10  Wim Taymans  <wim@fluendo.com>
1619
1620         * gst/audioconvert/audioconvert.h:
1621         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1622         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1623         Alloc temp storage somewhere else where we can do it more
1624         portable.
1625
1626 2005-10-10  Wim Taymans  <wim@fluendo.com>
1627
1628         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1629         (gst_tcpserversrc_start):
1630         Don't block in accept while doing the state change, move
1631         to poll and make cancellable.
1632
1633 2005-10-09  Philippe Khalaf <burger@speedy.org>
1634
1635         * gst-libs/gst/rtp/rtpbasedepayload.c:
1636         Set timestamp and add queue delay to timestamp
1637         * gst-libs/gst/rtp/rtpbuffer.h:
1638         Set correct payload type for h263
1639
1640 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1641
1642         * gst/audiotestsrc/gstaudiotestsrc.c:
1643         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1644         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1645         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1646         (gst_audiotestsrc_create_triangle),
1647         (gst_audiotestsrc_create_silence),
1648         (gst_audiotestsrc_create_white_noise),
1649         (gst_audiotestsrc_init_pink_noise),
1650         (gst_audiotestsrc_generate_pink_noise_value),
1651         (gst_audiotestsrc_create_pink_noise),
1652         (gst_audiotestsrc_change_wave):
1653         * gst/audiotestsrc/gstaudiotestsrc.h:
1654           fixed typo, added pink noise
1655
1656 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1657
1658         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1659         (plugin_init):
1660           Add wavpack and spc typefind functions from 0.8 branch.
1661
1662 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1663
1664         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1665         (ar_type_find), (msdos_type_find), (plugin_init):
1666           Add typefind functions for tar archives, ar archives,
1667           RAR archives, and msdos-executables (dlls, exe, etc.).
1668           Some of those would be wrongly identified as mpeg
1669           streams of some sort before (#315550).
1670
1671 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1672
1673         * configure.ac:
1674         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1675         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1676         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1677         * gst/audiotestsrc/Makefile.am:
1678         * gst/audiotestsrc/gstaudiotestsrc.c:
1679         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1680         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1681         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1682         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1683         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1684         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1685         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1686         (gst_audiotestsrc_create_silence),
1687         (gst_audiotestsrc_create_white_noise),
1688         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1689         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1690         (gst_audiotestsrc_start), (plugin_init):
1691         * gst/audiotestsrc/gstaudiotestsrc.h:
1692           add new plugin and element
1693         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1694           use gobject_class
1695
1696 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1697
1698         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1699         (gst_adder_init), (gst_adder_request_new_pad),
1700         (gst_adder_change_state):
1701           Add query function to source pad, so adder reports the correct
1702           time/sample position when queried (#315457); fix state change
1703           function; use GST_DEBUG_FUNCPTR() for pad functions.
1704
1705 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1706
1707         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1708           Fix leaks in typefind registration
1709           Clean up the gratuitous commenting and whitespacing a little
1710
1711 2005-10-08  Wim Taymans  <wim@fluendo.com>
1712
1713         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1714         Only actually wait for the thread to be stopped if it's 
1715         running.
1716
1717 2005-10-08  Wim Taymans  <wim@fluendo.com>
1718
1719         * gst-libs/gst/audio/gstbaseaudiosink.c:
1720         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1721         If we receive EOS we can start playback of what we had.
1722
1723 2005-10-08  Wim Taymans  <wim@fluendo.com>
1724
1725         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1726         (gst_multifdsink_finalize), (multifdsink_hash_remove),
1727         (gst_multifdsink_stop):
1728         Fix crasher when going to NULL multiple times.
1729
1730 2005-10-06  Wim Taymans  <wim@fluendo.com>
1731
1732         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
1733         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1734         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1735         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
1736         patch from Edgard Lima <edgard.lima@indt.org.br>
1737         Fixed gstbaseaudiosrc adding ring buffer sync to it.
1738
1739 2005-10-06  Wim Taymans  <wim@fluendo.com>
1740
1741         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1742         Report the FLOW_RETURN as string in the error message.
1743
1744         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
1745         Don't assert when clearing an unnegotiated buffer.
1746
1747 2005-10-04  Michael Smith <msmith@fluendo.com>
1748
1749         * gst/playback/gstplaybasebin.c: (group_destroy),
1750         (gen_preroll_element), (remove_groups), (setup_source):
1751         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
1752         (setup_sinks), (gst_play_bin_send_event),
1753         (gst_play_bin_change_state):
1754           Set state to NULL before removing from bin. Fix refcounting.
1755
1756 2005-10-04  Michael Smith <msmith@fluendo.com>
1757
1758         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1759           Correct refcounting in send_event() function. Previously was wrong
1760           if the first sink was unable to handle the event.
1761
1762 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1763
1764         * configure.ac:
1765           back to development
1766
1767 === release 0.9.3 ===
1768
1769 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1770
1771         * configure.ac:
1772           Releasing 0.9.3, "De Facto"
1773
1774 2005-10-03  Andy Wingo  <wingo@pobox.com>
1775
1776         * gst/playback/gstdecodebin.c (try_to_link_1)
1777         (remove_element_chain): set element to NULL before removing it.
1778
1779 2005-10-02  Johan Dahlin  <johan@gnome.org>
1780
1781         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
1782         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
1783         MT safe.
1784
1785 2005-10-02  Andy Wingo  <wingo@pobox.com>
1786
1787         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
1788         (gst_ring_buffer_prepare_read): 
1789         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
1790         Demote to LOG.
1791
1792 2005-09-29  Wim Taymans  <wim@fluendo.com>
1793
1794         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1795         * ext/theora/theoradec.c: (theora_handle_data_packet):
1796         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1797         Propagate error codes from alloc_buffer too.
1798
1799 2005-09-29  Wim Taymans  <wim@fluendo.com>
1800
1801         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1802         We use fixed caps.
1803
1804         * gst/playback/Makefile.am:
1805         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1806         (dump_element_stats), (main):
1807         Added example stream introspection code.
1808
1809 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
1810
1811         * gst/adder/gstadder.c: (gst_adder_collected):
1812           fix adder for float elements
1813
1814 2005-09-28  Wim Taymans  <wim@fluendo.com>
1815
1816         * gst-libs/gst/audio/gstbaseaudiosink.c:
1817         (gst_base_audio_sink_class_init),
1818         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
1819         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1820         (gst_base_audio_src_class_init),
1821         (gst_base_audio_src_provide_clock):
1822         get_clock -> provide_clock
1823
1824 2005-09-28  Andy Wingo  <wingo@pobox.com>
1825
1826         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
1827         and unlocking.
1828
1829         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
1830         unlocking.
1831
1832         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
1833         Actually add the pad template.
1834         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
1835
1836         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
1837         I'm at it...
1838
1839         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
1840         from fdsrc. Get caps in create() instead of start() so it can be
1841         interrupted. Interruption somewhat untested.
1842
1843         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
1844         Proper EOS handling.
1845
1846 2005-09-27  Andy Wingo  <wingo@pobox.com>
1847
1848         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
1849
1850         * gst/tcp/gsttcpserversrc.c: Cleaned up.
1851
1852         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
1853
1854         * gst/tcp/gsttcp.h: 
1855         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
1856         out of tcpclientsrc.c. Cancellable.
1857         (gst_tcp_socket_read): Made private, cancellable, with better
1858         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
1859         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
1860         whole buffer, and better diagnostics.
1861         (gst_tcp_gdp_read_caps): Same.
1862
1863         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
1864
1865 2005-09-26  Andy Wingo  <wingo@pobox.com>
1866
1867         * gst/sine/gstsinesrc.h:
1868         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
1869         change the 'sync' property to 'is-live' and implement it halfway,
1870         update for controller api change.
1871
1872         * gst/volume/gstvolume.c (volume_transform_ip): Update for
1873         controller api change.
1874
1875 2005-09-24  Wim Taymans  <wim@fluendo.com>
1876
1877         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
1878         * gst-libs/gst/audio/gstaudiosink.c:
1879         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1880         (gst_audioringbuffer_stop):
1881         * gst-libs/gst/audio/gstbaseaudiosink.c:
1882         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1883         (gst_base_audio_sink_change_state):
1884         * gst-libs/gst/audio/gstbaseaudiosink.h:
1885         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
1886         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1887         (gst_ring_buffer_commit), (gst_ring_buffer_read):
1888         * gst-libs/gst/audio/gstringbuffer.h:
1889         Fix sync again. Moved sample alignment to basesink.
1890
1891 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1892
1893         * docs/plugins/Makefile.am:
1894         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1895         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1896         * gst/volume/gstvolume.c:
1897           add/fix docs
1898         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
1899         * gst-libs/gst/audio/audio.h:
1900           add conversion macros for frames <-> clocktime
1901
1902 2005-09-23  David Schleef  <ds@schleef.org>
1903
1904         * gst/audioresample/Makefile.am:
1905         * gst/audioresample/debug.h:
1906         * gst/audioresample/gstaudioresample.c:
1907         * gst/audioresample/resample.c: Convert to using gst debugging
1908
1909 2005-09-22  Wim Taymans  <wim@fluendo.com>
1910
1911         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1912         (gst_play_bin_send_event):
1913         Only seek on one sink, the first one that succeeds.
1914
1915 2005-09-22  Michael Smith <msmith@fluendo.com>
1916
1917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
1918         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1919         Don't flush encoder state unless we have an initialised encoder.
1920         Clear out encoder state on PAUSED_TO_READY.
1921
1922 2005-09-22  Wim Taymans  <wim@fluendo.com>
1923
1924         * gst-libs/gst/rtp/gstbasertppayload.c:
1925         (gst_basertppayload_class_init), (gst_basertppayload_init),
1926         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1927         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1928         (gst_basertppayload_is_filled), (gst_basertppayload_push),
1929         (gst_basertppayload_set_property),
1930         (gst_basertppayload_get_property),
1931         (gst_basertppayload_change_state):
1932         * gst-libs/gst/rtp/gstbasertppayload.h:
1933         Added max-ptime to control amount of data in the rtp packets.
1934
1935 2005-09-21  Andy Wingo  <wingo@pobox.com>
1936
1937         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
1938         thingies.
1939
1940         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
1941         can be called multiple times, dogs.
1942
1943 2005-09-21  Wim Taymans  <wim@fluendo.com>
1944
1945         * gst-libs/gst/rtp/gstbasertppayload.c:
1946         (gst_basertppayload_class_init), (gst_basertppayload_init),
1947         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1948         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1949         (gst_basertppayload_push), (gst_basertppayload_get_property),
1950         (gst_basertppayload_change_state):
1951         Allow 0 ssrc too.
1952
1953 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
1954
1955         * docs/libs/compiling.sgml:
1956           fixing typos
1957
1958 2005-09-20  Wim Taymans  <wim@fluendo.com>
1959
1960         * gst-libs/gst/rtp/gstbasertppayload.c:
1961         (gst_basertppayload_class_init), (gst_basertppayload_init),
1962         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1963         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1964         (gst_basertppayload_push), (gst_basertppayload_set_property),
1965         (gst_basertppayload_get_property),
1966         (gst_basertppayload_change_state):
1967         * gst-libs/gst/rtp/gstbasertppayload.h:
1968         Added property to configure sequence number offsets.
1969
1970 2005-09-20  Wim Taymans  <wim@fluendo.com>
1971
1972         * gst-libs/gst/rtp/gstbasertppayload.c:
1973         (gst_basertppayload_class_init), (gst_basertppayload_init),
1974         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
1975         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
1976         (gst_basertppayload_push), (gst_basertppayload_set_property),
1977         (gst_basertppayload_get_property),
1978         (gst_basertppayload_change_state):
1979         * gst-libs/gst/rtp/gstbasertppayload.h:
1980         Make timestamp offset configurable.
1981
1982 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1983
1984         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1985           fix wrong pop/unref
1986
1987 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
1988
1989         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1990
1991         * gst-libs/gst/interfaces/propertyprobe.c:
1992         (gst_property_probe_probe_property_name),
1993         (gst_property_probe_needs_probe_name),
1994         (gst_property_probe_get_values_name),
1995         (gst_property_probe_probe_and_get_values_name):
1996           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
1997           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
1998
1999 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2000
2001         * check/Makefile.am:
2002           have some tests be disabled for valgrinding
2003         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2004         (GST_START_TEST):
2005         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2006           Fix A Leak.  Chain To Parent Finalize.
2007
2008 2005-09-19  Wim Taymans  <wim@fluendo.com>
2009
2010         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2011         Fixed wav pipeline.
2012
2013 2005-09-19  Wim Taymans  <wim@fluendo.com>
2014
2015         * gst-libs/gst/rtp/gstbasertppayload.c:
2016         (gst_basertppayload_class_init), (gst_basertppayload_init),
2017         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2018         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2019         (gst_basertppayload_push), (gst_basertppayload_get_property),
2020         (gst_basertppayload_change_state):
2021         Posting ERROR and WARNING messages is good.
2022
2023 2005-09-19  Wim Taymans  <wim@fluendo.com>
2024
2025         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2026         (gst_base_rtp_depayload_add_to_queue),
2027         (gst_base_rtp_depayload_push),
2028         (gst_base_rtp_depayload_set_gst_timestamp),
2029         (gst_base_rtp_depayload_queue_release):
2030         This one was not supposed to go in.
2031
2032 2005-09-19  Wim Taymans  <wim@fluendo.com>
2033
2034         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2035         Fix for bus API.
2036
2037         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2038         (gst_base_rtp_depayload_chain),
2039         (gst_base_rtp_depayload_add_to_queue),
2040         (gst_base_rtp_depayload_push),
2041         (gst_base_rtp_depayload_set_gst_timestamp),
2042         (gst_base_rtp_depayload_queue_release):
2043         Some cleanups.
2044
2045         * gst-libs/gst/rtp/gstbasertppayload.c:
2046         (gst_basertppayload_class_init), (gst_basertppayload_init),
2047         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2048         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2049         (gst_basertppayload_get_property),
2050         (gst_basertppayload_change_state):
2051         Added debugging category.
2052
2053 2005-09-18  David Schleef  <ds@schleef.org>
2054
2055         * gst/playback/gstdecodebin.c: free plugin list correctly
2056         * gst/playback/gstplaybin.c: emit warning if autovideosink
2057           and autoaudiosink can't be found (instead of segfaulting)
2058
2059 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2060
2061         * check/elements/audioconvert.c: (GST_START_TEST):
2062           try out 24 bit conversion
2063
2064 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2065
2066         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2067         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2068         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2069         * ext/vorbis/vorbisenc.h:
2070           Fix EOS handling.  Still needs a fix in the ogg muxer to
2071           mark the last page as eos.
2072
2073 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2074
2075         * common/gtk-doc-plugins.mak:
2076         * docs/plugins/Makefile.am:
2077         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2078         * gst/ffmpegcolorspace/Makefile.am:
2079         * gst/ffmpegcolorspace/avcodec.h:
2080         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2081         * gst/tcp/gstmultifdsink.c:
2082           fix up ffmpegcolorspace docs; extract header
2083
2084 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2085
2086         * common/gtk-doc-plugins.mak:
2087         * docs/plugins/Makefile.am:
2088         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2089         * ext/theora/Makefile.am:
2090         * ext/theora/gsttheoraenc.h:
2091         * ext/theora/theoraenc.c:
2092         * ext/vorbis/vorbisenc.c:
2093           pick up signals and args for vorbis; add some docs for vorbis
2094
2095 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2096
2097         * common/gstdoc-scangobj:
2098         * common/gtk-doc-plugins.mak:
2099         * docs/libs/Makefile.am:
2100         * docs/plugins/gst-plugins-base-plugins.args:
2101         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2102         * docs/plugins/gst-plugins-base-plugins.interfaces:
2103         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2104         * docs/plugins/gst-plugins-base-plugins.signals:
2105           only scanobj stuff from our source module.  Not sure yet
2106           if that's correct, given the hierarchy stuff :)
2107
2108 2005-09-15  Wim Taymans  <wim@fluendo.com>
2109
2110         * gst/audioconvert/gstaudioconvert.c:
2111         And enable 24 bits mode as well..
2112
2113 2005-09-15  Wim Taymans  <wim@fluendo.com>
2114
2115         * gst-libs/gst/rtp/Makefile.am:
2116         * gst-libs/gst/rtp/gstbasertppayload.c:
2117         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2118         (gst_basertppayload_class_init), (gst_basertppayload_init),
2119         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2120         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2121         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2122         (gst_basertppayload_set_property),
2123         (gst_basertppayload_get_property),
2124         (gst_basertppayload_change_state):
2125         * gst-libs/gst/rtp/gstbasertppayload.h:
2126         Added rtp payloader base class.
2127
2128 2005-09-15  Andy Wingo  <wingo@pobox.com>
2129
2130         * configure.ac (plugindir): Remove the EOL matcher from the
2131         regexp, as it causes me problems. Libtool? Make? Who knows?
2132
2133 2005-09-14  David Schleef  <ds@schleef.org>
2134
2135         * check/generic/states.c: 
2136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2137         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2138           Fixes for changes in registry API.
2139
2140         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2141           to GST_PLUGIN_LDFLAGS.
2142         * ext/libvisual/visual.c: Make the library shut up.
2143         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2144         * gst-libs/gst/audio/gstaudiofilter.c: same
2145
2146 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2147
2148         * docs/plugins/Makefile.am:
2149         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2150         * docs/plugins/inspect/plugin-libvisual.xml:
2151         * docs/plugins/tmpl/element-tcpserversink.sgml:
2152         * ext/theora/theoraenc.c:
2153           add libvisual plugin and theoraenc element to docs
2154
2155 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2156
2157         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2158         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2159         * ext/theora/theoraenc.c:
2160           add theoraenc
2161
2162 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2163
2164         * gst/audioconvert/Makefile.am:
2165           Audioconvert derives from GstBaseTransform and should
2166           link to the library with our base elements to avoid
2167           unresolved symbols. Makes things work with MinGW (#316160)
2168
2169         * gst/playback/test4.c: (main):
2170           Fix MinGW build problem and use g_usleep() instead of 
2171           sleep() (#316162)
2172
2173 2005-09-12  Wim Taymans  <wim@fluendo.com>
2174
2175         * gst/audioconvert/audioconvert.c: (float),
2176         (audio_convert_prepare_context), (audio_convert_convert):
2177         * gst/audioconvert/audioconvert.h:
2178         Cleanups, speedups, simplifications, added back support
2179         for 24 bits.
2180
2181 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2182
2183         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2184         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2185         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2186         * docs/plugins/tmpl/element-tcpserversink.sgml:
2187         * gst/ffmpegcolorspace/gstffmpeg.c:
2188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2189         * gst/videotestsrc/gstvideotestsrc.c:
2190         * gst/volume/gstvolume.c:
2191           add more elements to the docs
2192
2193 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2194
2195         * check/Makefile.am:
2196         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2197         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2198           Add extra tests for basetransform based components. 
2199           Comment out the test_element_negotiation test until we decide
2200           if it's testing correct behaviour.
2201         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2202         (gst_visual_chain), (gst_visual_change_state):
2203           Slightly more correct but still bogus timestamping.
2204           Fix state change function.
2205         * gst/audioconvert/gstaudioconvert.c:
2206         (gst_audio_convert_class_init):
2207         * gst/audioresample/gstaudioresample.c:
2208         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2209         (gst_ffmpegcsp_class_init):
2210         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2211         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2212         (gst_videoscale_prepare_image):
2213         * gst/volume/gstvolume.c: (gst_volume_class_init),
2214         (volume_transform_ip):
2215           Basetransform updates. Enable passthrough modes.
2216         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2217         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2218         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2219           Negotiation fix that allows the window to return to the original
2220           size and renegotiate passthrough upstream. Extra debug output.
2221
2222 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2223
2224         * gst/sine/gstsinesrc.c:
2225         * gst/volume/gstvolume.c:
2226           fix up header include
2227
2228 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2229
2230         * gst-libs/gst/audio/gstbaseaudiosink.c:
2231         (gst_base_audio_sink_render):
2232         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2233         * gst/volume/gstvolume.c: (gst_volume_class_init),
2234         (volume_transform):
2235           fixing lost sync, some more debugging
2236
2237 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2238
2239         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2240         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2241         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2242         (gst_xvimagesink_check_xshm_calls):
2243           Fix compilation when XShm is not available.
2244
2245 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2246
2247         * ext/libvisual/visual.c: (gst_visual_dispose),
2248         (gst_visual_getcaps), (gst_visual_src_setcaps),
2249         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2250         (gst_visual_change_state):
2251           Finish fixing up libvisual plugin so that it runs. 
2252
2253 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2254
2255         * ext/vorbis/vorbisenc.c:
2256         * gst-libs/gst/tag/gstvorbistag.c:
2257           gsttaginterface.h -> gsttagsetter.h
2258
2259 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2260
2261         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2262           added another test that failes for me (test is not active by default)
2263
2264 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2265
2266         * configure.ac:
2267           v4l2 is no longer in gst-plugins-base
2268
2269 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2270
2271         * configure.ac:
2272           In the output at the end, don't show the first plugin on the same
2273           line as "Core plug-ins, always built:".
2274           Indent the output as for other plugin categories
2275         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2276           #define that can be used to not use peer buffer_alloc functions for
2277           test purposes.
2278         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2279         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2280         (gst_ximagesink_show_frame):
2281         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2282         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2283         (gst_xvimagesink_show_frame):
2284           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2285           fails gracefully instead of XError aborting or deadlocking.
2286
2287 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2288
2289         * ext/libvisual/Makefile.am:
2290           link against gst-base-libs
2291
2292 2005-09-06  David Schleef  <ds@schleef.org>
2293
2294         * configure.ac: Enable libvisual plugin.
2295         * ext/libvisual/Makefile.am:
2296         * ext/libvisual/visual.c: Fixes to make it compile.
2297
2298 === release 0.9.2 ===
2299
2300 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2301
2302         * NEWS:
2303         * RELEASE:
2304         * configure.ac:
2305         * docs/random/ChangeLog-0.8:
2306           releasing 0.9.2, "Spoon"
2307
2308 2005-09-05  Michael Smith <msmith@fluendo.com>
2309
2310         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2311           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2312           that in the vorbisenc element.
2313
2314 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2315
2316         * common/gtk-doc-plugins.mak:
2317         * docs/plugins/Makefile.am:
2318           fix distcheck
2319         * gst/audioresample/resample.c:
2320           fix wrong docstring
2321
2322 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2323
2324         * common/gst-xmlinspect.py:
2325         * common/gtk-doc-plugins.mak:
2326           only inspect plugins for this given package
2327           require gst-python 0.9
2328
2329 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2330
2331         * Makefile.am:
2332         * autogen.sh:
2333         * common/gst-xmlinspect.py:
2334         * configure.ac:
2335         * docs/Makefile.am:
2336         * docs/plugins/inspect/plugin-alsa.xml:
2337         * docs/plugins/inspect/plugin-audioresample.xml:
2338         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2339         * docs/plugins/inspect/plugin-ogg.xml:
2340         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2341         * docs/plugins/tmpl/element-multifdsink.sgml:
2342         * docs/plugins/tmpl/element-tcpserversink.sgml:
2343         * docs/plugins/tmpl/element-vorbisenc.sgml:
2344         * gst-plugins-base.spec.in:
2345           various doc-related updates
2346
2347 2005-08-31  Wim Taymans  <wim@fluendo.com>
2348
2349         * gst-libs/gst/audio/gstbaseaudiosink.c:
2350         (gst_base_audio_sink_render):
2351         Resync if the buffer timestamps drift more than a 10th 
2352         of a second.
2353
2354 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2355
2356         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2357         (gst_v4lsrc_get_property):
2358           The 'timestamp-offset' property is registered as an int64, so
2359           let's use g_value_{set|get}_int64() in our setter and getter
2360           functions (makes it work and fixes warnings with gst-inspect).
2361
2362 2005-08-30  Wim Taymans  <wim@fluendo.com>
2363
2364         * check/elements/audioconvert.c: (setup_audioconvert):
2365         * check/elements/audioresample.c: (setup_audioresample):
2366         * check/elements/volume.c: (setup_volume):
2367         Fix checks.
2368
2369 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2370
2371         * common/gtk-doc-plugins.mak:
2372         * common/plugins.xsl:
2373         * docs/plugins/Makefile.am:
2374           make module a param
2375
2376 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2377
2378         * examples/seeking/seek.c: (make_mp3_pipeline),
2379         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2380         (play_cb), (pause_cb), (stop_cb):
2381           update the example
2382
2383 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2384
2385         * gst/volume/gstvolume.c: (gst_volume_class_init),
2386         (volume_transform):
2387           do not update controlled params, if buffer has no timestamp
2388
2389 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2390
2391         * configure.ac:
2392         * gst/sine/Makefile.am:
2393         * gst/volume/Makefile.am:
2394           controllerized elements also need to link against controller-libs ;)
2395
2396 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2397
2398         * docs/libs/tmpl/gstcolorbalance.sgml:
2399         * docs/libs/tmpl/gstgconf.sgml:
2400         * docs/libs/tmpl/gstmixer.sgml:
2401         * docs/libs/tmpl/gstringbuffer.sgml:
2402         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2403         (gst_sinesrc_create):
2404         * gst/volume/gstvolume.c: (gst_volume_class_init),
2405         (volume_transform):
2406           controllerized two audio plugins
2407
2408 2005-08-29  Andy Wingo  <wingo@pobox.com>
2409
2410         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2411         (vorbis_handle_data_packet): Fix some int overflow errors.
2412
2413         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2414         -1.
2415         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2416         valid.
2417         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2418         if it's valid. Fixed streaming-mode playback.
2419
2420         * check/elements/volume.c (cleanup_volume): Fix for running
2421         CK_FORK=no.
2422
2423         * check/elements/audioconvert.c: Convert from native endian, not
2424         little endian.
2425
2426 2005-08-29  Michael Smith <msmith@fluendo.com>
2427
2428         * ext/ogg/Makefile.am:
2429         * ext/ogg/gstogg.c: (plugin_init):
2430         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2431         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2432         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2433         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2434         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2435         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2436         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2437         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2438         Add an ogg parser element.
2439
2440 2005-08-28  Andy Wingo  <wingo@pobox.com>
2441
2442         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2443
2444 2005-08-26  Wim Taymans  <wim@fluendo.com>
2445
2446         * gst/audioconvert/audioconvert.c: (if), (float),
2447         (audio_convert_get_func_index), (check_default),
2448         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2449         (audio_convert_clean_context), (audio_convert_get_sizes),
2450         (audio_convert_convert):
2451         Cleanups.
2452
2453 2005-08-26  Wim Taymans  <wim@fluendo.com>
2454
2455         * gst/audioconvert/audioconvert.c: (if), (float),
2456         (audio_convert_get_func_index), (check_default),
2457         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2458         (audio_convert_clean_context), (audio_convert_get_sizes),
2459         (audio_convert_convert):
2460         More elegant and working temp buffer selection algo.
2461
2462 2005-08-26  Wim Taymans  <wim@fluendo.com>
2463
2464         * gst/audioconvert/audioconvert.c: (if), (float),
2465         (audio_convert_get_func_index), (check_default),
2466         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2467         (audio_convert_clean_context), (audio_convert_get_sizes),
2468         (get_temp_buffer), (audio_convert_convert):
2469         Use realloc else we lose our original data.
2470
2471 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2472
2473         * gst/audioresample/gstaudioresample.c:
2474           use base class' newsegment to properly timestamp
2475
2476 2005-08-26  Wim Taymans  <wim@fluendo.com>
2477
2478         * gst/audioconvert/audioconvert.c: (if), (float),
2479         (audio_convert_get_func_index), (check_default),
2480         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2481         (audio_convert_clean_context), (audio_convert_get_sizes),
2482         (get_temp_buffer), (audio_convert_convert):
2483         * gst/audioconvert/gstaudioconvert.c:
2484         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2485         (gst_audio_convert_transform_caps),
2486         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2487         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2488         Oops, allocate enough space to perform the channel mix.
2489
2490 2005-08-26  Wim Taymans  <wim@fluendo.com>
2491
2492         * gst/audioconvert/Makefile.am:
2493         * gst/audioconvert/audioconvert.c: (if), (float),
2494         (audio_convert_get_func_index), (check_default),
2495         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2496         (audio_convert_clean_context), (audio_convert_get_sizes),
2497         (get_temp_buffer), (audio_convert_convert):
2498         * gst/audioconvert/audioconvert.h:
2499         * gst/audioconvert/gstaudioconvert.c:
2500         (gst_audio_convert_class_init), (gst_audio_convert_init),
2501         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2502         (gst_audio_convert_get_unit_size),
2503         (gst_audio_convert_transform_caps),
2504         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2505         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2506         * gst/audioconvert/gstaudioconvert.h:
2507         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2508         (gst_channel_mix_fill_identical),
2509         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2510         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2511         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2512         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2513         (gst_channel_mix_mix):
2514         * gst/audioconvert/gstchannelmix.h:
2515         Cleanups, librarify a bit, optimize, better negotiation and more.
2516
2517 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2518
2519         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2520         Another from MikeS:
2521         During typefinding, don't support negative offsets
2522         (offsets from the end of the stream) in our typefind->peek() function
2523         - nothing embedded in ogg ever needs them. However, we need to recognise
2524         those requests and reject them, otherwise we return invalid pointers.
2525
2526 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2527
2528         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2529         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2530         (vorbisdec_finalize), (vorbis_handle_type_packet):
2531           Big shout-out to MikeS for fixing this giant memory leak.
2532           Huzzah!
2533
2534 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2535
2536         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2537         (audio_convert_get_unit_size):
2538           plug some leaks
2539
2540 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2541
2542         * check/Makefile.am:
2543         * check/elements/audioconvert.c: (setup_audioconvert),
2544         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2545         (GST_START_TEST), (audioconvert_suite), (main):
2546           add a test for audioconvert
2547         * gst/audioresample/gstaudioresample.c:
2548         * gst/audioresample/gstaudioresample.h:
2549           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2550           note that for buffers of 1/3 sec this means DURATION(c) is 
2551           one nanosecond more than for a and b
2552
2553 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2554
2555         * check/Makefile.am:
2556         * check/elements/audioresample.c: (setup_audioresample),
2557         (cleanup_audioresample), (fail_unless_perfect_stream),
2558         (test_perfect_stream_instance), (GST_START_TEST),
2559           add a check for audioresample
2560         (audioresample_suite), (main):
2561         * check/elements/volume.c: (GST_START_TEST):
2562           remove unused method
2563         * gst/audioresample/gstaudioresample.c:
2564           set correct buffer parameters since we're changing them
2565         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2566           add some debug
2567
2568 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2569
2570         * gst/audioresample/debug.c:
2571         * gst/audioresample/gstaudioresample.c:
2572           add room for extra overlap samples when asked to transform size
2573           protect against possible mem corruption and check for discrepancies
2574           between written size and outbuffer's size so we can warn for
2575           potential problems
2576         * gst/audioresample/resample.c: (resample_init),
2577         (resample_get_output_size_for_input), (resample_get_output_size),
2578         (resample_set_n_channels), (resample_set_format):
2579           set debug level based on RESAMPLE_DEBUG env var
2580           make sure that get_output_size* returns a whole number of
2581           sample_size
2582           set sample_size each time either channel or format is set
2583         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2584         * gst/audioresample/resample_functable.c:
2585         (resample_scale_functable):
2586         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2587           remove r->sample_size, it's done in resample.c now
2588           add some debugging to the ref implementation
2589           make sure we only give back bytes that are wholes of the sample
2590           size
2591
2592 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2593         * gst/playback/gstplaybasebin.c: (fill_buffer):
2594         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2595
2596 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2597
2598         * gst/volume/gstvolume.c:
2599           made set_caps function static
2600
2601 2005-08-24  Wim Taymans  <wim@fluendo.com>
2602
2603         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2604         (gst_vorbisenc_change_state):
2605         Stop leaking taglists.
2606
2607 2005-08-24  Wim Taymans  <wim@fluendo.com>
2608
2609         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2610         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2611         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2612         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2613         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2614         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2615         Parse seeking events better.
2616         Unref static caps.
2617         Generate correct newsegment events, fixes seeking in live oggs.
2618
2619         * ext/theora/theoradec.c: (theora_dec_src_query),
2620         (theora_dec_src_event), (theora_dec_src_getcaps),
2621         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2622         Use newsegment values to report correct play time.
2623
2624         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2625         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2626         * ext/vorbis/vorbisdec.h:
2627         Parse and use newsegment values to report correct play time.
2628
2629         * gst-libs/gst/audio/gstbaseaudiosink.c:
2630         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2631         Clear ringbuffer on flush.
2632         Use newsegment values to calculate playback time.
2633
2634         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2636         Basesink does newsegment calculations for us now.
2637
2638 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2639
2640         * check/Makefile.am:
2641         * configure.ac:
2642           add core's plugins to the mix so that playbin works
2643         * check/generic/states.c: (GST_START_TEST):
2644           set a 0 timeout on pipelines, so they don't force the next
2645           state change
2646         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2647         (gst_play_base_bin_change_state):
2648           remove the crappy error handling and do GST error handling
2649
2650 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2651
2652         * check/Makefile.am:
2653         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2654           add same test as to core, it bitches out on playbin atm.
2655
2656 2005-08-24  Wim Taymans  <wim@fluendo.com>
2657
2658         * configure.ac:
2659         Remove audioscale.
2660
2661 2005-08-24  Wim Taymans  <wim@fluendo.com>
2662
2663         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2664         (gst_videoscale_prepare_size), (parse_caps),
2665         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2666         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2667         (gst_videoscale_transform):
2668         * gst/videoscale/gstvideoscale.h:
2669         Refactor, make use of BaseTranform really well.
2670
2671 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2672
2673         * configure.ac:
2674           compile audioresample
2675         * gst/audioresample/Makefile.am:
2676         * gst/audioresample/buffer.c:
2677         * gst/audioresample/functable.c:
2678         * gst/audioresample/gstaudioresample.c:
2679         * gst/audioresample/gstaudioresample.h:
2680         * gst/audioresample/resample.c:
2681         (resample_get_output_size_for_input):
2682         * gst/audioresample/resample.h:
2683         * gst/audioresample/resample_chunk.c:
2684         * gst/audioresample/resample_functable.c:
2685         * gst/audioresample/resample_ref.c:
2686           port to use basetransform; doesn't work in all cases yet
2687
2688 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2689
2690         * gst/audioconvert/gstaudioconvert.c:
2691         (gst_audio_convert_class_init), (gst_audio_convert_init),
2692         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2693         (audio_convert_fixate_caps), (audio_convert_set_caps),
2694         (audio_convert_transform),
2695         (gst_audio_convert_buffer_to_default_format),
2696         (gst_audio_convert_buffer_from_default_format),
2697         (gst_audio_convert_channels):
2698         * gst/audioconvert/gstchannelmix.c:
2699         * gst/audioconvert/gstchannelmix.h:
2700           port to basetransform
2701         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2702         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2703         (gst_ffmpegcsp_get_unit_size):
2704         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2705         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2706           fix for basetransform changes
2707
2708 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2709
2710         * check/Makefile.am:
2711           Add CHECK_CFLAGS and LDFLAGS
2712
2713         * gst/playback/gstplaybasebin.c: (fill_buffer):
2714           GST_MESSAGE_SRC became a GObject
2715
2716 2005-08-24  Wim Taymans  <wim@fluendo.com>
2717
2718         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
2719         (gst_ring_buffer_clear_all):
2720         * gst-libs/gst/audio/gstringbuffer.h:
2721         Added function to clear the ringbuffer.
2722
2723 2005-08-24  Andy Wingo  <wingo@pobox.com>
2724
2725         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
2726         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
2727         of _open and _close.
2728
2729         * sys/v4l/gstv4lxoverlay.h:
2730         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
2731         an Xv connection here, instead of all the time. Make Xv only be
2732         loaded if you axe for it. Kindof a workaround for buggy behaviour
2733         of Xv when using remote xservers (XvQueryExtension would block).
2734         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
2735         replace the _open and _close public API. Only start the xv
2736         connection if necessary.
2737         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
2738
2739 2005-08-23  David Schleef  <ds@schleef.org>
2740
2741         * gst/audioresample/Makefile.am: Leet audioresampling code
2742         * gst/audioresample/buffer.c:
2743         * gst/audioresample/buffer.h:
2744         * gst/audioresample/debug.c:
2745         * gst/audioresample/debug.h:
2746         * gst/audioresample/functable.c:
2747         * gst/audioresample/functable.h:
2748         * gst/audioresample/gstaudioresample.c:
2749         * gst/audioresample/gstaudioresample.h:
2750         * gst/audioresample/resample.c:
2751         * gst/audioresample/resample.h:
2752         * gst/audioresample/resample_chunk.c:
2753         * gst/audioresample/resample_functable.c:
2754         * gst/audioresample/resample_ref.c:
2755
2756 2005-08-23  Wim Taymans  <wim@fluendo.com>
2757
2758         * examples/seeking/seek.c: (make_vorbis_pipeline),
2759         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
2760         Small seek updates.
2761
2762 2005-08-23  Andy Wingo  <wingo@pobox.com>
2763
2764         * gst-libs/gst/audio/gstbaseaudiosrc.c
2765         (gst_base_audio_src_fixate): Only fixate endianness if it is
2766         present in the caps.
2767
2768 2005-08-22  Andy Wingo  <wingo@pobox.com>
2769
2770         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
2771         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
2772         device-name property.
2773
2774         * gst-libs/gst/audio/gstaudiosrc.h:
2775         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
2776         close_device in the ring buffer, like gstaudiosink.
2777
2778         * ext/alsa/gstalsamixer.h:
2779         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
2780         macro to implement the interface without much code. Cleanups. 
2781
2782         * ext/alsa/gstalsasrc.h:
2783         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
2784         READY.
2785
2786         * ext/alsa/Makefile.am: Add new files.
2787         * ext/alsa/gstalsamixerelement.c: 
2788         * ext/alsa/gstalsamixerelement.c: Split element code out from
2789         mixer code so that alsasrc can be a mixer too.
2790
2791 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2792
2793         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2794         (GST_START_TEST):
2795         * check/elements/vorbisdec.c: (setup_vorbisdec),
2796         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
2797         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2798         (vorbis_handle_identification_packet),
2799         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
2800         (vorbis_handle_header_packet), (vorbis_dec_push),
2801         (vorbis_dec_chain):
2802           use the setup/teardown methods to save code.  save code is good.
2803
2804 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2805
2806         * check/Makefile.am:
2807           add ext dir for plugins
2808           add vorbisdec test conditionally
2809         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2810         (GST_START_TEST), (volume_suite):
2811           add a test with wrong caps
2812         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
2813         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
2814           add a vorbisdec test
2815         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
2816         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
2817           clean up debug output
2818         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2819           yay, fix a segfault/security issue in vorbisdec
2820           gst-launch fakesrc ! vorbisdec wasn't happy
2821         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
2822         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
2823         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
2824         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2825         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
2826         (gst_vorbisenc_set_metadata), (get_constraints_string),
2827         (update_start_message), (gst_vorbisenc_setup),
2828         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
2829         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
2830         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
2831         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
2832         * ext/vorbis/vorbisenc.h:
2833           march in line
2834         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2835         (gst_ffmpegcsp_transform):
2836           have the kow come home
2837         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2838           debug my func ptr
2839         * gst/volume/gstvolume.c: (volume_set_caps):
2840           add a debug
2841
2842 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2843
2844         * Makefile.am:
2845         * check/.cvsignore:
2846         * check/Makefile.am:
2847         * check/elements/.cvsignore:
2848         * check/elements/volume.c: (chain_func), (event_func),
2849         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
2850         (main):
2851         * configure.ac:
2852           add unit test structure for gst-plugins-base
2853           add a test for volume
2854         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
2855         (gst_volume_set_volume), (gst_volume_get_volume),
2856         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
2857         (volume_funcfind), (volume_process_float), (volume_process_int16),
2858         (volume_set_caps), (volume_transform), (volume_update_mute),
2859         (volume_update_volume), (volume_set_property),
2860         (volume_get_property):
2861           document a little; use basetransform vmethod _set_caps
2862
2863 2005-08-19  Andy Wingo  <wingo@pobox.com>
2864
2865         * ext/alsa/gstalsamixertrack.h:
2866         * ext/alsa/gstalsamixertrack.c:
2867         * ext/alsa/gstalsamixeroptions.h:
2868         * ext/alsa/gstalsamixeroptions.c:
2869         * ext/alsa/gstalsamixer.h:
2870         * ext/alsa/gstalsamixer.c: Port to 0.9.
2871
2872         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
2873         Remove gstalsa.c and alsaclock. No more cruft here.
2874         
2875 2005-08-18  Wim Taymans  <wim@fluendo.com>
2876
2877         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2878         (gst_base_rtp_depayload_chain),
2879         (gst_base_rtp_depayload_add_to_queue),
2880         (gst_base_rtp_depayload_push),
2881         (gst_base_rtp_depayload_queue_release):
2882         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2883         Fix for RTPBuffer changes.
2884
2885         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
2886         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
2887         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
2888         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
2889         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
2890         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
2891         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
2892         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
2893         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
2894         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
2895         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
2896         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
2897         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
2898         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
2899         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
2900         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
2901         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
2902         (gst_rtpbuffer_get_payload):
2903         * gst-libs/gst/rtp/gstrtpbuffer.h:
2904         Don't subclass GstBuffer but add methods and helper functions
2905         to construct and manipulate RTP packets in regular GstBuffers.
2906
2907 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
2908
2909         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
2910           moved statement below switch
2911         * gst/volume/gstvolume.c: (gst_volume_class_init):
2912           added debug ptr
2913
2914 2005-08-16  Wim Taymans  <wim@fluendo.com>
2915
2916         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2917         (gst_base_audio_src_change_state):
2918         Open and close device in READY<->NULL state change.
2919
2920 2005-08-16  Andy Wingo  <wingo@pobox.com>
2921
2922         * examples/seeking/Makefile.am: Don't compile non-compiling
2923         compiled objects with the compiler.
2924
2925         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
2926         elements.
2927
2928 2005-08-12  Philippe Khalaf <burger@speedy.org>
2929         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2930         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2931           Made a thread to release the queue.
2932           Removed timestamp conversion for now.
2933
2934 2005-08-10  Philippe Khalaf <burger@speedy.org>
2935         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2936         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2937           Added rtp timestamp -> gst timestamp conversion.
2938           Fixed several problems with queue.
2939
2940 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2941
2942         * gst-libs/gst/audio/gstaudioclock.h:
2943         * gst-libs/gst/audio/gstaudiofilter.h:
2944         * gst-libs/gst/audio/gstaudiosink.h:
2945         * gst-libs/gst/audio/gstaudiosrc.h:
2946         * gst-libs/gst/audio/gstbaseaudiosink.h:
2947         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2948         * gst-libs/gst/audio/gstringbuffer.h:
2949         * gst-libs/gst/net/gstnetbuffer.h:
2950         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2951         * gst-libs/gst/rtp/gstrtpbuffer.h:
2952           Add padding (you will need to rebuild gst-plugins-base,
2953           gst-plugins and all applications afterwards!)
2954
2955 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
2956
2957         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
2958         (gst_riff_parse_chunk):
2959           Fix bug in debug message and add some more debug messages.
2960
2961 2005-08-08  Edward Hervey  <edward@fluendo.com>
2962
2963         * gst-libs/gst/riff/riff-media.c:
2964         backported updates since branch
2965
2966 2005-08-08  Andy Wingo  <wingo@pobox.com>
2967
2968         * gst-libs/gst/audio/gstbaseaudiosink.c
2969         (gst_base_audio_sink_change_state): Open the device in NULL->READY
2970         like good elements should. Close on READY->NULL too.
2971
2972         * gst-libs/gst/audio/gstaudiosink.c
2973         (gst_audioringbuffer_open_device,
2974         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
2975         (gst_audioringbuffer_release): Updates for new ring buffer API,
2976         hook into the new audio sink api.
2977
2978         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
2979         (GstAudioSinkClass.close): Just open and close the device -- no
2980         resource allocation or configuration.
2981         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
2982         vmethods, handle device setup and resource allocation.
2983
2984         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
2985         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
2986         base class API.
2987
2988         * gst-libs/gst/audio/gstringbuffer.h
2989         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
2990         New vmethods.
2991
2992         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
2993         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
2994         New API functions. The device should be opened before acquiring
2995         and closed after releasing.
2996
2997 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
2998
2999         * gst-libs/gst/interfaces/mixer.h:
3000           Reset padding to GST_PADDING.
3001
3002 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3003
3004         * gst/playback/gstplaybin.c: (remove_sinks):
3005           Remove visualization from parent explicitely; works around some
3006           apparent refcount issue that I haven't tracked down yet.
3007
3008 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3009
3010         * ext/alsa/gstalsasink.c: (set_hwparams):
3011           Assign debug category, add negotiation debug msgs.
3012
3013 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3014
3015         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3016           Fix error code for file-not-found to NOT_FOUND.
3017
3018 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3019
3020         * common/gtk-doc-plugins.mak:
3021         * docs/plugins/Makefile.am:
3022         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3023         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3024           renamed to actual element names, so much nicer to look at
3025         * docs/plugins/tmpl/gstmultifdsink.sgml:
3026           remove
3027         * docs/plugins/tmpl/multifdsink.sgml:
3028         * docs/plugins/tmpl/tcpserversink.sgml:
3029           add
3030         * ext/alsa/gstalsa.c:
3031         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3032         * ext/ogg/gstoggmux.c:
3033         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3034         * gst/playback/gstdecodebin.c:
3035         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3036         * gst/tcp/gsttcpserversink.c:
3037           various fixes and documentation additions
3038
3039 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3040
3041         * common/Makefile.am:
3042         * common/gstdoc-scangobj:
3043         * common/gtk-doc-plugins.mak:
3044         * common/gtk-doc.mak:
3045           add a custom scangobj that uses the registry
3046           add a custom gtk-doc-plugins.mak that uses it
3047           some doc build fixes
3048         * configure.ac:
3049         * docs/Makefile.am:
3050         * docs/plugins/Makefile.am:
3051         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3052         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3053         * docs/plugins/gst-plugins-base-plugins.types:
3054         * docs/plugins/tmpl/gstmultifdsink.sgml:
3055           add docs for one element, multifdsink
3056         * gst/adder/gstadder.h:
3057         * gst/volume/gstvolume.h:
3058           don't privatize enum
3059         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3060         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3061         (gst_sync_method_get_type), (gst_client_status_get_type),
3062         (gst_multifdsink_class_init),
3063         (gst_multifdsink_client_queue_buffer),
3064         (gst_multifdsink_handle_client_write):
3065         * gst/tcp/gstmultifdsink.h:
3066         * gst/tcp/gsttcp.h:
3067         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3068         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3069         (gst_tcpclientsink_render):
3070         * gst/tcp/gsttcpclientsink.h:
3071         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3072         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3073         (gst_tcpclientsrc_start):
3074         * gst/tcp/gsttcpclientsrc.h:
3075         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3076         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3077         * gst/tcp/gsttcpserversrc.h:
3078         * gst/typefind/gsttypefindfunctions.c:
3079           remove superfluous Type stuff
3080
3081 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3082
3083         * gst/playback/gstplaybin.c: (gen_video_element):
3084           Enable videoscale.
3085
3086 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3087
3088         * gst-libs/gst/gconf/gconf.c:
3089         * gst-libs/gst/gconf/gconf.h:
3090           Fix some Andy Problem [tm].
3091
3092 2005-08-04  Andy Wingo  <wingo@pobox.com>
3093
3094         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3095         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3096         (gst_ffmpegcsp_get_size): Adapt to API changes.
3097
3098         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3099         Implement an in-place do-nothing transform.
3100
3101 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3102
3103         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3104         (gst_ximagesink_renegotiate_size):
3105           Do not set new window sizes yet if we prepare a new buffer size
3106           for upstream renegotiation (software scaling) at some point in the
3107           future, because this new size waqs not actually accepted yet. Once
3108           accepted, renegotiation later on will set the new sizes just fine.
3109           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3110           embedding testcase.
3111
3112 2005-08-03  Andy Wingo  <wingo@pobox.com>
3113
3114         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3115         (gst_ximagesink_buffer_alloc): 
3116         Protect the height, width, and desired_caps with the pool_lock.
3117         Fixes videotestsrc ! queue ! ximagesink.
3118
3119 2005-08-02  Edward Hervey  <edward@fluendo.com>
3120
3121         * gst/volume/gstvolume.c:
3122         include left from controller cleanup
3123
3124 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3125         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3126           Stop collectpads before calling the parent state
3127           change function on PAUSED->READY.
3128
3129 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3130         * configure.ac:
3131           When testing for X libs, use the X CFlags 
3132         * gst/adder/gstadder.c: (gst_adder_change_state):
3133           Stop the collectpads before calling parent state change function
3134           on PAUSED->READY, otherwise we deadlock deactivating pads.
3135
3136 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3137
3138         * configure.ac:
3139         * docs/libs/tmpl/gstcolorbalance.sgml:
3140         * docs/libs/tmpl/gstmixer.sgml:
3141         * examples/Makefile.am:
3142         * gst/sine/Makefile.am:
3143         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3144         (gst_sinesrc_set_property), (plugin_init):
3145         * gst/sine/gstsinesrc.h:
3146         * gst/volume/Makefile.am:
3147         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3148         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3149         (volume_process_float), (volume_process_int16),
3150         (volume_set_property), (plugin_init):
3151         * gst/volume/gstvolume.h:
3152           deactivate and remove dparams (libgstcontrol)
3153
3154 2005-07-29  Wim Taymans  <wim@fluendo.com>
3155
3156         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3157         Convert me to BaseTransform!! help..
3158
3159 2005-07-29  Andy Wingo  <wingo@pobox.com>
3160
3161         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3162         sinks.
3163
3164         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3165         support of both endiannesses.
3166
3167 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3168
3169         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3170           Fix confusing debug message (s/event/query/)
3171
3172 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3173
3174         * gst/videotestsrc/videotestsrc.h:
3175           Use "_stdint.h" instead of <stdint.h>
3176
3177 2005-07-27  Wim Taymans  <wim@fluendo.com>
3178
3179         * ext/vorbis/Makefile.am:
3180         Revert wrong commit.
3181
3182 2005-07-27  Wim Taymans  <wim@fluendo.com>
3183
3184         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3185         More compilation fixen.
3186
3187 2005-07-27  Wim Taymans  <wim@fluendo.com>
3188
3189         * gst-libs/gst/audio/gstbaseaudiosink.c:
3190         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3191         (gst_base_audio_sink_create_ringbuffer),
3192         (gst_base_audio_sink_change_state):
3193         Fix compilation.
3194
3195 2005-07-27  Wim Taymans  <wim@fluendo.com>
3196
3197         * examples/seeking/seek.c: (setup_dynamic_link),
3198         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3199         (query_positions_elems), (query_positions_pads), (do_seek):
3200         Update seek example.
3201
3202         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3203         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3204         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3205         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3206         (gst_ogg_demux_handle_event),
3207         (gst_ogg_demux_deactivate_current_chain),
3208         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3209         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3210         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3211         (gst_ogg_demux_loop):
3212         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3213         * ext/theora/theoradec.c: (theora_dec_src_event),
3214         (theora_dec_src_getcaps), (theora_dec_sink_event),
3215         (theora_dec_push), (theora_dec_chain):
3216         * ext/vorbis/Makefile.am:
3217         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3218         (vorbis_dec_sink_event), (vorbis_dec_push),
3219         (vorbis_handle_data_packet):
3220         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3221         (gst_vorbisenc_chain):
3222         * gst/playback/gststreaminfo.c: (cb_probe):
3223         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3224         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3225         * gst/videoscale/gstvideoscale.c:
3226         (gst_videoscale_handle_src_event):
3227         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3228         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3229         (gst_ximagesink_navigation_send_event):
3230         * sys/xvimage/xvimagesink.c:
3231         (gst_xvimagesink_navigation_send_event):
3232         Various event updates and cleanups
3233
3234 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3235
3236         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3237           Fix segfault for I420/YV12.
3238
3239 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3240
3241         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3242           Report bitrate.
3243
3244 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3245
3246         * gst/playback/gstplaybin.c: (gen_video_element),
3247         (gen_audio_element):
3248           Switch to auto*sink elements as default sinks; add volume element
3249           so that volume control in totem works.
3250
3251 2005-07-21  Wim Taymans  <wim@fluendo.com>
3252
3253         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3254         * gst/playback/gstplaybin.c: (setup_sinks),
3255         (gst_play_bin_change_state):
3256         Refcount fix and more comments.
3257
3258 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3259
3260         * sys/ximage/Makefile.am:
3261         * sys/ximage/ximage.c: (plugin_init):
3262         * sys/ximage/ximagesink.c:
3263         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3264         
3265
3266 2005-07-21  Wim Taymans  <wim@fluendo.com>
3267
3268         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3269         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3270         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3271         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3272         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3273         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3274         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3275         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3276         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3277         Generate correct disconts for live chained oggs.
3278
3279         * gst-libs/gst/audio/gstbaseaudiosink.c:
3280         (gst_base_audio_sink_render),
3281         (gst_base_audio_sink_create_ringbuffer),
3282         (gst_base_audio_sink_change_state):
3283         Handle discont math correctly.
3284
3285         * gst/playback/gstplaybin.c: (add_sink):
3286         Some small debug cleanup.
3287
3288 2005-07-21  Wim Taymans  <wim@fluendo.com>
3289
3290         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3291         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3292         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3293         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3294         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3295         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3296         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3297         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3298         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3299         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3300         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3301         (gst_ogg_demux_change_state), (gst_ogg_print):
3302         Reorganize code to send the right disconts when in streaming
3303         mode.
3304
3305 2005-07-20  Andy Wingo  <wingo@pobox.com>
3306
3307         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3308         fix (?), fixes a seggie mcfalterson (#310894).
3309
3310 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3311
3312         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3313         (gst_ogg_mux_set_header_on_caps):
3314         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3315         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3316         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3317         * gst-libs/gst/audio/multichannel.c:
3318         (gst_audio_set_channel_positions),
3319         (gst_audio_set_structure_channel_positions_list):
3320         * gst/playback/gstdecodebin.c: (dynamic_create):
3321         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3322         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3323           Fixes for API changes in core.
3324
3325 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3326
3327         * gst/playback/gstplaybasebin.c: (fill_buffer):
3328           Use _new_custom() so we can set custom message types for buffering
3329           messages.
3330
3331 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3332
3333         * configure.ac:
3334         * gst-libs/gst/Makefile.am:
3335         * gst-libs/gst/gconf/.cvsignore:
3336         * gst-libs/gst/gconf/Makefile.am:
3337         * gst-libs/gst/gconf/test-gconf.c:
3338         * pkgconfig/Makefile.am:
3339         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3340         * pkgconfig/gstreamer-gconf.pc.in:
3341           Remove gconf stuff, use gconf elements instead from now on.
3342
3343 2005-07-20  Wim Taymans  <wim@fluendo.com>
3344
3345         * gst-libs/gst/audio/TODO:
3346         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3347         (gst_audio_clock_get_internal_time):
3348         * gst-libs/gst/audio/gstaudioclock.h:
3349         * gst-libs/gst/audio/gstbaseaudiosink.c:
3350         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3351         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3352         (gst_base_audio_sink_render),
3353         (gst_base_audio_sink_create_ringbuffer),
3354         (gst_base_audio_sink_change_state):
3355         Make sure the audio clock always returns an increasing value.
3356
3357 2005-07-19  Andy Wingo  <wingo@pobox.com>
3358
3359         * gst/videotestsrc/: Cleanups.
3360
3361 2005-07-19  Wim Taymans  <wim@fluendo.com>
3362
3363         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3364         Better debugging.
3365
3366 2005-07-19  Wim Taymans  <wim@fluendo.com>
3367
3368         * examples/seeking/seek.c: (make_dv_pipeline),
3369         (make_vorbis_theora_pipeline), (query_rates),
3370         (query_positions_elems), (query_positions_pads), (do_seek):
3371         Make correct DV pipeline.
3372
3373 2005-07-18  Andy Wingo  <wingo@pobox.com>
3374
3375         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3376         default. Also because it's the only thing that really works. (This
3377         is used in the GConf elements).
3378         Use AS_LIBTOOL_TAGS.
3379
3380 2005-07-18  Wim Taymans  <wim@fluendo.com>
3381
3382         * gst/playback/gstdecodebin.c: (remove_element_chain):
3383         * gst/playback/gstplaybin.c: (add_sink):
3384         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3385         (gst_stream_info_set_mute):
3386         * gst/playback/gststreamselector.c:
3387         (gst_stream_selector_get_linked_pad),
3388         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3389         More leak and compile fixes.
3390
3391 2005-07-18  Wim Taymans  <wim@fluendo.com>
3392
3393         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3394         (query_rates), (query_positions_elems), (query_positions_pads),
3395         (do_seek), (seek_cb), (stop_seek):
3396         Updated seek example. 
3397
3398         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3399         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3400         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3401         * gst/playback/gstplaybin.c: (add_sink):
3402         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3403         (gst_stream_info_set_mute):
3404         Some refcount leak fixes.
3405
3406 2005-07-16  Wim Taymans  <wim@fluendo.com>
3407
3408         * gst-libs/gst/audio/gstbaseaudiosink.c:
3409         (gst_base_audio_sink_render):
3410         Align samples even if we have roundoff errors in the 
3411         timestamp conversion.
3412
3413 2005-07-16  Wim Taymans  <wim@fluendo.com>
3414
3415         * docs/libs/tmpl/gstringbuffer.sgml:
3416         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3417         (query_rates), (query_positions_elems), (query_positions_pads),
3418         (update_scale), (do_seek):
3419         Updated seek example.
3420
3421         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3422         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3423         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3424         (gst_ogg_demux_loop):
3425         Push out correct discont values.
3426
3427         * ext/theora/theoradec.c: (theora_dec_src_convert),
3428         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3429         (theora_dec_sink_event), (theora_handle_type_packet),
3430         (theora_handle_header_packet), (theora_dec_push),
3431         (theora_handle_data_packet), (theora_dec_chain),
3432         (theora_dec_change_state):
3433         Better timestamping.
3434
3435         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3436         (vorbis_dec_sink_event), (vorbis_dec_push),
3437         (vorbis_handle_data_packet), (vorbis_dec_chain):
3438         * ext/vorbis/vorbisdec.h:
3439         Better timestamping.
3440
3441         * gst-libs/gst/audio/gstbaseaudiosink.c:
3442         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3443         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3444         Handle syncing on timestamps instead of sample offsets. Make
3445         use of DISCONT values as described in design docs.
3446
3447         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3448         (gst_base_audio_src_get_time):
3449         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3450         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3451         (gst_ring_buffer_read):
3452         * gst-libs/gst/audio/gstringbuffer.h:
3453         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3454         (gst_ximagesink_show_frame):
3455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3456         Correcly convert buffer timestamp to stream time.
3457
3458 2005-07-16  Wim Taymans  <wim@fluendo.com>
3459
3460         * gst/audioconvert/gstaudioconvert.c:
3461         (gst_audio_convert_get_buffer):
3462         Timestamp buffers correctly.
3463
3464         * gst/playback/gstplaybin.c: (gen_video_element):
3465         Make internal fakesink silent.
3466
3467 2005-07-15  Wim Taymans  <wim@fluendo.com>
3468
3469         * gst/ffmpegcolorspace/Makefile.am:
3470         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3471         (gst_ffmpegcsp_caps_remove_format_info),
3472         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3473         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3474         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3475         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3476         Ported ffmpegcolorspace to basetransform.
3477
3478         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3479         * gst/volume/gstvolume.c: (volume_transform):
3480         Ported to new API.
3481
3482 2005-07-14  Wim Taymans  <wim@fluendo.com>
3483
3484         * gst/videotestsrc/Makefile.am:
3485         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3486         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3487         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3488         (gst_videotestsrc_init), (gst_videotestsrc_event),
3489         (gst_videotestsrc_create), (gst_videotestsrc_start),
3490         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3491         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3492         (gst_videotestsrc_get_property):
3493         * gst/videotestsrc/gstvideotestsrc.h:
3494         Make videotestsrc a pushsrc.
3495
3496 2005-07-14  Wim Taymans  <wim@fluendo.com>
3497
3498         * gst/tcp/gstfdset.c: (gst_fdset_free):
3499         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3500         (gst_multifdsink_add), (gst_multifdsink_remove),
3501         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3502         (gst_multifdsink_remove_client_link),
3503         (gst_multifdsink_client_queue_data),
3504         (gst_multifdsink_client_queue_caps),
3505         (gst_multifdsink_client_queue_buffer),
3506         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3507         (gst_multifdsink_stop):
3508         * gst/tcp/gstmultifdsink.h:
3509         0.8 backporting.
3510
3511         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3512         Also draw image when not from a pool.
3513
3514 2005-07-14  Wim Taymans  <wim@fluendo.com>
3515
3516         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3517         (mute_stream), (silence_stream):
3518         Small debug additions.
3519
3520 2005-07-14  Wim Taymans  <wim@fluendo.com>
3521
3522         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3523         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3524         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3525         Better error recovery, ignore unconnected pads and
3526         non-fatal errors.
3527
3528 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3529
3530         * docs/libs/tmpl/gstaudio.sgml:
3531         * docs/libs/tmpl/gstcolorbalance.sgml:
3532         * docs/libs/tmpl/gstgconf.sgml:
3533         * docs/libs/tmpl/gstmixer.sgml:
3534         * docs/libs/tmpl/gstringbuffer.sgml:
3535         * docs/libs/tmpl/gsttuner.sgml:
3536         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3537         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3538         (gst_tcpclientsrc_class_init):
3539         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3540         (gst_tcpserversrc_class_init):
3541         * sys/v4l/gstv4lelement.c:
3542           more autistic cleanliness in functions/names/defines
3543
3544 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3545
3546         * configure.ac:
3547           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3548           added manually to each Makefile.am so we are sure it goes
3549           *last* and doesn't add -L flags before linking in libs of our
3550           own, like, say, internal .la libs, that then accidentally pick
3551           up the installed copy.
3552         * docs/libs/Makefile.am:
3553         * ext/alsa/Makefile.am:
3554         * ext/cdparanoia/Makefile.am:
3555         * ext/gnomevfs/Makefile.am:
3556         * ext/libvisual/Makefile.am:
3557         * ext/ogg/Makefile.am:
3558         * ext/theora/Makefile.am:
3559         * ext/vorbis/Makefile.am:
3560         * gst-libs/gst/video/Makefile.am:
3561         * gst/adder/Makefile.am:
3562         * gst/audioconvert/Makefile.am:
3563         * gst/audiorate/Makefile.am:
3564         * gst/audioscale/Makefile.am:
3565         * gst/ffmpegcolorspace/Makefile.am:
3566         * gst/playback/Makefile.am:
3567         * gst/sine/Makefile.am:
3568         * gst/subparse/Makefile.am:
3569         * gst/tags/Makefile.am:
3570         * gst/tcp/Makefile.am:
3571         * gst/typefind/Makefile.am:
3572         * gst/videorate/Makefile.am:
3573         * gst/videoscale/Makefile.am:
3574         * gst/videotestsrc/Makefile.am:
3575         * gst/volume/Makefile.am:
3576         * sys/v4l/Makefile.am:
3577         * sys/ximage/Makefile.am:
3578         * sys/xvimage/Makefile.am:
3579           adapt properly to this change. This should make sure that
3580           plugins and libs properly link to the as-yet-uninstalled
3581           copies of stuff like libgstinterfaces and libgstvideo
3582
3583 2005-07-13  Andy Wingo  <wingo@pobox.com>
3584
3585         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3586         (gst_v4lsrc_fixate): Fixate on format as well.
3587
3588         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3589         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3590         buffer points to it.
3591         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3592         rather just doing X calls ourselves. Also fixes a memleak.
3593
3594 2005-07-12  Andy Wingo  <wingo@pobox.com>
3595
3596         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3597         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3598         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3599         TRUE to avoid deadlocks if an element holds on to our buffers.
3600
3601 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3602
3603         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3604         (gst_sinesrc_init), (gst_sinesrc_create),
3605         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3606         (gst_sinesrc_start):
3607         * gst/sine/gstsinesrc.h:
3608           removing num-buffers property before moving it
3609
3610 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3611
3612         * configure.ac:
3613           use overridable ERROR_CFLAGS
3614         * docs/libs/gst-plugins-base-libs.types:
3615         * docs/libs/tmpl/gstringbuffer.sgml:
3616         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3617         (gst_alsasink_class_init):
3618         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3619         (gst_alsasrc_class_init):
3620         * gst-libs/gst/audio/audio.h:
3621         * gst-libs/gst/audio/gstaudioclock.h:
3622         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3623         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3624         (gst_audio_filter_link), (gst_audio_filter_init),
3625         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3626         (gst_audio_filter_get_property),
3627         (gst_audio_filter_class_add_pad_templates):
3628         * gst-libs/gst/audio/gstaudiofilter.h:
3629         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3630         (gst_audio_filter_template_get_type),
3631         (gst_audio_filter_template_base_init),
3632         (gst_audio_filter_template_class_init),
3633         (gst_audio_filter_template_init),
3634         (gst_audio_filter_template_set_property),
3635         (gst_audio_filter_template_get_property), (plugin_init),
3636         (gst_audio_filter_template_setup),
3637         (gst_audio_filter_template_filter),
3638         (gst_audio_filter_template_filter_inplace):
3639         * gst-libs/gst/audio/gstaudiosink.c:
3640         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3641         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3642         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3643         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3644         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3645         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3646         * gst-libs/gst/audio/gstaudiosink.h:
3647         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3648         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3649         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3650         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3651         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3652         (gst_audio_src_class_init), (gst_audio_src_init),
3653         (gst_audio_src_create_ringbuffer):
3654         * gst-libs/gst/audio/gstaudiosrc.h:
3655         * gst-libs/gst/audio/gstbaseaudiosink.c:
3656         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3657         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3658         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3659         (gst_base_audio_sink_set_property),
3660         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3661         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3662         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3663         (gst_base_audio_sink_create_ringbuffer),
3664         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3665         * gst-libs/gst/audio/gstbaseaudiosink.h:
3666         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3667         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3668         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3669         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3670         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3671         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3672         (gst_base_audio_src_event), (gst_base_audio_src_create),
3673         (gst_base_audio_src_create_ringbuffer),
3674         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3675         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3676         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3677         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3678         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3679         (gst_ring_buffer_debug_spec_caps),
3680         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3681         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3682         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3683         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3684         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3685         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3686         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3687         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3688         (gst_ring_buffer_clear):
3689         * gst-libs/gst/audio/gstringbuffer.h:
3690         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3691         (gst_video_sink_class_init), (gst_video_sink_get_type):
3692         * gst-libs/gst/video/videosink.h:
3693         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3694         (gst_multifdsink_class_init),
3695         (gst_multifdsink_handle_client_write),
3696         (gst_multifdsink_change_state):
3697         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3698         (gst_tcpclientsink_setcaps):
3699         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3700         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3701         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3702         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3703         (gst_ximagesink_send_pending_navigation),
3704         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3705         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3707         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3708         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3709         (gst_xvimagesink_send_pending_navigation),
3710         (gst_xvimagesink_navigation_send_event),
3711         (gst_xvimagesink_set_xwindow_id),
3712         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3713         (gst_xvimagesink_get_type):
3714         more macro splitting
3715
3716 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3717
3718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3719           plug a memleak, allows me to import 1479 albums in one go
3720           in jamboree
3721         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3722         (vorbis_handle_type_packet), (vorbis_dec_chain),
3723         (vorbis_dec_change_state):
3724           fix some format strings
3725
3726 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3727
3728         * docs/libs/tmpl/gstcolorbalance.sgml:
3729         * docs/libs/tmpl/gstmixer.sgml:
3730         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3731         (gst_alsasink_set_property), (gst_alsasink_get_property):
3732         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
3733         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
3734           add device property
3735
3736 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3737
3738         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3739         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3740         (audiocast_register_listener), (audiocast_thread_run),
3741         (gst_gnomevfssrc_send_additional_headers_callback),
3742         (gst_gnomevfssrc_received_headers_callback),
3743         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
3744         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
3745         (gst_gnomevfssrc_get_size):
3746           add/clean up debugging
3747         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3748           cleanups
3749
3750 2005-07-07  Andy Wingo  <wingo@pobox.com>
3751
3752         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
3753         framerate. Need to get a handle on when exactly this function is
3754         called, tho.
3755
3756         * sys/v4l/v4lsrc_calls.h:
3757         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
3758         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
3759         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
3760
3761         * sys/v4l/v4l_calls.h: Cast to V4lElement.
3762         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
3763         v4lelements are sources.
3764
3765         * sys/v4l/gstv4lxoverlay.h:
3766         * sys/v4l/gstv4lxoverlay.c:
3767         * sys/v4l/gstv4ltuner.h:
3768         * sys/v4l/gstv4ltuner.c: Header loc fixen.
3769         
3770         * sys/v4l/gstv4lsrc.h:
3771         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
3772         PushSrc/BaseSrc. Removed most sync-related properties, videorate
3773         or something should handle that. Made a live source.
3774
3775         * sys/v4l/gstv4lelement.h:
3776         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
3777         signals. Some cleanups.
3778
3779         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
3780
3781         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
3782         stuff.
3783
3784         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
3785         stuff.
3786
3787         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
3788
3789 2005-07-07  Wim Taymans  <wim@fluendo.com>
3790
3791         * ext/theora/theoradec.c: (theora_get_query_types),
3792         (theora_dec_src_getcaps), (theora_dec_push):
3793         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
3794         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
3795         Remove deprecated/unused query types.
3796
3797 2005-07-06  Wim Taymans  <wim@fluendo.com>
3798
3799         * ext/alsa/Makefile.am:
3800         * ext/alsa/gstalsaplugin.c: (plugin_init):
3801         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3802         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3803         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
3804         (gst_alsasrc_class_init), (gst_alsasrc_init),
3805         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
3806         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
3807         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
3808         (gst_alsasrc_reset):
3809         * ext/alsa/gstalsasrc.h:
3810         * gst-libs/gst/audio/Makefile.am:
3811         * gst-libs/gst/audio/gstaudiosink.c:
3812         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3813         (gst_audioringbuffer_start):
3814         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3815         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3816         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
3817         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3818         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3819         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3820         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
3821         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
3822         * gst-libs/gst/audio/gstaudiosrc.h:
3823         * gst-libs/gst/audio/gstbaseaudiosink.c:
3824         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3825         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
3826         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
3827         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3828         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
3829         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
3830         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
3831         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
3832         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
3833         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
3834         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
3835         (gst_baseaudiosrc_change_state):
3836         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3837         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3838         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
3839         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
3840         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3841         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
3842         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
3843         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
3844         * gst-libs/gst/audio/gstringbuffer.h:
3845         Added audiosource base classes.
3846         Ported alsasrc, still very basic.
3847
3848 2005-07-06  Wim Taymans  <wim@fluendo.com>
3849
3850         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
3851         (theora_dec_push), (theora_handle_data_packet):
3852         Prepare for better timestamp fix later.
3853
3854         * gst/audioconvert/gstaudioconvert.c:
3855         List most accurate caps first
3856
3857         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
3858         Use proper pad task function.
3859
3860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3861         (gst_xvimagesink_show_frame):
3862         Fix deadlock when alloc failed.
3863
3864 2005-07-05  Andy Wingo  <wingo@pobox.com>
3865
3866         * ext/gnomevfs/gstgnomevfssrc.c:
3867         * gst/sine/gstsinesrc.c:
3868         * gst/tcp/gsttcpserversrc.c:
3869         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
3870
3871         * sys/v4l/: Port from 0.8.
3872
3873         * Many files: Null if we got it....
3874
3875 2005-07-05  Andy Wingo  <wingo@pobox.com>
3876
3877         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
3878         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
3879         Signedness fixes.
3880
3881 2005-07-05  Wim Taymans  <wim@fluendo.com>
3882
3883         * configure.ac:
3884         * gst/tcp/Makefile.am:
3885         * gst/tcp/README:
3886         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3887         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
3888         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
3889         (is_sync_frame), (gst_multifdsink_handle_client_write),
3890         (gst_multifdsink_render), (gst_multifdsink_start),
3891         (gst_multifdsink_stop), (gst_multifdsink_change_state):
3892         * gst/tcp/gstmultifdsink.h:
3893         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
3894         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
3895         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
3896         * gst/tcp/gsttcp.h:
3897         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3898         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3899         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3900         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
3901         * gst/tcp/gsttcpclientsink.h:
3902         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3903         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
3904         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
3905         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
3906         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
3907         * gst/tcp/gsttcpclientsrc.h:
3908         * gst/tcp/gsttcpplugin.c: (plugin_init):
3909         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
3910         * gst/tcp/gsttcpserversink.h:
3911         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3912         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
3913         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
3914         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
3915         (gst_tcpserversrc_stop):
3916         * gst/tcp/gsttcpserversrc.h:
3917         * gst/tcp/gsttcpsink.c:
3918         * gst/tcp/gsttcpsink.h:
3919         * gst/tcp/gsttcpsrc.c:
3920         * gst/tcp/gsttcpsrc.h:
3921         Ported tcp plugins to 0.9. 
3922         
3923
3924 2005-07-05  Andy Wingo  <wingo@pobox.com>
3925
3926         * gst/playback/gstplaybasebin.c (fill_buffer):
3927         message_new_application fixen.
3928
3929         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
3930         Style fix.
3931
3932 2005-07-04  Wim Taymans  <wim@fluendo.com>
3933
3934         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
3935         Set caps on output buffer.
3936
3937 2005-07-04  Andy Wingo  <wingo@pobox.com>
3938
3939         * ext/gnomevfs/gstgnomevfssrc.c
3940         (gst_gnomevfssrc_received_headers_callback) 
3941         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
3942         hopefully.
3943
3944         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
3945         No refcount leakage.
3946
3947         * configure.ac: Enable -Werror.
3948         
3949         * ext/theora/theoradec.c (theora_dec_src_getcaps):
3950         * gst/audioconvert/bufferframesconvert.c
3951         (buffer_frames_convert_fixate):
3952         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
3953         (gst_audio_convert_fixate):
3954         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
3955         (gst_sinesrc_create): Fixate func changes.
3956         
3957         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3958         (gst_ximagesink_buffer_alloc): Unused var.
3959
3960 2005-07-01  Andy Wingo  <wingo@pobox.com>
3961
3962         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
3963         getcaps to do explicit caps. Needs to be done in all decoders,
3964         possibly via a base class.
3965
3966         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
3967
3968         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
3969         caps on the sink pad, just rely on the pad template. Also, setting
3970         ANY caps on a pad is not valid because the caps are not fixed.
3971
3972         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
3973         caps on the buffer, and get the width from the desired_caps if
3974         they're set.
3975         (gst_ximagesink_renegotiate_size): Implement via setting the
3976         desired_caps on the ximagesink.
3977         (gst_ximagesink_setcaps): Only reset the width of the player if it
3978         wasn't already set. Not sure if this is right.
3979         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
3980
3981         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
3982         that the user wants. NULL unless the window has been resized.
3983
3984         * gst/volume/gstvolume.c (volume_transform): Adapt to
3985         basetransform refcount changes.
3986         
3987 2005-07-01  Andy Wingo  <wingo@pobox.com>
3988
3989         * gst/videoscale/gstvideoscale.c:
3990         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
3991         from BaseTransform, implements a transform_caps. Removed dead code
3992         including some PAR stuff that was never reached -- should probably
3993         be added back somehow.
3994
3995 2005-07-01  Andy Wingo  <wingo@pobox.com>
3996
3997         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
3998         come later.
3999
4000 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4001
4002         * configure.ac:
4003         * docs/libs/Makefile.am:
4004         * docs/libs/gst-plugins-libs.types:
4005         * ext/alsa/Makefile.am:
4006         * ext/alsa/gstalsamixer.h:
4007         * ext/alsa/gstalsamixeroptions.h:
4008         * ext/alsa/gstalsamixertrack.h:
4009         * gst-libs/gst/Makefile.am:
4010         * gst-libs/gst/colorbalance/.cvsignore:
4011         * gst-libs/gst/colorbalance/Makefile.am:
4012         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4013         * gst-libs/gst/colorbalance/colorbalance.c:
4014         * gst-libs/gst/colorbalance/colorbalance.h:
4015         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4016         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4017         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4018         * gst-libs/gst/interfaces/Makefile.am:
4019         * gst-libs/gst/interfaces/colorbalance.c:
4020         (gst_color_balance_class_init):
4021         * gst-libs/gst/interfaces/colorbalance.h:
4022         * gst-libs/gst/interfaces/interfaces-marshal.list:
4023         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4024         * gst-libs/gst/interfaces/mixer.h:
4025         * gst-libs/gst/interfaces/mixeroptions.h:
4026         * gst-libs/gst/interfaces/navigation.c:
4027         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4028         * gst-libs/gst/interfaces/tuner.h:
4029         * gst/volume/Makefile.am:
4030         * gst/volume/gstvolume.c:
4031         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4032         * sys/ximage/Makefile.am:
4033         * sys/ximage/ximagesink.c:
4034         * sys/xvimage/Makefile.am:
4035         * sys/xvimage/xvimagesink.c:
4036           fold in all interfaces into an interfaces dir, preserving CVS
4037           history
4038
4039 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4040
4041         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4042           Fix build after riff changes.
4043
4044 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4045
4046         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4047         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4048         (gst_riff_create_video_template_caps),
4049         (gst_riff_create_audio_template_caps),
4050         (gst_riff_create_iavs_template_caps):
4051         * gst-libs/gst/riff/riff-media.h:
4052         * gst-libs/gst/riff/riff-read.h:
4053         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4054           Add gst_riff_init() to initialize the debug category, instead
4055           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4056
4057 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4058
4059         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4060           Oops, I shouldn't apply hacks.
4061
4062 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4063
4064         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4065           Remove pad_loop function which doesn't work.
4066
4067 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4068
4069         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4070           Send EOS when deactivating.
4071         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4072         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4073         (gen_preroll_element), (probe_triggered), (mute_stream),
4074         (silence_stream), (new_decoded_pad), (setup_substreams),
4075         (set_active_source):
4076         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4077         (remove_sinks), (add_sink):
4078         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4079           Change for new probe API.
4080
4081 2005-06-29  Wim Taymans  <wim@fluendo.com>
4082
4083         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4084         * gst-libs/gst/audio/gstbaseaudiosink.c:
4085         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4086         (gst_baseaudiosink_change_state):
4087         * gst-libs/gst/audio/gstbaseaudiosink.h:
4088         * gst-libs/gst/audio/gstringbuffer.c:
4089         (gst_ringbuffer_set_callback):
4090         Fix compilation error.
4091         Ringbuffer starts out as not running.
4092         Free our clock in dispose.
4093         When releasing the ringbuffer we need to renegotiate so
4094         clear the pad caps.
4095
4096 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4097
4098         * autogen.sh:
4099         * configure.ac:
4100         * docs/Makefile.am:
4101         * docs/libs/Makefile.am:
4102         * docs/libs/gst-plugins-libs-docs.sgml:
4103         * docs/libs/gst-plugins-libs-sections.txt:
4104         * docs/libs/gst-plugins-libs.types:
4105         * docs/libs/tmpl/gstaudio.sgml:
4106         * docs/libs/tmpl/gstcolorbalance.sgml:
4107         * docs/libs/tmpl/gstringbuffer.sgml:
4108         * gst-libs/gst/audio/gstringbuffer.c:
4109         (gst_ringbuffer_set_callback):
4110           reinstate gtk-doc docs for plugin libs
4111
4112 2005-06-28  Wim Taymans  <wim@fluendo.com>
4113
4114         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4115         (gst_ogg_demux_init):
4116         Removed pad loop function.
4117
4118 2005-06-28  Wim Taymans  <wim@fluendo.com>
4119
4120         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4121         If we're building a chain we are not in an error case
4122         when we queue a buffer.
4123
4124 2005-06-28  Andy Wingo  <wingo@pobox.com>
4125
4126         * *.c: Don't cast to GstObject before reffing/unreffing.
4127
4128 2005-06-27  Andy Wingo  <wingo@pobox.com>
4129
4130         * gst/videotestsrc/gstvideotestsrc.c
4131         (gst_videotestsrc_activate_push): Activation API changes.
4132
4133         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4134         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4135         they have refs on the decodebin.
4136
4137         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4138         parent class.
4139         (gst_ogg_pad_typefind): Don't leak a pad ref.
4140         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4141         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4142         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4143
4144 2005-06-27  Edward Hervey  <edward@fluendo.com>
4145
4146         * ext/theora/theoradec.c: (theora_dec_change_state): 
4147         re-arranged call to parent's state change in order to avoid locks (or
4148         worse).
4149
4150 2005-06-26  Edward Hervey  <edward@fluendo.com>
4151
4152         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4153         2nd argument of 'unknow-type' signal is a GstCaps and not a
4154         GstMiniObject
4155
4156 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4157         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4158           Set the worker thread's running flag to TRUE before starting the
4159           thread.
4160         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4161           Catch a failure to add typefind to the bin.
4162
4163 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4164
4165         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4166         (gst_sinesrc_init), (gst_sinesrc_create),
4167         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4168         (gst_sinesrc_start):
4169         * gst/sine/gstsinesrc.h:
4170           add num-buffers and timestamp-offset properties
4171         * gst/videotestsrc/gstvideotestsrc.c:
4172         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4173         (gst_videotestsrc_get_property):
4174           add timestamp-offset property
4175
4176 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4177
4178         * configure.ac: add videorate
4179         * gst-plugins-base.spec.in: add videorate
4180
4181 2005-06-23  Wim Taymans  <wim@fluendo.com>
4182
4183         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4184         (gst_videorate_getcaps), (gst_videorate_setcaps),
4185         (gst_videorate_event), (gst_videorate_chain):
4186         Fixed videorate, fixating an already fixated caps is not
4187         an error.
4188
4189 2005-06-23  Wim Taymans  <wim@fluendo.com>
4190
4191         * ext/ogg/README:
4192         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4193         Buffer on caps is not boxed anymore.
4194
4195 2005-06-22  Wim Taymans  <wim@fluendo.com>
4196
4197         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4198         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4199         Set buffers on caps as miniobjects and not as boxed.
4200
4201 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4202
4203         * configure.ac:
4204           back to HEAD
4205
4206 === release 0.9.1 ===
4207
4208 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4209
4210         * .cvsignore:
4211         * NEWS:
4212         * README:
4213         * RELEASE:
4214         * configure.ac:
4215         * po/af.po:
4216         * po/az.po:
4217         * po/cs.po:
4218         * po/en_GB.po:
4219         * po/hu.po:
4220         * po/it.po:
4221         * po/nb.po:
4222         * po/nl.po:
4223         * po/or.po:
4224         * po/sq.po:
4225         * po/sr.po:
4226         * po/sv.po:
4227         * po/uk.po:
4228         * po/vi.po:
4229           updates for release
4230
4231 2005-06-09  Andy Wingo  <wingo@pobox.com>
4232
4233         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4234         
4235 2005-06-09  Andy Wingo  <wingo@pobox.com>
4236
4237         * configure.ac:
4238         * gst-libs/gst/Makefile.am:
4239         * gst-libs/gst/net/Makefile.am:
4240         Add gstnet to build.
4241
4242 2005-06-09  Andy Wingo  <wingo@pobox.com>
4243
4244         * gst-libs/gst/gconf/gconf.c:
4245         * gst/playback/test.c:
4246         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4247         fixes.
4248
4249         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4250
4251         * ext/theora/theoraenc.c (theora_enc_chain): 
4252         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4253
4254         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4255         RealPad.
4256
4257 2005-06-02  Wim Taymans  <wim@fluendo.com>
4258
4259         * gst-libs/gst/net/Makefile.am:
4260         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4261         * pkgconfig/gstreamer-libs.pc.in:
4262         Added net stuff, version net lib.
4263
4264 2005-06-02  Wim Taymans  <wim@fluendo.com>
4265
4266         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4267         (query_rates), (query_positions_elems), (query_positions_pads),
4268         (do_seek):
4269         Updated seek example.
4270
4271 2005-06-02  Andy Wingo  <wingo@pobox.com>
4272
4273         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4274         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4275         list.
4276
4277         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4278         remove the typefind, the bin dispose will do it for us. When it's
4279         removed and unreffed, the signal handler will be disconnected,
4280         too.
4281         (unlinked): It's too difficult to disconnect from unlinked
4282         handlers, as they are on pads not elements. Just punt if the pads
4283         aren't grandkids of the bin.
4284
4285 2005-06-02  Wim Taymans  <wim@fluendo.com>
4286
4287         * ext/ogg/README:
4288         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4289         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4290         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4291         * ext/theora/theoradec.c: (theora_dec_src_query),
4292         (theora_handle_data_packet):
4293         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4294         (theora_enc_chain):
4295         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4296         (vorbis_handle_data_packet):
4297         * gst/audioconvert/bufferframesconvert.c:
4298         (buffer_frames_convert_chain):
4299         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4300         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4301         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4302         (gst_ffmpegcsp_chain):
4303         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4304         (gst_videorate_getcaps), (gst_videorate_setcaps),
4305         (gst_videorate_event), (gst_videorate_chain):
4306         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4307         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4308         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4309         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4310         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4311         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4312         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4313         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4314         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4315         Cleanups and buffer alloc.
4316
4317 2005-05-31  Wim Taymans  <wim@fluendo.com>
4318
4319         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4320         Don't try to call the delay method when the device is not
4321         opened.
4322
4323 2005-05-31  Wim Taymans  <wim@fluendo.com>
4324
4325         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4326         Get actual segment size and buffer size after opening
4327         the device.
4328
4329 2005-05-30  Wim Taymans  <wim@fluendo.com>
4330
4331         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4332         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4333         Also FLUSH upstream, makes the loop function exit faster.
4334         
4335         * ext/theora/theoradec.c: (theora_dec_src_query):
4336         Some more debug info in the query.
4337         
4338         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4339         (gst_ximagesink_setcaps):
4340         Release lock on par error, better error reporting.
4341
4342 2005-05-26  Wim Taymans  <wim@fluendo.com>
4343
4344         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4345         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4346         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4347         Clear chains in READY
4348         Queue packets until the chain is activated.
4349
4350 2005-05-25  Wim Taymans  <wim@fluendo.com>
4351
4352         * gst-libs/gst/audio/gstaudiosink.c:
4353         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4354         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4355         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4356         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4357         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4358         (gst_audiosink_create_ringbuffer):
4359         * gst-libs/gst/audio/gstbaseaudiosink.c:
4360         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4361         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4362         (gst_baseaudiosink_set_property), (build_linear_format),
4363         (debug_spec_caps), (debug_spec_buffer),
4364         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4365         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4366         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4367         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4368         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4369         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4370         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4371         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4372         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4373         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4374         (wait_segment), (gst_ringbuffer_commit),
4375         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4376         (gst_ringbuffer_clear):
4377         Various small cleanups.
4378
4379         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4380         (gst_audio_convert_change_state):
4381         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4382         No need to take the locks anymore.
4383
4384 2005-05-25  Wim Taymans  <wim@fluendo.com>
4385
4386         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4387         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4388         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4389         (type_found):
4390         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4391         (group_destroy), (group_commit), (queue_overrun),
4392         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4393         (mute_stream), (new_decoded_pad), (setup_substreams),
4394         (setup_source), (mute_group_type), (set_active_source),
4395         (gst_play_base_bin_change_state):
4396         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4397         (gen_video_element), (gen_text_element), (gen_audio_element),
4398         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4399         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4400         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4401         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4402         Some playbin cleanups mostly refcounting sloppyness.
4403
4404 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4405
4406         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4407           Work with streaming input.
4408
4409 2005-05-25  Wim Taymans  <wim@fluendo.com>
4410
4411         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4412         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4413         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4414         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4415         No need to take the STREAM lock anymore.
4416
4417 2005-05-25  Wim Taymans  <wim@fluendo.com>
4418
4419         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4420         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4421         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4422         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4423         (gst_ogg_demux_sink_activate):
4424         * ext/theora/theoradec.c: (theora_dec_src_event),
4425         (theora_handle_comment_packet), (theora_dec_chain),
4426         (theora_dec_change_state):
4427         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4428         (vorbis_handle_data_packet), (vorbis_dec_chain),
4429         (vorbis_dec_change_state):
4430         Remove STREAM locks as they are taken in core now.
4431         Never set bogus granulepos on vorbis/theora.
4432         Fix leaks in theoradec tag parsing.
4433
4434 2005-05-25  Wim Taymans  <wim@fluendo.com>
4435
4436         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4437         Fix memleaks, GST_BUFFER_DATA() is not freed.
4438
4439 2005-05-25  Wim Taymans  <wim@fluendo.com>
4440
4441         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4442         Open non-blocking, set to blocking mode afterwards to avoid
4443         lockups when audio device is busy.
4444
4445 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4446
4447         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4448           This can't be good.
4449
4450 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4451
4452         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4453         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4454         (gst_audio_convert_setcaps):
4455           Implement instant setup switching.
4456
4457 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4458
4459         * gst/playback/gstplaybasebin.c: (probe_triggered):
4460           Fix missing unlock.
4461         * gst/playback/gstplaybin.c: (add_sink):
4462           First add, then link (otherwise pad link fails).
4463
4464 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4465
4466         * examples/Makefile.am:
4467         fix buildbot (make distcheck)
4468
4469 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4470
4471         * gst/playback/gstplaybin.c: (gen_vis_element):
4472           Remove some wrong code. Doesn't work yet.
4473
4474 2005-05-19  Wim Taymans  <wim@fluendo.com>
4475
4476         * gst-libs/gst/net/Makefile.am:
4477         * gst-libs/gst/net/README:
4478         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4479         (gst_netbuffer_class_init), (gst_netbuffer_init),
4480         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4481         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4482         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4483         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4484         * gst-libs/gst/net/gstnetbuffer.h:
4485         Added buffer subclass to store extra to/from addresses for
4486         network sources/sinks.
4487
4488 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4489
4490         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4491           Don't lock an unassigned variable.
4492
4493 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4494
4495         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4496           Increase buffer for video, decrease buffer for other media types.
4497         * gst/playback/gstplaybin.c: (gen_video_element),
4498         (gen_audio_element):
4499           Change names for debugging purposes.
4500
4501 2005-05-18  Wim Taymans  <wim@fluendo.com>
4502
4503         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4504         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4505         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4506         (gst_ffmpegcsp_chain):
4507         Enable buffer alloc passthrough if the source and dest
4508         formats are the same.
4509
4510 2005-05-17  Wim Taymans  <wim@fluendo.com>
4511
4512         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4513         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4514         (gst_ogg_demux_chain_unlocked):
4515         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4516         (gst_audio_convert_caps_remove_format_info),
4517         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4518         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4519         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4520         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4521         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4522         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4523         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4524         (gst_ffmpegcsp_get_property):
4525         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4526         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4527         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4528         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4529         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4530         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4531         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4532         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4533         Leak fixes in oggdemux.
4534         Some cleanups in audioconvert.
4535         Make passthrough work along with buffer_alloc etc.
4536         Make buffer_alloc and buffer recycling actually work in
4537         xvimagesink.
4538
4539 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4540
4541         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4542           make the compiler happy
4543
4544 2005-05-17  Wim Taymans  <wim@fluendo.com>
4545
4546         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4547         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4548         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4549         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4550         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4551         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4552         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4553         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4554         (gst_xvimagesink_set_xwindow_id):
4555         * sys/xvimage/xvimagesink.h:
4556         Port xvimagesink to new MiniObject.
4557
4558 2005-05-17  Wim Taymans  <wim@fluendo.com>
4559
4560         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4561         (gst_audiofilter_chain):
4562         * gst-libs/gst/audio/gstaudiosink.c:
4563         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4564         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4565         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4566         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4567         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4568         (gst_audiosink_create_ringbuffer):
4569         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4570         (gst_audio_convert_caps_remove_format_info),
4571         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4572         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4573         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4574         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4575         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4576         Fix passthrough in ffmpegcolorspace.
4577         Fix memset in audiosink on wrong memory.
4578
4579 2005-05-16  David Schleef  <ds@schleef.org>
4580
4581         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4582         to GstMiniObject.
4583
4584 2005-05-16  David Schleef  <ds@schleef.org>
4585
4586         Port from GstData to GstMiniObject.
4587         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4588         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4589         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4590         (gst_ogg_mux_collected):
4591         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4592         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4593         (theora_handle_data_packet):
4594         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4595         (theora_set_header_on_caps), (theora_enc_chain):
4596         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4597         (vorbis_handle_comment_packet):
4598         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4599         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4600         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4601         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4602         * gst/audioconvert/gstaudioconvert.c:
4603         (gst_audio_convert_get_buffer):
4604         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4605         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4606         (mute_stream), (silence_stream):
4607         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4608         * gst/volume/gstvolume.c: (volume_transform):
4609         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4610         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4611         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4612         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4613         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4614         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4615         (gst_ximagesink_buffer_alloc):
4616         * sys/ximage/ximagesink.h:
4617
4618 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4619
4620         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4621         (fill_buffer), (check_queue), (queue_threshold_reached),
4622         (queue_out_of_data):
4623         * gst/playback/gstplaybasebin.h:
4624           Post buffer-fullness on the bus.
4625
4626 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4627
4628         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4629         (try_to_link_1):
4630         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4631         (group_commit), (probe_triggered), (setup_source),
4632         (gst_play_base_bin_change_state):
4633         * gst/playback/gstplaybasebin.h:
4634         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4635         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4636         (gst_play_bin_change_state):
4637           Move setup_output_pads into a virtual function, remove
4638           group-switch (no longer needed) and redirect (handled by bus
4639           now) signals.
4640
4641 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4642
4643         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4644         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4645         (get_active_group), (get_building_group), (group_destroy),
4646         (group_commit), (check_queue), (queue_overrun),
4647         (queue_threshold_reached), (queue_out_of_data),
4648         (gen_preroll_element), (remove_groups), (unknown_type),
4649         (add_element_stream), (no_more_pads), (probe_triggered),
4650         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4651         (setup_substreams), (setup_source), (finish_source),
4652         (prepare_output), (muted_group_change_state),
4653         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4654         (gst_play_base_bin_change_state):
4655         * gst/playback/gstplaybasebin.h:
4656         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4657         (gst_play_bin_init), (gst_play_bin_set_property),
4658         (gen_video_element), (gen_text_element), (gen_audio_element),
4659         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4660         (gst_play_bin_change_state):
4661         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4662         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4663         (stream_info_change_state), (gst_stream_info_set_mute),
4664         (gst_stream_info_get_property):
4665         * gst/playback/gststreaminfo.h:
4666         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4667         (gst_stream_selector_get_linked_pad),
4668         (gst_stream_selector_getcaps),
4669         (gst_stream_selector_get_linked_pads),
4670         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4671         * gst/playback/gststreamselector.h:
4672           Rough port of playbin. Needs some more work, but is mostly done,
4673           and uses a few locks in important places, which should make stuff
4674           like chain-switches clean. Still uses GST_STATE() in a few places,
4675           which isn't all that good an idea, subtitles/elements disabled
4676           because no elements to test with and thus probably broken, query
4677           and event handling moved to GstBin, internal thread removed
4678           alltogether because the pipeline does that for us now. Can play
4679           Ogg/Vorbis files. Haven't tested anything else yet.
4680
4681 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4682
4683         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4684           Do no-more-pads (needed for autoplugging).
4685
4686 2005-05-10  Andy Wingo  <wingo@pobox.com>
4687
4688         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4689         message to the bus with the tags. Still not sent downstream tho.
4690
4691         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4692         get_parent.
4693         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4694         avoid refcounting hassles.
4695
4696 2005-05-09  Andy Wingo  <wingo@pobox.com>
4697
4698         * gst/volume/Makefile.am:
4699         * gst/volume/demo.c
4700         * gst/volume/gstvolume.h
4701         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4702         basetransform. Probably need an audio filter base class.
4703
4704 2005-05-09  Wim Taymans  <wim@fluendo.com>
4705
4706         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4707         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4708         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4709         (gst_vorbisenc_chain):
4710         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4711         (gst_audio_convert_caps_remove_format_info),
4712         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4713         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4714         Make caps writable before writing to it.
4715         Fix negotiation in audioconvert some more.
4716
4717 2005-05-09  Wim Taymans  <wim@fluendo.com>
4718
4719         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4720         (gst_videorate_getcaps), (gst_videorate_setcaps),
4721         (gst_videorate_event), (gst_videorate_chain):
4722         Better negotiation.
4723
4724 2005-05-09  Wim Taymans  <wim@fluendo.com>
4725
4726         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4727         (gst_videorate_getcaps), (gst_videorate_setcaps),
4728         (gst_videorate_blank_data), (gst_videorate_init),
4729         (gst_videorate_event), (gst_videorate_chain),
4730         (gst_videorate_change_state):
4731         Port videorate, do a better job at negotiation while we're at
4732         it.
4733
4734 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
4735
4736         * configure.ac:
4737           Disable libvisual
4738
4739         * examples/Makefile.am:
4740         * gst-libs/gst/audio/Makefile.am:
4741         * gst-libs/gst/riff/Makefile.am:
4742         * gst-libs/gst/tag/Makefile.am:
4743         * gst-libs/gst/video/Makefile.am:
4744           Fixups for missing variables.
4745
4746 2005-05-09  Wim Taymans  <wim@fluendo.com>
4747
4748         * examples/seeking/seek.c: (make_theora_pipeline),
4749         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
4750         (query_rates), (query_positions_elems), (query_positions_pads),
4751         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
4752         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4753         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
4754         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
4755         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
4756         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
4757         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4758         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4759         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4760         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4761         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4762         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4763         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4764         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
4765         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
4766         (theora_dec_src_convert), (theora_dec_sink_convert),
4767         (theora_dec_src_query), (theora_dec_sink_query),
4768         (theora_dec_src_event), (theora_dec_sink_event),
4769         (theora_handle_comment_packet), (theora_handle_type_packet),
4770         (theora_handle_header_packet), (theora_handle_data_packet),
4771         (theora_dec_chain):
4772         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4773         (vorbis_dec_convert), (vorbis_dec_src_query),
4774         (vorbis_dec_sink_query), (vorbis_dec_src_event),
4775         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4776         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4777         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4778         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
4779         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
4780         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
4781         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4782         (gst_play_bin_query):
4783         * gst/playback/test3.c: (update_scale):
4784         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
4785         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
4786         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4787         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4788         (gst_videotestsrc_src_query):
4789         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
4790         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
4791         (paint_hline_YUV9):
4792         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4793         Port to new query API.
4794         Updated seek.
4795         Cleanups in x[v]imagesink
4796
4797 2005-05-09  Andy Wingo  <wingo@pobox.com>
4798
4799         * ext/alsa/gstalsasink.h:
4800         * ext/gnomevfs/gstgnomevfssrc.c:
4801         (gst_gnomevfssrc_get_icy_metadata):
4802         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
4803         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
4804         * ext/theora/theoradec.c (theora_dec_src_query)
4805         (theora_dec_src_event, theora_dec_sink_event)
4806         (theora_handle_comment_packet, theora_handle_data_packet):
4807         * ext/theora/theoraenc.c (theora_enc_chain):
4808         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
4809         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
4810         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
4811         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
4812         (qt_type_find):
4813         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
4814         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
4815         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
4816         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
4817         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
4818         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
4819         (paint_setup_xBGR8888, paint_setup_RGBx8888)
4820         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
4821         (paint_setup_RGB565, paint_setup_xRGB1555):
4822         * gst/videotestsrc/videotestsrc.h:
4823         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
4824         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
4825         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
4826         GCC4 fixes.
4827         
4828         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
4829         gst_pad_query_position. Fixes oggdemux.
4830
4831 2005-05-08  David Schleef  <ds@schleef.org>
4832
4833         * configure.ac: Require liboil.
4834         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
4835         a few more.
4836         * gst/videotestsrc/videotestsrc.c:
4837         * gst/videotestsrc/videotestsrc.h:
4838
4839 2005-05-06  Wim Taymans  <wim@fluendo.com>
4840
4841         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4842         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4843         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4844         Well, unreffing a buffer right before pushing it is asking
4845         for trouble..
4846
4847 2005-05-06  Christian Schaller  <uraeus@gnome.org>
4848
4849         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
4850
4851 2005-05-06  Wim Taymans  <wim@fluendo.com>
4852
4853         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4854         (gst_audio_convert_caps_remove_format_info),
4855         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4856         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4858         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4859         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4860         * gst/sine/Makefile.am:
4861         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
4862         (gst_sinesrc_class_init), (gst_sinesrc_init),
4863         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
4864         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
4865         (gst_sinesrc_update_freq):
4866         * gst/sine/gstsinesrc.h:
4867         * gst/tcp/gstmultifdsink.c:
4868         * sys/xvimage/xvimagesink.c:
4869         Fixed negotiation wrt _peer_get_caps()
4870         Some cleanups.
4871
4872
4873 2005-05-06  Wim Taymans  <wim@fluendo.com>
4874
4875         * gst-libs/gst/audio/gstaudiosink.c:
4876         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4877         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4878         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4879         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4880         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4881         (gst_audiosink_create_ringbuffer):
4882         * gst-libs/gst/audio/gstbaseaudiosink.c:
4883         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4884         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4885         (gst_baseaudiosink_set_property), (build_linear_format),
4886         (debug_spec_caps), (debug_spec_buffer),
4887         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4888         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4889         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4890         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4891         * gst-libs/gst/audio/gstbaseaudiosink.h:
4892         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4893         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4894         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4895         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4896         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4897         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4898         (wait_segment), (gst_ringbuffer_commit),
4899         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4900         (gst_ringbuffer_clear):
4901         * gst-libs/gst/audio/gstringbuffer.h:
4902         Make the base audiosink return an error when there is no
4903         audiobuffer negotiated.
4904
4905 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4906
4907         * ext/Makefile.am:
4908         Disable cdparanoia until someone ports it!
4909
4910 2005-05-06  Wim Taymans  <wim@fluendo.com>
4911
4912         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4913         (gst_ogg_demux_sink_activate):
4914         And revert after wingo's revert.. sigh..
4915
4916 2005-05-05  Andy Wingo  <wingo@pobox.com>
4917
4918         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
4919         GObject.
4920         * configure.ac: Return audiorate and subparse from the ghetto.
4921         Re-enable -Wall -Werror.
4922         * gst/subparse/gstsubparse.c:
4923         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
4924         or chain-based. Cleaned up a bit. Not tested.
4925         
4926 2005-05-05  Christian Schaller <christian@fluendo.com> 
4927
4928         * Makefile.am: remove stuff that is not building
4929         * configure.ac: remove stuff that is not building
4930         * examples/Makefile.am: remove stuff that is not building
4931         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
4932         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
4933         * sys/Makefile.am: remove stuff that is not building
4934         * testsuite/Makefile.am: remove stuff that is not building
4935
4936 2005-05-05  Andy Wingo  <wingo@pobox.com>
4937
4938         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4939         * gst-libs/gst/tag/gstvorbistag.c:
4940         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
4941         * gst/adder/gstadder.h:
4942         * gst/audioconvert/gstchannelmix.c:
4943         (gst_audio_convert_fill_one_other):
4944         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
4945         (gst_audiorate_init), (gst_audiorate_chain):
4946         * gst/playback/gstplaybasebin.c: (setup_source):
4947         * gst/playback/test3.c: (update_scale):
4948         Some GCC4 fixes
4949         
4950         * po/af.po:
4951         * po/az.po:
4952         * po/cs.po:
4953         * po/en_GB.po:
4954         * po/hu.po:
4955         * po/it.po:
4956         * po/nb.po:
4957         * po/nl.po:
4958         * po/or.po:
4959         * po/sq.po:
4960         * po/sr.po:
4961         * po/sv.po:
4962         * po/uk.po:
4963         * po/vi.po: Foo
4964
4965 2005-05-05  Wim Taymans  <wim@fluendo.com>
4966
4967         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4968         (gst_audio_convert_caps_remove_format_info),
4969         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
4970         (gst_audio_convert_change_state), (gst_audio_convert_channels):
4971         * gst/videotestsrc/gstvideotestsrc.c:
4972         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
4973         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
4974         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
4975         (gst_videotestsrc_init), (gst_videotestsrc_loop):
4976         Don't ignore _push() return values.
4977         Make sure no processing is done when shutting down.
4978         Videotestsrc pad activation fix.
4979
4980 2005-05-05  Wim Taymans  <wim@fluendo.com>
4981
4982         * gst/adder/Makefile.am:
4983         * gst/adder/gstadder.c: (gst_adder_setcaps),
4984         (gst_adder_class_init), (gst_adder_init),
4985         (gst_adder_request_new_pad), (gst_adder_collected),
4986         (gst_adder_change_state):
4987         * gst/adder/gstadder.h:
4988         Ported adder as an example of a mixer element using
4989         collect pads. Needs more negotiation work.
4990
4991 2005-05-05  Wim Taymans  <wim@fluendo.com>
4992
4993         * ext/theora/theoradec.c: (_inc_granulepos),
4994         (theora_dec_src_event), (theora_dec_sink_event),
4995         (theora_handle_comment_packet), (theora_handle_type_packet),
4996         (theora_handle_header_packet), (theora_handle_data_packet),
4997         (theora_dec_chain):
4998         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4999         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5000         (theora_push_buffer), (theora_push_packet),
5001         (theora_enc_sink_event), (theora_enc_chain),
5002         (theora_enc_change_state), (theora_enc_set_property),
5003         (theora_enc_get_property):
5004         Added stream lock to decoder so that we can serialize
5005         the discont event.
5006         More theoraenc porting, recover from errors, do clean
5007         shutdown.
5008
5009 2005-05-05  Wim Taymans  <wim@fluendo.com>
5010
5011         * ext/ogg/Makefile.am:
5012         * ext/ogg/README:
5013         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5014         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5015         (gst_ogg_print):
5016         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5017         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5018         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5019         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5020         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5021         (gst_ogg_mux_change_state):
5022         Ported ogg muxer.
5023
5024 2005-05-05  Wim Taymans  <wim@fluendo.com>
5025
5026         * docs/design-audiosinks.txt:
5027         * gst-libs/gst/audio/TODO:
5028         * gst-libs/gst/audio/gstaudiosink.c:
5029         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5030         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5031         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5032         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5033         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5034         (gst_audiosink_create_ringbuffer):
5035         * gst-libs/gst/audio/gstbaseaudiosink.c:
5036         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5037         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5038         (gst_baseaudiosink_set_property), (build_linear_format),
5039         (debug_spec_caps), (debug_spec_buffer),
5040         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5041         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5042         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5043         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5044         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5045         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5046         (gst_ringbuffer_release), (gst_ringbuffer_play),
5047         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5048         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5049         (gst_ringbuffer_set_sample), (wait_segment),
5050         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5051         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5052         More work on the audiosink, mostly debugging and a race in
5053         shutdown.
5054
5055 2005-04-28  Wim Taymans  <wim@fluendo.com>
5056
5057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5058         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5059         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5060         (vorbis_dec_src_query), (vorbis_dec_src_event),
5061         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5062         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5063         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5064         Don't crap out when seeking back to position 0.
5065
5066 2005-04-28  Wim Taymans  <wim@fluendo.com>
5067
5068         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5069         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5070         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5071         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5072         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5073         Make audio sink configurable, use alsasink as default.
5074
5075 2005-04-28  Wim Taymans  <wim@fluendo.com>
5076
5077         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5078         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5079         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5080         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5081         (vorbis_dec_change_state):
5082         * ext/vorbis/vorbisdec.h:
5083         Refactor, use STREAM_LOCK.
5084
5085 2005-04-28  Wim Taymans  <wim@fluendo.com>
5086
5087         * ext/theora/theoradec.c: (_inc_granulepos),
5088         (theora_dec_sink_event), (theora_handle_comment_packet),
5089         (theora_handle_type_packet), (theora_handle_header_packet),
5090         (theora_handle_data_packet), (theora_dec_chain),
5091         (theora_dec_change_state):
5092         Refactor a bit, use STREAM_LOCK.
5093
5094 2005-04-28  Wim Taymans  <wim@fluendo.com>
5095
5096         * ext/alsa/Makefile.am:
5097         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5098         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5099         (gst_alsa_link), (gst_alsa_close_audio):
5100         * ext/alsa/gstalsaplugin.c: (plugin_init):
5101         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5102         (gst_alsasink_dispose), (gst_alsasink_base_init),
5103         (gst_alsasink_class_init), (gst_alsasink_init),
5104         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5105         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5106         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5107         (gst_alsasink_reset):
5108         * ext/alsa/gstalsasink.h:
5109         Implement alsasink with simple open/write/close API. 
5110         Make alsa dir build by disabling compilation of code.
5111
5112 2005-04-28  Wim Taymans  <wim@fluendo.com>
5113
5114         * gst-libs/gst/audio/Makefile.am:
5115         * gst-libs/gst/audio/audio.h:
5116         * gst-libs/gst/audio/audioclock.c:
5117         * gst-libs/gst/audio/audioclock.h:
5118         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5119         (gst_audio_clock_class_init), (gst_audio_clock_init),
5120         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5121         * gst-libs/gst/audio/gstaudioclock.h:
5122         * gst-libs/gst/audio/gstaudiosink.c:
5123         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5124         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5125         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5126         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5127         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5128         (gst_audiosink_create_ringbuffer):
5129         * gst-libs/gst/audio/gstbaseaudiosink.c:
5130         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5131         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5132         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5133         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5134         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5135         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5136         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5137         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5138         * gst-libs/gst/audio/gstbaseaudiosink.h:
5139         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5140         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5141         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5142         (gst_ringbuffer_release), (gst_ringbuffer_play),
5143         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5144         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5145         (gst_ringbuffer_set_sample), (wait_segment),
5146         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5147         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5148         * gst-libs/gst/audio/gstringbuffer.h:
5149         Make ringbuffer faster and more simple by removing the locks
5150         in the playback thread.
5151         Add sample accurate playback based on buffer sample offsets.
5152         Make the baseaudiosink provide a clock.
5153         Parse caps in the base class.
5154         Correctly handle seeking, flushing and state changes.
5155
5156 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5157
5158         * configure.ac:
5159         * gst/audioconvert/Makefile.am:
5160         * gst/audioscale/Makefile.am:
5161           Fix part of the build.  Come on guys, autogen didn't even work :)
5162
5163 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5164
5165         * configure.ac:
5166         * gst-libs/gst/Makefile.am:
5167         * gst-libs/gst/media-info/.cvsignore:
5168         * gst-libs/gst/media-info/Makefile.am:
5169         * gst-libs/gst/media-info/README:
5170         * gst-libs/gst/media-info/media-info-priv.c:
5171         * gst-libs/gst/media-info/media-info-priv.h:
5172         * gst-libs/gst/media-info/media-info-test.c:
5173         * gst-libs/gst/media-info/media-info.c:
5174         * gst-libs/gst/media-info/media-info.h:
5175         * gst-libs/gst/media-info/media-info.vcproj:
5176         * pkgconfig/Makefile.am:
5177         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5178         * pkgconfig/gstreamer-media-info.pc.in:
5179           Remove media-info, which is also successed by playbin (see Totem
5180           implementation).
5181
5182 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5183
5184         * configure.ac:
5185         * examples/Makefile.am:
5186         * examples/gstplay/.cvsignore:
5187         * examples/gstplay/Makefile.am:
5188         * examples/gstplay/player.c:
5189         * gst-libs/gst/Makefile.am:
5190         * gst-libs/gst/play/.cvsignore:
5191         * gst-libs/gst/play/Makefile.am:
5192         * gst-libs/gst/play/play.c:
5193         * gst-libs/gst/play/play.h:
5194         * gst-libs/gst/play/play.vcproj:
5195         * pkgconfig/Makefile.am:
5196         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5197         * pkgconfig/gstreamer-play.pc.in:
5198           Remove libgstplay, playbin is now the official successor.
5199
5200 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5201
5202         * configure.ac:
5203         * gst-libs/gst/Makefile.am:
5204         * gst-libs/gst/xwindowlistener/Makefile.am:
5205         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5206         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5207           Remove deprecated xwindowlistener (I've moved xwindowlistening
5208           in the v4l/v4l2 plugins over to serverside).
5209
5210 2005-04-25  David Schleef  <ds@schleef.org>
5211
5212         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5213         to examples/dynparams.  Examples do not belong interspersed with
5214         source code.
5215         * examples/dynparams/demo-dparams.c:
5216         * gst/sine/Makefile.am:
5217         * gst/sine/demo-dparams.c:
5218
5219 2005-04-25  David Schleef  <ds@schleef.org>
5220
5221         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5222         * gst-libs/gst/audio/Makefile.am:
5223         * gst-libs/gst/riff/Makefile.am:
5224         * gst-libs/gst/tag/Makefile.am:
5225         * gst-libs/gst/video/Makefile.am:
5226         * gst-libs/gst/xwindowlistener/Makefile.am:
5227
5228         Convert to 0.9 API, seems to work:
5229         * sys/ximage/Makefile.am:
5230         * sys/ximage/ximagesink.c:
5231
5232 2005-04-24  David Schleef  <ds@schleef.org>
5233
5234         Link plugins against libraries:
5235         * ext/alsa/Makefile.am:
5236         * gst/tcp/Makefile.am:
5237
5238         Remove asm code that should be in liboil
5239         * gst/videoscale/Makefile.am:
5240         * gst/videoscale/videoscale_x86_asm.s:
5241
5242         gettext wants these checked in:
5243         * po/af.po:
5244         * po/az.po:
5245         * po/cs.po:
5246         * po/en_GB.po:
5247         * po/hu.po:
5248         * po/it.po:
5249         * po/nb.po:
5250         * po/nl.po:
5251         * po/or.po:
5252         * po/sq.po:
5253         * po/sr.po:
5254         * po/sv.po:
5255         * po/uk.po:
5256         * po/vi.po:
5257
5258 2005-04-24  David Schleef  <ds@schleef.org>
5259
5260         Convert gst_main() to g_main_loop_run()
5261         * gst/playback/decodetest.c: (main):
5262         * gst/playback/test2.c: (main):
5263         * gst/playback/test3.c: (main):
5264         * gst/playback/test4.c: (main):
5265
5266         Link plugins against libraries:
5267         * ext/libvisual/Makefile.am:
5268         * sys/xvimage/Makefile.am:
5269
5270 2005-04-24  David Schleef  <ds@schleef.org>
5271
5272         * configure.ac: Remove idct and resample libs
5273         * gst-libs/gst/Makefile.am: same
5274
5275         Remove usage of gst_library_load():
5276         * ext/alsa/gstalsaplugin.c: (plugin_init):
5277         * ext/libvisual/visual.c: (plugin_init):
5278         * ext/ogg/gstogg.c: (plugin_init):
5279         * ext/theora/theora.c: (plugin_init):
5280         * ext/vorbis/vorbis.c: (plugin_init):
5281         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5282         * gst/audioscale/gstaudioscale.c:
5283         * gst/adder/gstadder.c: (plugin_init):
5284         * gst/audioconvert/plugin.c: (plugin_init):
5285         * sys/ximage/ximagesink.c: (plugin_init):
5286         * sys/xvimage/xvimagesink.c: (plugin_init):
5287         * gst/tcp/gsttcpplugin.c: (plugin_init):
5288
5289         Link plugins against libraries:
5290         * ext/ogg/Makefile.am:
5291         * ext/theora/Makefile.am:
5292         * ext/vorbis/Makefile.am:
5293         * gst/audioconvert/Makefile.am:
5294
5295         Create proper libraries:
5296         * gst-libs/gst/riff/Makefile.am:
5297         * gst-libs/gst/audio/Makefile.am:
5298         * gst-libs/gst/video/Makefile.am:
5299
5300         Move resample library to audioscale plugin directory:
5301         * gst-libs/gst/resample/Makefile.am:
5302         * gst-libs/gst/resample/README:
5303         * gst-libs/gst/resample/dtof.c:
5304         * gst-libs/gst/resample/dtos.c:
5305         * gst-libs/gst/resample/functable.c:
5306         * gst-libs/gst/resample/private.h:
5307         * gst-libs/gst/resample/resample.c:
5308         * gst-libs/gst/resample/resample.h:
5309         * gst-libs/gst/resample/resample.vcproj:
5310         * gst-libs/gst/resample/test.c:
5311         * gst/audioscale/Makefile.am:
5312         * gst/audioscale/README:
5313         * gst/audioscale/dtof.c:
5314         * gst/audioscale/dtos.c:
5315         * gst/audioscale/functable.c:
5316         * gst/audioscale/private.h:
5317         * gst/audioscale/resample.c:
5318         * gst/audioscale/resample.h:
5319         * gst/audioscale/test.c:
5320
5321         Move tagedit library to gst-libs:
5322         * gst-libs/gst/tag/Makefile.am:
5323         * gst-libs/gst/tag/gstid3tag.c:
5324         * gst-libs/gst/tag/gsttagediting.c:
5325         * gst-libs/gst/tag/gsttageditingprivate.h:
5326         * gst-libs/gst/tag/gstvorbistag.c:
5327         * gst/tags/Makefile.am:
5328         * gst/tags/gstid3tag.c:
5329         * gst/tags/gstvorbistag.c:
5330
5331         Fix for core changes:
5332         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5333         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5334         (gst_sinesrc_getrange):
5335
5336 2005-04-23  David Schleef  <ds@schleef.org>
5337
5338         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5339         in gst-plugins in a long time, and properly belongs in liboil.
5340         * gst-libs/gst/idct/Makefile.am:
5341         * gst-libs/gst/idct/README:
5342         * gst-libs/gst/idct/dct.h:
5343         * gst-libs/gst/idct/doieee:
5344         * gst-libs/gst/idct/fastintidct.c:
5345         * gst-libs/gst/idct/floatidct.c:
5346         * gst-libs/gst/idct/idct.c:
5347         * gst-libs/gst/idct/idct.h:
5348         * gst-libs/gst/idct/idtc.vcproj:
5349         * gst-libs/gst/idct/ieeetest.c:
5350         * gst-libs/gst/idct/intidct.c:
5351
5352 2005-04-20  Wim Taymans  <wim@fluendo.com>
5353
5354         * docs/design-audiosinks.txt:
5355         * gst-libs/gst/audio/Makefile.am:
5356         * gst-libs/gst/audio/TODO:
5357         * gst-libs/gst/audio/gstaudiosink.c:
5358         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5359         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5360         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5361         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5362         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5363         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5364         (gst_audiosink_class_init), (gst_audiosink_init),
5365         (gst_audiosink_create_ringbuffer):
5366         * gst-libs/gst/audio/gstaudiosink.h:
5367         * gst-libs/gst/audio/gstbaseaudiosink.c:
5368         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5369         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5370         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5371         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5372         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5373         (gst_baseaudiosink_create_ringbuffer),
5374         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5375         * gst-libs/gst/audio/gstbaseaudiosink.h:
5376         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5377         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5378         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5379         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5380         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5381         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5382         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5383         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5384         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5385         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5386         * gst-libs/gst/audio/gstringbuffer.h:
5387         An attempt at a set of audio base classes together with some
5388         design docs.
5389
5390 2005-04-20  Wim Taymans  <wim@fluendo.com>
5391
5392         * gst/audioconvert/Makefile.am:
5393         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5394         (gst_audio_convert_caps_remove_format_info),
5395         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5396         (gst_audio_convert_channels):
5397         Link against audio libs.
5398         Fix audio convert plugin.
5399
5400 2005-04-20  Wim Taymans  <wim@fluendo.com>
5401
5402         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5403         (gst_ogg_demux_sink_activate):
5404         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5405         (theora_set_header_on_caps), (theora_enc_sink_event),
5406         (theora_enc_chain):
5407         Fix theora encoder.
5408
5409 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5410
5411         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5412         * gst/playback/gstdecodebin.c: (find_compatibles):
5413           Work with staticpadtemplates in elementfactories.
5414
5415 2005-04-12  Wim Taymans  <wim@fluendo.com>
5416
5417         * gst/playback/README:
5418         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5419         (compare_ranks), (print_feature), (gst_decode_bin_init),
5420         (dynamic_create), (dynamic_free), (find_compatibles),
5421         (mimetype_is_raw), (close_pad_link), (got_redirect),
5422         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5423         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5424         (gst_decode_bin_change_state):
5425         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5426         (gst_play_base_bin_init), (group_destroy), (group_commit),
5427         (check_queue), (queue_overrun), (queue_threshold_reached),
5428         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5429         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5430         (got_redirect), (setup_source), (play_base_eos),
5431         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5432         (gst_play_base_bin_remove_element):
5433         * gst/playback/gstplaybasebin.h:
5434         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5435         (gst_play_bin_init), (gst_play_bin_dispose),
5436         (gst_play_bin_set_property), (gen_video_element),
5437         (gen_text_element), (gen_audio_element), (remove_sinks),
5438         (gst_play_bin_send_event):
5439         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5440         (stream_info_change_state), (gst_stream_info_set_mute):
5441         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5442         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5443         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5444         (gst_stream_selector_chain):
5445         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5446         (main):
5447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5448         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5449         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5450         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5451         Raw and crude port of decodebin. 
5452         Make playbin compile.
5453
5454 2005-04-06  Wim Taymans  <wim@fluendo.com>
5455
5456         * ext/gnomevfs/Makefile.am:
5457         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5458         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5459         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5460         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5461         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5462         (gst_gnomevfssrc_stop):
5463         * ext/ogg/Makefile.am:
5464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5465         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5466         * ext/theora/Makefile.am:
5467         * ext/theora/theoradec.c: (_inc_granulepos),
5468         (theora_dec_sink_event), (theora_dec_chain):
5469         * ext/vorbis/Makefile.am:
5470         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5471         (vorbis_dec_sink_event), (vorbis_dec_chain):
5472         * gst-libs/gst/audio/Makefile.am:
5473         * sys/xvimage/Makefile.am:
5474         Make gnomevfssrc extend the source base class.
5475         Fix linking against libs in various plugins.
5476
5477 2005-04-06  Andy Wingo  <wingo@pobox.com>
5478
5479         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5480         GST_BASE_LIBS.
5481
5482         * configure.ac: Add check and AC_SUBST for libgstbase.
5483
5484 2005-03-31  Wim Taymans  <wim@fluendo.com>
5485
5486         * examples/seeking/Makefile.am:
5487         * examples/seeking/cdparanoia.c: (main):
5488         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5489         (play_cb), (pause_cb), (stop_cb), (main):
5490         * examples/seeking/playbin.c:
5491         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5492         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5493         (make_sid_pipeline), (make_vorbis_pipeline),
5494         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5495         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5496         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5497         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5498         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5499         (stop_cb), (main):
5500         * examples/seeking/spider_seek.c:
5501         * examples/seeking/vorbisfile.c:
5502         * ext/gnomevfs/Makefile.am:
5503         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5504         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5505         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5506         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5507         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5508         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5509         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5510         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5511         * ext/ogg/README:
5512         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5513         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5514         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5515         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5516         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5517         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5518         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5519         (gst_ogg_demux_factory_filter), (compare_ranks),
5520         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5521         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5522         (gst_ogg_chain_new), (gst_ogg_chain_free),
5523         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5524         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5525         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5526         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5527         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5528         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5529         (gst_ogg_demux_get_prev_page),
5530         (gst_ogg_demux_deactivate_current_chain),
5531         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5532         (gst_ogg_demux_bisect_forward_serialno),
5533         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5534         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5535         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5536         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5537         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5538         (gst_ogg_demux_change_state), (gst_ogg_print):
5539         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5540         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5541         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5542         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5543         (gst_ogg_mux_loop):
5544         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5545         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5546         (theora_dec_src_convert), (theora_dec_sink_convert),
5547         (theora_dec_src_query), (theora_dec_src_event),
5548         (theora_dec_sink_event), (theora_dec_chain),
5549         (theora_dec_change_state):
5550         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5551         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5552         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5553         (theora_enc_change_state):
5554         * ext/vorbis/Makefile.am:
5555         * ext/vorbis/oggvorbisenc.c:
5556         * ext/vorbis/oggvorbisenc.h:
5557         * ext/vorbis/vorbis.c: (plugin_init):
5558         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5559         (vorbis_dec_src_query), (vorbis_dec_src_event),
5560         (vorbis_dec_sink_event), (vorbis_dec_chain),
5561         (vorbis_dec_change_state):
5562         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5563         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5564         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5565         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5566         (gst_vorbisenc_change_state):
5567         * ext/vorbis/vorbisenc.h:
5568         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5569         * gst-libs/gst/audio/audioclock.c:
5570         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5571         (gst_audiofilter_init), (gst_audiofilter_chain):
5572         * gst-libs/gst/audio/testchannels.c: (main):
5573         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5574         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5575         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5576         (gmip_find_track_streaminfo), (gmip_find_track_format):
5577         * gst-libs/gst/media-info/media-info.c:
5578         (gst_media_info_read_idler):
5579         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5580         (gst_play_get_all_by_interface):
5581         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5582         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5583         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5584         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5585         (gst_riff_parse_info):
5586         * gst-libs/gst/riff/riff-read.h:
5587         * gst-libs/gst/riff/riff.c: (plugin_init):
5588         * gst-libs/gst/video/Makefile.am:
5589         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5590         (gst_videosink_class_init), (gst_videosink_get_type):
5591         * gst-libs/gst/video/videosink.h:
5592         * gst/audioconvert/bufferframesconvert.c:
5593         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5594         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5595         * gst/audioconvert/channelmixtest.c: (main):
5596         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5597         (gst_audio_convert_chain),
5598         (gst_audio_convert_caps_remove_format_info),
5599         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5600         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5601         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5602         (gst_audio_convert_buffer_to_default_format),
5603         (gst_audio_convert_buffer_from_default_format),
5604         (gst_audio_convert_channels):
5605         * gst/audioconvert/gstchannelmix.h:
5606         * gst/ffmpegcolorspace/avcodec.h:
5607         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5608         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5609         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5610         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5611         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5612         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5613         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5614         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5615         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5616         (dv_type_find):
5617         * gst/videotestsrc/gstvideotestsrc.c:
5618         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5619         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5620         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5621         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5622         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5623         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5624         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5626         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5627         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5628         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5629         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5630         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5631         (gst_xvimagesink_navigation_send_event),
5632         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5633         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5634         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5635         * sys/xvimage/xvimagesink.h:
5636         Plugin port to 0.9, ogg/theora playback should work in the seek
5637         example now.
5638         Removed old examples.
5639         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5640         explained in 0.9 TODO doc.
5641
5642
5643 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5644
5645         * autogen.sh:
5646         * configure.ac:
5647         * ext/Makefile.am:
5648         * gst/Makefile.am:
5649         * po/POTFILES.in:
5650         * po/af.po:
5651         * po/az.po:
5652         * po/cs.po:
5653         * po/en_GB.po:
5654         * po/hu.po:
5655         * po/it.po:
5656         * po/nb.po:
5657         * po/nl.po:
5658         * po/or.po:
5659         * po/sq.po:
5660         * po/sr.po:
5661         * po/sv.po:
5662         * po/uk.po:
5663         * po/vi.po:
5664         * sys/Makefile.am:
5665         * testsuite/Makefile.am:
5666           remove a whole bunch of plugins.  This module now contains a set
5667           of free reference plugins/elements as agreed.
5668
5669 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5670
5671         * configure.ac:
5672           hunting season on 0.9 is now OPEN
5673
5674 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5675
5676         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5677           Kick the hell out of gcc for not warning me about a symbol conflict.
5678
5679 2005-02-22  Luca Ognibene  <luogni@tin.it>
5680
5681         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5682
5683         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5684           Don't leak caps string (fixes #168134)
5685
5686         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5687         (gst_jpegenc_init), (gst_jpegenc_finalize),
5688         (gst_jpegenc_change_state):
5689           Don't leak line buffers and context struct (fixes #168133).
5690
5691 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5692
5693         * configure.ac:
5694         * ext/dirac/gstdiracdec.cc:
5695         (gst_diracdec_chain):
5696           Since dirac 0.5.0 the framerate in dirac is expressed as a
5697           rational number. Fix build and up requirement to 0.5.0, and
5698           also pass parameters to gst_diracdec_link in the right order
5699           (fixes #167959).
5700
5701 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5702
5703         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5704         * ext/faad/gstfaad.h:
5705         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5706         certain invalid muxed streams, where some packets will contain 
5707         junk after decoder data. Partially fixes #149158.
5708
5709 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5710         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5711           Make sure we only write to writable buffers
5712
5713 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5714
5715         * gst-libs/gst/riff/riff-media.c:
5716         (gst_riff_create_audio_caps_with_data):
5717           Do actually fix invalid RIFF fmt header values for alaw
5718           and mulaw audio instead of just saying so.
5719
5720         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5721           Give gst_riff_create_audio_caps_with_data() a chance to
5722           fix up broken format header fields before extracting any
5723           parameters from the header. (fixes #167633)
5724
5725 2005-02-19  Martin Holters  <martin.holters@gmx.de>
5726
5727         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5728
5729         * gst/audioconvert/bufferframesconvert.c:
5730         (buffer_frames_convert_link):
5731           Don't leak othercaps. (fixes #167878)
5732
5733 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
5734
5735         * configure.ac:
5736         * ext/libvisual/visual.c: (gst_visual_srclink),
5737         (gst_visual_change_state):
5738           Support libvisual 0.2.0.
5739
5740 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
5741
5742         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
5743         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
5744           Use same rowstrides for I420 as used everywhere else.
5745
5746 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
5747
5748         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
5749           Declare variables at beginning of block and make gcc-2.95 happy
5750           (fixes # 167482, patch by Gergely Nagy).
5751           
5752         * gst/tcp/gsttcpclientsrc.c:
5753         * gst/tcp/gsttcpclientsrc.h:
5754           Move some includes into the header, so that struct sockaddr_in is
5755           defined when it should be defined on FreeBSD as well (fixes
5756           #167483).
5757           
5758         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
5759           Don't pass uninitialised values to setsockopt() here either.
5760
5761 2005-02-17  Luca Ognibene  <luogni at tin dot it>
5762
5763         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5764
5765         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
5766           Don't pass uninitialised values to setsockopt(). (fixes #167704)
5767
5768 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5769
5770         * gst/playback/gstplaybin.c: (add_sink):
5771           Invert bin_add/link order to workaround deadlock in opt.
5772
5773 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5774
5775         * gst/modplug/gstmodplug.cc:
5776           Add missing break causing position queries to fail.
5777
5778 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5779
5780         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
5781           Granpos can apparently be -1, which screws up calculations...
5782
5783 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
5784
5785         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5786         (gst_ximagesink_send_pending_navigation),
5787         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
5788         (gst_ximagesink_init):
5789         * sys/ximage/ximagesink.h:
5790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5791         (gst_xvimagesink_send_pending_navigation),
5792         (gst_xvimagesink_navigation_send_event),
5793         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
5794         * sys/xvimage/xvimagesink.h:
5795           Use a mutex protected list to marshal navigation
5796           events into the stream thread from whichever thread
5797           sends them.
5798
5799 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
5800
5801         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
5802           Display current position and track length; misc. clean-ups.
5803           
5804         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
5805         (speed_init), (speed_chain):
5806           Add query function, so that the stream length and current position
5807           get adjusted when queried (note that current position queries may
5808           still be wrong if the audio sink returns values based on buffer
5809           timestamps instead of passing on the query).
5810
5811 2005-02-13  Benjamin Otte  <otte@gnome.org>
5812
5813         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5814         (gst_audio_convert_channels):
5815           create channel conversion matrix when linking
5816         * gst/audioconvert/.cvsignore:
5817         * gst/audioconvert/Makefile.am:
5818         * gst/audioconvert/channelmixtest.c: (main):
5819           add (ugly) test that ensures stereo <=> mono conversion works
5820           correctly
5821
5822 2005-02-13  Benjamin Otte  <otte@gnome.org>
5823
5824         * gst/audioconvert/gstchannelmix.h:
5825           include missing header file
5826         * gst/audioconvert/gstchannelmix.c:
5827         (gst_audio_convert_fill_compatible):
5828           use same sign for both channels when converting to/from compatible
5829           channel. Previously used different signs made the signals cancel
5830           each other out and appear like silence. (fixes #167269)
5831
5832 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5833
5834         * gst/ffmpegcolorspace/avcodec.h:
5835         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5836         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5837         (gst_ffmpegcsp_avpicture_fill):
5838         * gst/ffmpegcolorspace/imgconvert.c:
5839           Convert to and from YV12 (fixes #156379).
5840
5841 2005-02-12  Julien MOUTTE  <julien@moutte.net>
5842
5843         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5844         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
5845         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
5846         (gst_ximagesink_expose), (gst_ximagesink_set_property),
5847         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
5848         methods from chain and negotiation and vice versa (Fixes #166142).
5849         * sys/ximage/ximagesink.h: Add stream_lock.
5850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
5851         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5852         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5853         (gst_xvimagesink_expose): Check for xcontext before trying to link.
5854
5855 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5856
5857         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
5858           Don't send "Hey! You gave me a NULL pointer you naughty person" as
5859           error message when we can't open the DVD device (when dvdnav_open()
5860           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
5861           the above). Send something more useful instead (fixes #167117).
5862
5863 2005-02-11  Julien MOUTTE  <julien@moutte.net>
5864
5865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5866         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
5867         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5868         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5869         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5870         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
5871         methods from chain and negotiation and vice versa (Fixes #166142).
5872         Fix a possible bug of images in the buffer pool being discarded because
5873         we are looking at the wrong geometry.
5874         * sys/xvimage/xvimagesink.h: Add stream_lock.
5875
5876 2005-02-11  David Schleef  <ds@schleef.org>
5877
5878         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
5879         unsigned int. (fixes #167128)
5880
5881 2005-02-11  David Schleef  <ds@schleef.org>
5882
5883         * gst/librfb/Makefile.am: Testing stuff before committing is
5884           for wimps... and people with fast machines.  Fix stupid
5885           mistake.
5886
5887 2005-02-11  David Schleef  <ds@schleef.org>
5888
5889         * configure.ac: Pull in librfb from my CVS tree, because it is
5890           too small and annoying to be separate.  Move rfbsrc plugin
5891           to gst/.
5892         * ext/Makefile.am:
5893         * ext/librfb/Makefile.am:
5894         * ext/librfb/gstrfbsrc.c:
5895         * gst/librfb/Makefile.am:
5896         * gst/librfb/gstrfbsrc.c:
5897         * gst/librfb/rfb.c:
5898         * gst/librfb/rfb.h:
5899         * gst/librfb/rfbbuffer.c:
5900         * gst/librfb/rfbbuffer.h:
5901         * gst/librfb/rfbbytestream.c:
5902         * gst/librfb/rfbbytestream.h:
5903         * gst/librfb/rfbcontext.h:
5904         * gst/librfb/rfbdecoder.c:
5905         * gst/librfb/rfbdecoder.h:
5906         * gst/librfb/rfbutil.h:
5907
5908 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
5909
5910         * gst/speed/Makefile.am:
5911         * gst/speed/demo-mp3.c: (main):
5912         * gst/speed/filter.func:
5913         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
5914         (speed_class_init), (speed_init), (speed_chain_int16),
5915         (speed_chain_float32), (speed_chain), (speed_set_property),
5916         (speed_get_property), (speed_change_state):
5917         * gst/speed/gstspeed.h:
5918           Fix speed element and make it chain-based (fixes #156467),
5919           and make it handle more than one channel.
5920
5921 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
5922
5923         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
5924         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
5925         (gst_dtsdec_chain), (gst_dtsdec_change_state):
5926         * ext/dts/gstdtsdec.h:
5927           Don't clobber the stack constructing the channels array.
5928           Make the element chain-based. DTS tracks can now be played.
5929           
5930 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
5931
5932         * gst-libs/gst/audio/multichannel.h:
5933         * gst-libs/gst/gconf/gconf.h:
5934         * gst-libs/gst/idct/idct.h:
5935         * gst-libs/gst/media-info/media-info-priv.h:
5936         * gst-libs/gst/play/play.h:
5937         * gst-libs/gst/resample/private.h:
5938         * gst-libs/gst/resample/resample.h:
5939         * gst-libs/gst/riff/riff-ids.h:
5940         * gst-libs/gst/video/video.h:
5941         * gst-libs/gst/video/videosink.h:
5942           Add G_BEGIN_DECLS and G_END_DECLS around headers where
5943           missing, so that they work when included from C++ code.
5944
5945 2005-02-09  David Schleef  <ds@schleef.org>
5946
5947         * testsuite/gst-lint: Check for non-statically scoped
5948           parent_class variables.  This won't be a problem once
5949           plugins are loaded with RTLD_LOCAL.
5950
5951 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5952
5953         * ext/mplex/gstmplexibitstream.cc:
5954           gcc madness.
5955
5956 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5957
5958         * ext/ogg/gstogmparse.c:
5959         * gst/debug/gstnavigationtest.c:
5960           Die, thou faulty symbol pollutors (non-static parent_class).
5961
5962 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5963
5964         * ext/mplex/gstmplexibitstream.cc:
5965           Fix event handling (#165525).
5966
5967 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5968
5969         * ext/mikmod/gstmikmod.c:
5970         * gst/modplug/gstmodplug.cc:
5971           Add missing endianness to template (fixes #165509).
5972
5973 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5974
5975         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
5976           Fix wrong order of reading of optional bytes (#165290).
5977
5978 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5979
5980         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5981           Implement FILLER event awareness.
5982
5983 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5984
5985         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
5986           Fix track calculations (#166208).
5987
5988 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
5989
5990         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5991
5992         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
5993         * ext/libpng/gstpngenc.c:
5994           Fix byte-order, use proper fixed caps. Fixes #164197.
5995
5996 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
5997
5998         * configure.ac:
5999           Add dvdlpcmdec 
6000
6001         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6002         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6003           Don't push buffers if the src pad isn't negotiated yet.
6004           
6005         * gst/audioconvert/gstaudioconvert.c:
6006         (gst_audio_convert_buffer_to_default_format),
6007         (gst_audio_convert_buffer_from_default_format):
6008           Add support for 24-bit width.
6009
6010         * gst/dvdlpcmdec/.cvsignore:
6011         * gst/dvdlpcmdec/Makefile.am:
6012         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6013         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6014         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6015         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6016         (plugin_init):
6017         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6018           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6019           format. Needs support for the channels maps if someone can find 
6020           a DVD LPCM track with > 2 channels.
6021
6022         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6023         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6024         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6025         * gst/mpegstream/gstdvddemux.h:
6026         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6027         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6028         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6029         * gst/mpegstream/gstmpegdemux.h:
6030         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6031         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6032         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6033         (gst_mpeg_parse_handle_src_query),
6034         (gst_mpeg_parse_handle_src_event):
6035           Use audio/x-dvd-lpcm for LPCM output.
6036           Add DTS output.
6037
6038 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6039
6040         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6041
6042         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6043         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6044           Add BGRA handling (#165736).
6045
6046 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6047
6048         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6049
6050         * gst/law/alaw-decode.c: (alawdec_link):
6051         * gst/law/alaw-encode.c: (alawenc_link):
6052         * gst/law/mulaw-decode.c: (mulawdec_link):
6053         * gst/law/mulaw-encode.c: (mulawenc_link):
6054           Fix caps memleaks (#166600).
6055
6056 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6057
6058         * ext/tarkin/mem.h:
6059         * ext/tarkin/wavelet.h:
6060         * ext/tarkin/yuv.h:
6061         * gst/ffmpegcolorspace/avcodec.h:
6062           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6063           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6064
6065 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6066
6067         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6069         (gst_xvimagesink_change_state):
6070           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6071           Xv video (and thereby regenerate Xv colourkey) in clear() so
6072           that PLAY -> READY -> PLAY works (fixes #162504).
6073
6074 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6075
6076         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6077           Switch to list instead of range, since MJPEG-devices really just
6078           support decimations, not any size.
6079
6080 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6081         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6082         (gst_mpeg2dec_reset), (free_all_buffers),
6083         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6084         * ext/mpeg2dec/gstmpeg2dec.h:
6085           The libmpeg2 user-allocated buffer management is awkward, 
6086           to say the least. Hopefully this fixes things.
6087
6088 2005-02-04  Andy Wingo  <wingo@pobox.com>
6089
6090         * gst/audioconvert/bufferframesconvert.c
6091         (buffer_frames_convert_fixate): New function, fixates to 256
6092         frames per buffer by default. (Much better than 1.)
6093         (buffer_frames_convert_init): Set the fixate function for both src
6094         and sink pad.
6095         (buffer_frames_convert_link): After success setting nonfixed caps,
6096         get the negotiated caps so we can know how many buffer-frames it
6097         will be. No idea how this worked at all before.
6098
6099 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6100
6101         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6102         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6103         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6104         (handle_sequence), (handle_picture):
6105         * ext/mpeg2dec/gstmpeg2dec.h:
6106           Rearrange buffer tracking and refcounting and refactor
6107           a little for readability. 
6108
6109 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6110         * sys/v4l/gstv4l.c: (plugin_init):
6111         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6112         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6113         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6114         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6115         * sys/v4l/gstv4ljpegsrc.h:
6116         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6117         * sys/v4l/v4l_calls.h:
6118         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6119         (gst_v4lsrc_get_fps):
6120         * sys/v4l/v4lsrc_calls.h:
6121           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6122           you jpeg inside rgb frames" driver.
6123           Don't error in the v4lsrc link function, just return 
6124           REFUSED.
6125
6126 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6127
6128         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6129         (gst_qcamsrc_open):
6130           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6131
6132 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6133
6134         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6135           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6136
6137 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6138
6139         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6140           Reset negotiated state on PAUSED->READY.
6141
6142 2005-02-02  David Schleef  <ds@schleef.org>
6143
6144         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6145         whereever possible.  (Fixes #165997)
6146         * examples/capsfilter/capsfilter1.c: (main):
6147         * examples/dynparams/filter.c: (create_ui):
6148         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6149         * examples/seeking/chained.c: (main):
6150         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6151         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6152         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6153         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6154         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6155         * examples/switch/switcher.c: (main):
6156         * ext/dv/demo-play.c: (main):
6157         * ext/faad/gstfaad.c: (gst_faad_change_state):
6158         * ext/mad/gstmad.c: (gst_mad_chain):
6159         * ext/smoothwave/demo-osssrc.c: (main):
6160         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6161         (gst_gconf_render_bin_from_description),
6162         (gst_gconf_get_default_audio_sink),
6163         (gst_gconf_get_default_video_sink),
6164         (gst_gconf_get_default_audio_src),
6165         (gst_gconf_get_default_video_src),
6166         (gst_gconf_get_default_visualization_element):
6167         * gst/level/demo.c: (main):
6168         * gst/level/plot.c: (main):
6169         * gst/playback/gstplaybin.c: (gen_video_element),
6170         (gen_audio_element):
6171         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6172         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6173         * gst/sine/demo-dparams.c: (main):
6174         * gst/spectrum/demo-osssrc.c: (main):
6175         * gst/speed/demo-mp3.c: (main):
6176         * gst/volume/demo.c: (main):
6177         * testsuite/embed/embed.c: (main):
6178
6179 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6180
6181         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6182         (gst_tcpclientsink_finalize):
6183         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6184         (gst_tcpclientsrc_finalize):
6185         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6186         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6187         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6188         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6189           Don't leak the hostname when shutting down.
6190           In tcpserversrc, take a copy of the default hostname.
6191
6192 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6193
6194         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6195           Set caps to systemstream=TRUE.
6196
6197 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6198
6199         * testsuite/Makefile.am:
6200           Fix more OSX buildbots.
6201
6202 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6203
6204         * ext/mpeg2dec/gstmpeg2dec.c:
6205           Don't send things to NULL PAD_PEERs
6206
6207         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6208           Copy-on-write the incoming buffer.
6209
6210         * gst/mpegstream/gstdvddemux.h:
6211         * gst/mpegstream/gstmpegclock.h:
6212         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6213         (normal_seek), (gst_mpeg_demux_handle_src_event):
6214         * gst/mpegstream/gstmpegdemux.h:
6215         * gst/mpegstream/gstmpegpacketize.h:
6216         * gst/mpegstream/gstmpegparse.c:
6217         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6218         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6219         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6220         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6221         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6222         * gst/mpegstream/gstmpegparse.h:
6223         * gst/mpegstream/gstrfc2250enc.h:
6224           Various changes to the way time is computed that make seeking and
6225           total time estimation much better here.
6226           Use G_BEGIN/END_DECLS instead of __cplusplus
6227
6228         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6229           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6230
6231 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6232
6233         * gst/subparse/gstsubparse.c:
6234           Fix OSX buildbot.
6235
6236 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6237
6238         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6239         (theora_enc_chain), (theora_enc_change_state):
6240         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6241         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6242         (gst_vorbisenc_change_state):
6243         * ext/vorbis/vorbisenc.h:
6244           Set granulepos and timestamp correctly for streams not
6245           starting at 0, taking into account the initial delay.
6246
6247 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6248
6249         * gst/mpegstream/gstdvddemux.c:
6250           Add audio/x-dts to audio pad template caps
6251
6252 2005-01-30  David Schleef  <ds@schleef.org>
6253
6254         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6255         (create_context), (gst_polypsink_link): Fix silly endianness
6256         bug.  Add some debugging.  Remove float from caps; it doesn't
6257         work.  Attempt to get remote audio working.
6258
6259 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6260
6261         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6262           Add 3IV2 fourcc.
6263
6264 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6265
6266         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6267         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6268         (gst_avi_demux_stream_data):
6269         * gst/avi/gstavidemux.h:
6270           Invert DIB images. Fixes #132341.
6271
6272 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6273
6274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6275         (gst_ffmpegcsp_chain):
6276           D'oh, reference the palette data, not the palette structure.
6277           Fixes color distortion in #132341.
6278
6279 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6280
6281         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6282           PAR can be non-fixed when not provided as argument (#162626).
6283
6284 2005-01-29  David Moore  <dcm@acm.org>
6285
6286         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6287
6288         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6289         (gst_qtdemux_loop_header):
6290           Re-apply patch from #142272 that allows non-seekable sources,
6291           re-proposed by Daniel Drake <dsd@gentoo.org>.
6292
6293 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6294
6295         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6296           Use the src template for creating the src pad (#162330).
6297
6298 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6299
6300         * configure.ac:
6301         * ext/musepack/Makefile.am:
6302         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6303         (gst_musepackdec_init), (gst_musepackdec_dispose),
6304         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6305         (gst_musepack_stream_init), (gst_musepackdec_loop),
6306         (gst_musepackdec_change_state):
6307         * ext/musepack/gstmusepackdec.cpp:
6308         * ext/musepack/gstmusepackdec.h:
6309         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6310         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6311         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6312         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6313         * ext/musepack/gstmusepackreader.cpp:
6314         * ext/musepack/gstmusepackreader.h:
6315           Update to 1.1 API (#165446).
6316
6317 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6318
6319         * ext/Makefile.am:
6320           Unbreak buildbot.
6321
6322 2005-01-28  Andy Wingo  <wingo@pobox.com>
6323
6324         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6325         to reflect a different dubious internet source. Add a reference
6326         and some commentary.
6327
6328 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6329
6330         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6331         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6332         * gst/playback/gststreamselector.h:
6333           Be more selective when we're redoing caps negotiation from
6334           within the chain function on a stream change.
6335
6336 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6337
6338         * configure.ac:
6339         * ext/Makefile.am:
6340         * ext/amrnb/Makefile.am:
6341         * ext/amrnb/amrnb.c: (plugin_init):
6342         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6343         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6344         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6345         (gst_amrnbdec_state_change):
6346         * ext/amrnb/amrnbdec.h:
6347         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6348         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6349         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6350         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6351         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6352         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6353         * ext/amrnb/amrnbparse.h:
6354           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6355         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6356           Add AMR-NB/-WB raw formats.
6357         * ext/alsa/gstalsa.c: (gst_alsa_link):
6358           Keep valid time when changing format.
6359         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6360         (qtdemux_parse_trak):
6361           Add some more format-specific options (#140141, #143555, #155163).
6362
6363 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6364
6365         * gst/matroska/matroska-demux.c:
6366         (gst_matroska_demux_parse_blockgroup):
6367           Fix logic error in timing of subtitle stream synchronization.
6368         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6369           Add skip-chunk, which is found in kodak-camera streams.
6370
6371 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6372
6373         * po/LINGUAS:
6374         * po/vi.po:
6375           Adding Vietnamese translation (submitted by Clytie Siddall)
6376
6377 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6378
6379         * gst/playback/gstdecodebin.c: (try_to_link_1):
6380           Use realpad for signal.
6381
6382 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6383
6384         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6385           Fix category so decodebin picks it up.
6386
6387 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6388
6389         * ext/mad/Makefile.am:
6390         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6391         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6392         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6393         (found_type), (gst_id3demux_bin_change_state):
6394         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6395         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6396         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6397         (gst_id3_tag_change_state), (plugin_init):
6398         * ext/mad/gstmad.h:
6399           Add id3demuxbin (which is a simple bin consisting of id3demux
6400           and typefind), take over rank from id3demux, remove typefind
6401           code from id3demux. Makes all broken mp3s that I know of work,
6402           and thereby fixes #152688.
6403
6404 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6405
6406         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6407
6408         * ext/mad/gstmad.c: (gst_mad_src_event):
6409         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6410           Allow seeks on audio pad, make mad forward those (#164826).
6411         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6412           Set duration (#165335).
6413
6414 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6415
6416         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6417         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6418         (gst_asf_demux_process_ext_content_desc),
6419         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6420         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6421         * gst/asfdemux/gstasfdemux.h:
6422           Improve metadata display, e.g. if the metadata comes before the
6423           streams are loaded (which is perfectly valid).
6424
6425 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6426
6427         * tools/gst-launch-ext-m.m:
6428           Fix AVI/ASF pipelines (#165340).
6429
6430 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6431         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6432         build failure on amd64
6433
6434 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6435
6436         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6437         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6438           Check environment variables GST_ID3V2_TAG_ENCODING,
6439           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6440           list of character encodings to force interpretation of non-unicode
6441           strings stored in an ID3v2 tag to a particular encoding. If none
6442           is specified, try to use current locale's encoding, then fall back
6443           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6444         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6445         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6446           Check environment variables GST_ID3V1_TAG_ENCODING,
6447           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6448           list of character encodings to use in case a string encountered
6449           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6450           specified, try to use the current locale's encoding, then fall
6451           back to ISO-8859-1 (which will always succeed).
6452
6453 2005-01-25  Benjamin Otte  <otte@gnome.org>
6454
6455         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6456           - on half framerate, compute the rate in advance so the comparisons
6457             don't compare wrong values
6458           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6459             behaviour
6460           - don't use mad_header_decode anymore, mad_frame_decode does that
6461             automatically
6462           - when getting rid of consumed bytes, reset the stream's skiplen
6463           (fixes #163867)
6464
6465 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6466
6467         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6468           Use 1/2 a second for default max_discont, as PES streams from DVB
6469           seem to have larger spacings in the SCR. 
6470           Fix a typo.
6471
6472 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6473
6474         * gst/playback/gstplaybasebin.c: (group_commit):
6475           Notify delayed stream-info availability.
6476
6477 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6478         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6479         (gst_a52dec_handle_event), (gst_a52dec_chain):
6480         Add some debug output. Check that a discont has a valid
6481         time associated.
6482         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6483         (gst_alsa_sink_loop):
6484         Ignore TAG events. A little extra debug for broken timestamps.
6485         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6486         (dvdnavsrc_change_state):
6487         Ensure we send a discont to engage the link before we send any
6488         other events.
6489         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6490         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6491         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6492         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6493         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6494         dvd://title works in totem because typefinding sends a seek that ends
6495         up going back to chapter 1 regardless.
6496         * ext/mpeg2dec/gstmpeg2dec.c:
6497         * ext/mpeg2dec/gstmpeg2dec.h:
6498         Output correct timestamps and handle disconts.
6499         * ext/ogg/gstoggdemux.c: (get_relative):
6500         Small guard against a null dereference.
6501         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6502         (gst_textoverlay_set_property):
6503         Free memory when done. Don't call gst_event_filler_get_duration on
6504         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6505         g_warning.
6506         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6507         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6508         (gst_sw_srclink), (gst_smoothwave_chain):
6509         Draw solid lines, prettier colours.
6510         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6511         Add a default palette that'll work for some movies.
6512         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6513         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6514         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6515         * gst/mpegstream/gstdvddemux.h:
6516         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6517         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6518         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6519         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6520         * gst/mpegstream/gstmpegparse.h:
6521         Use PTM/NAV events when for timestamp adjustment when connected to 
6522         dvdnavsrc. Don't use many discont events where one suffices.
6523         * gst/playback/gstplaybasebin.c: (group_destroy),
6524         (gen_preroll_element), (gst_play_base_bin_add_element):
6525         * gst/playback/gstplaybasebin.h:
6526         Make sure we remove subtitles from the same bin we put them in.
6527         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6528         (gst_subparse_buffer_format_autodetect),
6529         (gst_subparse_change_state):
6530         Fix some memleaks and invalid accesses.
6531         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6532         (oggskel_type_find), (cmml_type_find), (plugin_init):
6533         Some typefind functions for Annodex v3.0 files
6534         * gst/wavparse/gstwavparse.h:
6535         GstRiffReadClass is the correct parent class.
6536
6537 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6538
6539         * gst-libs/gst/riff/riff-media.c:
6540         (gst_riff_create_video_caps_with_data):
6541           Add extradata to huffyuv (fixes #165013).
6542         * gst-libs/gst/riff/riff-read.c:
6543         (gst_riff_read_strf_vids_with_data):
6544           Fix extradata extraction if it is in the chunk size.
6545
6546 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6547
6548         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6549
6550         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6551         (gst_quarktv_change_state), (gst_quarktv_dispose):
6552           Memory free'ing location fix (#164708).
6553
6554 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6555
6556         * gst/playback/gstplaybasebin.c: (group_commit),
6557         (gen_preroll_element), (probe_triggered), (gen_source_element),
6558         (setup_source), (gst_play_base_bin_change_state),
6559         (gst_play_base_bin_add_element):
6560           Don't block for streams.
6561         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6562         (gst_stream_info_set_mute):
6563           Use gst_pad_set_active_recursive.
6564
6565 2005-01-25  Andy Wingo  <wingo@pobox.com>
6566
6567         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6568         for #ifndef HAVE_XVIDEO.
6569
6570 2005-01-24  Jeffrey C. Ollie
6571
6572         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6573
6574         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6575         * ext/gsm/gstgsmdec.h:
6576         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6577         * ext/gsm/gstgsmenc.h:
6578         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6579         was given by property. Add proper buffer timestamps and offsets.
6580
6581 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6582
6583         * gst-libs/gst/riff/riff-media.c:
6584         (gst_riff_create_audio_caps_with_data):
6585           Audio can be <8000Hz.
6586
6587 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6588
6589         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6590           Explicit state change to workaround refcount bugs.
6591
6592 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6593
6594         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6595         (gst_avimux_riff_get_avi_header):
6596           Fix...
6597
6598 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6599
6600         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6601         (gst_riff_read_element_data):
6602         * gst-libs/gst/riff/riff-read.h:
6603           Add _peek version (req'ed in CDXA).
6604         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6605         (gst_cdxaparse_loop):
6606           Fix parsing in playbin.
6607         * gst/playback/gstdecodebin.c: (close_pad_link):
6608           Ignore current_ pads, they cause major annoyance.
6609
6610 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6611
6612         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6613           Safety guard.
6614
6615 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6616
6617         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6618           Fix padding...
6619
6620 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6621
6622         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6623           Allow for 0-sized buffers. Fixes length query problems in
6624           starwars.mkv from the testsuite.
6625
6626 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6627
6628         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6629         (gst_video_box_i420), (gst_video_box_chain):
6630           Fix row strides for I420 (fixes #163159)
6631           
6632 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6633
6634         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6635           MPEG2 has a useful rate property, so we can actually use that.
6636           For MPEG-1, continue using the bytes/time properties.
6637
6638 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6639
6640         * gst-libs/gst/riff/riff-media.c:
6641         (gst_riff_create_video_caps_with_data),
6642         (gst_riff_create_video_template_caps):
6643           Add intel-h263.
6644
6645 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6646
6647         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6648           Fail if caps negotiation fails. Should fix #162184, and should
6649           definately be in there regardless of it fixing the actual bug.
6650         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6651         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6652         (gst_avimux_riff_get_avix_header),
6653         (gst_avimux_riff_get_video_header),
6654         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6655         (gst_avimux_start_file), (gst_avimux_handle_event),
6656         (gst_avimux_change_state):
6657         * gst/avi/gstavimux.h:
6658           Refactor structure writing to use GST_WRITE_UINT macros, add
6659           metadata writing support.
6660
6661 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6662
6663         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6664           Elements may already be destroyed when this function is called.
6665
6666 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6667
6668         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6669         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6670           More memory leak fixes (#149162).
6671
6672 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6673
6674         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6675         (gst_qtdemux_add_stream):
6676           Fix two memleaks.
6677
6678 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6679
6680         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6681           Argh...
6682
6683 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6684
6685         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6686           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6687           when fixating to six channels in Totem.
6688
6689 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6690
6691         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6692           Fix compile warnings on Solaris 10 buildbot
6693
6694 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6695
6696         * ext/dvdread/dvdreadsrc.c: (_read):
6697           Don't read beyond the last cell in a chapter (fixes 
6698           invalid memory access)
6699
6700 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6701
6702         * ext/dvdread/stream_labels.c:
6703         (dvdreadsrc_get_audio_stream_labels):
6704           Use NULL for an empty GList instead of g_list_alloc(); fix 
6705           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6706           of GString (easier to bulk free later)
6707
6708 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6709
6710         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6711
6712         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6713         (gst_ffmpeg_pixfmt_to_caps):
6714           Fix BGRA32 caps (#164209).
6715
6716 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6717
6718         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6719
6720         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6721         (gst_ffmpeg_caps_to_pixfmt):
6722           alpha_mask can be RGBA/ABGR. Fixes #164265.
6723
6724 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
6725
6726         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6727
6728         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
6729         (gst_mpeg2dec_alloc_buffer):
6730         * ext/mpeg2dec/gstmpeg2dec.h:
6731           Crop if decoding size is not the actual image size (#163676).
6732
6733 2005-01-17  Steve Baker  <steve@stevebaker.org>
6734
6735         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6736
6737         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
6738         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
6739           Add libsndfile typefind functions (#163309).
6740
6741 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6742
6743         * tools/gst-launch-ext-m.m:
6744           Add .aac, fix .m1v/.m2v (#163891).
6745
6746 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6747
6748         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
6749           Sanity check, don't wait endlessly since the clock might not
6750           actually run at this point (which is a deadlock). Fixes #164069.
6751
6752 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6753
6754         * gst/playback/gstplaybasebin.c: (probe_triggered):
6755           Of course, only pause if group is done...
6756
6757 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6758
6759         * gst/playback/gstplaybasebin.c: (probe_triggered):
6760           Thread safety.
6761
6762 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
6763
6764         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
6765           Don't return state change success when the parent
6766           failed.
6767
6768 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6769
6770         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
6771           Free events (fix memleak in #162905).
6772
6773 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
6774
6775         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6776
6777         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6778         (gst_ffmpeg_caps_to_pixfmt):
6779           Fix for depth = 15. Fixes #161675.
6780
6781 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6782
6783         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
6784           Set FPS correctly, even for webcams and the like.
6785         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
6786           Don error on setting while capturing.
6787
6788 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6789
6790         * ext/dv/gstdvdec.c:
6791         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6792         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6793           I'm a bad boy. using /1001. to force C to do float division
6794           and not integer division (as it did in my last commit)
6795           Thanks to David I. Lehn for pointing this mistake.
6796
6797 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6798
6799         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6800           Revert Johan??s 1.35->1.36 since it breaks compat.
6801
6802 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6803
6804         * ext/dv/gstdvdec.c:
6805         * ext/libfame/gstlibfame.c:
6806         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6807         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6808           replace framerate aproximations by their real value
6809           (24000/1001, 30000/1001, 60000/1001)
6810           Finish fixing bug #164049
6811
6812 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6813
6814         * ext/ogg/gstoggmux.c:
6815           eos/bos debugging
6816         * gst/tcp/gstmultifdsink.c:
6817         * gst/tcp/gstmultifdsink.h:
6818         * gst/tcp/gsttcp.c:
6819         * gst/tcp/gsttcp.h:
6820         * gst/tcp/gsttcpclientsink.c:
6821         * gst/tcp/gsttcpclientsrc.c:
6822         * gst/tcp/gsttcpserversink.c:
6823         * gst/tcp/gsttcpserversrc.c:
6824           improve reusability of elements after state changes and errors
6825           make multifdsink throw away streamheaders when receiving new ones
6826
6827 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6828
6829         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6830           Fix for if items are already in list...
6831
6832 2005-01-12  Benjamin Otte  <otte@gnome.org>
6833
6834         * gst/adder/gstadder.c: (gst_adder_loop):
6835           fix adder a bit so it doesn't screw up with events as much anymore
6836
6837 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
6838
6839         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
6840         (pixbufscale_scale), (gst_pixbufscale_chain):
6841         * ext/gdk_pixbuf/pixbufscale.h:
6842           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
6843           to ensure rowstrides are calculated the same way as 
6844           ffmpegcolorspace
6845           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
6846           that we pick up duration and offset also.
6847
6848 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6849
6850         * gst/avi/gstavimux.c: (gst_avimux_class_init),
6851         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
6852           Reusability fixes.
6853
6854 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6855
6856         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
6857         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6858         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6859         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6860           Update flags when requested.
6861
6862 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6863
6864         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6865           Fix dmix.
6866
6867 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6868
6869         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6870         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
6871         (probe_triggered), (new_decoded_pad), (gen_source_element),
6872         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
6873         * gst/playback/gstplaybasebin.h:
6874         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6875         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
6876         (gst_play_bin_change_state):
6877           Implement group-switch signal for use in apps to clear metadata
6878           cache, clean up subtitle, add suburi property instead of # hack,
6879           some error-out fixes.
6880
6881 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6882
6883         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6884           Debug.
6885         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
6886           If we got a state change in the _get handler, don't return success.
6887
6888 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6889
6890         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
6891         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
6892           Make jpegdec quiet on MJPEG decoding
6893         * gst/asfdemux/README:
6894           Fix mimetypes for MJPEG and H263
6895
6896 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6897
6898         * ext/theora/theoradec.c: (theora_dec_chain):
6899           Fix broken code generation by gcc by swapping arguments.
6900         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6901           Fix \n in debug.
6902
6903 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6904
6905         * TODO:
6906           delete this file, it is by far outdated
6907         * ext/alsa/gstalsa.1: remove
6908         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
6909         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
6910         (gst_alsa_get_caps):
6911           Add HW probing for supported sample rates. Fixes #161704
6912
6913 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6914
6915         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6916           Don't crash, biatch! :).
6917
6918 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6919
6920         * ext/musepack/gstmusepackreader.cpp:
6921         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
6922           Some work on tags - still doesn't work in playbin...
6923         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6924           Handle events...
6925
6926 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6927
6928         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
6929           Also shove tags on kid pads.
6930
6931 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6932
6933         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
6934           Don't bail on unknown events.
6935         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6936           Don't crash on events before negotiation.
6937         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6938           Send tags on pads, too.
6939         * gst/playback/gststreamselector.c:
6940         (gst_stream_selector_request_new_pad):
6941           Forward events on first pad if no input was selected yet.
6942
6943 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6944
6945         * gst/playback/gstplaybasebin.c: (setup_substreams):
6946           Don't disable streamtype if the stream doesn't exist, since
6947           then playing a video after audio will disable both and nothing
6948           will happen. Fixes the testsuite.
6949
6950 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6951
6952         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
6953         (gst_v4l_xoverlay_set_xwindow_id):
6954         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
6955         (gst_v4l2_xoverlay_set_xwindow_id):
6956           Add debug categories, fix overlay disabling.
6957
6958 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6959
6960         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
6961         * ext/alsa/gstalsa.h:
6962           Add HW probing for period_count/size and buffer_size MIX/MAX
6963           Adjust default/user defined value if out of bounds
6964           Should fix bug #162024
6965
6966 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6967
6968         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
6969           Fix warning (#161191).
6970
6971 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6972
6973         * ext/dvdread/stream_labels.c:
6974         (dvdreadsrc_get_audio_stream_labels):
6975           Fix warning (init the good variable in switch default)
6976
6977 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
6978
6979         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6980
6981         * gst/tta/gstttaparse.c: (gst_tta_src_event):
6982           Fix gcc-2.95 compile (#163485).
6983
6984 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6985
6986         * configure.ac:
6987         * ext/flac/gstflacenc.c: (gst_flacenc_init),
6988         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
6989         (gst_flacenc_tell_callback), (gst_flacenc_chain),
6990         (gst_flacenc_change_state):
6991         * ext/flac/gstflacenc.h:
6992           Update for API change in flac-1.1.1. Update requirement in
6993           configure.ac. Fixes #162974.
6994
6995 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6996
6997         * gst/playback/gstplaybasebin.c: (group_destroy):
6998           Remove hack to get rid of assert and get rid of unlinked
6999           signals properly.
7000
7001 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7002
7003         * gst/playback/gstplaybasebin.c: (setup_source):
7004           Set source to NULL so that resources are free'ed. Fixes issues
7005           with playback of CDDA and similar device-accessing things.
7006
7007 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7008
7009         * testsuite/embed/Makefile.am:
7010           test->noinst, fix make test in buildbot.
7011
7012 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7013
7014         * ext/dvdread/stream_labels.c: new file
7015         * ext/dvdread/stream_labels.h: new file
7016         * ext/dvdread/Makefile.am:
7017         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7018           Extract audio stream label from DVD IFO files.
7019           It only dump them on the console for now, still have to
7020           make playbin aware of them.
7021
7022 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7023
7024         * gst/playback/gstplaybasebin.c: (setup_source):
7025           Fix hanging subs.
7026
7027 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7028
7029         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7030         (gen_preroll_element), (remove_groups), (setup_subtitle),
7031         (gen_source_element), (setup_source):
7032         * gst/playback/gstplaybasebin.h:
7033           Multiple .sub files is just a stupid idea... Fix some threading
7034           mistakes. Interestingly, external .sub files cause playbin to
7035           hang, I don't know why... Parsing fixes contributed by Fran??ois
7036           Kooman <fkooman@tuxed.net>.
7037
7038 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7039
7040         * testsuite/embed/Makefile.am:
7041           Fix buildbot.
7042
7043 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7044
7045         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7046
7047         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7048         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7049         (gst_pngenc_set_property):
7050         * ext/libpng/gstpngenc.h:
7051           Add compression level property (#163323).
7052
7053 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7054
7055         * configure.ac:
7056         * examples/capsfilter/capsfilter1.c: (main):
7057         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7058         * ext/dvdread/Makefile.am:
7059         * ext/dvdread/demo-play:
7060         * ext/dvdread/demo-play.c:
7061         * gconf/gstreamer.schemas.in:
7062         * gst-libs/gst/gconf/gconf.c:
7063         * sys/v4l/TODO:
7064         * testsuite/Makefile.am:
7065         * testsuite/embed/Makefile.am:
7066         * testsuite/embed/embed.c: (cb_expose), (main):
7067           Remove all references to xvideosink, fix examples (#140845).
7068         * gst/playback/gstplaybasebin.c: (group_destroy):
7069           Apparently, disposal does not unlink - so do explicitely.
7070         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7071           Add debug.
7072
7073 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7074
7075         * README: fix PKG_CONFIG_PATH instructions, what was there
7076         previously was breaking default search path, not nice. 
7077         Fixes #163358
7078
7079 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7080
7081         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7082         (gst_audioscale_chain):
7083           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7084           when resampling - how the ^@$^!@^! is this possible?!?
7085
7086 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7087
7088         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7089           Reset variables on READY.
7090         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7091         (gst_matroska_mux_loop):
7092           Require data before writing header.
7093
7094 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7095
7096         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7097
7098         * ext/mad/gstmad.c: (gst_mad_chain):
7099           Don't call mad_stream_sync() directly after recovering sync.
7100           Fixes #151661.
7101
7102 2005-01-09  Martin Eikermann  <meiker@upb.de>
7103
7104         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7105
7106         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7107         (snapshot_handler), (gst_snapshot_sinkconnect),
7108         (gst_snapshot_chain):
7109           Allocate resources when required, fix recursive signal emission
7110           and fix caps. Fixes #161667.
7111
7112 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7113
7114         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7115
7116         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7117         (gst_pngdec_chain):
7118           Handle only 8-bppc (bits-per-pixel-component) images, better
7119           error handling and correct strides. Fixes #163177.
7120         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7121         (gst_pngenc_chain):
7122           Better error handling. Fixes #163348.
7123
7124 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7125
7126         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7127         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7128         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7129         (dvdnavsrc_uri_handler_init):
7130           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7131         * gst/playback/gstplaybasebin.c: (gen_source_element):
7132           Add MMS to streaming URIs.
7133
7134 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7135
7136         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7137         * sys/xvimage/xvimagesink.c:
7138         (gst_xvimagesink_navigation_send_event):
7139           Check for pad availability before sending event.
7140
7141 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7142
7143         * gst-plugins.spec.in:
7144           Add subparse.
7145
7146 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7147
7148         * configure.ac:
7149           Since we use functions from CVS, up requirement.
7150
7151 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7152
7153         * gst/playback/Makefile.am:
7154         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7155         (group_destroy), (group_commit), (group_is_muted),
7156         (gen_preroll_element), (add_stream), (unknown_type),
7157         (probe_triggered), (preroll_unlinked), (mute_stream),
7158         (silence_stream), (new_decoded_pad), (setup_substreams),
7159         (setup_source), (get_active_source), (mute_group_type),
7160         (muted_group_change_state), (set_active_source),
7161         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7162         (play_base_eos), (gst_play_base_bin_change_state):
7163         * gst/playback/gstplaybasebin.h:
7164         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7165         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7166         (gst_stream_info_dispose), (stream_info_mute_pad),
7167         (stream_info_change_state), (gst_stream_info_set_mute):
7168         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7169         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7170         (gst_stream_selector_init), (gst_stream_selector_dispose),
7171         (gst_stream_selector_get_linked_pad),
7172         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7173         (gst_stream_selector_get_linked_pads),
7174         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7175         * gst/playback/gststreamselector.h:
7176           Adding stream selection support plus required properties for
7177           applications to use this. Fully fixes #100931.
7178
7179 2005-01-08  Benjamin Otte  <otte@gnome.org>
7180
7181         * gst/games/gstpuzzle.c: (nav_event_handler):
7182           - handle nav events differently: forward every event no matter if it
7183             was handled or not.
7184           - translate events
7185           You can now cheat by using navigationtest ! puzzle and moving the
7186           mouse close to the edge of a tile. ;)
7187
7188 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7189
7190         * configure.ac:
7191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7192         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7193         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7194         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7195         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7196         (gst_ogm_parse_plugin_init):
7197         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7198         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7199         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7200         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7201         * ext/pango/gsttextoverlay.h:
7202         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7203         (gst_matroska_demux_handle_seek_event),
7204         (gst_matroska_demux_sync_streams),
7205         (gst_matroska_demux_parse_blockgroup),
7206         (gst_matroska_demux_subtitle_caps),
7207         (gst_matroska_demux_plugin_init):
7208         * gst/matroska/matroska-ids.h:
7209         * gst/playback/gstdecodebin.c: (close_pad_link):
7210         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7211         (gen_preroll_element), (remove_groups), (add_stream),
7212         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7213         (setup_source):
7214         * gst/playback/gstplaybasebin.h:
7215         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7216         * gst/subparse/Makefile.am:
7217         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7218         (gst_subparse_base_init), (gst_subparse_class_init),
7219         (gst_subparse_init), (gst_subparse_formats),
7220         (gst_subparse_eventmask), (gst_subparse_event),
7221         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7222         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7223         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7224         (parse_mpsub_deinit), (parse_mpsub_init),
7225         (gst_subparse_buffer_format_autodetect),
7226         (gst_subparse_format_autodetect), (gst_subparse_loop),
7227         (gst_subparse_change_state), (gst_subparse_type_find),
7228         (plugin_init):
7229         * gst/subparse/gstsubparse.h:
7230         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7231         (plugin_init):
7232           Add subtitle support, .sub parser (supports SRT and MPsub),
7233           OGM text support, Matroska UTF-8 text support, deadlock fixes
7234           all over the place, subtitle awareness in decodebin/playbin
7235           and some fixes to textoverlay to handle subtitles in a stream
7236           correctly. Fixes #100931.
7237
7238 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7239
7240         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7241           Check for pad availability before doing a query on it.
7242
7243 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7244
7245         * ext/dv/gstdvdec.c:
7246           really fix bpp24/32 dvdec caps (classic rgba indeed)
7247         * gst/asfdemux/gstasfdemux.c:
7248         (gst_asf_demux_process_ext_content_desc):
7249           don't send text tags if they are empty (bis repetita)
7250
7251 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7252
7253         * ext/dv/gstdvdec.c:
7254          remove unneeded comment from dvdec
7255           (related to DV 4CC codes in AVI files)
7256           moved them in gstreamer/docs/random/mimetypes
7257         * gst/asfdemux/gstasfdemux.c:
7258         (gst_asf_demux_process_ext_content_desc):
7259          don't send text tags if they are empty
7260          fix mem leak on error path
7261         * gst/ffmpegcolorspace/avcodec.h:
7262         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7263         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7264         (gst_ffmpegcsp_avpicture_fill):
7265         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7266         * gst/ffmpegcolorspace/imgconvert_template.h:
7267          adds BGR32 and BGRA32 to ffmpegcolorspace
7268           (still bad colors, fixing it on next commit)
7269           helps with dvdec outputing BGR32
7270
7271 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7272
7273         * ext/dv/gstdvdec.c:
7274          Fix audio caps i just broke (missing ',')
7275         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7276         (gst_matroska_mux_reset):
7277          Fix typo + add FIXME about old "x-gst-metadata" crap
7278
7279 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7280
7281         * ext/dv/demo-play.c: (main):
7282          xvideosink -> xvimagesink
7283         * ext/dv/gstdvdec.c:
7284          change rgb 32/32 caps to 24/32 (no alpha)
7285          change nb of channels to be a list (2 or 4, not 2)
7286          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7287         * gst/asfdemux/gstasfdemux.c:
7288         (gst_asf_demux_process_ext_content_desc):
7289          Add 'date/year' to extracted metadata list
7290
7291 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7292
7293         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7294           The return value of fixate_to does not imply that the requested
7295           value was set, so don't assume.
7296
7297 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7298
7299         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7300
7301         * ext/libpng/gstpngdec.c:
7302         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7303         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7304         * ext/libpng/gstpngenc.h:
7305           Alpha support (encoder; #163161), mime fixage.
7306
7307 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7308
7309         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7310
7311         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7312         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7313         (gst_faac_set_property), (gst_faac_get_property):
7314         * ext/faac/gstfaac.h:
7315           Allow for ADTS output (#153434).
7316
7317 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7318
7319         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7320           Fix against template (#150576).
7321
7322 2005-01-06  Benjamin Otte  <otte@gnome.org>
7323
7324         * gst/games/gstpuzzle.c: (draw_puzzle):
7325           don't draw a puzzle if either width or height of tiles would be 0.
7326
7327 2005-01-06  Benjamin Otte  <otte@gnome.org>
7328
7329         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7330         (gst_puzzle_class_init), (gst_puzzle_finalize):
7331           no memleaks, please
7332         (gst_puzzle_create), (gst_puzzle_init),
7333         (gst_puzzle_set_property), (gst_puzzle_setup):
7334           change initialization code around so we don't reshuffle on resize
7335         (draw_puzzle):
7336           fix another stupid typo
7337
7338 2005-01-06  Benjamin Otte  <otte@gnome.org>
7339
7340         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7341           fix stupid typo that borked copying on YUY2
7342
7343 2005-01-06  Benjamin Otte  <otte@gnome.org>
7344
7345         * gst/games/gstpuzzle.c: (draw_puzzle):
7346           fix edges when image sizes aren't multiples of tile sizes
7347
7348 2005-01-06  Benjamin Otte  <otte@gnome.org>
7349
7350         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7351           make RGB endianness work correctly
7352         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7353           refactor and fix race with initial shuffling
7354         (nav_event_handler):
7355           allow using the mouse to puzzle
7356         (draw_puzzle):
7357           insist on tiles having width and height as multiples of 4 to get
7358           clean YUV image handling
7359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7360         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7361           s/DEBUG/LOG/ for common messages
7362         (gst_xvimagesink_navigation_send_event):
7363           fix mouse event translation to not include screen PAR
7364         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7365           fix mouse event translation to actually work
7366
7367 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7368
7369         * gst/asfdemux/gstasfdemux.c:
7370         (gst_asf_demux_process_ext_content_desc):
7371          Extract TrackNumber metadata + clean up code
7372         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7373          Hope this is the good fix (var used unitialised)
7374
7375 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7376
7377         * ext/faad/gstfaad.c: (gst_faad_chain):
7378           Only increment timestamp if it's valid. Fixes raw AAC streams.
7379
7380 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7381
7382         * configure.ac:
7383         * gst/games/Makefile.am:
7384         * gst/games/gstpuzzle.c:
7385           add a puzzle game with...
7386         * gst/games/gstvideoimage.c:
7387         * gst/games/gstvideoimage.h:
7388           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7389           from videotestsrc and made into something that would be a nice
7390           library for a lot of other plugins.
7391
7392 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7393
7394         * configure.ac:
7395          don't compile faad plugin if a RC of 2.0 is found
7396          Fixes #155346 (and FC1 buildbot)
7397         * gst/asfdemux/gstasfdemux.c:
7398         (gst_asf_demux_process_ext_content_desc):
7399          try to make Solaris compiler happier
7400
7401 2005-01-06  Paul Jack  <pjack@sfaf.org>
7402
7403         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7404
7405         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7406           Fix segfault (#161667).
7407
7408 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7409
7410         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7411           Fix framerate reporting.
7412
7413 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7414
7415         * gst-libs/gst/riff/riff-ids.h:
7416         * gst/wavenc/riff.h:
7417          Add AMR (VBR and CBR) ids to riff.h audio codec list
7418         * gst/asfdemux/gstasfdemux.c:
7419         (gst_asf_demux_process_ext_content_desc),
7420         (gst_asf_demux_process_object):
7421           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7422
7423 2005-01-05  Martin Eikermann  <meiker@upb.de>
7424
7425         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7426
7427         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7428         (gst_dvd_demux_handle_discont):
7429         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7430         (gst_mpeg_demux_handle_discont):
7431           Recreate pads on new-media (#160730).
7432         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7433           Send discont even if manager changes timestamps (#161929).
7434
7435 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7436
7437         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7438
7439         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7440           Fix invalid memory access (#159211).
7441
7442 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7443
7444         * examples/gstplay/player.c: (main):
7445           Don't iterate.
7446         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7447           Add visualizations.
7448         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7449         (gst_a52dec_handle_frame):
7450           Set duration.
7451         * ext/dvdnav/gst-dvd:
7452           Add audioconvert. Fixes #161325.
7453         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7454           Explicitely case to gint64. Possible valgrind error.
7455         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7456         (gst_play_tick_callback), (gst_play_change_state),
7457         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7458         (gst_play_set_location), (gst_play_get_location),
7459         (gst_play_seek_to_time), (gst_play_set_data_src),
7460         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7461         (gst_play_set_visualization), (gst_play_connect_visualization),
7462         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7463         (gst_play_new):
7464           Use playbin. Fixes #139749 and #147744.
7465         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7466           Add genre tag.
7467         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7468         (audioscale_get_type), (gst_audioscale_base_init),
7469         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7470         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7471         (gst_audioscale_link), (gst_audioscale_get_buffer),
7472         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7473         (gst_audioscale_init), (gst_audioscale_dispose),
7474         (gst_audioscale_chain), (gst_audioscale_set_property),
7475         (gst_audioscale_get_property), (plugin_init):
7476           Indent properly.
7477         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7478           Fix LPCM.
7479         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7480         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7481         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7482           Add more metadata (fixes #162656).
7483
7484 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7485
7486         * configure.ac:
7487           back to cvs
7488
7489 === release 0.8.7 ===
7490
7491 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7492
7493         * NEWS:
7494         * RELEASE:
7495         * configure.ac:
7496           releasing 0.8.7, "Hyperspace"
7497
7498 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7499
7500         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7501
7502         * gst/playback/gstplaybasebin.c:
7503          Fix for #162924 - free caps after use, not before
7504
7505 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7506
7507         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7508
7509         * gst/playback/gstplaybasebin.c:
7510         * gst/wavparse/gstwavparse.c:
7511           Fix for #154773 - fixes playback of small .wav files
7512
7513 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7514
7515         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7516
7517         * gst/audioscale/gstaudioscale.c:
7518           Fix for #162819 - make audioscale reusable
7519           Fixes playback of more than one file with playbin/totem
7520
7521 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7522
7523         * gst/ffmpegcolorspace/avcodec.h:
7524         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7525         * gst/ffmpegcolorspace/imgconvert.c:
7526           clean up the mess that made me cry and avoid needless duplication
7527
7528 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7529
7530         * gst/ffmpegcolorspace/imgconvert.c:
7531           give some indication of why we're segfaulting
7532
7533 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7534
7535         * configure.ac:
7536           Fix indentation, fix v4l2 plugin detection.
7537         * ext/Makefile.am:
7538           Fix libmms location (Maciej, use diff -u!).
7539         * ext/alsa/gstalsa.c: (gst_alsa_init):
7540           Initialize caps cache to NULL.
7541         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7542           Only change state on audiosink if it exists.
7543
7544 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7545
7546         * gst/matroska/matroska-demux.c:
7547         * gst/matroska/matroska-ids.h:
7548         * gst/matroska/matroska-demux.h:
7549         Fix Vorbis streams failing to decode in some files, where cluster_time
7550         isn't 0, because then it doesn't send codec_priv before actual data.
7551         Remove time-based test and replace it with marker set on beginning of
7552         new stream
7553
7554 2004-12-28  David Schleef  <ds@schleef.org>
7555
7556         Merge patch from Ronald fixing problems with streaming
7557         text.
7558         * ext/cairo/gstcairo.c: (plugin_init):
7559         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7560         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7561         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7562         (gst_textoverlay_font_init), (gst_textoverlay_init),
7563         (gst_textoverlay_set_property):
7564         * ext/cairo/gsttextoverlay.h:
7565
7566 2004-12-27  David Schleef  <ds@schleef.org>
7567
7568         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7569         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7570         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7571         (gst_textoverlay_font_init), (gst_textoverlay_init),
7572         (gst_textoverlay_set_property): Improvements to actually
7573         render text as white on black outline on video, including
7574         font selection and horizontal/vertical alignment.  (Ronald's
7575         christmas present)
7576         * ext/cairo/gsttextoverlay.h:
7577
7578 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7579
7580         * ext/ogg/gstogg.c:
7581         * ext/ogg/gstogmparse.c:
7582           fix ogm[audio/video]parse plugin registration
7583           (riff won't load if bytestream is already loaded)
7584
7585 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7586
7587         * gst/audioconvert/gstchannelmix.c:
7588           fix for GLIB < 2.4
7589
7590 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7591
7592         * Makefile.am:
7593         * configure.ac:
7594           disable docs again until it actually passes make distcheck.
7595
7596 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7597
7598         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7599         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7600         (plugin_init):
7601           Add 3GP (variables name Q3GP because they can't start with a
7602           number). Add samr audio fourcc (used in .3gp files), decoder
7603           is work in progress. Also do a GST_WARNING instead of ERROR
7604           in case of unknown nodes, to decrease output.
7605
7606 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7607
7608         * Makefile.am:
7609           really fix dist
7610
7611 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7612
7613         * configure.ac:
7614         * ext/speex/gstspeexdec.h:
7615         * ext/speex/gstspeexenc.h:
7616           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7617           Fix detection code in configure.ac
7618
7619 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7620
7621         * gst/matroska/matroska-demux.c:
7622         (gst_matroska_demux_parse_blockgroup):
7623           Save position, so that queries give proper return values. Don't
7624           know how this could ever have worked before...
7625
7626 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7627
7628         * configure.ac:
7629           Put additional LAME check inside the conditional.  Fixes #152339
7630
7631 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7632
7633         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7634         (gst_avi_demux_stream_scan):
7635           Add some more debug. Fix logic error when setting movi offset
7636           while reading index.
7637
7638 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7639
7640         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7641         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7642         (gst_avi_demux_process_next_entry):
7643           Add some debugging. Better detection of broken indexes and the
7644           accompanying index recovery. No infinite loops on state changes
7645           when we're still in our loopfunction.
7646
7647 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7648
7649         * configure.ac:
7650           Fix up.
7651
7652 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7653
7654         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7655
7656         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7657           Normalizing the value before setting
7658         (gst_sunaudiomixer_get_volume):
7659           Normalizing the value after getting. Fixes bug# 161980
7660
7661 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7662
7663         * Makefile.am: Make sure docs gets disted
7664         * docs/Makefile.am: Make sure all needed files get disted
7665         * gst-plugins.spec.in: latest updates
7666
7667 2004-12-22  Wim Taymans  <wim@fluendo.com>
7668
7669         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7670         Revert patch 1.38 as clock distribution over schedulers does
7671         not work correcly in the core yet.
7672
7673 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7674
7675         * sys/oss/README: remove this file, which predates my birth
7676           (and which content is by far outdated)
7677
7678 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7679
7680         * Makefile.am:
7681         * configure.ac:
7682         * docs/Makefile.am:
7683         * docs/libs/Makefile.am:
7684         * docs/libs/gst-plugins-libs-docs.sgml:
7685         * docs/libs/gst-plugins-libs-sections.txt:
7686         * docs/libs/tmpl/gstgconf.sgml:
7687         * docs/upload.mak:
7688         * docs/version.entities.in:
7689           Added boilerplate gtk-doc files for plugin-libs documentation.
7690
7691 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7692
7693         * gst/auparse/gstauparse.c: fix int and float audio caps
7694
7695 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7696
7697         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7698         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7699           g_assert() can be a macro, don't use #ifdef inside it.
7700
7701 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7702
7703         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7704
7705         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7706         (gst_videorate_init), (gst_videorate_chain),
7707         (gst_videorate_change_state):
7708           Event handling (fixes #159986).
7709
7710 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7711
7712         * gst-libs/gst/riff/riff-media.c:
7713         (gst_riff_create_video_caps_with_data):
7714           Add BLZ0 (Blizzard's version of DivX) fourcc.
7715
7716 2004-12-18  David Schleef  <ds@schleef.org>
7717
7718         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
7719         portability fix.
7720
7721 2004-12-18  David Schleef  <ds@schleef.org>
7722
7723         * gst/tta/ttadec.h: Disable some header code that isn't used
7724         and clearly isn't portable.
7725
7726 2004-12-18  David Schleef  <ds@schleef.org>
7727
7728         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
7729         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7730         (avcodec_get_pix_fmt), (avpicture_layout),
7731         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
7732         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
7733         Fix code to not use GCC extensions (and c99 extensions that
7734         Forte does not like.)
7735
7736 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7737
7738         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7739
7740         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
7741         (gst_deinterlace_chain):
7742           Rowstride fixes. Fixes #161039.
7743         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
7744         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
7745         (gst_video_crop_getcaps), (gst_video_crop_link),
7746         (gst_video_crop_i420), (gst_video_crop_chain),
7747         (gst_video_crop_change_state):
7748           Rework of negotiation. Actually works now. Fixes #158650.
7749
7750 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7751
7752         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
7753           That was very stupid.
7754
7755 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7756
7757         * gst/matroska/matroska-demux.c:
7758         (gst_matroska_demux_parse_blockgroup):
7759           Fix possible crasher.
7760
7761 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7762
7763         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
7764         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
7765           Lace sizes can be zero.
7766
7767 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7768
7769         * ext/musepack/gstmusepackdec.cpp:
7770           Fetch error return values. Fixes #161624.
7771         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7772           Really EOS.
7773
7774 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7775
7776         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7777           Work for truncated (unfinished download etc.) files. Fixes #160514.
7778
7779 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7780
7781         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7782           Fix for integer overflow. Makes #156001 not crash. Probably masks
7783           the real bug.
7784
7785 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7786
7787         * gst/ac3parse/gstac3parse.c: (plugin_init):
7788           Parsers never have ranks. Fixes #159651.
7789
7790 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7791
7792         * gst/playback/gstdecodebin.c: (compare_ranks):
7793           make sure the facotries are ordered the same every time even if they
7794           have the same rank by using the name
7795         * gst/playback/gstdecodebin.c: (find_compatibles):
7796           make sure we don't add factories to the list twice
7797
7798 2004-12-16  David Schleef  <ds@schleef.org>
7799
7800         * configure.ac: look for musepack headers as musepack/*.h
7801         (fixes #159847)
7802         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
7803         * ext/musepack/gstmusepackreader.h: same
7804
7805 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7806
7807         * gst-libs/gst/riff/riff-read.c:
7808         (gst_riff_read_strf_auds_with_data):
7809           Read extradata correctly (fixes #155879).
7810
7811 2004-12-16  David Schleef  <ds@schleef.org>
7812
7813         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
7814         audio.  does _not_ attempt or allow conversion unless channels
7815         is 1 or 2.
7816
7817 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7818
7819         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
7820
7821 2004-12-16  David Schleef  <ds@schleef.org>
7822
7823         * gst/audioscale/gstaudioscale.c: the resample library only
7824         handles 1 or 2 channels.  Change caps to compensate.
7825
7826 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7827
7828         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
7829         (gst_matroska_demux_audio_caps):
7830           Some MPEG-AAC hacks, because else it doesn't work...
7831
7832 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7833
7834         * gst-libs/gst/riff/riff-media.c:
7835         (gst_riff_create_video_caps_with_data),
7836         (gst_riff_create_video_template_caps):
7837           Add h264.
7838
7839 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7840
7841         * gst-libs/gst/audio/Makefile.am:
7842           Try to fix buildbot.
7843
7844 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7845
7846         * gst/tcp/gstmultifdsink.c:
7847           Clean up and uniformize debugging.
7848
7849 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
7850
7851         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7852
7853         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7854         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
7855         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
7856         (gst_mpeg_demux_change_state):
7857           Reset on ready. Fixes 160276.
7858
7859 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7860
7861         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7862
7863         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7864         (gst_ffmpegcsp_pad_link):
7865           Fix memleak (#154815).
7866
7867 2004-12-16  James Bowes  <bowes@cs.dal.ca>
7868
7869         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7870
7871         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
7872         (gst_musicbrainz_init), (gst_musicbrainz_chain),
7873         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
7874         * ext/musicbrainz/gsttrm.h:
7875           Add support for using a proxy server when getting a trm id from
7876           the MusicBrainz database (#149613).
7877
7878 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
7879
7880         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7881
7882         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
7883         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7884           Fix memleaks (#157233).
7885
7886 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7887
7888         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7889
7890         * gst-libs/gst/resample/resample.c: (gst_resample_close):
7891         * gst-libs/gst/resample/resample.h:
7892         * gst/audioscale/gstaudioscale.c:
7893           Fix memleak (#159215).
7894
7895 2004-12-16  Toni Willberg  <toniw@iki.fi>
7896
7897         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7898
7899         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7900         * sys/oss/oss_probe.c: (main):
7901           Check for mono/stereo support (similar to samplerate probing),
7902           fixes #159433. Also add missing copyright header to oss_probe.c.
7903
7904 2004-12-15  David Schleef  <ds@schleef.org>
7905
7906         * configure.ac: add audioresample and cairo plugins.  Remove
7907         HAVE_MMX stuff, because it's not used.
7908         * ext/Makefile.am: same
7909         * ext/audioresample/Makefile.am: You are not ready for an
7910         audio resampling element based on audioresample.
7911         * ext/audioresample/gstaudioresample.c:
7912         * ext/audioresample/gstaudioresample.h:
7913         * ext/cairo/Makefile.am: You are not ready for overlay elements
7914         based on cairo.  Don't look too closely, these elements kinda
7915         suck right now.
7916         * ext/cairo/gstcairo.c: new
7917         * ext/cairo/gsttextoverlay.c: new
7918         * ext/cairo/gsttextoverlay.h: new
7919         * ext/cairo/gsttimeoverlay.c: new
7920         * ext/cairo/gsttimeoverlay.h: new
7921         * gst-libs/gst/media-info/media-info-priv.h: fix compile
7922         problem with compilers that don't support variadic macros.
7923
7924 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
7925
7926         Reviewed by:  David Schleef  <ds@schleef.org>
7927
7928         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
7929         Bala, registering sunaudiosrc (oops!), and cleaning up code a
7930         bit.  Also ran indent-gst.
7931         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
7932         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
7933         (gst_sunaudiosrc_setparams):
7934
7935 2004-12-14  David Schleef  <ds@schleef.org>
7936
7937         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
7938         output rate to 16000.  Should fix #160235.
7939
7940 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7941
7942         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
7943         Add typefinding for mpeg2 pes streams
7944
7945 2004-12-13  David Schleef  <ds@schleef.org>
7946
7947         * configure.ac:  Applied patch from bug #143659, making default
7948         sources and sinks OS-dependent (for Solaris), and added code
7949         for OS/X.
7950         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
7951
7952 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7953
7954         * gst-libs/gst/riff/riff-media.c:
7955           forgot to add h2.64 to avidemux template caps
7956
7957 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7958
7959         * gst/wavenc/riff.h:
7960         * gst-libs/gst/riff/riff-media.c:
7961         * gst-libs/gst/riff/riff-ids.h:
7962         * gst/avi/gstavimux.c
7963         add 4CC code for VideoSoft h264 in AVI (VSSH)
7964           fixes bug #160655
7965         remove s323 from riff, it's quicktime specific :(
7966
7967 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7968
7969         * gst/asfdemux/README
7970         * gst/wavenc/riff.h
7971         * gst-libs/gst/riff/riff-ids.h
7972         * gst-libs/gst/riff/riff-media.c
7973         * gst/qtdemux/qtdemux.c:
7974           add new 4CC codes for h263 related codecs
7975           fixes partially bug #155163
7976
7977 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
7978
7979         * configure.ac: Update polyaudio requirement to 0.7
7980         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
7981
7982 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7983
7984         * gst/interleave/deinterleave.c:
7985         fix my name's spelling! :)
7986
7987 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7988
7989         * AUTHORS ChangeLog
7990         * gst/auparse/gstauparse.c
7991         * gst/interleave/deinterleave.c
7992         * gst/law/:
7993                 alaw-decode.c alaw-encode.c
7994                 mulaw-decode.c mulaw-encode.c
7995         * gst/oneton/gstoneton.c
7996         * sys/osxaudio/:
7997                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
7998         * sys/osxvideo/:
7999                 cocoawindow.h cocoawindow.m
8000                 osxvideosink.h osxvideosink.m
8001
8002         put the same mail address for Zaheer Abbas Merali everywhere
8003
8004 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8005
8006         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8007           Align by packetsize, and assert that we a packet available before
8008           playing. The first makes webstreams work (they often include
8009           trailing padding data in a packet), the second allows pausing a
8010           ASF stream in totem without getting demux errors afterwards.
8011
8012 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8013
8014         * ext/ogg/gstoggdemux.c: (get_relative):
8015           Check for non-NULL before accessing member (end-of-chain).
8016
8017 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8018
8019         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8020         (cdparanoia_set_property), (cdparanoia_get_property):
8021         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8022         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8023         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8024         (dvdreadsrc_init), (dvdreadsrc_set_property),
8025         (dvdreadsrc_get_property):
8026         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8027         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8028           Synchronize property names where not yet the case. Devices are
8029           now device=X, other versions are deprecated (but still exist).
8030           Also use g_free() unconditionally.
8031         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8032         (setup_source), (gst_play_base_bin_get_property):
8033           Expose source.
8034
8035 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8036
8037         * configure.ac: move GCONF macro outside conditional for the am
8038           conditional. Fixes #160439
8039
8040 2004-12-08  David Schleef  <ds@schleef.org>
8041
8042         * tools/gst-visualise-m.m: Switch to elements that currently
8043         exist.
8044
8045 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8046
8047         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8048           We love wrong commas.
8049
8050 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8051
8052         * gst/matroska/matroska-demux.c:
8053         (gst_matroska_demux_handle_src_query):
8054           Don't set DEFAULT, unsupported - makes length display incorrectly
8055           in some cases.
8056
8057 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8058
8059         * gst/monoscope/README: remove blurb about files being GPL
8060         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8061         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8062           monoscope is now effectively LGPL licensed
8063
8064 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8065
8066         * gst/monoscope/README: Update information to be more correct
8067         * gst/monoscope/convolve.c: Relicense to LGPL
8068         * gst/monoscope/convolve.h: Relicense to LGPL
8069
8070 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8071
8072         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8073           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8074         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8075           set default_duration for mpeg1 audio
8076
8077 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8078
8079         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8080         * ext/alsa/gstalsa.h:
8081           refactor big chunks of the core caps negotiation code to make it
8082           a lot faster, because people claim it's really slow
8083           (actually, just cache the getcaps when the device is opened)
8084
8085 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8086
8087         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8088         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8089         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8090         (gst_a52dec_change_state), (plugin_init):
8091         * ext/a52dec/gsta52dec.h:
8092           Do something useful with timestamps. Make chain-based (since
8093           there's really no reason to be loopbased).
8094         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8095           Update current_byte/frame correctly.
8096
8097 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8098
8099         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8100         (gst_ape_demux_stream_init):
8101           Forward tags, too.
8102
8103 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8104
8105         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8106           Let's make sure we're done typefinding when detecting tags.
8107
8108 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8109
8110         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8111         (gst_ebml_read_init), (gst_ebml_read_use_event),
8112         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8113         (gst_ebml_read_seek), (gst_ebml_read_skip),
8114         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8115         (gst_ebml_read_master):
8116         * gst/matroska/ebml-read.h:
8117         * gst/matroska/matroska-demux.c:
8118         (gst_matroska_demux_parse_contents),
8119         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8120           Disgustingly evil hack for working around INTERRUPT events and
8121           their extremely annoying habit of being a pain in the ass. We
8122           simply peek a cluster before reading any of it.
8123
8124 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8125
8126         * ext/musepack/gstmusepackdec.cpp:
8127           There's also floating point libmusepacks.
8128
8129 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8130
8131         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8132         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8133           Set DURATION even if source buffer didn't. Also use increasing
8134           timestamps.
8135         * gst-libs/gst/riff/riff-media.c:
8136         (gst_riff_create_audio_caps_with_data):
8137           Block_align can have larger values than 8192.
8138
8139 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8140
8141         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8142         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8143         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8144         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8145           Fix caps.
8146
8147 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8148
8149         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8150           Fix logic bug.
8151
8152 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8153
8154         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8155           Yay, another one.
8156
8157 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8158
8159         * ext/esd/esdsink.c: (gst_esdsink_chain):
8160           Make error actually say something useful (fixes #156798).
8161         * gst-libs/gst/riff/riff-media.c:
8162         (gst_riff_create_video_caps_with_data),
8163         (gst_riff_create_video_template_caps):
8164           Add Intel Video 5.0 fourcc (IV50).
8165
8166 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8167
8168         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8169         detection on mono and stereo mp3 files.
8170
8171 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8172
8173         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8174           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8175           the contained stream).
8176
8177 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8178
8179         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8180           Oops, remove debug.
8181
8182 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8183
8184         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8185
8186         * gst/law/alaw-decode.c: (alawdec_getcaps):
8187         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8188           Prevent warnings when negotiating caps (fixes #159338).
8189
8190 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8191
8192         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8193         (gst_ffmpegcsp_chain):
8194           Remove old leftover that shouldn't be there...
8195
8196 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8197
8198         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8199
8200         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8201           Don't forward DISCONT events (fixes #159684).
8202
8203 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8204
8205         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8206           Unlink manually since sometimes bin disposal (and therefore
8207           pad unlinking) is delayed, which will cause a new media file
8208           to not be able to start playing instantly.
8209
8210 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8211
8212         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8213           On mute of an unlinked stream, check for pad availability so
8214           we don't crash on unlinked pad.
8215
8216 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8217
8218         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8219         (gst_avi_demux_massage_index):
8220           Fix quite humiliating bug in omitting 0-sized index chunks but
8221           forgetting to count them for timestamps.
8222
8223 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8224
8225         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8226           Actually leave the loop if we failed to sync. Don't crash.
8227
8228 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8229
8230         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8231         (gst_dvd_demux_process_private):
8232         * gst/mpegstream/gstdvddemux.h:
8233           Fix crash (#159759). Doesn't work, though. :-(.
8234
8235 2004-11-28  Benjamin Otte  <otte@gnome.org>
8236
8237         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8238           more overwriting protection due to modifying channels one by one
8239           instead of all at once
8240
8241 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8242
8243         * gst/audioconvert/gstchannelmix.c:
8244         (gst_audio_convert_fill_normalize):
8245           Normalize using absolute values.
8246
8247 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8248
8249         * configure.ac:
8250         * ext/Makefile.am:
8251         * ext/directfb/Makefile.am:
8252         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8253         (gst_directfbvideosink_get_pixel_format),
8254         (gst_directfbvideosink_get_format_from_fourcc),
8255         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8256         (gst_directfbvideosink_sink_link),
8257         (gst_directfbvideosink_change_state),
8258         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8259         (gst_directfbvideosink_buffer_alloc),
8260         (gst_directfbvideosink_interface_supported),
8261         (gst_directfbvideosink_interface_init),
8262         (gst_directfbvideosink_navigation_send_event),
8263         (gst_directfbvideosink_navigation_init),
8264         (gst_directfbvideosink_set_property),
8265         (gst_directfbvideosink_get_property),
8266         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8267         (gst_directfbvideosink_base_init),
8268         (gst_directfbvideosink_class_init),
8269         (gst_directfbvideosink_get_type), (plugin_init):
8270         * ext/directfb/directfbvideosink.h: Adding a first version of
8271         directfbvideosink.
8272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8273         more.
8274
8275 2004-11-28  Benjamin Otte  <otte@gnome.org>
8276
8277         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8278           walk the samples backwards if out_channels > in_channels so we don't
8279           overwrite data
8280
8281 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8282
8283         * gst/audioconvert/Makefile.am:
8284         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8285         (gst_audio_convert_link), (gst_audio_convert_change_state),
8286         (gst_audio_convert_channels):
8287         * gst/audioconvert/gstchannelmix.c:
8288         (gst_audio_convert_unset_matrix),
8289         (gst_audio_convert_fill_identical),
8290         (gst_audio_convert_fill_compatible),
8291         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8292         (gst_audio_convert_fill_others),
8293         (gst_audio_convert_fill_normalize),
8294         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8295         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8296         * gst/audioconvert/gstchannelmix.h:
8297           Implement a channel mixer.
8298
8299 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8300
8301         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8302         * ext/alsa/gstalsa.h:
8303         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8304         Make alsasink actually honor gst_element_set_clock and use that
8305         clock instead of its internal one.
8306
8307 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8308
8309         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8310         (gst_play_base_bin_change_state): nullify source and decoder when
8311         going from READY to NULL so that we don't try to do weird stuff with
8312         them when going from NULL to READY
8313         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8314         instead of g_object_unref
8315         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8316         it should be correct
8317         (gst_play_bin_change_state): don't call remove_sinks if we are
8318         currently disposing the object
8319
8320 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8321
8322         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8323           Don't forget bass if it's there. Else left channel is silent...
8324
8325 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8326
8327         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8328         (gst_a52dec_change_state):
8329           Don't do sample adjusting anymore, we use float audio now.
8330         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8331           Don't fixate to non-existing properties.
8332
8333 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8334
8335         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8336         (gst_a52dec_change_state):
8337           Advertise that we can do surround sound.
8338
8339 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8340
8341         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8342           Add buffer-frames=0.
8343         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8344         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8345         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8346         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8347         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8348         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8349         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8350         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8351         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8352         * ext/dvdread/dvdreadsrc.h:
8353           Add seeking, querying for bytes, sectors, title, angle and
8354           chapter. Handle multiple chapters. Relicense to LGPL because
8355           Billy agreed on that (thanks Billy!).
8356
8357 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8358
8359         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8360         call parent dispose method
8361
8362 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8363
8364         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8365         (gst_audio_clock_get_internal_time):
8366         Fix active <-> inactive transitions: ensure time value always
8367         grows and avoid abrupt value changes.
8368
8369 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8370
8371         * configure.ac:
8372         * gst/tta/Makefile.am:
8373         * gst/tta/crc32.h:
8374         * gst/tta/filters.h:
8375         * gst/tta/gsttta.c:
8376         * gst/tta/gstttadec.c:
8377         * gst/tta/gstttadec.h:
8378         * gst/tta/gstttaparse.c:
8379         * gst/tta/gstttaparse.h:
8380         * gst/tta/ttadec.h:
8381           added TTA parser and decoder
8382
8383 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8384
8385         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8386         (probe_triggered), (check_queue), (buffer_underrun),
8387         (buffer_running), (buffer_overrun), (gen_source_element),
8388         (setup_source):
8389         * gst/playback/gstplaybasebin.h:
8390           Implement buffering. Needs some more work.
8391
8392 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8393
8394         * ext/theora/theoradec.c: (theora_dec_chain):
8395           Fix ilog mask range overflow.
8396
8397 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8398
8399         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8400           Don't omit the last (which in case of dmix is the only :) )
8401           channel count. Don't set channels if <= 2.
8402
8403 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8404
8405         * gst/playback/gstplaybin.c: (gen_video_element),
8406         (gen_audio_element): Removed 2 obsolete comments
8407
8408 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8409
8410         * ext/vorbis/oggvorbisenc.c
8411         * ext/vorbis/vorbisenc.c :
8412           change description fields of those plugins to differentiate them
8413           (pitivi show Encoders by description, they had the same one)
8414
8415 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8416
8417         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8418
8419         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8420         (gst_play_bin_set_property), (gen_video_element),
8421         (gen_audio_element):
8422           Refcounting fixes for provided audio-/videosinks.
8423
8424 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8425
8426         * gst/playback/gstplaybin.c: (gen_video_element),
8427         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8428           Don't reference all sinks, but only the video- and audiosinks.
8429           The vis. element should be disposed when we're done with it.
8430           We don't have any reason to keep it around. This fixes warnings
8431           when reusing playbin for playing multiple audio files with
8432           vis. enabled. Also release audio device on pause - idea stolen
8433           from Rhythmbox.
8434
8435 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8436
8437         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8438         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8439         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8440         * ext/alsa/gstalsaplugin.c: (plugin_init):
8441         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8442         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8443         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8444         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8445         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8446         (gst_faad_change_state), (plugin_init):
8447         * ext/faad/gstfaad.h:
8448         * ext/vorbis/vorbis.c: (plugin_init):
8449         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8450         * gst-libs/gst/audio/Makefile.am:
8451         * gst-libs/gst/audio/audio.c: (plugin_init):
8452         * gst-libs/gst/audio/multichannel.c:
8453         (gst_audio_check_channel_positions),
8454         (gst_audio_get_channel_positions),
8455         (gst_audio_set_channel_positions),
8456         (gst_audio_set_structure_channel_positions_list),
8457         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8458         (gst_audio_fixate_channel_positions):
8459         * gst-libs/gst/audio/multichannel.h:
8460         * gst-libs/gst/audio/testchannels.c: (main):
8461         * gst/audioconvert/gstaudioconvert.c:
8462         (gst_audio_convert_class_init), (gst_audio_convert_init),
8463         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8464         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8465         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8466         * gst/audioconvert/plugin.c: (plugin_init):
8467           Surround sound support.
8468
8469 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8470
8471         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8472           Fix position for discont if we're close as well. Nitpicking, but
8473           saves a few milliseconds of extra waiting or skipping.
8474
8475 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8476
8477         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8478           We sometimes need parsers for playback, so add those too.
8479
8480 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8481
8482         * configure.ac:
8483         * gst/apetag/Makefile.am:
8484         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8485         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8486         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8487         (gst_ape_demux_get_src_query_types),
8488         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8489         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8490         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8491         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8492         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8493         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8494         (gst_ape_demux_change_state):
8495         * gst/apetag/apedemux.h:
8496         * gst/apetag/apetag.c: (plugin_init):
8497         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8498         (plugin_init):
8499           APE v1/2 tag reader plus typefind function.
8500
8501 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8502
8503         * configure.ac:
8504         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8505         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8506           Remove hacks for older core. Require newer core version
8507           accordingly.
8508
8509 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8510
8511         * gst/cdxaparse/Makefile.am:
8512         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8513         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8514         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8515         * gst/cdxaparse/gstcdxaparse.h:
8516         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8517         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8518         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8519         (gst_cdxastrip_get_src_query_types),
8520         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8521         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8522         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8523         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8524         * gst/cdxaparse/gstcdxastrip.h:
8525           SVCD/VCD header stripping separated from CDXA image parsing.
8526         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8527         (plugin_init):
8528           Add VCD/SVCD header typefinding for VCD/SVCD.
8529         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8530         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8531         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8532         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8533         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8534         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8535         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8536         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8537         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8538         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8539         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8540         * sys/vcd/vcdsrc.h:
8541           Fix up, add seeking, querying, URI interface. Works in totem now.
8542
8543 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8544
8545         * configure.ac:
8546           back to CVS
8547
8548 === release 0.8.6 ===
8549
8550 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8551
8552         * NEWS:
8553         * RELEASE:
8554         * configure.ac:
8555         * po/af.po:
8556         * po/az.po:
8557         * po/cs.po:
8558         * po/en_GB.po:
8559         * po/hu.po:
8560         * po/it.po:
8561         * po/nb.po:
8562         * po/nl.po:
8563         * po/or.po:
8564         * po/sq.po:
8565         * po/sr.po:
8566         * po/sv.po:
8567         * po/uk.po:
8568           releasing 0.8.6, "IOU Love"
8569
8570 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8571
8572         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8573
8574         * gst/playback/gstplaybasebin.c:
8575           Fix unplayable files error handling.  Fixes #158365
8576
8577 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8578
8579         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8580
8581         * gst/typefind/gsttypefindfunctions.c:
8582           Fix broken mp3 typefinding.  Fixes #158375
8583
8584 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8585
8586         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8587
8588         * ext/ogg/gstoggdemux.c:
8589           Fix sync on broken files.  Fixes #158976
8590
8591 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8592
8593         patch by: Edward Hervey <bilboed@bilboed.com>
8594
8595         * ext/libpng/gstpngenc.c:
8596           Copy over buffer properties.  Fixes #158832
8597
8598 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8599
8600         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8601
8602         * ext/dvdread/dvdreadsrc.c:
8603           Fixes invalid reads (#158462)
8604
8605 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8606
8607         * sys/v4l/gstv4lsrc.c:
8608         * sys/v4l/gstv4lsrc.h:
8609         * sys/v4l/v4lsrc_calls.c:
8610           Probe less and cache it.  Fixes #159187.
8611
8612 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8613
8614         * gst/videorate/gstvideorate.c:
8615           Handle all video formats. Fixes #159186.
8616
8617 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8618         * gst/synaesthesia/gstsynaesthesia.c:
8619         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8620         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8621         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8622         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8623         (gst_synaesthesia_change_state), (plugin_init):
8624         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8625         Force 320x200 output, as that's the only thing the underlying
8626         synaesthesia implementation supports. Still needs to be made
8627         re-entrant.
8628
8629 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8630
8631         * configure.ac:
8632           Fix mpeg2enc configure check (similar to mplex check below).
8633
8634 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8635
8636         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8637
8638         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8639           Fix for gcc-2.95 (fixes #158221).
8640
8641 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8642
8643         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8644           Re-add clock distribution hack (until new core is released).
8645           Fixes #158125.
8646
8647 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8648         * configure.ac:
8649           fix mplex configure check segfaulting on some systems (bug #140994)
8650
8651 2004-11-13  Benjamin Otte  <otte@gnome.org>
8652
8653         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8654           add debugging
8655         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8656           do a wait when we enter the loop func with no data available to
8657           write instead of getting into an 100% CPU loop by just returning and
8658           being called again by the scheduler
8659
8660 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8661
8662         * configure.ac:
8663         * ext/libvisual/visual.c: (gst_visual_get_type),
8664         (libvisual_log_handler), (gst_visual_getcaps),
8665         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8666         (plugin_init):
8667           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8668         * ext/smoothwave/Makefile.am:
8669         * ext/smoothwave/demo-osssrc.c: (main):
8670         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8671         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8672         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8673         (plugin_init):
8674         * ext/smoothwave/gstsmoothwave.h:
8675           Make gstsmoothwave a working element in the 20th century.
8676
8677         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8678           Fix incorrect link function
8679
8680 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8681
8682         * gst/volume/gstvolume.c:
8683           Allow buffer-frames=0.
8684
8685 2004-11-12 Iain <iaingnome@gmail.com>
8686
8687         * configure.ac: Check for polypaudio
8688
8689         * ext/Makefile.am: Build the polyp dir
8690
8691         * ext/polyp: The polypsink sources.
8692
8693 2004-10-30 Iain <iaingnome@gmail.com>
8694
8695         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8696         caps to reflect the new number of channels.
8697
8698 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8699
8700         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8701           Fix for negotiation order problem. This would show when the
8702           ALSA loopfuction was called before any other function. ALSA
8703           wouldn't do anything because we're not negotiated yet, leading
8704           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8705
8706 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8707
8708         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8709
8710         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8711           No warnings (#157986).
8712
8713 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8714
8715         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8716           Prefer apev1/2 and id3v1 (at end of file) over musepack.
8717
8718 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8719
8720         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
8721           Signal no-more-pads (so it works in playbin).
8722
8723 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8724
8725         * ext/musepack/gstmusepackreader.cpp:
8726           Workaround for older core.
8727
8728 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8729
8730         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
8731           Actually test for odd width/height rather than testing whether
8732           a temporary variable that was 0 before we subtracted 1 is now
8733           not equal to zero (which it always is).
8734
8735 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8736
8737         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8738         Fix compilation if HAVE_XVIDEO is not defined
8739
8740 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8741
8742         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8743         Fix compilation if HAVE_XVIDEO is not defined
8744
8745 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
8746
8747         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8748         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
8749         (gst_goom_change_state), (plugin_init):
8750         Use the bytestream adapter so goom doesn't depend on the input
8751         buffer size.
8752         Add a debug category
8753
8754 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8755
8756         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8757           Only set hardware parameters *after* negotiation. Before
8758           negotiation, it will set ANY and that seems to cause crashes
8759           (see e.g. #151288, #153227).
8760
8761 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8762
8763         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8764           This seems to be antique leftover. It needs to pass error
8765           checking.
8766         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8767         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
8768         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
8769         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
8770           Fix GstXOverlay implementation (#151059).
8771
8772 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8773
8774         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8775           Don't assert (#157853).
8776
8777 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8778
8779         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8780           Fix bytes/samples confustion.
8781         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
8782           Fix for underrun (#144389).
8783
8784 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8785
8786         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8787           Disable halfway-seek for pending release (since it needs a new
8788           core release).
8789
8790 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8791
8792         * sys/v4l/gstv4lsrc.c:
8793         * sys/v4l/gstv4lsrc.h:
8794         * sys/v4l/v4lsrc_calls.c:
8795           add autoprobe-fps property so we can separate autoprobing parts
8796
8797 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8798
8799         * sys/v4l/gstv4lsrc.c:
8800         * sys/v4l/v4lsrc_calls.c:
8801         initialise fourcc to catch unset fourcc's, and debug
8802
8803 2004-11-09  Wim Taymans  <wim@fluendo.com>
8804
8805         * gst/playback/README:
8806         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8807         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8808         (gst_play_bin_dispose), (gst_play_bin_set_property),
8809         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
8810         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
8811         (gst_play_bin_get_formats), (gst_play_bin_convert),
8812         (gst_play_bin_get_query_types), (gst_play_bin_query):
8813         Cleanups and some more documentation.
8814
8815 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
8816
8817         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8818         (gst_cacasink_init), (gst_cacasink_chain):
8819         * ext/libcaca/gstcacasink.h:
8820         Cacasink inherits from VideoSink, so let that store the clock.
8821
8822 2004-11-09  Wim Taymans  <wim@fluendo.com>
8823
8824         * gst/playback/README:
8825         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
8826         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
8827         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
8828         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
8829         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
8830         (setup_sinks):
8831         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
8832         (gst_stream_info_is_mute), (gst_stream_info_set_property):
8833         * gst/playback/gststreaminfo.h:
8834         Updated README.
8835         Only switch groups if all streams have muted (EOSed).
8836         Send Tags in sync with the stream playback instead of in
8837         the playback/preroll phase.
8838         Some cleanups, free the fakesrc elements.
8839
8840 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8841
8842         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
8843           buffer-frames property was missing
8844         * ext/arts/gst_arts.c:
8845           rate missing from sinkcaps
8846         * ext/audiofile/gstafparse.c:
8847         * ext/audiofile/gstafsink.c:
8848         * ext/audiofile/gstafsrc.c:
8849         * ext/swfdec/gstswfdec.c:
8850           int audio doesn't know buffer-frames
8851         * ext/cdparanoia/gstcdparanoia.c:
8852           int audio doesn't know chunksize either
8853         * ext/nas/nassink.c:
8854           it's endianness, not endianess
8855         * gst-libs/gst/audio/audio.h:
8856           make float standard pad template caps really describe float
8857         * gst/law/mulaw.c: (linear_factory):
8858           signed only, please
8859         * gst/mpegstream/gstdvddemux.c:
8860           widths of 20 are not valid
8861
8862 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8863
8864         Submitted by: Luca Ferretti <elle.uca@infinito.it>
8865
8866         * po/LINGUAS:
8867         * po/it.po:
8868           Add Italian
8869
8870 2004-11-08  Wim Taymans  <wim@fluendo.com>
8871
8872         * gst/playback/README:
8873         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8874         * gst/playback/gstplaybasebin.c: (probe_triggered),
8875         (gst_play_base_bin_change_state):
8876         Updated README, added more comments for fixmes etc..
8877
8878 2004-11-08  Wim Taymans  <wim@fluendo.com>
8879
8880         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8881         We can remove this hack now.
8882
8883 2004-11-08  Wim Taymans  <wim@fluendo.com>
8884
8885         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8886         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8887         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8888         Only mix AYUV for maximum quality.
8889
8890 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8891
8892         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
8893         (gst_ogg_demux_push), (gst_ogg_pad_push):
8894           Let's act as if we're synchronized now! :).
8895         * ext/theora/theoradec.c: (theora_dec_chain):
8896           Add some debug.
8897
8898 2004-11-08  Wim Taymans  <wim@fluendo.com>
8899
8900         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8901         (gst_alpha_set_property), (gst_alpha_sink_link),
8902         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
8903         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
8904         (gst_alpha_init_params), (gst_alpha_chain):
8905         Implement alpha functions for AYUV too, this increases
8906         accuracy quite a bit.
8907
8908 2004-11-08  Wim Taymans  <wim@fluendo.com>
8909
8910         * gst/ffmpegcolorspace/avcodec.h:
8911         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8912         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8913         (gst_ffmpegcsp_avpicture_fill):
8914         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8915         (gst_ffmpegcsp_caps_remove_format_info):
8916         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
8917         (shrink12), (img_get_alpha_info), (deinterlace_line),
8918         (deinterlace_line_inplace):
8919         * gst/ffmpegcolorspace/imgconvert_template.h:
8920         Added AYUV colorspace and handle RGBA a bit more respectful.
8921
8922 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8923
8924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8925           Actually always send a discont (cornercase when resending the
8926           same serial-tagged chain twice).
8927
8928 2004-11-08  Julien MOUTTE  <julien@moutte.net>
8929
8930         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
8931         (gst_ximagesink_finalize):
8932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8933         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
8934
8935 2004-11-08  Wim Taymans  <wim@fluendo.com>
8936
8937         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
8938         Don't segfault on NULL data.
8939
8940 2004-11-08  Wim Taymans  <wim@fluendo.com>
8941
8942         * gst/playback/gstdecodebin.c: (unlinked):
8943         * gst/playback/gstplay-marshal.list:
8944         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8945         (gst_play_base_bin_init), (group_create), (get_active_group),
8946         (get_building_group), (group_destroy), (group_commit),
8947         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
8948         (add_element_stream), (no_more_pads), (probe_triggered),
8949         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
8950         (state_change), (setup_source), (gst_play_base_bin_get_property),
8951         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8952         (gst_play_base_bin_link_stream),
8953         (gst_play_base_bin_get_streaminfo):
8954         * gst/playback/gstplaybasebin.h:
8955         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8956         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
8957         Add support for chained ogg files. Prepare for playlist
8958         support. This patch introduces the concept of pad groups, which
8959         together compose one playable media file.
8960
8961 2004-11-07  David Schleef  <ds@schleef.org>
8962
8963         * testsuite/gst-lint: Check for pad templates that aren't statically
8964         scoped.
8965
8966 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8967
8968         * configure.ac:
8969         * ext/Makefile.am:
8970         * ext/musepack/Makefile.am:
8971         * ext/musepack/gstmusepackdec.cpp:
8972         * ext/musepack/gstmusepackdec.h:
8973         * ext/musepack/gstmusepackreader.cpp:
8974         * ext/musepack/gstmusepackreader.h:
8975           Add musepack decoder.
8976         * ext/faad/gstfaad.c: (gst_faad_base_init):
8977           Make pad templates static.
8978         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8979         (plugin_init):
8980           Add musepack typefinder, make mp3 typefinding work halfway stream,
8981           which doesn't actually work yet because id3demux doesn't implement
8982           _get_length().
8983
8984 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8985
8986         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8987         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
8988           Fix interrupt event handling (#144436).
8989
8990 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8991
8992         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
8993           Hide unused glory.
8994
8995 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8996
8997         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8998
8999         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9000           Fix weird caps (#157548).
9001
9002 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9003
9004         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9005
9006         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9007           Add missing NULL terminator (#157543).
9008
9009 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9010
9011         * gst/tcp/gsttcp.h:
9012         * gst/tcp/gsttcpclientsink.c:
9013         * gst/tcp/gsttcpclientsrc.c:
9014         * gst/tcp/gsttcpserversink.c:
9015         * gst/tcp/gsttcpserversrc.c:
9016           ports can go up to 65535.  Move common defines to gsttcp.h
9017
9018 2004-11-05  Wim Taymans  <wim@fluendo.com>
9019
9020         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9021         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9022         Added two more colorspaces.
9023
9024 2004-11-05  Wim Taymans  <wim@fluendo.com>
9025
9026         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9027         (gst_ffmpegcsp_avpicture_fill):
9028         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9029         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9030         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9031         More stride fixes.
9032
9033 2004-11-05  Wim Taymans  <wim@fluendo.com>
9034
9035         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9036         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9037         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9038         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9039         (gst_videomixer_loop):
9040         More stride fixes.
9041
9042 2004-11-05  Benjamin Otte  <otte@gnome.org>
9043
9044         * ext/mad/gstmad.c: (gst_mad_chain):
9045           don't overflow data buffer. Flush not needed sync data when syncing
9046           failed.
9047
9048 2004-11-04  Wim Taymans  <wim@fluendo.com>
9049
9050         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9051         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9052         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9053         (gst_alpha_init_params), (gst_alpha_chain),
9054         (gst_alpha_change_state):
9055         Updated the chroma keying algorithm with something more
9056         sophisticated.
9057
9058 2004-11-03  Wim Taymans  <wim@fluendo.com>
9059
9060         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9061         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9062         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9063         Fix stride issues. Does not completely work for odd
9064         heights.
9065
9066 2004-11-03  Wim Taymans  <wim@fluendo.com>
9067
9068         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9069         (gst_alpha_chroma_key), (gst_alpha_chain):
9070         Fix stride issues. Does not completely work for odd
9071         heights.
9072
9073 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9074
9075         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9076         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9077         leak fixes
9078
9079 2004-11-03  Wim Taymans  <wim@fluendo.com>
9080
9081         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9082         (gst_ffmpegcsp_avpicture_fill):
9083         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9084         (avpicture_alloc):
9085         * gst/ffmpegcolorspace/imgconvert_template.h:
9086         Use correct _fill function to get correct strides.
9087
9088 2004-11-02  David Schleef  <ds@schleef.org>
9089
9090         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9091         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9092         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9093         Change all g_print()s to debugging.  Add a bunch of consistency
9094         checks.
9095
9096 2004-11-02  Wim Taymans  <wim@fluendo.com>
9097
9098         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9099         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9100         (unlinked), (no_more_pads), (close_link):
9101         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9102         (unknown_type), (add_element_stream), (new_decoded_pad),
9103         (removed_decoded_pad), (setup_source):
9104         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9105         (gst_stream_info_class_init), (gst_stream_info_init),
9106         (gst_stream_info_new), (gst_stream_info_dispose),
9107         (stream_info_mute_pad), (gst_stream_info_set_property),
9108         (gst_stream_info_get_property):
9109         * gst/playback/gststreaminfo.h:
9110         Fix playback of multiple files.
9111         a slightly different approach to handling dynamic pad removals.
9112         This one only looks at pads that we have linked.
9113
9114 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9115
9116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9117         free" warning from libc.
9118
9119 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9120
9121         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9122         (get_unconnected_element), (remove_starting_from), (pad_removed),
9123         (close_link):
9124           Implement support for dynamic pad changing. We listen to "live"
9125           pad removals (i.e. while playing) and re-setup autoplugging
9126           after that. Playbasebin/playbin need some more work for this
9127           to finally work, but decodebin supports (and replugs) chained
9128           ogg now.
9129
9130 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9131
9132         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9133         (gst_alsa_finalize):
9134         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9135         (gst_cdaudio_finalize):
9136         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9137         (cdparanoia_finalize):
9138         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9139         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9140         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9141         (dvdreadsrc_finalize):
9142         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9143         (gst_flacdec_finalize):
9144         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9145         (gst_flacenc_finalize):
9146         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9147         (gst_gnomevfssink_finalize):
9148         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9149         (gst_gnomevfssrc_finalize):
9150         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9151         (gst_fameenc_finalize):
9152         * ext/nas/nassink.c: (gst_nassink_class_init),
9153         (gst_nassink_finalize):
9154         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9155         (gst_sdlvideosink_class_init):
9156         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9157         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9158         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9159         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9160         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9161         (gst_x_window_listener_dispose):
9162         * gst/audioscale/gstaudioscale.c:
9163         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9164         (play_on_demand_finalize):
9165         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9166         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9167         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9168         (cdplayer_finalize):
9169         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9170         (gst_glimagesink_class_init):
9171         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9172         (gst_osselement_finalize):
9173         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9174         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9175         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9176           Fixes a bunch of problems with finalize and dispose functions,
9177           either assumptions that dispose is only called once, or not calling
9178           the parent class dispose/finalize function
9179
9180 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9181
9182         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9183           added two api precondition guards
9184           use g_strdup with getenv to fix crash when using ENVVAR
9185
9186 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9187         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9188         (gst_esdsink_finalize):
9189         Use a finalize function, not dispose, and more importantly,
9190         call the parent class finalize function too
9191
9192 2004-11-01  Johan Dahlin  <johan@gnome.org>
9193
9194         * ext/ogg/gstoggdemux.c:
9195         * gst/tags/gstvorbistag.c:
9196         Plug leaks.
9197
9198 2004-10-31  Benjamin Otte  <otte@gnome.org>
9199
9200         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9201           lotsa memleaks today. But they're all small...
9202
9203 2004-10-31  Benjamin Otte  <otte@gnome.org>
9204
9205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9206           another memleak crushed
9207
9208 2004-10-31  Benjamin Otte  <otte@gnome.org>
9209
9210         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9211           fix memleak
9212
9213 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9214
9215         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9216           Hack to prevent crash when going to READY inside signal handler
9217           while this function is active.
9218
9219 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9220
9221         * gst/ffmpegcolorspace/Makefile.am:
9222         * gst/ffmpegcolorspace/avcodec.h:
9223         * gst/ffmpegcolorspace/common.h:
9224         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9225         * gst/ffmpegcolorspace/dsputil.h:
9226         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9227         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9228         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9229         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9230         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9231         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9232         (gst_ffmpegcsp_avpicture_fill):
9233         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9234         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9235         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9236         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9237         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9238         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9239         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9240         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9241         * gst/ffmpegcolorspace/imgconvert.c:
9242         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9243         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9244         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9245         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9246         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9247         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9248         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9249         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9250         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9251         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9252         (grow21), (grow22), (grow41), (grow44), (conv411),
9253         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9254         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9255         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9256         (avpicture_free), (is_yuv_planar), (img_convert),
9257         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9258         (deinterlace_line_inplace), (deinterlace_bottom_field),
9259         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9260         * gst/ffmpegcolorspace/imgconvert_template.h:
9261         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9262         * gst/ffmpegcolorspace/mmx.h:
9263         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9264         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9265         (av_freep), (avcodec_get_context_defaults),
9266         (avcodec_alloc_context), (avcodec_init):
9267           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9268           handling plus update from ffmpeg CVS. Large clean-up.
9269
9270 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9271
9272         * gst/playback/Makefile.am:
9273           We need the marshallers for decodebin, too.
9274
9275 2004-10-30  David Schleef  <ds@schleef.org>
9276
9277         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9278           quicktime typefinding work with 64-bit offsets.
9279
9280 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9281
9282         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9283           Set EOS on the element when processing an EOS event.
9284         * ext/speex/gstspeexdec.h:
9285         * ext/speex/gstspeexenc.h:
9286           Only keep a const ptr to the mode
9287         * gst-libs/gst/riff/riff-media.c:
9288         (gst_riff_create_audio_caps_with_data),
9289         (gst_riff_create_audio_template_caps):
9290           Allow WMAV3, with up to 6 channels.
9291         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9292           Don't call gst_pad_set_event_function on a sink pad.
9293         * gst/mpegstream/gstdvddemux.c:
9294         (gst_dvd_demux_get_subpicture_stream),
9295         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9296           Copy the explicit caps that were set across to the cur_* pads,
9297           instead of trying to use a possibly non-existent negotiated caps.
9298           Reset the type of subpicture pads to UNKNOWN after calling
9299           init_stream, so that the caps get set.
9300
9301 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9302
9303         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9304
9305         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9306           Don't touch buffer if it is of size 0 (fixes #151064).
9307
9308 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9309
9310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9311           Synchronized discont handling.
9312
9313 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9314
9315         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9316         (gst_ogg_demux_push):
9317           Make seeking sort-of exact again (fixes #156387).
9318
9319 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9320
9321         * gst/playback/gstplaybasebin.c: (unknown_type),
9322         (add_element_stream), (new_decoded_pad),
9323         (gst_play_base_bin_change_state):
9324         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9325         (gst_stream_info_init), (gst_stream_info_new),
9326         (gst_stream_info_dispose), (gst_stream_info_get_property):
9327         * gst/playback/gststreaminfo.h:
9328           Make caps explicitely available. Makes testing for unsupported
9329           types possible. Improves error reporting.
9330
9331 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9332
9333         * gst/audioconvert/gstaudioconvert.c:
9334         (gst_audio_convert_buffer_to_default_format):
9335           Really don't touch read-only buffers (#156563).
9336
9337 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9338
9339         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9340
9341         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9342           Fix memleak (#155223).
9343
9344 2004-10-29  Wim Taymans  <wim@fluendo.com>
9345
9346         * gst/tcp/.cvsignore:
9347         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9348         (gst_multifdsink_class_init), (gst_multifdsink_init),
9349         (gst_multifdsink_add), (gst_multifdsink_remove),
9350         (gst_multifdsink_remove_client_link), (is_sync_frame),
9351         (gst_multifdsink_new_client),
9352         (gst_multifdsink_handle_client_write),
9353         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9354         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9355         (gst_multifdsink_get_property):
9356         * gst/tcp/gstmultifdsink.h:
9357         Added burst on connect sync_method, deprecated sync_clients,
9358         streamlined the sync code some more.
9359
9360 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9361
9362         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9363         (gst_play_base_bin_change_state):
9364           Improve error reporting.
9365
9366 2004-10-28  Wim Taymans  <wim@fluendo.com>
9367
9368         * gst/tcp/Makefile.am:
9369         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9370         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9371         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9372         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9373         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9374         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9375         (gst_fdset_wait):
9376         Added more locks around fdset structures. Fixed/reworked
9377         the poll array resizing code.
9378         Added stress test for fdset.
9379
9380 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9381
9382         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9383         fix build
9384
9385 2004-10-28  Benjamin Otte  <otte@gnome.org>
9386
9387         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9388           fix link function to always query channels and query width for
9389           floats
9390         * configure.ac:
9391           add equalizer dir
9392         * gst/equalizer/Makefile.am:
9393         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9394         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9395         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9396         (arg_to_scale), (setup_filter),
9397         (gst_iir_equalizer_compute_frequencies),
9398         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9399         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9400         (plugin_init):
9401           add an equalizer
9402
9403 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9404
9405         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9406
9407         * po/LINGUAS:
9408         * po/nb.po:
9409           Added Norwegian Bokmaal translation
9410
9411 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9412
9413         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9414           Don't break on options (fixes #156488).
9415
9416 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9417
9418         * configure.ac:
9419         * ext/cdaudio/Makefile.am:
9420         * sys/Makefile.am:
9421           fix build on older automake
9422
9423 2004-10-26  Wim Taymans  <wim@fluendo.com>
9424
9425         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9426         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9427         Allow a little margin when negotiating the framerate.
9428
9429 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9430
9431         * gst/level/gstlevel.c:
9432           synchonised naming of pads and pad-templates
9433
9434 2004-10-26  Wim Taymans  <wim@fluendo.com>
9435
9436         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9437         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9438         (_find_streams_check), (gst_ogg_demux_push):
9439         Fix EOS again. Needs to be done in a better way. We should not
9440         remove the pad if there is no new chained stream.
9441
9442 2004-10-26 Iain <iaingnome@gmail.com>
9443
9444         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9445         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9446         of the caps.
9447         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9448         pad.
9449         (interleave_release_pad): Remove the pad.
9450         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9451         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9452         the set device.
9453         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9454         attrs
9455         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9456         (gst_xvimagesink_finalize): Free the par.
9457
9458 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9459
9460         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9461         (gst_avimux_stop_file):
9462           First calculate the rate, and only then use it. Hdr.rate is a
9463           multiple and not a derivative of hdr.scale. Scale is not the
9464           same as blockalign but is solely related to rate.
9465
9466 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9467
9468         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9469         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9470           Implement seeking.
9471
9472 2004-10-25  James Henstridge  <james@jamesh.id.au>
9473
9474         Reviewed by:  David Schleef  <ds@schleef.org>
9475
9476         * examples/gstplay/player.c: (got_stream_length), (main):
9477         * examples/seeking/cdplayer.c: (update_scale):
9478         * examples/seeking/seek.c: (format_value), (update_scale):
9479         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9480         (stop_seek):
9481         Build fixes on AMD64.
9482
9483 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9484
9485         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9486
9487         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9488         Fix for some v4l cards which hang in v4lsrc
9489
9490 2004-10-25  Wim Taymans  <wim@fluendo.com>
9491
9492         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9493         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9494         Make sure to remove the pad when a new chain is
9495         encountered. Set some vars to NULL so we don't try
9496         to reference freed memory.
9497
9498 2004-10-25  Wim Taymans  <wim@fluendo.com>
9499
9500         * examples/seeking/Makefile.am:
9501         * examples/seeking/cdplayer.c: (update_scale):
9502         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9503         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9504         (format_value), (update_scale), (iterate), (start_seek),
9505         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9506         (print_usage), (main):
9507         Added some more examples, update others.
9508
9509 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9510
9511         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9512         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9513         * ext/theora/theoradec.c: (theora_dec_chain):
9514         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9515           Add codec-name metadata.
9516
9517 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9518
9519         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9520
9521         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9522         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9523         * ext/alsa/gstalsamixertrack.h:
9524         * po/POTFILES.in:
9525           ALSA mixer track label internationalization (#154054).
9526
9527 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9528
9529         * ext/theora/theoradec.c: (theora_dec_chain):
9530           Export bitrate as metadata.
9531
9532 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9533
9534         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9535         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9536         * ext/alsa/gstalsamixertrack.h:
9537           Fix names, fix loop.
9538
9539 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9540
9541         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9542         (speex_dec_convert):
9543           sinkconvert function so oggdemux can get the file length (totem).
9544
9545 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9546
9547         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9548
9549         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9550           Don't push incomplete packets.
9551         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9552           Fix MPEG-4 audio typefinding.
9553
9554 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9555
9556         * sys/v4l/Makefile.am:
9557         * sys/v4l/gstv4l.c: (plugin_init):
9558         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9559         (gst_v4lelement_init), (gst_v4lelement_dispose),
9560         (gst_v4lelement_change_state):
9561         * sys/v4l/gstv4lelement.h:
9562         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9563         (gst_v4l_xoverlay_close), (idle_refresh),
9564         (gst_v4l_xoverlay_set_xwindow_id):
9565         * sys/v4l/gstv4lxoverlay.h:
9566         * sys/v4l/v4l-overlay_calls.c:
9567         * sys/v4l/v4l_calls.h:
9568         * sys/v4l2/Makefile.am:
9569         * sys/v4l2/gstv4l2.c: (plugin_init):
9570         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9571         (gst_v4l2element_init), (gst_v4l2element_dispose),
9572         (gst_v4l2element_change_state):
9573         * sys/v4l2/gstv4l2element.h:
9574         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9575         (gst_v4l2_xoverlay_close), (idle_refresh),
9576         (gst_v4l2_xoverlay_set_xwindow_id):
9577         * sys/v4l2/gstv4l2xoverlay.h:
9578         * sys/v4l2/v4l2-overlay_calls.c:
9579         * sys/v4l2/v4l2_calls.h:
9580           Remove client-side overlay handling, use the X-server v4l plugin
9581           for that. Nicer overlay, less code. Also make the plugin
9582           compileable without X (but then without overlay, obviously).
9583           Makes xwindowlistener obsolete, should we remove that?
9584
9585 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9586
9587         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9588         (gst_osssrc_src_query):
9589         * sys/oss/gstosssrc.h:
9590           OK, so people want offset in DEFAULT. This time, actually fix all
9591           cases.
9592         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9593           Add FPS properly.
9594
9595 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9596
9597         * gst/asfdemux/gstasfmux.c:
9598         * gst/avi/gstavimux.c:
9599           Framerate.
9600
9601 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9602
9603         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9604           Fix properties (channel, norm, frequency).
9605
9606 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9607
9608         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9609           Flag typo.
9610         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9611           No warnings.
9612
9613 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9614
9615         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9616           Fix hang.
9617
9618 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9619
9620         * sys/v4l2/gstv4l2element.h:
9621           Yet Another Hack (tm) for kernel header borkedness.
9622         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9623         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9624         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9625         (gst_v4l2src_change_state):
9626         * sys/v4l2/gstv4l2src.h:
9627         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9628         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9629           Fix caps, keep track of state, work.
9630
9631 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9632
9633         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9634           Quiet.
9635
9636 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9637
9638         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9639           Don't mix bytes and samples.
9640
9641 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9642
9643         * ext/ogg/gstoggmux.c:
9644           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9645           and theora. Any is incorrect.
9646         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9647           Fix caps.
9648         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9649         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9650         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9651         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9652         * sys/v4l/gstv4lmjpegsrc.h:
9653         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9654         (gst_v4lsrc_change_state):
9655         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9656         (gst_v4lmjpegsrc_capture_stop):
9657           Fix caps. Keep track of internal state. Work.
9658
9659 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9660
9661         * ext/Makefile.am:
9662           Fix the build fixes.
9663
9664 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9665
9666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9667         (gst_ogg_demux_src_event), (_find_chain_seek),
9668         (gst_ogg_pad_push):
9669           Check for pad availability before using it.
9670         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9671           Fix parsing of chained ogg. Needs more work on the decoder side.
9672
9673 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9674
9675         * gst/spectrum/Makefile.am:
9676         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9677         (idle_func):
9678           Fix demo and reenable it. Yes, I'm currently playing with audio
9679           analysis tools
9680
9681 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9682
9683         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9684           We love it if files that start at zero work too...
9685
9686 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9687
9688         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9689           Handle files with missing EOS headers.
9690
9691 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9692
9693         * gst/tcp/gsttcpserversink.c:
9694         (gst_tcpserversink_handle_server_read),
9695         (gst_tcpserversink_init_send):
9696         Zero some variables first (need for accept not to return EINVAL)
9697
9698 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9699
9700         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9701         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9702         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9703         (theora_dec_chain):
9704         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9705         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9706           Seeking and querying finetune.
9707
9708 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9709
9710         * configure.ac:
9711         * ext/Makefile.am:
9712         * ext/raw1394/Makefile.am:
9713           fix the build
9714
9715 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9716
9717         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9718           Wrong return.
9719         * gst/playback/Makefile.am:
9720         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9721         * gst/playback/gstplay-marshal.list:
9722         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9723           Fix marshallers.
9724
9725 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9726
9727         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
9728           Silence.
9729
9730 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9731
9732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9733         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9734         (gst_ogg_pad_push):
9735           Yay for non-lineair granulepos in theora.
9736
9737 2004-10-18  Wim Taymans  <wim@fluendo.com>
9738
9739         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9740         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9741         * ext/dv/gstdvdec.h:
9742         Make sure we renegotiate aspect ratio when the camera switches.
9743
9744 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9745
9746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9747         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9748           Start at zero.
9749         * ext/theora/theoradec.c: (theora_dec_chain):
9750           Skip headers. Bad idea for chained ogg, but fixes seeking.
9751
9752 2004-10-18  Wim Taymans  <wim@fluendo.com>
9753
9754         * configure.ac:
9755         I swear, this is the last time I touch this.
9756
9757 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9758
9759         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9760         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9761         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
9762           Faster seeking.
9763         * ext/theora/theoradec.c: (theora_dec_sink_convert):
9764           Time-to-default conversion.
9765         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9766           Don't error on unknown packets, just skip. We should probably
9767           read them if we want to support chained ogg.
9768
9769 2004-10-18  Wim Taymans  <wim@fluendo.com>
9770
9771         * configure.ac:
9772         Added cdaudio to wrong list.
9773
9774 2004-10-18  Wim Taymans  <wim@fluendo.com>
9775
9776         * configure.ac:
9777         Revive cdaudio.
9778
9779 2004-10-18  Wim Taymans  <wim@fluendo.com>
9780
9781         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9782         (gst_dvdec_video_link), (gst_dvdec_push):
9783         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9784         (gst_smokeenc_resync), (gst_smokeenc_chain):
9785         Fix mimetype on smoke encoder.
9786         Add aspect ratio to dvdec. Not sure if these
9787         values are correct though....
9788
9789 2004-10-18  Wim Taymans  <wim@fluendo.com>
9790
9791         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
9792         Fix vorbis property descriptions and ranges.
9793
9794 2004-10-18  Wim Taymans  <wim@fluendo.com>
9795
9796         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9797         Really do nothing when no data is available.
9798         Go to the playing state when the stream is not seekable
9799         instead of failing.
9800
9801 2004-10-18  Wim Taymans  <wim@fluendo.com>
9802
9803         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
9804         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
9805         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
9806         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
9807         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
9808         Added uri handler for cd://
9809         Port to new API.
9810
9811 2004-10-18  Wim Taymans  <wim@fluendo.com>
9812
9813         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9814         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9815         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9816         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9817         (remove_prerolls), (unknown_type), (add_element_stream),
9818         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
9819         (gst_play_base_bin_remove_element),
9820         (gst_play_base_bin_link_stream):
9821         * gst/playback/gstplaybin.c: (gen_video_element),
9822         (gen_vis_element), (remove_sinks), (setup_sinks):
9823         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9824         (gst_stream_info_get_type), (gst_stream_info_class_init),
9825         (gst_stream_info_init), (gst_stream_info_new),
9826         (gst_stream_info_dispose), (stream_info_mute_pad),
9827         (gst_stream_info_set_property), (gst_stream_info_get_property):
9828         * gst/playback/gststreaminfo.h:
9829         Add sink padtemplate to decodebin.
9830         Added some more comments.
9831         Make queue size configurable in playbasebin.
9832         Added possibility to use elements as sinks (ex cdaudio).
9833
9834 2004-10-15  Wim Taymans  <wim@fluendo.com>
9835
9836         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
9837         (gst_speexenc_chain):
9838         Fix speex timestamps so that it gets muxed properly.
9839
9840 2004-10-15  Wim Taymans  <wim@fluendo.com>
9841
9842         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
9843         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
9844         (gst_dv1394src_init), (gst_dv1394src_dispose),
9845         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
9846         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
9847         (gst_dv1394src_event), (gst_dv1394src_get_formats),
9848         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
9849         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
9850         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
9851         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
9852         * ext/raw1394/gstdv1394src.h:
9853         Added conversion/query functions.
9854         Update buffer timestamps,
9855         Added signals.
9856         Added uri dv:// so it might play from the firewire in playbin.
9857         Fix a possible leak.
9858         Added debugging.
9859
9860 2004-10-15  Wim Taymans  <wim@fluendo.com>
9861
9862         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
9863         (gst_dv1394src_init), (gst_dv1394src_set_property),
9864         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
9865         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
9866         * ext/raw1394/gstdv1394src.h:
9867         Added AV/C VTR control support needed for some cameras.
9868         Added automatic port detection.
9869         Added properties for selecting the channel.
9870         The configure.ac script is not yet updated to reflect the
9871         new libavc1394 and librom1394 dependencies.
9872
9873 2004-10-15  Wim Taymans  <wim@fluendo.com>
9874
9875         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9876         (qtdemux_parse), (gst_qtdemux_handle_esds):
9877         An esds box is not a container.
9878         Fix parsing of mp4v boxes.
9879         Do not try to renegotiate fps for each frame. Need to
9880         find a better method. This should fix mp4 playback.
9881
9882 2004-10-14  David Schleef  <ds@schleef.org>
9883
9884         * configure.ac: update for swfdec-0.3 and liboil-0.2
9885         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
9886         * ext/swfdec/gstswfdec.h: same
9887         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
9888         * gst/videotestsrc/videotestsrc.c: same
9889
9890 2004-10-14  Wim Taymans  <wim@fluendo.com>
9891
9892         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9893         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
9894         (is_sync_frame), (gst_multifdsink_new_client),
9895         (gst_multifdsink_handle_client_write),
9896         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9897         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
9898         Turn warnings into info.
9899         Don't allow a state change in the streaming thread.
9900
9901 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9902
9903         * ext/vorbis/oggvorbisenc.c:
9904         * ext/vorbis/vorbisdec.c:
9905           fix template sample rate
9906
9907 2004-10-13  Wim Taymans  <wim@fluendo.com>
9908
9909         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9910         Decoding the header first fixes some problems in resyncing
9911         in more mp3s.
9912
9913 2004-10-12  Wim Taymans  <wim@fluendo.com>
9914
9915         * gst/playback/gstplaybin.c: (gen_video_element),
9916         (gen_vis_element), (remove_sinks), (setup_sinks):
9917         Added vis plugin support, need to configure the vis
9918         element to activate it.
9919
9920 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9921
9922         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
9923         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9924           Some debug.
9925         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9926         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
9927         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
9928         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
9929         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
9930         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
9931         * gst/avi/gstavidemux.h:
9932           Support for openDML-2.0 indx/ix## chunks. Support for broken index
9933           recovery (where, if part of the index is broken, we will still read
9934           the rest of the index and recover the broken part by stream
9935           scanning). More broken media support. EOS workarounds. General AVI
9936           braindamage headache recovery. Aspirin included.
9937
9938 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9939
9940         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
9941         (cdparanoia_event), (cdparanoia_query):
9942           Get rid of hideous lead-in.
9943
9944 2004-10-11  Wim Taymans  <wim@fluendo.com>
9945
9946         * gst/playback/gstplaybasebin.c: (setup_source):
9947         Wrong var used to get g_list_next.
9948
9949 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9950
9951         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9952         (cdparanoia_get), (cdparanoia_open):
9953           Report discid as metadata, add duration.
9954
9955 2004-10-11  Wim Taymans  <wim@fluendo.com>
9956
9957         * gst/playback/gstplaybasebin.c: (setup_source):
9958         Cleanup the previous pipeline a little earlier for the
9959         case that a source element provides raw data.
9960
9961 2004-10-11  Benjamin Otte  <otte@gnome.org>
9962
9963         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9964           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
9965           consuming the last 128 bytes, even though it was valid mp3 data.
9966
9967 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9968
9969         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
9970         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
9971         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
9972         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
9973
9974 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9975
9976         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
9977         Fix for webcams that support only specific width or height
9978
9979 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9980
9981         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9982
9983         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
9984           Fix wrong discont event setup (fixes #154967).
9985
9986 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
9987
9988         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9989
9990         * gst/auparse/gstauparse.c: (gst_auparse_chain):
9991           Error out on invalid data (fixes #154807).
9992
9993 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9994
9995         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9996
9997         * ext/dvdread/dvdreadsrc.c: (_read):
9998           Make titles > 0 work again (fixes #154834).
9999
10000 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10001
10002         * gst-libs/gst/riff/riff-media.c:
10003         (gst_riff_create_video_template_caps):
10004           WMV3 missing in template caps.
10005
10006 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10007
10008         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10009           OK, so the original code was too strict. It makes random AVI files
10010           hang for seconds upon opening, which is unacceptable and is far
10011           beyond the original goal of getting multiple chunks for one-chunk
10012           sounc stream files. So now do just that.
10013
10014 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10015
10016         * gst/playback/gstplaybasebin.c: (setup_source),
10017         (gst_play_base_bin_change_state):
10018           Actually clean up streaminfo if output fails. This would trigger
10019           if, for example, there was no CD in the drive. No preroll, so
10020           a streaminfo structure is created, but the subsequent state change
10021           of the thread fails.
10022         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10023           Don't change state if parent failed.
10024
10025 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10026
10027         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10028         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10029         (gen_video_element), (remove_sinks):
10030           Add small bits of code for screenshot handling.
10031
10032 2004-10-08  Wim Taymans  <wim@fluendo.com>
10033
10034         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10035         (gen_video_element), (gen_audio_element), (setup_sinks):
10036         Don't assume the user provided sinks are named "sink"...
10037
10038 2004-10-08  Wim Taymans  <wim@fluendo.com>
10039
10040         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10041         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10042         (gst_play_base_bin_link_stream):
10043         Do not try to autoplug sources that generate raw streams like
10044         cdparanoia.
10045         disconnect the preroll overrun signal when we don't need it anymore.
10046
10047 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10048
10049         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10050         Added reworked patch from #154903 from milosz derezynski (deadchip).
10051
10052 2004-10-08  Wim Taymans  <wim@fluendo.com>
10053
10054         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10055         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10056         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10057         (cdparanoia_convert), (cdparanoia_uri_get_type),
10058         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10059         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10060         * ext/cdparanoia/gstcdparanoia.h:
10061         This adds the cdda://<tracknum> uri.
10062
10063 2004-10-08  Wim Taymans  <wim@fluendo.com>
10064
10065         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10066         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10067         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10068         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10069         (unknown_type), (gst_play_base_bin_remove_element),
10070         (gst_play_base_bin_link_stream):
10071         * gst/playback/gstplaybasebin.h:
10072         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10073         (gst_play_bin_set_property), (gen_video_element),
10074         (gen_audio_element), (setup_sinks):
10075         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10076         (gst_stream_info_get_type), (gst_stream_info_class_init),
10077         (gst_stream_info_init), (gst_stream_info_new),
10078         (gst_stream_info_dispose), (stream_info_mute_pad),
10079         (gst_stream_info_set_property), (gst_stream_info_get_property):
10080         * gst/playback/gststreaminfo.h:
10081         Reuse the audio and video bins.
10082         Some internal cleanups in the stream selection code.
10083
10084 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10085
10086         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10087         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10088         * sys/ximage/ximagesink.h:
10089         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10090         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10091         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10092         not coming from those elements. Moreover these elements should not keep
10093         the xid they have been given when in NULL state.
10094
10095 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10096
10097         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10098         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10099         * sys/ximage/ximagesink.h:
10100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10101         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10102         * sys/xvimage/xvimagesink.h:
10103           Actually only create a new toplevel window if we're not gonna
10104           embed it right after.
10105
10106 2004-10-07  Wim Taymans  <wim@fluendo.com>
10107
10108         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10109         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10110         * gst/playback/gstplaybin.c: (setup_sinks):
10111         Implement muting/unmuting of streams, mute streams that are not
10112         used.
10113
10114 2004-10-07  Wim Taymans  <wim@fluendo.com>
10115
10116         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10117         (plugin_init):
10118         Added lame audio/x-ac3 typefind function.
10119
10120 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10121
10122         * configure.ac:
10123           bump nano to cvs
10124
10125 === release 0.8.5 ===
10126
10127 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10128
10129         * NEWS:
10130         * RELEASE:
10131         * configure.ac:
10132           releasing 0.8.5, "Take You On"
10133
10134 2004-10-06  Wim Taymans  <wim@fluendo.com>
10135
10136         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10137         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10138         (no_more_pads), (close_link), (type_found):
10139         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10140         * gst/playback/gstplaybin.c: (gen_video_element):
10141         Do not signal the no_more_pads after the first pad when
10142         we are plugging a non dynamic element with multiple
10143         output pads (like swfdec, dvdec, ...).
10144
10145 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10146
10147         * configure.ac:
10148           bump for prerelease
10149
10150 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10151
10152         * gst/wavparse/gstwavparse.c:
10153           add ATRAC3 to STATIC CAPS to fix a warning
10154
10155         * gst/matroska/ebml-read.c:
10156         * gst-libs/gst/riff/riff-read.c:
10157           fix typos
10158
10159 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10160
10161         * gst-libs/gst/riff/riff-media.c:
10162           generate caps for ATRAC3 audio streams
10163
10164         * gst/realmedia/rmdemux.c:
10165           generate caps for ATRAC3 audio streams
10166
10167 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10168
10169         * gst/wavparse/Makefile.am
10170         * gst/wavparse/riff.h
10171         * gst/wavparse/wavparse.vcproj
10172           riff.h removal (unused and duplication with riff-ids.h)
10173
10174 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10175
10176         * gst/wavparse/gstwavparse.h
10177           remove duplicated defines for audio codec codes
10178
10179         * gst-libs/gst/riff/riff-ids.h
10180         * gst/wavenc/riff.h:
10181           add "4CC" code for ATRAC3 audio streams
10182           add "4CC" code for ITU_G721_ADPCM (unused for now)
10183
10184 2004-10-06  Wim Taymans  <wim@fluendo.com>
10185
10186         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10187         Actually _do_ negotiation. Pass gdouble as arg instead
10188         of guint64 for the framerate.
10189
10190 2004-10-06  Wim Taymans  <wim@fluendo.com>
10191
10192         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10193         (find_compatibles), (close_pad_link), (try_to_link_1),
10194         (no_more_pads), (close_link), (type_found):
10195         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10196         * gst/playback/gstplaybin.c: (gen_video_element),
10197         (gen_audio_element):
10198         Set state on newly added element to READY so that negotiation
10199         can happen ASAP.
10200         Addes some more debug info.
10201         Do not try to plug pads with multiple caps structures or ANY
10202         because it is too dangerous since we do not do dynamic
10203         replugging.
10204
10205 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10206
10207         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10208
10209         * po/LINGUAS:
10210         * po/or.po:
10211           add Oriya translation
10212
10213 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10214
10215         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10216           Prevent overwrite of size member. Makes audio sound crappy.
10217
10218 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10219
10220         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10221         Add rmvb to the list of known RealMedia extensions
10222
10223 2004-10-05  Wim Taymans  <wim@fluendo.com>
10224
10225         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10226         (mngdec_openstream), (mngdec_closestream),
10227         (mngdec_handle_sink_event), (mngdec_readdata),
10228         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10229         (mngdec_getcanvasline), (mngdec_refresh),
10230         (gst_mngdec_change_state):
10231         Set the framerate correctly.
10232
10233 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10234
10235         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10236           There was something wrong with the index massaging.
10237
10238 2004-10-04  Wim Taymans  <wim@fluendo.com>
10239
10240         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10241         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10242         (gst_smokedec_chain):
10243         * ext/jpeg/gstsmokedec.h:
10244         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10245         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10246         * ext/jpeg/gstsmokeenc.h:
10247         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10248         (smokecodec_decode_new), (smokecodec_info_free),
10249         (smokecodec_set_quality), (smokecodec_get_quality),
10250         (smokecodec_set_threshold), (smokecodec_get_threshold),
10251         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10252         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10253         (smokecodec_encode), (smokecodec_parse_id),
10254         (smokecodec_parse_header), (smokecodec_decode):
10255         * ext/jpeg/smokecodec.h:
10256         * ext/jpeg/smokeformat.h:
10257         Updated smoke, new bitstream, allows embedding in ogg.
10258
10259 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10260
10261         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10262           Fix seeking in some files. All this code is no longer needed (and
10263           actually breaks stuff) because we now synchronize the full index
10264           right when reading the header.
10265
10266 2004-10-04  Wim Taymans  <wim@fluendo.com>
10267
10268         * configure.ac:
10269         configure update for libmng.
10270
10271 2004-10-04  Wim Taymans  <wim@fluendo.com>
10272
10273         * ext/libmng/Makefile.am:
10274         * ext/libmng/gstmng.c: (plugin_init):
10275         * ext/libmng/gstmng.h:
10276         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10277         (gst_mngdec_base_init), (gst_mngdec_class_init),
10278         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10279         (gst_mngdec_loop), (gst_mngdec_get_property),
10280         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10281         (mngdec_closestream), (mngdec_handle_sink_event),
10282         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10283         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10284         (gst_mngdec_change_state):
10285         * ext/libmng/gstmngdec.h:
10286         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10287         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10288         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10289         (gst_mngenc_chain), (gst_mngenc_get_property),
10290         (gst_mngenc_set_property):
10291         * ext/libmng/gstmngenc.h:
10292         Added basic MNG decoder. Needs more work. The encoder does
10293         not work yet.
10294
10295 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10296
10297         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10298         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10299         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10300           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10301           no-more-pads.
10302
10303 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10304
10305         * configure.ac:
10306           you need at least 1.0.4 of speex
10307
10308 2004-10-04 Iain <iaingnome@gmail.com>
10309
10310         * ext/speex/gstspeexdec.h: Revert the includes changes.
10311
10312         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10313
10314 2004-09-30 Iain <iaingnome@gmail.com>
10315
10316         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10317         found during init or set as a property instead of hardcoding /dev/audio
10318
10319 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10320
10321         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10322         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10323         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10324         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10325         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10326         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10327         (gst_rmdemux_dump_data):
10328           Use debug category, fix EOS handling. filesrc ! rmdemux now
10329           works.
10330
10331 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10332
10333         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10334         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10335         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10336           Improve allocation, cutting and sorting of the index. How takes a
10337           few seconds instead of minutes.
10338
10339 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10340
10341         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10342           fixed compilation
10343
10344 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10345
10346         * gst-libs/gst/riff/riff-media.c:
10347         (gst_riff_create_video_caps_with_data),
10348         (gst_riff_create_video_template_caps):
10349           Add wing commander format mimetype/fourccs.
10350         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10351           Don't crash if some value is 0.
10352
10353 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10354
10355         * gst-libs/gst/riff/riff-media.c:
10356         (gst_riff_create_video_caps_with_data),
10357         (gst_riff_create_video_template_caps):
10358           Add DIB fourcc (raw, palettized 8-bit RGB).
10359         * gst-libs/gst/riff/riff-read.c:
10360         (gst_riff_read_strf_vids_with_data):
10361           Oops, fix strf_data reading bug.
10362         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10363           Use a non-NULL tag.
10364         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10365           Time for hacks. Sorry Dave. At least one quicktime movie (a
10366           trailer) that I've encountered contains multiple video tracks.
10367           One of those is the actual video track, the other are one-frame
10368           tracks (images). Unfortunately, the number of frames according
10369           to the trak header is 1 for each, so that doesn't help. So
10370           instead, I look at the duration and discard tracks with a
10371           duration shorter than 20% of the length of the stream. Better
10372           than nothing.
10373
10374 2004-10-01  Christian Schaller <christian@fluendo.com>
10375
10376         * ext/ivorbis/vorbis.c:
10377           Patch from Phil Blundell (Bug 152341)
10378
10379 2004-10-01  Wim Taymans  <wim@fluendo.com>
10380
10381         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10382         (speex_dec_get_formats), (speex_dec_convert),
10383         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10384         (speex_dec_chain), (gst_speexdec_get_property),
10385         (gst_speexdec_set_property):
10386         Small cleanups.
10387
10388 2004-10-01  Wim Taymans  <wim@fluendo.com>
10389
10390         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10391         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10392         (gst_wavparse_other), (gst_wavparse_loop),
10393         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10394         (gst_wavparse_srcpad_event):
10395         * gst/wavparse/gstwavparse.h:
10396         Added some more debugging info.
10397         Fix the case where the length of the file is 0.
10398         Make sure we seek to sample borders.
10399
10400 2004-10-01  Wim Taymans  <wim@fluendo.com>
10401
10402         * gst/playback/README:
10403         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10404         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10405         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10406         Add some debug info to decodebin, update README
10407
10408 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10409
10410         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10411           Don't use g_print(); use GST_DEBUG().
10412
10413 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10414
10415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10416         (gst_ogg_mux_queue_pads):
10417           Handle EOS properly.
10418
10419 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10420
10421         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10422
10423         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10424         (gst_faad_chain), (gst_faad_change_state):
10425         * ext/faad/gstfaad.h:
10426           Allow playback of raw (unframed) MPEG AAC files (#148993).
10427
10428 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10429
10430         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10431
10432         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10433           Throw error if we didn't recognize the stream. Fixes #152289.
10434
10435 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10436
10437         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10438           Fix negotiation.
10439
10440 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10441
10442         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10443
10444         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10445           Fix memleak.
10446
10447 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10448
10449         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10450
10451         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10452           Solve #152805.
10453         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10454           Solve 152806.
10455
10456 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10457
10458         * gst-libs/gst/riff/riff-media.c:
10459         (gst_riff_create_video_caps_with_data),
10460         (gst_riff_create_audio_caps_with_data):
10461           Add codec_data handling (like asfdemux used to do).
10462         * gst/asfdemux/gstasf.c: (plugin_init):
10463         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10464         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10465           Use riff-media for caps creation instead of our own (mostly
10466           broken) copy of its functions.
10467
10468 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10469
10470         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10471           Don't actually error out if we get another return value than
10472           -EINVAL. Opposite to what I first thought, drivers have random
10473           return values for this, although -EINVAL is the expected return
10474           value. Since this is not fatal, we shouldn't use
10475           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10476
10477 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10478
10479         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10480         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10481         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10482         (dvdreadsrc_get), (dvdreadsrc_open_file),
10483         (dvdreadsrc_change_state):
10484           Fix. Don't do one big huge loop around the whole DVD, that will
10485           cache all data and thus eat sizeof(dvd) (several GB) before we
10486           see something.
10487         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10488           Actually NULL'ify event after using it.
10489         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10490         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10491         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10492         (gst_ebml_read_seek), (gst_ebml_read_skip):
10493           Handle events.
10494         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10495         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10496         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10497           Fix timing (this will probably break if I seek using menus, but
10498           I didn't get there yet). VOBs and normal DVDs should now work.
10499           Add a mpeg2-only pad with high rank so this get autoplugged for
10500           MPEG-2 movies.
10501         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10502         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10503         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10504         (gst_mpeg_demux_get_audio_stream),
10505         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10506         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10507           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10508           MPEG-1 but use dvddemux for MPEG-2.
10509         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10510         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10511         (gst_mpeg_parse_parse_packhead):
10512           Timing. Only add pad template if it exists. Add sink template from
10513           class and not from ourselves. This means we will always use the
10514           correct sink template even if it is not the one defined in this
10515           file.
10516
10517 2004-09-29  Wim Taymans  <wim@fluendo.com>
10518
10519         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10520         (gst_mpeg_demux_parse_pes):
10521         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10522         Fix playback of mpeg again, timestamps where screwed up by
10523         patch 1.61.
10524
10525 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10526
10527         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10528           Only return true if we actually filled something in. Prevents
10529           player applications from showing a random length for flac files.
10530         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10531         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10532         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10533         (gst_riff_read_strf_vids_with_data),
10534         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10535           OK, ok, so I implemented event handling. Apparently it's normal
10536           that we receive random events at random points without asking
10537           for it.
10538         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10539         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10540         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10541         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10542         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10543         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10544         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10545         * gst/avi/gstavidemux.h:
10546           Implement non-lineair chunk handling and subchunk processing.
10547           The first solves playback of AVI files where the audio and video
10548           data of individual buffers that we read are not synchronized.
10549           This should not happen according to the wonderful AVI specs, but
10550           of course it does happen in reality. It is also a prerequisite for
10551           the second. Subchunk processing allows us to cut chunks in small
10552           pieces and process each of these pieces separately. This is
10553           required because I've seen several AVI files with incredibly large
10554           audio chunks, even some files with only one audio chunk for the
10555           whole file. This allows for proper playback including seeking.
10556           This patch is supposed to fix all AVI A/V sync issues.
10557         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10558         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10559           Work.
10560         * gst/modplug/gstmodplug.cc:
10561           Proper return value setting for the query() function.
10562         * gst/playback/gstplaybasebin.c: (setup_source):
10563           Being in non-playing state (after, e.g., EOS) is not necessarily
10564           a bad thing. Allow for that. This fixes playback of short files.
10565           They don't actually playback fully now, because the clock already
10566           runs. This means that small files (<500kB) with a small length
10567           (<2sec) will still not or barely play. Other files, such as mod
10568           or flx, will work correctly, however.
10569
10570 2004-09-28  Wim Taymans  <wim@fluendo.com>
10571
10572         * ext/speex/gstspeex.c: (plugin_init):
10573         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10574         (gst_speex_dec_class_init), (speex_dec_get_formats),
10575         (speex_get_event_masks), (speex_get_query_types),
10576         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10577         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10578         (gst_speexdec_get_property), (gst_speexdec_set_property),
10579         (speex_dec_change_state):
10580         * ext/speex/gstspeexdec.h:
10581         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10582         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10583         (gst_speexenc_base_init), (gst_speexenc_class_init),
10584         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10585         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10586         (gst_speexenc_src_query), (gst_speexenc_init),
10587         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10588         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10589         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10590         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10591         (gst_speexenc_chain), (gst_speexenc_get_property),
10592         (gst_speexenc_set_property), (gst_speexenc_change_state):
10593         * ext/speex/gstspeexenc.h:
10594         Rewrote speex encoder, make sure it can be embedded in ogg.
10595         Implemented speex decoder.
10596
10597 2004-09-28  Christian Schaller <christian@fluendo.com>
10598
10599         * configure.ac:
10600         Remove kioslave plugin. Markey is brewing a new working one
10601         * ext/Makefile.am: Remove kioslave plugin
10602         * ext/kio: remove
10603         * gst-plugins.spec.in: remove kio plugin from spec
10604
10605 2004-09-27  Wim Taymans  <wim@fluendo.com>
10606
10607         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10608         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10609         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10610         (gst_multifdsink_new_client),
10611         (gst_multifdsink_handle_client_write),
10612         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10613         (gst_multifdsink_handle_clients):
10614         * gst/tcp/gstmultifdsink.h:
10615         Make syncing to keyframes actually work for new clients and lagging
10616         clients.
10617
10618 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10619
10620         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10621         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10622         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10623         * gst/debug/gstnavigationtest.h:
10624           make navigationtest display button-press and button-release events
10625
10626 2004-09-26 Iain <iaingnome@gmail.com>
10627
10628         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10629         the channels have received a new media event.
10630         (interleave_buffered_loop): Compresses a new media event on all
10631         channels into one.
10632
10633 2004-09-26 Iain <iaingnome@gmail.com>
10634
10635         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10636         call the sinkpad's default event handler and not the srcpads. He also
10637         says this is confusing :)
10638         (gst_wavenc_stop_file): Company says that seek events only go upstream
10639         we should send a discontinuous downstream instead.
10640
10641 2004-09-25  Christian Schaller <christian@fluendo.com>
10642
10643         * Update SPEC file to be usable in conjunction with Fedora Core,
10644           Fedora.us and freshrpms packages
10645         * Fix typo in multifilesrc test Makefile
10646
10647 2004-09-24  Wim Taymans  <wim@fluendo.com>
10648
10649         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10650         Only signal the no_more_pads signal when we have
10651         added the stream to our list.
10652
10653 2004-09-24  Wim Taymans  <wim@fluendo.com>
10654
10655         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10656         (new_decoded_pad):
10657         * gst/playback/gstplaybasebin.h:
10658         * gst/playback/gstplaybin.c: (setup_sinks):
10659         Don't try to preroll or decode more than one audio/video
10660         track.
10661
10662 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10663
10664         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10665           Throw error if we failed to find a suitable output. This should
10666           throw an error if we successfully set up a pipeline (e.g. because
10667           we recognized a media file) but found no decodable streams in it
10668           (e.g. because it contains only media stream types for which we
10669           have no decoders, or because it's not a media type).
10670
10671 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10672
10673         * ext/dirac/Makefile.am:
10674         * ext/dirac/gstdirac.cc:
10675         * ext/dirac/gstdiracdec.cc:
10676         * ext/dirac/gstdiracdec.h:
10677           Do something. Don't actually know if this works because I don't
10678           have a demuxer yet.
10679         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10680           Add channels=1 to caps returned from _getcaps().
10681         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10682         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10683         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10684         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10685         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10686         (gst_ogm_parse_change_state):
10687           Separate between audio/video so ogmaudioparse actually uses the
10688           audio pad templates. Both audio and video work now, including
10689           autoplugging. Also use sometimes-srcpad hack.
10690         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10691           Handle events better. Don't hang on infinite loops.
10692         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10693         (gst_avi_demux_init), (gst_avi_demux_reset),
10694         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10695         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10696         (gst_avi_demux_change_state):
10697         * gst/avi/gstavidemux.h:
10698           Improve A/V sync. Still not perfect.
10699         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10700         (gst_ebml_read_skip):
10701           Handle events better.
10702         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10703         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10704         (qtdemux_audio_caps):
10705           Add IMA4. Improve event handling. Save offset after a seek when
10706           the headers are at the end of the file so that we don't end up in
10707           an infinite loop.
10708         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10709           Add low-priority typefind support for files with no length.
10710
10711 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10712
10713         * testsuite/multifilesink/Makefile.am:
10714         fix typo
10715
10716 2004-09-22  Julien MOUTTE  <julien@moutte.net>
10717
10718         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
10720         mistakes from thaytan's patches.
10721
10722 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10723
10724         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10725           For completeness, XSync in the destroy function as xvimage does.
10726
10727 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10728
10729         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
10730            Correct caps negotiation
10731         * gst/volume/gstvolume.c: (volume_chain_float),
10732         (volume_chain_int16):
10733            Modify debug output to be little more informative
10734         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10736         (gst_xvimagesink_xvimage_destroy):
10737           Add XSync calls after detaching from the shared memory segment to
10738           avoid a crash.
10739
10740 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10741
10742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10743         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
10744         * ext/vorbis/vorbis.c: (plugin_init):
10745         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10746         (gst_vorbisenc_chain):
10747         * ext/vorbis/vorbisenc.h:
10748         remove explicit newmedia support from oggmux and vorbisenc
10749         add debug category to vorbisenc
10750         * gst/multifilesink/gstmultifilesink.c:
10751         (gst_multifilesink_class_init), (gst_multifilesink_init),
10752         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
10753         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
10754         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
10755         (plugin_init):
10756         * gst/multifilesink/gstmultifilesink.h:
10757         add support for streamheader in multifilesink
10758
10759 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10760
10761         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
10762         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
10763         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
10764           Prevent infinite loops. More correct error reporting.
10765         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10766           Error out if negotiation fails.
10767         * gst/playback/gstplaybasebin.c: (setup_source),
10768         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
10769         (gst_play_base_bin_found_tag):
10770           Error/tag forwarding. Pre-roll fixes for source errors on state
10771           changes (e.g. "file does not exist") to prevent hangs.
10772
10773 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10774
10775         * testsuite/multifilesink/Makefile.am:
10776         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
10777         (gst_newmedia_class_init), (gst_newmedia_init),
10778         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10779         (newfile_signal), (test_signal), (main):
10780         * testsuite/multifilesink/multifilesrc_test.c: (main):
10781         * testsuite/multifilesink/oggtheora_test.c:
10782         (gst_newmedia_base_init), (gst_newmedia_class_init),
10783         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10784         (test_format), (newfile_signal), (test_signal), (main):
10785         * testsuite/multifilesink/oggvorbis_test.c:
10786         (gst_newmedia_base_init), (gst_newmedia_class_init),
10787         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10788         (test_format), (newfile_signal), (test_signal), (main):
10789         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
10790         (gst_newmedia_class_init), (gst_newmedia_init),
10791         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10792         (newfile_signal), (test_signal), (main):
10793         New media tests
10794
10795 2004-09-20  Christian Schaller <christian@fluendo.com>
10796
10797         * Fix mikmod license to LGPL as they have relicensed
10798         * Move Dirac and Effectv into LGPL section of README_license
10799
10800 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10801
10802         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
10803         (gst_mad_change_state):
10804           Allow for mp3 rate/channels changes. However, only very
10805           conservatively. Reason that we *have* to enable this is smiply
10806           because the mad find_sync() function is not good enough, it will
10807           regularly sync on random data as valid frames and therefore make
10808           us provide random caps as *final* caps of the stream. The best fix
10809           I could think of is to simply require several of the same stream
10810           changes in a row before we change caps.
10811           The actual testcase that works now is #
10812         * ext/ogg/Makefile.am:
10813         * ext/ogg/gstogg.c: (plugin_init):
10814         * ext/ogg/gstogmparse.c:
10815           OGM support (video only for now; I need an audio sample file).
10816         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10817         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
10818         (gst_asf_demux_add_video_stream):
10819           WMV extradata.
10820         * gst/playback/gstplaybasebin.c: (unknown_type):
10821           Don't error out on single unknown-types after all. It's wrong.
10822           If we found type of video and audio but not of a subtitle stream,
10823           it will still error out (which is unwanted). Will find a better fix
10824           later on.
10825         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
10826         (ogmaudio_type_find), (plugin_init):
10827           OGM support.
10828
10829 2004-09-20  Johan Dahlin  <johan@gnome.org>
10830
10831         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
10832         after setting caps.
10833
10834 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10835
10836         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
10837         * gst/wavenc/gstwavenc.h:
10838         Added newmedia support to wavenc
10839
10840 2004-09-17  Wim Taymans  <wim@fluendo.com>
10841
10842         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
10843         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
10844         (gst_fdset_fd_can_write), (gst_fdset_wait):
10845         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
10846         (gst_multifdsink_init), (gst_multifdsink_add),
10847         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
10848         (gst_multifdsink_remove_client_link),
10849         (gst_multifdsink_client_queue_buffer),
10850         (gst_multifdsink_handle_client_write),
10851         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
10852         (gst_multifdsink_close), (gst_multifdsink_change_state):
10853         * gst/tcp/gstmultifdsink.h:
10854         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10855         (gst_tcpserversink_removed):
10856         Small cleanups in fdset.c
10857         Use a hastable to map fd to the client structure for faster
10858         lookup in _remove and get_stats.
10859         Added virtual function to close the fds.
10860         Handle clients even when the select/poll call was unblocked because
10861         of a command.
10862         Implement syncing to keyframe in the recovery procedure.
10863
10864 2004-09-16 Iain <iaingnome@gmail.com>
10865
10866         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
10867         try caps.
10868
10869 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10870
10871         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
10872           Caps are only set if the type of the stream is unknown, but this
10873           is initialized in ->init_stream(), so set to UNKNOWN after calling
10874           ->init_stream() so that capsnego starts.
10875
10876 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10877
10878         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10879         (gst_avi_demux_stream_data):
10880           Just hardcode for raw audio then. AVI audio sucks.
10881
10882 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
10883
10884         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
10885         * gst/matroska/matroska-mux.c: (audiosink_templ),
10886         (gst_matroska_mux_audio_pad_link):
10887         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
10888         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
10889
10890 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10891
10892         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10893         (gst_avi_demux_stream_data):
10894           Try to fix a/v sync issues.
10895
10896 2004-09-15  David Schleef  <ds@schleef.org>
10897
10898         * configure.ac: remove NASM check, since we don't use it.  Update
10899         dirac check to 0.4
10900         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
10901         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10902         Initialized variables.
10903         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10904         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
10905         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
10906         SVQ3 format
10907
10908 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10909
10910         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10911         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
10912         * gst/avi/gstavidemux.h:
10913           Fix for compressed audio (mp3) timestamp generation. How did this
10914           ever work?
10915
10916 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10917
10918         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10919           Volume is a double not a float.
10920
10921 2004-09-15  Wim Taymans  <wim@fluendo.com>
10922
10923         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
10924         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10925         Don't close the fd in multifdsink as we didn't open it in the
10926         first place. Some cleanups.
10927
10928 2004-09-15  Wim Taymans  <wim@fluendo.com>
10929
10930         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10931         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10932         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
10933         Fix the case where the muxer would mark pages as delta
10934         frames when they are not (vorbis only ogg).
10935
10936 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10937
10938         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
10939         (gst_play_base_bin_change_state):
10940           Handle the case where we failed to setup a clear pipeline. This
10941           will throw an error (or EOS, another nice case) and if you don't
10942           catch that, the app will wait for the signal forever (and thus
10943           hang).
10944
10945 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10946
10947         * ext/gnomevfs/gstgnomevfssink.c:
10948         (gst_gnomevfssink_uri_get_protocols):
10949         * ext/gnomevfs/gstgnomevfssrc.c:
10950         (gst_gnomevfssrc_uri_get_protocols):
10951         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
10952         * ext/gnomevfs/gstgnomevfsuri.h:
10953           Use _uri_new() instead of _open(), so it doesn't take as long and
10954           Christophe's computer won't hang.
10955         * gst/playback/gstplaybasebin.c: (unknown_type):
10956           Throw error on unknown media type, so apps actually display it.
10957
10958 2004-09-14  Brian Cameron  <brian.cameron@sun.com
10959
10960         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
10961           this script to work on Solaris since bash shell handles echo
10962           differenly than bash.
10963
10964 2004-09-17  Wim Taymans  <wim@fluendo.com>
10965
10966         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
10967         (setup_source), (gst_play_base_bin_set_property),
10968         (gst_play_base_bin_add_element):
10969         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
10970         Some more work on making sure seeking pauses the pipeline and
10971         that changing the uri actually does something.
10972
10973 2004-09-17  Wim Taymans  <wim@fluendo.com>
10974
10975         * gst/tcp/gstfdset.c: (gst_fdset_wait):
10976         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
10977         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
10978         (gst_tcpserversink_close):
10979         Be a bit more paranoid when freeing memory.
10980
10981 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10982
10983         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
10984         (qtdemux_parse_trak):
10985           Don't crash by dividing by zero (see sample movie in #126922).
10986
10987 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10988
10989         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10990           Don't touch non-existing data (fixes crash on file in #140147).
10991
10992 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10993
10994         * gst/playback/gstplaybasebin.c:
10995         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
10996           Handle double disposals, and proper change of URIs.
10997
10998 2004-09-13  Martin Eikermann <meiker@upb.de>
10999
11000         * gst/mpegstream/gstmpegparse.c:
11001           fix synchronistation for streams recorded from digital PCR
11002           fixes bug #119376
11003
11004 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11005
11006         * ext/gnomevfs/Makefile.am:
11007         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11008         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11009         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11010         (gst_gnomevfssink_uri_get_type),
11011         (gst_gnomevfssink_uri_get_protocols),
11012         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11013         (gst_gnomevfssink_uri_handler_init),
11014         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11015         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11016         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11017         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11018         (gst_gnomevfssrc_uri_get_type),
11019         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11020         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11021         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11022         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11023         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11024         * ext/gnomevfs/gstgnomevfsuri.h:
11025           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11026           of fake URIs to see which this version of Gnome-VFS likes, and
11027           uses that for the Gst-URI interface. Makes playbin support http://
11028           streams. Also fix up some stupid behaviour in gnomevfssrc.
11029
11030 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11031
11032         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11033         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11034         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11035         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11036           Update mixer (to sync with other sessions) if we try to obtain
11037           a new value. This makes alsamixer work accross applications.
11038         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11039           Only call sync functions if we're running, else alsalib asserts.
11040         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11041           Sometimes fails to compile. Possibly a gcc bug.
11042         * gst/playback/gstplaybin.c: (gen_video_element),
11043         (gen_audio_element):
11044           Add a reference to an application-provided object, because we lose
11045           this same reference if we add it to the bin. If we don't do this,
11046           we can only use this object once and thus crash if we go from
11047           ready to playing, back to ready and back to playing again.
11048           Also add an audioscale element because several cheap soundcards -
11049           like mine - don't support all samplerates.
11050         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11051         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11052           Fix wrong order or PAR calls. Makes automatically obtained PAR
11053           from the X server atually being used.
11054
11055 2004-09-12  David Schleef  <ds@schleef.org>
11056
11057         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11058         #151887, #152102, #152247.
11059         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11060         * examples/seeking/cdparanoia.c: same
11061         * examples/seeking/cdplayer.c: same
11062         * examples/seeking/seek.c: same
11063         * examples/seeking/spider_seek.c: same
11064         * examples/seeking/vorbisfile.c: same
11065         * examples/stats/mp2ogg.c: same
11066         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11067         (gst_esdsink_dispose): Dispose of element properly.
11068         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11069         fixes.
11070         * ext/nas/nassink.c: (gst_nassink_class_init),
11071         (gst_nassink_dispose): Dispose of element correctly.
11072         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11073         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11074         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11075         Fix 64-bit warning.
11076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11077         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11078         Fix 64-bit warning.
11079
11080 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11081
11082         * configure.ac : change speex detection as 1.1.6 now uses
11083           .pc/pkg-config and they changed their headers location.
11084
11085 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11086
11087         * gst/matroska/matroska-mux.h:
11088         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11089         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11090         (gst_matroska_mux_write_data):
11091           Write multiple blocks/frames per cluster.
11092                 Write meta-seek information (seek heads).
11093
11094 2004-09-09  Scott Wheeler <wheeler@kde.org>
11095
11096         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11097         (gst_play_bin_set_property), (gst_play_bin_get_property),
11098         (gen_audio_element), (gen_audio_element):
11099           Add a volume element / property to the pipeline.
11100
11101 2004-09-07  Wim Taymans  <wim@fluendo.com>
11102
11103         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11104         Copy timestamps from the master pad to the output buffers.
11105
11106 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11107
11108         * ext/raw1394/gstdv1394src.c:
11109           throw errors when applicable
11110
11111 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11112
11113         * gst/matroska/ebml-ids.h:
11114         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11115         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11116         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11117           automatically convert unix time <-> ebml time when reading/writing
11118           a date, use gst_ebml_write_uint to write CUETIME,
11119           not gst_ebml_write_date.
11120         * gst/matroska/matroska-ids.h:
11121         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11122         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11123         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11124         (gst_matroska_mux_write_data):
11125           Write track and segment UIDs, write muxing date, write
11126           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11127           Create cues for audio only files.
11128
11129 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11130
11131         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11132         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11133           Re-commit ALSA switches.
11134         * gst/adder/gstadder.c: (gst_adder_loop):
11135           64-bit fix (#151416).
11136         * gst/debug/progressreport.c: (gst_progressreport_report):
11137           64-bit fix (#151419).
11138         * gst/matroska/matroska-demux.c:
11139         (gst_matroska_demux_parse_contents):
11140           64-bit fix (#151420).
11141         * gst/playback/test3.c: (update_scale):
11142           64-bit fix (#151421).
11143
11144 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11145
11146         * configure.ac:
11147           bump nano to cvs
11148
11149 === release 0.8.4 ===
11150
11151 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11152
11153         * configure.ac: releasing 0.8.4, "Alias"
11154
11155 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11156
11157         * ext/theora/Makefile.am:
11158           fix makefile.  Fixes #151462.
11159
11160 2004-08-30  Wim Taymans  <wim@fluendo.com>
11161
11162         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11163         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11164         (gst_multifdsink_remove_client_link),
11165         (gst_multifdsink_client_queue_buffer),
11166         (gst_multifdsink_handle_client_write):
11167         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11168         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11169         Fix some memory leaks.
11170
11171 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11172
11173         Patch by: David Schleef
11174
11175         * configure.ac:
11176         * sys/Makefile.am:
11177           rename our detection macro for V4L2.  Fixes #151236.
11178
11179 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11180
11181         Patch by: David Schleef
11182
11183         * configure.ac:
11184           check to define LAMEPRESET.  Fixes #151232.
11185
11186 2004-08-27  David Schleef  <ds@schleef.org>
11187
11188         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11189         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11190         (gst_glimagesink_fixate):  Move local variable declarations to
11191         make gcc-2.95 happy.
11192
11193 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11194
11195         * configure.ac:
11196           bump nano for prerelease
11197
11198 2004-08-27  David Schleef  <ds@schleef.org>
11199
11200         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11201         * sys/sunaudio/gstsunaudiosrc.c:
11202         * sys/sunaudio/gstsunaudiosrc.h:
11203
11204 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11205
11206         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11207         handle EOS correctly
11208         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11209         * gst/matroska/matroska-mux.h:
11210         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11211         VFW compatibility mode
11212
11213 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11214
11215         patch by: Zaheer Abbas Merali
11216
11217         * ext/ogg/gstoggmux.c:
11218         * ext/vorbis/vorbisenc.c:
11219         * ext/vorbis/vorbisenc.h:
11220           handle NEWMEDIA
11221
11222 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11223
11224         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11225         fix byte order reversion on little endian machines.
11226         * gst/matroska/matroska-mux.c: (audiosink_templ),
11227         (gst_matroska_mux_audio_pad_link):
11228         add TTA codec to the list of supported codecs.
11229         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11230         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11231         (gst_matroska_mux_write_data):
11232         * gst/matroska/matroska-mux.h:
11233         write segment duration correctly, write muxing app string, fixes bugs
11234         #140897 and #140898.
11235         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11236         wait for all pads to be negotiated before starting to mux.
11237
11238 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11239
11240         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11241         * ext/lame/gstlame.h:
11242         Added new media support to lame
11243
11244 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11245
11246         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11247         send vorbis headers at the beginning of a stream, fixes bug #141554.
11248         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11249         bug #148950.
11250         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11251         (gst_matroska_demux_plugin_init):
11252         * gst/matroska/matroska-ids.h:
11253         enable demuxing of TTA audio streams, fixes bug #148951.
11254         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11255         enable typefinding for TTA audio files, fixes bug #148711.
11256         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11257         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11258         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11259
11260 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11261
11262         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11263         (gst_riff_read_element_data), (gst_riff_read_seek),
11264         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11265         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11266         <teuf@gnome.org>
11267
11268 2004-08-23 Iain <iaingnome@gmail.com>
11269
11270         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11271         tags. They appear to be handled differently to normal.
11272         (tag_list_to_id3_tag_foreach): Ditto.
11273
11274 2004-08-22  Wim Taymans  <wim@fluendo.com>
11275
11276         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11277         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11278         Make sure we never send -1 granulepos.
11279
11280 2004-08-20  Wim Taymans  <wim@fluendo.com>
11281
11282         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11283         (gst_ogg_mux_loop):
11284         I will accept bitchslappings with non sharp objects.
11285
11286 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11287
11288         * configure.ac:
11289         Clean up the test for lame presets
11290
11291 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11292
11293         * configure.ac:
11294         * ext/lame/Makefile.am:
11295         * ext/lame/gstlame.c: (gst_lame_class_init),
11296         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11297         Only enable lame presets if version of lame has presets in API
11298
11299 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11300         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11301         * gst/udp/gstudpsrc.h:
11302           Don't call gst_pad_push in a get function. Fixes #150449
11303
11304 2004-08-18  Wim Taymans  <wim@fluendo.com>
11305
11306         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11307         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11308         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11309         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11310         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11311         (gst_fdset_wait):
11312         * gst/tcp/gstfdset.h:
11313         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11314         (gst_multifdsink_client_queue_buffer),
11315         (gst_multifdsink_handle_client_write):
11316         * gst/tcp/gstmultifdsink.h:
11317         Some extra checks in gstfdset.
11318         Only use send() when the fd is a socket. Don't try to
11319         read from write only fds.
11320
11321 2004-08-18  Wim Taymans  <wim@fluendo.com>
11322
11323         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11324         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11325         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11326         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11327         (gst_fdset_wait):
11328         Add more locking and bounds checking.
11329
11330 2004-08-18  Wim Taymans  <wim@fluendo.com>
11331
11332         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11333         Realloc test fdset in the lock and right before starting
11334         the poll call. Bump the limit to 4096.
11335
11336 2004-08-17  David Schleef  <ds@schleef.org>
11337
11338         * sys/sunaudio/Makefile.am:
11339         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11340         of rates and channels.  Make debugging less obnoxious.
11341
11342         Patch from Balamurali Viswanathan implementing a mixer for
11343         Sun audio.  (bug #144091):
11344         * sys/sunaudio/gstsunelement.c:
11345         * sys/sunaudio/gstsunelement.h:
11346         * sys/sunaudio/gstsunmixer.c:
11347         * sys/sunaudio/gstsunmixer.h:
11348
11349 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11350
11351         * gst/audioscale/gstaudioscale.c:
11352         * gst/audioscale/gstaudioscale.h:
11353         made audioscale resample from any sample rate to any sample rate
11354
11355 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11356
11357         * ext/libpng/gstpngdec.c:
11358           error out on unsupported types
11359
11360 2004-08-17  Iain <iaingnome@gmail.com>
11361
11362         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11363         mid_side and loose_mid_side properties if its a stereo stream.
11364
11365 2004-08-17  Wim Taymans  <wim@fluendo.com>
11366
11367         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11368         (theora_get_formats), (theora_dec_src_convert),
11369         (theora_dec_sink_convert), (theora_dec_src_query),
11370         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11371         Add a debug line.
11372
11373 2004-08-17  Wim Taymans  <wim@fluendo.com>
11374
11375         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11376         (gst_ogg_pad_push):
11377         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11378         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11379         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11380         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11381         Mark delta units in the muxer.
11382         Try to decode the packet after an out-of-sync error from
11383         libogg.
11384
11385 2004-08-17  Wim Taymans  <wim@fluendo.com>
11386
11387         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11388         (gst_multifdsink_init), (gst_multifdsink_add),
11389         (gst_multifdsink_client_queue_buffer),
11390         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11391         * gst/tcp/gstmultifdsink.h:
11392         Added option to send a keyframe to clients as the first buffer.
11393         Make timeout property writable.
11394
11395 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11396
11397         patch by: Wim Taymans
11398
11399         * gst/tcp/gstfdset.c:
11400         * gst/tcp/gstmultifdsink.c:
11401           fix index comparison, should include 0
11402
11403 2004-08-16  Wim Taymans  <wim@fluendo.com>
11404
11405         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11406         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11407         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11408         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11409         (gst_fdset_wait):
11410           copy when reallocing for poll so the select arguments don't get
11411           changed during the call
11412
11413 2004-08-16  Wim Taymans  <wim@fluendo.com>
11414
11415         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11416         (gst_theora_enc_class_init), (theora_enc_sink_link),
11417         (theora_buffer_from_packet), (theora_enc_chain):
11418         Fix bug where buffers were not marked as keyframes
11419         correctly.
11420
11421 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11422
11423         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11424         (gst_lame_preset_get_type), (gst_lame_class_init):
11425         describe the enum values for vbr mode and presets more verbosely
11426
11427 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11428
11429         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11430         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11431         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11432         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11433         * ext/lame/gstlame.h:
11434         add preset property to lame so it can use lame presets
11435
11436 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11437
11438         * ext/lame/gstlame.c: (gst_lame_get_property):
11439         whoops forgot break, thanks teuf
11440
11441 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11442
11443         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11444         (gst_lame_class_init), (gst_lame_src_getcaps),
11445         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11446         (gst_lame_get_property), (gst_lame_setup):
11447         * ext/lame/gstlame.h:
11448         fix lame's broken vbr stuff, allow it to resample if need be, and also
11449         make xing header optional
11450
11451 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11452
11453         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11454         added getcaps function so samplerate doesnt get fixated to silly values
11455
11456 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11457
11458         * ext/lame/gstlame.c: (gst_lame_src_link):
11459         revert previous fix
11460
11461 2004-08-12  Johan Dahlin  <johan@gnome.org>
11462
11463         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11464         checks. Doesn't matter what state we are in. Interfaces are a
11465         compile time thing, not runtime. It also broke the python bindings.
11466
11467 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11468
11469         * ext/lame/gstlame.c: (gst_lame_src_link):
11470         made source pad link function check if sinkpad is ok..fixes the problem
11471         where core fixates the output rate of lame stupidly
11472
11473 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11474
11475         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11476         * sys/v4l/v4l_calls.c:
11477         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11478           fix fixate function to handle nonsimple caps.
11479           remove bogus check in _link
11480           cleanups
11481
11482 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11483
11484         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11485         set default compression ratio parameter to 0.0 so bitrate parameter
11486         works :)
11487
11488 2004-08-11  David Schleef  <ds@schleef.org>
11489
11490         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11491
11492 2004-08-11  David Schleef  <ds@schleef.org>
11493
11494         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11495         before.
11496
11497 2004-08-11  David Schleef  <ds@schleef.org>
11498
11499         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11500
11501 2004-08-11  David Schleef  <ds@schleef.org>
11502
11503         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11504           license field
11505         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11506         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11507           LGPL.
11508         * gst/auparse/gstauparse.c: Fix plugin license field.
11509         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11510         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11511         * gst/rtp/gstrtp.c: Fix plugin license field.
11512
11513 2004-08-11  Wim Taymans  <wim@fluendo.com>
11514
11515         * gst/tcp/Makefile.am:
11516         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11517         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11518         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11519         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11520         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11521         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11522         (gst_fdset_fd_can_write), (gst_fdset_wait):
11523         * gst/tcp/gstfdset.h:
11524         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11525         (gst_multifdsink_class_init), (gst_multifdsink_init),
11526         (gst_multifdsink_add), (gst_multifdsink_remove),
11527         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11528         (gst_multifdsink_remove_client_link),
11529         (gst_multifdsink_handle_client_read),
11530         (gst_multifdsink_client_queue_data),
11531         (gst_multifdsink_client_queue_caps),
11532         (gst_multifdsink_client_queue_buffer),
11533         (gst_multifdsink_handle_client_write),
11534         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11535         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11536         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11537         (gst_multifdsink_close):
11538         * gst/tcp/gstmultifdsink.h:
11539         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11540         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11541         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11542         (gst_tcpserversink_close):
11543         * gst/tcp/gsttcpserversink.h:
11544         Abstracted away the select call, implemented poll (yes we ran into
11545         the 1024 limit in production).
11546
11547 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11548
11549         * gst/tcp/gsttcp.c:
11550         * gst/tcp/gsttcpplugin.c:
11551           improve debuggging, remove assert
11552
11553 2004-08-10  Wim Taymans  <wim@fluendo.com>
11554
11555         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11556         (gst_client_status_get_type), (gst_multifdsink_class_init),
11557         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11558         (gst_multifdsink_handle_client_read),
11559         (gst_multifdsink_handle_client_write),
11560         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11561         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11562         (gst_multifdsink_get_property):
11563         * gst/tcp/gstmultifdsink.h:
11564         * gst/tcp/gsttcp-marshal.list:
11565         Starting to prepare for specifying buffer time in other units
11566         than buffers. Expose remove reason in signal.
11567
11568 2004-08-10  Wim Taymans  <wim@fluendo.com>
11569
11570         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11571         (gst_multifdsink_remove), (gst_multifdsink_clear),
11572         (gst_multifdsink_remove_client_link),
11573         (gst_multifdsink_handle_client_read),
11574         (gst_multifdsink_client_queue_data),
11575         (gst_multifdsink_client_queue_buffer),
11576         (gst_multifdsink_handle_client_write),
11577         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11578         (gst_multifdsink_chain), (gst_multifdsink_close):
11579         * gst/tcp/gstmultifdsink.h:
11580         Added more debugging info. Changed the way clients are
11581         removed from the lists. Fixed a bug where a bad file descriptor
11582         could cause many clients to be removed.
11583
11584 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11585
11586         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11587           allow all pixel-aspect-ratios, not just 1:1
11588
11589 2004-08-09  David Schleef  <ds@schleef.org>
11590
11591         * sys/glsink/ARB_multitexture.h:  Remove old files.
11592         * sys/glsink/EXT_paletted_texture.h:
11593         * sys/glsink/NV_register_combiners.h:
11594         * sys/glsink/gstgl_nvimage.c:
11595         * sys/glsink/gstgl_pdrimage.c:
11596         * sys/glsink/gstgl_rgbimage.c:
11597         * sys/glsink/gstglsink.c:
11598         * sys/glsink/gstglsink.h:
11599         * sys/glsink/gstglxwindow.c:
11600         * sys/glsink/regcomb_yuvrgb.c:
11601
11602 2004-08-09  David Schleef  <ds@schleef.org>
11603
11604         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11605         GL sink plugin.  (Bug #147302)
11606
11607         * configure.ac: Test for OpenGL
11608         * sys/Makefile.am: Use test for OpenGL
11609         * sys/glsink/Makefile.am:
11610         * sys/glsink/glimagesink.c: rewrite
11611         * sys/glsink/glimagesink.h: rewrite
11612
11613 2004-08-09  David Schleef  <ds@schleef.org>
11614
11615         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11616         sane framerates.
11617         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11619         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11620
11621 2004-08-09  Wim Taymans  <wim@fluendo.com>
11622
11623         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11624         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11625         (gst_multifdsink_client_remove),
11626         (gst_multifdsink_handle_client_read),
11627         (gst_multifdsink_handle_client_write),
11628         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11629         Do a bit more logging, make the client_read code more robust.
11630
11631 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11632
11633         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11634         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11635         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11636         (gst_jpegdec_init), (gst_jpegdec_chain):
11637         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11638         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11639           cleanups, debugging fixes and memleak plugging
11640
11641 2004-08-09  Wim Taymans  <wim@fluendo.com>
11642
11643         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11644         (theora_get_formats), (theora_dec_src_convert),
11645         (theora_dec_sink_convert), (theora_dec_src_query),
11646         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11647         (theora_dec_change_state):
11648         Don't crash on missing header packets.
11649
11650 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11651
11652         * po/LINGUAS:
11653         * po/sq.po:
11654           Added Albanian translation (Laurent Dhima)
11655         * po/cs.po:
11656           updated
11657
11658 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11659
11660         * ext/lame/gstlame.c:
11661           fix/add debugging
11662
11663 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11664
11665         * sys/ximage/ximagesink.c:
11666         * sys/xvimage/xvimagesink.c:
11667           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11668
11669 2004-08-06  Wim Taymans  <wim@fluendo.com>
11670
11671         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11672         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11673         (gst_multifdsink_client_remove),
11674         (gst_multifdsink_handle_client_read),
11675         (gst_multifdsink_handle_client_write),
11676         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11677         Make sure we don't try to read more from a client that what
11678         ioctl says us or we deadlock.
11679
11680 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11681
11682         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11683         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11684         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11685           decouple running_time and n_frames so it can handle changing
11686           framerate while running
11687
11688 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11689
11690         * po/nl.po:
11691         * po/sv.po:
11692           updated translations
11693
11694 2004-08-04  Benjamin Otte  <otte@gnome.org>
11695
11696         * gst/videotestsrc/gstvideotestsrc.c:
11697         (gst_videotestsrc_get_capslist), (generate_capslist),
11698         (plugin_init):
11699           generate the list of supported caps at startup and reuse it instead
11700           of always generating it
11701
11702 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11703
11704         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11705           whoops, last checkin broke normal build
11706
11707 2004-08-03  Benjamin Otte  <otte@gnome.org>
11708
11709         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11710         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11711         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11712         (gst_alsa_mixer_get_option):
11713         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11714         (dvdnavsrc_print_event):
11715         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
11716         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
11717         (gst_ogg_mux_pad_unlink):
11718         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
11719         (gst_multipart_mux_pad_unlink):
11720         * gst/videofilter/gstvideobalance.c:
11721         (gst_videobalance_colorbalance_set_value):
11722         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
11723         (gst_videomixer_pad_unlink):
11724         * po/uk.po:
11725         * sys/oss/gstossmixer.c:
11726         * sys/v4l/gstv4lcolorbalance.c:
11727         * sys/v4l/gstv4ltuner.c:
11728         * sys/v4l/v4lsrc_calls.c:
11729         * sys/v4l2/gstv4l2colorbalance.c:
11730         * sys/v4l2/gstv4l2tuner.c:
11731           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
11732
11733 2004-08-03  Benjamin Otte  <otte@gnome.org>
11734
11735         * examples/dynparams/filter.c: (ui_control_create):
11736         * examples/gstplay/player.c: (print_tag):
11737         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
11738         * ext/gdk_pixbuf/gstgdkanimation.c:
11739         (gst_gdk_animation_iter_may_advance):
11740         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
11741         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
11742         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
11743         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
11744         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
11745         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
11746         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
11747         * gst/sine/demo-dparams.c: (main):
11748         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11749         * testsuite/alsa/formats.c: (create_pipeline):
11750         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
11751           fixes for G_DISABLE_ASSERT and friends
11752         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11753         (mp3_type_frame_length_from_header), (mp3_type_find),
11754         (plugin_init):
11755           require mp3 typefinding to have at least MIN_HEADERS valid headers
11756           add typefinding for AAC adts files
11757
11758 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
11759
11760         * sys/ximage/ximagesink.c:
11761         (gst_ximagesink_calculate_pixel_aspect_ratio):
11762         * sys/xvimage/xvimagesink.c:
11763         (gst_xvimagesink_calculate_pixel_aspect_ratio):
11764         Make sure we calculate pixel-aspect-ratio using floating point maths
11765
11766 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11767
11768         * po/uk.po:
11769           updated translation
11770
11771 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11772
11773         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
11775           add debugging for display PAR calculation
11776
11777 2004-08-02  David Schleef  <ds@schleef.org>
11778
11779         * configure.ac: Fix mikmod CFLAGS.
11780
11781 2004-07-27  Benjamin Otte  <otte@gnome.org>
11782
11783         * gst/audioscale/gstaudioscale.c:
11784         - fix templates to only support S16, it's the only format that works
11785         - make caps nego code use try_set_caps_nonfixed and fixation instead
11786         of try_set_caps twice, which is not nice for autopluggers
11787         - change rank to secondary, so autopluggers can pick it up after
11788         audioconvert
11789
11790 2004-08-02  Iain <iain@prettypeople.org>
11791
11792         * gst/interleave/interleave.c (interleave_init),
11793         (interleave_request_new_pad),
11794         (interleave_pad_removed),
11795         (interleave_buffered_loop): Use the real pad count, not the artificial
11796         one.
11797
11798 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11799
11800         * configure.ac: bump nano back to development
11801
11802 === release 0.8.3 ===
11803
11804 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11805
11806         * configure.ac: releasing 0.8.3, "Water"
11807
11808 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11809
11810         * sys/xvimage/xvimagesink.c:
11811         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11812         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
11813         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
11814         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11815         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11816         * sys/xvimage/xvimagesink.h:
11817           apply similar PAR fixes as to ximagesink
11818
11819 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11820
11821         patch from: Benjamin Otte
11822
11823         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
11824           add link function to lame.  Fixes #148986.
11825
11826 2004-08-02  Johan Dahlin  <johan@gnome.org>
11827
11828         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
11829         fix debugging log
11830
11831 2004-07-30  David Schleef  <ds@schleef.org>
11832
11833         * gst/videomixer/Makefile.am: Fix things that should have been
11834         fixed in the last checkin.
11835
11836 2004-07-30  David Schleef  <ds@schleef.org>
11837
11838         * gst/multipart/Makefile.am: Fix things that should have been
11839         fixed in the last checkin.
11840
11841 2004-07-30  David Schleef  <ds@schleef.org>
11842
11843         * testsuite/multifilesink/Makefile.am: Fix unused variable.
11844
11845 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11846
11847         * configure.ac:
11848           bump nano for prerelease
11849         * po/af.po:
11850         * po/az.po:
11851         * po/cs.po:
11852         * po/en_GB.po:
11853         * po/hu.po:
11854         * po/nl.po:
11855         * po/sr.po:
11856         * po/sv.po:
11857         * po/uk.po:
11858           updates
11859
11860 2004-07-30  Wim Taymans  <wim@fluendo.com>
11861
11862         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11863         (gst_multifdsink_add), (gst_multifdsink_remove),
11864         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11865         (gst_multifdsink_client_remove),
11866         (gst_multifdsink_handle_client_write),
11867         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11868         * gst/tcp/gstmultifdsink.h:
11869         Recover from a select with a bad file descriptor by removing
11870         the client.
11871
11872 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11873
11874         * configure.ac:
11875           fix requirement of core
11876         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
11877         (gst_play_pipeline_setup):
11878           don't use colorspace element.  do use hermescolorspace element.
11879           make macro to get a colorspace element.
11880           mark strings for translation.
11881         * po/POTFILES.in:
11882           add play.c
11883         * po/af.po:
11884         * po/az.po:
11885         * po/cs.po:
11886         * po/en_GB.po:
11887         * po/hu.po:
11888         * po/nl.po:
11889         * po/sr.po:
11890         * po/sv.po:
11891         * po/uk.po:
11892           update translations
11893
11894 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11895
11896         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11897         fix default for newmedia flag
11898
11899 2004-07-30  Wim Taymans  <wim@fluendo.com>
11900
11901         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11902         (gst_theora_dec_init), (theora_get_formats),
11903         (theora_dec_src_convert), (theora_dec_sink_convert),
11904         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11905         (theora_dec_chain), (theora_dec_set_property),
11906         (theora_dec_get_property):
11907         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11908         (gst_theora_enc_class_init), (gst_theora_enc_init),
11909         (theora_enc_sink_link), (theora_enc_chain),
11910         (theora_enc_set_property), (theora_enc_get_property):
11911         Added cropping option to theora decoder.
11912         Added border option to theora encoder.
11913
11914 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11915
11916         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
11917         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
11918         (gst_pngenc_set_property):
11919         * ext/libpng/gstpngenc.h:
11920         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
11921
11922 2004-07-30  Wim Taymans  <wim@fluendo.com>
11923
11924         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11925         (theora_enc_sink_link), (theora_enc_chain),
11926         (theora_enc_set_property), (theora_enc_get_property):
11927         Fix encoding of non-multiple-of-16 video.
11928
11929 2004-07-29  David Schleef  <ds@schleef.org>
11930
11931         * configure.ac: make test for audiofile more strict
11932
11933 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11934
11935         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11936           give different names to typefind functions
11937
11938 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11939
11940         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
11941         (gst_ximagesink_calculate_pixel_aspect_ratio),
11942         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
11943         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
11944         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
11945         (gst_ximagesink_get_property), (gst_ximagesink_init):
11946         * sys/ximage/ximagesink.h:
11947           allocate PAR's dynamically.
11948           use autodetected PAR if no object-set PAR is given.
11949           add workaround for directfb's X not setting physical size.
11950           fix to xvimagesink will follow tomorrow.
11951
11952 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11953
11954         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
11955         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
11956         (gst_shout2send_get_type), (gst_shout2send_set_clock),
11957         (gst_shout2send_class_init), (gst_shout2send_init),
11958         (set_shout_metadata), (gst_shout2send_set_metadata),
11959         (gst_shout2send_chain), (gst_shout2send_set_property),
11960         (gst_shout2send_get_property), (gst_shout2send_connect),
11961         (gst_shout2send_change_state):
11962         * ext/shout2/gstshout2.h:
11963         - fix for sending mp3 audio to icecast2 server, if pad link function not
11964         called before PAUSED state
11965         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
11966         - added tagging support for mp3 audio broadcasted
11967         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11968         debug info
11969
11970 2004-07-28  Wim Taymans  <wim@fluendo.com>
11971
11972         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
11973         (gst_ogg_demux_push):
11974         Return query failure when we don't know the length of
11975         an ogg stream insteda of returning TRUE with a bogus value.
11976
11977 2004-07-28  Wim Taymans  <wim@fluendo.com>
11978
11979         * ext/theora/theoradec.c: (theora_get_formats),
11980         (theora_dec_src_convert), (theora_dec_sink_convert),
11981         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11982         (theora_dec_chain):
11983         Don't screw up the 1 Chroma for 1 luma sample situation when we
11984         have an odd offset/width by adding a black border in those cases.
11985
11986 2004-07-28  Wim Taymans  <wim@fluendo.com>
11987
11988         * ext/theora/theoradec.c: (theora_get_formats),
11989         (theora_dec_src_convert), (theora_dec_sink_convert),
11990         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11991         (theora_dec_chain):
11992         * ext/theora/theoraenc.c: (theora_enc_sink_link):
11993         Added first attempt at cropping of the image as required by the
11994         theora spec. We need more properties in the caps (offset_x,
11995         offset_y,stride) to implement this correctly.
11996
11997 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
11998
11999         * ext/dvdnav/README:
12000           Update the README to use dvddemux
12001         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12002           Ensure getcaps returns a subset of the template caps
12003         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12004         (gst_mpeg2subt_init):
12005           Ensure getcaps returns a subset of the template caps
12006         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12007         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12008         (gst_dvd_demux_get_subpicture_stream),
12009         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12010         * gst/mpegstream/gstdvddemux.h:
12011           Set the explicit caps on the current_video pad before pushing
12012           anything
12013         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12014         (gst_mpeg_demux_get_audio_stream):
12015           Free caps used to gst_pad_set_explicit_caps, which takes a const
12016           GstCaps *
12017
12018 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12019
12020         * configure.ac: update GStreamer requirement to 0.8.4 because of
12021           GstFraction.
12022
12023 2004-07-28  Wim Taymans  <wim@fluendo.com>
12024
12025         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12026         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12027         Add the pad to the element after setting up the caps. This
12028         makes it a lot easier to autoplug.
12029
12030 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12031
12032         * gst/median/gstmedian.c:
12033         * gst/mpeg2subt/gstmpeg2subt.c:
12034         * gst/mpegaudioparse/gstmpegaudioparse.c:
12035         * gst/mpegstream/gstdvddemux.c:
12036         * gst/mpegstream/gstmpegdemux.c:
12037         * gst/mpegstream/gstmpegpacketize.c:
12038         * gst/rtjpeg/gstrtjpeg.c:
12039         * gst/rtjpeg/gstrtjpegdec.c:
12040         * gst/rtjpeg/gstrtjpegenc.c:
12041         * gst/sine/gstsinesrc.c:
12042         * gst/smooth/gstsmooth.c:
12043         * gst/smpte/gstsmpte.c:
12044         * gst/smpte/gstsmpte.h:
12045         * gst/stereo/gststereo.c:
12046         * gst/videofilter/gstgamma.c:
12047         * gst/videofilter/gstvideobalance.c:
12048         * gst/videofilter/gstvideofilter.c:
12049         * gst/videofilter/gstvideoflip.c:
12050         * gst/videoscale/gstvideoscale.c:
12051         * gst/videoscale/videoscale.c:
12052         * gst/videotestsrc/gstvideotestsrc.c:
12053         * gst/videotestsrc/videotestsrc.c:
12054         * gst/wavenc/gstwavenc.c:
12055         * gst/wavparse/gstwavparse.c:
12056           fix local includes and 64 bits constants
12057
12058 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12059
12060         * win32/gst.sln:
12061         * gst-libs/gst/*/*.vcproj:
12062         * gst/*/*.vcproj:
12063           more working plugins
12064
12065 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12066
12067         * testsuite/alsa/Makefile.am:
12068         * testsuite/alsa/srcstate.c:
12069         add test for alsasrc changing state
12070
12071 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12072
12073         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12074         (gst_silence_get):
12075         * gst/silence/gstsilence.h:
12076         fix silence generation for 16bit raw audio
12077
12078 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12079
12080         * gst/matroska/matroska-demux.c:
12081         (gst_matroska_demux_parse_metadata),
12082         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12083         * gst/mpegaudio/common.c:
12084         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12085         (gst_videoscale_getcaps), (gst_videoscale_link),
12086         (gst_videoscale_src_fixate), (gst_videoscale_init),
12087         (gst_videoscale_finalize):
12088         * gst/videoscale/gstvideoscale.h:
12089         * gst/videotestsrc/gstvideotestsrc.c:
12090         (gst_videotestsrc_get_capslist):
12091         * gst/wavenc/gstwavenc.c:
12092         * sys/oss/gstossmixer.c: (fill_labels):
12093         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12094         (gst_ximagesink_handle_xevents),
12095         (gst_ximagesink_calculate_pixel_aspect_ratio),
12096         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12097         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12098         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12099         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12100         (gst_ximagesink_init), (gst_ximagesink_class_init):
12101         * sys/ximage/ximagesink.h:
12102         * sys/xvimage/xvimagesink.c:
12103         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12104         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12105         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12106         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12107         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12108         * sys/xvimage/xvimagesink.h:
12109           first batch of pixel aspect ratio commits.
12110
12111 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12112
12113         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12114         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12115         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12116           handle stride, needs work if we want to move stride handling
12117           upstream, but works correctly for our purposes.
12118
12119 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12120
12121         * gst/videoscale/README:
12122           add testing examples
12123         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12124         (gst_videoscale_chain):
12125         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12126         (gst_videoscale_get_size):
12127           add get_size function that handles stride like videotestsrc.
12128           fixes conversion for YUV formats for as much as I can test them.
12129
12130 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12131
12132         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12133         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12135         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12136         (gst_xvimagesink_xvimage_put):
12137           further cleanups, logging, error handling and synchronizing
12138
12139 2004-07-27  Wim Taymans  <wim@fluendo.com>
12140
12141         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12142         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12143         (gst_videomixer_pad_set_property),
12144         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12145         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12146         (gst_videomixer_class_init), (gst_videomixer_init),
12147         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12148         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12149         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12150         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12151         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12152         (gst_videomixer_loop), (plugin_init):
12153         Be a nicer negotiation citizen and provide a getcaps function on
12154         the srcpad. This also fixes a crash when resizing.
12155
12156 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12157
12158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12159         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12160
12161 2004-07-27  Wim Taymans  <wim@fluendo.com>
12162
12163         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12164         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12165         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12166         (gst_pngenc_set_property):
12167         * ext/libpng/gstpngenc.h:
12168         Added snapshot property to pngenc.
12169         removed g_print from pngdec
12170
12171 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12172
12173         * gst/ac3parse/ac3parse.vcproj
12174         * gst/adder/adder.vcproj
12175         * gst/alpha/alpha.vcproj
12176         * gst/alpha/alphacolor.vcproj
12177         * gst/asfdemux/asf.vcproj
12178         * gst/audioconvert/audioconvert.vcproj
12179         * gst/audiorate/audiorate.vcproj
12180         * gst/audioscale/audioscale.vcproj
12181         * gst/auparse/auparse.vcproj
12182         * gst/avi/avi.vcproj
12183         * gst/cdxaparse/cdxaparse.vcproj
12184         * gst/chart/chart.vcproj
12185         * gst/colorspace/colorspace.vcproj
12186         * gst/cutter/cutter.vcproj
12187         * gst/debug/debug.vcproj
12188         * gst/debug/efence.vcproj
12189         * gst/debug/navigationtest.vcproj
12190         * gst/deinterlace/deinterlace.vcproj
12191         * gst/effectv/effectv.vcproj
12192         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12193         * gst/filter/filter.vcproj
12194         * gst/flx/flxdec.vcproj
12195         * gst/goom/goom.vcproj
12196         * gst/interleave/interleave.vcproj
12197         * gst/law/alaw.vcproj
12198         * gst/law/mulaw.vcproj
12199         * gst/matroska/matroska.vcproj
12200         * gst/median/median.vcproj
12201         * gst/mixmatrix/mixmatrix.vcproj
12202         * gst/mpeg1sys/mpeg1systemencode.vcproj
12203         * gst/mpeg1videoparse/mp1videoparse.vcproj
12204         * gst/mpeg2sub/mpeg2subt.vcproj
12205         * gst/mpegaudio/mpegaudio.vcproj
12206         * gst/mpegaudioparse/mpegaudioparse.vcproj
12207         * gst/mpegstream/mpegstream.vcproj
12208         * gst/multifilesink/multifilesink.vcproj
12209         * gst/multipart/multipart.vcproj
12210         * gst/oneton/oneton.vcproj
12211         * gst/overlay/overlay.vcproj
12212         * gst/passthrough/passthrough.vcproj
12213         * gst/qtdemux/qtdemux.vcproj
12214         * gst/realmedia/rmdemux.vcproj
12215         * gst/rtjpeg/rtjpeg.vcproj
12216         * gst/rtp/rtp.vcproj
12217         * gst/silence/silence.vcproj
12218         * gst/sine/sinesrc.vcproj
12219         * gst/smooth/smooth.vcproj
12220         * gst/smpte/smpte.vcproj
12221         * gst/spectrum/spectrum.vcproj
12222         * gst/speed/speed.vcproj
12223         * gst/stereo/stereo.vcproj
12224         * gst/switch/switch.vcproj
12225         * gst/tags/tagedit.vcproj
12226         * gst/tcp/tcp.vcproj
12227         * gst/typefind/typefindfunctions.vcproj
12228         * gst/udp/udp.vcproj
12229         * gst/videobox/videobox.vcproj
12230         * gst/videocrop/videocrop.vcproj
12231         * gst/videodrop/videodrop.vcproj
12232         * gst/videofilter/gamma.vcproj
12233         * gst/videofilter/videobalance.vcproj
12234         * gst/videofilter/videofilter.vcproj
12235         * gst/videofilter/videoflip.vcproj
12236         * gst/videoflip/videoflip.vcproj
12237         * gst/videomixer/videomixer.vcproj
12238         * gst/videorate/videorate.vcproj
12239         * gst/videoscale/videoscale.vcproj
12240         * gst/videotestsrc/videotestsrc.vcproj
12241         * gst/virtualdub/virtualdub.vcproj
12242         * gst/volenv/volenv.vcproj
12243         * gst/volume/volume.vcproj
12244         * gst/wavenc/wavenc.vcproj
12245         * gst/wavparse/wavparse.vcproj
12246         * gst/y4m/y4menc.vcproj
12247         * gst-libs/gst/audio/audio.vcproj
12248         * gst-libs/gst/audio/audiofilter.vcproj
12249         * gst-libs/gst/colorbalance/colorbalance.vcproj
12250         * gst-libs/gst/idct/idtc.vcproj
12251         * gst-libs/gst/media-info/media-info.vcproj
12252         * gst-libs/gst/mixer/mixer.vcproj
12253         * gst-libs/gst/navigation/navigation.vcproj
12254         * gst-libs/gst/play/play.vcproj
12255         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12256         * gst-libs/gst/resample/resample.vcproj
12257         * gst-libs/gst/riff/riff.vcproj
12258         * gst-libs/gst/tuner/tuner.vcproj
12259         * gst-libs/gst/video/video.vcproj
12260         * gst-libs/gst/xoverlay/xoverlay.vcproj
12261           avoid problems with math.h, fix release dependancy
12262           rename GStreamer-0.8.lib to libgstreamer.lib
12263
12264 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12265
12266         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12268         the atom is not available we have to unlock the mutex. Fixes #148023
12269
12270 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12271
12272         * gst-libs/gst/media-info/media-info.h:
12273           issue for a vararg macro with MSVC
12274
12275 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12276
12277         * gst/effectv/effectv.vcproj
12278         * gst-libs/gst/idct/idct.vcproj:
12279         * gst-libs/gst/media-info/media-info.vcproj:
12280         * gst-libs/gst/navigation/navigation.vcproj:
12281         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12282         * gst-libs/gst/video/video.vcproj:
12283         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12284           fixes for build problems
12285
12286 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12287
12288         * gst-libs/gst/audio/audio.def:
12289         * gst-libs/gst/audio/riff.def:
12290           add some definitions needed by plugins
12291
12292 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12293
12294         * gst/asfdemux/gstasfmux.c
12295           Fix some 64 bits constants to be glib friendly
12296
12297 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12298
12299         * gst/ac3parse/gstac3parse.c
12300         * gst/audioscale/gstaudioscale.c
12301         * gst/auparse/gstauparse.c
12302         * gst/colorspace/gstcolorspace.c
12303         * gst/colorspace/yuv2rgb.h
12304           local include fixes
12305
12306 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12307
12308         * win32/gst.sln
12309           add more plugins to the build
12310
12311 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12312
12313         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12314         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12315
12316 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12317
12318         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12319         (gst_level_set_property), (gst_level_get_property),
12320         (gst_level_base_init), (gst_level_class_init):
12321           add debugging categories.  cleanups.
12322
12323 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12324
12325         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12326         (gst_videoscale_planar411), (gst_videoscale_planar400),
12327         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12328         (gst_videoscale_scale_nearest_str1),
12329         (gst_videoscale_scale_nearest_str2),
12330         (gst_videoscale_scale_nearest_str4),
12331         (gst_videoscale_scale_nearest_16bit),
12332         (gst_videoscale_scale_nearest_24bit):
12333           fixed stride issues
12334           tested with 320x240 -> 321, 322, 324 x240
12335           tested with YV12, I420, YUY2, UYVY
12336           fixed packed422rev (don't think it could have worked before)
12337           by testing with UYVY
12338
12339 2004-07-26  Benjamin Otte  <otte@gnome.org>
12340
12341         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12342         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12343         (plugin_init):
12344           add debugging category, add error checks like checking return values
12345           of setup calls, make sure it still works after
12346           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12347
12348 2004-07-26  Wim Taymans  <wim@fluendo.com>
12349
12350         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12351         (gst_mpeg_demux_get_audio_stream),
12352         (gst_mpeg_demux_process_private):
12353         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12354         Check for error codes from the negotiation functions. Make sure
12355         we really set the pad caps when a new pad is created.
12356
12357 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12358
12359         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12360         (gst_ffmpeg_caps_to_pix_fmt):
12361         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12362         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12363         (gst_ffmpegcolorspace_pad_link):
12364           don't make function do two things at the same time without reason.
12365
12366 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12367
12368         * gst/ac3parse/ac3parse.vcproj
12369         * gst/adder/adder.vcproj
12370         * gst/alpha/alpha.vcproj
12371         * gst/alpha/alphacolor.vcproj
12372         * gst/asfdemux/asf.vcproj
12373         * gst/audioconvert/audioconvert.vcproj
12374         * gst/audiorate/audiorate.vcproj
12375         * gst/audioscale/audioscale.vcproj
12376         * gst/auparse/auparse.vcproj
12377         * gst/avi/avi.vcproj
12378         * gst/cdxaparse/cdxaparse.vcproj
12379         * gst/chart/chart.vcproj
12380         * gst/colorspace/colorspace.vcproj
12381         * gst/cutter/cutter.vcproj
12382         * gst/debug/debug.vcproj
12383         * gst/debug/efence.vcproj
12384         * gst/debug/navigationtest.vcproj
12385         * gst/deinterlace/deinterlace.vcproj
12386         * gst/effectv/effectv.vcproj
12387         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12388         * gst/filter/filter.vcproj
12389         * gst/flx/flxdec.vcproj
12390         * gst/goom/goom.vcproj
12391         * gst/interleave/interleave.vcproj
12392         * gst/law/alaw.vcproj
12393         * gst/law/mulaw.vcproj
12394         * gst/matroska/matroska.vcproj
12395         * gst/median/median.vcproj
12396         * gst/mixmatrix/mixmatrix.vcproj
12397         * gst/mpeg1sys/mpeg1systemencode.vcproj
12398         * gst/mpeg1videoparse/mp1videoparse.vcproj
12399         * gst/mpeg2sub/mpeg2subt.vcproj
12400         * gst/mpegaudio/mpegaudio.vcproj
12401         * gst/mpegaudioparse/mpegaudioparse.vcproj
12402         * gst/mpegstream/mpegstream.vcproj
12403         * gst/multifilesink/multifilesink.vcproj
12404         * gst/multipart/multipart.vcproj
12405         * gst/oneton/oneton.vcproj
12406         * gst/overlay/overlay.vcproj
12407         * gst/passthrough/passthrough.vcproj
12408         * gst/qtdemux/qtdemux.vcproj
12409         * gst/realmedia/rmdemux.vcproj
12410         * gst/rtjpeg/rtjpeg.vcproj
12411         * gst/rtp/rtp.vcproj
12412         * gst/silence/silence.vcproj
12413         * gst/sine/sinesrc.vcproj
12414         * gst/smooth/smooth.vcproj
12415         * gst/smpte/smpte.vcproj
12416         * gst/spectrum/spectrum.vcproj
12417         * gst/speed/speed.vcproj
12418         * gst/stereo/stereo.vcproj
12419         * gst/switch/switch.vcproj
12420         * gst/tags/tagedit.vcproj
12421         * gst/tcp/tcp.vcproj
12422         * gst/typefind/typefindfunctions.vcproj
12423         * gst/udp/udp.vcproj
12424         * gst/videobox/videobox.vcproj
12425         * gst/videocrop/videocrop.vcproj
12426         * gst/videodrop/videodrop.vcproj
12427         * gst/videofilter/gamma.vcproj
12428         * gst/videofilter/videobalance.vcproj
12429         * gst/videofilter/videofilter.vcproj
12430         * gst/videofilter/videoflip.vcproj
12431         * gst/videoflip/videoflip.vcproj
12432         * gst/videomixer/videomixer.vcproj
12433         * gst/videorate/videorate.vcproj
12434         * gst/videoscale/videoscale.vcproj
12435         * gst/videotestsrc/videotestsrc.vcproj
12436         * gst/virtualdub/virtualdub.vcproj
12437         * gst/volenv/volenv.vcproj
12438         * gst/volume/volume.vcproj
12439         * gst/wavenc/wavenc.vcproj
12440         * gst/wavparse/wavparse.vcproj
12441         * gst/y4m/y4menc.vcproj
12442           more plugins supported under windows
12443
12444 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12445
12446         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12447         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12448         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12450         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12451           Add debugging statements.  Use the sizes as returned by the
12452           *CreateImage calls.
12453
12454 2004-07-26  Johan Dahlin  <johan@gnome.org>
12455
12456         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12457         the pad is negotiated.
12458
12459         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12460
12461 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12462
12463         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12464         * gst-libs/gst/idct/idct.vcproj:
12465         * gst-libs/gst/media-info/media-info.vcproj:
12466         * gst-libs/gst/mixer/mixer.vcproj:
12467         * gst-libs/gst/navigation/navigation.vcproj:
12468         * gst-libs/gst/play/play.vcproj:
12469         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12470         * gst-libs/gst/resample/resample.vcproj:
12471         * gst-libs/gst/tuner/tuner.vcproj:
12472         * gst-libs/gst/video/video.vcproj:
12473         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12474           more plugins supported under windows
12475
12476 2004-07-25 Iain <iain@prettypeople.org>
12477
12478         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12479         pad now rather than when the pad is created because state changes wipe
12480         explicit caps (fixes #148043).
12481
12482 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12483
12484         reviewed by Benjamin Otte  <otte@gnome.org>
12485
12486         * ext/mad/gstmad.c:
12487           fix mad plugin crashing on Sun (fixes #148289)
12488
12489 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12490
12491         * gst/avi/avi.def:
12492         * gst/avi/avi.vcproj:
12493         * gst/matroska/matroska.def:
12494         * gst/matroska/matroska.vcproj:
12495           remove unused .def files
12496
12497 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12498
12499         * gst-libs/gst/audio/gstaudiofilter.c:
12500           Clean the local include
12501
12502 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12503
12504         * win32/gst.sln:
12505         * gst-libs/gst/audio/audio.def:
12506         * gst-libs/gst/audio/audio.vcproj:
12507         * gst-libs/gst/audio/audiofilter.vcproj:
12508         * gst-libs/gst/audio/riff.def:
12509         * gst-libs/gst/audio/riff.vcproj:
12510         * gst-libs/gst/gst-libs.def:
12511         * gst-libs/gst/gst-libs.vcproj:
12512         * gst/avi/avi.vcproj:
12513         * gst/avi/avi.vcproj:
12514           Copy the files where needed after building, cleaner projects
12515
12516 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12517
12518         * gst/matroska/ebml-write.c:
12519           Fix some 64 bits constants to be glib friendly
12520
12521 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12522
12523         * win32/gst.sln:
12524         * gst-libs/gst/gst-libs.def:
12525         * gst-libs/gst/gst-libs.vcproj:
12526         * gst/matroska/matroska.def:
12527         * gst/matroska/matroska.vcproj:
12528           Add the preliminary canvas to build plugins on Win32
12529
12530 2004-07-23  Benjamin Otte  <otte@gnome.org>
12531
12532         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12533           don't enfore negotiation from source side, it breaks
12534           sinesrc ! audioconvert ! osssink
12535
12536 2004-07-22  David Schleef  <ds@schleef.org>
12537
12538         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12539         for ELF files, since they can easily be recognized as audio/mpeg.
12540         (bug #147441)
12541
12542 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12543
12544         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12545         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12546         (gst_videoscale_scale_nearest_24bit),
12547         (gst_videoscale_scale_nearest_16bit):
12548           fix 16bit and 24bit for stride (24bit might need testing)
12549           don't pretend we do more than one algorithm
12550
12551 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12552
12553         * configure.ac:
12554         * gst/Makefile.am:
12555         * gst/multifilesink/Makefile.am:
12556         * gst/multifilesink/gstmultifilesink.c:
12557         (gst_multifilesink_get_formats),
12558         (gst_multifilesink_get_query_types), (_do_init),
12559         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12560         (gst_multifilesink_init), (gst_multifilesink_dispose),
12561         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12562         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12563         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12564         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12565         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12566         (gst_multifilesink_uri_get_type),
12567         (gst_multifilesink_uri_get_protocols),
12568         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12569         (gst_multifilesink_uri_handler_init), (plugin_init):
12570         * gst/multifilesink/gstmultifilesink.h:
12571         * testsuite/Makefile.am:
12572         * testsuite/multifilesink/Makefile.am:
12573         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12574         (gst_newmedia_class_init), (gst_newmedia_init),
12575         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12576         (newfile_signal), (test_signal), (main):
12577         multifilesink plugin for creating new files every time a new media
12578         discontinuity event occurs
12579
12580 2004-07-22  Wim Taymans  <wim@fluendo.com>
12581
12582         * gst/alpha/Makefile.am:
12583         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12584         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12585         (gst_alpha_color_init), (gst_alpha_color_set_property),
12586         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12587         (transform), (gst_alpha_color_chain),
12588         (gst_alpha_color_change_state), (plugin_init):
12589         Stupid plugin to to RGBA to AYUV conversion because none of
12590         the colorspace plugins can handle that yet.
12591
12592 2004-07-22  Wim Taymans  <wim@fluendo.com>
12593
12594         * examples/seeking/seek.c: (update_scale), (main):
12595         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12596         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12597         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12598         (gst_decode_bin_init), (gst_decode_bin_dispose),
12599         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12600         (no_more_pads), (close_link), (type_found),
12601         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12602         (plugin_init):
12603         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12604         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12605         (gst_play_base_bin_dispose), (queue_overrun),
12606         (gen_preroll_element), (remove_prerolls), (unknown_type),
12607         (no_more_pads), (new_stream), (setup_source),
12608         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12609         (play_base_eos), (gst_play_base_bin_change_state),
12610         (gst_play_base_bin_add_element),
12611         (gst_play_base_bin_remove_element),
12612         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12613         (gst_play_base_bin_unlink_stream),
12614         (gst_play_base_bin_get_streaminfo):
12615         * gst/playback/gstplaybin.c: (gen_video_element),
12616         (gen_audio_element):
12617         * gst/playback/gststreaminfo.h:
12618         More playback updates, attempt to fix things after the state change
12619         breakage.
12620
12621 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12622
12623         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12624         (gst_videoscale_scale_nearest_16bit):
12625           comment algorithm
12626
12627 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12628
12629         * gst/videotestsrc/gstvideotestsrc.c:
12630         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12631         (gst_videotestsrc_init), (gst_videotestsrc_get),
12632         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12633         (gst_videotestsrc_get_property):
12634         * gst/videotestsrc/gstvideotestsrc.h:
12635         * gst/videotestsrc/videotestsrc.c:
12636         * gst/videotestsrc/videotestsrc.h:
12637           cleanup and commenting
12638
12639 2004-07-21  Wim Taymans  <wim@fluendo.com>
12640
12641         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12642         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12643         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12644         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12645         (_find_chain_get_unknown_part), (_find_streams_check),
12646         (gst_ogg_demux_push), (gst_ogg_pad_push):
12647         * ext/theora/theoradec.c: (theora_get_formats),
12648         (theora_dec_src_convert), (theora_dec_sink_convert),
12649         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12650         (theora_dec_chain):
12651         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12652         (vorbis_dec_convert), (vorbis_dec_src_query),
12653         (vorbis_dec_src_event), (vorbis_dec_event):
12654         More seeking fixes, oggdemux now supports seeking to time and
12655         uses the downstream element to convert granulepos to time.
12656         Seeking in theora-only ogg files now works.
12657
12658 2004-07-21  Wim Taymans  <wim@fluendo.com>
12659
12660         * ext/theora/theoradec.c: (gst_theora_dec_init),
12661         (theora_get_formats), (theora_get_event_masks),
12662         (theora_get_query_types), (theora_dec_src_convert),
12663         (theora_dec_sink_convert), (theora_dec_src_query),
12664         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12665         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12666         (vorbis_get_event_masks), (vorbis_get_query_types),
12667         (gst_vorbis_dec_init), (vorbis_dec_convert),
12668         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12669         Added query/convert/formats functions to vorbis and theora decoders
12670         so that the outside world can use them too. Fixed seeking on an
12671         ogg/theora/vorbis file by disabling the seeking seeking on the
12672         theora srcpad.
12673
12674 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12675
12676         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12677         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12678         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12679         images creation for both elements. We don't create the image on caps
12680         nego or renego, we just destroy the internal one if present if it does
12681         not match the needs. The chain function takes care of creating a new
12682         image when needed.
12683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12684         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12685         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12686         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12687         the image format information. The buffer pool checks for the context
12688         image format and discard images with different formats.
12689         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12690
12691 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12692
12693         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12694         (gst_ffmpegcolorspace_chain):
12695           no point in doing any chaining if the pad we want to push from
12696           isn't usable.
12697
12698 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12699
12700         * gst-libs/gst/riff/riff-media.c:
12701         (gst_riff_create_audio_caps_with_data):
12702           Fix double end-to-native symbol conversion (#148021).
12703
12704 2004-07-20  David Schleef  <ds@schleef.org>
12705
12706         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12707         Don't use an Atom that doesn't exist.
12708
12709 2004-07-20  Wim Taymans  <wim@fluendo.com>
12710
12711         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12712         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12713         (gst_multifdsink_client_remove),
12714         (gst_multifdsink_handle_client_write),
12715         (gst_multifdsink_queue_buffer):
12716         * gst/tcp/gstmultifdsink.h:
12717         More multifdsink stats. Avoid deadlock by releasing locks
12718         before sending out a signal.
12719
12720 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12721
12722         * po/LINGUAS:
12723         * po/hu.po:
12724           added Hungarian translation (Laszlo Dvornik)
12725
12726 2004-07-20  Wim Taymans  <wim@fluendo.com>
12727
12728         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12729         (gst_multifdsink_add), (gst_multifdsink_client_remove),
12730         (gst_multifdsink_handle_client_write),
12731         (gst_multifdsink_queue_buffer):
12732         * gst/tcp/gsttcp-marshal.list:
12733         Fixed the stupid marshal definition.
12734
12735 2004-07-20  Wim Taymans  <wim@fluendo.com>
12736
12737         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12738         (gst_multifdsink_init), (gst_multifdsink_add),
12739         (gst_multifdsink_client_remove),
12740         (gst_multifdsink_handle_client_write),
12741         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
12742         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
12743         (gst_multifdsink_init_send):
12744         * gst/tcp/gstmultifdsink.h:
12745         Added more stats, added timeout for a client, fixed some typos
12746         and added some comments.
12747
12748 2004-07-20  Wim Taymans  <wim@fluendo.com>
12749
12750         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12751         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12752         (gst_multifdsink_client_remove),
12753         (gst_multifdsink_handle_client_write):
12754         * gst/tcp/gstmultifdsink.h:
12755         * gst/tcp/gsttcp-marshal.list:
12756         Added get_stats method that returns a GValueArray of
12757         stats values.
12758
12759 2004-07-19  Benjamin Otte  <otte@gnome.org>
12760
12761         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12762           make sure longname, description and author are valid UTF-8
12763
12764 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12765
12766         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
12767         (gst_ximagesink_set_property):
12768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
12769         (gst_xvimagesink_set_property):
12770           make sure SYNCHRONOUS is respected after getting the X context
12771
12772 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12773
12774         * gst/matroska/matroska-demux.c:
12775         (gst_matroska_demux_handle_src_event),
12776         (gst_matroska_demux_parse_blockgroup):
12777         * gst/matroska/matroska-ids.h:
12778           add BlockReference tag and ignore it to clear out log.
12779           ignore NAVIGATION events to clear out log.
12780
12781 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12782
12783         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
12784         (gst_matroska_demux_add_stream):
12785         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
12786           add debug categories
12787
12788 2004-07-16  Wim Taymans  <wim@fluendo.com>
12789
12790         * ext/libpng/Makefile.am:
12791         * ext/libpng/gstpng.c: (plugin_init):
12792         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
12793         (gst_pngdec_get_type), (gst_pngdec_base_init),
12794         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
12795         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
12796         * ext/libpng/gstpngdec.h:
12797         Added png decoder.
12798
12799 2004-07-16  Julien MOUTTE  <julien@moutte.net>
12800
12801         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
12802         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
12803         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
12804         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12805         (gst_ximagesink_buffer_alloc):
12806         * sys/ximage/ximagesink.h:
12807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12808         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12809         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12810         (gst_xvimagesink_buffer_alloc):
12811         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
12812         again. Using internal data pointer of the x(v)image to store image's
12813         data to be coherent with the buffer alloc mechanism. Investigated the
12814         image destruction code to be sure that everything gets freed correctly.
12815
12816 2004-07-16  Wim Taymans  <wim@fluendo.com>
12817
12818         * gst-libs/gst/riff/riff-read.c:
12819         (gst_riff_read_strf_vids_with_data),
12820         (gst_riff_read_strf_auds_with_data):
12821         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12822         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
12823         Make sure we don't create 0 sized subbuffers in riff-read.
12824         Signal the no more pads signal after reading the avi header.
12825
12826 2004-07-16  Wim Taymans  <wim@fluendo.com>
12827
12828         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12829         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12830         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12831         (gst_decode_bin_init), (gst_decode_bin_dispose),
12832         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12833         (no_more_pads), (close_link), (type_found),
12834         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12835         (gst_decode_bin_change_state), (plugin_init):
12836         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12837         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12838         (gst_play_base_bin_dispose), (queue_overrun),
12839         (gen_preroll_element), (remove_prerolls), (unknown_type),
12840         (no_more_pads), (new_stream), (setup_source),
12841         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12842         (play_base_eos), (gst_play_base_bin_change_state),
12843         (gst_play_base_bin_add_element),
12844         (gst_play_base_bin_remove_element),
12845         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12846         (gst_play_base_bin_unlink_stream),
12847         (gst_play_base_bin_get_streaminfo):
12848         * gst/playback/gstplaybasebin.h:
12849         Better error recovery. Added configurable preroll queue size. Faster
12850         detection of no-more-pads.
12851
12852 2004-07-16  Wim Taymans  <wim@fluendo.com>
12853
12854         * gst-libs/gst/video/video.h:
12855         Added 32 bits RGBA. Not sure if we should use another mime-type
12856         for alpha rgb. Currently the presence of the alpha_mask property
12857         signals an alpha channel.
12858
12859 2004-07-16  Wim Taymans  <wim@fluendo.com>
12860
12861         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12863         FPS seems to be 0.0 to MAX everywhere else.
12864
12865 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12866
12867         * gst-libs/gst/riff/riff-media.c:
12868         (gst_riff_create_video_caps_with_data):
12869           mp42/mp43 (no caps) exist too.
12870         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12871           Set pixel_width/height; we've got them in-caps.
12872         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12873         * gst/wavparse/gstwavparse.c: (plugin_init):
12874           Both are valid primary.
12875         * sys/oss/gstossmixer.c:
12876           Remove i18n hack and enable translations.
12877
12878 2004-07-15  Benjamin Otte  <otte@gnome.org>
12879
12880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12881         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
12882           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
12883
12884 2004-07-15  Benjamin Otte  <otte@gnome.org>
12885
12886         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12887         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
12888         (gst_alsa_close_audio):
12889           disable some of the debugging code for now. Writing debugging to a
12890           buffer is broken in current alsalib releases.
12891
12892 2004-07-12  Benjamin Otte  <otte@gnome.org>
12893
12894         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
12895           use bufferpools
12896
12897 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12898
12899         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12900         (theora_dec_src_query), (theora_dec_event):
12901         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
12902           add debugging categories.  Remove \n's.
12903
12904 2004-07-13  Johan Dahlin  <johan@gnome.org>
12905
12906         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
12907         (gst_play_bin_get_property): Impl.
12908
12909 2004-07-13  Wim Taymans  <wim@fluendo.com>
12910
12911         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
12912         When trying to find the stream length, seek back N pages
12913         instead of just one, where N is the number of streams in
12914         the current chain.
12915
12916 2004-07-13  Wim Taymans  <wim@fluendo.com>
12917
12918         * gst-libs/gst/riff/riff-media.c:
12919         (gst_riff_create_audio_caps_with_data),
12920         (gst_riff_create_audio_caps),
12921         (gst_riff_create_audio_template_caps):
12922         * gst-libs/gst/riff/riff-media.h:
12923         * gst-libs/gst/riff/riff-read.c:
12924         (gst_riff_read_strf_vids_with_data),
12925         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
12926         * gst-libs/gst/riff/riff-read.h:
12927         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12928         (gst_avi_demux_add_stream):
12929         Set codec_data on caps for avidemuxer.
12930
12931 2004-07-12  David Schleef  <ds@schleef.org>
12932
12933         * configure.ac: Fix test for Objective C
12934
12935 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
12936         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
12937         (gst_gdk_pixbuf_chain):
12938           Add svg and pcx to template caps, and ensure that getcaps returns a
12939           subset of the template caps.
12940           Copy each row manually for output, as gdkpixbuf may pad the
12941           rowstride to a 32-bit word boundary.
12942
12943 2004-07-12  Wim Taymans  <wim@fluendo.com>
12944
12945         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12946         (gst_riff_create_video_template_caps):
12947         Fix the template caps to include some more media types.
12948
12949 2004-07-12  Wim Taymans  <wim@fluendo.com>
12950
12951         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12952         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
12953         (compare_ranks), (print_feature), (gst_decode_bin_init),
12954         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
12955         (try_to_link_1), (new_pad), (close_link), (type_found),
12956         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12957         (gst_decode_bin_change_state), (plugin_init):
12958         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12959         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12960         (gst_play_base_bin_dispose), (queue_overrun),
12961         (gen_preroll_element), (remove_prerolls), (no_more_pads),
12962         (new_stream), (setup_source), (gst_play_base_bin_set_property),
12963         (gst_play_base_bin_get_property), (play_base_eos),
12964         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12965         (gst_play_base_bin_remove_element),
12966         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12967         (gst_play_base_bin_unlink_stream),
12968         (gst_play_base_bin_get_streaminfo):
12969         * gst/playback/gstplaybasebin.h:
12970         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
12971         (gst_play_bin_class_init), (gst_play_bin_init),
12972         (gst_play_bin_dispose), (gst_play_bin_set_property),
12973         (gst_play_bin_get_property), (gen_video_element),
12974         (gen_audio_element), (remove_sinks), (setup_sinks),
12975         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
12976         (gst_play_bin_send_event), (gst_play_bin_get_formats),
12977         (gst_play_bin_convert), (gst_play_bin_get_query_types),
12978         (gst_play_bin_query), (plugin_init):
12979         * gst/playback/test4.c: (main):
12980         More fixes on reusing of the element.
12981
12982 2004-07-11  Benjamin Otte  <otte@gnome.org>
12983
12984         * ext/mad/gstmad.c: (normal_seek):
12985           allow seeking for other methods than just SET
12986
12987 2004-07-11  Andy Wingo  <wingo@pobox.com>
12988
12989         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
12990         float, "any" caps -> buffer_frames=[0,MAX].
12991
12992         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
12993         doesn't intersect our caps with the template any more. Do it
12994         ourselves.
12995         (interleave_buffered_loop): Use g_newa instead of malloc/free.
12996
12997 2004-07-09  Wim Taymans  <wim@fluendo.com>
12998
12999         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13000         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13001         (compare_ranks), (print_feature), (gst_decode_bin_init),
13002         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13003         (try_to_link_1), (new_pad), (close_link), (type_found),
13004         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13005         (gst_decode_bin_change_state), (plugin_init):
13006         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13007         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13008         (gst_play_base_bin_dispose), (queue_overrun),
13009         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13010         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13011         (gst_play_base_bin_get_property), (play_base_eos),
13012         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13013         (gst_play_base_bin_remove_element),
13014         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13015         (gst_play_base_bin_unlink_stream),
13016         (gst_play_base_bin_get_streaminfo):
13017         * gst/playback/gstplaybasebin.h:
13018         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13019         (gst_play_bin_class_init), (gst_play_bin_init),
13020         (gst_play_bin_dispose), (gst_play_bin_set_property),
13021         (gst_play_bin_get_property), (gen_video_element),
13022         (gen_audio_element), (remove_sinks), (setup_sinks),
13023         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13024         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13025         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13026         (gst_play_bin_query), (plugin_init):
13027         * gst/playback/test4.c: (main):
13028         Work on object reuse and seeking.
13029
13030 2004-07-09  Wim Taymans  <wim@fluendo.com>
13031
13032         * examples/seeking/seek.c: (iterate):
13033         Don't consume all CPU in the idle loop.
13034
13035 2004-07-09  Wim Taymans  <wim@fluendo.com>
13036
13037         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13038         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13039         Add pad to element *after* setting the pad functions so that
13040         the scheduler can use the correct ones.
13041
13042 2004-07-09  Wim Taymans  <wim@fluendo.com>
13043
13044         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13045         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13046         Sync to keyframe after seek
13047
13048 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13049
13050         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13051         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13052         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13053         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13054         * ext/libvisual/visual.c: (gst_visual_change_state):
13055         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13056         * ext/theora/theoradec.c: (theora_dec_change_state):
13057         * ext/theora/theoraenc.c: (theora_enc_change_state):
13058         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13059         * gst-libs/gst/navigation/navigation.c:
13060         * gst/adder/gstadder.c: (gst_adder_change_state):
13061         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13062         (gst_audio_convert_get_buffer):
13063         * gst/multipart/multipartdemux.c:
13064         (gst_multipart_demux_change_state):
13065         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13066         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13067         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13068         * gst/videoscale/gstvideoscale.c:
13069         (gst_videoscale_handle_src_event):
13070         * gst/volume/gstvolume.c: (volume_chain_int16):
13071           don't assert in state change, this should be done by the base
13072           GstElement class.
13073           various debugging fixes.
13074
13075 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13076
13077         * configure.ac:
13078         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13079         (gst_play_dispose), (gst_play_set_location),
13080         (gst_play_set_data_src), (gst_play_set_video_sink),
13081         (gst_play_set_audio_sink), (gst_play_set_visualization),
13082         (gst_play_connect_visualization), (gst_play_get_sink_element),
13083         (gst_play_get_all_by_interface):
13084         * gst-libs/gst/play/play.h:
13085           add new method to get elements implementing an interface.
13086           add various error logging
13087
13088 2004-07-08  Wim Taymans  <wim@fluendo.com>
13089
13090         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13091         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13092         (make_playerbin_pipeline), (query_durations_elems),
13093         (query_durations_pads), (query_positions_elems),
13094         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13095         (main):
13096         Added playbin seeking example.
13097
13098 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13099
13100         * gst-libs/gst/play/play.c: (gst_play_set_location),
13101         (gst_play_set_data_src), (gst_play_set_video_sink),
13102         (gst_play_set_audio_sink), (gst_play_set_visualization),
13103         (gst_play_connect_visualization), (gst_play_get_framerate):
13104           use a macro to look up elements from hash table
13105
13106 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13107
13108         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13109         (gst_play_get_length_callback), (gst_play_set_location),
13110         (gst_play_seek_to_time), (gst_play_set_data_src),
13111         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13112         (gst_play_set_visualization), (gst_play_connect_visualization),
13113         (gst_play_get_sink_element):
13114         - add debugging info
13115         - fix looking up sink elements by iterating over complete caps
13116         - put everything except for source and autoplugger in a complete bin
13117
13118 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13119
13120         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13121         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13122         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13123         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13124         * ext/alsa/gstalsasink.h:
13125         - add debugging info
13126         - clean up schizophrenia of data/buffer/event
13127         - fix double event unref error
13128
13129 2004-07-08  Wim Taymans  <wim@fluendo.com>
13130
13131         * gst/playback/Makefile.am:
13132         Add headers to noinst
13133
13134 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13135
13136         * tools/gst-launch-ext-m.m:
13137         * tools/gst-launch-ext.1.in:
13138           convert to the third millenium
13139
13140 2004-07-07  David Schleef  <ds@schleef.org>
13141
13142         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13143
13144 2004-07-07  Wim Taymans  <wim@fluendo.com>
13145
13146         * gst/playback/Makefile.am:
13147         * gst/playback/README:
13148         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13149         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13150         (compare_ranks), (print_feature), (gst_decode_bin_init),
13151         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13152         (try_to_link_1), (new_pad), (close_link), (type_found),
13153         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13154         (plugin_init):
13155         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13156         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13157         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13158         (gen_preroll_element), (no_more_pads), (new_stream),
13159         (setup_source), (gst_play_base_bin_set_property),
13160         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13161         (gst_play_base_bin_add_element),
13162         (gst_play_base_bin_remove_element),
13163         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13164         (gst_play_base_bin_unlink_stream),
13165         (gst_play_base_bin_get_streaminfo):
13166         * gst/playback/gstplaybasebin.h:
13167         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13168         (gst_play_bin_class_init), (gst_play_bin_init),
13169         (gst_play_bin_dispose), (gst_play_bin_set_property),
13170         (gst_play_bin_get_property), (gen_video_element),
13171         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13172         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13173         (gst_play_bin_get_formats), (gst_play_bin_convert),
13174         (gst_play_bin_get_query_types), (gst_play_bin_query),
13175         (plugin_init):
13176         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13177         (gst_stream_info_get_type), (gst_stream_info_class_init),
13178         (gst_stream_info_init), (gst_stream_info_new),
13179         (gst_stream_info_dispose), (gst_stream_info_set_property),
13180         (gst_stream_info_get_property):
13181         * gst/playback/gststreaminfo.h:
13182         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13183         (main):
13184         * gst/playback/test2.c: (main):
13185         * gst/playback/test3.c: (update_scale), (main):
13186         More playbin fixes. Added README. Do better element filtering.
13187         Added base class to preroll media. Added test apps.
13188
13189 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13190
13191         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13192         * ext/mpeg2dec/gstmpeg2dec.h:
13193           various debugging improvements.  Reset stream to next picture
13194           instead of sequence header, otherwise seeks cannot work.
13195
13196 2004-07-07  Wim Taymans  <wim@fluendo.com>
13197
13198         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13199         (gst_video_box_class_init), (gst_video_box_set_property),
13200         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13201         Use pad_alloc where possible.
13202
13203 2004-07-07  Wim Taymans  <wim@fluendo.com>
13204
13205         * sys/oss/gstosselement.c: (gst_osselement_reset),
13206         (gst_osselement_parse_caps):
13207         * sys/oss/gstosselement.h:
13208         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13209         Fix offset on osssrc.
13210
13211 2004-07-07  Wim Taymans  <wim@fluendo.com>
13212
13213         * ext/theora/theora.c: (plugin_init):
13214         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13215         (theora_dec_src_query), (theora_dec_chain):
13216         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13217         (theora_enc_sink_link), (theora_buffer_from_packet),
13218         (theora_push_packet), (theora_enc_chain):
13219         Fix theora granulepos calculation.
13220         Fix overflow in duration/position calculation.
13221         Bump rank to PRIMARY for theoradec.
13222         Use granulepos of last packet to calculate position.
13223         Set keyframe flag on buffers when needed.
13224
13225 2004-07-06  David Schleef  <ds@schleef.org>
13226
13227         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13228         serious?  (Fixed, obviously.)
13229
13230 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13231
13232         * po/LINGUAS:
13233         * po/cs.po:
13234           added Czech translation (Miloslav Trmac)
13235
13236 2004-07-05  Wim Taymans  <wim@fluendo.com>
13237
13238         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13239         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13240         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13241         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13242         (close_link), (type_found), (gst_decode_bin_set_property),
13243         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13244         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13245         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13246         (gst_decode_bin_query), (plugin_init):
13247         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13248         (gst_play_bin_class_init), (gst_play_bin_init),
13249         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13250         (get_video_element), (new_pad), (setup_source),
13251         (gst_play_bin_set_property), (gst_play_bin_get_property),
13252         (gst_play_bin_change_state), (gst_play_bin_add_element),
13253         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13254         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13255         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13256         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13257         * gst/playback/test.c: (main):
13258         More fixes, cleaned up playbin, make it use decodebin. Added
13259         threaded property to playbin.
13260
13261 2004-07-05  Wim Taymans  <wim@fluendo.com>
13262
13263         * configure.ac:
13264         * gst/playback/Makefile.am:
13265         * gst/playback/decodetest.c: (main):
13266         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13267         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13268         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13269         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13270         (close_link), (type_found), (gst_decode_bin_set_property),
13271         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13272         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13273         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13274         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13275         (plugin_init):
13276         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13277         (gst_play_bin_class_init), (gst_play_bin_init),
13278         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13279         (collect_sink_pads), (find_compatibles), (close_pad_link),
13280         (try_to_link_1), (new_pad), (close_link), (type_found),
13281         (setup_source), (gst_play_bin_set_property),
13282         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13283         (compare_ranks), (gst_play_bin_collect_factories),
13284         (gst_play_bin_change_state), (gst_play_bin_add_element),
13285         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13286         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13287         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13288         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13289         * gst/playback/test.c: (main):
13290         Added some playback helper elements and some test apps, very alpha
13291         still.
13292
13293 2004-07-04  Benjamin Otte  <otte@gnome.org>
13294
13295         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13296           only restart audio when we indeed have an xrun to fix repeated
13297           xruns. Fix suggested by Giuliano Pochini.
13298
13299 2004-07-03  David Schleef  <ds@schleef.org>
13300
13301         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13302         call to gst_debug_log() if debugging is disabled (bug #145118)
13303
13304 2004-07-03  Benjamin Otte  <otte@gnome.org>
13305
13306         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13307           use our own functions for restarting the alsa device.
13308         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13309           I should apply patches myself - use MIN for the third argument, not
13310           the second, this fixes seeking
13311
13312 2004-07-02  David Schleef  <ds@schleef.org>
13313
13314         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13315         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13316         do with the logic.
13317
13318 2004-07-02  David Schleef  <ds@schleef.org>
13319
13320         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13321         output buffers.  Fix logic mistake.  (bug #144866)
13322
13323 2004-07-02  David Schleef  <ds@schleef.org>
13324
13325         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13326         on X.  (bug #144753)
13327
13328 2004-07-02  David Schleef  <ds@schleef.org>
13329
13330         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13331         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13332         (bug #144624)
13333         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13334         (gst_osselement_rate_probe_check): Add another workaround for
13335         buggy drivers (bug #145336)
13336
13337 2004-07-02  David Schleef  <ds@schleef.org>
13338
13339         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13340         Most systems don't have MSG_NOSIGNAL.
13341
13342 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13343
13344         * Makefile.am:
13345         * gst-libs/gst/colorbalance/Makefile.am:
13346         * gst-libs/gst/mixer/Makefile.am:
13347         * gst-libs/gst/play/Makefile.am:
13348         * gst-libs/gst/tuner/Makefile.am:
13349           (hopefully) fix both install and dist and make error message useful.
13350           needs testing across automakes.
13351
13352 2004-07-02  Benjamin Otte  <otte@gnome.org>
13353
13354         * ext/ogg/gstogg.c: (plugin_init):
13355           we require bytestream now
13356         * ext/ogg/gstoggdemux.c:
13357           huge diff to implement chain setup in a fast and generic way. This
13358           improves tag reading and startup of huge files (read: Theora videos)
13359           quite a bit. It probably contains bugs, too, so please test.
13360           Seeking is not improved to the fast method.
13361
13362 2004-06-29  Wim Taymans  <wim@fluendo.com>
13363
13364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13365         * ext/ogg/gstoggmux.c:
13366         Fix memleak in oggdemux when running unconnected pads.
13367         doc update in mux, start working on keyframe mode.
13368
13369 2004-06-29  Benjamin Otte  <otte@gnome.org>
13370
13371         * sys/oss/gstosssink.c:
13372         * sys/oss/gstosssrc.c:
13373           advertise correct template caps - we indeed do non-native endianness
13374           and 8bit audio has no endianness
13375         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13377           avoid (wrong) duplications in getcaps function and return
13378           template caps
13379
13380 2004-06-29  Wim Taymans  <wim@fluendo.com>
13381
13382         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13383         (gst_multifdsink_class_init), (gst_multifdsink_add),
13384         (gst_multifdsink_remove), (gst_multifdsink_clear),
13385         (gst_multifdsink_client_remove),
13386         (gst_multifdsink_handle_client_read),
13387         (gst_multifdsink_client_queue_data),
13388         (gst_multifdsink_client_queue_caps),
13389         (gst_multifdsink_client_queue_buffer),
13390         (gst_multifdsink_handle_client_write),
13391         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13392         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13393         (gst_multifdsink_init_send), (gst_multifdsink_close):
13394         Fix wrong GList iteration that could crash the server when
13395         more then 2 clients disconnect at the same time. Read all the
13396         pending commands in one batch to recover from command storms under
13397         very heavy load.
13398
13399 2004-06-28  Wim Taymans  <wim@fluendo.com>
13400
13401         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13402         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13403         (gst_videomixer_pad_set_property),
13404         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13405         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13406         (gst_videomixer_class_init), (gst_videomixer_init),
13407         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13408         (pad_zorder_compare), (gst_videomixer_sort_pads),
13409         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13410         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13411         (gst_videomixer_update_queues), (gst_videomixer_loop),
13412         (plugin_init):
13413         Avoid divide by zero, choose masterpad as the pad with the highest
13414         framerate.
13415
13416 2004-06-27  Julien Moutte  <julien@moutte.net>
13417
13418         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13419         (gst_ximagesink_xwindow_new):
13420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13421         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13422         function directly. We might want to call it from somewhere else one day.
13423
13424 2004-06-27  Julien Moutte  <julien@moutte.net>
13425
13426         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13427         (gst_ximagesink_xwindow_new):
13428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13429         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13430         window decorations.
13431
13432 2004-06-27  Wim Taymans  <wim@fluendo.com>
13433
13434         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13435         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13436         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13437         (gst_dvdec_set_property), (gst_dvdec_get_property):
13438         * ext/dv/gstdvdec.h:
13439         Implement drop_factor property to lower the framerate with
13440         a factor.
13441
13442 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13443
13444         * gst-libs/gst/colorbalance/Makefile.am:
13445         * gst-libs/gst/mixer/Makefile.am:
13446         * gst-libs/gst/play/Makefile.am:
13447         * gst-libs/gst/tuner/Makefile.am:
13448           unbreak Company's fix that didn't install the -enum.h files
13449
13450 2004-06-27  Wim Taymans  <wim@fluendo.com>
13451
13452         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13453         (gst_dvdec_change_state):
13454         * ext/dv/gstdvdec.h:
13455         Fix timestamp, duration and offset of the buffers.
13456
13457 2004-06-27  Wim Taymans  <wim@fluendo.com>
13458
13459         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13460         (gst_multifdsink_class_init), (gst_multifdsink_add),
13461         (gst_multifdsink_remove), (gst_multifdsink_clear),
13462         (gst_multifdsink_client_remove),
13463         (gst_multifdsink_handle_client_read),
13464         (gst_multifdsink_client_queue_data),
13465         (gst_multifdsink_client_queue_caps),
13466         (gst_multifdsink_client_queue_buffer),
13467         (gst_multifdsink_handle_client_write),
13468         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13469         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13470         (gst_multifdsink_init_send), (gst_multifdsink_close):
13471         * gst/tcp/gstmultifdsink.h:
13472         * gst/tcp/gsttcpserversink.c:
13473         (gst_tcpserversink_handle_server_read),
13474         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13475         More multifdsink fixes, more recovery policy fixes.
13476         Removed stupid g_print
13477
13478 2004-06-26  Wim Taymans  <wim@fluendo.com>
13479
13480         * gst/tcp/Makefile.am:
13481         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13482         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13483         (gst_multifdsink_class_init), (gst_multifdsink_init),
13484         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13485         (gst_multifdsink_handle_client_read),
13486         (gst_multifdsink_client_queue_data),
13487         (gst_multifdsink_client_queue_caps),
13488         (gst_multifdsink_client_queue_buffer),
13489         (gst_multifdsink_handle_client_write),
13490         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13491         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13492         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13493         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13494         (gst_multifdsink_close), (gst_multifdsink_change_state):
13495         * gst/tcp/gstmultifdsink.h:
13496         * gst/tcp/gsttcpplugin.c: (plugin_init):
13497         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13498         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13499         (gst_tcpserversink_handle_server_read),
13500         (gst_tcpserversink_handle_select),
13501         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13502         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13503         * gst/tcp/gsttcpserversink.h:
13504         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13505         one of the locks, added recovery policy to multifdsink.
13506
13507 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13508
13509         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13510           fix decision for when getting frames with same timestamp
13511         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13512         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13513         (gst_v4lsrc_get_property):
13514         * sys/v4l/gstv4lsrc.h:
13515           add latency offset property
13516
13517 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13518
13519         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13520         (plugin_init):
13521           fix debugging. add category.
13522
13523 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13524
13525         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13526           fix wrong offsets
13527
13528 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13529
13530         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13531         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13532         (gst_alsa_src_change_state):
13533           return a time that is in sync with the element's processing
13534
13535 2004-06-25  Wim Taymans  <wim@fluendo.com>
13536
13537         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13538         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13539         (gst_tcpserversink_client_remove),
13540         (gst_tcpserversink_handle_client_read),
13541         (gst_tcpserversink_client_queue_data),
13542         (gst_tcpserversink_client_queue_caps),
13543         (gst_tcpserversink_client_queue_buffer),
13544         (gst_tcpserversink_handle_client_write),
13545         (gst_tcpserversink_queue_buffer),
13546         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13547         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13548         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13549         (gst_tcpserversink_close):
13550         * gst/tcp/gsttcpserversink.h:
13551         Serversink rewrite. Really do non blocking writes to clients and
13552         maintain an internal queue to handle slower clients while not
13553         disturbing fast clients.
13554
13555 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13556
13557         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13558           better debug, don't override OFFSET and OFFSET_END
13559
13560 2004-06-25  Iain <iain@prettypeople.org>
13561
13562         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13563         name=source for the wavparse pipeline.
13564
13565 2004-06-24  Johan Dahlin  <johan@gnome.org>
13566
13567         * ext/theora/theoraenc.c (theora_enc_chain): Call
13568         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13569         streamheader caps are set correctly.
13570
13571 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13572
13573         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13574         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13575           respect minimum bitrate; same could be done for max bitrate
13576
13577 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13578
13579         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13580         (gst_vorbisenc_setup):
13581           fix sample rate range
13582
13583 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13584
13585         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13586         (gst_oggvorbisenc_setup):
13587         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13588         (gst_vorbisenc_setup):
13589           resolve ambiguities in code and description
13590
13591 2004-06-24  Wim Taymans  <wim@fluendo.com>
13592
13593         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13594         * ext/alsa/gstalsa.h:
13595         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13596         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13597         Use alsa trigger_tstamp to get the timestamp of the first
13598         sample in the buffer for more precise sync. Some cleanups.
13599
13600 2004-06-24  Wim Taymans  <wim@fluendo.com>
13601
13602         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13603         (gst_audiorate_init), (gst_audiorate_chain),
13604         (gst_audiorate_set_property), (gst_audiorate_get_property):
13605         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13606         (gst_videorate_chain):
13607         Added some logging, fixed an overflow bug in videorate.
13608
13609 2004-06-24  Benjamin Otte  <otte@gnome.org>
13610
13611         * ext/kio/Makefile.am:
13612           fix for builddir != srcdir and distcheck
13613
13614 2004-06-24  Benjamin Otte  <otte@gnome.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         * gst/tcp/Makefile.am:
13621         * sys/dxr3/Makefile.am:
13622           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13623           tarball.
13624           Also add all *.list files that were missing.
13625         * Makefile.am:
13626           add a distcheck hook to ensure the above doesn't happen again.
13627
13628 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13629
13630         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13631
13632 2004-06-23  Colin Walters  <walters@redhat.com>
13633
13634         * m4/Makefile.am: Distribute gst-fionread.m4.
13635
13636 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13637
13638         * configure.ac: back to dev
13639
13640 2004-06-23  Wim Taymans  <wim@fluendo.com>
13641
13642         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13643         (gst_alsa_xrun_recovery):
13644         * ext/alsa/gstalsa.h:
13645         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13646         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13647         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13648         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13649         (gst_alsa_src_loop):
13650         Add clock to alsasrc. Take new capture timestamp when
13651         restarting after an overrun. Split up some functions between
13652         alsasrc and alsasink.
13653
13654 === release 0.8.2 ===
13655
13656 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13657
13658         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13659         (gst_alsa_change_state), (gst_alsa_update_avail),
13660         (gst_alsa_xrun_recovery):
13661         * ext/alsa/gstalsa.h:
13662         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13663           merge back changes from release
13664
13665 2004-06-23  Wim Taymans  <wim@fluendo.com>
13666
13667         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13668         (gst_audiorate_init), (gst_audiorate_chain),
13669         (gst_audiorate_set_property), (gst_audiorate_get_property):
13670         Implement sample dropping and notify
13671
13672 2004-06-22  Wim Taymans  <wim@fluendo.com>
13673
13674         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13675         (theora_enc_sink_link), (theora_buffer_from_packet),
13676         (theora_push_packet), (theora_enc_chain):
13677         Some cleanups, make sure the timestamps are correct.
13678
13679 2004-06-22  Wim Taymans  <wim@fluendo.com>
13680
13681         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13682         (gst_alsa_change_state), (gst_alsa_update_avail),
13683         (gst_alsa_xrun_recovery):
13684         * ext/alsa/gstalsa.h:
13685         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13686         Cleanups, take queued samples into account when reporting
13687         the time.
13688
13689 2004-06-22  Wim Taymans  <wim@fluendo.com>
13690
13691         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13692         (gst_videorate_init):
13693         Initialize the property as well.
13694
13695 2004-06-22  Wim Taymans  <wim@fluendo.com>
13696
13697         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13698         (gst_videorate_init), (gst_videorate_chain),
13699         (gst_videorate_set_property), (gst_videorate_get_property):
13700         Add property to make videorate silent.
13701         Add property to prefer new frames over old ones.
13702
13703 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13704
13705         * sys/osxvideo/Makefile.am:
13706         Workaround so that the osxvideo .so file gets linked with the
13707         Cocoa, OpenGL and QuickTime frameworks
13708
13709 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13710
13711         * sys/osxaudio/Makefile.am:
13712         Workaround so that the osxaudio .so file gets linked with the
13713         CoreAudio framework
13714
13715 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13716
13717         * configure.ac:
13718         Whoops, my fault...fixed build issues
13719
13720 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13721
13722         * configure.ac:
13723         Add objective-c support if running in Darwin/Mac OS X
13724         * sys/Makefile.am:
13725         * sys/osxvideo:
13726         * sys/osxvideo/Makefile.am:
13727         * sys/osxvideo/osxvideosink.h:
13728         * sys/osxvideo/osxvideosink.m:
13729         * sys/osxvideo/cocoawindow.h:
13730         * sys/osxvideo/cocoawindow.m:
13731         Add osxvideosink, a cocoa-based osx video sink
13732
13733
13734 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
13735         * ext/dvdnav/gst-dvd:
13736         Grab the gconf key from the right spot
13737         * gst/debug/gstnavseek.c: (gst_navseek_init),
13738         (gst_navseek_segseek), (gst_navseek_handle_src_event),
13739         (gst_navseek_chain):
13740         * gst/debug/gstnavseek.h:
13741           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
13742           and loop parameters of a segment seek.
13743         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
13744         (gst_videotestsrc_get_event_masks),
13745         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13746         * gst/videotestsrc/gstvideotestsrc.h:
13747           Add seeking support to videotestsrc
13748           Initialise the timestamp_offset variable.
13749
13750 2004-06-18  Wim Taymans  <wim@fluendo.com>
13751
13752         * ext/sidplay/gstsiddec.cc:
13753         Fix negotiation and set correct end offset.
13754
13755 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13756
13757         * configure.ac: branch and prerelease
13758
13759 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13760
13761         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
13762         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
13763         (gst_tcpclientsrc_init_receive):
13764         * gst/tcp/gsttcpclientsrc.h:
13765           read caps when connecting to server for GDP so we set them correctly
13766
13767 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13768
13769         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13770           notify drops and duplicates
13771         * gst/videoscale/videoscale.c: (videoscale_get_structure):
13772           no good reason to limit ourselves to 100x100
13773
13774 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13775
13776         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13777         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13778         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13779         (gst_v4lsrc_get_property):
13780         * sys/v4l/gstv4lsrc.h:
13781         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13782         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13783         (gst_v4l_set_audio):
13784         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
13785         (gst_v4lsrc_try_capture):
13786         * sys/v4l/v4lsrc_calls.h:
13787           change try_palette to more general try_capture
13788           add autoprobe option so we can turn off autoprobing
13789           various fixes
13790
13791 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13792
13793         * configure.ac:
13794           add videorate
13795         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
13796         (gst_ximagesink_class_init):
13797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
13798         (gst_xvimagesink_class_init):
13799           run them as finalize, not dispose, since dispose can be invoked
13800           multiple times
13801
13802 2004-06-17  Wim Taymans  <wim@fluendo.com>
13803
13804         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13805         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
13806         * ext/alsa/gstalsa.h:
13807         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
13808         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
13809         (gst_alsa_src_change_state):
13810         * ext/alsa/gstalsasrc.h:
13811         Make the xrun code timestamp and offset the buffers correctly.
13812         moved the clock to the base class, use alsa methods to get time.
13813         Do correct timestamping on outgoing buffers.
13814
13815 2004-06-17  Wim Taymans  <wim@fluendo.com>
13816
13817         * gst/audiorate/Makefile.am:
13818         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
13819         (gst_audiorate_base_init), (gst_audiorate_class_init),
13820         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
13821         (gst_audiorate_set_property), (gst_audiorate_get_property),
13822         (gst_audiorate_change_state), (plugin_init):
13823         Added an audiorate converter that fills in gaps.
13824
13825 2004-06-17  Johan Dahlin  <johan@gnome.org>
13826
13827         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
13828
13829 2004-06-16  Wim Taymans  <wim@fluendo.com>
13830
13831         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
13832         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13833         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13834         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13835         (gst_v4lsrc_get_property):
13836         * sys/v4l/gstv4lsrc.h:
13837         Added a copy mode to v4lsrc where it will output a copied version
13838         of its internal hardware buffer.
13839         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
13840         can't | them.
13841
13842 2004-06-16  Wim Taymans  <wim@fluendo.com>
13843
13844         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13845         Timestamp fixes.
13846
13847 2004-06-16  Wim Taymans  <wim@fluendo.com>
13848
13849         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13850         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13851         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13852         (gst_v4lsrc_get_property):
13853         * sys/v4l/gstv4lsrc.h:
13854         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13855         Added a sync mode enum property to control v4lsrc timestamp method
13856         Removed the use-fixed-fps property and moved functionality in
13857         the enum.
13858         Don't error on an error value from v4l-conf, it might not always
13859         be a real error.
13860
13861 2004-06-16  Wim Taymans  <wim@fluendo.com>
13862
13863         * gst/videorate/Makefile.am:
13864         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
13865         (gst_videorate_base_init), (gst_videorate_class_init),
13866         (gst_videorate_getcaps), (gst_videorate_link),
13867         (gst_videorate_init), (gst_videorate_chain),
13868         (gst_videorate_set_property), (gst_videorate_get_property),
13869         (gst_videorate_change_state), (plugin_init):
13870         Added a video timestamp corrector.
13871
13872 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13873
13874         fixed a potential leak with previous commit
13875
13876         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13877
13878 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13879
13880         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13881         Added missing refcount, fixes bug #144425
13882         Cheers Tim for finding the bug
13883
13884 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13885
13886         * sys/v4l/gstv4l.c: (plugin_init):
13887         * sys/v4l/gstv4lcolorbalance.c:
13888         * sys/v4l/gstv4lcolorbalance.h:
13889         * sys/v4l/gstv4lelement.c:
13890         * sys/v4l/gstv4lelement.h:
13891         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13892         * sys/v4l/gstv4lmjpegsink.h:
13893         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13894         * sys/v4l/gstv4lmjpegsrc.h:
13895         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13896         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13897         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13898         * sys/v4l/gstv4lsrc.h:
13899         * sys/v4l/gstv4ltuner.c:
13900         * sys/v4l/gstv4ltuner.h:
13901         * sys/v4l/gstv4lxoverlay.c:
13902         * sys/v4l/gstv4lxoverlay.h:
13903         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
13904         (gst_v4l_set_window), (gst_v4l_enable_overlay):
13905         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13906         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13907         (gst_v4l_set_audio):
13908         * sys/v4l/v4l_calls.h:
13909         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
13910         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
13911         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
13912         (gst_v4lmjpegsink_playback_init),
13913         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
13914         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
13915         (gst_v4lmjpegsink_playback_stop),
13916         (gst_v4lmjpegsink_playback_deinit):
13917         * sys/v4l/v4lmjpegsink_calls.h:
13918         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
13919         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
13920         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
13921         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
13922         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
13923         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
13924         * sys/v4l/v4lmjpegsrc_calls.h:
13925         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13926         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
13927         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
13928         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
13929         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
13930         (gst_v4lsrc_try_palette):
13931         * sys/v4l/v4lsrc_calls.h:
13932           bunch of paranoia cleanups
13933
13934 2004-06-14  David Schleef  <ds@schleef.org>
13935
13936         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
13937         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
13938         Send discont events and change timestamps appropriately when
13939         we get a seek event.  (bug #144240)
13940         * ext/cdparanoia/gstcdparanoia.h:
13941
13942 2004-06-14  Benjamin Otte  <otte@gnome.org>
13943
13944         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
13945           snd_pcm_hw_params_set_rate  since the latter fails for no good
13946           reason on some setups.
13947
13948 2004-06-14  David Schleef  <ds@schleef.org>
13949
13950         * gst/volume/demo.c: (value_changed_callback): exp10() is not
13951         standard.  Thank you for playing.
13952
13953 2004-06-14  Wim Taymans  <wim@fluendo.com>
13954
13955         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
13956         Patch 1.3 broke the ordering of the colorspace info and
13957         made the plugin basically work by coincidence, reordered
13958         the info.
13959
13960 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13961
13962         * ext/lame/gstlame.c:
13963         * ext/mad/gstmad.c:
13964           sync caps.  Make sure mad can only output a list of rates, not
13965           a full range.  In the future, have three caps lists for each of the
13966           mpeg versions.  Change mpegversion to a double as well.
13967
13968 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13969
13970         * gst/volume/.cvsignore:
13971         * gst/volume/Makefile.am:
13972         * gst/volume/demo.c: (value_changed_callback), (idler),
13973         (setup_gui), (main):
13974           added small demo app
13975
13976 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
13977         * ext/esd/esdsink.c: (gst_esdsink_change_state):
13978         * ext/esd/esdsink.h:
13979         Close the esd connection on pause, because esd will just wait -
13980         blocking all other esd clients indefinitely.
13981
13982 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
13983
13984         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
13985           previous commit with GST_DEBUG
13986
13987 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13988
13989         * configure.ac:
13990           add a header check for a dvdread header in dvdnav.  Fixes #133002
13991
13992 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13993
13994         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13995         * gst/tcp/gsttcpclientsink.h:
13996         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13997         * gst/tcp/gsttcpclientsrc.h:
13998         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
13999         (gst_tcpserversink_handle_server_read),
14000         (gst_tcpserversink_init_send):
14001         * gst/tcp/gsttcpserversink.h:
14002         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14003         * gst/tcp/gsttcpserversrc.h:
14004         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14005         version of IP)
14006
14007 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14008
14009         * configure.ac:
14010         Added ogg library so that OSX detects libtheora properly
14011
14012 2004-06-11  Wim Taymans  <wim@fluendo.com>
14013
14014         * ext/theora/theoradec.c: (theora_dec_chain),
14015         (theora_dec_change_state):
14016         Don't try to decode frames before we received a keyframe.
14017
14018 2004-06-11  Wim Taymans  <wim@fluendo.com>
14019
14020         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14021         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14022         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14023         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14024         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14025         Added property to set the maximum delay of a page.
14026
14027 2004-06-10  Wim Taymans  <wim@fluendo.com>
14028
14029         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14030         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14031         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14032         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14033         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14034         Added max-delay property to control the maximum amount
14035         of data to put in one page.
14036
14037 2004-06-10  Wim Taymans  <wim@fluendo.com>
14038
14039         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14040         (gst_theora_enc_init), (theora_enc_sink_link),
14041         (theora_buffer_from_packet), (theora_enc_set_property),
14042         (theora_enc_get_property):
14043         Set duration on encoded buffer, added some more properties
14044
14045 2004-06-10  Wim Taymans  <wim@fluendo.com>
14046
14047         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14048         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14049         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14050         * ext/theora/theoraenc.c: (theora_enc_chain):
14051         Fix refcounting bugs
14052
14053 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14054
14055         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14056         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14057         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14058         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14059         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14060         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14061         (gst_asf_demux_change_state):
14062         * gst/asfdemux/gstasfdemux.h:
14063           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14064           feels like. I think we should set a new requirement for demuxers
14065           from now on to implement sane loop functions, data loops, query
14066           and seek functions before first commit into CVS. And this commit
14067           fixes all of the above.
14068
14069 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14070
14071         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14072           vorbis comments are properly encoded in UTF-8 before adding them
14073           to a GstTagList
14074
14075 2004-06-09  Benjamin Otte  <otte@gnome.org>
14076
14077         * ext/alsa/gstalsa.c: (add_channels):
14078           handle min <= max correctly
14079         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14080         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14081           add fixation functions so we fixate correctly. No preferring of alaw
14082           anymore because it's the first structure.
14083         * ext/alsa/gstalsa.h:
14084         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14085         (gst_alsa_hw_params_dump):
14086           add functions to ease debugging in alsalib
14087         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14088         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14089         (gst_alsa_start_audio):
14090           only specify hw params if we really setup a format (fixes #134007 -
14091           or at least works around it)
14092
14093 2004-06-09  Wim Taymans  <wim@fluendo.com>
14094
14095         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14096         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14097         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14098         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14099         (gst_ogg_mux_loop):
14100         Use stream caps to setup the initial pages in the ogg stream.
14101         Correctly set the streamheader caps on the srcpad.
14102
14103 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14104
14105         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14106         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14107         (gst_v4lsrc_getcaps):
14108         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14109         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14110           add querying of fps lists for webcams.  Negotiating to a framerate
14111           now works.
14112
14113 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14114
14115         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14116         (theora_push_buffer), (theora_push_packet),
14117         (theora_set_header_on_caps), (theora_enc_chain):
14118           mark buffers and put on streamheader, raw theora streaming
14119           now works too, whee
14120
14121 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14122
14123         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14124         (gst_tcp_gdp_read_caps):
14125           do a looping read for caps and GDP headers too
14126
14127 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14128
14129         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14130         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14131           return EOS instead of NULL in _get
14132
14133 2004-06-08  Wim Taymans  <wim@fluendo.com>
14134
14135         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14136         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14137         (gst_tcp_gdp_write_caps):
14138         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14139         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14140         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14141         Memory leak fixes
14142
14143 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14144
14145         * ext/vorbis/Makefile.am:
14146         * ext/vorbis/vorbis.c: (plugin_init):
14147         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14148         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14149         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14150         (vorbis_parse_change_state):
14151         * ext/vorbis/vorbisparse.h:
14152           adding a vorbisparse element that marks the buffers, streaming
14153           raw vorbis using GDP now works, whee
14154
14155 2004-06-08  Wim Taymans  <wim@fluendo.com>
14156
14157         * ext/jpeg/Makefile.am:
14158         * ext/jpeg/README:
14159         * ext/jpeg/gstjpeg.c: (plugin_init):
14160         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14161         (gst_smokedec_base_init), (gst_smokedec_class_init),
14162         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14163         * ext/jpeg/gstsmokedec.h:
14164         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14165         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14166         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14167         (gst_smokeenc_resync), (gst_smokeenc_chain),
14168         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14169         * ext/jpeg/gstsmokeenc.h:
14170         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14171         (smokecodec_flush_destination), (smokecodec_term_destination),
14172         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14173         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14174         (smokecodec_term_source), (smokecodec_encode_new),
14175         (smokecodec_decode_new), (smokecodec_info_free),
14176         (smokecodec_set_quality), (smokecodec_get_quality),
14177         (smokecodec_set_threshold), (smokecodec_get_threshold),
14178         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14179         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14180         (smokecodec_parse_header), (smokecodec_decode):
14181         * ext/jpeg/smokecodec.h:
14182         Added a new simple jpeg based codec
14183
14184 2004-06-08  Wim Taymans  <wim@fluendo.com>
14185
14186         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14187         (gst_multipart_mux_loop):
14188         Fix memory leak
14189
14190 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14191
14192         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14193         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14194         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14195         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14196         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14197         * gst/tcp/gsttcpserversink.h:
14198           take streamheader into account
14199
14200 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14201
14202         * gst/level/Makefile.am:
14203         * gst/level/gstlevel.c: (gst_level_class_init):
14204           clean up marshal generation
14205
14206 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14207
14208         * gst/tcp/Makefile.am:
14209         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14210         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14211         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14212         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14213         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14214         (gst_tcpclientsrc_get_property):
14215         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14216         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14217         (gst_tcpserversink_handle_client_read),
14218         (gst_tcpserversink_handle_client_write),
14219         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14220         * gst/tcp/gsttcpserversink.h:
14221           add signals client-added and client-removed
14222         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14223         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14224         (gst_tcpserversrc_get_property):
14225         uniformized, change default protocol to NONE
14226         * gst/tcp/gsttcp-marshal.list: added
14227 2004-06-07  Benjamin Otte  <otte@gnome.org>
14228
14229         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14230           handle discont events if they happen before caps nego
14231
14232 2004-06-07  Wim Taymans  <wim@fluendo.com>
14233
14234         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14235         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14236         (gst_multipart_demux_plugin_init):
14237         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14238         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14239         (gst_multipart_mux_change_state):
14240         Small updates, fix a memleak
14241
14242 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14243
14244         * configure.ac: OSS portability
14245         * ext/arts/gst_arts.c: idem
14246         * sys/oss/gstosselement.c: idem
14247         * sys/oss/gstossmixer.c: idem
14248         * sys/oss/gstosssink.c: idem
14249         * sys/oss/gstosssrc.c: idem
14250         * sys/oss/oss_probe.c: idem
14251           - check for soundcard.h in different places for some BSD
14252
14253 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14254
14255         * AUTHORS:
14256         Add me to the authors file
14257         * configure.ac:
14258         Increase the libdv requirement to >= version 0.100
14259         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14260         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14261         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14262         * ext/dv/gstdvdec.h:
14263         Add support for the new_media flag when sending DISCONT events
14264         Make the querying work when video pad is not linked
14265
14266 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14267
14268         reviewed by Benjamin Otte  <otte@gnome.org>
14269
14270         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14271           create a NULL-initialized array of pads, so we don't think they
14272           exist already. (fixes #143130)
14273
14274 2004-06-07  Benjamin Otte  <otte@gnome.org>
14275
14276         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14277         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14278         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14279           don't use // coments
14280
14281 2004-06-07  Benjamin Otte  <otte@gnome.org>
14282
14283         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14284           cast to GstClockTime to get higher granularity
14285         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14286           use gst_element_set_time_delay to get the exact time
14287         * ext/mad/gstmad.c: (gst_mad_chain):
14288           use the negotiated rate instead of the current frame's rate which
14289           might be wrong because of bit errors. This avoids emitting totally
14290           bogus timestamps and screwing sync.
14291         (fixes #143454)
14292
14293 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14294
14295         reviewed by Benjamin Otte  <otte@gnome.org>
14296
14297         * gst/adder/gstadder.c: (gst_adder_loop):
14298           properly error out when no negotiation has happened yet. (fixes
14299           #143032)
14300
14301 2004-06-06  Benjamin Otte  <otte@gnome.org>
14302
14303         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14304           forward correctly transformed offset in discont events. Based on
14305           patch by Arwed v. Merkatz. (fixes #142851)
14306
14307 2004-06-06  David Schleef  <ds@schleef.org>
14308
14309         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14310         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14311         problems on several systems.
14312
14313 2004-06-06  Benjamin Otte  <otte@gnome.org>
14314
14315         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14316           use explicit caps on the srcpad
14317         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14318           properly error out if caps couldn't be set (fixes #142764)
14319
14320 2004-06-06  Benjamin Otte  <otte@gnome.org>
14321
14322         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14323         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14324         (gst_alsa_start_audio):
14325           - don't call set_periods_integer anymore, it breaks the
14326           configuration randomly
14327           - call snd_pcm_hw_params_set_access directly instead of using masks
14328           - don't fail if the sw_params can't be set, just use the default
14329           params and hope it works. Alsalib has weird issues when you touch
14330           sw_params and does no proper error reporting about what failed.
14331         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14332         (gst_alsa_close_audio):
14333           make our alsa debugging go via gst debugging and not conditionally
14334           defined
14335         * ext/alsa/gstalsa.h:
14336           add ALSA_DEBUG_FLUSH macro
14337         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14338         (plugin_init):
14339           wrap alsa errors to be printed via the gst debugging system and not
14340           spammed to stderr
14341
14342 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14343
14344         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14345         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14346         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14347         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14348         (qtdemux_parse_trak):
14349         * gst/qtdemux/qtdemux.h:
14350           Bitch. Also known as seeking, querying & co.
14351         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14352         (gst_osssink_change_state):
14353         * sys/oss/gstosssink.h:
14354           Resyncing is for weenies, this hack is no longer needed and was
14355           broken anyway (since it - unintendedly - always leaves resync to
14356           TRUE).
14357
14358 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14359
14360         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14361         * gst/tcp/gsttcpclientsrc.h: idem
14362           - define MSG_NOSIGNAL if not done
14363           - include unistd.h for off_t
14364           (fixes #143749)
14365
14366 2004-06-05  Benjamin Otte  <otte@gnome.org>
14367
14368         * configure.ac:
14369         * ext/kio/Makefile.am:
14370           check for qt's moc preprocessor explicitly and use it
14371
14372 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14373
14374         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14375           don't get a signal for EPIPE on socket writes
14376           (somebody check if this works on other platforms)
14377
14378 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14379
14380         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14381         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14382           check error condition on available samples correctly
14383
14384 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14385
14386         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14387           avoid a segfault
14388         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14389         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14390         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14391         (gst_tcpserversrc_gdp_read_header):
14392          use ssize_t over size_t since the former is signed and thus the
14393          check for error codes can work
14394
14395 2004-06-02  Wim Taymans  <wim@fluendo.com>
14396
14397         reviewed by: Johan
14398
14399         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14400         (gst_multipart_mux_loop):
14401         Oops
14402
14403 2004-06-02  Wim Taymans  <wim@fluendo.com>
14404
14405         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14406         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14407         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14408         (gst_multipart_mux_change_state):
14409         Added configurable boundary specifier, added the value as a
14410         caps field as well.
14411
14412 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14413
14414         * gst/tcp/gsttcp.c:
14415         * gst/tcp/gsttcpclientsrc.c:
14416         * gst/tcp/gsttcpclientsrc.h:
14417         * gst/tcp/gsttcpserversrc.c:
14418           - portability fix, to compile on OSX
14419             (fixes #143146)
14420
14421         * sys/osxaudio/gstosxaudioelement.c:
14422         * sys/osxaudio/gstosxaudiosink.c:
14423         * sys/osxaudio/gstosxaudiosrc.c:
14424           - compilation warnings on OSX
14425             (fixes #143153)
14426
14427 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14428
14429         * ext/vorbis/vorbisdec.c : sign warning fixes
14430
14431         * gst-libs/gst/mixer/mixertrack.c :
14432           do no use defines which are glib 2.4 specific
14433
14434 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14435
14436         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14437           buffer since libflac doesn't expect it (reports a sync error when
14438           it encounters that)
14439
14440
14441 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14442
14443         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14444         * gst-libs/gst/mixer/mixertrack.c:
14445         (gst_mixer_track_get_property), (get_mixer_track_init),
14446         (get_mixer_track_get_property): Added property accessors
14447         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14448         * gst-libs/gst/mixer/mixeroptions.c:
14449         (gst_mixer_options_get_values): Added
14450         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14451         * gst-libs/gst/mixer/mixer.c: Fixed comment
14452
14453
14454 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14455
14456         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14457           improve error messages on open
14458
14459
14460 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14461
14462         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14463           check if v4l-conf is in path
14464
14465 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14466
14467         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14468           change assert to a more readable error message
14469
14470 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14471
14472         * gst-libs/gst/tuner/tunerchannel.h:
14473           - add a freq_multiplicator field to make the conversion
14474             between internal frequency unit and Hz
14475         * sys/v4l/gstv4lelement.c:
14476         * sys/v4l2/gstv4l2element.c:
14477           - change default video device to /dev/video0
14478         * sys/v4l/v4l_calls.c:
14479         * sys/v4l2/v4l2_calls.c:
14480           - we only expose frequency to the user in Hz instead of
14481             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14482
14483 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14484         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14485           Initialise b_o_s and e_o_s variables
14486         * gst-libs/gst/riff/riff-media.c:
14487         (gst_riff_create_video_caps_with_data):
14488           Add some unusual fourcc's from mplayer avi's
14489         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14490           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14491           autoplugging.
14492
14493 2004-05-28  Wim Taymans  <wim@fluendo.com>
14494
14495         * configure.ac:
14496         * gst/alpha/Makefile.am:
14497         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14498         (gst_alpha_get_type), (gst_alpha_base_init),
14499         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14500         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14501         (gst_alpha_chroma_key), (gst_alpha_chain),
14502         (gst_alpha_change_state), (plugin_init):
14503         A plugin to add an alpha channel to I420 video. Can optionally do
14504         chroma keying.
14505         * gst/multipart/Makefile.am:
14506         * gst/multipart/multipart.c: (plugin_init):
14507         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14508         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14509         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14510         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14511         (gst_multipart_demux_change_state),
14512         (gst_multipart_demux_plugin_init):
14513         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14514         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14515         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14516         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14517         (gst_multipart_mux_pad_unlink),
14518         (gst_multipart_mux_request_new_pad),
14519         (gst_multipart_mux_handle_src_event),
14520         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14521         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14522         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14523         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14524         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14525         send multipart jpeg images to a browser.
14526         * gst/videobox/Makefile.am:
14527         * gst/videobox/README:
14528         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14529         (gst_video_box_get_type), (gst_video_box_base_init),
14530         (gst_video_box_class_init), (gst_video_box_init),
14531         (gst_video_box_set_property), (gst_video_box_get_property),
14532         (gst_video_box_sink_link), (gst_video_box_i420),
14533         (gst_video_box_ayuv), (gst_video_box_chain),
14534         (gst_video_box_change_state), (plugin_init):
14535         Crops or adds borders around an image. can do alpha channel
14536         borders as well.
14537         * gst/videomixer/Makefile.am:
14538         * gst/videomixer/README:
14539         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14540         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14541         (gst_videomixer_pad_get_sink_event_masks),
14542         (gst_videomixer_pad_get_property),
14543         (gst_videomixer_pad_set_property),
14544         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14545         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14546         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14547         (gst_videomixer_base_init), (gst_videomixer_class_init),
14548         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14549         (gst_videomixer_handle_src_event),
14550         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14551         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14552         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14553         (gst_videomixer_loop), (gst_videomixer_get_property),
14554         (gst_videomixer_set_property), (gst_videomixer_change_state),
14555         (plugin_init):
14556         Generic video mixer plugin, can handle multiple inputs all with
14557         different framerates and video sizes. Is fully alpha channel
14558         aware.
14559
14560 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14561
14562         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14563           Select first track as master track. Not sure how else to handle
14564           that...
14565         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14566           Discard discont events. Should fix #142962.
14567
14568 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14569
14570         * ext/alsa/Makefile.am:
14571         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14572         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14573         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14574         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14575         (gst_alsa_mixer_get_option):
14576         * ext/alsa/gstalsamixer.h:
14577         * ext/alsa/gstalsamixeroptions.c:
14578         (gst_alsa_mixer_options_get_type),
14579         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14580         (gst_alsa_mixer_options_new):
14581         * ext/alsa/gstalsamixeroptions.h:
14582         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14583         * ext/alsa/gstalsamixertrack.h:
14584           Add enumerations (as GstMixerOptions). Make correct distinction
14585           between input/output tracks. Add capture/playback private flag.
14586           Use flag to decide on whether to set capture or playback volumes
14587           or switches. Use playback and record switches.
14588         * gst-libs/gst/mixer/Makefile.am:
14589         * gst-libs/gst/mixer/mixer-marshal.list:
14590         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14591         (gst_mixer_set_option), (gst_mixer_get_option),
14592         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14593         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14594         * gst-libs/gst/mixer/mixer.h:
14595         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14596         (gst_mixer_options_class_init), (gst_mixer_options_init),
14597         (gst_mixer_options_dispose):
14598         * gst-libs/gst/mixer/mixeroptions.h:
14599           Add GstMixerOptions.
14600         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14601           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14602           broken device detection on computers with multiple OSS sound
14603           cards.
14604
14605 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14606
14607         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14608           fixate nicely even when the peer is not negotiating
14609
14610 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14611
14612         * gst/audioconvert/gstaudioconvert.c:
14613         (gst_audio_convert_parse_caps):
14614           make sure we don't allow depth > width
14615         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14616           fixate endianness to G_BYTE_ORDER as default
14617         * gst/audioscale/gstaudioscale.c:
14618           we don't handle another endianness as host-endianness
14619
14620 2004-05-25  David Schleef  <ds@schleef.org>
14621
14622         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14623
14624 2004-05-24  Benjamin Otte  <otte@gnome.org>
14625
14626         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14627         (gst_oggvorbisenc_setup):
14628           properly fail when we can't setup the vorbis encoder due to
14629           unsupported settings
14630         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14631         (gst_vorbisenc_setup):
14632           same
14633         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14634           fix case where warnings occured when one pad was unlinked while the
14635           other's link function was called
14636
14637 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14638
14639         * gst/tcp/Makefile.am:
14640           use GST_ENABLE_NEW
14641
14642 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14643
14644         * gst-libs/gst/resample/private.h:
14645           don't use optimizations that are #if 0'ed
14646
14647 2004-05-24  Wim Taymans  <wim@fluendo.com>
14648
14649         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14650         Fix potential division by zero error and hopefully get
14651         the position query right to get correct timestamps on avi
14652         audio.
14653
14654 2004-05-24  Wim Taymans  <wim@fluendo.com>
14655
14656         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14657         (gst_videoscale_scale_nearest_str2),
14658         (gst_videoscale_scale_nearest_str4),
14659         (gst_videoscale_scale_nearest_32bit),
14660         (gst_videoscale_scale_nearest_24bit),
14661         (gst_videoscale_scale_nearest_16bit):
14662         Fix the scaling algorithm and avoid a buffer overflow.
14663         removed the while loop in the scaling function as it
14664         was used for point sampling only.
14665
14666 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14667
14668         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14669         (gst_id3_tag_class_init), (gst_id3_tag_init),
14670         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14671         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14672         (gst_id3_tag_send_tag_event):
14673           lots of fixes to make id3mux work and id3demux work correctly
14674
14675 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14676
14677         * ext/Makefile.am:
14678           add rules to build shout2send (was removed by accident
14679           when this module was no more marked experimental/broken)
14680
14681 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14682
14683         * ext/shout2/gstshout2.c:
14684         * ext/shout2/gstshout2.h:
14685           adding a "connection problem" signal to shout2send
14686           (fixes #142954)
14687
14688 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14689
14690         * ext/kio/kioreceiver.cpp:
14691         * ext/kio/kioreceiver.h:
14692           fix sign comparison issues
14693
14694 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14695
14696         * gst/cdxaparse/gstcdxaparse.c:
14697         * gst/cdxaparse/gstcdxaparse.h:
14698           some renaming
14699           add some checks/sanity
14700           prepare for seek addition
14701
14702         * sys/sunaudio/gstsunaudio.c:
14703           remove exported dupe init function
14704
14705 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14706
14707         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14708         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14709           Fix format conversion and position querying.
14710         * gst/debug/progressreport.c: (gst_progressreport_report):
14711           Don't output a bogus total value that we didn't query.
14712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14713           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14714           only a blank window after xine has been used.
14715
14716 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14717
14718         * m4/as-arts.m4:
14719           sync with upstream version to fix test on FC2
14720           readd with -ko to preserve Id header
14721
14722 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14723
14724         * configure.ac:
14725           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
14726         * gst/tcp/gsttcpclientsrc.c: idem
14727         * gst/tcp/gsttcpserversink.c: idem
14728         * gst/tcp/gsttcpserversrc.c: idem
14729         * m4/gst-fionread.m4: idem
14730
14731         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
14732
14733         * configure.ac: enable speex plugin for speex 1.1.5+
14734         * ext/speex/gstspeexenc.c: fix cast warning
14735
14736         * ext/esd/README: fix typo
14737
14738 2004-05-20  David Schleef  <ds@schleef.org>
14739
14740         * configure.ac: Minor cosmetic change to convince the buildbot to
14741         reautogen.
14742         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
14743         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
14744         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
14745         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
14746         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
14747         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
14748         More hacking.  Plays audio now.
14749
14750 2004-05-20  David Schleef  <ds@schleef.org>
14751
14752         * configure.ac:
14753         * sys/Makefile.am:
14754
14755 2004-05-20  David Schleef  <ds@schleef.org>
14756
14757         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
14758         * sys/osxaudio/gstosxaudio.c:
14759         * sys/osxaudio/gstosxaudioelement.c:
14760         * sys/osxaudio/gstosxaudioelement.h:
14761         * sys/osxaudio/gstosxaudiosink.c:
14762         * sys/osxaudio/gstosxaudiosink.h:
14763         * sys/osxaudio/gstosxaudiosrc.c:
14764         * sys/osxaudio/gstosxaudiosrc.h:
14765
14766 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14767
14768         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
14769         (gst_vorbisenc_chain):
14770           put the codec headers on the caps as streamheader as well as
14771           pushing them out
14772
14773 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14774
14775         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14776         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
14777         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
14778         split up push_packet into two functions
14779
14780 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14781
14782         * gst/tcp/.cvsignore:
14783           ignore enums
14784         * gst/tcp/Makefile.am:
14785         * gst/tcp/README:
14786         * gst/tcp/gsttcp.c:
14787         * gst/tcp/gsttcp.h:
14788         * gst/tcp/gsttcpclientsink.c:
14789         * gst/tcp/gsttcpclientsink.h:
14790         * gst/tcp/gsttcpclientsrc.c:
14791         * gst/tcp/gsttcpclientsrc.h:
14792         * gst/tcp/gsttcpplugin.c:
14793         * gst/tcp/gsttcpserversink.c:
14794         * gst/tcp/gsttcpserversink.h:
14795         * gst/tcp/gsttcpserversrc.c:
14796         * gst/tcp/gsttcpserversrc.h:
14797           add new tcp elements
14798
14799 2004-05-19  Wim Taymans  <wim@fluendo.com>
14800
14801         * gst/law/mulaw-conversion.c: (mulaw_encode):
14802         Fix overflow bug in ulaw encoding.
14803
14804 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14805
14806         * ext/mad/gstmad.c: (gst_mad_handle_event):
14807           don't unref the event twice
14808
14809 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14810
14811         * configure.ac:
14812           remove -Wno-sign-compare
14813
14814 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14815
14816         * configure.ac:
14817           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
14818           if you want to work against glib 2.2 and 2.4
14819
14820 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14821
14822         * gst/tcp/Makefile.am:
14823         * gst/tcp/gsttcp.c:
14824         * gst/tcp/gsttcp.h:
14825         * gst/tcp/gsttcpsink.h:
14826         * gst/tcp/gsttcpsrc.h:
14827           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
14828
14829 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14830
14831         * gst/debug/tests.c: (md5_get_value):
14832           fix segfault on gst-inspect
14833
14834 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14835
14836         * gst/debug/testplugin.c:
14837         * gst/debug/tests.c:
14838         * gst/debug/tests.h:
14839           add new extensible and configurable testing element. Current tests
14840           include buffer count, stream length, timestamp/duration matching and
14841           md5.
14842         * gst/debug/Makefile.am:
14843         * gst/debug/gstdebug.c: (plugin_init):
14844           add infrastructure for new element
14845
14846 2004-05-19  Johan Dahlin  <johan@gnome.org>
14847
14848         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
14849         ending of the array. Fixes gst-inspect segfault on ppc.
14850
14851 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14852
14853         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
14854
14855         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
14856
14857 2004-05-18  David Schleef  <ds@schleef.org>
14858
14859         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
14860         warnings (bugs, actually) noticed by gcc but not forte.
14861
14862 2004-05-18  David Schleef  <ds@schleef.org>
14863
14864         * sys/sunaudio/Makefile.am:
14865         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
14866
14867 2004-05-18  David Schleef  <ds@schleef.org>
14868
14869         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14870         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
14871         to allow qtdemux to use non-seekable streams. (bug #142272)
14872
14873 2004-05-18  David Schleef  <ds@schleef.org>
14874
14875         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
14876         (gst_resample_sinc_ft_float): Remove use of static temporary
14877         buffer.  This code was obviously not supposed to last long, but
14878         it's stuck in our ABI, so it required a little hack to make it
14879         ABI-compatible.  Fixes #142585.
14880         * gst-libs/gst/resample/resample.h: same.
14881
14882 2004-05-18  David Schleef  <ds@schleef.org>
14883
14884         * configure.ac: Add sunaudio
14885         * examples/Makefile.am: make gstplay depend on gconf
14886         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
14887         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
14888         (convert_table_lookup), (img_convert): remove c99-isms
14889         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
14890           unsigned, to fix a warning on Solaris
14891         * gst/mpeg1sys/systems.c: bcopy->memcpy
14892         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
14893         * sys/Makefile.am: Add sunaudio
14894
14895 2004-05-18  Wim Taymans  <wim@fluendo.com>
14896
14897         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
14898         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14899         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
14900         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
14901         (gst_ogg_mux_loop):
14902         Fix an ugly memleak where the muxer didn't flush enough ogg
14903         pages. This also resulted in badly muxed ogg files.
14904
14905 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14906
14907         * gst/asfdemux/asfheaders.c :
14908         * gst/asfdemux/asfheaders.h :
14909         * gst/asfdemux/gstasfdemux.c :
14910           - fix ASF_OBJ_PADDING guid
14911           - add 3 new object guids (language list, metadata,
14912             extended stream properties)
14913           - add a function to parse extended header objects
14914
14915 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14916
14917         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
14918           remove leftover debugging g_print
14919
14920 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14921
14922         * ext/mad/gstmad.c: (gst_mad_handle_event):
14923           Fix for when the first format in a discont event is not a
14924           byte-based one. Should fix #137710.
14925
14926 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14927
14928         * m4/a52.m4 : fix compilation with -Wall -Werror
14929         * m4/libfame.m4 : idem
14930         * m4/libmikmod.m4 : idem
14931
14932 2004-05-17  Benjamin Otte  <otte@gnome.org>
14933
14934         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
14935           signal the new tags before giving up the reference
14936
14937 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14938
14939         * ext/shout2/gstshout2.c:
14940           use application/ogg instead of application/x-ogg (patch by Patrick
14941           Guimond, fixes #142432)
14942         * sys/oss/gstosselement.c: (gst_osselement_reset),
14943         (gst_osselement_sync_parms):
14944           don't set fragment size unless specified (fixes #142493)
14945
14946 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14947
14948         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
14949           fixes #142664
14950
14951 2004-05-17  Benjamin Otte  <otte@gnome.org>
14952
14953         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
14954           compute offsets correctly for internal buffers so timestamps are set
14955           correctly when we can't seek. Also handle cases where there are no
14956           offsets. (based on a patch by David Moore, fixes #142507)
14957
14958 2004-05-17  Benjamin Otte  <otte@gnome.org>
14959
14960         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
14961           use correct variable when determining amount of data to skip so we
14962           don't skip into the void and segfault
14963
14964 2004-05-16  Benjamin Otte  <otte@gnome.org>
14965
14966         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
14967           Hi, I'm a memleak
14968
14969 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14970
14971         * gst/asfdemux/gstasfdemux.c:
14972           - fix a mem leak and always propagate tags
14973           - add WMV3 to known video codecs (but no decoder yet)
14974           - replace "surplus data" at end of audio header for what
14975             it is : codec specific data
14976           - fix a typo
14977
14978 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
14979
14980         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
14981
14982         * gst-libs/gst/audio/audioclock.c:
14983           Fix wrong return type (#142205).
14984
14985 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14986
14987         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
14988           Ignore CRCs by default (fixes #142566).
14989
14990 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14991
14992         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14993         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
14994         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
14995         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
14996         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14997         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
14998           Fix for cases where we fail to attach to a mixer.
14999
15000 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15001
15002         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15003           Don't touch events after not owning them anymore.
15004         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15005         (gst_wavparse_fmt), (gst_wavparse_other),
15006         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15007         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15008         (gst_wavparse_srcpad_event):
15009         * gst/wavparse/gstwavparse.h:
15010           Add seeking, fix querying.
15011
15012 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15013
15014         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15015           - process comments even if they don't end with \0\0
15016             g_convert would ignore them if present and works well without them
15017
15018 2004-05-16  Benjamin Otte  <otte@gnome.org>
15019
15020         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15021           simplify caps
15022
15023 2004-05-16  Benjamin Otte  <otte@gnome.org>
15024
15025         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15026           don't write to memory we might not write to - g_convert does that
15027           for us anyway (fixes #142613)
15028         (gst_asf_demux_audio_caps):
15029           comment out gst_util_dump_mem
15030
15031 2004-05-16  Benjamin Otte  <otte@gnome.org>
15032
15033         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15034           compute correct expected timestamps after seek (broken since
15035           last commit)
15036         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15037           rename element and debugging category to gdkpixbufscale
15038
15039 2004-05-16  Benjamin Otte  <otte@gnome.org>
15040
15041         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15042           add error checking to snd_pcm_delay and remove duplicate call to
15043           snd_pcm_delay that caused issues (see inline code comments)
15044         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15045           make more readable and fix return value when snd_pcm_delay fails
15046         (fixes #142586)
15047
15048 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15049         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15050         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15051         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15052         (gst_pixbufscale_link), (gst_pixbufscale_init),
15053         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15054         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15055         (gst_pixbufscale_get_property), (pixbufscale_init):
15056         * ext/gdk_pixbuf/pixbufscale.h:
15057         Add these files I forgot earlier
15058
15059 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15060         * ext/gdk_pixbuf/Makefile.am:
15061         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15062         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15063         Add new pixbufscale element to scale RGB video
15064         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15065         and HYPER interpolation correctly.
15066         * ext/theora/theoraenc.c: (theora_enc_chain),
15067         Discard buffer and return if explicit caps could not be set
15068         (theora_enc_get_property):
15069         Make _get return kbps for the bitrate consistent with
15070         the _set function.
15071
15072
15073 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15074
15075         * ext/libvisual/visual.c: (gst_visual_chain):
15076           add missing visual_audio_analyze
15077
15078 2004-05-14  David Schleef  <ds@schleef.org>
15079
15080         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15081         is killed while we're playing.
15082         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15083         gst_element_no_more_pads().
15084
15085 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15086
15087         * gst-libs/gst/riff/riff-read.c :
15088           - fix INFO tag extraction in RIFF/AVI files
15089             because gst_event_unref (event) also freed taglist
15090           - avoid a mem leak
15091
15092 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15093
15094         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15095         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15096
15097         * gst/auparse/gstauparse.c :
15098           - add code (commented for now) to support audio/x-adpcm on src pad
15099             (we have no decoder for those layout yet)
15100
15101         * gst/cdxaparse/gstcdxaparse.c :
15102         * gst/cdxaparse/gstcdxaparse.h :
15103           - partial rewrite using RiffRead (ripped iain's wavparse code)
15104
15105         * gst/rtp/gstrtpL16enc.c : typo
15106         * gst/rtp/gstrtpgsmenc.c : typo
15107
15108 2004-05-13  Benjamin Otte  <otte@gnome.org>
15109
15110         * configure.ac:
15111           check for exact version of libvisual, it's not supposed to be
15112           API/ABI stable yet
15113
15114 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15115
15116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15117           signal no-more-pads
15118
15119 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15120
15121         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15122         Report which format was used for GST_FORMAT_DEFAULT
15123         * gst/debug/Makefile.am:
15124         * gst/debug/gstdebug.c: (plugin_init):
15125         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15126         (gst_progressreport_class_init), (gst_progressreport_init),
15127         (gst_progressreport_report), (gst_progressreport_set_property),
15128         (gst_progressreport_get_property), (gst_progressreport_chain),
15129         (gst_progressreport_plugin_init):
15130         Add progressreport element for testing.
15131
15132 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15133
15134         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15135         * sys/v4l/gstv4lsrc.h:
15136         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15137         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15138         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15139         (gst_v4lsrc_grab_frame):
15140           add more debugging
15141           send a discont at start
15142
15143 2004-05-12  Colin Walters  <walters@redhat.com>
15144
15145         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15146         inflooping if we can't find a chunk.  Or in other words, don't blow
15147         chunks if we don't have a chunk to blow.
15148
15149 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15150         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15151         Remove old debug output
15152         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15153         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15154         (gst_dvdec_set_property), (gst_dvdec_get_property):
15155         Change the quality setting to an enum, so it works from gst-launch
15156         Don't renegotiate a non-linked pad. Allows audio only decoding.
15157         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15158         (gst_deinterlace_link), (gst_deinterlace_init):
15159         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15160         (gst_videodrop_link):
15161         Some caps negotiation fixes
15162
15163 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15164
15165         * ext/tarkin/gsttarkin.c :
15166           - Change RANK from NONE to PRIMARY
15167         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15168           - Change RANK from NONE to MARGINAL
15169         * ext/divx/gstdivxenc.c :
15170           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15171
15172 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15173
15174         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15175         (gst_vorbisenc_push_packet):
15176           copy a function that was added between 1.0 and 1.0.1 until we
15177           depend on worthwhile features of post-1.0
15178
15179 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15180
15181         * configure.ac:
15182           enable shout2 by default
15183         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15184         (gst_shout2send_base_init), (gst_shout2send_init),
15185         (gst_shout2send_connect), (gst_shout2send_change_state):
15186         * ext/shout2/gstshout2.h:
15187           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15188           #142262)
15189         * ext/theora/theora.c: (plugin_init):
15190           don't set rank on encoders
15191
15192 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15193
15194         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15195           Use codec_data property instead of flag1 and flag2 for wma
15196
15197 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15198
15199         * gst/cdxaparse/gstcdxaparse.c :
15200           - Add mpegversion to CAPS to make it link
15201           - Rank is as GST_RANK_SECONDARY instead of NONE
15202         * gst/auparse/gstauparse.c :
15203           - Document all audio encoding we can encounter from Solaris 9
15204             headers and libsndfile information.
15205           - Increase max. rate from 48000 to 192000 (to match other elements)
15206           - Don't try to play junk data between header and samples
15207
15208 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15209
15210         * ext/libvisual/visual.c: (gst_visual_getcaps):
15211           use the right caps depending on endianness (I hope)
15212         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15213           use GST_RANK_NONE for all non-decoding elements or spider gets
15214           mighty confused
15215
15216 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15217
15218         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15219           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15220
15221 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15222
15223         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15224         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15225         (gst_switch_loop), (gst_switch_get_type):
15226           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15227           HEADERS. Had to be said.
15228
15229 2004-05-10  David Schleef  <ds@schleef.org>
15230
15231         * configure.ac: Add prototype Dirac support.
15232         * ext/Makefile.am:
15233         * ext/dirac/Makefile.am:
15234         * ext/dirac/gstdirac.cc:
15235         * ext/dirac/gstdiracdec.cc:
15236
15237 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15238
15239         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15240         (gst_auparse_init), (gst_auparse_chain),
15241         (gst_auparse_change_state):
15242           Hack around spider. Remove me some day please.
15243
15244 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15245
15246         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15247           Fix for some uninitialized variables in previous patch, also
15248           makes it work. Fixes #142286 while we're at it.
15249
15250 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15251
15252         * gst/auparse/gstauparse.c:
15253                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15254                 only unsupported formats are ADPCM/CCITT G.72x
15255                 reviewed by Ronald
15256         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15257
15258 2004-05-10  Wim Taymans  <wim@fluendo.com>
15259
15260         * ext/vorbis/Makefile.am:
15261         * ext/vorbis/README:
15262         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15263         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15264         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15265         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15266         (gst_oggvorbisenc_convert_sink),
15267         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15268         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15269         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15270         (get_constraints_string), (update_start_message),
15271         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15272         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15273         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15274         * ext/vorbis/oggvorbisenc.h:
15275         * ext/vorbis/vorbis.c: (plugin_init):
15276         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15277         (raw_caps_factory), (gst_vorbisenc_class_init),
15278         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15279         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15280         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15281         * ext/vorbis/vorbisenc.h:
15282         Added a raw vorbis encoder to be used with the oggmuxer.
15283         We still need the old encoder for some gnome applications,
15284         read the README to find out how that works.
15285         The raw encoder is called "rawvorbisenc" until 0.9.
15286
15287 2004-05-10  Wim Taymans  <wim@fluendo.com>
15288
15289         * ext/ogg/gstogg.c: (plugin_init):
15290         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15291         (gst_ogg_print):
15292         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15293         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15294         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15295         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15296         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15297         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15298         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15299         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15300         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15301         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15302         Added an ogg muxer.
15303         Small typo fixes in the demuxer.
15304
15305 2004-05-10  Wim Taymans  <wim@fluendo.com>
15306
15307         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15308         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15309         (theora_enc_change_state), (theora_enc_set_property),
15310         (theora_enc_get_property):
15311         Mark the last packet with an EOS flag which is not really needed
15312         in gstreamer.
15313         Do some better video framerate initialisation.
15314         Update the buffer timestamp.
15315
15316 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15317
15318         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15319         Return the result of the parent state change call
15320
15321 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15322
15323         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15324         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15325         * gst/law/alaw-encode.c : (idem)
15326         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15327         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15328         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15329
15330 2004-05-09  Benjamin Otte  <otte@gnome.org>
15331
15332         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15333           don't use a fixed buffer size when writing variable length data to
15334           it. Fixes memory corruption and makes alsasrc work
15335
15336 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15337
15338         * ext/gnomevfs/gstgnomevfssink.c:
15339         (_gst_boolean_allow_overwrite_accumulator),
15340         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15341           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15342           RUN_LAST, and don't use that to set the accumulator value because
15343           then it's always FALSE.
15344
15345 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15346
15347         * gst-libs/gst/riff/riff-media.c:
15348         (gst_riff_create_video_caps_with_data),
15349         (gst_riff_create_audio_caps),
15350         (gst_riff_create_audio_template_caps):
15351         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15352           Fix for unaligned RIFF files (i.e. where all the chunks together
15353           in a LIST chunk are not of the same size as the size given in
15354           the LIST chunk header). Fixes several odd WAVE files. Also fix
15355           ADPCM (block_align property) in audio, so that wavparse based
15356           on this works now as it used to stand-alone.
15357
15358 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15359
15360         reviewed by Benjamin Otte  <otte@gnome.org>
15361
15362         * ext/a52dec/gsta52dec.c:
15363         * ext/divx/gstdivxdec.c:
15364         * ext/divx/gstdivxenc.c:
15365         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15366         * ext/faac/gstfaac.c: (gst_faac_base_init):
15367         * ext/faad/gstfaad.c: (gst_faad_base_init):
15368         * ext/ivorbis/vorbisfile.c:
15369         * ext/lame/gstlame.c:
15370         * ext/libfame/gstlibfame.c:
15371         * ext/mpeg2enc/gstmpeg2enc.cc:
15372         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15373         * ext/sidplay/gstsiddec.cc:
15374         * ext/speex/gstspeexdec.c:
15375         * ext/speex/gstspeexenc.c:
15376         * ext/xvid/gstxviddec.c:
15377         * ext/xvid/gstxvidenc.c:
15378           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15379           (fixes #142193)
15380
15381 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15382
15383         * ext/alsa/gstalsa.c: (device_list),
15384         (gst_alsa_class_probe_devices):
15385         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15386           Fix alsa oddness in mixer after the combination of using mixer
15387           in source/sink elements and using hw:x,y instead of just hw:x.
15388
15389 2004-05-09  Benjamin Otte  <otte@gnome.org>
15390
15391         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15392         (gst_wavparse_create_sourcepad):
15393           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15394           sourcepads
15395
15396 2004-05-09  Benjamin Otte  <otte@gnome.org>
15397
15398         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15399           allow discont events before caps nego
15400
15401 2004-05-08  Benjamin Otte  <otte@gnome.org>
15402
15403         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15404           don't leak events
15405
15406 2004-05-08  Benjamin Otte  <otte@gnome.org>
15407
15408         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15409         (gst_level_change_state), (gst_level_init):
15410         * gst/level/gstlevel.h:
15411           figure out if we're initialized directly instead of keeping a
15412           variable that's wrong in 90% of cases
15413           don't initialize pads and then leak them and use a new unitialized
15414           pad. (fixes #142084)
15415           these were bugs so n00bish I didn't find them for an hour :/
15416
15417 2004-05-08 Iain <iain@prettypeople.org>
15418
15419         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15420         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15421         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15422         return the length that was read.
15423         (gst_riff_read_strf_auds): Allow fmt tags as well.
15424
15425 2004-05-07  David Schleef  <ds@schleef.org>
15426
15427         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15428         signed char assumption in faad.h.
15429
15430 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15431
15432         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15433           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15434
15435 2004-05-07  Colin Walters  <walters@redhat.com>
15436
15437         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15438         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15439         function.
15440         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15441         Add dispose function.
15442
15443 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15444         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15445           Fix caps nego and pad templates. RGB mode caps should
15446           work now.
15447         * ext/dvdnav/gst-dvd:
15448           Move mpeg2dec inside the thread because otherwise the
15449           queue rejects cap changes mid-stream
15450         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15451         (gst_mpeg2dec_flush_decoder):
15452           For mpeg2dec > 0.4.0, call the flush function instead of
15453           manually extracting all in-flight frames.
15454         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15455         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15456           Change mime type video/dv go video/x-dv to match the
15457           rest of gst-plugins
15458
15459 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15460
15461         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15462         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15463         (gst_alsa_sink_class_init):
15464         * ext/alsa/gstalsasink.h:
15465         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15466         (gst_alsa_src_class_init):
15467         * ext/alsa/gstalsasrc.h:
15468           Make alsasink/src a subclass of alsamixer so that mixer stuff
15469           shows up in gst-rec. Needs some finetuning.
15470
15471 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15472
15473         * ext/lame/gstlame.c: (gst_lame_chain):
15474           simplify
15475         * ext/mad/gstmad.c: (gst_mad_handle_event):
15476           fix event leak
15477         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15478           be able to detect mp3 files < 4096 bytes
15479
15480 2004-05-06  Wim Taymans  <wim@fluendo.com>
15481
15482         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15483         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15484         (theora_enc_set_property), (theora_enc_get_property):
15485         Also encode the first frame, cleanup some code.
15486
15487 2004-05-06  Wim Taymans  <wim@fluendo.com>
15488
15489         * ext/mpeg2enc/gstmpeg2enc.cc:
15490         Forward events first before deciding that negotiation was
15491         not performed.
15492
15493 2004-05-06  Wim Taymans  <wim@fluendo.com>
15494
15495         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15496         First process the events before deciding that negotiation
15497         was not performed.
15498
15499 2004-05-06  Wim Taymans  <wim@fluendo.com>
15500
15501         * ext/theora/Makefile.am:
15502         * ext/theora/theora.c: (plugin_init):
15503         * ext/theora/theoradec.c: (theora_dec_change_state):
15504         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15505         (gst_theora_enc_class_init), (gst_theora_enc_init),
15506         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15507         (theora_enc_chain), (theora_enc_change_state),
15508         (theora_enc_set_property), (theora_enc_get_property):
15509         Added a theora encoder, grouped the encoder and decoder into the
15510         same plugin.
15511
15512 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15513
15514         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15515         (gst_jpegenc_chain):
15516         fix DURATION on outgoing buffers
15517         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15518         debug using time formats
15519         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15521         (gst_xvimagesink_sink_link):
15522         windows with width/height 0 generate X errors, so don't allow them
15523
15524 2004-05-05  Wim Taymans  <wim@fluendo.com>
15525
15526         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15527         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15528         (gst_mpeg2dec_negotiate_format):
15529         * ext/mpeg2dec/gstmpeg2dec.h:
15530           removed the static pad template so that we can add the
15531           more accurate framerate value to the caps.
15532
15533
15534 2004-05-04  Benjamin Otte  <otte@gnome.org>
15535
15536         * configure.ac:
15537           check for kdemacros.h, too (should fix #141821)
15538         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15539           don't crash if no header was sent, but nicely error out (fixes part
15540           of #141554)
15541
15542 2004-05-04  Wim Taymans  <wim@fluendo.com>
15543
15544         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15545         parent dispose function to avoid segfault on destroy.
15546
15547 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15548
15549         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15550         (plugin_init):
15551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15552         (gst_xvimagesink_sink_link):
15553         clean up debugging caps
15554         also recreate xvimage when format has changed
15555
15556 2004-05-04  Benjamin Otte  <otte@gnome.org>
15557
15558         * ext/libvisual/Makefile.am:
15559         * ext/libvisual/visual.c: (gst_visual_class_init),
15560         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15561         (gst_visual_srclink), (gst_visual_chain),
15562         (gst_visual_change_state), (plugin_init):
15563           use a GstAdapter to correctly adapt buffer sizes - allows using a
15564           framerate
15565
15566 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15567
15568         * sys/v4l/gstv4lelement.h:
15569         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15570         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15571         (gst_v4lsrc_buffer_free):
15572         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15573         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15574         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15575         (gst_v4lsrc_requeue_frame):
15576         move some debugging categories around
15577         query for fps index and set accordingly if found
15578
15579 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15580
15581         * ext/lame/gstlame.c:
15582         correct defaults that lame_init puts out of range
15583
15584 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15585
15586         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15587         (gst_divxenc_class_init):
15588         fix range since -1 is the default
15589         * gst/mpeg1sys/gstmpeg1systemencode.c:
15590         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15591         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15592         (gst_rtjpegdec_chain):
15593         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15594         (gst_rtjpegenc_chain):
15595         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15596         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15597         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15598         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15599         * sys/v4l/gstv4lsrc.c:
15600         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15601         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15602         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15603         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15604         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15605           remove gst_info calls
15606
15607 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15608
15609         * Makefile.am:
15610         * po/af.po:
15611         * po/az.po:
15612         * po/en_GB.po:
15613         * po/nl.po:
15614         * po/sr.po:
15615         * po/sv.po:
15616           Updated translations
15617
15618 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15619
15620         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15621           refactor/comment code
15622
15623 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15624
15625         * gst/asfdemux/Makefile.am:
15626         * gst/asfdemux/asfheaders.c:
15627         * gst/asfdemux/asfheaders.h:
15628         * gst/asfdemux/gstasf.c: (plugin_init):
15629         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15630         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15631         (gst_asf_demux_setup_pad):
15632         * gst/asfdemux/gstasfdemux.h:
15633         * gst/asfdemux/gstasfmux.c:
15634         * gst/asfdemux/gstasfmux.h:
15635           Add tagging support to demuxer, split out registration in its own
15636           file instead of in demux (hacky), and prevent having some tables
15637           in our memory multiple times (in asfheaders.h).
15638
15639 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15640
15641         * gst/matroska/matroska-demux.c:
15642         (gst_matroska_demux_parse_metadata):
15643         * gst/matroska/matroska-ids.h:
15644           Basic tag reading support.
15645
15646 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15647
15648         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15649           Really detect ac-3 audio.
15650         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15651           really detect matroska files (off-by-1).
15652
15653 2004-04-30  David Schleef  <ds@schleef.org>
15654
15655         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15656         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15657         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15658         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15659         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15660         hackage -- parse a lot more atoms, extract a few tags.  One might even
15661         mistake this for tag support.  Maybe it is.
15662         * gst/qtdemux/qtdemux.h:
15663
15664 2004-04-30  Colin Walters  <walters@verbum.org>
15665
15666         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15667
15668 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15669
15670         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15671         (gst_ffmpegcolorspace_getcaps):
15672           remove broken nego fix
15673
15674 2004-04-30  Benjamin Otte  <otte@gnome.org>
15675
15676         * configure.ac:
15677         * ext/Makefile.am:
15678         * ext/libvisual/Makefile.am:
15679         * ext/libvisual/visual.c:
15680           add initial support for libvisual (http://libvisual.sourceforge.net)
15681           libvisual is still quite alpha, so expect crashes in there :)
15682
15683 2004-04-29  David Schleef  <ds@schleef.org>
15684
15685         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15686         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15687         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15688         code; you will no longer respect me.
15689
15690 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15691
15692         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15693         * ext/alsa/gstalsa.h :
15694         change alsa pcm device discovery to find more than 1 device
15695         per card. code review by Ronald.
15696
15697 2004-04-29  David Schleef  <ds@schleef.org>
15698
15699         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15700         Add a check for a driver bug on FreeBSD.  (bug #140565)
15701
15702 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15703
15704         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15705         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15706         (gst_jpegenc_getcaps):
15707           move format setting to inner loop
15708         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15709         (gst_ffmpegcolorspace_getcaps):
15710           use GST_PAD_CAPS if available so that we use already negotiated
15711           caps
15712         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15713         (qtdemux_parse_moov), (qtdemux_parse):
15714           extra debugging
15715         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15716         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
15717           move hardcoded path to DEFINE
15718
15719 2004-04-28  David Schleef  <ds@schleef.org>
15720
15721         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
15722         (bug #140064)
15723
15724 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15725
15726         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15727           Don't probe for playback device if we're a source element. Fixes
15728           #139658.
15729
15730 2004-04-29  Benjamin Otte  <otte@gnome.org>
15731
15732         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15733         (gst_id3_tag_chain):
15734           rewrite buffer offset
15735
15736 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15737
15738         * configure.ac:
15739         * ext/Makefile.am:
15740         * ext/dts/Makefile.am:
15741         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
15742         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
15743         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
15744         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
15745         (gst_dtsdec_loop), (gst_dtsdec_change_state),
15746         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
15747         (plugin_init):
15748         * ext/dts/gstdtsdec.h:
15749           New DTS decoder.
15750         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
15751         (gst_faad_srcconnect):
15752           Add ESDS atom handling (.m4a).
15753
15754 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15755
15756         * ext/divx/gstdivxdec.c: (plugin_init):
15757           Remove comment that makes no sense.
15758         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
15759           Fix for obvious typo that resulted in warnings during gst-register.
15760         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
15761         (gst_xviddec_sink_link):
15762           Fix caps negotiation a bit better.
15763         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15764           We call this 'codec_data', not 'esds'.
15765
15766 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15767
15768         * gst/monoscope/gstmonoscope.c:
15769           make sure we only provide 256x128
15770         * gst/monoscope/monoscope.c: (monoscope_init):
15771           assert size of 256x128
15772
15773 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15774
15775         * Makefile.am:
15776         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
15777         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
15778           fixate to max width and height of device
15779
15780 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15781
15782         * Makefile.am:
15783         * sys/v4l/gstv4l.c:
15784         * sys/v4l/gstv4lsrc.c:
15785         * sys/v4l/v4l_calls.c:
15786         * sys/v4l/v4lsrc_calls.c:
15787           fix for qc-usb driver which fakes having more than one buffer
15788           by handing the same buffer twice, which confused GStreamer's/v4lsrc
15789           buffer_free override
15790           add debugging
15791
15792 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15793
15794         * Makefile.am:
15795         * gst/videotestsrc/gstvideotestsrc.c:
15796         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
15797         (gst_videotestsrc_init), (gst_videotestsrc_get),
15798         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
15799         * gst/videotestsrc/gstvideotestsrc.h:
15800           add num-buffers property
15801
15802         2004-04-26  Benjamin Otte  <otte@gnome.org>
15803
15804         * ext/mad/gstid3tag.c: (plugin_init):
15805           set id3mux rank to NONE so it doesn't confuse spider
15806           require audio/mpeg,mpegversion=1 in id3mux
15807
15808 2004-04-26  Benjamin Otte  <otte@gnome.org>
15809
15810         * configure.ac:
15811           detect faad correctly as non-working if it's indeed non-working
15812
15813 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15814
15815         * Makefile.am:
15816         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15817         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
15818         fix _getcaps so it only negotiates to its supported format
15819
15820 2004-04-25  Benjamin Otte  <otte@gnome.org>
15821
15822         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15823           fix memleak
15824
15825 2004-04-23  Benjamin Otte  <otte@gnome.org>
15826
15827         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15828           audio/x-raw-int with height rules! not. Now it's depth.
15829
15830 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15831
15832         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
15833         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
15834         (gst_wavparse_loop):
15835           Missing variable initialization. Add handling of DVI ADPCM. Fix
15836           mis-parsing of LIST chunks. This works around a bug where we mis-
15837           parse non-aligning LIST chunks (so LIST chunks where the contents
15838           don't align with the actual LIST size). The correct fix is to use
15839           rifflib, I'm not going to fix wavparse - too much work. All this
15840           fixes #104878.
15841
15842 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15843
15844         reviewed by Benjamin Otte  <otte@gnome.org>
15845
15846         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
15847           fix shoutcast not working (fixes #140844)
15848
15849 2004-04-22  Benjamin Otte  <otte@gnome.org>
15850
15851         * ext/hermes/gsthermescolorspace.c:
15852         (gst_hermes_colorspace_caps_remove_format_info):
15853         * gst/colorspace/gstcolorspace.c:
15854         (gst_colorspace_caps_remove_format_info):
15855         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15856         (gst_ffmpegcolorspace_caps_remove_format_info):
15857           s/gst_caps_simplify/gst_caps_do_simplify/
15858
15859 2004-04-22  Benjamin Otte  <otte@gnome.org>
15860
15861         * gst-libs/gst/riff/riff-media.c:
15862         (gst_riff_create_video_caps_with_data):
15863           mpegversion is an int
15864         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
15865           don't try to create pad templates with NULL caps, use any caps
15866           instead.
15867
15868 2004-04-20  David Schleef  <ds@schleef.org>
15869
15870         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
15871         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
15872         (bug #140384)
15873
15874 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15875
15876         reviewed by David Schleef
15877
15878         * ext/mad/gstid3tag.c: Add stdlib.h
15879         * gst/rtp/gstrtpgsmenc.c: same
15880         * gst/tags/gstid3tag.c: same
15881         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
15882         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
15883         GST_DISABLE_LOADSAVE use.
15884         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
15885         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
15886         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
15887         atol(3)).
15888         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
15889         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
15890         strtoul(3)).
15891         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
15892         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
15893         $(ID3_CFLAGS).
15894         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
15895         $(LIBFAME_CFLAGS).
15896
15897 2004-04-20  David Schleef  <ds@schleef.org>
15898
15899         * gst/realmedia/rmdemux.c:  This was supposed to part of the
15900         last checkin.  Same idea.
15901
15902 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15903
15904         reviewed by David Schleef
15905
15906         * configure.ac: bump required gstreamer version to 0.8.1.1
15907         because of following changes [--ds]
15908
15909         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
15910         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
15911         (gst_riff_read_header):  Use GST_READ_UINT*
15912         macros to access possibly unaligned memory.
15913
15914         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
15915         (mp3_type_find):  Use GST_READ_UINT*
15916         macros to access possibly unaligned memory.
15917         (mp3_type_find, mpeg1_parse_header, qt_type_find)
15918         (speex_type_find): Likewise
15919
15920         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
15921
15922         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
15923         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
15924         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
15925         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
15926         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
15927         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
15928         macros to access possibly unaligned memory.
15929
15930         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
15931         Likewise.
15932
15933         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
15934         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
15935
15936         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
15937         Likewise.
15938
15939         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
15940         (gst_mpeg2subt_chain_subtitle): Likewise.
15941
15942         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
15943         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
15944         Likewise.
15945
15946         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
15947         Likewise.
15948
15949         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
15950         Likewise.
15951
15952         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
15953         Likewise.
15954
15955 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15956
15957         * configure.ac:
15958           update required version of GStreamer because of GST_TIME_FORMAT
15959
15960 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15961
15962         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
15963           remove leftover g_print
15964         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15965           don't try setting only a subset of the caps. We don't want to kill
15966           autoplugging on purpose
15967
15968 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15969
15970         * sys/ximage/ximagesink.c: (plugin_init):
15971         * sys/xvimage/xvimagesink.c: (plugin_init):
15972           add debugging categories
15973
15974 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15975
15976         * po/en_GB.po:
15977         * po/LINGUAS:
15978           Adding en_GB translation (Gareth Owen)
15979
15980 2004-04-20  David Schleef  <ds@schleef.org>
15981
15982         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15983         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
15984         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
15985         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
15986         A number of new features and hacks to extract the esds atom and
15987         put it into the caps.  (bug #137724)
15988
15989 2004-04-19  David Schleef  <ds@schleef.org>
15990
15991         * gconf/Makefile.am: Fix for non-GNU make
15992         * gst-libs/gst/Makefile.am: Change directory order to handle
15993         GstPlay linking with gstinterfaces
15994         * gst-libs/gst/audio/make_filter: make use of tr portable
15995         * gst-libs/gst/play/Makefile.am: Add intended \
15996         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15997         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
15998         function prototype instead of void *.
15999         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16000         macro.
16001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16002         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16003         * gst/videofilter/make_filter: make use of tr portable
16004         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16005
16006 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16007
16008         * po/LINGUAS:
16009         * po/uk.po:
16010           Added Ukrainian translation (Maxim V. Dziumanenko)
16011
16012 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16013
16014         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16015         (gst_gsmdec_link), (gst_gsmdec_chain):
16016           Fix capsnego, simplify chain function slightly.
16017         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16018           Add GSM.
16019
16020 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16021
16022         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16023         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16024         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16025           Hack to make wavparse work with spider (always -> sometimes pad).
16026           Fixes #135862 && #140411.
16027
16028 2004-04-18  Benjamin Otte  <otte@gnome.org>
16029
16030         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16031         (gst_osselement_rate_probe_check),
16032         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16033           get rid of \n in debug output
16034
16035 2004-04-17  Iain <iain@prettypeople.org>
16036
16037         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16038         not just EOS.
16039
16040 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16041
16042         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16043         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16044         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16045         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16046         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16047         (gst_id3_tag_change_state), (plugin_init):
16048           deprecate id3tag element and replace with id3demux/id3mux.
16049           great side effect: this ugly file is now even uglier, yay!
16050         * ext/mad/gstmad.h:
16051           remove non-available function
16052           update for new get_type
16053
16054 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16055
16056         * configure.ac:
16057           require mpeg2dec >= 0.4.0
16058
16059 2004-04-17  Benjamin Otte  <otte@gnome.org>
16060
16061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16062         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16063         (gst_xvimagesink_set_xwindow_id):
16064           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16065           assorted cleanup fixes.
16066
16067 2004-04-16  David Schleef  <ds@schleef.org>
16068
16069         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16070         * sys/xvimage/xvimagesink.h: same
16071
16072 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16073
16074         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16075           Fix GST_ELEMENT_ERROR with (NULL)
16076
16077 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16078
16079         * gst-libs/gst/riff/riff-media.c:
16080         (gst_riff_create_video_caps_with_data):
16081           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16082
16083 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16084
16085         * gst-libs/gst/riff/riff-media.c:
16086         (gst_riff_create_video_caps_with_data),
16087         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16088         (gst_riff_create_video_template_caps),
16089         (gst_riff_create_audio_template_caps):
16090         * gst-libs/gst/riff/riff-media.h:
16091         * gst-libs/gst/riff/riff-read.c:
16092         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16093         * gst-libs/gst/riff/riff-read.h:
16094         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16095           Add MS RLE support. I added some functions to read out strf chunks
16096           into strf chunks and the data behind it. This is usually color
16097           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16098           caps creation. Lastly, add ADPCM (similar to wavparse - which
16099           should eventually be rifflib based).
16100         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16101         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16102         * gst/matroska/matroska-demux.h:
16103           Remove placeholders for some prehistoric tagging system. Didn't add
16104           support for any tag system really anyway.
16105         * gst/qtdemux/qtdemux.c:
16106           Add support for audio/x-m4a (MPEG-4) through spider.
16107         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16108         (gst_wavparse_loop):
16109           ADPCM support (#135862). Increase max. buffer size because we
16110           cannot split buffers for ADPCM (screws references) and I've seen
16111           files with 2048 byte chunks. 4096 seems safe for now.
16112
16113 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16114
16115         * configure.ac: bump nano to 1
16116
16117 === release 0.8.1 ===
16118
16119 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16120
16121         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16122
16123 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16124
16125         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16126           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16127           Fixes #140058
16128
16129 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16130
16131         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16132           lower rank of dvddemux so that it's not used for mpeg playback.
16133
16134 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16135
16136         * configure.ac:
16137           save libs correctly when checking mad
16138
16139 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16140
16141         * ext/mad/gstid3tag.c: (plugin_init):
16142           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16143
16144 2004-04-13  David Schleef  <ds@schleef.org>
16145
16146         * common/m4/gst-feature.m4: Call -config scripts with
16147         --plugin-libs if it is supported.
16148         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16149         JPEG images are image/jpeg.
16150         * gst/debug/Makefile.am:
16151         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16152         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16153         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16154         (gst_negotiation_plugin_init): Add a property that acts like
16155         filter caps.
16156         * testsuite/gst-lint:  Move license checking to be a standard
16157         test.
16158
16159 2004-04-13  David Schleef  <ds@schleef.org>
16160
16161         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16162         patch from Sebastien Cote (bug #139958)
16163
16164 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16165
16166         * examples/gstplay/Makefile.am:
16167         * examples/gstplay/player.c: (main):
16168           make the commandline player example use gconf settings
16169
16170 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16171
16172         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16173         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16174         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16175           init/end library during state transition, not object
16176           creation/disposal.  get rid of custom dispose handler.
16177
16178
16179 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16180
16181         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16182         be a symlink
16183
16184 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16185
16186         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16187           Handle JUNK chunks inside data section. Prevents warnings.
16188
16189 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16190
16191         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16192         (gst_riff_create_video_template_caps):
16193           Add MS video v1.
16194         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16195         (gst_avi_demux_stream_data):
16196           Add support for "rec-list" chunks.
16197
16198 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16199
16200         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16201           Fix another codecname mismatch.
16202
16203 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16204
16205         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16206           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16207           so that MJPEG plays back.
16208
16209 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16210
16211         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16212         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16213         * gst/mpeg1videoparse/gstmp1videoparse.h:
16214           Fix for some slight mis-cuts in buffer parsing, and for some
16215           potential overflows or faults-causers. Adds disconts. Also fixes
16216           #139105 while we're at it.
16217
16218 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16219
16220         * configure.ac:
16221         * sys/v4l2/gstv4l2element.h:
16222           Workaround for missing struct v4l2_buffer declaration in Suse 9
16223           and Mandrake 10 linux/videodev2.h header file (#135919).
16224
16225 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16226
16227         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16228           Bail out if no filename was given.
16229
16230 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16231
16232         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16233         (gst_v4l2_fourcc_from_structure):
16234           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16235           Y41B somewhere).
16236
16237 2004-04-09  Benjamin Otte  <otte@gnome.org>
16238
16239         * ext/gnomevfs/gstgnomevfssink.c:
16240         (_gst_boolean_allow_overwrite_accumulator),
16241         (gst_gnomevfssink_class_init):
16242           fix erase signal - if any handler returns false the file will not be
16243           overwritten. If no handler is connected, the file will not be
16244           overwritten either.
16245           renamed signal to "allow-overwrite"
16246         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16247           free string when adding it to ID3 failed
16248         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16249           unref event when done
16250         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16251           free caps
16252         * gst/typefind/gsttypefindfunctions.c:
16253         (mpeg_video_stream_type_find):
16254           fix invalid read
16255
16256 2004-04-08  David Schleef  <ds@schleef.org>
16257
16258         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16259         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16260
16261 2004-04-08  David Schleef  <ds@schleef.org>
16262
16263         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16264         we don't support (bug #139532)
16265
16266 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16267
16268         * ext/mad/gstmad.c: (gst_mad_handle_event),
16269         (gst_mad_check_caps_reset), (gst_mad_chain),
16270         (gst_mad_change_state):
16271           only set explicit caps if they haven't been set before for
16272           this stream.  MPEG-audio sample rate/channels aren't allowed
16273           to change in-stream.
16274           Fixes #139382
16275
16276 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16277
16278         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16279         (_gst_boolean_did_something_accumulator),
16280         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16281         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16282         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16283         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16284         (gst_gnomevfssink_change_state):
16285           Fix erase signal. Don't erase by default. Remove handoff signal.
16286           Remove erase property. Don't segfault. General cleanup.
16287
16288 2004-04-07  Benjamin Otte  <otte@gnome.org>
16289
16290         * gst-libs/gst/gconf/test-gconf.c: (main):
16291           add missing gst_init
16292
16293 2004-04-07  Benjamin Otte  <otte@gnome.org>
16294
16295         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16296           free the mutexes, too
16297
16298 2004-04-07  Benjamin Otte  <otte@gnome.org>
16299
16300         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16301           actually free the URI string
16302         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16303           compute offset correctly when passing discont events
16304         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16305           don't leak discont events
16306         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16307           add some missing breaks so caps aren't copied randomly
16308         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16309           if we realloc memory, we better use it
16310
16311 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16312
16313         * ext/mad/gstmad.c: (normal_seek):
16314           fix GST_FORMAT_TIME usage
16315
16316 2004-04-05  David Schleef  <ds@schleef.org>
16317
16318         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16319         a deprecated function (hack!)
16320
16321 2004-04-05  Benjamin Otte  <otte@gnome.org>
16322
16323         * ext/esd/esdmon.c: (gst_esdmon_get):
16324           fix nonterminated vararg and memleak
16325
16326 2004-04-05  Benjamin Otte  <otte@gnome.org>
16327
16328         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16329         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16330         (gst_ladspa_set_property), (gst_ladspa_get_property),
16331         (gst_ladspa_instantiate), (gst_ladspa_activate),
16332         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16333           clean up debugging
16334
16335 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16336
16337         reviewed by Benjamin Otte  <otte@gnome.org>
16338
16339         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16340           check for broken LADSPA parameters (fixes #138635)
16341
16342 2004-04-05  Benjamin Otte  <otte@gnome.org>
16343
16344         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16345           advertise buffer-frames correctly on sinkpads
16346
16347 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16348
16349         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16350         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16351         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16352         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16353         (gst_mad_check_caps_reset), (gst_mad_chain):
16354         add more debugging, only reset caps when we're not in error state
16355
16356 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16357
16358         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16359
16360 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16361
16362         reviewed by Benjamin Otte  <otte@gnome.org>
16363
16364         * configure.ac:
16365           fix == in test(1) operator
16366
16367 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16368
16369         reviewed by Benjamin Otte  <otte@gnome.org>
16370
16371         * configure.ac:
16372           fix --export-symblos-regex to a working regex.
16373
16374 2004-04-04  Benjamin Otte  <otte@gnome.org>
16375
16376         * sys/oss/.cvsignore:
16377           add for oss_probe
16378
16379 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16380
16381         reviewed by Benjamin Otte  <otte@gnome.org>
16382
16383         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16384           add missing 'new_media' argument (fixes #138168)
16385         * gst/matroska/matroska-demux.c:
16386         (gst_matroska_demux_handle_seek_event):
16387           add vararg terminator (fixes #138169)
16388
16389 2004-04-02  David Schleef  <ds@schleef.org>
16390
16391         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16392         disted (bug #138914)
16393
16394 2004-04-01  Benjamin Otte  <otte@gnome.org>
16395
16396         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16397         (gst_alsa_close_audio):
16398           handle case better where a soundcard can't pause
16399         * ext/ogg/gstoggdemux.c:
16400           don't crash when we get events but don't have pads yet
16401
16402 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16403
16404         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16405           throw an error if we couldn't probe any caps.
16406
16407 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16408
16409         * ext/dvdnav/gst-dvd:
16410         Add a really simple sample DVD player
16411
16412 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16413
16414         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16415         (gst_a52dec_push), (gst_a52dec_handle_event),
16416         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16417         (gst_a52dec_change_state):
16418         * ext/a52dec/gsta52dec.h:
16419           Use a debug category, Output timestamps correctly
16420           Emit tag info, Handle events, tell liba52dec about cpu
16421           capabilities so it can use MMX etc.
16422         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16423           Fix a crasher accessing invalid memory
16424         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16425         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16426         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16427         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16428         (dvdnavsrc_query):
16429           Some support for byte-format seeking.
16430           Small fixes for still frames and menu button overlays
16431         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16432         (gst_mpeg2dec_alloc_buffer):
16433           Use a debug category. Adjust the report level of several items to
16434           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16435           so it doesn't lose the GstBuffer pointer
16436         * gst/debug/Makefile.am:
16437         * gst/debug/gstdebug.c: (plugin_init):
16438         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16439         (gst_navseek_base_init), (gst_navseek_class_init),
16440         (gst_navseek_init), (gst_navseek_seek),
16441         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16442         (gst_navseek_get_property), (gst_navseek_chain),
16443         (gst_navseek_plugin_init):
16444         * gst/debug/gstnavseek.h:
16445           Add the navseek debug element for seeking back and forth in a
16446           video stream using arrow keys.
16447         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16448         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16449         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16450         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16451         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16452         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16453         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16454         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16455         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16456         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16457         * gst/mpeg2sub/gstmpeg2subt.h:
16458           Pretty much a complete rewrite. Now a loopbased element. May still
16459           require work to properly synchronise subtitle buffers.
16460         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16461         (gst_dvd_demux_send_subbuffer):
16462         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16463           Don't attempt to create subbuffers of size 0
16464           Reduce a couple of error outputs to warnings.
16465         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16466         (gst_y4mencode_chain):
16467         Output the y4m frame header correctly.
16468
16469 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16470
16471         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16472           throw errors instead of allowing SIGFPE
16473
16474 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16475
16476         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16477         (gst_gconf_render_bin_from_key):
16478           leak plugging and style fixing
16479
16480 2004-03-31  David Schleef  <ds@schleef.org>
16481
16482         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16483         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16484         (bug #138225)
16485         * gst/debug/Makefile.am:
16486         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16487         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16488         plugin.
16489         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16490         (gst_negotiation_base_init), (gst_negotiation_class_init),
16491         (gst_negotiation_init), (gst_negotiation_getcaps),
16492         (gst_negotiation_pad_link), (gst_negotiation_chain),
16493         (gst_negotiation_set_property), (gst_negotiation_get_property),
16494         (gst_negotiation_plugin_init):  New element to talk about random
16495         negotiation things happening in a pipeline.
16496
16497 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16498
16499         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16500           fix integer addition with help of Stefan Kost
16501
16502 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16503
16504         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16505
16506 2004-03-30  David Schleef  <ds@schleef.org>
16507
16508         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16509         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16510         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16511         (bug #137504)
16512         * ext/mpeg2dec/gstmpeg2dec.h:
16513
16514 2004-03-30  David Schleef  <ds@schleef.org>
16515
16516         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16517
16518 2004-03-30  David Schleef  <ds@schleef.org>
16519
16520         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16521         Michael Petullo) to handle .mov
16522
16523 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16524
16525         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16526         (gst_osselement_rate_check_rate):
16527           probe caps correctly for sound cards that only support one format
16528
16529 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16530
16531         * ext/kio/kiosrc.cpp: (process_events):
16532           update handling event processing if inside KDE - untested
16533
16534 2004-03-29  David Schleef  <ds@schleef.org>
16535
16536         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16537         by 2 to not interfere with other colorspaces.
16538         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16539         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16540         one to not interfere with ffmpeg_colorspace.
16541
16542 2004-03-29  David Schleef  <ds@schleef.org>
16543
16544         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16545         aren't in the caps.
16546         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16547         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16548
16549 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16550
16551         * gst-libs/gst/riff/riff-media.c:
16552           fail on error, don't try to set stuff on NULL caps
16553
16554 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16555
16556         * configure.ac:
16557         * ext/Makefile.am:
16558         * ext/kio/Makefile.am:
16559         * ext/kio/kioreceiver.cpp:
16560         * ext/kio/kioreceiver.h:
16561         * ext/kio/kiosrc.cpp:
16562         * ext/kio/kiosrc.h:
16563           add experimental kiosrc plugin
16564         * ext/alsa/gstalsaplugin.c: (plugin_init):
16565           initialize debugging category only when we're sure registering the
16566           plugins worked.
16567
16568 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16569
16570         * examples/gstplay/player.c: (main):
16571         * gst-libs/gst/play/play.c: (gst_play_class_init),
16572         (gst_play_set_location), (gst_play_set_data_src),
16573         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16574         (gst_play_set_visualization), (gst_play_connect_visualization):
16575           check return values of element_set_state and return FALSE where
16576           failed
16577
16578 2004-03-29  Benjamin Otte  <otte@gnome.org>
16579
16580         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16581           try harder to check if an event is really a discont
16582
16583 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16584
16585         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16586         * po/az.po:
16587
16588 2004-03-28  Benjamin Otte  <otte@gnome.org>
16589
16590         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16591         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16592         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16593           get rid of non-standard "..." ranges in case statements.
16594
16595 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16596
16597         * gst/mpegstream/gstmpegdemux.c:
16598         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16599         specific functionality split to the new dvddemux element.
16600         * gst/mpegstream/gstdvddemux.c:
16601         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16602         streams, derived from mpegdemux.
16603         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16604         up. SCR based timestamp rewriting can be turned off (will probably
16605         completely disappear soon).
16606         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16607         hacking. General cleanup. All printf statements replaced by
16608         debugging messages. Almost complete libdvdnav support.
16609         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16610         by events. New properties for audio and subpicture languages.
16611         (dvdnavsrc_update_highlight): Now uses events.
16612         (dvdnavsrc_user_op): Cleaned up.
16613         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16614         based). Lots of cleanup, and propper support for most libdvdnav
16615         events.
16616         (dvdnavsrc_make_dvd_event): New function.
16617         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16618         (dvdnavsrc_make_clut_change_event): New function.
16619
16620 2004-03-26  Benjamin Otte  <otte@gnome.org>
16621
16622         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16623           fix bug where typefinding would claim it's theora whenever less then
16624           7 bytes of data were available
16625
16626 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16627
16628         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16629         (gst_alawdec_base_init), (gst_alawdec_class_init),
16630         (gst_alawdec_init), (gst_alawdec_chain):
16631         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16632         (gst_alawenc_base_init), (gst_alawenc_class_init),
16633         (gst_alawenc_init), (gst_alawenc_chain):
16634         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16635         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16636         (gst_mulawdec_init), (gst_mulawdec_chain):
16637         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16638         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16639         (gst_mulawenc_init), (gst_mulawenc_chain):
16640           Fix capsnego in all four, remove the unused property functions and
16641           simplify the chain functions slightly. I guess we could use macros
16642           or something similar for those, since the code is so similar, but
16643           I'm currently too lazy...
16644
16645 2004-03-24  David Schleef  <ds@schleef.org>
16646
16647         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16648         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16649         (gst_osselement_get_format_structure),
16650         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16651         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16652         (gst_osselement_rate_int_compare): Add code to handle rate probing
16653         (bug #120883)
16654         * sys/oss/gstosselement.h: same
16655         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16656         Use rate probing provided by osselement.
16657         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16658
16659 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16660
16661         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16662         (gst_xvidenc_get_property):
16663           ulong/int mess-up.
16664
16665 2004-03-24  David Schleef  <ds@schleef.org>
16666
16667         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16668         (gst_speexdec_init):
16669         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16670         (gst_speexenc_init):  Create the pad template correctly (from
16671         the static pad template, not a NULL pointer.)
16672
16673 2004-03-25  Benjamin Otte  <otte@gnome.org>
16674
16675         * gst/debug/Makefile.am:
16676         * gst/debug/breakmydata.c:
16677           add element that quasi-randomly changes bytes in the stream.
16678           Intended use is robustness checking of demuxers and decoders in
16679           media tests.
16680
16681 2004-03-24  Benjamin Otte  <otte@gnome.org>
16682
16683         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16684         (gst_alsa_probe_hw_params):
16685         * ext/alsa/gstalsa.h:
16686           debugging output fixes
16687
16688 2004-03-24  Benjamin Otte  <otte@gnome.org>
16689
16690         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16691           don't g_return_if_fail if element is PLAYING, fail silently as every
16692           other element.
16693         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16694           only fix needed for cast lvalue issues in gst-plugins
16695         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16696           add proxy_getcaps
16697
16698 2004-03-24  Benjamin Otte  <otte@gnome.org>
16699
16700         * gst/level/gstlevel.c: (gst_level_init):
16701           add proxying getcaps function, so level doesn't advertise impossible
16702           caps
16703
16704 2004-03-24  David Schleef  <ds@schleef.org>
16705
16706         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16707         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16708         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16709         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16710         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16711         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16712         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16713         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16714         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16715         messages.  Divide the chunk size by the compression ratio
16716         (needed for MACE audio)
16717
16718 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16719
16720         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16721           Fix buffer overflow read error.
16722
16723 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16724
16725         * ext/alsa/gstalsa.h:
16726           Remove unused entry.
16727         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16728           Add cinepak.
16729         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16730         (gst_videodrop_link), (gst_videodrop_chain):
16731           Fix, sort of. Was horribly broken with new capsnego. Bah...
16732
16733 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
16734
16735         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
16736         (plugin_init):
16737         Add a monkeysaudio typefind function
16738
16739 2004-03-23  Johan Dahlin  <johan@gnome.org>
16740
16741         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
16742         (gst_play_video_fixate): Check so the structure has the field
16743         before trying to fixate them, this makes it possible to have
16744         fakesinks for video and audio output without printing errors on
16745         the output console.
16746
16747 2004-03-22  David Schleef  <ds@schleef.org>
16748
16749         * sys/oss/Makefile.am:
16750         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
16751         (check_rate), (add_rate):  Rate probing test app.
16752
16753 2004-03-21  Benjamin Otte  <otte@gnome.org>
16754
16755         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16756         (_fixate_caps_to_int), (gst_audio_convert_fixate):
16757           add a fixation function that pretty much does the right thing (fixes
16758           #137556)
16759
16760 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
16761
16762         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
16763
16764 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16765
16766         reviewed by: Benjamin Otte  <otte@gnome.org>
16767
16768         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16769           terminate gst_event_new_discontinuous correctly (fixes parts of
16770           #137711)
16771
16772 2004-03-19  David Schleef  <ds@schleef.org>
16773
16774         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
16775         since it doesn't depend on X, and it's part of our ABI.
16776
16777 2004-03-19  Iain <iain@prettypeople.org>
16778
16779         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
16780         is_int in the structure, not the local variable.
16781
16782 2004-03-19  David Schleef  <ds@schleef.org>
16783
16784         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
16785         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
16786         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
16787         Improvements in caps negotiation.
16788
16789 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16790
16791         * po/LINGUAS:
16792         * po/af.po:
16793           adding Afrikaans (Petri Jooste)
16794
16795 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16796
16797         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16798         (gst_ffmpegcolorspace_chain):
16799         throw error instead of g_critical (#137588)
16800
16801 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16802
16803         * Makefile.am:
16804         * configure.ac:
16805           dist common and m4 correctly
16806         * po/sv.po:
16807
16808 2004-03-17  David Schleef  <ds@schleef.org>
16809
16810         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
16811         (bug #137348)
16812
16813 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16814
16815         * po/LINGUAS:
16816         * po/sv.po:
16817           adding Swedish translation (Christian Rose)
16818
16819 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16820
16821         * Makefile.am: use release.mak
16822
16823 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16824
16825         * common/ChangeLog:
16826         * common/gst-autogen.sh:
16827           add some explanation about the version detection
16828         * configure.ac:
16829           fix X check
16830
16831 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16832
16833         * configure.ac: bump nano to 1
16834
16835 === release 0.8.0 ===
16836
16837 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16838
16839         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
16840
16841 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16842
16843         * configure.ac:
16844           update libtool version
16845         * gst-libs/gst/media-info/Makefile.am:
16846           actually use libtool version
16847
16848 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16849
16850         * configure.ac: fix speex detection to work with 1.0 but not 1.1
16851
16852 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16853
16854         * configure.ac:
16855         * gst-plugins.spec.in:
16856         * pkgconfig/Makefile.am:
16857         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16858         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16859         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16860         * pkgconfig/gstreamer-libs.pc.in:
16861         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16862         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16863         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
16864         * pkgconfig/gstreamer-plugins.pc.in:
16865           remove @VERSION@ from some of the pc files since core and plugins
16866           are decoupled.
16867           created gstreamer-plugins.pc as it's a better name, but keeping
16868           -libs around for now to get fixes upstream done first.
16869
16870 2004-03-15  Julien MOUTTE <julien@moutte.net>
16871
16872         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
16873         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
16874         * gst-libs/gst/play/play.h:
16875
16876 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16877
16878         * *.c, *.cc: don't mix tabs and spaces
16879
16880 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16881
16882         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
16883           use the new ffmpegcolorspace
16884         * gst-plugins.spec.in:
16885           package new colorspace and media-info
16886         * configure.ac:
16887         * pkgconfig/Makefile.am:
16888           fix some more disting issues
16889         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16890         * pkgconfig/gstreamer-media-info.pc.in:
16891           generate media-info pc files
16892
16893 2004-03-15  Johan Dahlin  <johan@gnome.org>
16894
16895         * *.h: Revert indenting
16896
16897 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16898
16899         * configure.ac:
16900           adding ffmpegcolorspace element
16901         * gst/ffmpegcolorspace/Makefile.am:
16902         * gst/ffmpegcolorspace/avcodec.h:
16903         * gst/ffmpegcolorspace/common.h:
16904         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16905         * gst/ffmpegcolorspace/dsputil.h:
16906         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16907         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16908         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
16909         (gst_ffmpeg_caps_to_pix_fmt):
16910         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16911         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16912         (gst_ffmpegcolorspace_caps_remove_format_info),
16913         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
16914         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
16915         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
16916         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
16917         (gst_ffmpegcolorspace_set_property),
16918         (gst_ffmpegcolorspace_get_property),
16919         (gst_ffmpegcolorspace_register):
16920         * gst/ffmpegcolorspace/imgconvert.c:
16921         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
16922         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
16923         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
16924         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
16925         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
16926         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
16927         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
16928         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
16929         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
16930         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
16931         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
16932         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
16933         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
16934         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
16935         (img_get_alpha_info), (deinterlace_line),
16936         (deinterlace_line_inplace), (deinterlace_bottom_field),
16937         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
16938         * gst/ffmpegcolorspace/imgconvert_template.h:
16939         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
16940         * gst/ffmpegcolorspace/mmx.h:
16941         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
16942           adding ffmpegcolorspace element supplied by Ronald after cleaning
16943           up and pulling in the right bits of upstream source.
16944           I'm sure a better C/compiler wizard could do some cleaning up (for
16945           example use GLIB's malloc stuff), but as a first pass this
16946           works very well
16947
16948 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16949
16950         * ext/alsa/gstalsa.h:
16951           I assume Ronald forgot to commit the change to have cardname
16952           as a struct member.  Expect some public spanking at the next
16953           opportunity.
16954
16955 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16956
16957         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
16958         (gst_alsa_open_audio), (gst_alsa_close_audio):
16959         * ext/alsa/gstalsa.c:
16960           Don't open the device if we're a mixer (= padless).
16961         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
16962         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
16963         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
16964           Open mixer during state change rather than during object
16965           initialization. Also, get a device name. Currently in a somewhat
16966           hackish fashion, but I didn't really find something better.
16967
16968 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16969
16970         * *.c, *.h: run gst-indent
16971
16972 2004-03-14  Benjamin Otte  <otte@gnome.org>
16973
16974         * gst/modplug/gstmodplug.cc:
16975         * gst/modplug/gstmodplug.h:
16976           set correct timestamps on outgoing buffers
16977
16978 2004-03-14  Benjamin Otte  <otte@gnome.org>
16979
16980         * gst/modplug/gstmodplug.cc:
16981           handle events - don't do crap when a discont arrives that's not
16982           necessary
16983           This allows correct loading and playback of mods in Rhythmbox
16984
16985 2004-03-14  Benjamin Otte  <otte@gnome.org>
16986
16987         * configure.ac:
16988         * gst-libs/gst/gconf/Makefile.am:
16989         * pkgconfig/Makefile.am:
16990           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
16991           they get rebuilt properly
16992         * configure.ac:
16993           when checking for vorbis, try pkgconfig first.
16994         * gst/modplug/gstmodplug.cc:
16995           add fixate function
16996
16997 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16998
16999         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17000           Fix for obvious mistake, where we first shift the offset and then
17001           read a samplesize element assuming the old offset. Note that this
17002           part still has something weird, i.e. my movies containing those
17003           don't actually play well, but at least there's something that looks
17004           like sound now.
17005
17006 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17007         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17008         (plugin_init):
17009         Add a typefind function for speex format
17010
17011 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17012
17013         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17014         (gst_asf_demux_setup_pad):
17015           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17016           instead of 0. Reason is simple: some elements have a fps range
17017           of 1-max instead of 0-max. So now ASF video actually works.
17018
17019 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17020
17021         * po/LINGUAS:
17022         * po/sr.po:
17023           adding serbian as a language
17024
17025 2004-03-13  Benjamin Otte  <otte@gnome.org>
17026
17027         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17028           return taglist correctly from _get function, don't gst_pad_push it.
17029           (fixes #137042)
17030
17031 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17032         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17033
17034 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17035
17036         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17037         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17038         (gst_alsa_mixer_track_new):
17039         * ext/alsa/gstalsamixertrack.h:
17040           Fix ancient leftovers... MixerTrack is a GObject.
17041
17042 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17043
17044         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17045         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17046           Don't block during probing...
17047
17048 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17049
17050         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17051         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17052         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17053         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17054         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17055         (gst_alsa_open_audio), (gst_alsa_close_audio):
17056         * ext/alsa/gstalsa.h:
17057           Add propertyprobe interface implementation, add some device-name
17058           property, all this so that it looks good in gnome-volume-control.
17059
17060 2004-03-12  David Schleef  <ds@schleef.org>
17061
17062         * configure.ac: the Hermes library controls hermescolorspace, not
17063         colorspace.
17064         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17065         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17066         not /* */
17067         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17068         * ext/sdl/sdlvideosink.h: ditto.
17069         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17070
17071 2004-03-12  Benjamin Otte  <otte@gnome.org>
17072
17073         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17074         (gst_x_overlay_got_xwindow_id):
17075         * gst-libs/gst/xoverlay/xoverlay.h:
17076           replace XID with unsigned long to get rid of the xlibs dependency in
17077           XOverlay (fixes #137004)
17078
17079 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17080         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17081         (gst_agingtv_setup):
17082         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17083         (gst_dicetv_base_init), (gst_dicetv_class_init),
17084         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17085         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17086         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17087         (gst_edgetv_setup), (gst_edgetv_rgb32):
17088         * gst/effectv/gsteffectv.c:
17089         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17090         (gst_quarktv_set_property):
17091         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17092         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17093         (gst_revtv_setup), (gst_revtv_rgb32):
17094         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17095         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17096         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17097         (gst_shagadelictv_rgb32):
17098         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17099         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17100         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17101         * gst/effectv/gstwarp.c:
17102         Port everything that can be ported to videofilter and fix up the caps.
17103         Can someone with a big-endian machine please check these?
17104
17105 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17106
17107         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17108         (gst_osssink_chain), (gst_osssink_change_state):
17109           Latest fixes for A/V sync, audio playback and such. This is about
17110           all... MPEG playback issues are mostly related to the async build-
17111           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17112
17113 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17114
17115         patch from: Stephane Loeuillet
17116
17117         * configure.ac:
17118           use pkg-config for some libraries, falling back to the old .m4 way
17119           (fixes #131270)
17120         * m4/libdv.m4:
17121           removed
17122
17123 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17124
17125         * configure.ac:
17126         * tools/Makefile.am:
17127         * tools/Makefile.in:
17128         * tools/gst-launch-ext-m.m:
17129         * tools/gst-launch-ext.1.in:
17130         * tools/gst-visualise-m.m:
17131         * tools/gst-visualise.1:
17132         * tools/gst-visualise.1.in:
17133           reorganizing generation of script tools
17134
17135 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17136
17137         * ext/divx/gstdivxdec.c:
17138           Downgrade priority. We prefer ffdec_mpeg4.
17139         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17140         (gst_faad_chain), (gst_faad_change_state):
17141           Fix capsnego. Doesn't work for some sounds because we don't have
17142           a 5:1 to stereo element.
17143         * ext/xvid/gstxvid.c: (plugin_init):
17144           Add priority.
17145         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17146         (gst_osssink_change_state):
17147           Add discont handling.
17148
17149 2004-03-09  Colin Walters  <walters@verbum.org>
17150
17151         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17152         conversion.
17153
17154 2004-03-09  Benjamin Otte  <otte@gnome.org>
17155
17156         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17157           the signals take 2 arguments
17158
17159 2004-03-09  David Schleef  <ds@schleef.org>
17160
17161         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17162         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17163         * ext/alsa/gstalsa.h:
17164         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17165
17166 2004-03-09  Benjamin Otte  <otte@gnome.org>
17167
17168         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17169         (gst_mikmod_change_state):
17170         * ext/mikmod/gstmikmod.h:
17171           make mikmod's loop function not loop infinitely and call
17172           gst_element_yield anymore
17173         * gst/modplug/gstmodplug.cc:
17174           fix pad negotiation (fixes #136590)
17175
17176 2004-03-09  David Schleef  <ds@schleef.org>
17177
17178         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17179         doesn't conflict with the internal colorspace plugin.
17180         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17181         satisfy the crappy-ass shell shipped by a certain vendor.
17182         * gst/videofilter/make_filter: same (bug #135299)
17183
17184 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17185
17186         * configure.ac: bump nano to 1
17187
17188 === release 0.7.6 ===
17189
17190 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17191
17192         * configure.in: releasing 0.7.6, "There"
17193
17194 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17195
17196         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17197         * pkgconfig/gstreamer-play.pc.in:
17198           synchronize the two
17199
17200 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17201
17202         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17203         (cdparanoia_open), (cdparanoia_event):
17204           fix/add error handling
17205         * po/POTFILES.in:
17206           add cdparanoia source
17207         * tools/Makefile.am:
17208           make scripts executable
17209
17210 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17211
17212         * configure.ac:
17213         * ext/vorbis/Makefile.am:
17214         * sys/Makefile.am:
17215           remove id3types, vorbisfile and xvideosink from the build (#133783)
17216
17217 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17218
17219         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17220           Fix metadata read crash (#136537).
17221
17222 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17223
17224         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17225         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17226           adding mime types, fixing the one-stop function
17227
17228 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17229
17230         * ext/nas/nassink.c and /ext/nas/nassink.h:
17231         More NAS love from Arwed von Merkatz
17232         So lets all sing 'Can you feel the NAS tonight'
17233
17234 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17235
17236         * tools/gst-launch-ext.in:
17237         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17238
17239 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17240
17241         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17242         (gst_mpeg2dec_init):
17243         remove the user_data pad for now, because it is being used in
17244         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17245         If someone knows how to fix this properly, please do.
17246
17247 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17248
17249         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17250         (gst_osssink_get_time):
17251         add a warning, IMO this won't get triggered anymore, remove later
17252
17253 2004-03-07  David Schleef  <ds@schleef.org>
17254
17255         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17256         format (bug #136470)
17257
17258 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17259
17260         * gst-libs/Makefile.am:
17261         * gst-libs/gst/media-info/Makefile.am:
17262         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17263         (error_callback), (gst_media_info_error_create),
17264         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17265         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17266         * gst-libs/gst/media-info/media-info-priv.h:
17267         * gst-libs/gst/media-info/media-info-test.c: (main):
17268         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17269         (gst_media_info_class_init), (gst_media_info_instance_init),
17270         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17271         (gst_media_info_read_idler), (gst_media_info_read):
17272         * gst-libs/gst/media-info/media-info.h:
17273         fixed, should work now
17274
17275 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17276
17277         * ext/nas/nassink.c:
17278         A bunch of NAS fixes from Arwed von Merkatz
17279
17280 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17281
17282         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17283         (qtdemux_parse_trak):
17284           Fix crash (j might be greater than n_samples, in which case we're
17285           writing outside the allocated space for the array) and memleak.
17286
17287 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17288
17289         * sys/oss/gstosssink.c: (gst_osssink_chain):
17290           And another caller that couldn't handle delay < 0 (unsigned
17291           integer overflow). Video now continues playing on an audio
17292           buffer underrun, and the clock continues working. Audio still
17293           stalls.
17294
17295 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17296
17297         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17298         (gst_osssink_get_time):
17299           get_delay() may return values lower than 0. In those cases, we
17300           should not actually cast to *unsigned* int64, that will break
17301           stuff horribly. In my case, it screwed up A/V sync in movies
17302           in totem rather badly.
17303
17304 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17305
17306         * ext/faac/gstfaac.c: (gst_faac_chain):
17307         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17308         * ext/libpng/gstpngenc.c: (user_write_data):
17309         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17310         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17311         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17312         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17313         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17314         of any buffer), should fix some leaks. I hope I didn't unref buffers
17315         that shouldn't be...
17316
17317 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17318
17319         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17320         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17321         (error_callback), (gmi_reset), (gmi_seek_to_track),
17322         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17323         (gmip_find_type_post), (gmip_find_stream_post),
17324         (gmip_find_track_streaminfo_post):
17325         * gst-libs/gst/media-info/media-info-priv.h:
17326         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17327         (info_print), (main):
17328         * gst-libs/gst/media-info/media-info.c:
17329         (gst_media_info_error_create), (gst_media_info_error_element),
17330         (gst_media_info_instance_init), (gst_media_info_get_property),
17331         (gst_media_info_new), (gst_media_info_set_source),
17332         (gst_media_info_read_idler), (gst_media_info_read):
17333         * gst-libs/gst/media-info/media-info.h:
17334           first pass at making this work again.  This seems to work on
17335           tagged ogg/vorbis and mp3 files.
17336
17337 2004-03-06  Benjamin Otte  <otte@gnome.org>
17338
17339         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17340           fix huge leak: gst_buffer_merge doesn't unref the first argument
17341           itself.
17342
17343 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17344
17345         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17346           report layer/mode/emphasis
17347
17348 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17349
17350         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17351
17352 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17353
17354         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17355           signal serial
17356
17357 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17358
17359         * ext/vorbis/vorbis.c: (plugin_init):
17360         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17361         (gst_vorbis_dec_init), (vorbis_dec_event):
17362         add debug category
17363         make vorbisdec handle _BYTE and _TIME queries
17364
17365 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17366
17367         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17368           from the xing header
17369
17370 2004-03-06  Benjamin Otte  <otte@gnome.org>
17371
17372         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17373         (gst_audio_convert_link), (gst_audio_convert_change_state),
17374         (gst_audio_convert_buffer_from_default_format):
17375           do conversions from/to float correctly, fix some caps nego errors,
17376           export correct supported caps in template and getcaps, use correct
17377           caps in try_set_caps functions
17378
17379 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17380
17381         For some reason, I only committed a ChangeLog entry yesterday and
17382         not the corresponding code...
17383         * ext/mad/gstmad.c: Fix detection of Xing headers
17384         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17385
17386 2004-03-06  Benjamin Otte  <otte@gnome.org>
17387
17388         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17389         (gst_ogg_demux_src_query):
17390           make sure to handle the case where there's no current chain
17391           gracefully.
17392
17393 2004-03-05  David Schleef  <ds@schleef.org>
17394
17395         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17396         Add fixate function. (bug #131128)
17397         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17398         (gst_sdlvideosink_fixate):  Add fixate function.
17399         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17400         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17401         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17402         Fix missing break that was causing ulaw to be interpreted as
17403         raw int.
17404
17405 2004-03-05  David Schleef  <ds@schleef.org>
17406
17407         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17408         Fix code that ignores return value of gst_buffer_merge().
17409         (bug #114560)
17410         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17411         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17412         * testsuite/gst-lint:  Check for above.
17413
17414 2004-03-05  David Schleef  <ds@schleef.org>
17415
17416         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17417         caps and throw an element error.  (bug #136334)
17418
17419 2004-03-05  David Schleef  <ds@schleef.org>
17420
17421         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17422         (gst_faad_chain): Fix negotiation.
17423         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17424         key and button events.
17425         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17426         dung heap of code.
17427         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17428         depends on gconf
17429         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17430         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17431         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17432         function to encourage better negotiation, particularly between
17433         audioconvert and osssink.
17434         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17435         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17436         more important.
17437         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17438         typefinding.
17439         * gst/vbidec/vbiscreen.c:  Add glib header
17440         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17441
17442 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17443
17444         * ext/mad/gstmad.c: Fix detection of Xing headers
17445         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17446
17447 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17448
17449         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17450         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17451           debug updates
17452
17453 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17454
17455         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17456         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17457         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17458         files, and report the parsed length as a GST_TAG_DURATION tag.
17459         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17460
17461 2004-03-05  Benjamin Otte  <otte@gnome.org>
17462
17463         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17464           convert channels correctly. convert correctly to unsigned.
17465
17466 2004-03-05  Julien MOUTTE <julien@moutte.net>
17467
17468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17469         we have a window before clearing it.
17470
17471 2004-03-05  Julien MOUTTE <julien@moutte.net>
17472
17473         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17474         have a window before clearing it.
17475
17476 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17477
17478         * gconf/gstreamer.schemas.in:
17479         * gst-libs/gst/gconf/Makefile.am:
17480           version installation path the same way as for 0.6
17481         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17482         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17483         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17484           remove comment that was fixed
17485
17486 2004-03-05  David Schleef  <ds@schleef.org>
17487
17488         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17489         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17490         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17491         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17492         Add prototype code for handling seeking and querying.
17493
17494 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17495
17496         * examples/gstplay/player.c: (main):
17497           Initialize variables to NULL. Prevents a segfault because the
17498           (uninitialized) variable is not NULL, resulting in a crash on
17499           trying to reach error->message.
17500
17501 2004-03-05  Benjamin Otte  <otte@gnome.org>
17502
17503         * gst/audioconvert/gstaudioconvert.c:
17504         (gst_audio_convert_buffer_to_default_format):
17505         make float=>int conversion work correctly even in cornercases.
17506
17507 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17508
17509         * debian/README.Debian:
17510         * debian/build-deps:
17511         * debian/changelog:
17512         * debian/control:
17513         * debian/control.in:
17514         * debian/copyright:
17515         * debian/gstreamer-a52dec.files:
17516         * debian/gstreamer-aa.files:
17517         * debian/gstreamer-alsa.files:
17518         * debian/gstreamer-alsa.manpages:
17519         * debian/gstreamer-arts.files:
17520         * debian/gstreamer-artsd.files:
17521         * debian/gstreamer-audiofile.files:
17522         * debian/gstreamer-avifile.files:
17523         * debian/gstreamer-cdparanoia.files:
17524         * debian/gstreamer-colorspace.files:
17525         * debian/gstreamer-doc.files:
17526         * debian/gstreamer-dv.files:
17527         * debian/gstreamer-dvd.files:
17528         * debian/gstreamer-esd.files:
17529         * debian/gstreamer-festival.files:
17530         * debian/gstreamer-flac.files:
17531         * debian/gstreamer-gconf.conffiles:
17532         * debian/gstreamer-gconf.files:
17533         * debian/gstreamer-gconf.postinst:
17534         * debian/gstreamer-gnomevfs.files:
17535         * debian/gstreamer-gsm.files:
17536         * debian/gstreamer-http.files:
17537         * debian/gstreamer-jack.files:
17538         * debian/gstreamer-jpeg.files:
17539         * debian/gstreamer-mad.files:
17540         * debian/gstreamer-mikmod.files:
17541         * debian/gstreamer-misc.files:
17542         * debian/gstreamer-mpeg2dec.files:
17543         * debian/gstreamer-oss.files:
17544         * debian/gstreamer-plugin-apps.files:
17545         * debian/gstreamer-plugin-apps.manpages:
17546         * debian/gstreamer-plugin-libs-dev.files:
17547         * debian/gstreamer-plugin-libs.files:
17548         * debian/gstreamer-plugin-template.postinst:
17549         * debian/gstreamer-plugin-template.postrm:
17550         * debian/gstreamer-sdl.files:
17551         * debian/gstreamer-sid.files:
17552         * debian/gstreamer-vorbis.files:
17553         * debian/gstreamer-x.files:
17554         * debian/mk.control:
17555         * debian/rules:
17556         Debian package info not maintained here.
17557
17558 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17559
17560         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17561         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17562         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17563         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17564         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17565         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17566         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17567         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17568         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17569         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17570         * gst-libs/gst/colorbalance/colorbalance.c:
17571         (gst_color_balance_class_init):
17572         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17573         (gst_color_balance_channel_class_init):
17574         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17575         * gst-libs/gst/play/play.c: (gst_play_class_init):
17576         * gst-libs/gst/propertyprobe/propertyprobe.c:
17577         (gst_property_probe_iface_init):
17578         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17579         * gst-libs/gst/tuner/tunerchannel.c:
17580         (gst_tuner_channel_class_init):
17581         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17582         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17583         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17584         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17585         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17586         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17587         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17588         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17589         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17590           fix signals to use - instead of _
17591         * ext/libcaca/gstcacasink.h:
17592         * ext/sdl/sdlvideosink.h:
17593           fix header rename
17594
17595 2004-03-04  David Schleef  <ds@schleef.org>
17596
17597         * testsuite/gst-lint:  Add a check for bad signal names.
17598
17599 2004-03-04  <kost@imn.htwk-leipzig.de>
17600
17601         reviewed by David Schleef
17602
17603         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17604         modified the alpha channel and caused a warning. (bug #136192)
17605
17606 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17607
17608         * gst-plugins.spec.in:
17609         Change names of plugins to actually be correct. Try to keep things
17610         alphabetical to avoid getting beat up by Thomas
17611
17612 2004-03-03  Julien MOUTTE <julien@moutte.net>
17613
17614         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17615         Using ximagesink as a default if no gconf key found. We should
17616         probably consider using alsasink instead of osssink for the audio
17617         part.
17618
17619 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17620
17621         * configure.ac:
17622           fix --with-plugins, don't think it ever worked before
17623         * gst-plugins.spec.in:
17624           even more updates
17625
17626 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17627
17628         * ext/sdl/sdlvideosink.h:
17629         * sys/ximage/ximagesink.h:
17630         * sys/xvideo/xvideosink.h:
17631         * sys/xvimage/xvimagesink.h:
17632           Fix for move of gstvideosink.h -> videosink.h.
17633
17634 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17635
17636         * gst-libs/gst/xwindowlistener/Makefile.am:
17637           this is a plugin library, not a library
17638
17639 2004-03-01  David Schleef  <ds@schleef.org>
17640
17641         * AUTHORS:  Added some names.  Add yourself if you're still
17642         missing.
17643
17644 2004-03-01  David Schleef  <ds@schleef.org>
17645
17646         * MAINTAINERS: Add
17647
17648 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17649
17650         * gst-plugins.spec.in: clean up spec file
17651
17652 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17653
17654         * gst-libs/gst/video/Makefile.am:
17655         * gst-libs/gst/video/gstvideosink.c:
17656         * gst-libs/gst/video/gstvideosink.h:
17657           rename gstvideosink.h to videosink.h to match other headers
17658         * gst/mixmatrix/Makefile.am:
17659           fix plugin filename
17660         * gst/tags/Makefile.am: fix plugin filename
17661
17662 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17663
17664         * gst/tags/Makefile.am: fix plugin filename
17665
17666 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17667
17668         * examples/gstplay/player.c: (got_time_tick), (main):
17669           add error handler
17670           display time_tick more readably
17671         * gst/mixmatrix/Makefile.am:
17672           fix plugin file name
17673
17674 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17675
17676         * sys/oss/gstosselement.c: (gst_osselement_probe),
17677         (device_combination_append), (gst_osselement_class_probe_devices):
17678         * sys/oss/gstosselement.h:
17679           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17680           on my system using alsa oss emulation, fixes bug #135597
17681
17682 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17683
17684         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17685         (gst_videodrop_chain), (gst_videodrop_change_state):
17686         * gst/videodrop/gstvideodrop.h:
17687           Work based on timestamp of input data, not based on the expected
17688           framerate from the input. The consequence is that this element now
17689           not only scales framerates, but also functions as a framerate
17690           corrector or framerate stabilizer/constantizer.
17691
17692 2004-02-27  David Schleef  <ds@schleef.org>
17693
17694         patches from jmmv@menta.net (Julio M. Merino Vidal)
17695
17696         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17697         GST_ELEMENT_ERROR call (bug #135634)
17698         * gst/interleave/interleave.c: (interleave_buffered_loop),
17699         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17700         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17701         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17702         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17703         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17704         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17705         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17706         Fix GST_ELEMENT_ERROR call.
17707         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17708         GST_ELEMENT_ERROR call.
17709
17710 2004-02-27  Benjamin Otte  <otte@gnome.org>
17711
17712         * gst-libs/gst/audio/audio.h:
17713           add macro to make sure header isn't included twice
17714         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17715           don't use gst_buffer_free
17716         * gst/playondemand/filter.func:
17717           don't use gst_data_free. Free data only once.
17718
17719 2004-02-26  David Schleef  <ds@schleef.org>
17720
17721         * gst-libs/gst/colorbalance/Makefile.am:
17722         * gst-libs/gst/mixer/Makefile.am:
17723         * gst-libs/gst/tuner/Makefile.am:
17724         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
17725         should not be disted, -marshal.h files should not be installed,
17726         and -enum.h files _should_ be installed.  Fix to make this the
17727         case.
17728
17729 === release 0.7.5 ===
17730
17731 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17732
17733         * configure.ac: release 0.7.5, "Under The Sea"
17734
17735 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17736
17737         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17738         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
17739         * gst/videoscale/gstvideoscale.c:
17740         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17741           assorted debug/warning fixes
17742
17743 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17744
17745         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
17746         (gst_videoscale_init), (gst_videoscale_chain),
17747         (gst_videoscale_set_property), (plugin_init):
17748         * gst/videoscale/gstvideoscale.h:
17749         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17750         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
17751         (gst_videoscale_planar400), (gst_videoscale_packed422),
17752         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
17753         (gst_videoscale_24bit), (gst_videoscale_16bit),
17754         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
17755         (gst_videoscale_scale_plane_slow),
17756         (gst_videoscale_scale_point_sample),
17757         (gst_videoscale_scale_nearest),
17758         (gst_videoscale_scale_nearest_str2),
17759         (gst_videoscale_scale_nearest_str4),
17760         (gst_videoscale_scale_nearest_32bit),
17761         (gst_videoscale_scale_nearest_24bit),
17762         (gst_videoscale_scale_nearest_16bit):
17763         add debugging category and use it properly
17764         fix use of GST_PTR_FORMAT
17765
17766 2004-02-25  Andy Wingo  <wingo@pobox.com>
17767
17768         * gst/interleave/interleave.c (interleave_buffered_loop): Always
17769         push only when channel->buffer is NULL. Prevents segfaults doing
17770         the state change after a nonlocal exit, like a scheme exception.
17771
17772         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17773         Handle the case where the intersected caps is empty.
17774
17775 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17776
17777         * gst/law/mulaw-decode.c: (mulawdec_link):
17778         * gst/law/mulaw.c: (plugin_init):
17779           fix mulawdec so it actually works again
17780
17781 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
17782
17783         reviewed by: David Schleef  <ds@schleef.org>
17784
17785         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
17786         (gst_gamma_init), (gst_gamma_set_property),
17787         (gst_gamma_get_property), (gst_gamma_calculate_tables),
17788         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
17789         for RGB, with separate r g and b correction factors. (#131167)
17790
17791 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17792
17793         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17794           only signal tags for bitrate if they're > 0 (#134894)
17795
17796 2004-02-24  David Schleef  <ds@schleef.org>
17797
17798         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
17799         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
17800         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
17801         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
17802         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
17803         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
17804         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
17805         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
17806         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
17807         category.  Attempt to fix timestamp calculation.
17808
17809 2004-02-24  Johan Dahlin  <johan@gnome.org>
17810
17811         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
17812
17813 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17814
17815         * configure.ac:
17816         * gconf/Makefile.am:
17817         * gconf/gstreamer.schemas:
17818         * gst-libs/gst/gconf/Makefile.am:
17819         * gst-libs/gst/gconf/gconf.c:
17820           version gconf schemas and install locations
17821
17822 2004-02-23  Benjamin Otte  <otte@gnome.org>
17823
17824         * ext/xine/xineinput.c: (gst_xine_input_dispose):
17825         (gst_xine_input_subclass_init):
17826           call parent dispose.
17827           change pad template for CD reader correctly
17828         * ext/xine/Makefile.am:
17829         * ext/xine/gstxine.h:
17830         * ext/xine/xine.c: (plugin_init):
17831         * ext/xine/xineaudiosink.c:
17832           wrap audio sinks, too
17833         * gst-libs/gst/resample/private.h:
17834         * gst-libs/gst/resample/resample.c: (gst_resample_init),
17835         (gst_resample_reinit), (gst_resample_scale),
17836         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
17837         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
17838         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
17839         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
17840         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
17841         * gst-libs/gst/resample/resample.h:
17842         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17843         (gst_audioscale_class_init), (gst_audioscale_link),
17844         (gst_audioscale_get_buffer), (gst_audioscale_init),
17845         (gst_audioscale_chain), (gst_audioscale_set_property),
17846         (gst_audioscale_get_property):
17847         * gst/audioscale/gstaudioscale.h:
17848           s/resample_*/gst_resample_*/i to not clobber namespaces
17849
17850 2004-02-23  Julien MOUTTE  <julien@moutte.net>
17851
17852         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17853         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17854         (gst_riff_create_video_template_caps),
17855         (gst_riff_create_audio_template_caps),
17856         (gst_riff_create_iavs_template_caps):
17857         * gst-libs/gst/riff/riff-media.h:
17858         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17859         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
17860         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
17861         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17862         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17863         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17864         (gst_matroska_demux_plugin_init): First batch implementing audio and
17865         video codec tags in demuxers.
17866
17867 2004-02-22  Benjamin Otte  <otte@gnome.org>
17868
17869         * ext/xine/Makefile.am:
17870         * ext/xine/gstxine.h:
17871         * ext/xine/xine.c: (plugin_init):
17872         * ext/xine/xineinput.c:
17873           add input plugin wrapper. Playback from files, http, mms and cdda
17874           works.
17875         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17876           remove leftover G_GNUC_UNUSED
17877         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
17878         (gst_asf_demux_identify_guid):
17879           improve debugging output
17880
17881 2004-02-22  Benjamin Otte  <otte@gnome.org>
17882
17883         reported by: Padraig O'Briain <padraig.obriain@sun.com>
17884
17885         * autogen.sh:
17886           replace test -e with test -x for mkinstalldirs to be more portable.
17887           (fixes #134816)
17888
17889 2004-02-22  Benjamin Otte  <otte@gnome.org>
17890
17891         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
17892
17893         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
17894           set rank to PRIMARY
17895         * gst/volume/gstvolume.c: (plugin_init):
17896           set rank to NONE
17897         fixes #134960
17898
17899 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
17900
17901         reviewed by Benjamin Otte  <otte@gnome.org>
17902
17903         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17904           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
17905
17906 2004-02-22  Benjamin Otte  <otte@gnome.org>
17907
17908         * configure.ac:
17909           export [_]*{gst,Gst,GST}.* symbols from plugins
17910
17911 2004-02-22  Christophe Fergeau <teuf@gnome.org>
17912
17913         reviewed by: Benjamin Otte  <otte@gnome.org>
17914
17915         * ext/lame/gstlame.c: (add_one_tag):
17916         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
17918         (gst_vorbisenc_metadata_set1):
17919         * gst/tags/gstid3tag.c:
17920         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
17921           apply fixes from bugs #135042 (lame can't write tags) and #133817
17922           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
17923
17924 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
17925
17926         * configure.ac: Export only gst_plugin_desc from plugins.
17927          Note that this change only makes any effect with Linux using libtool
17928          1.5.2 or higher. Otherwise it is silently ignored, but it would build
17929          fine. And don't try to have several versions of libtool in different
17930          directories.
17931
17932 2004-02-20  Andy Wingo  <wingo@pobox.com>
17933
17934         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
17935         interleave respectively.
17936
17937         * gst/interleave/deinterleave.c: New plugin: deinterleave
17938         (replaces on oneton).
17939         * gst/interleave/interleave.c: New plugin: interleave.
17940         * gst/interleave/plugin.h: Support file.
17941         * gst/interleave/plugin.c: Support file.
17942
17943         * configure.ac: Remove intfloat and oneton, add interleave.
17944
17945         * ext/sndfile/gstsf.c: Handle events better.
17946
17947         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
17948         and float2int operation. int2float has scheduling problems as
17949         noted in in2float_chain.
17950
17951 2004-02-20  Benjamin Otte  <otte@gnome.org>
17952
17953         * ext/xine/Makefile.am:
17954         * ext/xine/gstxine.h:
17955         * ext/xine/xine.c:
17956         * ext/xine/xineaudiodec.c:
17957         * ext/xine/xinecaps.c:
17958           add first version of xine plugin wrapper. Currently only wraps the
17959           QDM2 win32 DLL, and even that only in proof-of-concept quality.
17960         * configure.ac:
17961         * ext/Makefile.am:
17962           add xine plugin wrapper, disabled by default. Use --enable-xine to
17963           build. Note that it'll segfault on gst-register if you don't remove
17964           the goom and tvtime post plugins from xine.
17965         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17966         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
17967           add extradata parsing for QDM2.
17968           change around debugging prints.
17969
17970 2004-02-19  Benjamin Otte  <otte@gnome.org>
17971
17972         * ext/lame/gstlame.c: (gst_lame_chain):
17973         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17974           use gst_tag_list_insert when you want to insert tags
17975
17976 2004-02-18  David Schleef  <ds@schleef.org>
17977
17978         * configure.ac:  Move massink to gst-rotten
17979         * ext/Makefile.am:
17980         * ext/mas/Makefile.am:
17981         * ext/mas/massink.c:
17982         * ext/mas/massink.h:
17983
17984 2004-02-18  David Schleef  <ds@schleef.org>
17985
17986         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
17987         typefinding, since it seems to be worse than nothing.
17988         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
17989         atom to recognize .mp4 and .m4a files as video/quicktime.
17990
17991 2004-02-18  David Schleef  <ds@schleef.org>
17992
17993         * gst/sine/demo-dparams.c: (quit_live),
17994         (dynparm_log_value_changed), (dynparm_value_changed), (main):
17995         Use double dparams, not float.
17996         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17997         (gst_sinesrc_init): Change sync default to FALSE, since multiple
17998         sync'd elements don't really work correctly.
17999         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18000         (volume_update_volume), (volume_get_property):  Change dparam
18001         to double.
18002
18003 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18004
18005         * sys/ximage/ximagesink.c:
18006         (gst_ximagesink_xwindow_update_geometry),
18007         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18008         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18009         (gst_ximagesink_init): Rework the way software video scaling works. So
18010         now we check on each chain call if the video frames are feeling the
18011         window. If not we try to renegotiate caps. On failure we memorize that
18012         and we won't try again for that PLAYING sessions.
18013         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18014         failure.
18015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18016         synchronous flag.
18017
18018 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18019
18020         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18021           break up _link so we can give a better debug message for errors
18022
18023 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18024
18025         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18026           set up debug category
18027
18028 2004-02-18  Julien MOUTTE <julien@moutte.net>
18029
18030         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18031         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18032         the way renegotiation work. The event handling function is not taking
18033         care of external windows and renegotiate method check for pad flags
18034         NEGOTIATING. Should fix : #133209
18035
18036 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18037
18038         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18039         pad is negotiating before trying renegotiation.
18040
18041 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18042
18043         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18044           pass on all possible mime types as typefind hints
18045
18046 2004-02-17  Julien MOUTTE <julien@moutte.net>
18047
18048         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18050         possible SHM leak if we crash. All other apps using XShm are doing
18051         that.
18052
18053 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18054
18055         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18056         (gst_ximagesink_expose): Renegotiate size on expose.
18057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18058         size on expose.
18059
18060 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18061
18062         * testsuite/alsa/sinesrc.c:
18063           cosmetic fix to fix compile issue with gcc 2.95.4
18064
18065 2004-02-16  Julien MOUTTE <julien@moutte.net>
18066
18067         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18068         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18069         failed opening the audio device.
18070         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18071         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18072         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18073         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18074         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18075         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18076         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18077         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18078         Removing some useless g_return_if_fail like wingo suggested.
18079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18080         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18081         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18082         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18083         (gst_xvimagesink_update_colorbalance),
18084         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18085         (gst_xvimagesink_xcontext_clear),
18086         (gst_xvimagesink_get_fourcc_from_caps),
18087         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18088         (gst_xvimagesink_set_xwindow_id),
18089         (gst_xvimagesink_colorbalance_list_channels),
18090         (gst_xvimagesink_colorbalance_set_value),
18091         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18092         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18093
18094 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18095
18096         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18097           throw error when not negotiated instead of asserting
18098
18099 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18100
18101         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18102         correct data refcounting.
18103
18104 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18105
18106         * gst/switch/gstswitch.c: (gst_switch_change_state),
18107         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18108         change, mostly the EOS flag.
18109
18110 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18111
18112         * examples/gstplay/player.c: (got_eos), (main): Adding some
18113         output for debugging.
18114         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18115         timeouts if we go to any state different from PLAYING.
18116         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18117         more EOS bugs in riff lib.
18118
18119 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18120
18121         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18122         visualization until i find a way to fix switch correctly.
18123         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18124         EOS arrives.
18125         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18126         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18127         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18128         Reworked switch to get a more correct behaviour with events and refing
18129         of data stored in sinkpads.
18130         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18131         we don't pull from a pad in EOS.
18132
18133 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18134
18135         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18136           remove v1 tag even if we can't read it (makes sure we don't detect
18137           it again)
18138
18139 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18140
18141         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18142         (gst_alsa_xrun_recovery):
18143         * ext/alsa/gstalsa.h:
18144           try xrun recovery when wait failed. Make xrun recovery function
18145           return TRUE/FALSE to indicate success. (might fix #134354)
18146
18147 2004-02-13  David Schleef  <ds@schleef.org>
18148
18149         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18150         (dynparm_value_changed), (main): Convert from float to double.
18151         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18152
18153 2004-02-13  David Schleef  <ds@schleef.org>
18154
18155         * gst/silence/gstsilence.c: (gst_silence_class_init),
18156         (gst_silence_set_clock), (gst_silence_get),
18157         (gst_silence_set_property), (gst_silence_get_property):
18158         * gst/silence/gstsilence.h: Add sync property.
18159         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18160         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18161         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18162         * gst/sine/gstsinesrc.h: Add sync property.
18163
18164 2004-02-13  David Schleef  <ds@schleef.org>
18165
18166         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18167         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18168
18169 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18170
18171         * configure.ac:
18172         * ext/Makefile.am:
18173         * gst-libs/ext/Makefile.am:
18174           move ffmpeg plugin to gst-ffmpeg module
18175
18176 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18177
18178         * configure.ac: use GST_ARCH to detect architecture
18179
18180 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18181
18182         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18183
18184 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18185
18186         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18187           classify LADSPA plugins based on number of src/sink pads
18188           (#133663, Stefan Kost)
18189         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18190           fix dparams registration
18191           (#133528, Stefan Kost)
18192         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18193           fix use of isprint and use g_ascii_isprint instead
18194           (#133316, Stefan Kost)
18195
18196 2004-02-11  David Schleef  <ds@schleef.org>
18197
18198         Convert a few inner loops to use liboil.  This is currently
18199         optional, and is only enabled if liboil is present (duh!).
18200         * configure.ac: Check for liboil-0.1
18201         * gst/intfloat/Makefile.am:
18202         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18203         (gst_int2float_chain_gint16):
18204         * gst/videofilter/Makefile.am:
18205         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18206         (tablelookup_u8), (gst_videobalance_planar411):
18207         * gst/videotestsrc/Makefile.am:
18208         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18209         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18210         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18211         (paint_hline_RGB565), (paint_hline_xRGB1555):
18212
18213 2004-02-11  David Schleef  <ds@schleef.org>
18214
18215         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18216         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18217         (gst_colorspace_getcaps), (gst_colorspace_link),
18218         (gst_colorspace_base_init), (gst_colorspace_init),
18219         (gst_colorspace_chain), (gst_colorspace_change_state),
18220         (plugin_init): Merge Ronald's patch (bug #117897) and update
18221         for new caps and negotiation.  Seems to work, although it
18222         shows off bugs in lcs.
18223
18224 2004-02-11  David Schleef  <ds@schleef.org>
18225
18226         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18227         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18228
18229 2004-02-11  David Schleef  <ds@schleef.org>
18230
18231         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18232         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18233         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18234         Add server and port properties
18235
18236 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18237
18238         * m4/a52.m4:
18239         * m4/aalib.m4:
18240         * m4/as-ffmpeg.m4:
18241         * m4/as-liblame.m4:
18242         * m4/as-slurp-ffmpeg.m4:
18243         * m4/check-libheader.m4:
18244         * m4/esd.m4:
18245         * m4/freetype2.m4:
18246         * m4/gconf-2.m4:
18247         * m4/glib.m4:
18248         * m4/gst-alsa.m4:
18249         * m4/gst-artsc.m4:
18250         * m4/gst-ivorbis.m4:
18251         * m4/gst-matroska.m4:
18252         * m4/gst-sdl.m4:
18253         * m4/gst-shout2.m4:
18254         * m4/gst-sid.m4:
18255         * m4/gtk.m4:
18256         * m4/libdv.m4:
18257         * m4/libfame.m4:
18258         * m4/libmikmod.m4:
18259         * m4/ogg.m4:
18260         * m4/vorbis.m4:
18261           fix underquotedness of macros (#133800)
18262         * m4/as-avifile.m4:
18263         * m4/xmms.m4:
18264           removed because no longer used
18265
18266 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18267
18268         * configure.ac:
18269           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18270           by autopoint (fixes #132996)
18271
18272 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18273
18274         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18275         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18276         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18277         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18278           fix memleaks
18279
18280 2004-02-11  David Schleef  <ds@schleef.org>
18281
18282         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18283         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18284         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18285         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18286         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18287         (gst_jpegenc_class_init), (gst_jpegenc_init),
18288         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18289         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18290         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18291         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18292
18293 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18294
18295         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18296         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18297         * ext/mikmod/gstmikmod.h:
18298           fix caps negotiation in mikmod
18299         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18300           output debug information
18301
18302 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18303
18304         * gst-libs/gst/colorbalance/Makefile.am:
18305         * gst-libs/gst/navigation/Makefile.am:
18306         * gst-libs/gst/xoverlay/Makefile.am:
18307           remove unused GST_OPT_CFLAGS from Makefiles
18308           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18309
18310 2004-02-07  David Schleef  <ds@schleef.org>
18311
18312         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18313         push events to pads that haven't been created (#133508)
18314
18315 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18316
18317         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18318         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18319         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18320         (gst_dvdec_loop), (gst_dvdec_change_state):
18321         Second attempt at committing a working dvdec element.
18322
18323 2004-02-06  David Schleef  <ds@schleef.org>
18324
18325         Build fixes for OS X: (see #129600)
18326         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18327         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18328         (gst_riff_read_strf_iavs):
18329         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18330         (gst_avi_demux_stream_odml):
18331         * gst/playondemand/Makefile.am:
18332         * gst/rtp/rtp-packet.c:
18333
18334 2004-02-05  David Schleef  <ds@schleef.org>
18335
18336         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18337         last change, because it Just Doesn't Compile.
18338
18339 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18340
18341         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18342           skip undecodable id3v2 tag instead of keeping it
18343
18344 2004-02-05  David Schleef  <ds@schleef.org>
18345
18346         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18347         Unref leaked buffer.  (Noticed by Ronald)
18348
18349 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18350
18351         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18352         Sync requires with other checks.  >= vs =.
18353
18354 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18355
18356         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18357         (gst_dvdec_video_link), (gst_dvdec_loop):
18358         * ext/dv/gstdvdec.h:
18359           rework the caps negotiation so that dvdec works again instead
18360           of just segfaulting.
18361
18362 === release 0.7.4 ===
18363
18364 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18365
18366         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18367         * configure.ac: changed for release
18368
18369 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18370
18371         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18372         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18373         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18374         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18375           reworked patch by David Lehn to fix libdir and includedir for
18376           uninstalled libraries
18377           removed play and gconf from gstreamer-libs since they have their
18378           own pkgconfig files
18379
18380 2004-02-04  David Schleef  <ds@schleef.org>
18381
18382         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18383         memleak.
18384
18385 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18386
18387         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18388           use correct GST_TAG_ENCODER tag
18389
18390 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18391
18392         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18393           be sure to stop the clock when going to paused
18394         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18395           reset number of transmitted when going to ready.
18396         fixes #132935
18397
18398 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18399
18400         reviewed by Benjamin Otte
18401
18402         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18403           extract track count (fixes #133410)
18404
18405 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18406
18407         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18408           that should be !=, not == (fixes #132519)
18409
18410 2004-02-04  David Schleef  <ds@schleef.org>
18411
18412         Make sure set_explicit_caps() is called before adding pad.
18413         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18414         * gst/id3/gstid3types.c: (gst_id3types_loop):
18415         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18416         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18417
18418 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18419
18420         * configure.ac:
18421           bump nano to 2, first prerelease
18422           put back AM_PROG_LIBTOOL
18423
18424 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18425
18426         * testsuite/alsa/Makefile.am:
18427           these are user test apps, not automatic testsuite tests
18428
18429 2004-02-04  David Schleef  <ds@schleef.org>
18430
18431         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18432         * gst/mpeg1videoparse/gstmp1videoparse.c:
18433         (mp1videoparse_parse_seq):
18434         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18435         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18436         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18437         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18438         (gst_xvideosink_getcaps):
18439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18440         * testsuite/gst-lint: more tests
18441
18442 2004-02-04  David Schleef  <ds@schleef.org>
18443
18444         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18445         with the code that they would expand to.
18446         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18447         (gst_flacdec_get_src_query_types),
18448         (gst_flacdec_get_src_event_masks):
18449         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18450         (gst_gnomevfssrc_get_query_types),
18451         (gst_gnomevfssrc_get_event_mask):
18452
18453 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18454
18455         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18456         (gst_sinesrc_dispose):
18457           fix memleak by properly disposing sinesrc
18458
18459 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18460
18461         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18462         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18463         an overlay to redraw the image because it has been exposed.
18464         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18465         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18466         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18467         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18468         interface
18469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18470         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18471         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18472         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18473         interface
18474
18475 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18476
18477         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18478           more memleak fixage
18479
18480 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18481
18482         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18483         * gst/typefind/gsttypefindfunctions.c:
18484           fix memleaks shown by gst-typefind
18485
18486 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18487
18488         * common/glib-gen.mak:
18489           add hack rule to touch .Plo files
18490         * gst-libs/gst/colorbalance/Makefile.am:
18491         * gst-libs/gst/mixer/Makefile.am:
18492         * gst-libs/gst/play/Makefile.am:
18493         * gst-libs/gst/tuner/Makefile.am:
18494           remove glib_root variable
18495
18496 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18497
18498         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18499           set explicit caps before adding the element, so the autopluggers can
18500           plug correctly.
18501         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18502         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18503         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18504         (dv_type_find):
18505           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18506           argument.
18507
18508 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18509
18510         * gst-libs/gst/colorbalance/Makefile.am:
18511         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18512         * gst-libs/gst/colorbalance/colorbalance.c:
18513         * gst-libs/gst/colorbalance/colorbalance.h:
18514         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18515         * gst-libs/gst/mixer/Makefile.am:
18516         * gst-libs/gst/mixer/mixer-marshal.list:
18517         * gst-libs/gst/mixer/mixer.c:
18518         * gst-libs/gst/mixer/mixer.h:
18519         * gst-libs/gst/mixer/mixermarshal.list:
18520         * gst-libs/gst/play/Makefile.am:
18521         * gst-libs/gst/play/play.h:
18522         * gst-libs/gst/tuner/Makefile.am:
18523         * gst-libs/gst/tuner/tuner-marshal.list:
18524         * gst-libs/gst/tuner/tuner.c:
18525         * gst-libs/gst/tuner/tuner.h:
18526         * gst-libs/gst/tuner/tunermarshal.list:
18527           use new glib-gen.mak snippet to clean up Makefile.am
18528           fix various bugs in Makefile.am's
18529
18530 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18531
18532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18533           handle chain parsing correctly in the multichain case
18534         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18535         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18536         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18537         (theora_dec_chain):
18538           handle events and queries correctly
18539
18540 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18541
18542         * .cvsignore:
18543         Ignore generated file _stdint.h.
18544
18545 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18546
18547         * gst-libs/gst/colorbalance/Makefile.am:
18548         * gst-libs/gst/colorbalance/colorbalance.h:
18549         * gst-libs/gst/mixer/Makefile.am:
18550         * gst-libs/gst/mixer/mixer.h:
18551         * gst-libs/gst/play/Makefile.am:
18552         * gst-libs/gst/play/play.h:
18553         * gst-libs/gst/tuner/Makefile.am:
18554         * gst-libs/gst/tuner/tuner.h:
18555         Generate enum type code with glib-mkenums.
18556         * gst-libs/gst/colorbalance/.cvsignore:
18557         * gst-libs/gst/mixer/.cvsignore:
18558         * gst-libs/gst/play/.cvsignore:
18559         * gst-libs/gst/tuner/.cvsignore:
18560         Ignore generated files.
18561
18562 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18563
18564         * gst-libs/gst/audio/.cvsignore:
18565         Ignore generated file.
18566         * gst-libs/gst/audio/Makefile.am:
18567         Do not install example filter.
18568
18569 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18570
18571         * examples/switch/.cvsignore:
18572         Ignore generated file.
18573
18574 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18575
18576         * common/m4/ax_create_stdint_h.m4:
18577         * configure.ac:
18578           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18579           _stdint.h.
18580         * Makefile.am:
18581           remove generated _stdint.h in DISTCLEANFILES
18582         * ext/a52dec/gsta52dec.c:
18583           include _stdint.h for a52dec. (should fix #133064)
18584
18585 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18586
18587         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18588         (gst_tag_to_vorbis_comments):
18589         Add replaygain support to vorbistag
18590
18591 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18592         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18593         (gst_ffmpeg_caps_to_extradata):
18594           Fix SVQ3 caps flag properties
18595           Use glib macro for bytes swap
18596
18597 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18598
18599         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18600         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18601         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18602         * ext/sndfile/gstsf.c: (plugin_init):
18603         * gst/avi/gstavi.c: (plugin_init):
18604         * sys/dxr3/dxr3init.c: (plugin_init):
18605         * sys/oss/gstossaudio.c: (plugin_init):
18606         * sys/v4l/gstv4l.c: (plugin_init):
18607         * sys/v4l2/gstv4l2.c: (plugin_init):
18608           remove textdomain calls
18609         * po/nl.po:
18610           update Dutch translation
18611
18612 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18613
18614         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18615         (gst_play_set_audio_sink): Moving volume in the audio thread for
18616         instantaneous volume change. Maybe i will add another volume in front
18617         of visualization later, not sure yet though.
18618
18619 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18620
18621         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18622         (gst_ximagesink_handle_xevents): Better X events handling, only take
18623         the latest events for configure and motion.
18624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18625
18626 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18627
18628         reviewed by: David Schleef  <ds@schleef.org>
18629
18630         Fix memory leaks:
18631         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18632         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18633
18634 2004-02-02  David Schleef  <ds@schleef.org>
18635
18636         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18637         of lines.
18638         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18639         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18640         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18641         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18642         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18643         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18644         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18645         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18646         (gst_float2_2_int_link):
18647         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18648         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18649         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18650         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18651         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18652         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18653         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18654         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18655         * testsuite/gst-lint: Add tests for bzero and ;;
18656
18657 2004-02-02  David Schleef  <ds@schleef.org>
18658
18659         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18660
18661 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18662
18663         * ext/aalib/gstaasink.c: (gst_aasink_open):
18664         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18665         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18666         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18667         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18668         (gst_afsink_close_file):
18669         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18670         (gst_afsrc_close_file):
18671         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18672         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18673         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18674         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18675         * ext/esd/esdmon.c: (gst_esdmon_get):
18676         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18677         * ext/faac/gstfaac.c: (gst_faac_chain):
18678         * ext/faad/gstfaad.c: (gst_faad_chain):
18679         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18680         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18681         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18682         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18683         (gst_flacdec_loop):
18684         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18685         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18686         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18687         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18688         (gst_gnomevfssink_close_file):
18689         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18690         (gst_gnomevfssrc_open_file):
18691         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18692         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18693         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18694         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18695         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18696         * ext/mad/gstmad.c: (gst_mad_chain):
18697         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18698         * ext/mpeg2dec/gstmpeg2dec.c:
18699         * ext/mpeg2enc/gstmpeg2enc.cc:
18700         * ext/mplex/gstmplex.cc:
18701         * ext/mplex/gstmplexibitstream.cc:
18702         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18703         (gst_ogg_demux_push):
18704         * ext/raw1394/gstdv1394src.c:
18705         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18706         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18707         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18708         (gst_sf_loop):
18709         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18710         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18711         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18712         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18713         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18714         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18715         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18716         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18717         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18718         (gst_riff_read_element_data), (gst_riff_read_seek),
18719         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18720         * gst/adder/gstadder.c: (gst_adder_loop):
18721         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18722         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18723         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18724         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18725         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
18726         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18727         * gst/goom/gstgoom.c: (gst_goom_chain):
18728         * gst/id3/gstid3types.c: (gst_id3types_loop):
18729         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18730         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
18731         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
18732         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18733         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18734         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
18735         (gst_ebml_read_float), (gst_ebml_read_header):
18736         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18737         (gst_matroska_demux_parse_blockgroup):
18738         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
18739         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18740         * gst/oneton/gstoneton.c: (gst_oneton_chain):
18741         * gst/silence/gstsilence.c: (gst_silence_get):
18742         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18743         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
18744         * gst/speed/gstspeed.c: (speed_loop):
18745         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18746         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18747         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
18748         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18749         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18750         (gst_wavparse_loop):
18751         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
18752         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
18753         (dxr3audiosink_close):
18754         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
18755         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
18756         (dxr3videosink_close), (dxr3videosink_write_data):
18757         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
18758         * sys/oss/gstosssink.c: (gst_osssink_chain):
18759         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18760         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18761         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
18762         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
18763         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18764         (gst_v4l_set_window), (gst_v4l_enable_overlay):
18765         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
18766         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
18767         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
18768         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
18769         (gst_v4l_set_audio):
18770         * sys/v4l/v4l_calls.h:
18771         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18772         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
18773         (gst_v4lmjpegsink_playback_init),
18774         (gst_v4lmjpegsink_playback_start):
18775         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
18776         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18777         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
18778         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
18779         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
18780         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
18781         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
18782         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18783         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
18784         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
18785         (gst_v4l2_get_output), (gst_v4l2_set_output),
18786         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
18787         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
18788         (gst_v4l2_set_attribute):
18789         * sys/v4l2/v4l2_calls.h:
18790         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
18791         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
18792         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
18793         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
18794         (gst_v4l2src_capture_stop):
18795         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
18796         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18797         (gst_ximagesink_chain):
18798         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
18799         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
18800         (gst_xvideosink_xwindow_new):
18801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18802         (gst_xvimagesink_chain):
18803
18804 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18805
18806         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18807         (gst_volume_get_volume), (volume_class_init), (volume_init),
18808         (volume_chain_int16), (volume_update_volume):
18809         * gst/volume/gstvolume.h:
18810           make code more readable by removing magic numbers
18811           make mixer interface export 0-100 range
18812           make it internally map to 0.0-1.0 range so users don't distort
18813           output by putting the sliders at full volume
18814
18815 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18816
18817         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
18818         (gst_play_state_change), (gst_play_seek_to_time):
18819         block the tick callback for 0.5 secs after doing a seek
18820
18821 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18822
18823         * gst-libs/gst/play/play.c: (gst_play_new):
18824           check for GError
18825
18826 2004-02-01  Julien MOUTTE  <julien@moutte.net>
18827
18828         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
18829         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
18830         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18831         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
18832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18833         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
18834
18835 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18836
18837         * configure.ac:
18838         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18839           check for a function added in vorbis 1.1
18840
18841 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18842
18843         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18844         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
18845           really start/stop clock only on PLAYING <=> PAUSED
18846         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18847           remove \n from debugging lines
18848         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18849           make it work when seeking does not
18850         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18851           reset on DISCONT
18852
18853 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18854
18855         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
18856           start clock on PAUSED=>PLAYING, not later
18857         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18858           extract correct time for different discont formats
18859         (gst_alsa_sink_get_time):
18860           don't segfault when no format is negotiated yet, just return 0
18861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18862         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
18863         (gst_ogg_pad_push):
18864           handle flush and discont events correctly
18865         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18866           handle discont events correctly
18867
18868 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18869
18870         * gst-libs/gst/play/play.c: (gst_play_error_quark),
18871         (gst_play_error_create), (gst_play_error_plugin),
18872         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
18873         * gst-libs/gst/play/play.h:
18874           add error handling during creation
18875         * examples/gstplay/player.c: (main):
18876           use new gst_play_new
18877
18878
18879 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18880
18881         * ext/theora/theoradec.c: (theora_dec_chain):
18882           make comments work
18883         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18884         (vorbis_dec_src_event), (vorbis_dec_chain):
18885           add encoder tag, fix tag reading to be more error tolerant, change
18886           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
18887           gst_pad_event_default.
18888         * gst/tags/gstvorbistag.c:
18889         (gst_tag_list_from_vorbiscomment_buffer):
18890           undefine function specific define at end of function
18891
18892 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
18893
18894         * ext/flac/gstflac.c: (plugin_init):
18895         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
18896         * ext/flac/gstflacdec.h:
18897         * ext/flac/gstflacenc.h:
18898           Fix typos
18899
18900 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
18901
18902         * examples/gstplay/player.c: s/gstplay.h/play.h/
18903
18904 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18905
18906         * gst-libs/gst/play/Makefile.am:
18907         * gst-libs/gst/play/gstplay.c:
18908         * gst-libs/gst/play/gstplay.h:
18909         * gst-libs/gst/play/play.c:
18910           more surgery, operation complete
18911
18912 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18913
18914         * gst-libs/gst/play/play.old.c:
18915         * gst-libs/gst/play/play.old.h:
18916           after CVS surgery by moving, remove
18917         * gst-libs/gst/play/playpipelines.c:
18918           remove
18919
18920         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18921           add negotiation error
18922
18923 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18924
18925         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18926         (gst_ogg_demux_push):
18927           add some seeking debug info
18928           send a flush when seeking
18929
18930 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18931
18932         * configure.ac:
18933           use AC_C_INLINE
18934         * configure.ac:
18935         * ext/Makefile.am:
18936         * ext/theora/Makefile.am:
18937         * ext/theora/theoradec.c:
18938           add theora video decoder. Does just do simple decoding for now and
18939           has been tested against Theora cvs only. It only works when theora
18940           is compiled with --enable-static.
18941         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18942           always reset packetno on DISCONT
18943
18944 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18945
18946         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18947           Fix audio.
18948
18949 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18950
18951         * gst/mpegaudioparse/gstmpegaudioparse.c:
18952         (mp3_type_frame_length_from_header):
18953           Fix header parsing - stolen from ffmpeg (thank you! :) ).
18954
18955 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18956
18957         * ext/esd/esdsink.c: (gst_esdsink_init):
18958           Since we have static pad template caps, we don't need to negotiate;
18959           either the core errors out or we know the format.
18960
18961 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18962
18963         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18964         (gst_riff_read_seek):
18965         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18966         (gst_ebml_read_seek):
18967           Fix event handling.
18968
18969 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18970
18971         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
18972           removee video/x-theora from vp3 decoder, it doesn't handle raw
18973           theora streams
18974         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
18975           fix bug with finalizing element that never went to PAUSED
18976         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
18977           length and position queries were swapped
18978         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18979         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
18980         (vorbis_dec_src_event):
18981           implement querying time and bytes
18982
18983 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18984
18985         * just about every source file:
18986           gst_element_error -> GST_ELEMENT_ERROR
18987
18988 2004-01-29  Julien MOUTTE  <julien@moutte.net>
18989
18990         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
18991         emiting FLUSH and even before DISCONT.
18992         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
18993         get the best instant seeking as possible yay!
18994
18995 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18996
18997         * gst/mpeg1videoparse/gstmp1videoparse.c:
18998         (gst_mp1videoparse_real_chain):
18999           Committed wrong version last week... Grr... Didn't notice until now.
19000
19001 2004-01-29  Julien MOUTTE <julien@moutte.net>
19002
19003         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19005         have_xwindow_id signal in xwindow_create.
19006
19007 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19008
19009         * ext/ogg/gstoggdemux.c:
19010           lots of changes - mainly support for chained bitstreams, seeking,
19011           querying and bugfixes of course
19012         * ext/vorbis/Makefile.am:
19013         * ext/vorbis/vorbisdec.c:
19014         * ext/vorbis/vorbisdec.h:
19015           add vorbisdec raw vorbis decoder
19016         * ext/vorbis/vorbis.c: (plugin_init):
19017           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19018         * gst/intfloat/Makefile.am:
19019         * gst/intfloat/float22int.c:
19020         * gst/intfloat/float22int.h:
19021         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19022           add float2intnew plugin. It converts multichannel interleaved float to
19023           multichannel interleaved int. The name should probably be changed.
19024         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19025         (plugin_init):
19026           add typefinding for raw theora video so oggdemux can detect it.
19027
19028 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19029
19030         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19031         sink element first.
19032         * gst/videoscale/gstvideoscale.c:
19033         (gst_videoscale_handle_src_event): Fixing src event handler.
19034
19035 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19036
19037         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19038         (gst_v4lsrc_open), (gst_v4lsrc_close),
19039         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19040         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19041         * sys/v4l/gstv4lsrc.h:
19042         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19043         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19044           Implement resizing... Hack. But that's why v4l is b0rked...
19045
19046 2004-01-28  Julien MOUTTE <julien@moutte.net>
19047
19048         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19049         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19050         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19051         (gst_ximagesink_xwindow_destroy):
19052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19053         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19054         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19055         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19056         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19057         correctly cleaning the image created to check xshm calls on succes,
19058         added a lot of XSync calls in X11 functions, and fixed a segfault when
19059         no image format was defined before negotiation happened.
19060
19061 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19062
19063         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19064           use gst_element_get_time to get correct time
19065
19066 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19067
19068         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19069         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19070         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19072         (gst_xvimagesink_check_xshm_calls),
19073         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19074         X plugins are now able to detect that XShm calls will fail even if the
19075         server claims that it has XShm support (remote displays most of the
19076         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19077         so that we use non XShm functions. This feature is almost useless for
19078         xvimagesink as Xv is not supported on remote displays anyway, but
19079         it might happen than even on the local display XShm calls fail.
19080
19081 2004-01-27  David Schleef  <ds@schleef.org>
19082
19083         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19084         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19085         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19086         changed esdsink to only use 44100,16,2, since esd sucks at rate
19087         conversion and esdsink has had difficulty negotiating.
19088
19089 2004-01-27  Julien MOUTTE <julien@moutte.net>
19090
19091         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19092         (gst_play_seek_to_time): Fixing the way to get current position.
19093
19094 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19095
19096         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19097           use gst_element_get_time to get correct time
19098
19099 2004-01-27  Julien MOUTTE <julien@moutte.net>
19100
19101         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19102         fix ever... Inverting 2 lines of code make spider autoplug correctly
19103         tagged mp3 !
19104
19105 2004-01-27  David Schleef  <ds@schleef.org>
19106
19107         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19108         Use gst_pad_try_set_caps_nonfixed().
19109
19110 2004-01-27  David Schleef  <ds@schleef.org>
19111
19112         * gst/ac3parse/gstac3parse.c: update to checklist 5
19113         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19114         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19115         * gst/audioscale/gstaudioscale.c: same
19116         * gst/auparse/gstauparse.c: same
19117         * gst/avi/gstavidemux.c: same
19118
19119 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19120
19121         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19122           stop processing after EOS
19123
19124 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19125
19126         * gst/asfdemux/asfheaders.h:
19127         * gst/asfdemux/gstasfdemux.c:
19128         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19129         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19130         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19131           lot's of fixes to make data extraction simpler and get the code
19132           architecture and compiler independant. Add debugging category
19133         * gst/goom/gstgoom.c: (gst_goom_change_state):
19134           reset channel count on PAUSED=>READY, not READY=>PAUSED
19135
19136 2004-01-26  Colin Walters  <walters@verbum.org>
19137
19138         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19139         code to pull a bigger buffer in iradio mode.  This as a side effect
19140         makes typefinding work.
19141
19142 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19143
19144         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19145         Fix SVQ3 decoding on PPC
19146
19147 2004-01-26  Julien MOUTTE <julien@moutte.net>
19148
19149         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19150         that one managed to stay there... Fixed.
19151
19152 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19153
19154         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19155         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19156         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19157         (qtdemux_video_caps):
19158         * gst/qtdemux/qtdemux.h:
19159         Add SVQ3 specific flags to qtdemux and ffmpeg
19160
19161 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19162
19163         * gst-libs/gst/audio/audio.h:
19164           remove buffer-frames from audio caps
19165         * gst/audioconvert/gstaudioconvert.c:
19166           fix plugin to really work.
19167
19168 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19169
19170         * gst-libs/gst/mixer/mixer.c:
19171         * gst-libs/gst/propertyprobe/propertyprobe.c:
19172         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19173         (gst_tuner_find_channel_by_name):
19174         * gst-libs/gst/tuner/tuner.h:
19175           Add gtk-doc style comments. Also fix a function name.
19176
19177 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19178
19179         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19180         (gst_divxdec_negotiate):
19181           Fix for new capsnego - also fixes gst-player with divxdec.
19182
19183 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19184
19185         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19186         (gst_play_identity_handoff), (gst_play_set_location),
19187         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19188         try in visualization implementation. Still have an issue with switch
19189         blocking when pulling from video_queue and only audio comes out of
19190         spider.
19191         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19192         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19193         release method. And check if the pad is usable before pulling.
19194
19195 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19196
19197         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19198         (gst_videobalance_init),
19199         (gst_videobalance_colorbalance_list_channels),
19200         (gst_videobalance_colorbalance_set_value),
19201         (gst_videobalance_colorbalance_get_value),
19202         (gst_videobalance_update_properties),
19203         (gst_videobalance_update_tables_planar411),
19204         (gst_videobalance_planar411):
19205         * gst/videofilter/gstvideobalance.h:
19206           Implement lookup-tables. +/- 10x faster.
19207
19208 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19209
19210         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19211         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19212           The index reading was broken. The rest worked fine, but the whole
19213           goal of my rewrite was to make avidemux readable, and this was
19214           not at all readable. Please use typed variables.
19215
19216 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19217
19218         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19219           Additional pad usability check.
19220         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19221         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19222         (gst_mp1videoparse_real_chain):
19223           Fix MPEG video stream parsing. The original plugin had several
19224           issues, including not timestamping streams where the source was
19225           not timestamped (this happens with PTS values in mpeg system
19226           streams, but MPEG video is also a valid stream on its own so
19227           that needs timestamps too). We use the display time code for that
19228           for now. Also, if one incoming buffer contains multiple valid
19229           frames, we push them all on correctly now, including proper EOS
19230           handling. Lastly, several potential segfaults were fixed, and we
19231           properly sync on new sequence/gop headers to include them in next,
19232           not previous frames (since they're header for the next frame, not
19233           the previous). Also see #119206.
19234         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19235         (bpf_from_header):
19236           Move caps setting so we only do it after finding several valid
19237           MPEG-1 fraes sequentially, not right after the first one (which
19238           might be coincidental).
19239         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19240         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19241         (plugin_init):
19242           Add unsynced MPEG video stream typefinding, and change some
19243           probability values so we detect streams rightly. The idea is as
19244           follows: I can have an unsynced system stream which contains
19245           video. In the current code, I would randomly get a type for either
19246           system or video stream type found, because the probabilities are
19247           being calculated rather randomly. I now use fixed values, so we
19248           always prefer system stream if that was found (and that is how it
19249           should be). If no system stream was found, we can still identity                the stream as video-only.
19250
19251 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19252
19253         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19254         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19255           don't write to buffer. Extract data without the need of
19256           __attribute__ ((packed))
19257
19258 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19259
19260         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19261         (mpeg1_sys_type_find):
19262           Fix MPEG-1 stream typefinding.
19263
19264 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19265
19266         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19267           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19268
19269 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19270
19271         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19272         * ext/esd/gstesd.c: (plugin_init):
19273           private debugging, better error reporting
19274
19275 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19276
19277         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19278         (gst_riff_read_init), (gst_riff_read_change_state):
19279         * gst-libs/gst/riff/riff-read.h:
19280           Remove stuff fromold metadata system.
19281
19282 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19283
19284         * ext/ogg/gstoggdemux.c:
19285           Fix wrong file comment.
19286         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19287         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19288           Add metadata reading properly.
19289
19290 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19291
19292         * ext/Makefile.am:
19293           Fix nas DIST_SUBDIRS
19294           Uraeus:
19295           Fix bug where make distcheck doesn't get run on adding stuff to
19296           the build.
19297
19298 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19299
19300         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19301         * ext/divx/gstdivxdec.h:
19302           Fix divx3 ("msmpeg4") playback using divxdec.
19303
19304 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19305
19306         * gst/typefind/gsttypefindfunctions.c:
19307         (mp3_type_frame_length_from_header): fix bug in length computation
19308         (mp3_type_find): improve debugging output
19309
19310 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19311
19312         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19313         (gst_play_set_location), (gst_play_seek_to_time),
19314         (gst_play_set_audio_sink), (gst_play_set_visualization),
19315         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19316         the pipeline from scratch. Visualization is back and switch went out as
19317         i realized it was not possible to use the way i wanted.
19318         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19319         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19320         clearing in state change from READY to NULL. So that one can clean the
19321         X ressources keeping the element.
19322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19323         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19324         (gst_xvimagesink_colorbalance_set_value),
19325         (gst_xvimagesink_colorbalance_get_value),
19326         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19327         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19328         change from READY to NULL and fixed some stupid bugs in colorbalance
19329         get/set values. Also added the following feature : when nobody tries to
19330         set some values to the colorbalance levels before the xcontext is
19331         grabbed, then when creating channels list from Xv attributes we set the
19332         internal values to the Xv defaults. This way we handle buggy Xv drivers
19333         that set default hue values far from the middle of the range (Thanks
19334         to Jon Trowbridge for pointing that issue).
19335         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19336         colorbalance levels have been set before xcontext is grabbed.
19337
19338 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19339
19340         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19341           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19342           it might block operations (which is bad for a mixer).
19343
19344 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19345
19346         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19347         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19348         (gmip_find_type_pre):
19349         * gst-libs/gst/media-info/media-info-priv.h:
19350         * gst-libs/gst/media-info/media-info.c:
19351         (gst_media_info_instance_init), (gst_media_info_read_idler):
19352         add fakesink to get caps on decoder src pad again
19353         fix callback prototype to match new have_type signal signature
19354
19355 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19356
19357         * gst/adder/gstadder.c: (gst_adder_link):
19358           fix non-compile and cut-n-paste code
19359
19360 2004-01-21  David Schleef  <ds@schleef.org>
19361
19362         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19363         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19364         (gst_swfdec_init), (gst_swfdec_change_state):
19365         * ext/swfdec/gstswfdec.h:
19366         Fix negotiation.
19367         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19368         (gst_adder_request_new_pad): Fix negotiation.
19369         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19370         Add a fixate function.
19371         * gst/intfloat/gstfloat2int.c:
19372         * gst/intfloat/gstfloat2int.h:
19373         * gst/intfloat/gstint2float.c:
19374         * gst/intfloat/gstint2float.h:
19375         Completely rewrite the negotiation.  Doesn't quite work yet,
19376         due to some buffer-frames problem.
19377
19378 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19379
19380         * ext/gnomevfs/gstgnomevfssrc.c:
19381         * sys/v4l2/v4l2_calls.h:
19382           fix includes for distcheck
19383
19384 2004-01-21  Christian Schaller <uraeus@gnome.org>
19385
19386         * ext/nas/
19387         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19388         based on earlier patch from Laurent Vivier
19389
19390 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19391
19392         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19393         Fix wma caps property
19394         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19395         Fix typo (flags1 and flags2)
19396
19397 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19398
19399         * gst-libs/gst/media-info/media-info-priv.c:
19400         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19401         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19402         (gmip_find_stream), (gmip_find_track_metadata),
19403         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19404         (gmip_find_track_format):
19405         * gst-libs/gst/media-info/media-info-priv.h:
19406         * gst-libs/gst/media-info/media-info-test.c: (main):
19407         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19408         (gst_media_info_read_idler), (gst_media_info_read):
19409         * gst-libs/gst/media-info/media-info.h:
19410           register debugging category and use it for debugging
19411
19412 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19413
19414         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19415         (gst_vorbisfile_new_link):
19416           signal streaminfo through tags
19417
19418 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19419
19420         * ext/mplex/gstmplex.cc:
19421         * ext/mplex/gstmplexibitstream.cc:
19422           g++ doesn't like NULL in our i18n/error macros, should be
19423           either (NULL) or ("").
19424
19425 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19426
19427         * sys/dxr3/dxr3audiosink.c:
19428         * sys/dxr3/dxr3init.c:
19429         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19430         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19431           Fix more error error error errors (missing includes here).
19432
19433 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19434
19435         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19436           fix thomas' error errors.
19437
19438 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19439
19440         * ext/mpeg2enc/gstmpeg2enc.cc:
19441           fix error errors.
19442
19443 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19444
19445         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19446         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19447           Fix for new error system.
19448
19449 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19450
19451         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19452           fix for new error reporting
19453
19454 2004-01-20  David Schleef  <ds@schleef.org>
19455
19456         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19457         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19458         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19459         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19460         and neither is 100+, most likely.
19461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19462         (gst_xvimagesink_getcaps): same
19463
19464 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19465
19466         * configure.ac:
19467           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19468           clashes with ffmpeg.
19469
19470 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19471
19472         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19473         (gst_switch_init): Fixed switch element : proxying link and setting
19474         caps from src to sink on request.
19475
19476 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19477
19478         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19479         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19480         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19481         fix element_error
19482
19483 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19484
19485         * sys/v4l/v4l_calls.h:
19486         * sys/v4l2/v4l2_calls.h:
19487           element_error fixes
19488
19489 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19490
19491         * gst-libs/gst/gst-i18n-plugin.h:
19492           add locale.h
19493           remove config.h inclusion
19494
19495 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19496
19497         * autogen.sh:
19498           adding autopoint invocation
19499         * Makefile.am:
19500         * configure.ac:
19501         * gst-libs/gst/gettext.h:
19502           adding gettext bits
19503         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19504         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19505         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19506         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19507         (gst_gnomevfssink_close_file):
19508         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19509         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19510         * gst-libs/gst/gst-i18n-plugin.h:
19511         * gst/avi/gstavi.c: (plugin_init):
19512         * sys/dxr3/dxr3init.c: (plugin_init):
19513         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19514         * sys/oss/gstossaudio.c: (plugin_init):
19515         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19516         * sys/v4l/gstv4l.c: (plugin_init):
19517         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19518         * sys/v4l2/gstv4l2.c: (plugin_init):
19519         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19520         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19521         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19522         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19523         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19524         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19525           make sure locale and translation domain are set
19526           fix translated strings
19527         * po/.cvsignore:
19528         * po/LINGUAS:
19529         * po/Makevars:
19530         * po/POTFILES.in:
19531         * po/nl.po:
19532           put translation files into place
19533         * sys/xvideo/imagetest.c: (main):
19534         * ext/dv/demo-play.c: (main):
19535           fix unnecessary translations
19536
19537 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19538
19539         * ext/sndfile/gstsf.c:
19540         * gst/avi/gstavimux.c:
19541         * ext/audiofile/gstafsink.c:
19542         * ext/audiofile/gstafsrc.c:
19543         * ext/gnomevfs/gstgnomevfssink.c:
19544         * ext/gnomevfs/gstgnomevfssrc.c:
19545         * sys/oss/gstosselement.c:
19546         * sys/v4l/v4l_calls.h:
19547           fix i18n include
19548
19549 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19550
19551         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19552         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19553         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19554         (gst_v4l2_get_output), (gst_v4l2_set_output),
19555         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19556         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19557         (gst_v4l2_set_attribute):
19558         update to new error handling
19559
19560 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19561
19562         * ext/sidplay/gstsiddec.cc:
19563         * gst/modplug/gstmodplug.cc:
19564           parenthese NULL because C++ seems angry about it
19565
19566 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19567
19568         * gst-libs/gst/gst-i18n-plugin.h:
19569           add skeleton i18n stuff, but needs to be further implemented
19570
19571 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19572
19573         * examples/gstplay/player.c: (main):
19574         * ext/aalib/gstaasink.c: (gst_aasink_open):
19575         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19576         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19577         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19578         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19579         (gst_afsink_close_file):
19580         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19581         (gst_afsrc_close_file):
19582         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19583         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19584         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19585         * ext/esd/esdmon.c: (gst_esdmon_get):
19586         * ext/esd/esdsink.c: (gst_esdsink_chain):
19587         * ext/faac/gstfaac.c: (gst_faac_chain):
19588         * ext/faad/gstfaad.c: (gst_faad_chain):
19589         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19590         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19591         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19592         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19593         (gst_flacdec_loop):
19594         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19595         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19596         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19597         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19598         (gst_gnomevfssink_close_file):
19599         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19600         (gst_gnomevfssrc_open_file):
19601         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19602         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19603         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19604         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19605         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19606         * ext/mad/gstmad.c: (gst_mad_chain):
19607         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19608         * ext/mpeg2dec/gstmpeg2dec.c:
19609         * ext/mpeg2enc/gstmpeg2enc.cc:
19610         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19611         * ext/mplex/gstmplex.cc:
19612         * ext/mplex/gstmplexibitstream.cc:
19613         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19614         (gst_ogg_demux_push), (gst_ogg_pad_push):
19615         * ext/raw1394/gstdv1394src.c:
19616         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19617         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19618         * ext/sidplay/gstsiddec.cc:
19619         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19620         (gst_sf_loop):
19621         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19622         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19623         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19624         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19625         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19626         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19627         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19628         * gst-libs/gst/Makefile.am:
19629         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19630         (gst_riff_read_element_data), (gst_riff_read_seek),
19631         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19632         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19633         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19634         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19635         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19636         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19637         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19638         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19639         * gst/goom/gstgoom.c: (gst_goom_chain):
19640         * gst/id3/gstid3types.c: (gst_id3types_loop):
19641         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19642         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19643         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19644         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19645         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19646         (gst_ebml_read_float), (gst_ebml_read_header):
19647         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19648         (gst_matroska_demux_parse_blockgroup):
19649         * gst/modplug/gstmodplug.cc:
19650         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19651         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19652         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19653         * gst/silence/gstsilence.c: (gst_silence_get):
19654         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19655         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19656         * gst/speed/gstspeed.c: (speed_loop):
19657         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19658         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19659         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19660         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19661         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19662         (gst_wavparse_loop):
19663         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19664         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19665         (dxr3audiosink_close):
19666         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19667         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19668         (dxr3videosink_close), (dxr3videosink_write_data):
19669         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19670         * sys/oss/gstosselement.h:
19671         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19672         (gst_osssink_chain):
19673         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19674         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19675         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19676         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19677         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19678         (gst_v4l_enable_overlay):
19679         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19680         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19681         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19682         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19683         (gst_v4l_set_audio):
19684         * sys/v4l/v4l_calls.h:
19685         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19686         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19687         (gst_v4lmjpegsink_playback_init),
19688         (gst_v4lmjpegsink_playback_start):
19689         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19690         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19691         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19692         (gst_v4lmjpegsrc_requeue_frame):
19693         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19694         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19695         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19696         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19697         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19698         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19699         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19700         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19701         (gst_v4l2src_capture_stop):
19702         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19703         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19704         (gst_ximagesink_chain):
19705         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19706         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19707         (gst_xvideosink_xwindow_new):
19708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19709         (gst_xvimagesink_chain):
19710         use new error signal, function and categories
19711
19712 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19713
19714         * configure.ac:
19715         * ext/Makefile.am:
19716         * ext/musicbrainz/gsttrm.c:
19717         * ext/musicbrainz/gsttrm.h:
19718         * ext/musicbrainz/Makefile.am:
19719         Add a trm plugin
19720
19721 2004-01-18  Julien MOUTTE  <julien@moutte.net>
19722
19723         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
19724         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
19725         synchronous property for debugging.
19726         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
19727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19728         (gst_xvimagesink_set_property): Moving a pointer declaration to a
19729         smaller block, fixing indent.
19730
19731 2004-01-16  David Schleef  <ds@schleef.org>
19732
19733         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
19734         property affects the video stream.
19735         * sys/xvimage/xvimagesink.c:
19736         * sys/xvimage/xvimagesink.h:
19737         Add synchronous property for debugging.  Should probably be
19738         disabled in non-CVS builds.  Make sure that the Xv attribute
19739         exists before we set it (crash!).  Fix a silly float bug that
19740         caused colorbalance to just not work.
19741
19742 2004-01-17  Christian Schaller <Uraeus@gnome.org>
19743
19744         * tools/gst-launch-ext.in - update for new plugins
19745
19746 2004-01-16  David Schleef  <ds@schleef.org>
19747
19748         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
19749         already-freed caps.
19750
19751 2994-01-16  Christian Schaller <Uraeus@gnome.org>
19752
19753         * Update spec for new colorspace plugin and libcaca plugin
19754         * Fix compilation of libcaca plugin (clock -> id)
19755
19756 2004-01-16  Julien MOUTTE <julien@moutte.net>
19757
19758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
19759         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19760         (gst_xvimagesink_set_xwindow_id),
19761         (gst_xvimagesink_colorbalance_set_value),
19762         (gst_xvimagesink_colorbalance_get_value),
19763         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19764         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
19765         correct colorbalance properties. They can now be set when the element
19766         is still in NULL state. The values will be committed to the Xv Port
19767         when xcontext is initialized.
19768         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
19769         brightness int values in the GstXvImagesink structure.
19770
19771 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19772
19773         * gst-libs/gst/Makefile.am:
19774           restructure so having local patches works easier.
19775
19776 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19777
19778         * ext/mpeg2enc/Makefile.am:
19779         * ext/mpeg2enc/gstmpeg2enc.cc:
19780         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19781           Bugfix with respect to EOS handling.
19782
19783 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19784
19785         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
19786           Link with right caps (else, it segfaults).
19787         * ext/mplex/gstmplexjob.cc:
19788           Fix for slight API change in 1.6.1.93 release of mjpegtools.
19789
19790 2004-01-15  David Schleef  <ds@schleef.org>
19791
19792         * gst-libs/gst/audio/Makefile.am:
19793         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
19794         from the template.
19795         * gst-libs/gst/audio/gstaudiofilter.c:
19796         * gst-libs/gst/audio/gstaudiofilter.h:
19797         Add bytes_per_sample and size and n_samples calculation.
19798         * gst-libs/gst/audio/gstaudiofilterexample.c:
19799         Remove, now autogenerated.
19800         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19801         Moved from gstaudiofilterexample, object name changed, code added
19802         so that it actually works.
19803         * gst-libs/gst/audio/make_filter:
19804         Script to build an audiofilter subclass from the template.
19805         * gst/colorspace/Makefile.am:
19806         * gst/colorspace/yuv2yuv.c:
19807         Remove file, since it's GPL, and we don't use it.
19808
19809 2004-01-15  Julien MOUTTE  <julien@moutte.net>
19810
19811         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
19813         them use the buffer free function to test how the buffer was allocated.
19814
19815 2004-01-15  David Schleef  <ds@schleef.org>
19816
19817         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
19818         that handles osssink fallback.
19819         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19820         (gst_audio_convert_getcaps):
19821         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19822         Add audio/x-qdm2 for QDM2 audio.
19823         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19824         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
19825         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19826         Decrease minimum size to 16x16.
19827         * gst/wavparse/gstwavparse.c:
19828         Convert disabled pad template caps to new caps.
19829         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19831         (gst_xvimagesink_chain): Throw element error when display cannot
19832         be opened.  Increase minimum framerate to 1.0.  Check the data
19833         free function on a buffer to make sure it is the type we expect
19834         before manipulating it.
19835
19836 2004-01-15  Julien MOUTTE <julien@moutte.net>
19837
19838         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19839         (gst_videobalance_colorbalance_set_value): Implement passthru if
19840         settings are in the middle.
19841         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
19842
19843 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19844
19845         * gst/videofilter/Makefile.am:
19846         * gst/volume/Makefile.am:
19847           Since we use videofilter symbols, link to it.
19848
19849 2004-01-15  Julien MOUTTE <julien@moutte.net>
19850
19851         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
19852         mixer interface type to HARDWARE.
19853         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
19854         type to SOFTWARE.
19855         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
19856         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
19857         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
19858         (gst_volume_interface_init), (gst_volume_list_tracks),
19859         (gst_volume_set_volume), (gst_volume_get_volume),
19860         (gst_volume_set_mute), (gst_volume_mixer_init),
19861         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
19862         (volume_init): Implementing mixer interface.
19863         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
19864         * sys/oss/gstosselement.c: (gst_osselement_get_type),
19865         (gst_osselement_change_state): Removing some trailing commas in
19866         structures.
19867         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
19868         interface type to HARDWARE.
19869         * sys/v4l/gstv4lcolorbalance.c:
19870         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
19871         type to HARDWARE.
19872         * sys/v4l2/gstv4l2colorbalance.c:
19873         (gst_v4l2_color_balance_interface_init): Setting colorbalance
19874         interface type to HARDWARE.
19875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
19876         same code than ximagesink for event handling.
19877
19878 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19879
19880         * ext/snapshot/Makefile.am:
19881         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
19882         (gst_snapshot_chain):
19883         * ext/snapshot/gstsnapshot.h:
19884           This has to be a joke... Snapshot should be connected to a tee,
19885           colorspace element before it and EOS after that, where the other
19886           src of the tee receives normal data.
19887           The current way is *wrong*.
19888
19889 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19890
19891         * ext/hermes/gsthermescolorspace.c:
19892           Fix another compile error. Same as below.
19893
19894 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19895
19896         * gst/colorspace/gstcolorspace.c:
19897         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
19898         (gst_colorspace_i420_to_yv12):
19899           Fix compiling... Didn't test if it actually works.
19900
19901 2004-01-15  David Schleef  <ds@schleef.org>
19902
19903         * configure.ac:
19904         * gst/colorspace/Makefile.am:
19905         * gst/colorspace/gstcolorspace.c:
19906         * gst/colorspace/gstcolorspace.h:
19907         * gst/colorspace/yuv2rgb.c:
19908         * gst/colorspace/yuv2rgb.h:
19909         Duplicate the ext/hermes colorspace plugin, and remove Hermes
19910         code and GPL code.  Fix for new caps negotiation.  Rewrite
19911         much of the format handling code, and some of the conversion
19912         code.  Basically, rewrote almost everything.  This element
19913         handles I420, YV12 to RGB conversions.
19914         * ext/hermes/Makefile.am:
19915         * ext/hermes/gsthermescolorspace.c:
19916         Rename colorspace to hermescolorspace.  Fix negotiation issues.
19917         Remove non-Hermes related code.  This element handles lots of
19918         RGB to RGB conversions, but no YUV.
19919         * ext/hermes/gstcolorspace.c:
19920         * ext/hermes/gstcolorspace.h:
19921         * ext/hermes/rgb2yuv.c:
19922         * ext/hermes/yuv2rgb.c:
19923         * ext/hermes/yuv2rgb.h:
19924         * ext/hermes/yuv2rgb_mmx16.s:
19925         * ext/hermes/yuv2yuv.c:
19926         * ext/hermes/yuv2yuv.h:
19927         Remove old code.
19928
19929 2004-01-14  Colin Walters  <walters@verbum.org>
19930
19931         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
19932         they've already been.
19933
19934 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19935
19936         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
19937           assume tag mode when pad is not connected
19938
19939 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19940
19941         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19942           Don't update the time of the clock
19943         (gst_alsa_sink_loop):
19944           sync to the clock given to alsasink, not the own clock
19945         * sys/oss/gstosssink.c: (gst_osssink_chain):
19946           sync to the clock
19947         (gst_osssink_change_state):
19948           activate the clock
19949         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
19951           remove bogus code that made DISCONT events unhandled
19952         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19953           explicitly case to double in _set_simple. (fixes 2nd warning in bug
19954           #131502)
19955         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
19956         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
19957         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
19958           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
19959           2nd warning in bug #131502)
19960
19961 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19962
19963         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19964         (gst_videobalance_colorbalance_set_value),
19965         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
19966         for colorbalance interface implementation.
19967         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19968         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19969         (gst_ximagesink_dispose), (gst_ximagesink_init),
19970         (gst_ximagesink_class_init): Adding DISPLAY property.
19971         * sys/ximage/ximagesink.h: Adding display_name to store display.
19972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19973         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19974         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
19975         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
19976         properties (they still need polishing though for gst-launch use : no
19977         xcontext yet, i ll do that tomorrow).
19978         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
19979
19980 2004-01-14  Julien MOUTTE  <julien@moutte.net>
19981
19982         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19983         (gst_play_set_location), (gst_play_set_visualization): Preparing
19984         switch integration, adding videobalance in the pipeline.
19985
19986 2004-01-14  Julien MOUTTE <julien@moutte.net>
19987
19988         * gst-libs/gst/colorbalance/colorbalance.c:
19989         (gst_color_balance_class_init): Adding a default type.
19990         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
19991         the type.
19992         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
19993         (gst_videobalance_dispose), (gst_videobalance_class_init),
19994         (gst_videobalance_init), (gst_videobalance_interface_supported),
19995         (gst_videobalance_interface_init),
19996         (gst_videobalance_colorbalance_list_channels),
19997         (gst_videobalance_colorbalance_set_value),
19998         (gst_videobalance_colorbalance_get_value),
19999         (gst_videobalance_colorbalance_init): Implementing colorbalance
20000         interface.
20001         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20002         list.
20003         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20004         bug which was triggering a BadAccess X error when setting an overlay
20005         before pad was really negotiated.
20006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20007         Using the colorbalance type macro.
20008
20009 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20010
20011         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20012         (gst_flacenc_chain):
20013           handle tags correctly
20014         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20015           extract ID3v1 tags correctly
20016
20017 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20018
20019         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20020         (plugin_init):
20021           Improve matroska typefinding for odd-typed headers...
20022
20023 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20024
20025         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20026           Fix for using incremental number on padnames.
20027
20028 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20029
20030         * ext/divx/gstdivxdec.c:
20031         * ext/divx/gstdivxenc.c:
20032           Set category to divx4linux instead of divx (too generic).
20033         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20034         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20035         (gst_wavparse_loop), (gst_wavparse_change_state):
20036         * gst/wavparse/gstwavparse.h:
20037           fix parsing of WAV files with non-standard fmt-tag size and fix
20038           skipping of unrecognized chunks... Someone please fix this thing
20039           to use rifflib so all this is automated.
20040         * sys/v4l/Makefile.am:
20041         * sys/v4l2/Makefile.am:
20042           Add X_CFLAGS because we depend on X (for overlay).
20043
20044 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20045
20046         * ext/mpeg2dec/gstmpeg2dec.c:
20047           Don't issue a timestamp unless we tagged the frame
20048           with a PTS.
20049
20050 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20051
20052         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20053           Query the audio element to get the time, not the clock. We're
20054           interested in the element's time here.
20055
20056 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20057
20058         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20059         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20060         * ext/esd/esdsink.c: (gst_esdsink_chain):
20061         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20062         * ext/mas/massink.c: (gst_massink_chain):
20063         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20064         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20065         (gst_matroska_demux_parse_metadata):
20066         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20067         (gst_mpeg_parse_release_locks):
20068         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20069         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20070         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20071         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20072         (gst_osssink_change_state):
20073         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20074         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20075         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20076         (gst_xvideosink_release_locks):
20077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20078           use element time.
20079         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20080         (gst_alsa_clock_stop):
20081         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20082         (gst_audio_clock_get_internal_time):
20083           simplify for use with new clocking code.
20084         * testsuite/alsa/Makefile.am:
20085         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20086           fix testsuite for new caps system
20087
20088 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20089
20090         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20091         * ext/flac/gstflacenc.c: (add_one_tag):
20092           length is already host endian, no need to convert. Fixes playback of
20093           tagged files on PPC. (bug #128384)
20094
20095 2004-01-13  Julien MOUTTE <julien@moutte.net>
20096
20097         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20098         colorbalance interface stating if it is hardware based or software
20099         based.
20100         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20101         Removing a trailing comma.
20102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20103         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20104         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20105         the documentation seems to be wrong on the -1000 to 1000 interval.
20106
20107 2004-01-12  David Schleef  <ds@schleef.org>
20108
20109         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20110         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20111         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20112         Fix negotiation.  Add a bufferalloc function for the sink pad,
20113         and generally clean up some of the code.
20114
20115 2004-01-12  Julien MOUTTE <julien@moutte.net>
20116
20117         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20118         (gst_color_balance_channel_dispose): Adding safety check in dispose
20119         method.
20120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20121         (gst_xvimagesink_xcontext_clear),
20122         (gst_xvimagesink_interface_supported),
20123         (gst_xvimagesink_colorbalance_list_channels),
20124         (gst_xvimagesink_colorbalance_set_value),
20125         (gst_xvimagesink_colorbalance_get_value),
20126         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20127         Adding colorbalance interface support to set XV parameters such as
20128         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20129         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20130         interface.
20131
20132 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20133
20134         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20135         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20136         (gst_audio_convert_init), (gst_audio_convert_set_property),
20137         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20138         (gst_audio_convert_link),
20139         (gst_audio_convert_buffer_to_default_format),
20140         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20141           - implement _getcaps and use it
20142           - improve linking
20143           - remove float caps since no float conversion is actually done
20144           - remove properties and arguments that were to be used for rate
20145             conversion
20146
20147 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20148
20149         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20150         (gst_audio_structure_set_int):
20151         * gst-libs/gst/audio/audio.h:
20152           add helper functions for _getcaps matching the standard audio
20153           templates
20154
20155 2004-01-12  David Schleef  <ds@schleef.org>
20156
20157         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20158         Test that pad is negotiated before getting its caps.
20159
20160 2004-01-12  Julien MOUTTE <julien@moutte.net>
20161
20162         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20163         analyzing the pads of an element the bin is mostly in READY state so
20164         no caps were negotiated. This helper function needs to work with
20165         _get_caps directly then. I was not freeing them though, added that to
20166         fix the mem leak.
20167
20168 2004-01-12  Julien MOUTTE <julien@moutte.net>
20169
20170         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20172         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20173         than the free_func.
20174
20175 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20176
20177         * sys/oss/gstossaudio.c: (plugin_init):
20178         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20179         * sys/oss/gstosselement.h:
20180           make an oss debugging category
20181           make failure more descriptive
20182
20183 2004-01-11  David Schleef  <ds@schleef.org>
20184
20185         * ext/ffmpeg/gstffmpeg.c:
20186         * ext/ffmpeg/gstffmpegcodecmap.c:
20187         * ext/ffmpeg/gstffmpegdec.c:
20188         * ext/ffmpeg/gstffmpegenc.c:
20189         * ext/ffmpeg/gstffmpegprotocol.c:
20190         * ext/gdk_pixbuf/gstgdkanimation.c:
20191         * ext/jpeg/gstjpeg.c:
20192         * ext/libpng/gstpng.c:
20193         * ext/mpeg2dec/perftest.c:
20194         * ext/speex/gstspeex.c:
20195         * gst-libs/gst/resample/dtos.c:
20196         * gst/intfloat/gstintfloatconvert.c:
20197         * gst/oneton/gstoneton.c:
20198         * gst/rtjpeg/RTjpeg.c:
20199         * gst/rtp/gstrtp.c:
20200         * sys/dxr3/dxr3init.c:
20201         * sys/glsink/gstgl_nvimage.c:
20202         * sys/glsink/gstgl_pdrimage.c:
20203         * sys/glsink/gstglsink.c:
20204         * testsuite/gst-lint:
20205         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20206
20207 2004-01-11  David Schleef  <ds@schleef.org>
20208
20209         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20210         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20211         * ext/gdk_pixbuf/gstgdkanimation.c:
20212         (gst_gdk_animation_iter_create_pixbuf):
20213         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20214         (gst_gdk_pixbuf_chain):
20215         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20216         * ext/jack/gstjack.c: (gst_jack_change_state):
20217         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20218         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20219         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20220         * gst/videofilter/gstvideofilter.c:
20221         (gst_videofilter_set_output_size):
20222         Remove all usage of gst_pad_get_caps(), and replace it with
20223         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20224
20225 2004-01-11  David Schleef  <ds@schleef.org>
20226
20227         * configure.ac:
20228         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20229         * ext/divx/gstdivxdec.c:
20230         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20231         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20232         handle images that span multiple buffers.  Now work with both
20233         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20234         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20235         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20236         video/video.h changes
20237         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20238         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20239         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20240         of GstData free function.
20241         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20242         same.
20243
20244 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20245
20246         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20247         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20248         (gst_v4l2element_get_property):
20249         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20250           add norm, channel and frequency properties.
20251         * sys/v4l2/gstv4l2tuner.c:
20252           fixes for tuner interface changes
20253         * sys/v4l2/gstv4l2element.h:
20254         * sys/v4l2/gstv4l2src.c:
20255         * sys/v4l2/gstv4l2src.h:
20256         * sys/v4l2/v4l2src_calls.c:
20257         * sys/v4l2/v4l2src_calls.h:
20258           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20259
20260 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20261
20262         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20263         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20264         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20265         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20266         * gst-libs/gst/tuner/tuner.h:
20267           GObjects aren't const.
20268           Add find_by_name functions.
20269           Add checks to _changed functions.
20270         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20271         (gst_v4l_tuner_get_norm):
20272           Fixes for above.
20273
20274 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20275
20276         * gst-libs/gst/video/video.h:
20277           Fix caps template names to be understandable.
20278           Prefix everything with GST_VIDEO.
20279         * ext/aalib/gstaasink.c:
20280         * ext/divx/gstdivxdec.c:
20281         * ext/divx/gstdivxenc.c:
20282         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20283         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20284         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20285         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20286         * ext/libcaca/gstcacasink.c:
20287         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20288         * ext/snapshot/gstsnapshot.c:
20289         * ext/swfdec/gstswfdec.c:
20290         * ext/xvid/gstxviddec.c:
20291         * ext/xvid/gstxvidenc.c:
20292         * gst/chart/gstchart.c:
20293         * gst/deinterlace/gstdeinterlace.c:
20294         * gst/effectv/gsteffectv.c:
20295         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20296         * gst/goom/gstgoom.c:
20297         * gst/median/gstmedian.c:
20298         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20299         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20300         * gst/overlay/gstoverlay.c:
20301         * gst/smooth/gstsmooth.c:
20302         * gst/smpte/gstsmpte.c:
20303         * gst/synaesthesia/gstsynaesthesia.c:
20304         * gst/videocrop/gstvideocrop.c:
20305         * gst/videodrop/gstvideodrop.c:
20306         * gst/y4m/gsty4mencode.c:
20307         * sys/qcam/gstqcamsrc.c:
20308         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20309           Make them work with new video.h file.
20310         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20311         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20313         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20314           Make it work with new buffer allocation system.
20315
20316 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20317
20318         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20319         pad_alloc_buffer implementation to use ->srcpad
20320         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20321         pad_alloc_buffer implementation to use ->srcpad
20322         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20323         pad_alloc_buffer implementation to use ->srcpad
20324         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20325         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20326         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20327         a reference to everything we need.
20328         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20330         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20331         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20332         a reference to everything we need.
20333         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20334
20335 2004-01-11  David Schleef  <ds@schleef.org>
20336
20337         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20338         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20339         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20340         structure members.
20341         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20342         value during a resize/renegotiation.
20343         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20344         gst_pad_alloc_buffer();
20345         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20346         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20347         structure members.
20348         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20349         Fix for rename of buffer private structure members.
20350         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20351         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20352         Fix for rename of buffer private structure members.
20353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20354         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20355         Fix for rename of buffer private structure members.
20356
20357 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20358
20359         reviewed by: David Schleef <ds@schleef.org>
20360
20361         * gst/videofilter/Makefile.am:
20362         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20363         from the patch by ds to fit in with recent make_filter changes.
20364
20365 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20366
20367         * configure.ac: Adding examples/switch/Makefile
20368         * examples/Makefile.am: Adding examples/switch
20369         * examples/switch/Makefile.am: Adding switcher example.
20370         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20371         (switch_timer), (main): Adding an example demonstrating switch usage
20372         with 2 videotestsrc showing different patterns.
20373         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20374         (gst_switch_init): Fixing switch with the new caps system.
20375
20376 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20377
20378         * gst-libs/gst/video/video.h:
20379           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20380           They should probably be like
20381           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20382
20383 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20384
20385         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20386         (qtdemux_parse_trak):
20387           fix audio chunk size/timestamp calculation
20388
20389 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20390
20391         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20392           fix SVQ3 caps
20393
20394 2004-01-11  Steve Baker  <steve@stevebaker.org>
20395
20396         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20397         (gst_agingtv_base_init), (gst_agingtv_class_init),
20398         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20399         (gst_agingtv_set_property), (gst_agingtv_get_property):
20400         Port agingTV to videofilter
20401
20402 2004-01-09  Julien MOUTTE <julien@moutte.net>
20403
20404         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20405         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20406
20407 2004-01-09  Julien MOUTTE <julien@moutte.net>
20408
20409         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20410         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20411         * gst-libs/gst/xoverlay/xoverlay.c:
20412         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20413         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20414         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20415         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20416         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20417         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20418         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20419         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20420         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20421         interface implementation to handle xid being 0 and fix some bugs
20422         triggered by Benjamin's testcase.
20423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20424         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20425         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20426         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20427         interface implementation to handle xid being 0 and fix some bugs
20428         triggered by Benjamin's testcase.
20429
20430 2004-01-09  David Schleef  <ds@schleef.org>
20431
20432         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20433         mouse pointer events.  It works.
20434
20435 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20436
20437         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20438           Use explicit caps - fix capsnego.
20439         * ext/xvid/gstxviddec.c:
20440         * ext/xvid/gstxvidenc.c:
20441           Remove macro-inside-macro which caused compile errors.
20442         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20443           Error out if it's not a RIFF file. Else we error out without
20444           gst_element_error() which is not good...
20445
20446 2004-01-08  David Schleef  <ds@schleef.org>
20447
20448         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20449         Fix pad_link function to handle formats that ffmpeg returns
20450         as multiple caps structures.
20451         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20452         Only complain if source buffer is _smaller_ than expected.
20453         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20454         (gst_videoscale_handle_src_event): Resize navigation events
20455         when passing them upstream.
20456         * gst/videotestsrc/gstvideotestsrc.c:
20457         * gst/videotestsrc/gstvideotestsrc.h:
20458         * gst/videotestsrc/videotestsrc.c:
20459         * gst/videotestsrc/videotestsrc.h:
20460         Rewrite many of the buffer painting functions to handle odd
20461         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20462         been verified to work with my video card.
20463         * testsuite/gst-lint:  Add check for elements calling
20464         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20465
20466 2004-01-08  David Schleef  <ds@schleef.org>
20467
20468         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20469         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20470
20471 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20472
20473         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20474         configure event is not emiting the desired size signal. That fixes
20475         aspect ratio issues with gst-player.
20476
20477 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20478
20479         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20480           Fix capsnego.
20481
20482 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20483
20484         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20485         public method to fire size signal.
20486
20487 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20488
20489         * examples/gstplay/Makefile.am: Adding the interface library.
20490         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20491         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20492         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20493         GST_IS_X_OVERLAY before signal connect.
20494         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20495         Removing the have_video_size signal.
20496         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20497         and associated public method.
20498         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20499         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20500         signal.
20501         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20502         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20503         signal.
20504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20505         Using XOverlay public method to fire size signal.
20506
20507 2004-01-07  David Schleef  <ds@schleef.org>
20508
20509         * gst/videofilter/Makefile.am:
20510         * gst/videofilter/gstvideotemplate.c:
20511         * gst/videofilter/make_filter:
20512         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20513         Convert make_filter to /bin/sh script.
20514
20515 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20516
20517         * gst/modplug/gstmodplug.cc: fix element description
20518
20519 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20520
20521         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20522         (got_video_size): Adding some new lines in g_print calls.
20523         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20524         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20525         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20526         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20527         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20528         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20529         Complete code review, reverting some stuff i disagree with, adding
20530         some fixes : time synchronization on invalid timestamps, renegotiation
20531         of private window.
20532         * sys/ximage/ximagesink.h:
20533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20534         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20535         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20536         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20537         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20538         (gst_xvimagesink_buffer_new),
20539         (gst_xvimagesink_navigation_send_event),
20540         (gst_xvimagesink_set_xwindow_id),
20541         (gst_xvimagesink_get_desired_size),
20542         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20543         stuff i disagree with, adding some fixes : Renegotiation of private
20544         window, implementing get_desired_size.
20545
20546 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20547
20548         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20549         (gst_afsink_handle_event):
20550         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20551         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20552         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20553         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20554         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20555           Fix for instantiate-test (see core). Also remove dead code from
20556           jpegenc (which still needs fixing, but that's lower on my TODO
20557           list...).
20558         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20559           Never return NULL as caps.
20560
20561 2004-01-07  David Schleef  <ds@schleef.org>
20562
20563         * configure.ac:
20564         * ext/Makefile.am:
20565         * ext/librfb/Makefile.am:
20566         * ext/librfb/gstrfbsrc.c:
20567         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20568         is the protocol used by VNC.
20569
20570 2004-01-07  David Schleef  <ds@schleef.org>
20571
20572         * gst/videofilter/gstvideotemplate.c:
20573         * gst/videofilter/gstvideotemplate.h:
20574         * gst/videofilter/make_filter:
20575         Merge videotemplate header into source file.
20576         * gst/effectv/Makefile.am:
20577         * gst/effectv/gsteffectv.c: (plugin_init):
20578         * gst/effectv/gstwarp.c:
20579         Make warpTV a subclass of videofilter.
20580
20581 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20582
20583         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20584           Add guard against invalid utf-8 conversions in mad. Just in case.
20585
20586 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20587
20588         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20589           Fix for bug shown by poisoning
20590
20591 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20592
20593         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20594         (gst_v4lmjpegsrc_buffer_free):
20595         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20596         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20597         (gst_v4lsrc_buffer_free):
20598           Fix for removed bufferpools.
20599
20600 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20601
20602         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20603         Fix caps negotiation.
20604
20605         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20606         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20607         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20608         (dvdnavsrc_event):
20609         * ext/mpeg2dec/gstmpeg2dec.c:
20610         * gst-libs/gst/navigation/navigation.c:
20611         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20612         * gst-libs/gst/navigation/navigation.h:
20613         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20614         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20616         Super-simple first version of mouse and keyboard events. Clicking
20617         on a DVD menu now works, although it may not take you where you
20618         expected.
20619
20620         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20621         * gst/videotestsrc/gstvideotestsrc.c:
20622         (gst_videotestsrc_src_fixate):
20623         These fixate functions were broken - they never actually
20624         fixated :)
20625
20626 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20627
20628         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20629         (gst_icecastsend_init):
20630           fix for new caps system.
20631         * gst-libs/gst/mixer/mixertrack.h:
20632         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20633           Add 'master track' flag (for tools like ACME that only want to
20634           change the main volume).
20635
20636 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20637
20638         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20639         (gst_xvid_csp_to_caps):
20640         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20641         * ext/xvid/gstxvidenc.c:
20642         ifdef out ARGB type when it isn't available
20643         in xvidcore 1.0.0beta2
20644
20645 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20646
20647         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20648           When we have received a new SCR right in the first buffer after
20649           a seek (so in the same cycle that handles the discont), we should
20650           handle the buffer instead of unreffing it, else we lose data.
20651
20652 2004-01-06  Iain <iain@prettypeople.org>
20653
20654         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20655           buffer-frames caps too.
20656
20657         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20658           caps that we need, don't destroy them all and rebuild them. And when
20659           creating src pads, use the src pad template rather than the sink...
20660
20661 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20662
20663         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20664           Add pad to element *after* setting functions such as event handler.
20665           Without this, the scheduler (opt) will link pads, set the event
20666           handler from the default event function (dispatcher in gstpad.c)
20667           and *after* that, we will set our own event function, which will
20668           thus never be used (and thus mpegdemux doesn't handle events).
20669
20670 2004-01-04  David Schleef  <ds@schleef.org>
20671
20672         Fix the fixate functions to handle new prototype:
20673         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20674         * gst/videotestsrc/gstvideotestsrc.c:
20675         (gst_videotestsrc_src_fixate):
20676         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20677         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20679
20680 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20681
20682         * sys/ximage/ximagesink.h:
20683         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20684         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20685         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20686         (gst_ximagesink_xoverlay_init):
20687           assorted fixes to make (re)embedding work
20688         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20689         (gst_ximagesink_get_desired_size):
20690           implement desired size additions to XOverlay
20691
20692 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20693
20694         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20695         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20696         (gst_x_overlay_got_desired_size):
20697         * gst-libs/gst/xoverlay/xoverlay.h:
20698           Add optional "desired size" signal and querying.
20699
20700 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20701
20702         * gst/matroska/matroska-demux.c:
20703         (gst_matroska_demux_parse_blockgroup):
20704           Fix EBML-laced block parsing. Diffs are relative to previous
20705           lace, not the first lace. Thanks to Mosu from the Matroska
20706           team for detecting this.
20707         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20708         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20709         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20710         (gst_wavparse_change_state):
20711         * gst/wavparse/gstwavparse.h:
20712           Quickfix for capsnego.
20713
20714 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20715
20716         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
20717           Fix indenting, fix pad creation.
20718
20719 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20720
20721         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
20722         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
20723         (gst_xviddec_sink_link):
20724           Implement src_getcaps() so proper size caps is negotiated.
20725
20726 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20727
20728         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
20729           Finish flac decoder on EOS. See #116178.
20730
20731 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20732
20733         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
20734         (gst_matroska_demux_add_stream):
20735         * gst/matroska/matroska-ids.h:
20736           Add getcaps() function to fix capsnego...
20737
20738 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20739
20740         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20741         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20742         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20743           Fix more integer overflows. Again, see #126967.
20744
20745 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20746
20747         * ext/mpeg2dec/gstmpeg2dec.c:
20748           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
20749           #130416.
20750
20751 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20752
20753         * configure.ac:
20754         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
20755         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
20756         * ext/xvid/gstxvid.h:
20757         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
20758         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
20759         (gst_xviddec_src_link), (gst_xviddec_sink_link),
20760         (gst_xviddec_change_state):
20761         * ext/xvid/gstxviddec.h:
20762         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
20763         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
20764         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
20765         (gst_xvidenc_link), (gst_xvidenc_set_property),
20766         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
20767         * ext/xvid/gstxvidenc.h:
20768           Update xvid plugin to latest xvid (1.0.0-beta3) API.
20769
20770 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20771
20772         * gst/rtp/rtp-packet.c:
20773           Add sys/types.h include, since OS X doesn't define in_addr_t
20774           in netinet/in.h, like it does on Linux (see #129600).
20775
20776 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
20777
20778         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20779
20780         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
20781           Correct logic of dispose function (see #129306).
20782
20783 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20784
20785         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
20786         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20787         (gst_mpeg_parse_init):
20788         * gst/mpegstream/gstmpegparse.h:
20789           Remove clock (which was never provided, i.e. dead code), and
20790           also fix integer overflows at high PTS values (see #126967).
20791
20792 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20793
20794         * ext/flac/gstflacdec.c:
20795         * ext/libpng/gstpngenc.h:
20796         * ext/mikmod/gstmikmod.h:
20797           OS X fixes (see #126628).
20798
20799 2004-01-02  David Schleef  <ds@schleef.org>
20800
20801         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
20802         (gst_alsa_src_base_init): Remove bogus "src" request pad.
20803         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
20804         (gst_mpeg_parse_class_init): Move pad template registration
20805         to class_init, since the derived class (mpegdemux) doesn't
20806         want them.
20807
20808 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20809
20810         * sys/ximage/Makefile.am:
20811         * sys/xvideo/Makefile.am:
20812         * sys/xvimage/Makefile.am:
20813           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
20814           after installation (see #127664).
20815
20816 2004-01-02  David Schleef  <ds@schleef.org>
20817
20818         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
20819         (gst_ffmpegenc_connect):  Negotiation fixes.
20820         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
20821         Remove inappropriate gst_caps_free().
20822         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20823         Reenable Ronald's internal resize code, since the core handles
20824         it correctly now.
20825
20826 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20827
20828         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20829         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20830         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
20831           Fix pad template stuff.
20832
20833 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20834
20835         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
20836         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
20837           fix signed integer reading/writing.
20838
20839 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20840
20841         * ext/alsa/README:
20842           Remove outdated document
20843
20844 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
20845
20846         * gst/cutter/gstcutter.c: (gst_cutter_init):
20847           src pad was being created twice - oops.
20848
20849 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20850
20851         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20852           Comment out internal resize. It doesn't handle the resulting
20853           XEvent internally, does another try_set_caps() which leads to
20854           a really nice loop.
20855           Real fix will come when Julien and Dave are awake. ;).
20856
20857 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20858
20859         * ext/mpeg2enc/gstmpeg2enc.cc:
20860           fix const/nonconst compile issue.
20861
20862 2004-01-02  David Schleef  <ds@schleef.org>
20863
20864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
20865         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
20866         Add fixate function and a check for bad formats.
20867
20868 2004-01-01  David Schleef  <ds@schleef.org>
20869
20870         Negotiation fixes:
20871         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20872         (gst_audiofilter_init):
20873         * gst/debug/efence.c: (gst_efence_init):
20874         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20875         (gst_deinterlace_init):
20876         * gst/volume/gstvolume.c: (volume_connect):
20877
20878 2004-01-01  David Schleef  <ds@schleef.org>
20879
20880         Convert elements to use gst_pad_use_explicit_caps() where
20881         appropriate:
20882         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
20883         * ext/audiofile/gstafparse.c: (gst_afparse_init),
20884         (gst_afparse_open_file):
20885         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
20886         (gst_afsrc_open_file):
20887         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
20888         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
20889         (gst_ffmpegdec_chain):
20890         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20891         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
20892         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
20893         (gst_gdk_pixbuf_chain):
20894         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
20895         (gst_jpegdec_chain):
20896         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
20897         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20898         (gst_mikmod_negotiate):
20899         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20900         (gst_mpeg2dec_negotiate_format):
20901         * ext/mpeg2enc/gstmpeg2enc.cc:
20902         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20903         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
20904         (gst_speexdec_sinkconnect):
20905         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
20906         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
20907         (gst_vorbisfile_new_link):
20908         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
20909         (gst_ac3parse_chain):
20910         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
20911         (gst_asf_demux_setup_pad):
20912         * gst/auparse/gstauparse.c: (gst_auparse_init),
20913         (gst_auparse_chain):
20914         * gst/id3/gstid3types.c: (gst_id3types_loop):
20915         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20916         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
20917         (mp1videoparse_parse_seq):
20918         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
20919         (bpf_from_header):
20920         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20921         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
20922         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
20923         (gst_mpeg_parse_send_data):
20924         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20925         (gst_qtdemux_add_stream):
20926         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20927         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20928         (gst_wavparse_parse_fmt):
20929
20930 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20931
20932         * configure.ac:
20933           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
20934           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
20935           it therefore uses the wrong include paths. Too bad... Note
20936           that 1.6.1.93 is not release yet. ;).
20937           Also add a check for mplex, which is now using the lib'ified
20938           mplex from mjpegtools, too.
20939         * ext/ffmpeg/gstffmpegcodecmap.c:
20940           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
20941           issues. I don't think ffmpeg handles 3ivx correctly, so this
20942           probably won't work. But it won't hurt either.
20943         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
20944         (gst_ffmpegdec_chain):
20945         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
20946         (gst_ffmpegenc_chain_audio):
20947           Fix memleak in audio encoding. Close codec if open fails, this
20948           calls the cleanup routines so we can re-use the context.
20949         * ext/mpeg2enc/gstmpeg2enc.cc:
20950           Fix pad template names/types, fix memory issue with getcaps().
20951         * ext/mpeg2enc/gstmpeg2encoder.cc:
20952         * ext/mpeg2enc/gstmpeg2encoder.hh:
20953           Fix compile issue with new caps system (const thingy).
20954         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20955         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
20956           We read a first frame right on initing, so that we have a caps
20957           when we init the output. This caps is cached in padprivate and
20958           read as first frame.
20959         * ext/mplex/Makefile.am:
20960         * ext/mplex/gstmplex.cc:
20961         * ext/mplex/gstmplex.h:
20962         * ext/mplex/gstmplex.hh:
20963         * ext/mplex/gstmplexibitstream.cc:
20964         * ext/mplex/gstmplexibitstream.hh:
20965         * ext/mplex/gstmplexjob.cc:
20966         * ext/mplex/gstmplexjob.hh:
20967         * ext/mplex/gstmplexoutputstream.cc:
20968         * ext/mplex/gstmplexoutputstream.hh:
20969           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
20970           had issues, didn't do capsnego, supported only a subset of the
20971           mplex features and required a mplex fork in our local CVS. Plus
20972           that it worked agaist a very old mplex version. Rewriting was
20973           faster than updating it.
20974         * gst-libs/ext/Makefile.am:
20975         * gst-libs/ext/mplex/INSTRUCT:
20976         * gst-libs/ext/mplex/Makefile.am:
20977         * gst-libs/ext/mplex/README:
20978         * gst-libs/ext/mplex/TODO:
20979         * gst-libs/ext/mplex/ac3strm_in.cc:
20980         * gst-libs/ext/mplex/audiostrm.hh:
20981         * gst-libs/ext/mplex/audiostrm_out.cc:
20982         * gst-libs/ext/mplex/aunit.hh:
20983         * gst-libs/ext/mplex/bits.cc:
20984         * gst-libs/ext/mplex/bits.hh:
20985         * gst-libs/ext/mplex/buffer.cc:
20986         * gst-libs/ext/mplex/buffer.hh:
20987         * gst-libs/ext/mplex/fastintfns.h:
20988         * gst-libs/ext/mplex/format_codes.h:
20989         * gst-libs/ext/mplex/inputstrm.cc:
20990         * gst-libs/ext/mplex/inputstrm.hh:
20991         * gst-libs/ext/mplex/lpcmstrm_in.cc:
20992         * gst-libs/ext/mplex/mjpeg_logging.cc:
20993         * gst-libs/ext/mplex/mjpeg_logging.h:
20994         * gst-libs/ext/mplex/mjpeg_types.h:
20995         * gst-libs/ext/mplex/mpastrm_in.cc:
20996         * gst-libs/ext/mplex/mpegconsts.cc:
20997         * gst-libs/ext/mplex/mpegconsts.h:
20998         * gst-libs/ext/mplex/mplexconsts.hh:
20999         * gst-libs/ext/mplex/multplex.cc:
21000         * gst-libs/ext/mplex/outputstream.hh:
21001         * gst-libs/ext/mplex/padstrm.cc:
21002         * gst-libs/ext/mplex/padstrm.hh:
21003         * gst-libs/ext/mplex/stillsstream.cc:
21004         * gst-libs/ext/mplex/stillsstream.hh:
21005         * gst-libs/ext/mplex/systems.cc:
21006         * gst-libs/ext/mplex/systems.hh:
21007         * gst-libs/ext/mplex/vector.cc:
21008         * gst-libs/ext/mplex/vector.hh:
21009         * gst-libs/ext/mplex/videostrm.hh:
21010         * gst-libs/ext/mplex/videostrm_in.cc:
21011         * gst-libs/ext/mplex/videostrm_out.cc:
21012         * gst-libs/ext/mplex/yuv4mpeg.cc:
21013         * gst-libs/ext/mplex/yuv4mpeg.h:
21014         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21015         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21016           We don't fork mjpegtools' mplex in our CVS anymore.
21017         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21018         (gst_avi_demux_add_stream):
21019         * gst/avi/gstavidemux.h:
21020           Add getcaps() function for proper caps nego. This makes some
21021           parts of AVI playback/reading work.
21022         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21023           Resize window on new capsnego. This is probably wrong, but
21024           I'm still committing it because with current capsnego, the
21025           first successfull capsnego is auto-fixated, therefore rounded
21026           down to the lowest values in the caps. this results in a 16x16
21027           XWindow that is not reized when real capsnego finishes.
21028           Dave, I see more cases of this, do you know a proper solution?
21029         * tools/gst-launch-ext.in:
21030           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21031
21032 2003-12-31  David Schleef  <ds@schleef.org>
21033
21034         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21035         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21036           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21037
21038 2003-12-30  David Schleef  <ds@schleef.org>
21039
21040         * ext/ffmpeg/gstffmpegcolorspace.c:
21041         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21042         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21043         (gst_ffmpegcsp_chain): Negotiation fixes
21044         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21045         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21046         (gst_audio_convert_link), (gst_audio_convert_channels):
21047         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21048         (gst_audioscale_link), (gst_audioscale_get_buffer),
21049         (gst_audioscale_chain): Negotiation fixes
21050         * gst/audioscale/gstaudioscale.h:
21051         * gst/videofilter/gstvideofilter.c:
21052         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21053         (gst_videofilter_link), (gst_videofilter_init),
21054         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21055         (gst_videofilter_find_format_by_structure):
21056         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21057         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21058         (gst_videoscale_link):
21059         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21060         (videoscale_find_by_structure), (gst_videoscale_setup):
21061         * gst/videoscale/videoscale.h: Negotiation fixes
21062         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21063         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21064         function, restrict resizing to a multiple of 4 (hack until
21065         everyone supports odd sizes correctly).
21066
21067 2003-12-29  Colin Walters  <walters@verbum.org>
21068
21069         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21070         signed.
21071
21072 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21073
21074         * ext/sndfile/gstsf.c: (gst_sf_loop):
21075           Fix warning about discarding const qualifier
21076
21077 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21078
21079         * gst/cutter/gstcutter.c:
21080         * gst/videoscale/gstvideoscale.c:
21081         * gst/volenv/gstvolenv.c:
21082         * gst-libs/gst/audio/audio.c:
21083         * gst-libs/gst/video/video.c:
21084           Fix warnings
21085
21086 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21087
21088         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21089           Don't send ALSA debugging to stderr.
21090         * ext/alsa/gstalsa.h:
21091           Use GST_WARNING instead of g_warning when ALSA functions fail.
21092
21093 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21094
21095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21096           Free XVAdapterInfo correctly.
21097
21098 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21099
21100         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21101         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21102           Make id3tag use correct caps nego.
21103
21104 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21105
21106         * ext/ivorbis/vorbis.c:
21107         * ext/ivorbis/vorbisenc.h:
21108         * ext/ivorbis/vorbisfile.c:
21109           Modify so that it uses the new caps things
21110
21111 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21112
21113         * testsuite/spider/spider1.c: (main):
21114         * testsuite/spider/spider2.c: (main):
21115         * testsuite/spider/spider3.c: (main):
21116           Make tests compile again. They probably don't work.
21117
21118 2003-12-24  Colin Walters  <walters@verbum.org>
21119
21120         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21121         we can't fixate the caps anymore.
21122
21123 2003-12-23  David Schleef  <ds@schleef.org>
21124
21125         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21126         * sys/oss/gstosssink.c: (gst_osssink_init),
21127         (gst_osssink_sink_fixate): Add fixate function.
21128
21129 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21130
21131         * ext/ffmpeg/gstffmpegcodecmap.c:
21132         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21133         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21134         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21135         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21136         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21137         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21138         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21139           fix typo in RGB masks, and move back to "old" colorspace
21140           capsnego code until whoever wrote this new crap has actually
21141           tested it so that it works.
21142           And yes, this works, keep it that way please.
21143
21144 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21145
21146         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21147         (gst_divxdec_init), (gst_divxdec_negotiate):
21148         * ext/divx/gstdivxdec.h:
21149         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21150         (gst_divxenc_init):
21151         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21152         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21153         * ext/mpeg2enc/gstmpeg2enc.cc:
21154         * ext/mpeg2enc/gstmpeg2encoder.cc:
21155         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21156         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21157         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21158         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21159         (dxr3spusink_init):
21160         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21161         (dxr3videosink_init):
21162           Fix caps breakage after Dave's caps branch merge.
21163
21164 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21165
21166         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21167           Fix for 24bpp display.
21168
21169 2003-12-23  Colin Walters  <walters@verbum.org>
21170
21171         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21172         a GnomeVFSHandle directly.
21173
21174 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21175
21176         * gst/volume/Makefile.am:
21177         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21178         (volume_base_init), (volume_init):
21179           Reenable volume element and fix to work with new caps stuff.
21180           Rhythmbox needs this.
21181
21182 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21183
21184         * gst/qtdemux/qtdemux.c: (plugin_init):
21185           qtdemux requires bytestream
21186
21187 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21188
21189         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21190           Fix remaining caps handling errors due to CAPS merge.
21191
21192 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21193
21194         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21195         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21196         (gst_faad_srcconnect):
21197           Port to new caps system.
21198
21199 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21200
21201         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21202         (got_video_size), (main): using g_print instead of g_message.
21203         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21204         signal which was not emitted because of "switch" element added to the
21205         bin but not connected. (Removing from the bin temporarily)
21206
21207 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21208
21209         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21210         find X development files. I don't understand the previous tests and
21211         they fail on my debian/ppc unstable. This one works.
21212         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21213         exiting.
21214         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21215         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21216         (gst_play_set_visualization): Add some safety checks in set_ methods
21217         and state_change. This was throwing some ugly CRITICAL messages when
21218         pipeline was getting disposed and casts were failing.
21219
21220 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21221
21222         * configure.ac:
21223           Improve mpeg2enc detection. This is for distributions that do
21224           ship mjpegtools, but without mpeg2enc. Also does object check
21225           for might there ever be ABI incompatibility.
21226         * ext/mpeg2enc/gstmpeg2enc.cc:
21227           Add Andrew as second maintainer (he's helping me), and also add
21228           an error if no caps was set. This happens if I pull before capsnego
21229           and that's something I should solve sometime else.
21230         * gst/matroska/matroska-demux.c:
21231         (gst_matroska_demux_parse_blockgroup):
21232           Fix time parsing.
21233         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21234         (gst_matroska_mux_track_header):
21235           Add caps to templates.
21236         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21237           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21238         * gst/mpegstream/gstmpegdemux.c:
21239           Remove layer since it causes warnings about unfixed caps.
21240         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21241           Fix obvious typo (we error out if caps were set, we should of
21242           course error out if *no* caps were set).
21243         * sys/oss/gstosselement.c: (gst_osselement_convert):
21244           Fix format conversion, we confused bits/bytes.
21245         * sys/oss/gstosselement.h:
21246           Improve documentation for 'bps'.
21247         * sys/v4l/TODO:
21248           Remove stuff about plugins that need removing - this was done
21249           ages ago.
21250         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21251         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21252         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21253         (gst_v4lsrc_src_query):
21254         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21255         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21256           Add get_query_types(), get_formats() and query() functions.
21257
21258 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21259
21260         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21261         * moved CVS to freedesktop.org