docs/plugins/: Updated version.
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2
3         * docs/plugins/Makefile.am:
4         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6         * docs/plugins/inspect/plugin-adder.xml:
7         * docs/plugins/inspect/plugin-alsa.xml:
8         * docs/plugins/inspect/plugin-audioconvert.xml:
9         * docs/plugins/inspect/plugin-audiorate.xml:
10         * docs/plugins/inspect/plugin-audioresample.xml:
11         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12         * docs/plugins/inspect/plugin-decodebin.xml:
13         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14         * docs/plugins/inspect/plugin-gnomevfs.xml:
15         * docs/plugins/inspect/plugin-ogg.xml:
16         * docs/plugins/inspect/plugin-playbin.xml:
17         * docs/plugins/inspect/plugin-subparse.xml:
18         * docs/plugins/inspect/plugin-tcp.xml:
19         * docs/plugins/inspect/plugin-theora.xml:
20         * docs/plugins/inspect/plugin-typefindfunctions.xml:
21         * docs/plugins/inspect/plugin-video4linux.xml:
22         * docs/plugins/inspect/plugin-videorate.xml:
23         * docs/plugins/inspect/plugin-videoscale.xml:
24         * docs/plugins/inspect/plugin-videotestsrc.xml:
25         * docs/plugins/inspect/plugin-volume.xml:
26         * docs/plugins/inspect/plugin-vorbis.xml:
27         * docs/plugins/inspect/plugin-ximagesink.xml:
28         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
29         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
30
31 2005-11-26  Edward Hervey  <edward@fluendo.com>
32
33         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
34         Properly return GstFlowReturn from gst_pad_push in chain functions.
35
36 2005-11-25  Michael Smith  <msmith@fluendo.com>
37
38         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
39         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
40         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
41         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
42           Handle various conditions better when we don't understand a stream.
43           Removes a heap of CRITICALs on ogg streams containing unknown data.
44
45 2005-11-24  Andy Wingo  <wingo@pobox.com>
46
47         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
48         Be threadsafe.
49
50 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
51
52         * configure.ac: back to HEAD
53
54 === release 0.9.6 ===
55
56 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
57
58         * configure.ac:
59           releasing 0.9.6, "White Eight"
60
61 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
62
63         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
64         * docs/plugins/inspect/plugin-sine.xml:
65           remove sinesrc some more
66
67 2005-11-23  Wim Taymans  <wim@fluendo.com>
68
69         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
70         If we are reading too slowly, jump forward in the ringbuffer
71         instead of blocking.
72
73 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
74
75         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
76         (gst_visual_chain):
77         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
78         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
79         (gst_videorate_chain):
80         * gst/videotestsrc/gstvideotestsrc.c:
81         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
82         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
83         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
84         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
85         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
86         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
87           Updates for API changes
88
89 2005-11-23  Wim Taymans  <wim@fluendo.com>
90
91         * gst-libs/gst/audio/gstbaseaudiosink.c:
92         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
93         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
94         Fix for calibration API change.
95
96 2005-11-23  Michael Smith <msmith@fluendo.com>
97
98         * gst-libs/gst/audio/multichannel.c:
99         (gst_audio_get_channel_positions),
100         (gst_audio_set_channel_positions),
101         (gst_audio_set_structure_channel_positions_list),
102         (gst_audio_fixate_channel_positions):
103           Use gst_value_array_*() functions on value arrays, not
104           gst_value_list_*().
105
106 2005-11-23  Edward Hervey  <edward@fluendo.com>
107
108         * autogen.sh:
109         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
110         Fixes autogen
111
112 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
113
114         * check/Makefile.am:
115         * check/elements/videotestsrc.c: (setup_videotestsrc),
116         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
117         (main):
118           add a test for videotestsrc
119
120 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
121
122         * gst/sine/.cvsignore:
123         * gst/sine/Makefile.am:
124         * gst/sine/gstsinesrc.c:
125         * gst/sine/gstsinesrc.h:
126         * gst/sine/sinesrc.vcproj:
127           and remove sinesrc from the repository.  Closes #321446
128
129 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
130
131         * configure.ac:
132         * gst-plugins-base.spec.in:
133           remove sinesrc from the build
134
135 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
136
137         * check/Makefile.am:
138         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
139         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
140         (main):
141           add a test for audiotestsrc, testing all waves.  Even seems
142           leak-free at first glance, nice job Stefan
143
144 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
145
146         * po/af.po:
147         * po/az.po:
148         * po/cs.po:
149         * po/en_GB.po:
150         * po/hu.po:
151         * po/it.po:
152         * po/nb.po:
153         * po/nl.po:
154         * po/or.po:
155         * po/sq.po:
156         * po/sr.po:
157         * po/sv.po:
158         * po/uk.po:
159         * po/vi.po:
160           Translation string updates
161
162         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
163         (gst_v4lsrc_set_caps):
164         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
165         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
166         * sys/v4l/v4lsrc_calls.h:
167           Improve v4lsrc, by making it work again.
168
169 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
170
171         * ext/libvisual/visual.c: (gst_visual_chain):
172           Fix the fps calculations.
173
174         * gst/ffmpegcolorspace/avcodec.h:
175           Move structure element for clarity
176
177         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
178         * gst-libs/gst/interfaces/tunernorm.h:
179         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
180         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
181         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
182         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
183         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
184         (gst_v4lmjpegsrc_getcaps):
185         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
186         (gst_v4lsrc_set_caps):
187         * sys/v4l/gstv4lsrc.h:
188         * sys/v4l/v4l_calls.c: (gst_v4l_open):
189         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
190         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
191         * sys/v4l/v4lsrc_calls.h:
192           Fractional framerates...
193
194 2005-11-22  Wim Taymans  <wim@fluendo.com>
195
196         * gst-libs/gst/audio/gstbaseaudiosink.c:
197         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
198         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
199         And we provide a clock by default, of course...
200
201 2005-11-22  Wim Taymans  <wim@fluendo.com>
202
203         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
204         This clock can be slaved to a master clock now.
205
206         * gst-libs/gst/audio/gstbaseaudiosink.c:
207         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
208         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
209         (gst_base_audio_sink_set_clock),
210         (gst_base_audio_sink_set_property),
211         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
212         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
213         * gst-libs/gst/audio/gstbaseaudiosink.h:
214         Handle slaving the internal clock to the clock selected in the
215         pipeline.
216         Add property to make the basesink not provide a clock.
217
218         * gst-libs/gst/rtp/gstbasertpdepayload.c:
219         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
220         (gst_base_rtp_depayload_wait):
221         * gst-libs/gst/rtp/gstbasertpdepayload.h:
222         We can use the clock in GstElement, no need to store it ourselves.
223
224 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
225
226         * docs/libs/tmpl/gstaudio.sgml:
227           update
228         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
229         (gst_paranoia_endian_get_type):
230         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
231         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
232         * gst/audiotestsrc/gstaudiotestsrc.c:
233         (gst_audiostestsrc_wave_get_type):
234         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
235         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
236         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
237         (gst_sync_method_get_type), (gst_unit_type_get_type),
238         (gst_client_status_get_type), (gst_multifdsink_class_init),
239         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
240         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
241         (gst_multifdsink_get_property):
242         * gst/tcp/gstmultifdsink.h:
243         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
244         * gst/videotestsrc/gstvideotestsrc.c:
245         (gst_videotestsrc_pattern_get_type):
246           remove deprecated properties
247           fix up enums to correctly have short lowercase dashed nicks
248
249 2005-11-22  Michael Smith <msmith@fluendo.com>
250
251         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
252         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
253           Add underscore.
254
255 2005-11-22  Michael Smith <msmith@fluendo.com>
256
257         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
258         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
259           Use utility method for scaling clocktime for fractional framerates.
260
261 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
262
263         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
264         (gst_visual_chain):
265         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
266         * ext/theora/theoradec.c: (theora_handle_type_packet):
267         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
268         (theora_enc_chain):
269         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
270         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
271         * gst-libs/gst/video/video.h:
272         * gst/ffmpegcolorspace/avcodec.h:
273         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
274         (gst_ffmpeg_caps_to_pixfmt):
275         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
276         (gst_ffmpegcsp_set_caps):
277         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
278         (gst_videorate_setcaps), (gst_videorate_blank_data),
279         (gst_videorate_chain):
280         * gst/videotestsrc/gstvideotestsrc.c:
281         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
282         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
283         (gst_videotestsrc_event), (gst_videotestsrc_create):
284         * gst/videotestsrc/gstvideotestsrc.h:
285         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
286         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
287         (gst_ximagesink_get_times), (gst_ximagesink_init):
288         * sys/ximage/ximagesink.h:
289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
290         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
291         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
292         * sys/xvimage/xvimagesink.h:
293           Convert elements to use fractions for their framerate.
294           V4L elements to come later tonight.
295
296 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
297
298         * gst-libs/gst/audio/audio.c:
299         * gst-libs/gst/audio/audio.h:
300           remove some deprecated functions
301
302 2005-11-22  Andy Wingo  <wingo@pobox.com>
303
304         * Update for gst_tag_setter API changes.
305
306 2005-11-22  Andy Wingo  <wingo@pobox.com>
307
308         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
309         (gst_ogg_demux_perform_seek):
310         * ext/theora/theoradec.c (theora_dec_sink_event):
311         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
312         update-funcnames.
313
314 2005-11-22  Wim Taymans  <wim@fluendo.com>
315
316         * examples/seeking/seek.c: (main):
317         Give higher priority to bus signals than the gtk events
318         to fix a race condition in the segment looping.
319
320 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
321
322         * ext/theora/Makefile.am:
323         * ext/vorbis/Makefile.am:
324         * gst-libs/gst/tag/Makefile.am:
325         * gst-plugins-base.spec.in:
326           Rename libgsttagedit to libgsttag (#322117).
327
328 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
329
330         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
332           Call gst_x_overlay_prepare_xwindow_id() to give applications
333           a final chance to set their own xwindow id before the video
334           sink creates its own window.
335
336 2005-11-22  Julien MOUTTE  <julien@moutte.net>
337
338         * sys/xvimage/xvimagesink.c:
339         (gst_xvimagesink_navigation_send_event): Handle navigation
340         events correcly with borders if applicable.
341
342 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
343
344         Patch by: Luca Ognibene
345
346         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
347         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
348         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
349         (gst_ffmpegcsp_caps_remove_format_info):
350         * gst/ffmpegcolorspace/imgconvert.c:
351         * gst/ffmpegcolorspace/imgconvert_template.h:
352           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
353           #318353); use gst_structure_has_name().
354
355 2005-11-22  Julien MOUTTE  <julien@moutte.net>
356
357         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
358         (gst_ximagesink_class_init): Add debug macros on functions.
359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
360         (gst_xvimagesink_xwindow_draw_borders),
361         (gst_xvimagesink_xvimage_put),
362         (gst_xvimagesink_xwindow_update_geometry),
363         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
364         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
365         (gst_xvimagesink_xcontext_clear),
366         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
367         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
368         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
369         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
370         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
371         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
372         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
373         expose while being PAUSED, out of data flow navigation events, etc..
374
375 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
376
377         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
378         * gst-libs/gst/audio/audio.h:
379           fix prototype - wondering why the test worked regardless
380
381 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
382
383         * check/Makefile.am:
384         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
385         * gst-libs/gst/audio/audio.h:
386           add a method that returns a proper GstClockTime
387
388 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
389
390         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
391         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
392         * gst-libs/gst/interfaces/xoverlay.h:
393           Remove everything having to do with the desired size; add 
394           gst_x_overlay_prepare_xwindow_id() function; remove the
395           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
396           post a message on the bus instead (#321816).
397
398         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
400         (gst_xvimagesink_xoverlay_init):
401           Remove desired size stuff (#321816).
402
403 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
404
405         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
406         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
407         (mpeg_video_type_find), (mpeg_video_stream_type_find):
408           Terminate vararg functions with NULL instead of 0 to 
409           make gcc4 happy.
410
411 2005-11-21  Andy Wingo  <wingo@pobox.com>
412
413         patch by: Sebastien Cote <sebas642@yahoo.ca>
414         
415         * gst-libs/gst/rtp/gstrtpbuffer.h: 
416         * gst-libs/gst/rtp/gstrtpbuffer.c
417         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
418
419 2005-11-21  Andy Wingo  <wingo@pobox.com>
420
421         * gst/playback/gstplaybin.c (gen_audio_element) 
422         (gen_video_element): Use the new MISSING_PLUGIN core error
423         category. Closes #320060.
424
425         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
426         * gst/videorate/gstvideorate.c (gst_videorate_event):
427         * ext/theora/theoradec.c (theora_dec_sink_event): 
428         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
429         stream lock.
430
431         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
432         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
433         stream lock changes.
434
435 2005-11-21  Wim Taymans  <wim@fluendo.com>
436
437         * gst-libs/gst/audio/gstbaseaudiosink.c:
438         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
439         (gst_base_audio_sink_provide_clock),
440         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
441         (gst_base_audio_sink_change_state):
442         * gst/audioresample/gstaudioresample.c:
443         Segment update fix.
444
445 2005-11-21  Andy Wingo  <wingo@pobox.com>
446
447         * *.h:
448         * *.c: Ran scripts/update-macros. Oh yes.
449
450 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
451
452         * sys/ximage/Makefile.am:
453         * sys/ximage/ximage.c:
454           Rename ximage plugin to ximagesink (#321426) (Don't forget to
455           remove your old libgstximage.* manually if necessary).
456
457 2005-11-21  Michael Smith <msmith@fluendo.com>
458
459         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
460           Minimal fix for bug #320200: set the min/max bitrate in the correct
461           units. A better fix would be to upgrade to the RATEMANAGE2
462           interface, rather than using the deprecated interface used here, but
463           that would require an update in our libvorbis dependency (to 1.1),
464           which is probably undesirable.
465
466 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
467
468         * ext/libvisual/visual.c: (get_buffer):
469         * gst-libs/gst/audio/gstbaseaudiosrc.c:
470         (gst_base_audio_src_fixate):
471         * gst/audioconvert/gstaudioconvert.c:
472         (gst_audio_convert_fixate_caps):
473         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
474         * gst/audiotestsrc/gstaudiotestsrc.c:
475         (gst_audiotestsrc_src_fixate):
476         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
477         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
478         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
479         * gst/videotestsrc/gstvideotestsrc.c:
480         (gst_videotestsrc_src_fixate):
481         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
483           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
484           (#322027)
485
486
487 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
488
489         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
490         (gst_riff_create_iavs_caps):
491         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
492         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
493         (gst_riff_parse_info):
494         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
495         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
497           Fixes for GST_FOURCC_FORMAT API change.
498
499 2005-11-21  Andy Wingo  <wingo@pobox.com>
500
501         patch by: Alessandro Dessina <alessandro nnva org>
502
503         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
504         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
505         (gst_ogg_parse_chain):
506         * ext/theora/theoraenc.c (theora_set_header_on_caps):
507         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
508         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
509         gst_value_list calls on arrays. Fixes #321962.
510
511 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
512
513         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
514         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
515         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
516         * gst/adder/gstadder.c: (gst_adder_init),
517         (gst_adder_request_new_pad), (gst_adder_collected),
518         (gst_adder_change_state):
519           Update for gst_collectpads_foo() to gst_collect_pads_foo()
520           API change.
521
522 2005-11-21  Michael Smith <msmith@fluendo.com>
523
524         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
525         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
526           Properly handle pad_push return values.
527
528 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
529
530         * gst-libs/gst/tag/Makefile.am:
531         * gst-libs/gst/tag/gstvorbistag.c:
532         (gst_tag_list_to_vorbiscomment_buffer):
533           Remove obsolete vorbistag element and debug category.
534
535         * gst/playback/gstplaybasebin.c: (check_queue):
536           Don't divide by 0 when queue-threshold is 0.
537
538         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
539           Don't modify an existing pixel-aspect-ratio if we fail to read
540           a new one.
541
542 2005-11-20  Wim Taymans  <wim@fluendo.com>
543
544         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
545         (gst_vorbisenc_push_packet):
546         GST_PAD_IS_USABLE is gone, use the return value of
547         the push or pad_alloc_buffer instead.
548
549 2005-11-18  Julien MOUTTE  <julien@moutte.net>
550
551         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
552         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
553         (gst_ximagesink_ximage_destroy),
554         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
555         (gst_ximagesink_xwindow_new),
556         (gst_ximagesink_xwindow_update_geometry),
557         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
558         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
559         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
560         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
561         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
562         (gst_ximagesink_navigation_send_event),
563         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
564         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
565         (gst_ximagesink_finalize), (gst_ximagesink_init),
566         (gst_ximagesink_class_init):
567         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
568         This new version brings correct software scaling, non flickering
569         window while resizing, pixel aspect ratio handling, usage of
570         hardware buffer pools, out of data flow event thread for 
571         navigation and handling of expose events even when being PAUSED,
572         a new property to keep video aspect ratio when resizing, etc...
573
574 2005-11-18  Julien MOUTTE  <julien@moutte.net>
575
576         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
577         (gst_videoscale_fixate_caps): Introduce back caps fixate with
578         handling of PAR.
579
580 2005-11-18    <bilboed@dvdsrc.fluendo.com>
581
582         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
583         Unsetting IS_SINK flag from the fakesink, so decodebin
584         never behaves as a sink.
585
586 2005-11-17  Wim Taymans  <wim@fluendo.com>
587
588         * gst-libs/gst/audio/gstbaseaudiosrc.c:
589         (gst_base_audio_src_change_state):
590         Fix the audiosrc base class again, we did not unflush.
591
592 2005-11-17  Julien MOUTTE  <julien@moutte.net>
593
594         * examples/seeking/seek.c: (make_dv_pipeline),
595         (make_vorbis_theora_pipeline), (make_avi_pipeline),
596         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
597         to ogg/vorbis/theora pipeline.
598
599 2005-11-17  Wim Taymans  <wim@fluendo.com>
600
601         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
602         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
603         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
604         Fix EOS on multiple streams.
605         More debugging.
606
607 2005-11-16  Wim Taymans  <wim@fluendo.com>
608
609         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
610         (gst_ogg_demux_perform_seek):
611         Segment done must include stream time.
612
613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
614         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
615         (gst_ogg_mux_change_state):
616         Fix ogg muxer again.
617
618 2005-11-16  Wim Taymans  <wim@fluendo.com>
619
620         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
621         Fix compile again.
622
623 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
624
625         * ext/libvisual/visual.c: (gst_visual_init):
626         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
627         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
628         (gst_ogg_parse_chain):
629         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
630         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
631         * ext/theora/theoradec.c: (gst_theora_dec_init):
632         * ext/theora/theoraenc.c: (gst_theora_enc_init):
633         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
634         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
635         * gst/adder/gstadder.c: (gst_adder_class_init),
636         (gst_adder_dispose):
637         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
638         * gst/subparse/gstsubparse.c: (gst_subparse_init):
639         * gst/videorate/gstvideorate.c: (gst_videorate_init):
640           Fix a whole set of pad template leaks
641
642 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
643
644         * check/generic/states.c: (GST_START_TEST):
645           fix the test so that it only checks for elements that are part of
646           this source module
647
648 2005-11-16  Michael Smith <msmith@fluendo.com>
649
650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
651         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
652         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
653         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
654         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
655         (gst_ogg_mux_change_state):
656           Fix leaking collectpads.
657
658 2005-11-16  Edward Hervey  <edward@fluendo.com>
659
660         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
661         (gst_videorate_event), (gst_videorate_chain):
662         Handle segment seeks
663
664 2005-11-16  Wim Taymans  <wim@fluendo.com>
665
666         * gst-libs/gst/audio/gstbaseaudiosink.c:
667         (gst_base_audio_sink_provide_clock),
668         (gst_base_audio_sink_change_state):
669         Set ringbuffer to non-flushing when going to PAUSED, set to
670         flushing again when going to READY.
671
672         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
673         (gst_ring_buffer_stop):
674         Start in flushing mode by default.
675         Don't set flushing in the _stop method, let the app call
676         this explicitly.
677
678 2005-11-16  Julien MOUTTE  <julien@moutte.net>
679
680         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
681         * gst-libs/gst/video/videosink.h: Add helper function needed
682         for video sinks.
683
684 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
685
686         * gst/videoscale/gstvideoscale.c:
687         (gst_videoscale_handle_src_event):
688           Don't leak reference to pad parent.
689
690 2005-11-16  Wim Taymans  <wim@fluendo.com>
691
692         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
693         Set ringbuffer to flushing when stopping so that we don't
694         block on wait_segment anymore and livelock.
695
696 2005-11-16  Wim Taymans  <wim@fluendo.com>
697
698         * examples/seeking/seek.c: (send_event), (do_seek),
699         (loop_toggle_cb), (segment_done), (main):
700         Added looping checkbox.
701
702 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
703
704         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
705         (gst_ogg_demux_init):
706         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
707         (gst_vorbis_dec_init):
708           revert unrefs, they don't pass make check
709
710 2005-11-15  Johan Dahlin  <johan@gnome.org>
711
712         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
713         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
714         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
715         (gst_vorbis_dec_init):
716         Fix pad template leaks. 
717
718 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
719
720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
721           Make state change function thread safe.
722
723 2005-11-15  Edward Hervey  <edward@fluendo.com>
724
725         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
726         (gst_ogg_demux_class_init):
727         Implement GstElement::send_event, so we can send seek events
728         in GST_STATE_READY
729
730 2005-11-14  Julien MOUTTE  <julien@moutte.net>
731
732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
733         Discovered how to take away flickering while resizing the
734         window. Please don't put that in ximagesink, refactoring in
735         progress.
736
737 2005-11-14  Michael Smith <msmith@fluendo.com>
738
739         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
740         (gst_multifdsink_render):
741           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
742
743 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
744
745         * gst/playback/gstplaybin.c: (gen_audio_element):
746           Use autoaudiosink, it tends to be more widely available than
747           autoaudiiosink.
748           
749 2005-11-14  Andy Wingo  <wingo@pobox.com>
750
751         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
752         as well if it is available. Fixes #316442.
753
754 2005-11-14  Michael Smith <msmith@fluendo.com>
755
756         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
757         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
758         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
759         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
760         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
761         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
762         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
763         (gst_vorbisenc_change_state):
764           Fix a small memory leak in vorbisenc.
765           Fix large memory leaks in oggmux, also fix lots of state change
766           bugs in oggmux.
767
768 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
769
770         * gst/videotestsrc/gstvideotestsrc.c:
771         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
772         (gst_videotestsrc_src_fixate):
773           move fixation to a fixate function
774           remove negotiate function, basesrc's is good enough
775           fixes a bug for check when using the element alone
776
777 2005-11-13  Edward Hervey  <edward@fluendo.com>
778
779         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
780         (key_toggle_cb), (main):
781         Added checkboxes for adding/removing the accurate and key_unit seek
782         flags.
783
784 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
785
786         * configure.ac: back to HEAD
787
788 === release 0.9.5 ===
789
790 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
791
792         * configure.ac:
793           releasing 0.9.5, "No No Kia"
794
795 2005-11-11  Edward Hervey  <edward@fluendo.com>
796
797         * examples/seeking/seek.c: (make_parselaunch_pipeline):
798         Added parse-launch syntax seeking mode for the seeking example.
799         This should help stress-test even more cases.
800         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
801
802 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
803
804         * sys/xvimage/xvimagesink.c:
805         (gst_xvimagesink_navigation_send_event):
806           Check whether peer pad exists before sending navigation events
807           to it.
808
809 2005-11-11  Michael Smith <msmith@fluendo.com>
810
811         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
812         (gst_vorbisenc_buffer_from_packet):
813         * ext/vorbis/vorbisenc.h:
814           Set duration on encoded buffers. This allows oggmux's
815           max_page_delay parameter to actually work.
816
817 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
818
819         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
820         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
821         (gst_ffmpegcsp_avpicture_fill):
822         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
823         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
824           Make palettes work again (see #132341). Use our own macros
825           for rounding up.
826
827 2005-11-10  Andy Wingo  <wingo@pobox.com>
828
829         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
830         string doober.
831
832 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
833
834         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
835         (gst_ffmpegcsp_transform_caps):
836           Prefer passthrough in transform_caps
837
838 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
839
840         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
841           check for ALSA errors properly, instead of relying on ALSA's
842           error strings to serve to the user.
843
844 2005-11-10  Wim Taymans  <wim@fluendo.com>
845
846         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
847         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
848         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
849         Modernise the seek code.
850
851 2005-11-10  Michael Smith <msmith@fluendo.com>
852         
853         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
854         (setup_substreams), (set_active_source):
855           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
856           trying to go to NULL if we failed to read a file.
857
858 2005-11-10  Wim Taymans  <wim@fluendo.com>
859
860         * gst/audiotestsrc/gstaudiotestsrc.c:
861         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
862         (gst_audiotestsrc_create):
863         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
864         (gst_sinesrc_get_times), (gst_sinesrc_create):
865         * gst/videotestsrc/gstvideotestsrc.c:
866         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
867         (gst_videotestsrc_create):
868         The base class can now sync for us.
869
870 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
871
872         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
873           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
874           name=source autoprobe=false autoprobe-fps=false copy-mode=1
875           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
876           format=(fourcc)I420" ! xvimagesink
877
878 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
879
880         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
881         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
882         (gst_sinesrc_newsegment):
883           Send newsegment event in TIME format, set duration if
884           num-buffers is set, fix duration querying.
885
886 2005-11-10  Michael Smith <msmith@fluendo.com>
887
888         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
889         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
890         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
891         (gst_ogg_mux_collected):
892          Fix EOS handling, partially. Now forwarding an EOS event once we have
893          EOS on all pads works correctly. However, we still don't properly set
894          EOS on the actual ogg stream pages.
895
896 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
897
898         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
899           Set elements to NULL state before disposing of them.
900
901 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
902
903         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
904
905         * gst-libs/gst/rtp/gstbasertpdepayload.c:
906         (gst_base_rtp_depayload_init),
907         (gst_base_rtp_depayload_set_gst_timestamp):
908         * gst-libs/gst/rtp/gstbasertpdepayload.h:
909           We need to send a newsegment event for each instance, not
910           just for the first instance of this class (get rid of
911           static variable in function). (#321011).
912           
913 2005-11-08  Michael Smith <msmith@fluendo.com>
914
915         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
916         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
917         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
918         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
919           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
920           This makes us mux things correctly according to the ogg muxing
921           rules. Still not handling EOS correctly right now, though.
922
923 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
924
925         * gst/audioconvert/gstaudioconvert.c:
926           Fix typo in docs. 
927
928 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
929
930         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
931         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
932           Initialise segment_stop to GST_CLOCK_TIME_NONE when
933           creating a new chain; should fix live streaming. Also
934           add more debug output and fix a typo.
935
936 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
937
938         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
939
940         * gst/volume/gstvolume.c: (volume_set_caps):
941           Fix compilation on Solaris with Forte. (#320923)
942
943 2005-11-08  Wim Taymans  <wim@fluendo.com>
944
945         * gst-libs/gst/audio/gstbaseaudiosink.c:
946         (gst_base_audio_sink_render):
947         No need to do a typecheck.
948
949 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
950
951         * ext/alsa/gstalsa.h:
952           We register a debug category, so let's use it.
953
954 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
955
956         * gst-libs/gst/rtp/gstbasertpdepayload.c:
957         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
958         Fixed a small problem.
959
960 2005-11-04  Wim Taymans  <wim@fluendo.com>
961
962         * examples/seeking/Makefile.am:
963         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
964         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
965         (make_playerbin_pipeline), (format_value), (update_scale),
966         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
967         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
968         (print_usage), (main):
969         Added app for playback speed testing.
970
971         * examples/seeking/seek.c: (dynamic_link),
972         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
973         (make_mpeg_pipeline), (do_seek), (set_update_scale),
974         (message_received), (main):
975         Updated seek example.
976
977 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
978
979         * gst-libs/gst/rtp/gstbasertpdepayload.c:
980         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
981         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
982         (gst_base_rtp_depayload_set_clock):
983         * gst-libs/gst/rtp/gstbasertpdepayload.h:
984         Don't sleep on the bench (system clock) when you have a nice 
985         comfortable bed (Gstreamer clock) to sleep on.
986
987 2005-11-03  Wim Taymans  <wim@fluendo.com>
988
989         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
990         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
991         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
992         Handle the case where a pad_block failed.
993
994 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
995
996         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
997
998         * gst-libs/gst/rtp/gstbasertpdepayload.c:
999         (gst_base_rtp_depayload_add_to_queue),
1000         (gst_base_rtp_depayload_push),
1001         (gst_base_rtp_depayload_set_gst_timestamp),
1002         (gst_base_rtp_depayload_queue_release):
1003           Fixes some bugs in the depayloader's queuing/de-queueing code.
1004
1005 2005-10-31  Michael Smith <msmith@fluendo.com>
1006
1007         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1008         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1009         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1010           Patch from Alessandro Decina <alessandro@nnva.org>.
1011           Make oggdemux only find the final time in a chain, not per-pad,
1012           since the per-pad information can be very expensive to locate, and
1013           it isn't used anywhere. This makes reading a file containing
1014           OggSkeleton reasonably fast.
1015           Also, make chain finding work when there are logical bitstreams that
1016           can't be decoded. Fixes #319110.
1017
1018 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1019
1020         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1021         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1022         (gst_base_rtp_depayload_chain),
1023         (gst_base_rtp_depayload_add_to_queue),
1024         (gst_base_rtp_depayload_push),
1025         (gst_base_rtp_depayload_set_gst_timestamp),
1026         (gst_base_rtp_depayload_queue_release),
1027         (gst_base_rtp_depayload_start_thread),
1028         (gst_base_rtp_depayload_set_property),
1029         (gst_base_rtp_depayload_get_property):
1030         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1031         Some random fixes, to fullfill the desires of thomas.
1032
1033 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1034
1035         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1036         (gst_base_rtp_depayload_add_to_queue),
1037         (gst_base_rtp_depayload_push):
1038         Fixed the queueing algorithm.
1039
1040 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1041
1042         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1043         (gst_base_rtp_depayload_push):
1044         A small fix
1045
1046 2005-10-31  Wim Taymans  <wim@fluendo.com>
1047
1048         * gst-libs/gst/audio/gstringbuffer.h:
1049         Don't break ABI.
1050
1051         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1052         (gst_ffmpeg_caps_to_pixfmt):
1053         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1054         (gst_ffmpegcsp_set_caps):
1055         Some more comments.
1056         Handle missing required caps fields better.
1057
1058 2005-10-31  Wim Taymans  <wim@fluendo.com>
1059
1060         * gst-libs/gst/audio/gstbaseaudiosink.c:
1061         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1062         (gst_base_audio_sink_render):
1063         * gst-libs/gst/audio/gstringbuffer.c:
1064         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1065         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1066         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1067         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1068         (gst_ring_buffer_read):
1069         * gst-libs/gst/audio/gstringbuffer.h:
1070         Add flushing mode to the ringbuffer so that it in all cases does
1071         not try to handle more audio. This makes sure it does not try to
1072         block anymore when flushing and fixes a livelock.
1073
1074 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1075
1076         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1077         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1078         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1079           Explicitly check for -1 values before doing a conversion
1080           and always map them to -1. (#315545)
1081
1082 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1083
1084         * gst/playback/gstplaybin.c: (gen_video_element):
1085           first try autovideosink, then xvimagesink, then error out
1086         * po/POTFILES.in:
1087           add translatable file
1088         * po/af.po:
1089         * po/az.po:
1090         * po/cs.po:
1091         * po/en_GB.po:
1092         * po/hu.po:
1093         * po/it.po:
1094         * po/nb.po:
1095         * po/nl.po:
1096         * po/or.po:
1097         * po/sq.po:
1098         * po/sr.po:
1099         * po/sv.po:
1100         * po/uk.po:
1101         * po/vi.po:
1102           update translations
1103
1104 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1105
1106         * gst-libs/gst/rtp/gstbasedepayload.c:
1107         * gst-libs/gst/rtp/gstbasedepayload.h:
1108           Minor cleanups
1109
1110 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1111
1112         * gst/playback/.cvsignore:
1113         * gst/playback/decodetest.c:
1114         * gst/playback/test3.c:
1115           Port these two tests as well.
1116
1117 2005-10-27  Wim Taymans  <wim@fluendo.com>
1118
1119         * ext/theora/theoradec.c: (theora_dec_src_query),
1120         (theora_dec_sink_event):
1121         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1122         (theora_enc_change_state):
1123         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1124         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1125         Take proper locks when handling events.
1126
1127 2005-10-27  Wim Taymans  <wim@fluendo.com>
1128
1129         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1130         (gst_adder_change_state):
1131         Fix timestamps and fix deadlock when stopping the collectpads.
1132
1133 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1134
1135         * gst-libs/gst/rtp/gstrtpbuffer.h:
1136         Declaring the payload types as strings too so that they can be used
1137         in the padtemplate inialization.
1138
1139 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1140
1141         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1142
1143         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1144         (gst_base_rtp_depayload_class_init):
1145         Fixes a small but nasty bug. The derived elements no longer segfaults
1146         on finalization.
1147
1148 2005-10-26  Michael Smith <msmith@fluendo.com>
1149
1150         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1151           When clearing an audioconvert context, set tmpbufsize to zero, so
1152           we'll allocate it again later if required.
1153           This fixes audioconvert re-negotiating formats, which previously
1154           segfaulted with a NULL destination buffer.
1155
1156 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1157
1158         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1159         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1160         (gst_base_rtp_depayload_set_gst_timestamp),
1161         (gst_base_rtp_depayload_queue_release):
1162         Fixed a smalll memleak.
1163
1164 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1165         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1166         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1167         (gst_base_rtp_depayload_finalize),
1168         (gst_base_rtp_depayload_setcaps),
1169         (gst_base_rtp_depayload_add_to_queue),
1170         (gst_base_rtp_depayload_push),
1171         (gst_base_rtp_depayload_set_gst_timestamp),
1172         (gst_base_rtp_depayload_queue_release),
1173         (gst_base_rtp_depayload_thread),
1174         (gst_base_rtp_depayload_change_state):
1175         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1176         Changed the C++ comments to C comments
1177
1178 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1179
1180         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1181         * gst/tcp/gsttcpclientsrc.h:
1182         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1183         * gst/tcp/gsttcpserversrc.h:
1184           Remove unused 'curoffset' structure member.
1185
1186 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1187
1188         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1189         (gst_base_rtp_depayload_base_init),
1190         (gst_base_rtp_depayload_finalize):
1191         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1192         * gst-libs/gst/rtp/gstbasertppayload.h:
1193           The pad-template on the sinkpad should be set by the derived classes.
1194           Also added some useful macros.
1195
1196 2005-10-24  Wim Taymans  <wim@fluendo.com>
1197
1198         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1199         Correctly flush decoder samples even if we could not
1200         copy them to an output buffer. Fixes #319618.
1201
1202 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1203
1204         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1206         the caps against our xcontext caps.
1207
1208 2005-10-24  Wim Taymans  <wim@fluendo.com>
1209
1210         * gst-libs/gst/audio/gstbaseaudiosink.c:
1211         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1212         Remove g_print
1213         Use sync property from baseclass to disable sync.
1214
1215 2005-10-24  Wim Taymans  <wim@fluendo.com>
1216
1217         * gst-libs/gst/audio/gstbaseaudiosink.c:
1218         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1219         Buffers with no timestamps get aligned with previous buffers or
1220         on underrun, played ASAP.
1221
1222 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1223
1224         * gst-libs/gst/video/video.h:
1225         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1226         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1228         here comes my change on caps for framerate and geometry range.
1229         We are now accepting 1 to MAXINT for width and height, and from
1230         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1231         to be blended correctly in videomixer.
1232
1233 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1234
1235         * configure.ac:
1236           back to HEAD
1237
1238 === release 0.9.4 ===
1239
1240 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1241
1242         * NEWS:
1243         * RELEASE:
1244         * configure.ac:
1245           releasing 0.9.4, "Velociraptor"
1246
1247 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1248
1249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1250         * po/POTFILES.in:
1251           STOPPED -> FAILED
1252
1253 2005-10-21  Wim Taymans  <wim@fluendo.com>
1254
1255         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1256         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1257         (pad_blocked), (close_pad_link), (new_pad):
1258         Don't try to remove elements twice.
1259
1260 2005-10-21  Wim Taymans  <wim@fluendo.com>
1261
1262         * ext/theora/theoradec.c: (theora_dec_src_query),
1263         (theora_dec_sink_event):
1264         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1265         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1266         (vorbis_handle_data_packet):
1267         * ext/vorbis/vorbisdec.h:
1268         Fix old naming.
1269
1270         * gst-libs/gst/audio/gstbaseaudiosink.c:
1271         (gst_base_audio_sink_render):
1272         Don't try to sync on buffers without a timestamp.
1273
1274 2005-10-21  Wim Taymans  <wim@fluendo.com>
1275
1276         * ext/theora/theoradec.c: (theora_dec_src_query),
1277         (theora_dec_sink_event):
1278         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1279         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1280         (vorbis_handle_data_packet):
1281         * ext/vorbis/vorbisdec.h:
1282         Fix old naming.
1283
1284 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1285
1286         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1287         (gst_vorbisenc_src_query):
1288           Implement position and duration queries.
1289
1290         * gst/playback/test3.c: (update_scale), (main):
1291           Fix for async state changes and print nicer output.
1292
1293 2005-10-20  Wim Taymans  <wim@fluendo.com>
1294
1295         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1296         (dump_element_stats), (main):
1297         * gst/playback/test6.c: (main):
1298         Fix tests again
1299
1300 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1301
1302         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1303         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1304           Don't use functions for position queries when handling
1305           duration queries.
1306
1307 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1308
1309         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1310         (vorbis_handle_data_packet), (vorbis_dec_chain),
1311         (vorbis_dec_change_state):
1312         * ext/vorbis/vorbisdec.h:
1313           Vorbis streams can be embedded in other container formats
1314           than ogg, container formats where the demuxer might set 
1315           timestamps on encoded vorbis buffers instead of those silly 
1316           granulepos thingies. In short: make vorbisdec handle 
1317           timestamps on incoming buffers as well.
1318
1319 2005-10-20  Wim Taymans  <wim@fluendo.com>
1320
1321         * gst/playback/gstplaybasebin.c: (group_destroy),
1322         (gst_play_base_bin_change_state):
1323         Fix leak.
1324         Handle case where playbasebin is now ASYNC because
1325         decodebin is.
1326
1327 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1328
1329         * gst/audioconvert/Makefile.am:
1330         * gst/audioconvert/bufferframesconvert.c:
1331         * gst/audioconvert/plugin.c: (plugin_init):
1332         * gst/audioconvert/plugin.h:
1333           And bye bye buffer-frames-convert
1334
1335 2005-10-19  Wim Taymans  <wim@fluendo.com>
1336
1337         * check/elements/audioconvert.c:
1338         * docs/libs/tmpl/gstaudio.sgml:
1339         * docs/libs/tmpl/gstcolorbalance.sgml:
1340         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1341         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1342         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1343         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1344         * gst-libs/gst/audio/audio.h:
1345         * gst/audioconvert/audioconvert.h:
1346         * gst/audioconvert/gstaudioconvert.c:
1347         (gst_audio_convert_parse_caps):
1348         * gst/volume/gstvolume.c:
1349         Bye bye buffer-frames.
1350
1351 2005-10-19  Wim Taymans  <wim@fluendo.com>
1352
1353         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1354         (query_positions_elems), (query_positions_pads), (update_scale),
1355         (do_seek), (set_update_scale), (message_received), (main):
1356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1357         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1358         (gst_ogg_demux_loop):
1359         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1360         * ext/theora/theoradec.c: (theora_dec_src_query),
1361         (theora_dec_sink_event):
1362         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1363         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1364         * gst/adder/gstadder.c: (gst_adder_query):
1365         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1366         * gst/playback/test3.c: (update_scale):
1367         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1368         (dump_element_stats), (main):
1369         * gst/playback/test6.c: (main):
1370         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1371         Query API update.
1372
1373 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1374
1375         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1376         (xml_check_first_element), (xml_type_find), (smil_type_find),
1377         (plugin_init):
1378           Add typefinding for SMIL and for generic XML. Based on patch by
1379           Akos Maroy (#308663).
1380
1381 2005-10-18  Wim Taymans  <wim@fluendo.com>
1382
1383         * gst/playback/Makefile.am:
1384         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1385         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1386         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1387         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1388         (gst_decode_bin_change_state):
1389         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1390         (gst_play_bin_send_event_to_sink):
1391         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1392         (dump_element_stats), (main):
1393         * gst/playback/test6.c: (main):
1394         Make playbin async, it'll commit state to paused when all streams
1395         are detected.
1396         Remove ugly hack.
1397         Added test6.c to show async behaviour.
1398
1399 2005-10-18  Wim Taymans  <wim@fluendo.com>
1400
1401         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1402         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1403         Fix for segment-start/stop API change.
1404
1405 2005-10-18  Wim Taymans  <wim@fluendo.com>
1406
1407         * check/Makefile.am:
1408         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1409         (main):
1410         Add future test for clock selection.
1411
1412 2005-10-18  Wim Taymans  <wim@fluendo.com>
1413
1414         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1415         (gst_alsasink_close):
1416         Set handle to NULL.
1417
1418         * gst-libs/gst/audio/gstringbuffer.c:
1419         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1420         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1421         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1422         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1423         (gst_ring_buffer_read):
1424         More debug info.
1425
1426 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1427
1428         * gst/audiotestsrc/Makefile.am:
1429         * gst/sine/Makefile.am:
1430         * gst/volume/Makefile.am:
1431           fix broken build of controllerized plugins
1432
1433 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1434
1435         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1436
1437         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1438         (gst_riff_create_video_template_caps):
1439           Add support for Indeo-3 (IV32).
1440
1441 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1442
1443         * configure.ac:
1444           rewrite
1445
1446 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1447
1448         * gst-libs/gst/video/video.c: (gst_video_get_size):
1449         * gst/audiotestsrc/gstaudiotestsrc.c:
1450           doc updates
1451
1452 2005-10-17  Andy Wingo  <wingo@pobox.com>
1453
1454         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1455         with the collectpads change.
1456         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1457
1458         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1459
1460         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1461
1462         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1463         alloc_buffer flow return to callers.
1464         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1465         change. Fix some memleaks in theoraenc.
1466
1467         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1468         in strange circumstance.
1469
1470 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1471
1472         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1473         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1474         from caps, let's use the caps...
1475
1476 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1477
1478         * configure.ac:
1479           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1480
1481 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1482
1483         * gst-libs/gst/interfaces/Makefile.am:
1484           fix silly typo
1485
1486 2005-10-16  Andy Wingo  <wingo@pobox.com>
1487
1488         * gst/playback/gstdecodebin.c
1489         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1490         function!
1491         (try_to_link_1): Increase kraziness level.
1492
1493 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1494
1495         * configure.ac:
1496           restructure like the core one
1497         * gst-libs/gst/audio/Makefile.am:
1498         * gst-libs/gst/interfaces/Makefile.am:
1499         * gst-libs/gst/net/Makefile.am:
1500         * gst-libs/gst/riff/Makefile.am:
1501         * gst-libs/gst/rtp/Makefile.am:
1502         * gst-libs/gst/tag/Makefile.am:
1503         * gst-libs/gst/video/Makefile.am:
1504           use correct linker flags, now the libs are properly versioned
1505         * check/elements/audioconvert.c: (verify_convert):
1506         * ext/alsa/gstalsaplugin.c:
1507         * ext/cdparanoia/gstcdparanoia.c:
1508         * ext/gnomevfs/gstgnomevfs.c:
1509         * ext/libvisual/visual.c:
1510         * ext/ogg/gstogg.c:
1511         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1512         * ext/theora/theora.c:
1513         * ext/vorbis/vorbis.c:
1514         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1515         * gst-libs/gst/tag/gsttagediting.c:
1516         * gst-libs/gst/video/video.c:
1517         * gst/adder/gstadder.c:
1518         * gst/audioconvert/plugin.c:
1519         * gst/audiorate/gstaudiorate.c:
1520         * gst/audioresample/gstaudioresample.c:
1521         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1522         * gst/audioscale/gstaudioscale.c:
1523         * gst/audioscale/resample.c:
1524         * gst/audiotestsrc/gstaudiotestsrc.c:
1525         * gst/ffmpegcolorspace/gstffmpeg.c:
1526         * gst/playback/gstdecodebin.c: (close_pad_link):
1527         * gst/playback/gstplaybin.c: (gen_video_element),
1528         (gen_audio_element):
1529         * gst/sine/gstsinesrc.c:
1530         * gst/subparse/gstsubparse.c:
1531         * gst/tags/gsttagediting.c:
1532         * gst/tcp/gsttcpplugin.c:
1533         * gst/typefind/gsttypefindfunctions.c:
1534         * gst/videorate/gstvideorate.c:
1535         * gst/videoscale/gstvideoscale.c:
1536         * gst/videotestsrc/gstvideotestsrc.c:
1537         * gst/volume/gstvolume.c:
1538         * sys/v4l/gstv4l.c:
1539         * sys/ximage/ximage.c:
1540         * sys/xvimage/xvimagesink.c:
1541           fix up defines
1542
1543 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1544
1545         * ext/vorbis/vorbisenc.c:
1546         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1547         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1548         (gst_tag_to_vorbis_comments):
1549           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1550
1551 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1552
1553         * examples/stats/mp2ogg.c:
1554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1555           typo fixes
1556
1557 2005-10-13  Michael Smith <msmith@fluendo.com>
1558
1559         * ext/ogg/gstoggmux.c:
1560           Use magic glib macros to define constants as 64 bit, to ensure
1561           appropriate vararg passing.
1562
1563 2005-10-13  Michael Smith <msmith@fluendo.com>
1564
1565         * ext/ogg/gstoggmux.c:
1566         * gst/audioconvert/audioconvert.c: (float):
1567           Don't use LL suffix, as it's not portable, and neither of these
1568           uses required it anyway.
1569
1570 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1571
1572         * examples/indexing/indexmpeg.c: (main):
1573         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1574         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1575         (cdparanoia_convert), (cdparanoia_query):
1576         * ext/cdparanoia/gstcdparanoia.h:
1577         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1578         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1579         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1580         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1581         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1582         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1583         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1584         (gst_multifdsink_render), (gst_multifdsink_start),
1585         (gst_multifdsink_stop):
1586         * gst/tcp/gstmultifdsink.h:
1587         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1588         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1589         (gst_tcpclientsink_stop):
1590         * gst/tcp/gsttcpclientsink.h:
1591         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1592         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1593         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1594         * gst/tcp/gsttcpclientsrc.h:
1595         * gst/tcp/gsttcpserversink.h:
1596         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1597         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1598         (gst_tcpserversrc_stop):
1599         * gst/tcp/gsttcpserversrc.h:
1600         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1601         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1602         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1603           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1604           moved bitshift from macro to enum definition
1605
1606 2005-10-12  Wim Taymans  <wim@fluendo.com>
1607
1608         * examples/seeking/Makefile.am:
1609         Oops.
1610
1611 2005-10-12  Wim Taymans  <wim@fluendo.com>
1612
1613         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1614         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1615         Don't assert on normal stuff.
1616
1617         * gst/playback/gstplaybin.c: (do_playbin_seek):
1618         API fix.
1619
1620 2005-10-12  Wim Taymans  <wim@fluendo.com>
1621
1622         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1623         * examples/seeking/Makefile.am:
1624         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1625         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1626         (do_seek), (set_update_scale), (message_received), (main):
1627         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1628         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1629         Update for _get_state() API change.
1630
1631 2005-10-11  Wim Taymans  <wim@fluendo.com>
1632
1633         * gst-libs/gst/audio/gstbaseaudiosink.c:
1634         (gst_base_audio_sink_render):
1635         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1636         (gst_base_audio_src_create):
1637         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1638         (gst_ring_buffer_read):
1639         Cleanups.
1640         Commit and read from ringbuffer in samples rather than bytes.
1641
1642 2005-10-11  Wim Taymans  <wim@fluendo.com>
1643
1644         * gst-libs/gst/audio/gstbaseaudiosink.c:
1645         (gst_base_audio_sink_render):
1646         Respect segment rate and accum when scheduling samples.
1647
1648 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1649
1650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1651         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1652         EOS correctly, that needs more work.
1653
1654 2005-10-11  Wim Taymans  <wim@fluendo.com>
1655
1656         * check/generic/states.c: (GST_START_TEST):
1657         remove old property.
1658
1659         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1660         (gst_ogg_demux_perform_seek):
1661         * ext/theora/theoradec.c: (theora_dec_sink_event):
1662         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1663         (vorbis_handle_data_packet):
1664         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1665         (gst_base_rtp_depayload_set_gst_timestamp):
1666         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1667         Update for newsegment API change.
1668
1669 2005-10-11  Michael Smith <msmith@fluendo.com>
1670
1671         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1672         (do_playbin_seek), (gst_play_bin_send_event):
1673           Override send_event differently, so that we can takes bits of
1674           functionality from GstPipeline (special handling for seeks,
1675           including pausing/resuming, and resetting stream time) and still get
1676           the appropriate behaviour of only forwarding event to a single sink,
1677           rather than all of them.
1678           Unfortunately requires a lot of code duplication, but the
1679           alternatives are equally ugly in the end.
1680
1681 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1682
1683         * check/elements/audioconvert.c: (setup_audioconvert),
1684         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1685         (GST_START_TEST), (audioconvert_suite):
1686           clean up tests a little, fix some leaks.
1687
1688 2005-10-10  Wim Taymans  <wim@fluendo.com>
1689
1690         * ext/alsa/gstalsasink.c:
1691         Also allow unsigned int.
1692
1693         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1694         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1695         Small cleanup
1696
1697 2005-10-10  Wim Taymans  <wim@fluendo.com>
1698
1699         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1700         Small update, use API as stated in design docs.
1701
1702         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1703         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1704         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1705         (message_received), (main):
1706         Updated seek example for GOption. Some usability improvements.
1707
1708 2005-10-10  Wim Taymans  <wim@fluendo.com>
1709
1710         * gst/audioconvert/audioconvert.h:
1711         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1712         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1713         Alloc temp storage somewhere else where we can do it more
1714         portable.
1715
1716 2005-10-10  Wim Taymans  <wim@fluendo.com>
1717
1718         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1719         (gst_tcpserversrc_start):
1720         Don't block in accept while doing the state change, move
1721         to poll and make cancellable.
1722
1723 2005-10-09  Philippe Khalaf <burger@speedy.org>
1724
1725         * gst-libs/gst/rtp/rtpbasedepayload.c:
1726         Set timestamp and add queue delay to timestamp
1727         * gst-libs/gst/rtp/rtpbuffer.h:
1728         Set correct payload type for h263
1729
1730 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1731
1732         * gst/audiotestsrc/gstaudiotestsrc.c:
1733         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1734         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1735         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1736         (gst_audiotestsrc_create_triangle),
1737         (gst_audiotestsrc_create_silence),
1738         (gst_audiotestsrc_create_white_noise),
1739         (gst_audiotestsrc_init_pink_noise),
1740         (gst_audiotestsrc_generate_pink_noise_value),
1741         (gst_audiotestsrc_create_pink_noise),
1742         (gst_audiotestsrc_change_wave):
1743         * gst/audiotestsrc/gstaudiotestsrc.h:
1744           fixed typo, added pink noise
1745
1746 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1747
1748         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1749         (plugin_init):
1750           Add wavpack and spc typefind functions from 0.8 branch.
1751
1752 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1753
1754         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1755         (ar_type_find), (msdos_type_find), (plugin_init):
1756           Add typefind functions for tar archives, ar archives,
1757           RAR archives, and msdos-executables (dlls, exe, etc.).
1758           Some of those would be wrongly identified as mpeg
1759           streams of some sort before (#315550).
1760
1761 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1762
1763         * configure.ac:
1764         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1765         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1766         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1767         * gst/audiotestsrc/Makefile.am:
1768         * gst/audiotestsrc/gstaudiotestsrc.c:
1769         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1770         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1771         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1772         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1773         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1774         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1775         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1776         (gst_audiotestsrc_create_silence),
1777         (gst_audiotestsrc_create_white_noise),
1778         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1779         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1780         (gst_audiotestsrc_start), (plugin_init):
1781         * gst/audiotestsrc/gstaudiotestsrc.h:
1782           add new plugin and element
1783         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1784           use gobject_class
1785
1786 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1787
1788         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1789         (gst_adder_init), (gst_adder_request_new_pad),
1790         (gst_adder_change_state):
1791           Add query function to source pad, so adder reports the correct
1792           time/sample position when queried (#315457); fix state change
1793           function; use GST_DEBUG_FUNCPTR() for pad functions.
1794
1795 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1796
1797         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1798           Fix leaks in typefind registration
1799           Clean up the gratuitous commenting and whitespacing a little
1800
1801 2005-10-08  Wim Taymans  <wim@fluendo.com>
1802
1803         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1804         Only actually wait for the thread to be stopped if it's 
1805         running.
1806
1807 2005-10-08  Wim Taymans  <wim@fluendo.com>
1808
1809         * gst-libs/gst/audio/gstbaseaudiosink.c:
1810         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1811         If we receive EOS we can start playback of what we had.
1812
1813 2005-10-08  Wim Taymans  <wim@fluendo.com>
1814
1815         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1816         (gst_multifdsink_finalize), (multifdsink_hash_remove),
1817         (gst_multifdsink_stop):
1818         Fix crasher when going to NULL multiple times.
1819
1820 2005-10-06  Wim Taymans  <wim@fluendo.com>
1821
1822         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
1823         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1824         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1825         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
1826         patch from Edgard Lima <edgard.lima@indt.org.br>
1827         Fixed gstbaseaudiosrc adding ring buffer sync to it.
1828
1829 2005-10-06  Wim Taymans  <wim@fluendo.com>
1830
1831         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1832         Report the FLOW_RETURN as string in the error message.
1833
1834         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
1835         Don't assert when clearing an unnegotiated buffer.
1836
1837 2005-10-04  Michael Smith <msmith@fluendo.com>
1838
1839         * gst/playback/gstplaybasebin.c: (group_destroy),
1840         (gen_preroll_element), (remove_groups), (setup_source):
1841         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
1842         (setup_sinks), (gst_play_bin_send_event),
1843         (gst_play_bin_change_state):
1844           Set state to NULL before removing from bin. Fix refcounting.
1845
1846 2005-10-04  Michael Smith <msmith@fluendo.com>
1847
1848         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1849           Correct refcounting in send_event() function. Previously was wrong
1850           if the first sink was unable to handle the event.
1851
1852 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1853
1854         * configure.ac:
1855           back to development
1856
1857 === release 0.9.3 ===
1858
1859 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1860
1861         * configure.ac:
1862           Releasing 0.9.3, "De Facto"
1863
1864 2005-10-03  Andy Wingo  <wingo@pobox.com>
1865
1866         * gst/playback/gstdecodebin.c (try_to_link_1)
1867         (remove_element_chain): set element to NULL before removing it.
1868
1869 2005-10-02  Johan Dahlin  <johan@gnome.org>
1870
1871         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
1872         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
1873         MT safe.
1874
1875 2005-10-02  Andy Wingo  <wingo@pobox.com>
1876
1877         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
1878         (gst_ring_buffer_prepare_read): 
1879         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
1880         Demote to LOG.
1881
1882 2005-09-29  Wim Taymans  <wim@fluendo.com>
1883
1884         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1885         * ext/theora/theoradec.c: (theora_handle_data_packet):
1886         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1887         Propagate error codes from alloc_buffer too.
1888
1889 2005-09-29  Wim Taymans  <wim@fluendo.com>
1890
1891         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1892         We use fixed caps.
1893
1894         * gst/playback/Makefile.am:
1895         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1896         (dump_element_stats), (main):
1897         Added example stream introspection code.
1898
1899 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
1900
1901         * gst/adder/gstadder.c: (gst_adder_collected):
1902           fix adder for float elements
1903
1904 2005-09-28  Wim Taymans  <wim@fluendo.com>
1905
1906         * gst-libs/gst/audio/gstbaseaudiosink.c:
1907         (gst_base_audio_sink_class_init),
1908         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
1909         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1910         (gst_base_audio_src_class_init),
1911         (gst_base_audio_src_provide_clock):
1912         get_clock -> provide_clock
1913
1914 2005-09-28  Andy Wingo  <wingo@pobox.com>
1915
1916         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
1917         and unlocking.
1918
1919         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
1920         unlocking.
1921
1922         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
1923         Actually add the pad template.
1924         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
1925
1926         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
1927         I'm at it...
1928
1929         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
1930         from fdsrc. Get caps in create() instead of start() so it can be
1931         interrupted. Interruption somewhat untested.
1932
1933         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
1934         Proper EOS handling.
1935
1936 2005-09-27  Andy Wingo  <wingo@pobox.com>
1937
1938         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
1939
1940         * gst/tcp/gsttcpserversrc.c: Cleaned up.
1941
1942         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
1943
1944         * gst/tcp/gsttcp.h: 
1945         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
1946         out of tcpclientsrc.c. Cancellable.
1947         (gst_tcp_socket_read): Made private, cancellable, with better
1948         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
1949         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
1950         whole buffer, and better diagnostics.
1951         (gst_tcp_gdp_read_caps): Same.
1952
1953         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
1954
1955 2005-09-26  Andy Wingo  <wingo@pobox.com>
1956
1957         * gst/sine/gstsinesrc.h:
1958         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
1959         change the 'sync' property to 'is-live' and implement it halfway,
1960         update for controller api change.
1961
1962         * gst/volume/gstvolume.c (volume_transform_ip): Update for
1963         controller api change.
1964
1965 2005-09-24  Wim Taymans  <wim@fluendo.com>
1966
1967         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
1968         * gst-libs/gst/audio/gstaudiosink.c:
1969         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1970         (gst_audioringbuffer_stop):
1971         * gst-libs/gst/audio/gstbaseaudiosink.c:
1972         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1973         (gst_base_audio_sink_change_state):
1974         * gst-libs/gst/audio/gstbaseaudiosink.h:
1975         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
1976         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1977         (gst_ring_buffer_commit), (gst_ring_buffer_read):
1978         * gst-libs/gst/audio/gstringbuffer.h:
1979         Fix sync again. Moved sample alignment to basesink.
1980
1981 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1982
1983         * docs/plugins/Makefile.am:
1984         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1985         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1986         * gst/volume/gstvolume.c:
1987           add/fix docs
1988         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
1989         * gst-libs/gst/audio/audio.h:
1990           add conversion macros for frames <-> clocktime
1991
1992 2005-09-23  David Schleef  <ds@schleef.org>
1993
1994         * gst/audioresample/Makefile.am:
1995         * gst/audioresample/debug.h:
1996         * gst/audioresample/gstaudioresample.c:
1997         * gst/audioresample/resample.c: Convert to using gst debugging
1998
1999 2005-09-22  Wim Taymans  <wim@fluendo.com>
2000
2001         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2002         (gst_play_bin_send_event):
2003         Only seek on one sink, the first one that succeeds.
2004
2005 2005-09-22  Michael Smith <msmith@fluendo.com>
2006
2007         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2008         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2009         Don't flush encoder state unless we have an initialised encoder.
2010         Clear out encoder state on PAUSED_TO_READY.
2011
2012 2005-09-22  Wim Taymans  <wim@fluendo.com>
2013
2014         * gst-libs/gst/rtp/gstbasertppayload.c:
2015         (gst_basertppayload_class_init), (gst_basertppayload_init),
2016         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2017         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2018         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2019         (gst_basertppayload_set_property),
2020         (gst_basertppayload_get_property),
2021         (gst_basertppayload_change_state):
2022         * gst-libs/gst/rtp/gstbasertppayload.h:
2023         Added max-ptime to control amount of data in the rtp packets.
2024
2025 2005-09-21  Andy Wingo  <wingo@pobox.com>
2026
2027         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2028         thingies.
2029
2030         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2031         can be called multiple times, dogs.
2032
2033 2005-09-21  Wim Taymans  <wim@fluendo.com>
2034
2035         * gst-libs/gst/rtp/gstbasertppayload.c:
2036         (gst_basertppayload_class_init), (gst_basertppayload_init),
2037         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2038         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2039         (gst_basertppayload_push), (gst_basertppayload_get_property),
2040         (gst_basertppayload_change_state):
2041         Allow 0 ssrc too.
2042
2043 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2044
2045         * docs/libs/compiling.sgml:
2046           fixing typos
2047
2048 2005-09-20  Wim Taymans  <wim@fluendo.com>
2049
2050         * gst-libs/gst/rtp/gstbasertppayload.c:
2051         (gst_basertppayload_class_init), (gst_basertppayload_init),
2052         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2053         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2054         (gst_basertppayload_push), (gst_basertppayload_set_property),
2055         (gst_basertppayload_get_property),
2056         (gst_basertppayload_change_state):
2057         * gst-libs/gst/rtp/gstbasertppayload.h:
2058         Added property to configure sequence number offsets.
2059
2060 2005-09-20  Wim Taymans  <wim@fluendo.com>
2061
2062         * gst-libs/gst/rtp/gstbasertppayload.c:
2063         (gst_basertppayload_class_init), (gst_basertppayload_init),
2064         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2065         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2066         (gst_basertppayload_push), (gst_basertppayload_set_property),
2067         (gst_basertppayload_get_property),
2068         (gst_basertppayload_change_state):
2069         * gst-libs/gst/rtp/gstbasertppayload.h:
2070         Make timestamp offset configurable.
2071
2072 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2073
2074         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2075           fix wrong pop/unref
2076
2077 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2078
2079         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2080
2081         * gst-libs/gst/interfaces/propertyprobe.c:
2082         (gst_property_probe_probe_property_name),
2083         (gst_property_probe_needs_probe_name),
2084         (gst_property_probe_get_values_name),
2085         (gst_property_probe_probe_and_get_values_name):
2086           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2087           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2088
2089 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2090
2091         * check/Makefile.am:
2092           have some tests be disabled for valgrinding
2093         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2094         (GST_START_TEST):
2095         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2096           Fix A Leak.  Chain To Parent Finalize.
2097
2098 2005-09-19  Wim Taymans  <wim@fluendo.com>
2099
2100         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2101         Fixed wav pipeline.
2102
2103 2005-09-19  Wim Taymans  <wim@fluendo.com>
2104
2105         * gst-libs/gst/rtp/gstbasertppayload.c:
2106         (gst_basertppayload_class_init), (gst_basertppayload_init),
2107         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2108         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2109         (gst_basertppayload_push), (gst_basertppayload_get_property),
2110         (gst_basertppayload_change_state):
2111         Posting ERROR and WARNING messages is good.
2112
2113 2005-09-19  Wim Taymans  <wim@fluendo.com>
2114
2115         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2116         (gst_base_rtp_depayload_add_to_queue),
2117         (gst_base_rtp_depayload_push),
2118         (gst_base_rtp_depayload_set_gst_timestamp),
2119         (gst_base_rtp_depayload_queue_release):
2120         This one was not supposed to go in.
2121
2122 2005-09-19  Wim Taymans  <wim@fluendo.com>
2123
2124         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2125         Fix for bus API.
2126
2127         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2128         (gst_base_rtp_depayload_chain),
2129         (gst_base_rtp_depayload_add_to_queue),
2130         (gst_base_rtp_depayload_push),
2131         (gst_base_rtp_depayload_set_gst_timestamp),
2132         (gst_base_rtp_depayload_queue_release):
2133         Some cleanups.
2134
2135         * gst-libs/gst/rtp/gstbasertppayload.c:
2136         (gst_basertppayload_class_init), (gst_basertppayload_init),
2137         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2138         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2139         (gst_basertppayload_get_property),
2140         (gst_basertppayload_change_state):
2141         Added debugging category.
2142
2143 2005-09-18  David Schleef  <ds@schleef.org>
2144
2145         * gst/playback/gstdecodebin.c: free plugin list correctly
2146         * gst/playback/gstplaybin.c: emit warning if autovideosink
2147           and autoaudiosink can't be found (instead of segfaulting)
2148
2149 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2150
2151         * check/elements/audioconvert.c: (GST_START_TEST):
2152           try out 24 bit conversion
2153
2154 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2155
2156         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2157         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2158         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2159         * ext/vorbis/vorbisenc.h:
2160           Fix EOS handling.  Still needs a fix in the ogg muxer to
2161           mark the last page as eos.
2162
2163 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2164
2165         * common/gtk-doc-plugins.mak:
2166         * docs/plugins/Makefile.am:
2167         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2168         * gst/ffmpegcolorspace/Makefile.am:
2169         * gst/ffmpegcolorspace/avcodec.h:
2170         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2171         * gst/tcp/gstmultifdsink.c:
2172           fix up ffmpegcolorspace docs; extract header
2173
2174 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2175
2176         * common/gtk-doc-plugins.mak:
2177         * docs/plugins/Makefile.am:
2178         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2179         * ext/theora/Makefile.am:
2180         * ext/theora/gsttheoraenc.h:
2181         * ext/theora/theoraenc.c:
2182         * ext/vorbis/vorbisenc.c:
2183           pick up signals and args for vorbis; add some docs for vorbis
2184
2185 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2186
2187         * common/gstdoc-scangobj:
2188         * common/gtk-doc-plugins.mak:
2189         * docs/libs/Makefile.am:
2190         * docs/plugins/gst-plugins-base-plugins.args:
2191         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2192         * docs/plugins/gst-plugins-base-plugins.interfaces:
2193         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2194         * docs/plugins/gst-plugins-base-plugins.signals:
2195           only scanobj stuff from our source module.  Not sure yet
2196           if that's correct, given the hierarchy stuff :)
2197
2198 2005-09-15  Wim Taymans  <wim@fluendo.com>
2199
2200         * gst/audioconvert/gstaudioconvert.c:
2201         And enable 24 bits mode as well..
2202
2203 2005-09-15  Wim Taymans  <wim@fluendo.com>
2204
2205         * gst-libs/gst/rtp/Makefile.am:
2206         * gst-libs/gst/rtp/gstbasertppayload.c:
2207         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2208         (gst_basertppayload_class_init), (gst_basertppayload_init),
2209         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2210         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2211         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2212         (gst_basertppayload_set_property),
2213         (gst_basertppayload_get_property),
2214         (gst_basertppayload_change_state):
2215         * gst-libs/gst/rtp/gstbasertppayload.h:
2216         Added rtp payloader base class.
2217
2218 2005-09-15  Andy Wingo  <wingo@pobox.com>
2219
2220         * configure.ac (plugindir): Remove the EOL matcher from the
2221         regexp, as it causes me problems. Libtool? Make? Who knows?
2222
2223 2005-09-14  David Schleef  <ds@schleef.org>
2224
2225         * check/generic/states.c: 
2226         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2227         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2228           Fixes for changes in registry API.
2229
2230         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2231           to GST_PLUGIN_LDFLAGS.
2232         * ext/libvisual/visual.c: Make the library shut up.
2233         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2234         * gst-libs/gst/audio/gstaudiofilter.c: same
2235
2236 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2237
2238         * docs/plugins/Makefile.am:
2239         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2240         * docs/plugins/inspect/plugin-libvisual.xml:
2241         * docs/plugins/tmpl/element-tcpserversink.sgml:
2242         * ext/theora/theoraenc.c:
2243           add libvisual plugin and theoraenc element to docs
2244
2245 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2246
2247         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2248         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2249         * ext/theora/theoraenc.c:
2250           add theoraenc
2251
2252 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2253
2254         * gst/audioconvert/Makefile.am:
2255           Audioconvert derives from GstBaseTransform and should
2256           link to the library with our base elements to avoid
2257           unresolved symbols. Makes things work with MinGW (#316160)
2258
2259         * gst/playback/test4.c: (main):
2260           Fix MinGW build problem and use g_usleep() instead of 
2261           sleep() (#316162)
2262
2263 2005-09-12  Wim Taymans  <wim@fluendo.com>
2264
2265         * gst/audioconvert/audioconvert.c: (float),
2266         (audio_convert_prepare_context), (audio_convert_convert):
2267         * gst/audioconvert/audioconvert.h:
2268         Cleanups, speedups, simplifications, added back support
2269         for 24 bits.
2270
2271 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2272
2273         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2274         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2275         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2276         * docs/plugins/tmpl/element-tcpserversink.sgml:
2277         * gst/ffmpegcolorspace/gstffmpeg.c:
2278         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2279         * gst/videotestsrc/gstvideotestsrc.c:
2280         * gst/volume/gstvolume.c:
2281           add more elements to the docs
2282
2283 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2284
2285         * check/Makefile.am:
2286         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2287         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2288           Add extra tests for basetransform based components. 
2289           Comment out the test_element_negotiation test until we decide
2290           if it's testing correct behaviour.
2291         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2292         (gst_visual_chain), (gst_visual_change_state):
2293           Slightly more correct but still bogus timestamping.
2294           Fix state change function.
2295         * gst/audioconvert/gstaudioconvert.c:
2296         (gst_audio_convert_class_init):
2297         * gst/audioresample/gstaudioresample.c:
2298         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2299         (gst_ffmpegcsp_class_init):
2300         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2301         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2302         (gst_videoscale_prepare_image):
2303         * gst/volume/gstvolume.c: (gst_volume_class_init),
2304         (volume_transform_ip):
2305           Basetransform updates. Enable passthrough modes.
2306         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2307         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2308         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2309           Negotiation fix that allows the window to return to the original
2310           size and renegotiate passthrough upstream. Extra debug output.
2311
2312 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2313
2314         * gst/sine/gstsinesrc.c:
2315         * gst/volume/gstvolume.c:
2316           fix up header include
2317
2318 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2319
2320         * gst-libs/gst/audio/gstbaseaudiosink.c:
2321         (gst_base_audio_sink_render):
2322         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2323         * gst/volume/gstvolume.c: (gst_volume_class_init),
2324         (volume_transform):
2325           fixing lost sync, some more debugging
2326
2327 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2328
2329         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2330         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2331         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2332         (gst_xvimagesink_check_xshm_calls):
2333           Fix compilation when XShm is not available.
2334
2335 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2336
2337         * ext/libvisual/visual.c: (gst_visual_dispose),
2338         (gst_visual_getcaps), (gst_visual_src_setcaps),
2339         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2340         (gst_visual_change_state):
2341           Finish fixing up libvisual plugin so that it runs. 
2342
2343 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2344
2345         * ext/vorbis/vorbisenc.c:
2346         * gst-libs/gst/tag/gstvorbistag.c:
2347           gsttaginterface.h -> gsttagsetter.h
2348
2349 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2350
2351         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2352           added another test that failes for me (test is not active by default)
2353
2354 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2355
2356         * configure.ac:
2357           v4l2 is no longer in gst-plugins-base
2358
2359 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2360
2361         * configure.ac:
2362           In the output at the end, don't show the first plugin on the same
2363           line as "Core plug-ins, always built:".
2364           Indent the output as for other plugin categories
2365         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2366           #define that can be used to not use peer buffer_alloc functions for
2367           test purposes.
2368         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2369         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2370         (gst_ximagesink_show_frame):
2371         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2372         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2373         (gst_xvimagesink_show_frame):
2374           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2375           fails gracefully instead of XError aborting or deadlocking.
2376
2377 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2378
2379         * ext/libvisual/Makefile.am:
2380           link against gst-base-libs
2381
2382 2005-09-06  David Schleef  <ds@schleef.org>
2383
2384         * configure.ac: Enable libvisual plugin.
2385         * ext/libvisual/Makefile.am:
2386         * ext/libvisual/visual.c: Fixes to make it compile.
2387
2388 === release 0.9.2 ===
2389
2390 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2391
2392         * NEWS:
2393         * RELEASE:
2394         * configure.ac:
2395         * docs/random/ChangeLog-0.8:
2396           releasing 0.9.2, "Spoon"
2397
2398 2005-09-05  Michael Smith <msmith@fluendo.com>
2399
2400         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2401           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2402           that in the vorbisenc element.
2403
2404 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2405
2406         * common/gtk-doc-plugins.mak:
2407         * docs/plugins/Makefile.am:
2408           fix distcheck
2409         * gst/audioresample/resample.c:
2410           fix wrong docstring
2411
2412 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2413
2414         * common/gst-xmlinspect.py:
2415         * common/gtk-doc-plugins.mak:
2416           only inspect plugins for this given package
2417           require gst-python 0.9
2418
2419 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2420
2421         * Makefile.am:
2422         * autogen.sh:
2423         * common/gst-xmlinspect.py:
2424         * configure.ac:
2425         * docs/Makefile.am:
2426         * docs/plugins/inspect/plugin-alsa.xml:
2427         * docs/plugins/inspect/plugin-audioresample.xml:
2428         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2429         * docs/plugins/inspect/plugin-ogg.xml:
2430         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2431         * docs/plugins/tmpl/element-multifdsink.sgml:
2432         * docs/plugins/tmpl/element-tcpserversink.sgml:
2433         * docs/plugins/tmpl/element-vorbisenc.sgml:
2434         * gst-plugins-base.spec.in:
2435           various doc-related updates
2436
2437 2005-08-31  Wim Taymans  <wim@fluendo.com>
2438
2439         * gst-libs/gst/audio/gstbaseaudiosink.c:
2440         (gst_base_audio_sink_render):
2441         Resync if the buffer timestamps drift more than a 10th 
2442         of a second.
2443
2444 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2445
2446         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2447         (gst_v4lsrc_get_property):
2448           The 'timestamp-offset' property is registered as an int64, so
2449           let's use g_value_{set|get}_int64() in our setter and getter
2450           functions (makes it work and fixes warnings with gst-inspect).
2451
2452 2005-08-30  Wim Taymans  <wim@fluendo.com>
2453
2454         * check/elements/audioconvert.c: (setup_audioconvert):
2455         * check/elements/audioresample.c: (setup_audioresample):
2456         * check/elements/volume.c: (setup_volume):
2457         Fix checks.
2458
2459 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2460
2461         * common/gtk-doc-plugins.mak:
2462         * common/plugins.xsl:
2463         * docs/plugins/Makefile.am:
2464           make module a param
2465
2466 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2467
2468         * examples/seeking/seek.c: (make_mp3_pipeline),
2469         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2470         (play_cb), (pause_cb), (stop_cb):
2471           update the example
2472
2473 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2474
2475         * gst/volume/gstvolume.c: (gst_volume_class_init),
2476         (volume_transform):
2477           do not update controlled params, if buffer has no timestamp
2478
2479 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2480
2481         * configure.ac:
2482         * gst/sine/Makefile.am:
2483         * gst/volume/Makefile.am:
2484           controllerized elements also need to link against controller-libs ;)
2485
2486 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2487
2488         * docs/libs/tmpl/gstcolorbalance.sgml:
2489         * docs/libs/tmpl/gstgconf.sgml:
2490         * docs/libs/tmpl/gstmixer.sgml:
2491         * docs/libs/tmpl/gstringbuffer.sgml:
2492         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2493         (gst_sinesrc_create):
2494         * gst/volume/gstvolume.c: (gst_volume_class_init),
2495         (volume_transform):
2496           controllerized two audio plugins
2497
2498 2005-08-29  Andy Wingo  <wingo@pobox.com>
2499
2500         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2501         (vorbis_handle_data_packet): Fix some int overflow errors.
2502
2503         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2504         -1.
2505         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2506         valid.
2507         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2508         if it's valid. Fixed streaming-mode playback.
2509
2510         * check/elements/volume.c (cleanup_volume): Fix for running
2511         CK_FORK=no.
2512
2513         * check/elements/audioconvert.c: Convert from native endian, not
2514         little endian.
2515
2516 2005-08-29  Michael Smith <msmith@fluendo.com>
2517
2518         * ext/ogg/Makefile.am:
2519         * ext/ogg/gstogg.c: (plugin_init):
2520         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2521         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2522         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2523         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2524         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2525         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2526         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2527         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2528         Add an ogg parser element.
2529
2530 2005-08-28  Andy Wingo  <wingo@pobox.com>
2531
2532         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2533
2534 2005-08-26  Wim Taymans  <wim@fluendo.com>
2535
2536         * gst/audioconvert/audioconvert.c: (if), (float),
2537         (audio_convert_get_func_index), (check_default),
2538         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2539         (audio_convert_clean_context), (audio_convert_get_sizes),
2540         (audio_convert_convert):
2541         Cleanups.
2542
2543 2005-08-26  Wim Taymans  <wim@fluendo.com>
2544
2545         * gst/audioconvert/audioconvert.c: (if), (float),
2546         (audio_convert_get_func_index), (check_default),
2547         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2548         (audio_convert_clean_context), (audio_convert_get_sizes),
2549         (audio_convert_convert):
2550         More elegant and working temp buffer selection algo.
2551
2552 2005-08-26  Wim Taymans  <wim@fluendo.com>
2553
2554         * gst/audioconvert/audioconvert.c: (if), (float),
2555         (audio_convert_get_func_index), (check_default),
2556         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2557         (audio_convert_clean_context), (audio_convert_get_sizes),
2558         (get_temp_buffer), (audio_convert_convert):
2559         Use realloc else we lose our original data.
2560
2561 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2562
2563         * gst/audioresample/gstaudioresample.c:
2564           use base class' newsegment to properly timestamp
2565
2566 2005-08-26  Wim Taymans  <wim@fluendo.com>
2567
2568         * gst/audioconvert/audioconvert.c: (if), (float),
2569         (audio_convert_get_func_index), (check_default),
2570         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2571         (audio_convert_clean_context), (audio_convert_get_sizes),
2572         (get_temp_buffer), (audio_convert_convert):
2573         * gst/audioconvert/gstaudioconvert.c:
2574         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2575         (gst_audio_convert_transform_caps),
2576         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2577         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2578         Oops, allocate enough space to perform the channel mix.
2579
2580 2005-08-26  Wim Taymans  <wim@fluendo.com>
2581
2582         * gst/audioconvert/Makefile.am:
2583         * gst/audioconvert/audioconvert.c: (if), (float),
2584         (audio_convert_get_func_index), (check_default),
2585         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2586         (audio_convert_clean_context), (audio_convert_get_sizes),
2587         (get_temp_buffer), (audio_convert_convert):
2588         * gst/audioconvert/audioconvert.h:
2589         * gst/audioconvert/gstaudioconvert.c:
2590         (gst_audio_convert_class_init), (gst_audio_convert_init),
2591         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2592         (gst_audio_convert_get_unit_size),
2593         (gst_audio_convert_transform_caps),
2594         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2595         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2596         * gst/audioconvert/gstaudioconvert.h:
2597         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2598         (gst_channel_mix_fill_identical),
2599         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2600         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2601         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2602         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2603         (gst_channel_mix_mix):
2604         * gst/audioconvert/gstchannelmix.h:
2605         Cleanups, librarify a bit, optimize, better negotiation and more.
2606
2607 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2608
2609         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2610         Another from MikeS:
2611         During typefinding, don't support negative offsets
2612         (offsets from the end of the stream) in our typefind->peek() function
2613         - nothing embedded in ogg ever needs them. However, we need to recognise
2614         those requests and reject them, otherwise we return invalid pointers.
2615
2616 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2617
2618         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2619         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2620         (vorbisdec_finalize), (vorbis_handle_type_packet):
2621           Big shout-out to MikeS for fixing this giant memory leak.
2622           Huzzah!
2623
2624 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2625
2626         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2627         (audio_convert_get_unit_size):
2628           plug some leaks
2629
2630 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2631
2632         * check/Makefile.am:
2633         * check/elements/audioconvert.c: (setup_audioconvert),
2634         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2635         (GST_START_TEST), (audioconvert_suite), (main):
2636           add a test for audioconvert
2637         * gst/audioresample/gstaudioresample.c:
2638         * gst/audioresample/gstaudioresample.h:
2639           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2640           note that for buffers of 1/3 sec this means DURATION(c) is 
2641           one nanosecond more than for a and b
2642
2643 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2644
2645         * check/Makefile.am:
2646         * check/elements/audioresample.c: (setup_audioresample),
2647         (cleanup_audioresample), (fail_unless_perfect_stream),
2648         (test_perfect_stream_instance), (GST_START_TEST),
2649           add a check for audioresample
2650         (audioresample_suite), (main):
2651         * check/elements/volume.c: (GST_START_TEST):
2652           remove unused method
2653         * gst/audioresample/gstaudioresample.c:
2654           set correct buffer parameters since we're changing them
2655         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2656           add some debug
2657
2658 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2659
2660         * gst/audioresample/debug.c:
2661         * gst/audioresample/gstaudioresample.c:
2662           add room for extra overlap samples when asked to transform size
2663           protect against possible mem corruption and check for discrepancies
2664           between written size and outbuffer's size so we can warn for
2665           potential problems
2666         * gst/audioresample/resample.c: (resample_init),
2667         (resample_get_output_size_for_input), (resample_get_output_size),
2668         (resample_set_n_channels), (resample_set_format):
2669           set debug level based on RESAMPLE_DEBUG env var
2670           make sure that get_output_size* returns a whole number of
2671           sample_size
2672           set sample_size each time either channel or format is set
2673         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2674         * gst/audioresample/resample_functable.c:
2675         (resample_scale_functable):
2676         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2677           remove r->sample_size, it's done in resample.c now
2678           add some debugging to the ref implementation
2679           make sure we only give back bytes that are wholes of the sample
2680           size
2681
2682 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2683         * gst/playback/gstplaybasebin.c: (fill_buffer):
2684         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2685
2686 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2687
2688         * gst/volume/gstvolume.c:
2689           made set_caps function static
2690
2691 2005-08-24  Wim Taymans  <wim@fluendo.com>
2692
2693         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2694         (gst_vorbisenc_change_state):
2695         Stop leaking taglists.
2696
2697 2005-08-24  Wim Taymans  <wim@fluendo.com>
2698
2699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2700         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2701         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2702         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2703         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2704         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2705         Parse seeking events better.
2706         Unref static caps.
2707         Generate correct newsegment events, fixes seeking in live oggs.
2708
2709         * ext/theora/theoradec.c: (theora_dec_src_query),
2710         (theora_dec_src_event), (theora_dec_src_getcaps),
2711         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2712         Use newsegment values to report correct play time.
2713
2714         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2715         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2716         * ext/vorbis/vorbisdec.h:
2717         Parse and use newsegment values to report correct play time.
2718
2719         * gst-libs/gst/audio/gstbaseaudiosink.c:
2720         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2721         Clear ringbuffer on flush.
2722         Use newsegment values to calculate playback time.
2723
2724         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2726         Basesink does newsegment calculations for us now.
2727
2728 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2729
2730         * check/Makefile.am:
2731         * configure.ac:
2732           add core's plugins to the mix so that playbin works
2733         * check/generic/states.c: (GST_START_TEST):
2734           set a 0 timeout on pipelines, so they don't force the next
2735           state change
2736         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2737         (gst_play_base_bin_change_state):
2738           remove the crappy error handling and do GST error handling
2739
2740 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2741
2742         * check/Makefile.am:
2743         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2744           add same test as to core, it bitches out on playbin atm.
2745
2746 2005-08-24  Wim Taymans  <wim@fluendo.com>
2747
2748         * configure.ac:
2749         Remove audioscale.
2750
2751 2005-08-24  Wim Taymans  <wim@fluendo.com>
2752
2753         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2754         (gst_videoscale_prepare_size), (parse_caps),
2755         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2756         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2757         (gst_videoscale_transform):
2758         * gst/videoscale/gstvideoscale.h:
2759         Refactor, make use of BaseTranform really well.
2760
2761 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2762
2763         * configure.ac:
2764           compile audioresample
2765         * gst/audioresample/Makefile.am:
2766         * gst/audioresample/buffer.c:
2767         * gst/audioresample/functable.c:
2768         * gst/audioresample/gstaudioresample.c:
2769         * gst/audioresample/gstaudioresample.h:
2770         * gst/audioresample/resample.c:
2771         (resample_get_output_size_for_input):
2772         * gst/audioresample/resample.h:
2773         * gst/audioresample/resample_chunk.c:
2774         * gst/audioresample/resample_functable.c:
2775         * gst/audioresample/resample_ref.c:
2776           port to use basetransform; doesn't work in all cases yet
2777
2778 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2779
2780         * gst/audioconvert/gstaudioconvert.c:
2781         (gst_audio_convert_class_init), (gst_audio_convert_init),
2782         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2783         (audio_convert_fixate_caps), (audio_convert_set_caps),
2784         (audio_convert_transform),
2785         (gst_audio_convert_buffer_to_default_format),
2786         (gst_audio_convert_buffer_from_default_format),
2787         (gst_audio_convert_channels):
2788         * gst/audioconvert/gstchannelmix.c:
2789         * gst/audioconvert/gstchannelmix.h:
2790           port to basetransform
2791         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2792         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2793         (gst_ffmpegcsp_get_unit_size):
2794         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2795         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2796           fix for basetransform changes
2797
2798 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2799
2800         * check/Makefile.am:
2801           Add CHECK_CFLAGS and LDFLAGS
2802
2803         * gst/playback/gstplaybasebin.c: (fill_buffer):
2804           GST_MESSAGE_SRC became a GObject
2805
2806 2005-08-24  Wim Taymans  <wim@fluendo.com>
2807
2808         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
2809         (gst_ring_buffer_clear_all):
2810         * gst-libs/gst/audio/gstringbuffer.h:
2811         Added function to clear the ringbuffer.
2812
2813 2005-08-24  Andy Wingo  <wingo@pobox.com>
2814
2815         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
2816         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
2817         of _open and _close.
2818
2819         * sys/v4l/gstv4lxoverlay.h:
2820         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
2821         an Xv connection here, instead of all the time. Make Xv only be
2822         loaded if you axe for it. Kindof a workaround for buggy behaviour
2823         of Xv when using remote xservers (XvQueryExtension would block).
2824         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
2825         replace the _open and _close public API. Only start the xv
2826         connection if necessary.
2827         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
2828
2829 2005-08-23  David Schleef  <ds@schleef.org>
2830
2831         * gst/audioresample/Makefile.am: Leet audioresampling code
2832         * gst/audioresample/buffer.c:
2833         * gst/audioresample/buffer.h:
2834         * gst/audioresample/debug.c:
2835         * gst/audioresample/debug.h:
2836         * gst/audioresample/functable.c:
2837         * gst/audioresample/functable.h:
2838         * gst/audioresample/gstaudioresample.c:
2839         * gst/audioresample/gstaudioresample.h:
2840         * gst/audioresample/resample.c:
2841         * gst/audioresample/resample.h:
2842         * gst/audioresample/resample_chunk.c:
2843         * gst/audioresample/resample_functable.c:
2844         * gst/audioresample/resample_ref.c:
2845
2846 2005-08-23  Wim Taymans  <wim@fluendo.com>
2847
2848         * examples/seeking/seek.c: (make_vorbis_pipeline),
2849         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
2850         Small seek updates.
2851
2852 2005-08-23  Andy Wingo  <wingo@pobox.com>
2853
2854         * gst-libs/gst/audio/gstbaseaudiosrc.c
2855         (gst_base_audio_src_fixate): Only fixate endianness if it is
2856         present in the caps.
2857
2858 2005-08-22  Andy Wingo  <wingo@pobox.com>
2859
2860         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
2861         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
2862         device-name property.
2863
2864         * gst-libs/gst/audio/gstaudiosrc.h:
2865         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
2866         close_device in the ring buffer, like gstaudiosink.
2867
2868         * ext/alsa/gstalsamixer.h:
2869         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
2870         macro to implement the interface without much code. Cleanups. 
2871
2872         * ext/alsa/gstalsasrc.h:
2873         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
2874         READY.
2875
2876         * ext/alsa/Makefile.am: Add new files.
2877         * ext/alsa/gstalsamixerelement.c: 
2878         * ext/alsa/gstalsamixerelement.c: Split element code out from
2879         mixer code so that alsasrc can be a mixer too.
2880
2881 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2882
2883         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2884         (GST_START_TEST):
2885         * check/elements/vorbisdec.c: (setup_vorbisdec),
2886         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
2887         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2888         (vorbis_handle_identification_packet),
2889         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
2890         (vorbis_handle_header_packet), (vorbis_dec_push),
2891         (vorbis_dec_chain):
2892           use the setup/teardown methods to save code.  save code is good.
2893
2894 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2895
2896         * check/Makefile.am:
2897           add ext dir for plugins
2898           add vorbisdec test conditionally
2899         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2900         (GST_START_TEST), (volume_suite):
2901           add a test with wrong caps
2902         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
2903         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
2904           add a vorbisdec test
2905         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
2906         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
2907           clean up debug output
2908         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2909           yay, fix a segfault/security issue in vorbisdec
2910           gst-launch fakesrc ! vorbisdec wasn't happy
2911         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
2912         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
2913         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
2914         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2915         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
2916         (gst_vorbisenc_set_metadata), (get_constraints_string),
2917         (update_start_message), (gst_vorbisenc_setup),
2918         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
2919         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
2920         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
2921         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
2922         * ext/vorbis/vorbisenc.h:
2923           march in line
2924         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2925         (gst_ffmpegcsp_transform):
2926           have the kow come home
2927         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
2928           debug my func ptr
2929         * gst/volume/gstvolume.c: (volume_set_caps):
2930           add a debug
2931
2932 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2933
2934         * Makefile.am:
2935         * check/.cvsignore:
2936         * check/Makefile.am:
2937         * check/elements/.cvsignore:
2938         * check/elements/volume.c: (chain_func), (event_func),
2939         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
2940         (main):
2941         * configure.ac:
2942           add unit test structure for gst-plugins-base
2943           add a test for volume
2944         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
2945         (gst_volume_set_volume), (gst_volume_get_volume),
2946         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
2947         (volume_funcfind), (volume_process_float), (volume_process_int16),
2948         (volume_set_caps), (volume_transform), (volume_update_mute),
2949         (volume_update_volume), (volume_set_property),
2950         (volume_get_property):
2951           document a little; use basetransform vmethod _set_caps
2952
2953 2005-08-19  Andy Wingo  <wingo@pobox.com>
2954
2955         * ext/alsa/gstalsamixertrack.h:
2956         * ext/alsa/gstalsamixertrack.c:
2957         * ext/alsa/gstalsamixeroptions.h:
2958         * ext/alsa/gstalsamixeroptions.c:
2959         * ext/alsa/gstalsamixer.h:
2960         * ext/alsa/gstalsamixer.c: Port to 0.9.
2961
2962         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
2963         Remove gstalsa.c and alsaclock. No more cruft here.
2964         
2965 2005-08-18  Wim Taymans  <wim@fluendo.com>
2966
2967         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2968         (gst_base_rtp_depayload_chain),
2969         (gst_base_rtp_depayload_add_to_queue),
2970         (gst_base_rtp_depayload_push),
2971         (gst_base_rtp_depayload_queue_release):
2972         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2973         Fix for RTPBuffer changes.
2974
2975         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
2976         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
2977         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
2978         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
2979         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
2980         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
2981         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
2982         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
2983         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
2984         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
2985         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
2986         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
2987         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
2988         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
2989         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
2990         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
2991         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
2992         (gst_rtpbuffer_get_payload):
2993         * gst-libs/gst/rtp/gstrtpbuffer.h:
2994         Don't subclass GstBuffer but add methods and helper functions
2995         to construct and manipulate RTP packets in regular GstBuffers.
2996
2997 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
2998
2999         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3000           moved statement below switch
3001         * gst/volume/gstvolume.c: (gst_volume_class_init):
3002           added debug ptr
3003
3004 2005-08-16  Wim Taymans  <wim@fluendo.com>
3005
3006         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3007         (gst_base_audio_src_change_state):
3008         Open and close device in READY<->NULL state change.
3009
3010 2005-08-16  Andy Wingo  <wingo@pobox.com>
3011
3012         * examples/seeking/Makefile.am: Don't compile non-compiling
3013         compiled objects with the compiler.
3014
3015         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3016         elements.
3017
3018 2005-08-12  Philippe Khalaf <burger@speedy.org>
3019         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3020         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3021           Made a thread to release the queue.
3022           Removed timestamp conversion for now.
3023
3024 2005-08-10  Philippe Khalaf <burger@speedy.org>
3025         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3026         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3027           Added rtp timestamp -> gst timestamp conversion.
3028           Fixed several problems with queue.
3029
3030 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3031
3032         * gst-libs/gst/audio/gstaudioclock.h:
3033         * gst-libs/gst/audio/gstaudiofilter.h:
3034         * gst-libs/gst/audio/gstaudiosink.h:
3035         * gst-libs/gst/audio/gstaudiosrc.h:
3036         * gst-libs/gst/audio/gstbaseaudiosink.h:
3037         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3038         * gst-libs/gst/audio/gstringbuffer.h:
3039         * gst-libs/gst/net/gstnetbuffer.h:
3040         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3041         * gst-libs/gst/rtp/gstrtpbuffer.h:
3042           Add padding (you will need to rebuild gst-plugins-base,
3043           gst-plugins and all applications afterwards!)
3044
3045 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3046
3047         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3048         (gst_riff_parse_chunk):
3049           Fix bug in debug message and add some more debug messages.
3050
3051 2005-08-08  Edward Hervey  <edward@fluendo.com>
3052
3053         * gst-libs/gst/riff/riff-media.c:
3054         backported updates since branch
3055
3056 2005-08-08  Andy Wingo  <wingo@pobox.com>
3057
3058         * gst-libs/gst/audio/gstbaseaudiosink.c
3059         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3060         like good elements should. Close on READY->NULL too.
3061
3062         * gst-libs/gst/audio/gstaudiosink.c
3063         (gst_audioringbuffer_open_device,
3064         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3065         (gst_audioringbuffer_release): Updates for new ring buffer API,
3066         hook into the new audio sink api.
3067
3068         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3069         (GstAudioSinkClass.close): Just open and close the device -- no
3070         resource allocation or configuration.
3071         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3072         vmethods, handle device setup and resource allocation.
3073
3074         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3075         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3076         base class API.
3077
3078         * gst-libs/gst/audio/gstringbuffer.h
3079         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3080         New vmethods.
3081
3082         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3083         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3084         New API functions. The device should be opened before acquiring
3085         and closed after releasing.
3086
3087 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3088
3089         * gst-libs/gst/interfaces/mixer.h:
3090           Reset padding to GST_PADDING.
3091
3092 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3093
3094         * gst/playback/gstplaybin.c: (remove_sinks):
3095           Remove visualization from parent explicitely; works around some
3096           apparent refcount issue that I haven't tracked down yet.
3097
3098 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3099
3100         * ext/alsa/gstalsasink.c: (set_hwparams):
3101           Assign debug category, add negotiation debug msgs.
3102
3103 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3104
3105         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3106           Fix error code for file-not-found to NOT_FOUND.
3107
3108 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3109
3110         * common/gtk-doc-plugins.mak:
3111         * docs/plugins/Makefile.am:
3112         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3113         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3114           renamed to actual element names, so much nicer to look at
3115         * docs/plugins/tmpl/gstmultifdsink.sgml:
3116           remove
3117         * docs/plugins/tmpl/multifdsink.sgml:
3118         * docs/plugins/tmpl/tcpserversink.sgml:
3119           add
3120         * ext/alsa/gstalsa.c:
3121         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3122         * ext/ogg/gstoggmux.c:
3123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3124         * gst/playback/gstdecodebin.c:
3125         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3126         * gst/tcp/gsttcpserversink.c:
3127           various fixes and documentation additions
3128
3129 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3130
3131         * common/Makefile.am:
3132         * common/gstdoc-scangobj:
3133         * common/gtk-doc-plugins.mak:
3134         * common/gtk-doc.mak:
3135           add a custom scangobj that uses the registry
3136           add a custom gtk-doc-plugins.mak that uses it
3137           some doc build fixes
3138         * configure.ac:
3139         * docs/Makefile.am:
3140         * docs/plugins/Makefile.am:
3141         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3142         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3143         * docs/plugins/gst-plugins-base-plugins.types:
3144         * docs/plugins/tmpl/gstmultifdsink.sgml:
3145           add docs for one element, multifdsink
3146         * gst/adder/gstadder.h:
3147         * gst/volume/gstvolume.h:
3148           don't privatize enum
3149         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3150         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3151         (gst_sync_method_get_type), (gst_client_status_get_type),
3152         (gst_multifdsink_class_init),
3153         (gst_multifdsink_client_queue_buffer),
3154         (gst_multifdsink_handle_client_write):
3155         * gst/tcp/gstmultifdsink.h:
3156         * gst/tcp/gsttcp.h:
3157         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3158         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3159         (gst_tcpclientsink_render):
3160         * gst/tcp/gsttcpclientsink.h:
3161         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3162         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3163         (gst_tcpclientsrc_start):
3164         * gst/tcp/gsttcpclientsrc.h:
3165         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3166         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3167         * gst/tcp/gsttcpserversrc.h:
3168         * gst/typefind/gsttypefindfunctions.c:
3169           remove superfluous Type stuff
3170
3171 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3172
3173         * gst/playback/gstplaybin.c: (gen_video_element):
3174           Enable videoscale.
3175
3176 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3177
3178         * gst-libs/gst/gconf/gconf.c:
3179         * gst-libs/gst/gconf/gconf.h:
3180           Fix some Andy Problem [tm].
3181
3182 2005-08-04  Andy Wingo  <wingo@pobox.com>
3183
3184         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3185         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3186         (gst_ffmpegcsp_get_size): Adapt to API changes.
3187
3188         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3189         Implement an in-place do-nothing transform.
3190
3191 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3192
3193         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3194         (gst_ximagesink_renegotiate_size):
3195           Do not set new window sizes yet if we prepare a new buffer size
3196           for upstream renegotiation (software scaling) at some point in the
3197           future, because this new size waqs not actually accepted yet. Once
3198           accepted, renegotiation later on will set the new sizes just fine.
3199           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3200           embedding testcase.
3201
3202 2005-08-03  Andy Wingo  <wingo@pobox.com>
3203
3204         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3205         (gst_ximagesink_buffer_alloc): 
3206         Protect the height, width, and desired_caps with the pool_lock.
3207         Fixes videotestsrc ! queue ! ximagesink.
3208
3209 2005-08-02  Edward Hervey  <edward@fluendo.com>
3210
3211         * gst/volume/gstvolume.c:
3212         include left from controller cleanup
3213
3214 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3215         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3216           Stop collectpads before calling the parent state
3217           change function on PAUSED->READY.
3218
3219 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3220         * configure.ac:
3221           When testing for X libs, use the X CFlags 
3222         * gst/adder/gstadder.c: (gst_adder_change_state):
3223           Stop the collectpads before calling parent state change function
3224           on PAUSED->READY, otherwise we deadlock deactivating pads.
3225
3226 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3227
3228         * configure.ac:
3229         * docs/libs/tmpl/gstcolorbalance.sgml:
3230         * docs/libs/tmpl/gstmixer.sgml:
3231         * examples/Makefile.am:
3232         * gst/sine/Makefile.am:
3233         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3234         (gst_sinesrc_set_property), (plugin_init):
3235         * gst/sine/gstsinesrc.h:
3236         * gst/volume/Makefile.am:
3237         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3238         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3239         (volume_process_float), (volume_process_int16),
3240         (volume_set_property), (plugin_init):
3241         * gst/volume/gstvolume.h:
3242           deactivate and remove dparams (libgstcontrol)
3243
3244 2005-07-29  Wim Taymans  <wim@fluendo.com>
3245
3246         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3247         Convert me to BaseTransform!! help..
3248
3249 2005-07-29  Andy Wingo  <wingo@pobox.com>
3250
3251         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3252         sinks.
3253
3254         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3255         support of both endiannesses.
3256
3257 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3258
3259         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3260           Fix confusing debug message (s/event/query/)
3261
3262 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3263
3264         * gst/videotestsrc/videotestsrc.h:
3265           Use "_stdint.h" instead of <stdint.h>
3266
3267 2005-07-27  Wim Taymans  <wim@fluendo.com>
3268
3269         * ext/vorbis/Makefile.am:
3270         Revert wrong commit.
3271
3272 2005-07-27  Wim Taymans  <wim@fluendo.com>
3273
3274         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3275         More compilation fixen.
3276
3277 2005-07-27  Wim Taymans  <wim@fluendo.com>
3278
3279         * gst-libs/gst/audio/gstbaseaudiosink.c:
3280         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3281         (gst_base_audio_sink_create_ringbuffer),
3282         (gst_base_audio_sink_change_state):
3283         Fix compilation.
3284
3285 2005-07-27  Wim Taymans  <wim@fluendo.com>
3286
3287         * examples/seeking/seek.c: (setup_dynamic_link),
3288         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3289         (query_positions_elems), (query_positions_pads), (do_seek):
3290         Update seek example.
3291
3292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3293         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3294         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3295         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3296         (gst_ogg_demux_handle_event),
3297         (gst_ogg_demux_deactivate_current_chain),
3298         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3299         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3300         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3301         (gst_ogg_demux_loop):
3302         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3303         * ext/theora/theoradec.c: (theora_dec_src_event),
3304         (theora_dec_src_getcaps), (theora_dec_sink_event),
3305         (theora_dec_push), (theora_dec_chain):
3306         * ext/vorbis/Makefile.am:
3307         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3308         (vorbis_dec_sink_event), (vorbis_dec_push),
3309         (vorbis_handle_data_packet):
3310         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3311         (gst_vorbisenc_chain):
3312         * gst/playback/gststreaminfo.c: (cb_probe):
3313         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3314         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3315         * gst/videoscale/gstvideoscale.c:
3316         (gst_videoscale_handle_src_event):
3317         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3318         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3319         (gst_ximagesink_navigation_send_event):
3320         * sys/xvimage/xvimagesink.c:
3321         (gst_xvimagesink_navigation_send_event):
3322         Various event updates and cleanups
3323
3324 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3325
3326         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3327           Fix segfault for I420/YV12.
3328
3329 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3330
3331         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3332           Report bitrate.
3333
3334 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3335
3336         * gst/playback/gstplaybin.c: (gen_video_element),
3337         (gen_audio_element):
3338           Switch to auto*sink elements as default sinks; add volume element
3339           so that volume control in totem works.
3340
3341 2005-07-21  Wim Taymans  <wim@fluendo.com>
3342
3343         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3344         * gst/playback/gstplaybin.c: (setup_sinks),
3345         (gst_play_bin_change_state):
3346         Refcount fix and more comments.
3347
3348 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3349
3350         * sys/ximage/Makefile.am:
3351         * sys/ximage/ximage.c: (plugin_init):
3352         * sys/ximage/ximagesink.c:
3353         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3354         
3355
3356 2005-07-21  Wim Taymans  <wim@fluendo.com>
3357
3358         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3359         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3360         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3361         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3362         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3363         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3364         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3365         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3366         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3367         Generate correct disconts for live chained oggs.
3368
3369         * gst-libs/gst/audio/gstbaseaudiosink.c:
3370         (gst_base_audio_sink_render),
3371         (gst_base_audio_sink_create_ringbuffer),
3372         (gst_base_audio_sink_change_state):
3373         Handle discont math correctly.
3374
3375         * gst/playback/gstplaybin.c: (add_sink):
3376         Some small debug cleanup.
3377
3378 2005-07-21  Wim Taymans  <wim@fluendo.com>
3379
3380         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3381         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3382         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3383         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3384         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3385         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3386         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3387         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3388         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3389         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3390         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3391         (gst_ogg_demux_change_state), (gst_ogg_print):
3392         Reorganize code to send the right disconts when in streaming
3393         mode.
3394
3395 2005-07-20  Andy Wingo  <wingo@pobox.com>
3396
3397         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3398         fix (?), fixes a seggie mcfalterson (#310894).
3399
3400 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3401
3402         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3403         (gst_ogg_mux_set_header_on_caps):
3404         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3405         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3406         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3407         * gst-libs/gst/audio/multichannel.c:
3408         (gst_audio_set_channel_positions),
3409         (gst_audio_set_structure_channel_positions_list):
3410         * gst/playback/gstdecodebin.c: (dynamic_create):
3411         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3412         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3413           Fixes for API changes in core.
3414
3415 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3416
3417         * gst/playback/gstplaybasebin.c: (fill_buffer):
3418           Use _new_custom() so we can set custom message types for buffering
3419           messages.
3420
3421 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3422
3423         * configure.ac:
3424         * gst-libs/gst/Makefile.am:
3425         * gst-libs/gst/gconf/.cvsignore:
3426         * gst-libs/gst/gconf/Makefile.am:
3427         * gst-libs/gst/gconf/test-gconf.c:
3428         * pkgconfig/Makefile.am:
3429         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3430         * pkgconfig/gstreamer-gconf.pc.in:
3431           Remove gconf stuff, use gconf elements instead from now on.
3432
3433 2005-07-20  Wim Taymans  <wim@fluendo.com>
3434
3435         * gst-libs/gst/audio/TODO:
3436         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3437         (gst_audio_clock_get_internal_time):
3438         * gst-libs/gst/audio/gstaudioclock.h:
3439         * gst-libs/gst/audio/gstbaseaudiosink.c:
3440         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3441         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3442         (gst_base_audio_sink_render),
3443         (gst_base_audio_sink_create_ringbuffer),
3444         (gst_base_audio_sink_change_state):
3445         Make sure the audio clock always returns an increasing value.
3446
3447 2005-07-19  Andy Wingo  <wingo@pobox.com>
3448
3449         * gst/videotestsrc/: Cleanups.
3450
3451 2005-07-19  Wim Taymans  <wim@fluendo.com>
3452
3453         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3454         Better debugging.
3455
3456 2005-07-19  Wim Taymans  <wim@fluendo.com>
3457
3458         * examples/seeking/seek.c: (make_dv_pipeline),
3459         (make_vorbis_theora_pipeline), (query_rates),
3460         (query_positions_elems), (query_positions_pads), (do_seek):
3461         Make correct DV pipeline.
3462
3463 2005-07-18  Andy Wingo  <wingo@pobox.com>
3464
3465         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3466         default. Also because it's the only thing that really works. (This
3467         is used in the GConf elements).
3468         Use AS_LIBTOOL_TAGS.
3469
3470 2005-07-18  Wim Taymans  <wim@fluendo.com>
3471
3472         * gst/playback/gstdecodebin.c: (remove_element_chain):
3473         * gst/playback/gstplaybin.c: (add_sink):
3474         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3475         (gst_stream_info_set_mute):
3476         * gst/playback/gststreamselector.c:
3477         (gst_stream_selector_get_linked_pad),
3478         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3479         More leak and compile fixes.
3480
3481 2005-07-18  Wim Taymans  <wim@fluendo.com>
3482
3483         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3484         (query_rates), (query_positions_elems), (query_positions_pads),
3485         (do_seek), (seek_cb), (stop_seek):
3486         Updated seek example. 
3487
3488         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3489         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3490         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3491         * gst/playback/gstplaybin.c: (add_sink):
3492         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3493         (gst_stream_info_set_mute):
3494         Some refcount leak fixes.
3495
3496 2005-07-16  Wim Taymans  <wim@fluendo.com>
3497
3498         * gst-libs/gst/audio/gstbaseaudiosink.c:
3499         (gst_base_audio_sink_render):
3500         Align samples even if we have roundoff errors in the 
3501         timestamp conversion.
3502
3503 2005-07-16  Wim Taymans  <wim@fluendo.com>
3504
3505         * docs/libs/tmpl/gstringbuffer.sgml:
3506         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3507         (query_rates), (query_positions_elems), (query_positions_pads),
3508         (update_scale), (do_seek):
3509         Updated seek example.
3510
3511         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3512         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3513         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3514         (gst_ogg_demux_loop):
3515         Push out correct discont values.
3516
3517         * ext/theora/theoradec.c: (theora_dec_src_convert),
3518         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3519         (theora_dec_sink_event), (theora_handle_type_packet),
3520         (theora_handle_header_packet), (theora_dec_push),
3521         (theora_handle_data_packet), (theora_dec_chain),
3522         (theora_dec_change_state):
3523         Better timestamping.
3524
3525         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3526         (vorbis_dec_sink_event), (vorbis_dec_push),
3527         (vorbis_handle_data_packet), (vorbis_dec_chain):
3528         * ext/vorbis/vorbisdec.h:
3529         Better timestamping.
3530
3531         * gst-libs/gst/audio/gstbaseaudiosink.c:
3532         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3533         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3534         Handle syncing on timestamps instead of sample offsets. Make
3535         use of DISCONT values as described in design docs.
3536
3537         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3538         (gst_base_audio_src_get_time):
3539         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3540         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3541         (gst_ring_buffer_read):
3542         * gst-libs/gst/audio/gstringbuffer.h:
3543         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3544         (gst_ximagesink_show_frame):
3545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3546         Correcly convert buffer timestamp to stream time.
3547
3548 2005-07-16  Wim Taymans  <wim@fluendo.com>
3549
3550         * gst/audioconvert/gstaudioconvert.c:
3551         (gst_audio_convert_get_buffer):
3552         Timestamp buffers correctly.
3553
3554         * gst/playback/gstplaybin.c: (gen_video_element):
3555         Make internal fakesink silent.
3556
3557 2005-07-15  Wim Taymans  <wim@fluendo.com>
3558
3559         * gst/ffmpegcolorspace/Makefile.am:
3560         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3561         (gst_ffmpegcsp_caps_remove_format_info),
3562         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3563         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3564         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3565         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3566         Ported ffmpegcolorspace to basetransform.
3567
3568         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3569         * gst/volume/gstvolume.c: (volume_transform):
3570         Ported to new API.
3571
3572 2005-07-14  Wim Taymans  <wim@fluendo.com>
3573
3574         * gst/videotestsrc/Makefile.am:
3575         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3576         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3577         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3578         (gst_videotestsrc_init), (gst_videotestsrc_event),
3579         (gst_videotestsrc_create), (gst_videotestsrc_start),
3580         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3581         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3582         (gst_videotestsrc_get_property):
3583         * gst/videotestsrc/gstvideotestsrc.h:
3584         Make videotestsrc a pushsrc.
3585
3586 2005-07-14  Wim Taymans  <wim@fluendo.com>
3587
3588         * gst/tcp/gstfdset.c: (gst_fdset_free):
3589         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3590         (gst_multifdsink_add), (gst_multifdsink_remove),
3591         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3592         (gst_multifdsink_remove_client_link),
3593         (gst_multifdsink_client_queue_data),
3594         (gst_multifdsink_client_queue_caps),
3595         (gst_multifdsink_client_queue_buffer),
3596         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3597         (gst_multifdsink_stop):
3598         * gst/tcp/gstmultifdsink.h:
3599         0.8 backporting.
3600
3601         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3602         Also draw image when not from a pool.
3603
3604 2005-07-14  Wim Taymans  <wim@fluendo.com>
3605
3606         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3607         (mute_stream), (silence_stream):
3608         Small debug additions.
3609
3610 2005-07-14  Wim Taymans  <wim@fluendo.com>
3611
3612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3613         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3614         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3615         Better error recovery, ignore unconnected pads and
3616         non-fatal errors.
3617
3618 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3619
3620         * docs/libs/tmpl/gstaudio.sgml:
3621         * docs/libs/tmpl/gstcolorbalance.sgml:
3622         * docs/libs/tmpl/gstgconf.sgml:
3623         * docs/libs/tmpl/gstmixer.sgml:
3624         * docs/libs/tmpl/gstringbuffer.sgml:
3625         * docs/libs/tmpl/gsttuner.sgml:
3626         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3627         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3628         (gst_tcpclientsrc_class_init):
3629         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3630         (gst_tcpserversrc_class_init):
3631         * sys/v4l/gstv4lelement.c:
3632           more autistic cleanliness in functions/names/defines
3633
3634 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3635
3636         * configure.ac:
3637           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3638           added manually to each Makefile.am so we are sure it goes
3639           *last* and doesn't add -L flags before linking in libs of our
3640           own, like, say, internal .la libs, that then accidentally pick
3641           up the installed copy.
3642         * docs/libs/Makefile.am:
3643         * ext/alsa/Makefile.am:
3644         * ext/cdparanoia/Makefile.am:
3645         * ext/gnomevfs/Makefile.am:
3646         * ext/libvisual/Makefile.am:
3647         * ext/ogg/Makefile.am:
3648         * ext/theora/Makefile.am:
3649         * ext/vorbis/Makefile.am:
3650         * gst-libs/gst/video/Makefile.am:
3651         * gst/adder/Makefile.am:
3652         * gst/audioconvert/Makefile.am:
3653         * gst/audiorate/Makefile.am:
3654         * gst/audioscale/Makefile.am:
3655         * gst/ffmpegcolorspace/Makefile.am:
3656         * gst/playback/Makefile.am:
3657         * gst/sine/Makefile.am:
3658         * gst/subparse/Makefile.am:
3659         * gst/tags/Makefile.am:
3660         * gst/tcp/Makefile.am:
3661         * gst/typefind/Makefile.am:
3662         * gst/videorate/Makefile.am:
3663         * gst/videoscale/Makefile.am:
3664         * gst/videotestsrc/Makefile.am:
3665         * gst/volume/Makefile.am:
3666         * sys/v4l/Makefile.am:
3667         * sys/ximage/Makefile.am:
3668         * sys/xvimage/Makefile.am:
3669           adapt properly to this change. This should make sure that
3670           plugins and libs properly link to the as-yet-uninstalled
3671           copies of stuff like libgstinterfaces and libgstvideo
3672
3673 2005-07-13  Andy Wingo  <wingo@pobox.com>
3674
3675         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3676         (gst_v4lsrc_fixate): Fixate on format as well.
3677
3678         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3679         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3680         buffer points to it.
3681         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3682         rather just doing X calls ourselves. Also fixes a memleak.
3683
3684 2005-07-12  Andy Wingo  <wingo@pobox.com>
3685
3686         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3687         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3688         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3689         TRUE to avoid deadlocks if an element holds on to our buffers.
3690
3691 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3692
3693         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3694         (gst_sinesrc_init), (gst_sinesrc_create),
3695         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3696         (gst_sinesrc_start):
3697         * gst/sine/gstsinesrc.h:
3698           removing num-buffers property before moving it
3699
3700 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3701
3702         * configure.ac:
3703           use overridable ERROR_CFLAGS
3704         * docs/libs/gst-plugins-base-libs.types:
3705         * docs/libs/tmpl/gstringbuffer.sgml:
3706         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3707         (gst_alsasink_class_init):
3708         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3709         (gst_alsasrc_class_init):
3710         * gst-libs/gst/audio/audio.h:
3711         * gst-libs/gst/audio/gstaudioclock.h:
3712         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3713         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3714         (gst_audio_filter_link), (gst_audio_filter_init),
3715         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3716         (gst_audio_filter_get_property),
3717         (gst_audio_filter_class_add_pad_templates):
3718         * gst-libs/gst/audio/gstaudiofilter.h:
3719         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3720         (gst_audio_filter_template_get_type),
3721         (gst_audio_filter_template_base_init),
3722         (gst_audio_filter_template_class_init),
3723         (gst_audio_filter_template_init),
3724         (gst_audio_filter_template_set_property),
3725         (gst_audio_filter_template_get_property), (plugin_init),
3726         (gst_audio_filter_template_setup),
3727         (gst_audio_filter_template_filter),
3728         (gst_audio_filter_template_filter_inplace):
3729         * gst-libs/gst/audio/gstaudiosink.c:
3730         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3731         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3732         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3733         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3734         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3735         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3736         * gst-libs/gst/audio/gstaudiosink.h:
3737         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3738         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3739         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3740         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3741         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3742         (gst_audio_src_class_init), (gst_audio_src_init),
3743         (gst_audio_src_create_ringbuffer):
3744         * gst-libs/gst/audio/gstaudiosrc.h:
3745         * gst-libs/gst/audio/gstbaseaudiosink.c:
3746         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3747         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3748         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3749         (gst_base_audio_sink_set_property),
3750         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3751         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3752         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3753         (gst_base_audio_sink_create_ringbuffer),
3754         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3755         * gst-libs/gst/audio/gstbaseaudiosink.h:
3756         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3757         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3758         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3759         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3760         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3761         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3762         (gst_base_audio_src_event), (gst_base_audio_src_create),
3763         (gst_base_audio_src_create_ringbuffer),
3764         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3765         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3766         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3767         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3768         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3769         (gst_ring_buffer_debug_spec_caps),
3770         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3771         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3772         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3773         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3774         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3775         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3776         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3777         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3778         (gst_ring_buffer_clear):
3779         * gst-libs/gst/audio/gstringbuffer.h:
3780         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3781         (gst_video_sink_class_init), (gst_video_sink_get_type):
3782         * gst-libs/gst/video/videosink.h:
3783         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3784         (gst_multifdsink_class_init),
3785         (gst_multifdsink_handle_client_write),
3786         (gst_multifdsink_change_state):
3787         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3788         (gst_tcpclientsink_setcaps):
3789         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3790         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3791         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3792         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3793         (gst_ximagesink_send_pending_navigation),
3794         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3795         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3797         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3798         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3799         (gst_xvimagesink_send_pending_navigation),
3800         (gst_xvimagesink_navigation_send_event),
3801         (gst_xvimagesink_set_xwindow_id),
3802         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3803         (gst_xvimagesink_get_type):
3804         more macro splitting
3805
3806 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3807
3808         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3809           plug a memleak, allows me to import 1479 albums in one go
3810           in jamboree
3811         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3812         (vorbis_handle_type_packet), (vorbis_dec_chain),
3813         (vorbis_dec_change_state):
3814           fix some format strings
3815
3816 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3817
3818         * docs/libs/tmpl/gstcolorbalance.sgml:
3819         * docs/libs/tmpl/gstmixer.sgml:
3820         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3821         (gst_alsasink_set_property), (gst_alsasink_get_property):
3822         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
3823         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
3824           add device property
3825
3826 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3827
3828         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3829         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3830         (audiocast_register_listener), (audiocast_thread_run),
3831         (gst_gnomevfssrc_send_additional_headers_callback),
3832         (gst_gnomevfssrc_received_headers_callback),
3833         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
3834         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
3835         (gst_gnomevfssrc_get_size):
3836           add/clean up debugging
3837         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3838           cleanups
3839
3840 2005-07-07  Andy Wingo  <wingo@pobox.com>
3841
3842         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
3843         framerate. Need to get a handle on when exactly this function is
3844         called, tho.
3845
3846         * sys/v4l/v4lsrc_calls.h:
3847         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
3848         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
3849         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
3850
3851         * sys/v4l/v4l_calls.h: Cast to V4lElement.
3852         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
3853         v4lelements are sources.
3854
3855         * sys/v4l/gstv4lxoverlay.h:
3856         * sys/v4l/gstv4lxoverlay.c:
3857         * sys/v4l/gstv4ltuner.h:
3858         * sys/v4l/gstv4ltuner.c: Header loc fixen.
3859         
3860         * sys/v4l/gstv4lsrc.h:
3861         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
3862         PushSrc/BaseSrc. Removed most sync-related properties, videorate
3863         or something should handle that. Made a live source.
3864
3865         * sys/v4l/gstv4lelement.h:
3866         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
3867         signals. Some cleanups.
3868
3869         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
3870
3871         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
3872         stuff.
3873
3874         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
3875         stuff.
3876
3877         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
3878
3879 2005-07-07  Wim Taymans  <wim@fluendo.com>
3880
3881         * ext/theora/theoradec.c: (theora_get_query_types),
3882         (theora_dec_src_getcaps), (theora_dec_push):
3883         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
3884         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
3885         Remove deprecated/unused query types.
3886
3887 2005-07-06  Wim Taymans  <wim@fluendo.com>
3888
3889         * ext/alsa/Makefile.am:
3890         * ext/alsa/gstalsaplugin.c: (plugin_init):
3891         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3892         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3893         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
3894         (gst_alsasrc_class_init), (gst_alsasrc_init),
3895         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
3896         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
3897         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
3898         (gst_alsasrc_reset):
3899         * ext/alsa/gstalsasrc.h:
3900         * gst-libs/gst/audio/Makefile.am:
3901         * gst-libs/gst/audio/gstaudiosink.c:
3902         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3903         (gst_audioringbuffer_start):
3904         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3905         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3906         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
3907         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3908         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3909         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3910         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
3911         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
3912         * gst-libs/gst/audio/gstaudiosrc.h:
3913         * gst-libs/gst/audio/gstbaseaudiosink.c:
3914         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3915         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
3916         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
3917         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3918         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
3919         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
3920         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
3921         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
3922         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
3923         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
3924         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
3925         (gst_baseaudiosrc_change_state):
3926         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3927         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
3928         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
3929         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
3930         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3931         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
3932         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
3933         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
3934         * gst-libs/gst/audio/gstringbuffer.h:
3935         Added audiosource base classes.
3936         Ported alsasrc, still very basic.
3937
3938 2005-07-06  Wim Taymans  <wim@fluendo.com>
3939
3940         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
3941         (theora_dec_push), (theora_handle_data_packet):
3942         Prepare for better timestamp fix later.
3943
3944         * gst/audioconvert/gstaudioconvert.c:
3945         List most accurate caps first
3946
3947         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
3948         Use proper pad task function.
3949
3950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3951         (gst_xvimagesink_show_frame):
3952         Fix deadlock when alloc failed.
3953
3954 2005-07-05  Andy Wingo  <wingo@pobox.com>
3955
3956         * ext/gnomevfs/gstgnomevfssrc.c:
3957         * gst/sine/gstsinesrc.c:
3958         * gst/tcp/gsttcpserversrc.c:
3959         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
3960
3961         * sys/v4l/: Port from 0.8.
3962
3963         * Many files: Null if we got it....
3964
3965 2005-07-05  Andy Wingo  <wingo@pobox.com>
3966
3967         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
3968         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
3969         Signedness fixes.
3970
3971 2005-07-05  Wim Taymans  <wim@fluendo.com>
3972
3973         * configure.ac:
3974         * gst/tcp/Makefile.am:
3975         * gst/tcp/README:
3976         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3977         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
3978         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
3979         (is_sync_frame), (gst_multifdsink_handle_client_write),
3980         (gst_multifdsink_render), (gst_multifdsink_start),
3981         (gst_multifdsink_stop), (gst_multifdsink_change_state):
3982         * gst/tcp/gstmultifdsink.h:
3983         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
3984         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
3985         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
3986         * gst/tcp/gsttcp.h:
3987         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3988         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3989         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
3990         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
3991         * gst/tcp/gsttcpclientsink.h:
3992         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3993         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
3994         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
3995         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
3996         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
3997         * gst/tcp/gsttcpclientsrc.h:
3998         * gst/tcp/gsttcpplugin.c: (plugin_init):
3999         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4000         * gst/tcp/gsttcpserversink.h:
4001         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4002         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4003         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4004         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4005         (gst_tcpserversrc_stop):
4006         * gst/tcp/gsttcpserversrc.h:
4007         * gst/tcp/gsttcpsink.c:
4008         * gst/tcp/gsttcpsink.h:
4009         * gst/tcp/gsttcpsrc.c:
4010         * gst/tcp/gsttcpsrc.h:
4011         Ported tcp plugins to 0.9. 
4012         
4013
4014 2005-07-05  Andy Wingo  <wingo@pobox.com>
4015
4016         * gst/playback/gstplaybasebin.c (fill_buffer):
4017         message_new_application fixen.
4018
4019         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4020         Style fix.
4021
4022 2005-07-04  Wim Taymans  <wim@fluendo.com>
4023
4024         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4025         Set caps on output buffer.
4026
4027 2005-07-04  Andy Wingo  <wingo@pobox.com>
4028
4029         * ext/gnomevfs/gstgnomevfssrc.c
4030         (gst_gnomevfssrc_received_headers_callback) 
4031         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4032         hopefully.
4033
4034         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4035         No refcount leakage.
4036
4037         * configure.ac: Enable -Werror.
4038         
4039         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4040         * gst/audioconvert/bufferframesconvert.c
4041         (buffer_frames_convert_fixate):
4042         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4043         (gst_audio_convert_fixate):
4044         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4045         (gst_sinesrc_create): Fixate func changes.
4046         
4047         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4048         (gst_ximagesink_buffer_alloc): Unused var.
4049
4050 2005-07-01  Andy Wingo  <wingo@pobox.com>
4051
4052         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4053         getcaps to do explicit caps. Needs to be done in all decoders,
4054         possibly via a base class.
4055
4056         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4057
4058         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4059         caps on the sink pad, just rely on the pad template. Also, setting
4060         ANY caps on a pad is not valid because the caps are not fixed.
4061
4062         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4063         caps on the buffer, and get the width from the desired_caps if
4064         they're set.
4065         (gst_ximagesink_renegotiate_size): Implement via setting the
4066         desired_caps on the ximagesink.
4067         (gst_ximagesink_setcaps): Only reset the width of the player if it
4068         wasn't already set. Not sure if this is right.
4069         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4070
4071         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4072         that the user wants. NULL unless the window has been resized.
4073
4074         * gst/volume/gstvolume.c (volume_transform): Adapt to
4075         basetransform refcount changes.
4076         
4077 2005-07-01  Andy Wingo  <wingo@pobox.com>
4078
4079         * gst/videoscale/gstvideoscale.c:
4080         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4081         from BaseTransform, implements a transform_caps. Removed dead code
4082         including some PAR stuff that was never reached -- should probably
4083         be added back somehow.
4084
4085 2005-07-01  Andy Wingo  <wingo@pobox.com>
4086
4087         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4088         come later.
4089
4090 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4091
4092         * configure.ac:
4093         * docs/libs/Makefile.am:
4094         * docs/libs/gst-plugins-libs.types:
4095         * ext/alsa/Makefile.am:
4096         * ext/alsa/gstalsamixer.h:
4097         * ext/alsa/gstalsamixeroptions.h:
4098         * ext/alsa/gstalsamixertrack.h:
4099         * gst-libs/gst/Makefile.am:
4100         * gst-libs/gst/colorbalance/.cvsignore:
4101         * gst-libs/gst/colorbalance/Makefile.am:
4102         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4103         * gst-libs/gst/colorbalance/colorbalance.c:
4104         * gst-libs/gst/colorbalance/colorbalance.h:
4105         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4106         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4107         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4108         * gst-libs/gst/interfaces/Makefile.am:
4109         * gst-libs/gst/interfaces/colorbalance.c:
4110         (gst_color_balance_class_init):
4111         * gst-libs/gst/interfaces/colorbalance.h:
4112         * gst-libs/gst/interfaces/interfaces-marshal.list:
4113         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4114         * gst-libs/gst/interfaces/mixer.h:
4115         * gst-libs/gst/interfaces/mixeroptions.h:
4116         * gst-libs/gst/interfaces/navigation.c:
4117         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4118         * gst-libs/gst/interfaces/tuner.h:
4119         * gst/volume/Makefile.am:
4120         * gst/volume/gstvolume.c:
4121         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4122         * sys/ximage/Makefile.am:
4123         * sys/ximage/ximagesink.c:
4124         * sys/xvimage/Makefile.am:
4125         * sys/xvimage/xvimagesink.c:
4126           fold in all interfaces into an interfaces dir, preserving CVS
4127           history
4128
4129 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4130
4131         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4132           Fix build after riff changes.
4133
4134 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4135
4136         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4137         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4138         (gst_riff_create_video_template_caps),
4139         (gst_riff_create_audio_template_caps),
4140         (gst_riff_create_iavs_template_caps):
4141         * gst-libs/gst/riff/riff-media.h:
4142         * gst-libs/gst/riff/riff-read.h:
4143         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4144           Add gst_riff_init() to initialize the debug category, instead
4145           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4146
4147 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4148
4149         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4150           Oops, I shouldn't apply hacks.
4151
4152 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4153
4154         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4155           Remove pad_loop function which doesn't work.
4156
4157 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4158
4159         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4160           Send EOS when deactivating.
4161         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4162         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4163         (gen_preroll_element), (probe_triggered), (mute_stream),
4164         (silence_stream), (new_decoded_pad), (setup_substreams),
4165         (set_active_source):
4166         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4167         (remove_sinks), (add_sink):
4168         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4169           Change for new probe API.
4170
4171 2005-06-29  Wim Taymans  <wim@fluendo.com>
4172
4173         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4174         * gst-libs/gst/audio/gstbaseaudiosink.c:
4175         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4176         (gst_baseaudiosink_change_state):
4177         * gst-libs/gst/audio/gstbaseaudiosink.h:
4178         * gst-libs/gst/audio/gstringbuffer.c:
4179         (gst_ringbuffer_set_callback):
4180         Fix compilation error.
4181         Ringbuffer starts out as not running.
4182         Free our clock in dispose.
4183         When releasing the ringbuffer we need to renegotiate so
4184         clear the pad caps.
4185
4186 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4187
4188         * autogen.sh:
4189         * configure.ac:
4190         * docs/Makefile.am:
4191         * docs/libs/Makefile.am:
4192         * docs/libs/gst-plugins-libs-docs.sgml:
4193         * docs/libs/gst-plugins-libs-sections.txt:
4194         * docs/libs/gst-plugins-libs.types:
4195         * docs/libs/tmpl/gstaudio.sgml:
4196         * docs/libs/tmpl/gstcolorbalance.sgml:
4197         * docs/libs/tmpl/gstringbuffer.sgml:
4198         * gst-libs/gst/audio/gstringbuffer.c:
4199         (gst_ringbuffer_set_callback):
4200           reinstate gtk-doc docs for plugin libs
4201
4202 2005-06-28  Wim Taymans  <wim@fluendo.com>
4203
4204         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4205         (gst_ogg_demux_init):
4206         Removed pad loop function.
4207
4208 2005-06-28  Wim Taymans  <wim@fluendo.com>
4209
4210         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4211         If we're building a chain we are not in an error case
4212         when we queue a buffer.
4213
4214 2005-06-28  Andy Wingo  <wingo@pobox.com>
4215
4216         * *.c: Don't cast to GstObject before reffing/unreffing.
4217
4218 2005-06-27  Andy Wingo  <wingo@pobox.com>
4219
4220         * gst/videotestsrc/gstvideotestsrc.c
4221         (gst_videotestsrc_activate_push): Activation API changes.
4222
4223         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4224         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4225         they have refs on the decodebin.
4226
4227         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4228         parent class.
4229         (gst_ogg_pad_typefind): Don't leak a pad ref.
4230         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4231         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4232         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4233
4234 2005-06-27  Edward Hervey  <edward@fluendo.com>
4235
4236         * ext/theora/theoradec.c: (theora_dec_change_state): 
4237         re-arranged call to parent's state change in order to avoid locks (or
4238         worse).
4239
4240 2005-06-26  Edward Hervey  <edward@fluendo.com>
4241
4242         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4243         2nd argument of 'unknow-type' signal is a GstCaps and not a
4244         GstMiniObject
4245
4246 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4247         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4248           Set the worker thread's running flag to TRUE before starting the
4249           thread.
4250         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4251           Catch a failure to add typefind to the bin.
4252
4253 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4254
4255         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4256         (gst_sinesrc_init), (gst_sinesrc_create),
4257         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4258         (gst_sinesrc_start):
4259         * gst/sine/gstsinesrc.h:
4260           add num-buffers and timestamp-offset properties
4261         * gst/videotestsrc/gstvideotestsrc.c:
4262         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4263         (gst_videotestsrc_get_property):
4264           add timestamp-offset property
4265
4266 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4267
4268         * configure.ac: add videorate
4269         * gst-plugins-base.spec.in: add videorate
4270
4271 2005-06-23  Wim Taymans  <wim@fluendo.com>
4272
4273         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4274         (gst_videorate_getcaps), (gst_videorate_setcaps),
4275         (gst_videorate_event), (gst_videorate_chain):
4276         Fixed videorate, fixating an already fixated caps is not
4277         an error.
4278
4279 2005-06-23  Wim Taymans  <wim@fluendo.com>
4280
4281         * ext/ogg/README:
4282         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4283         Buffer on caps is not boxed anymore.
4284
4285 2005-06-22  Wim Taymans  <wim@fluendo.com>
4286
4287         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4288         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4289         Set buffers on caps as miniobjects and not as boxed.
4290
4291 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4292
4293         * configure.ac:
4294           back to HEAD
4295
4296 === release 0.9.1 ===
4297
4298 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4299
4300         * .cvsignore:
4301         * NEWS:
4302         * README:
4303         * RELEASE:
4304         * configure.ac:
4305         * po/af.po:
4306         * po/az.po:
4307         * po/cs.po:
4308         * po/en_GB.po:
4309         * po/hu.po:
4310         * po/it.po:
4311         * po/nb.po:
4312         * po/nl.po:
4313         * po/or.po:
4314         * po/sq.po:
4315         * po/sr.po:
4316         * po/sv.po:
4317         * po/uk.po:
4318         * po/vi.po:
4319           updates for release
4320
4321 2005-06-09  Andy Wingo  <wingo@pobox.com>
4322
4323         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4324         
4325 2005-06-09  Andy Wingo  <wingo@pobox.com>
4326
4327         * configure.ac:
4328         * gst-libs/gst/Makefile.am:
4329         * gst-libs/gst/net/Makefile.am:
4330         Add gstnet to build.
4331
4332 2005-06-09  Andy Wingo  <wingo@pobox.com>
4333
4334         * gst-libs/gst/gconf/gconf.c:
4335         * gst/playback/test.c:
4336         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4337         fixes.
4338
4339         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4340
4341         * ext/theora/theoraenc.c (theora_enc_chain): 
4342         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4343
4344         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4345         RealPad.
4346
4347 2005-06-02  Wim Taymans  <wim@fluendo.com>
4348
4349         * gst-libs/gst/net/Makefile.am:
4350         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4351         * pkgconfig/gstreamer-libs.pc.in:
4352         Added net stuff, version net lib.
4353
4354 2005-06-02  Wim Taymans  <wim@fluendo.com>
4355
4356         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4357         (query_rates), (query_positions_elems), (query_positions_pads),
4358         (do_seek):
4359         Updated seek example.
4360
4361 2005-06-02  Andy Wingo  <wingo@pobox.com>
4362
4363         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4364         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4365         list.
4366
4367         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4368         remove the typefind, the bin dispose will do it for us. When it's
4369         removed and unreffed, the signal handler will be disconnected,
4370         too.
4371         (unlinked): It's too difficult to disconnect from unlinked
4372         handlers, as they are on pads not elements. Just punt if the pads
4373         aren't grandkids of the bin.
4374
4375 2005-06-02  Wim Taymans  <wim@fluendo.com>
4376
4377         * ext/ogg/README:
4378         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4379         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4380         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4381         * ext/theora/theoradec.c: (theora_dec_src_query),
4382         (theora_handle_data_packet):
4383         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4384         (theora_enc_chain):
4385         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4386         (vorbis_handle_data_packet):
4387         * gst/audioconvert/bufferframesconvert.c:
4388         (buffer_frames_convert_chain):
4389         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4390         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4391         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4392         (gst_ffmpegcsp_chain):
4393         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4394         (gst_videorate_getcaps), (gst_videorate_setcaps),
4395         (gst_videorate_event), (gst_videorate_chain):
4396         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4397         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4398         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4399         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4400         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4401         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4402         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4403         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4404         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4405         Cleanups and buffer alloc.
4406
4407 2005-05-31  Wim Taymans  <wim@fluendo.com>
4408
4409         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4410         Don't try to call the delay method when the device is not
4411         opened.
4412
4413 2005-05-31  Wim Taymans  <wim@fluendo.com>
4414
4415         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4416         Get actual segment size and buffer size after opening
4417         the device.
4418
4419 2005-05-30  Wim Taymans  <wim@fluendo.com>
4420
4421         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4422         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4423         Also FLUSH upstream, makes the loop function exit faster.
4424         
4425         * ext/theora/theoradec.c: (theora_dec_src_query):
4426         Some more debug info in the query.
4427         
4428         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4429         (gst_ximagesink_setcaps):
4430         Release lock on par error, better error reporting.
4431
4432 2005-05-26  Wim Taymans  <wim@fluendo.com>
4433
4434         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4435         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4436         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4437         Clear chains in READY
4438         Queue packets until the chain is activated.
4439
4440 2005-05-25  Wim Taymans  <wim@fluendo.com>
4441
4442         * gst-libs/gst/audio/gstaudiosink.c:
4443         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4444         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4445         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4446         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4447         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4448         (gst_audiosink_create_ringbuffer):
4449         * gst-libs/gst/audio/gstbaseaudiosink.c:
4450         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4451         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4452         (gst_baseaudiosink_set_property), (build_linear_format),
4453         (debug_spec_caps), (debug_spec_buffer),
4454         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4455         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4456         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4457         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4458         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4459         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4460         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4461         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4462         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4463         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4464         (wait_segment), (gst_ringbuffer_commit),
4465         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4466         (gst_ringbuffer_clear):
4467         Various small cleanups.
4468
4469         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4470         (gst_audio_convert_change_state):
4471         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4472         No need to take the locks anymore.
4473
4474 2005-05-25  Wim Taymans  <wim@fluendo.com>
4475
4476         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4477         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4478         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4479         (type_found):
4480         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4481         (group_destroy), (group_commit), (queue_overrun),
4482         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4483         (mute_stream), (new_decoded_pad), (setup_substreams),
4484         (setup_source), (mute_group_type), (set_active_source),
4485         (gst_play_base_bin_change_state):
4486         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4487         (gen_video_element), (gen_text_element), (gen_audio_element),
4488         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4489         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4490         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4491         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4492         Some playbin cleanups mostly refcounting sloppyness.
4493
4494 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4495
4496         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4497           Work with streaming input.
4498
4499 2005-05-25  Wim Taymans  <wim@fluendo.com>
4500
4501         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4502         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4503         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4504         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4505         No need to take the STREAM lock anymore.
4506
4507 2005-05-25  Wim Taymans  <wim@fluendo.com>
4508
4509         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4510         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4511         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4512         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4513         (gst_ogg_demux_sink_activate):
4514         * ext/theora/theoradec.c: (theora_dec_src_event),
4515         (theora_handle_comment_packet), (theora_dec_chain),
4516         (theora_dec_change_state):
4517         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4518         (vorbis_handle_data_packet), (vorbis_dec_chain),
4519         (vorbis_dec_change_state):
4520         Remove STREAM locks as they are taken in core now.
4521         Never set bogus granulepos on vorbis/theora.
4522         Fix leaks in theoradec tag parsing.
4523
4524 2005-05-25  Wim Taymans  <wim@fluendo.com>
4525
4526         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4527         Fix memleaks, GST_BUFFER_DATA() is not freed.
4528
4529 2005-05-25  Wim Taymans  <wim@fluendo.com>
4530
4531         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4532         Open non-blocking, set to blocking mode afterwards to avoid
4533         lockups when audio device is busy.
4534
4535 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4536
4537         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4538           This can't be good.
4539
4540 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4541
4542         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4543         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4544         (gst_audio_convert_setcaps):
4545           Implement instant setup switching.
4546
4547 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4548
4549         * gst/playback/gstplaybasebin.c: (probe_triggered):
4550           Fix missing unlock.
4551         * gst/playback/gstplaybin.c: (add_sink):
4552           First add, then link (otherwise pad link fails).
4553
4554 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4555
4556         * examples/Makefile.am:
4557         fix buildbot (make distcheck)
4558
4559 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4560
4561         * gst/playback/gstplaybin.c: (gen_vis_element):
4562           Remove some wrong code. Doesn't work yet.
4563
4564 2005-05-19  Wim Taymans  <wim@fluendo.com>
4565
4566         * gst-libs/gst/net/Makefile.am:
4567         * gst-libs/gst/net/README:
4568         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4569         (gst_netbuffer_class_init), (gst_netbuffer_init),
4570         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4571         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4572         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4573         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4574         * gst-libs/gst/net/gstnetbuffer.h:
4575         Added buffer subclass to store extra to/from addresses for
4576         network sources/sinks.
4577
4578 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4579
4580         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4581           Don't lock an unassigned variable.
4582
4583 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4584
4585         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4586           Increase buffer for video, decrease buffer for other media types.
4587         * gst/playback/gstplaybin.c: (gen_video_element),
4588         (gen_audio_element):
4589           Change names for debugging purposes.
4590
4591 2005-05-18  Wim Taymans  <wim@fluendo.com>
4592
4593         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4594         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4595         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4596         (gst_ffmpegcsp_chain):
4597         Enable buffer alloc passthrough if the source and dest
4598         formats are the same.
4599
4600 2005-05-17  Wim Taymans  <wim@fluendo.com>
4601
4602         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4603         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4604         (gst_ogg_demux_chain_unlocked):
4605         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4606         (gst_audio_convert_caps_remove_format_info),
4607         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4608         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4609         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4610         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4611         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4612         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4613         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4614         (gst_ffmpegcsp_get_property):
4615         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4616         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4617         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4618         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4619         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4620         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4621         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4622         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4623         Leak fixes in oggdemux.
4624         Some cleanups in audioconvert.
4625         Make passthrough work along with buffer_alloc etc.
4626         Make buffer_alloc and buffer recycling actually work in
4627         xvimagesink.
4628
4629 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4630
4631         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4632           make the compiler happy
4633
4634 2005-05-17  Wim Taymans  <wim@fluendo.com>
4635
4636         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4637         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4638         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4639         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4640         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4641         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4642         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4643         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4644         (gst_xvimagesink_set_xwindow_id):
4645         * sys/xvimage/xvimagesink.h:
4646         Port xvimagesink to new MiniObject.
4647
4648 2005-05-17  Wim Taymans  <wim@fluendo.com>
4649
4650         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4651         (gst_audiofilter_chain):
4652         * gst-libs/gst/audio/gstaudiosink.c:
4653         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4654         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4655         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4656         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4657         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4658         (gst_audiosink_create_ringbuffer):
4659         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4660         (gst_audio_convert_caps_remove_format_info),
4661         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4662         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4663         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4664         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4665         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4666         Fix passthrough in ffmpegcolorspace.
4667         Fix memset in audiosink on wrong memory.
4668
4669 2005-05-16  David Schleef  <ds@schleef.org>
4670
4671         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4672         to GstMiniObject.
4673
4674 2005-05-16  David Schleef  <ds@schleef.org>
4675
4676         Port from GstData to GstMiniObject.
4677         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4678         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4679         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4680         (gst_ogg_mux_collected):
4681         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4682         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4683         (theora_handle_data_packet):
4684         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4685         (theora_set_header_on_caps), (theora_enc_chain):
4686         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4687         (vorbis_handle_comment_packet):
4688         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4689         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4690         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4691         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4692         * gst/audioconvert/gstaudioconvert.c:
4693         (gst_audio_convert_get_buffer):
4694         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4695         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4696         (mute_stream), (silence_stream):
4697         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4698         * gst/volume/gstvolume.c: (volume_transform):
4699         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4700         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4701         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4702         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4703         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4704         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4705         (gst_ximagesink_buffer_alloc):
4706         * sys/ximage/ximagesink.h:
4707
4708 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4709
4710         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4711         (fill_buffer), (check_queue), (queue_threshold_reached),
4712         (queue_out_of_data):
4713         * gst/playback/gstplaybasebin.h:
4714           Post buffer-fullness on the bus.
4715
4716 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4717
4718         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4719         (try_to_link_1):
4720         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4721         (group_commit), (probe_triggered), (setup_source),
4722         (gst_play_base_bin_change_state):
4723         * gst/playback/gstplaybasebin.h:
4724         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4725         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4726         (gst_play_bin_change_state):
4727           Move setup_output_pads into a virtual function, remove
4728           group-switch (no longer needed) and redirect (handled by bus
4729           now) signals.
4730
4731 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4732
4733         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4734         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4735         (get_active_group), (get_building_group), (group_destroy),
4736         (group_commit), (check_queue), (queue_overrun),
4737         (queue_threshold_reached), (queue_out_of_data),
4738         (gen_preroll_element), (remove_groups), (unknown_type),
4739         (add_element_stream), (no_more_pads), (probe_triggered),
4740         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4741         (setup_substreams), (setup_source), (finish_source),
4742         (prepare_output), (muted_group_change_state),
4743         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4744         (gst_play_base_bin_change_state):
4745         * gst/playback/gstplaybasebin.h:
4746         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4747         (gst_play_bin_init), (gst_play_bin_set_property),
4748         (gen_video_element), (gen_text_element), (gen_audio_element),
4749         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4750         (gst_play_bin_change_state):
4751         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4752         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4753         (stream_info_change_state), (gst_stream_info_set_mute),
4754         (gst_stream_info_get_property):
4755         * gst/playback/gststreaminfo.h:
4756         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4757         (gst_stream_selector_get_linked_pad),
4758         (gst_stream_selector_getcaps),
4759         (gst_stream_selector_get_linked_pads),
4760         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4761         * gst/playback/gststreamselector.h:
4762           Rough port of playbin. Needs some more work, but is mostly done,
4763           and uses a few locks in important places, which should make stuff
4764           like chain-switches clean. Still uses GST_STATE() in a few places,
4765           which isn't all that good an idea, subtitles/elements disabled
4766           because no elements to test with and thus probably broken, query
4767           and event handling moved to GstBin, internal thread removed
4768           alltogether because the pipeline does that for us now. Can play
4769           Ogg/Vorbis files. Haven't tested anything else yet.
4770
4771 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4772
4773         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4774           Do no-more-pads (needed for autoplugging).
4775
4776 2005-05-10  Andy Wingo  <wingo@pobox.com>
4777
4778         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4779         message to the bus with the tags. Still not sent downstream tho.
4780
4781         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4782         get_parent.
4783         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4784         avoid refcounting hassles.
4785
4786 2005-05-09  Andy Wingo  <wingo@pobox.com>
4787
4788         * gst/volume/Makefile.am:
4789         * gst/volume/demo.c
4790         * gst/volume/gstvolume.h
4791         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4792         basetransform. Probably need an audio filter base class.
4793
4794 2005-05-09  Wim Taymans  <wim@fluendo.com>
4795
4796         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4797         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4798         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4799         (gst_vorbisenc_chain):
4800         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4801         (gst_audio_convert_caps_remove_format_info),
4802         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4803         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4804         Make caps writable before writing to it.
4805         Fix negotiation in audioconvert some more.
4806
4807 2005-05-09  Wim Taymans  <wim@fluendo.com>
4808
4809         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4810         (gst_videorate_getcaps), (gst_videorate_setcaps),
4811         (gst_videorate_event), (gst_videorate_chain):
4812         Better negotiation.
4813
4814 2005-05-09  Wim Taymans  <wim@fluendo.com>
4815
4816         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4817         (gst_videorate_getcaps), (gst_videorate_setcaps),
4818         (gst_videorate_blank_data), (gst_videorate_init),
4819         (gst_videorate_event), (gst_videorate_chain),
4820         (gst_videorate_change_state):
4821         Port videorate, do a better job at negotiation while we're at
4822         it.
4823
4824 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
4825
4826         * configure.ac:
4827           Disable libvisual
4828
4829         * examples/Makefile.am:
4830         * gst-libs/gst/audio/Makefile.am:
4831         * gst-libs/gst/riff/Makefile.am:
4832         * gst-libs/gst/tag/Makefile.am:
4833         * gst-libs/gst/video/Makefile.am:
4834           Fixups for missing variables.
4835
4836 2005-05-09  Wim Taymans  <wim@fluendo.com>
4837
4838         * examples/seeking/seek.c: (make_theora_pipeline),
4839         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
4840         (query_rates), (query_positions_elems), (query_positions_pads),
4841         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
4842         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4843         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
4844         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
4845         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
4846         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
4847         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4848         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4849         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4850         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4851         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4852         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4853         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4854         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
4855         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
4856         (theora_dec_src_convert), (theora_dec_sink_convert),
4857         (theora_dec_src_query), (theora_dec_sink_query),
4858         (theora_dec_src_event), (theora_dec_sink_event),
4859         (theora_handle_comment_packet), (theora_handle_type_packet),
4860         (theora_handle_header_packet), (theora_handle_data_packet),
4861         (theora_dec_chain):
4862         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4863         (vorbis_dec_convert), (vorbis_dec_src_query),
4864         (vorbis_dec_sink_query), (vorbis_dec_src_event),
4865         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4866         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4867         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4868         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
4869         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
4870         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
4871         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4872         (gst_play_bin_query):
4873         * gst/playback/test3.c: (update_scale):
4874         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
4875         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
4876         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4877         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4878         (gst_videotestsrc_src_query):
4879         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
4880         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
4881         (paint_hline_YUV9):
4882         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4883         Port to new query API.
4884         Updated seek.
4885         Cleanups in x[v]imagesink
4886
4887 2005-05-09  Andy Wingo  <wingo@pobox.com>
4888
4889         * ext/alsa/gstalsasink.h:
4890         * ext/gnomevfs/gstgnomevfssrc.c:
4891         (gst_gnomevfssrc_get_icy_metadata):
4892         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
4893         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
4894         * ext/theora/theoradec.c (theora_dec_src_query)
4895         (theora_dec_src_event, theora_dec_sink_event)
4896         (theora_handle_comment_packet, theora_handle_data_packet):
4897         * ext/theora/theoraenc.c (theora_enc_chain):
4898         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
4899         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
4900         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
4901         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
4902         (qt_type_find):
4903         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
4904         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
4905         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
4906         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
4907         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
4908         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
4909         (paint_setup_xBGR8888, paint_setup_RGBx8888)
4910         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
4911         (paint_setup_RGB565, paint_setup_xRGB1555):
4912         * gst/videotestsrc/videotestsrc.h:
4913         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
4914         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
4915         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
4916         GCC4 fixes.
4917         
4918         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
4919         gst_pad_query_position. Fixes oggdemux.
4920
4921 2005-05-08  David Schleef  <ds@schleef.org>
4922
4923         * configure.ac: Require liboil.
4924         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
4925         a few more.
4926         * gst/videotestsrc/videotestsrc.c:
4927         * gst/videotestsrc/videotestsrc.h:
4928
4929 2005-05-06  Wim Taymans  <wim@fluendo.com>
4930
4931         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4932         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4933         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4934         Well, unreffing a buffer right before pushing it is asking
4935         for trouble..
4936
4937 2005-05-06  Christian Schaller  <uraeus@gnome.org>
4938
4939         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
4940
4941 2005-05-06  Wim Taymans  <wim@fluendo.com>
4942
4943         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4944         (gst_audio_convert_caps_remove_format_info),
4945         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4946         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4947         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4948         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4949         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4950         * gst/sine/Makefile.am:
4951         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
4952         (gst_sinesrc_class_init), (gst_sinesrc_init),
4953         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
4954         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
4955         (gst_sinesrc_update_freq):
4956         * gst/sine/gstsinesrc.h:
4957         * gst/tcp/gstmultifdsink.c:
4958         * sys/xvimage/xvimagesink.c:
4959         Fixed negotiation wrt _peer_get_caps()
4960         Some cleanups.
4961
4962
4963 2005-05-06  Wim Taymans  <wim@fluendo.com>
4964
4965         * gst-libs/gst/audio/gstaudiosink.c:
4966         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4967         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4968         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4969         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4970         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4971         (gst_audiosink_create_ringbuffer):
4972         * gst-libs/gst/audio/gstbaseaudiosink.c:
4973         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4974         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4975         (gst_baseaudiosink_set_property), (build_linear_format),
4976         (debug_spec_caps), (debug_spec_buffer),
4977         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4978         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4979         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4980         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4981         * gst-libs/gst/audio/gstbaseaudiosink.h:
4982         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4983         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4984         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4985         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4986         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4987         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4988         (wait_segment), (gst_ringbuffer_commit),
4989         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4990         (gst_ringbuffer_clear):
4991         * gst-libs/gst/audio/gstringbuffer.h:
4992         Make the base audiosink return an error when there is no
4993         audiobuffer negotiated.
4994
4995 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4996
4997         * ext/Makefile.am:
4998         Disable cdparanoia until someone ports it!
4999
5000 2005-05-06  Wim Taymans  <wim@fluendo.com>
5001
5002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5003         (gst_ogg_demux_sink_activate):
5004         And revert after wingo's revert.. sigh..
5005
5006 2005-05-05  Andy Wingo  <wingo@pobox.com>
5007
5008         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5009         GObject.
5010         * configure.ac: Return audiorate and subparse from the ghetto.
5011         Re-enable -Wall -Werror.
5012         * gst/subparse/gstsubparse.c:
5013         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5014         or chain-based. Cleaned up a bit. Not tested.
5015         
5016 2005-05-05  Christian Schaller <christian@fluendo.com> 
5017
5018         * Makefile.am: remove stuff that is not building
5019         * configure.ac: remove stuff that is not building
5020         * examples/Makefile.am: remove stuff that is not building
5021         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5022         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5023         * sys/Makefile.am: remove stuff that is not building
5024         * testsuite/Makefile.am: remove stuff that is not building
5025
5026 2005-05-05  Andy Wingo  <wingo@pobox.com>
5027
5028         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5029         * gst-libs/gst/tag/gstvorbistag.c:
5030         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5031         * gst/adder/gstadder.h:
5032         * gst/audioconvert/gstchannelmix.c:
5033         (gst_audio_convert_fill_one_other):
5034         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5035         (gst_audiorate_init), (gst_audiorate_chain):
5036         * gst/playback/gstplaybasebin.c: (setup_source):
5037         * gst/playback/test3.c: (update_scale):
5038         Some GCC4 fixes
5039         
5040         * po/af.po:
5041         * po/az.po:
5042         * po/cs.po:
5043         * po/en_GB.po:
5044         * po/hu.po:
5045         * po/it.po:
5046         * po/nb.po:
5047         * po/nl.po:
5048         * po/or.po:
5049         * po/sq.po:
5050         * po/sr.po:
5051         * po/sv.po:
5052         * po/uk.po:
5053         * po/vi.po: Foo
5054
5055 2005-05-05  Wim Taymans  <wim@fluendo.com>
5056
5057         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5058         (gst_audio_convert_caps_remove_format_info),
5059         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5060         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5061         * gst/videotestsrc/gstvideotestsrc.c:
5062         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5063         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5064         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5065         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5066         Don't ignore _push() return values.
5067         Make sure no processing is done when shutting down.
5068         Videotestsrc pad activation fix.
5069
5070 2005-05-05  Wim Taymans  <wim@fluendo.com>
5071
5072         * gst/adder/Makefile.am:
5073         * gst/adder/gstadder.c: (gst_adder_setcaps),
5074         (gst_adder_class_init), (gst_adder_init),
5075         (gst_adder_request_new_pad), (gst_adder_collected),
5076         (gst_adder_change_state):
5077         * gst/adder/gstadder.h:
5078         Ported adder as an example of a mixer element using
5079         collect pads. Needs more negotiation work.
5080
5081 2005-05-05  Wim Taymans  <wim@fluendo.com>
5082
5083         * ext/theora/theoradec.c: (_inc_granulepos),
5084         (theora_dec_src_event), (theora_dec_sink_event),
5085         (theora_handle_comment_packet), (theora_handle_type_packet),
5086         (theora_handle_header_packet), (theora_handle_data_packet),
5087         (theora_dec_chain):
5088         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5089         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5090         (theora_push_buffer), (theora_push_packet),
5091         (theora_enc_sink_event), (theora_enc_chain),
5092         (theora_enc_change_state), (theora_enc_set_property),
5093         (theora_enc_get_property):
5094         Added stream lock to decoder so that we can serialize
5095         the discont event.
5096         More theoraenc porting, recover from errors, do clean
5097         shutdown.
5098
5099 2005-05-05  Wim Taymans  <wim@fluendo.com>
5100
5101         * ext/ogg/Makefile.am:
5102         * ext/ogg/README:
5103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5104         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5105         (gst_ogg_print):
5106         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5107         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5108         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5109         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5110         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5111         (gst_ogg_mux_change_state):
5112         Ported ogg muxer.
5113
5114 2005-05-05  Wim Taymans  <wim@fluendo.com>
5115
5116         * docs/design-audiosinks.txt:
5117         * gst-libs/gst/audio/TODO:
5118         * gst-libs/gst/audio/gstaudiosink.c:
5119         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5120         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5121         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5122         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5123         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5124         (gst_audiosink_create_ringbuffer):
5125         * gst-libs/gst/audio/gstbaseaudiosink.c:
5126         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5127         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5128         (gst_baseaudiosink_set_property), (build_linear_format),
5129         (debug_spec_caps), (debug_spec_buffer),
5130         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5131         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5132         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5133         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5134         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5135         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5136         (gst_ringbuffer_release), (gst_ringbuffer_play),
5137         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5138         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5139         (gst_ringbuffer_set_sample), (wait_segment),
5140         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5141         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5142         More work on the audiosink, mostly debugging and a race in
5143         shutdown.
5144
5145 2005-04-28  Wim Taymans  <wim@fluendo.com>
5146
5147         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5148         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5149         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5150         (vorbis_dec_src_query), (vorbis_dec_src_event),
5151         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5152         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5153         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5154         Don't crap out when seeking back to position 0.
5155
5156 2005-04-28  Wim Taymans  <wim@fluendo.com>
5157
5158         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5159         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5160         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5161         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5162         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5163         Make audio sink configurable, use alsasink as default.
5164
5165 2005-04-28  Wim Taymans  <wim@fluendo.com>
5166
5167         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5168         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5169         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5170         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5171         (vorbis_dec_change_state):
5172         * ext/vorbis/vorbisdec.h:
5173         Refactor, use STREAM_LOCK.
5174
5175 2005-04-28  Wim Taymans  <wim@fluendo.com>
5176
5177         * ext/theora/theoradec.c: (_inc_granulepos),
5178         (theora_dec_sink_event), (theora_handle_comment_packet),
5179         (theora_handle_type_packet), (theora_handle_header_packet),
5180         (theora_handle_data_packet), (theora_dec_chain),
5181         (theora_dec_change_state):
5182         Refactor a bit, use STREAM_LOCK.
5183
5184 2005-04-28  Wim Taymans  <wim@fluendo.com>
5185
5186         * ext/alsa/Makefile.am:
5187         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5188         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5189         (gst_alsa_link), (gst_alsa_close_audio):
5190         * ext/alsa/gstalsaplugin.c: (plugin_init):
5191         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5192         (gst_alsasink_dispose), (gst_alsasink_base_init),
5193         (gst_alsasink_class_init), (gst_alsasink_init),
5194         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5195         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5196         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5197         (gst_alsasink_reset):
5198         * ext/alsa/gstalsasink.h:
5199         Implement alsasink with simple open/write/close API. 
5200         Make alsa dir build by disabling compilation of code.
5201
5202 2005-04-28  Wim Taymans  <wim@fluendo.com>
5203
5204         * gst-libs/gst/audio/Makefile.am:
5205         * gst-libs/gst/audio/audio.h:
5206         * gst-libs/gst/audio/audioclock.c:
5207         * gst-libs/gst/audio/audioclock.h:
5208         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5209         (gst_audio_clock_class_init), (gst_audio_clock_init),
5210         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5211         * gst-libs/gst/audio/gstaudioclock.h:
5212         * gst-libs/gst/audio/gstaudiosink.c:
5213         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5214         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5215         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5216         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5217         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5218         (gst_audiosink_create_ringbuffer):
5219         * gst-libs/gst/audio/gstbaseaudiosink.c:
5220         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5221         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5222         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5223         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5224         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5225         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5226         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5227         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5228         * gst-libs/gst/audio/gstbaseaudiosink.h:
5229         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5230         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5231         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5232         (gst_ringbuffer_release), (gst_ringbuffer_play),
5233         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5234         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5235         (gst_ringbuffer_set_sample), (wait_segment),
5236         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5237         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5238         * gst-libs/gst/audio/gstringbuffer.h:
5239         Make ringbuffer faster and more simple by removing the locks
5240         in the playback thread.
5241         Add sample accurate playback based on buffer sample offsets.
5242         Make the baseaudiosink provide a clock.
5243         Parse caps in the base class.
5244         Correctly handle seeking, flushing and state changes.
5245
5246 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5247
5248         * configure.ac:
5249         * gst/audioconvert/Makefile.am:
5250         * gst/audioscale/Makefile.am:
5251           Fix part of the build.  Come on guys, autogen didn't even work :)
5252
5253 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5254
5255         * configure.ac:
5256         * gst-libs/gst/Makefile.am:
5257         * gst-libs/gst/media-info/.cvsignore:
5258         * gst-libs/gst/media-info/Makefile.am:
5259         * gst-libs/gst/media-info/README:
5260         * gst-libs/gst/media-info/media-info-priv.c:
5261         * gst-libs/gst/media-info/media-info-priv.h:
5262         * gst-libs/gst/media-info/media-info-test.c:
5263         * gst-libs/gst/media-info/media-info.c:
5264         * gst-libs/gst/media-info/media-info.h:
5265         * gst-libs/gst/media-info/media-info.vcproj:
5266         * pkgconfig/Makefile.am:
5267         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5268         * pkgconfig/gstreamer-media-info.pc.in:
5269           Remove media-info, which is also successed by playbin (see Totem
5270           implementation).
5271
5272 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5273
5274         * configure.ac:
5275         * examples/Makefile.am:
5276         * examples/gstplay/.cvsignore:
5277         * examples/gstplay/Makefile.am:
5278         * examples/gstplay/player.c:
5279         * gst-libs/gst/Makefile.am:
5280         * gst-libs/gst/play/.cvsignore:
5281         * gst-libs/gst/play/Makefile.am:
5282         * gst-libs/gst/play/play.c:
5283         * gst-libs/gst/play/play.h:
5284         * gst-libs/gst/play/play.vcproj:
5285         * pkgconfig/Makefile.am:
5286         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5287         * pkgconfig/gstreamer-play.pc.in:
5288           Remove libgstplay, playbin is now the official successor.
5289
5290 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5291
5292         * configure.ac:
5293         * gst-libs/gst/Makefile.am:
5294         * gst-libs/gst/xwindowlistener/Makefile.am:
5295         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5296         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5297           Remove deprecated xwindowlistener (I've moved xwindowlistening
5298           in the v4l/v4l2 plugins over to serverside).
5299
5300 2005-04-25  David Schleef  <ds@schleef.org>
5301
5302         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5303         to examples/dynparams.  Examples do not belong interspersed with
5304         source code.
5305         * examples/dynparams/demo-dparams.c:
5306         * gst/sine/Makefile.am:
5307         * gst/sine/demo-dparams.c:
5308
5309 2005-04-25  David Schleef  <ds@schleef.org>
5310
5311         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5312         * gst-libs/gst/audio/Makefile.am:
5313         * gst-libs/gst/riff/Makefile.am:
5314         * gst-libs/gst/tag/Makefile.am:
5315         * gst-libs/gst/video/Makefile.am:
5316         * gst-libs/gst/xwindowlistener/Makefile.am:
5317
5318         Convert to 0.9 API, seems to work:
5319         * sys/ximage/Makefile.am:
5320         * sys/ximage/ximagesink.c:
5321
5322 2005-04-24  David Schleef  <ds@schleef.org>
5323
5324         Link plugins against libraries:
5325         * ext/alsa/Makefile.am:
5326         * gst/tcp/Makefile.am:
5327
5328         Remove asm code that should be in liboil
5329         * gst/videoscale/Makefile.am:
5330         * gst/videoscale/videoscale_x86_asm.s:
5331
5332         gettext wants these checked in:
5333         * po/af.po:
5334         * po/az.po:
5335         * po/cs.po:
5336         * po/en_GB.po:
5337         * po/hu.po:
5338         * po/it.po:
5339         * po/nb.po:
5340         * po/nl.po:
5341         * po/or.po:
5342         * po/sq.po:
5343         * po/sr.po:
5344         * po/sv.po:
5345         * po/uk.po:
5346         * po/vi.po:
5347
5348 2005-04-24  David Schleef  <ds@schleef.org>
5349
5350         Convert gst_main() to g_main_loop_run()
5351         * gst/playback/decodetest.c: (main):
5352         * gst/playback/test2.c: (main):
5353         * gst/playback/test3.c: (main):
5354         * gst/playback/test4.c: (main):
5355
5356         Link plugins against libraries:
5357         * ext/libvisual/Makefile.am:
5358         * sys/xvimage/Makefile.am:
5359
5360 2005-04-24  David Schleef  <ds@schleef.org>
5361
5362         * configure.ac: Remove idct and resample libs
5363         * gst-libs/gst/Makefile.am: same
5364
5365         Remove usage of gst_library_load():
5366         * ext/alsa/gstalsaplugin.c: (plugin_init):
5367         * ext/libvisual/visual.c: (plugin_init):
5368         * ext/ogg/gstogg.c: (plugin_init):
5369         * ext/theora/theora.c: (plugin_init):
5370         * ext/vorbis/vorbis.c: (plugin_init):
5371         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5372         * gst/audioscale/gstaudioscale.c:
5373         * gst/adder/gstadder.c: (plugin_init):
5374         * gst/audioconvert/plugin.c: (plugin_init):
5375         * sys/ximage/ximagesink.c: (plugin_init):
5376         * sys/xvimage/xvimagesink.c: (plugin_init):
5377         * gst/tcp/gsttcpplugin.c: (plugin_init):
5378
5379         Link plugins against libraries:
5380         * ext/ogg/Makefile.am:
5381         * ext/theora/Makefile.am:
5382         * ext/vorbis/Makefile.am:
5383         * gst/audioconvert/Makefile.am:
5384
5385         Create proper libraries:
5386         * gst-libs/gst/riff/Makefile.am:
5387         * gst-libs/gst/audio/Makefile.am:
5388         * gst-libs/gst/video/Makefile.am:
5389
5390         Move resample library to audioscale plugin directory:
5391         * gst-libs/gst/resample/Makefile.am:
5392         * gst-libs/gst/resample/README:
5393         * gst-libs/gst/resample/dtof.c:
5394         * gst-libs/gst/resample/dtos.c:
5395         * gst-libs/gst/resample/functable.c:
5396         * gst-libs/gst/resample/private.h:
5397         * gst-libs/gst/resample/resample.c:
5398         * gst-libs/gst/resample/resample.h:
5399         * gst-libs/gst/resample/resample.vcproj:
5400         * gst-libs/gst/resample/test.c:
5401         * gst/audioscale/Makefile.am:
5402         * gst/audioscale/README:
5403         * gst/audioscale/dtof.c:
5404         * gst/audioscale/dtos.c:
5405         * gst/audioscale/functable.c:
5406         * gst/audioscale/private.h:
5407         * gst/audioscale/resample.c:
5408         * gst/audioscale/resample.h:
5409         * gst/audioscale/test.c:
5410
5411         Move tagedit library to gst-libs:
5412         * gst-libs/gst/tag/Makefile.am:
5413         * gst-libs/gst/tag/gstid3tag.c:
5414         * gst-libs/gst/tag/gsttagediting.c:
5415         * gst-libs/gst/tag/gsttageditingprivate.h:
5416         * gst-libs/gst/tag/gstvorbistag.c:
5417         * gst/tags/Makefile.am:
5418         * gst/tags/gstid3tag.c:
5419         * gst/tags/gstvorbistag.c:
5420
5421         Fix for core changes:
5422         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5423         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5424         (gst_sinesrc_getrange):
5425
5426 2005-04-23  David Schleef  <ds@schleef.org>
5427
5428         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5429         in gst-plugins in a long time, and properly belongs in liboil.
5430         * gst-libs/gst/idct/Makefile.am:
5431         * gst-libs/gst/idct/README:
5432         * gst-libs/gst/idct/dct.h:
5433         * gst-libs/gst/idct/doieee:
5434         * gst-libs/gst/idct/fastintidct.c:
5435         * gst-libs/gst/idct/floatidct.c:
5436         * gst-libs/gst/idct/idct.c:
5437         * gst-libs/gst/idct/idct.h:
5438         * gst-libs/gst/idct/idtc.vcproj:
5439         * gst-libs/gst/idct/ieeetest.c:
5440         * gst-libs/gst/idct/intidct.c:
5441
5442 2005-04-20  Wim Taymans  <wim@fluendo.com>
5443
5444         * docs/design-audiosinks.txt:
5445         * gst-libs/gst/audio/Makefile.am:
5446         * gst-libs/gst/audio/TODO:
5447         * gst-libs/gst/audio/gstaudiosink.c:
5448         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5449         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5450         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5451         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5452         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5453         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5454         (gst_audiosink_class_init), (gst_audiosink_init),
5455         (gst_audiosink_create_ringbuffer):
5456         * gst-libs/gst/audio/gstaudiosink.h:
5457         * gst-libs/gst/audio/gstbaseaudiosink.c:
5458         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5459         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5460         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5461         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5462         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5463         (gst_baseaudiosink_create_ringbuffer),
5464         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5465         * gst-libs/gst/audio/gstbaseaudiosink.h:
5466         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5467         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5468         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5469         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5470         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5471         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5472         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5473         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5474         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5475         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5476         * gst-libs/gst/audio/gstringbuffer.h:
5477         An attempt at a set of audio base classes together with some
5478         design docs.
5479
5480 2005-04-20  Wim Taymans  <wim@fluendo.com>
5481
5482         * gst/audioconvert/Makefile.am:
5483         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5484         (gst_audio_convert_caps_remove_format_info),
5485         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5486         (gst_audio_convert_channels):
5487         Link against audio libs.
5488         Fix audio convert plugin.
5489
5490 2005-04-20  Wim Taymans  <wim@fluendo.com>
5491
5492         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5493         (gst_ogg_demux_sink_activate):
5494         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5495         (theora_set_header_on_caps), (theora_enc_sink_event),
5496         (theora_enc_chain):
5497         Fix theora encoder.
5498
5499 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5500
5501         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5502         * gst/playback/gstdecodebin.c: (find_compatibles):
5503           Work with staticpadtemplates in elementfactories.
5504
5505 2005-04-12  Wim Taymans  <wim@fluendo.com>
5506
5507         * gst/playback/README:
5508         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5509         (compare_ranks), (print_feature), (gst_decode_bin_init),
5510         (dynamic_create), (dynamic_free), (find_compatibles),
5511         (mimetype_is_raw), (close_pad_link), (got_redirect),
5512         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5513         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5514         (gst_decode_bin_change_state):
5515         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5516         (gst_play_base_bin_init), (group_destroy), (group_commit),
5517         (check_queue), (queue_overrun), (queue_threshold_reached),
5518         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5519         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5520         (got_redirect), (setup_source), (play_base_eos),
5521         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5522         (gst_play_base_bin_remove_element):
5523         * gst/playback/gstplaybasebin.h:
5524         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5525         (gst_play_bin_init), (gst_play_bin_dispose),
5526         (gst_play_bin_set_property), (gen_video_element),
5527         (gen_text_element), (gen_audio_element), (remove_sinks),
5528         (gst_play_bin_send_event):
5529         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5530         (stream_info_change_state), (gst_stream_info_set_mute):
5531         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5532         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5533         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5534         (gst_stream_selector_chain):
5535         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5536         (main):
5537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5538         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5539         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5540         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5541         Raw and crude port of decodebin. 
5542         Make playbin compile.
5543
5544 2005-04-06  Wim Taymans  <wim@fluendo.com>
5545
5546         * ext/gnomevfs/Makefile.am:
5547         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5548         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5549         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5550         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5551         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5552         (gst_gnomevfssrc_stop):
5553         * ext/ogg/Makefile.am:
5554         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5555         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5556         * ext/theora/Makefile.am:
5557         * ext/theora/theoradec.c: (_inc_granulepos),
5558         (theora_dec_sink_event), (theora_dec_chain):
5559         * ext/vorbis/Makefile.am:
5560         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5561         (vorbis_dec_sink_event), (vorbis_dec_chain):
5562         * gst-libs/gst/audio/Makefile.am:
5563         * sys/xvimage/Makefile.am:
5564         Make gnomevfssrc extend the source base class.
5565         Fix linking against libs in various plugins.
5566
5567 2005-04-06  Andy Wingo  <wingo@pobox.com>
5568
5569         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5570         GST_BASE_LIBS.
5571
5572         * configure.ac: Add check and AC_SUBST for libgstbase.
5573
5574 2005-03-31  Wim Taymans  <wim@fluendo.com>
5575
5576         * examples/seeking/Makefile.am:
5577         * examples/seeking/cdparanoia.c: (main):
5578         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5579         (play_cb), (pause_cb), (stop_cb), (main):
5580         * examples/seeking/playbin.c:
5581         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5582         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5583         (make_sid_pipeline), (make_vorbis_pipeline),
5584         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5585         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5586         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5587         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5588         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5589         (stop_cb), (main):
5590         * examples/seeking/spider_seek.c:
5591         * examples/seeking/vorbisfile.c:
5592         * ext/gnomevfs/Makefile.am:
5593         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5594         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5595         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5596         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5597         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5598         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5599         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5600         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5601         * ext/ogg/README:
5602         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5603         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5604         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5605         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5606         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5607         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5608         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5609         (gst_ogg_demux_factory_filter), (compare_ranks),
5610         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5611         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5612         (gst_ogg_chain_new), (gst_ogg_chain_free),
5613         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5614         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5615         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5616         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5617         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5618         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5619         (gst_ogg_demux_get_prev_page),
5620         (gst_ogg_demux_deactivate_current_chain),
5621         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5622         (gst_ogg_demux_bisect_forward_serialno),
5623         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5624         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5625         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5626         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5627         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5628         (gst_ogg_demux_change_state), (gst_ogg_print):
5629         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5630         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5631         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5632         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5633         (gst_ogg_mux_loop):
5634         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5635         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5636         (theora_dec_src_convert), (theora_dec_sink_convert),
5637         (theora_dec_src_query), (theora_dec_src_event),
5638         (theora_dec_sink_event), (theora_dec_chain),
5639         (theora_dec_change_state):
5640         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5641         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5642         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5643         (theora_enc_change_state):
5644         * ext/vorbis/Makefile.am:
5645         * ext/vorbis/oggvorbisenc.c:
5646         * ext/vorbis/oggvorbisenc.h:
5647         * ext/vorbis/vorbis.c: (plugin_init):
5648         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5649         (vorbis_dec_src_query), (vorbis_dec_src_event),
5650         (vorbis_dec_sink_event), (vorbis_dec_chain),
5651         (vorbis_dec_change_state):
5652         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5653         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5654         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5655         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5656         (gst_vorbisenc_change_state):
5657         * ext/vorbis/vorbisenc.h:
5658         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5659         * gst-libs/gst/audio/audioclock.c:
5660         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5661         (gst_audiofilter_init), (gst_audiofilter_chain):
5662         * gst-libs/gst/audio/testchannels.c: (main):
5663         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5664         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5665         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5666         (gmip_find_track_streaminfo), (gmip_find_track_format):
5667         * gst-libs/gst/media-info/media-info.c:
5668         (gst_media_info_read_idler):
5669         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5670         (gst_play_get_all_by_interface):
5671         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5672         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5673         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5674         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5675         (gst_riff_parse_info):
5676         * gst-libs/gst/riff/riff-read.h:
5677         * gst-libs/gst/riff/riff.c: (plugin_init):
5678         * gst-libs/gst/video/Makefile.am:
5679         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5680         (gst_videosink_class_init), (gst_videosink_get_type):
5681         * gst-libs/gst/video/videosink.h:
5682         * gst/audioconvert/bufferframesconvert.c:
5683         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5684         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5685         * gst/audioconvert/channelmixtest.c: (main):
5686         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5687         (gst_audio_convert_chain),
5688         (gst_audio_convert_caps_remove_format_info),
5689         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5690         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5691         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5692         (gst_audio_convert_buffer_to_default_format),
5693         (gst_audio_convert_buffer_from_default_format),
5694         (gst_audio_convert_channels):
5695         * gst/audioconvert/gstchannelmix.h:
5696         * gst/ffmpegcolorspace/avcodec.h:
5697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5698         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5699         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5700         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5701         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5702         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5703         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5704         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5705         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5706         (dv_type_find):
5707         * gst/videotestsrc/gstvideotestsrc.c:
5708         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5709         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5710         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5711         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5712         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5713         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5714         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5716         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5717         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5718         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5719         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5720         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5721         (gst_xvimagesink_navigation_send_event),
5722         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5723         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5724         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5725         * sys/xvimage/xvimagesink.h:
5726         Plugin port to 0.9, ogg/theora playback should work in the seek
5727         example now.
5728         Removed old examples.
5729         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5730         explained in 0.9 TODO doc.
5731
5732
5733 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5734
5735         * autogen.sh:
5736         * configure.ac:
5737         * ext/Makefile.am:
5738         * gst/Makefile.am:
5739         * po/POTFILES.in:
5740         * po/af.po:
5741         * po/az.po:
5742         * po/cs.po:
5743         * po/en_GB.po:
5744         * po/hu.po:
5745         * po/it.po:
5746         * po/nb.po:
5747         * po/nl.po:
5748         * po/or.po:
5749         * po/sq.po:
5750         * po/sr.po:
5751         * po/sv.po:
5752         * po/uk.po:
5753         * po/vi.po:
5754         * sys/Makefile.am:
5755         * testsuite/Makefile.am:
5756           remove a whole bunch of plugins.  This module now contains a set
5757           of free reference plugins/elements as agreed.
5758
5759 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5760
5761         * configure.ac:
5762           hunting season on 0.9 is now OPEN
5763
5764 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5765
5766         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5767           Kick the hell out of gcc for not warning me about a symbol conflict.
5768
5769 2005-02-22  Luca Ognibene  <luogni@tin.it>
5770
5771         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5772
5773         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5774           Don't leak caps string (fixes #168134)
5775
5776         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5777         (gst_jpegenc_init), (gst_jpegenc_finalize),
5778         (gst_jpegenc_change_state):
5779           Don't leak line buffers and context struct (fixes #168133).
5780
5781 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5782
5783         * configure.ac:
5784         * ext/dirac/gstdiracdec.cc:
5785         (gst_diracdec_chain):
5786           Since dirac 0.5.0 the framerate in dirac is expressed as a
5787           rational number. Fix build and up requirement to 0.5.0, and
5788           also pass parameters to gst_diracdec_link in the right order
5789           (fixes #167959).
5790
5791 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5792
5793         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5794         * ext/faad/gstfaad.h:
5795         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5796         certain invalid muxed streams, where some packets will contain 
5797         junk after decoder data. Partially fixes #149158.
5798
5799 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5800         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5801           Make sure we only write to writable buffers
5802
5803 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5804
5805         * gst-libs/gst/riff/riff-media.c:
5806         (gst_riff_create_audio_caps_with_data):
5807           Do actually fix invalid RIFF fmt header values for alaw
5808           and mulaw audio instead of just saying so.
5809
5810         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5811           Give gst_riff_create_audio_caps_with_data() a chance to
5812           fix up broken format header fields before extracting any
5813           parameters from the header. (fixes #167633)
5814
5815 2005-02-19  Martin Holters  <martin.holters@gmx.de>
5816
5817         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5818
5819         * gst/audioconvert/bufferframesconvert.c:
5820         (buffer_frames_convert_link):
5821           Don't leak othercaps. (fixes #167878)
5822
5823 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
5824
5825         * configure.ac:
5826         * ext/libvisual/visual.c: (gst_visual_srclink),
5827         (gst_visual_change_state):
5828           Support libvisual 0.2.0.
5829
5830 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
5831
5832         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
5833         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
5834           Use same rowstrides for I420 as used everywhere else.
5835
5836 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
5837
5838         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
5839           Declare variables at beginning of block and make gcc-2.95 happy
5840           (fixes # 167482, patch by Gergely Nagy).
5841           
5842         * gst/tcp/gsttcpclientsrc.c:
5843         * gst/tcp/gsttcpclientsrc.h:
5844           Move some includes into the header, so that struct sockaddr_in is
5845           defined when it should be defined on FreeBSD as well (fixes
5846           #167483).
5847           
5848         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
5849           Don't pass uninitialised values to setsockopt() here either.
5850
5851 2005-02-17  Luca Ognibene  <luogni at tin dot it>
5852
5853         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5854
5855         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
5856           Don't pass uninitialised values to setsockopt(). (fixes #167704)
5857
5858 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5859
5860         * gst/playback/gstplaybin.c: (add_sink):
5861           Invert bin_add/link order to workaround deadlock in opt.
5862
5863 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5864
5865         * gst/modplug/gstmodplug.cc:
5866           Add missing break causing position queries to fail.
5867
5868 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5869
5870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
5871           Granpos can apparently be -1, which screws up calculations...
5872
5873 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
5874
5875         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5876         (gst_ximagesink_send_pending_navigation),
5877         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
5878         (gst_ximagesink_init):
5879         * sys/ximage/ximagesink.h:
5880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5881         (gst_xvimagesink_send_pending_navigation),
5882         (gst_xvimagesink_navigation_send_event),
5883         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
5884         * sys/xvimage/xvimagesink.h:
5885           Use a mutex protected list to marshal navigation
5886           events into the stream thread from whichever thread
5887           sends them.
5888
5889 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
5890
5891         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
5892           Display current position and track length; misc. clean-ups.
5893           
5894         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
5895         (speed_init), (speed_chain):
5896           Add query function, so that the stream length and current position
5897           get adjusted when queried (note that current position queries may
5898           still be wrong if the audio sink returns values based on buffer
5899           timestamps instead of passing on the query).
5900
5901 2005-02-13  Benjamin Otte  <otte@gnome.org>
5902
5903         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5904         (gst_audio_convert_channels):
5905           create channel conversion matrix when linking
5906         * gst/audioconvert/.cvsignore:
5907         * gst/audioconvert/Makefile.am:
5908         * gst/audioconvert/channelmixtest.c: (main):
5909           add (ugly) test that ensures stereo <=> mono conversion works
5910           correctly
5911
5912 2005-02-13  Benjamin Otte  <otte@gnome.org>
5913
5914         * gst/audioconvert/gstchannelmix.h:
5915           include missing header file
5916         * gst/audioconvert/gstchannelmix.c:
5917         (gst_audio_convert_fill_compatible):
5918           use same sign for both channels when converting to/from compatible
5919           channel. Previously used different signs made the signals cancel
5920           each other out and appear like silence. (fixes #167269)
5921
5922 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5923
5924         * gst/ffmpegcolorspace/avcodec.h:
5925         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5926         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5927         (gst_ffmpegcsp_avpicture_fill):
5928         * gst/ffmpegcolorspace/imgconvert.c:
5929           Convert to and from YV12 (fixes #156379).
5930
5931 2005-02-12  Julien MOUTTE  <julien@moutte.net>
5932
5933         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
5934         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
5935         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
5936         (gst_ximagesink_expose), (gst_ximagesink_set_property),
5937         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
5938         methods from chain and negotiation and vice versa (Fixes #166142).
5939         * sys/ximage/ximagesink.h: Add stream_lock.
5940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
5941         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5942         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5943         (gst_xvimagesink_expose): Check for xcontext before trying to link.
5944
5945 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
5946
5947         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
5948           Don't send "Hey! You gave me a NULL pointer you naughty person" as
5949           error message when we can't open the DVD device (when dvdnav_open()
5950           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
5951           the above). Send something more useful instead (fixes #167117).
5952
5953 2005-02-11  Julien MOUTTE  <julien@moutte.net>
5954
5955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
5956         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
5957         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
5958         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
5959         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
5960         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
5961         methods from chain and negotiation and vice versa (Fixes #166142).
5962         Fix a possible bug of images in the buffer pool being discarded because
5963         we are looking at the wrong geometry.
5964         * sys/xvimage/xvimagesink.h: Add stream_lock.
5965
5966 2005-02-11  David Schleef  <ds@schleef.org>
5967
5968         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
5969         unsigned int. (fixes #167128)
5970
5971 2005-02-11  David Schleef  <ds@schleef.org>
5972
5973         * gst/librfb/Makefile.am: Testing stuff before committing is
5974           for wimps... and people with fast machines.  Fix stupid
5975           mistake.
5976
5977 2005-02-11  David Schleef  <ds@schleef.org>
5978
5979         * configure.ac: Pull in librfb from my CVS tree, because it is
5980           too small and annoying to be separate.  Move rfbsrc plugin
5981           to gst/.
5982         * ext/Makefile.am:
5983         * ext/librfb/Makefile.am:
5984         * ext/librfb/gstrfbsrc.c:
5985         * gst/librfb/Makefile.am:
5986         * gst/librfb/gstrfbsrc.c:
5987         * gst/librfb/rfb.c:
5988         * gst/librfb/rfb.h:
5989         * gst/librfb/rfbbuffer.c:
5990         * gst/librfb/rfbbuffer.h:
5991         * gst/librfb/rfbbytestream.c:
5992         * gst/librfb/rfbbytestream.h:
5993         * gst/librfb/rfbcontext.h:
5994         * gst/librfb/rfbdecoder.c:
5995         * gst/librfb/rfbdecoder.h:
5996         * gst/librfb/rfbutil.h:
5997
5998 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
5999
6000         * gst/speed/Makefile.am:
6001         * gst/speed/demo-mp3.c: (main):
6002         * gst/speed/filter.func:
6003         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6004         (speed_class_init), (speed_init), (speed_chain_int16),
6005         (speed_chain_float32), (speed_chain), (speed_set_property),
6006         (speed_get_property), (speed_change_state):
6007         * gst/speed/gstspeed.h:
6008           Fix speed element and make it chain-based (fixes #156467),
6009           and make it handle more than one channel.
6010
6011 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6012
6013         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6014         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6015         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6016         * ext/dts/gstdtsdec.h:
6017           Don't clobber the stack constructing the channels array.
6018           Make the element chain-based. DTS tracks can now be played.
6019           
6020 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6021
6022         * gst-libs/gst/audio/multichannel.h:
6023         * gst-libs/gst/gconf/gconf.h:
6024         * gst-libs/gst/idct/idct.h:
6025         * gst-libs/gst/media-info/media-info-priv.h:
6026         * gst-libs/gst/play/play.h:
6027         * gst-libs/gst/resample/private.h:
6028         * gst-libs/gst/resample/resample.h:
6029         * gst-libs/gst/riff/riff-ids.h:
6030         * gst-libs/gst/video/video.h:
6031         * gst-libs/gst/video/videosink.h:
6032           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6033           missing, so that they work when included from C++ code.
6034
6035 2005-02-09  David Schleef  <ds@schleef.org>
6036
6037         * testsuite/gst-lint: Check for non-statically scoped
6038           parent_class variables.  This won't be a problem once
6039           plugins are loaded with RTLD_LOCAL.
6040
6041 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6042
6043         * ext/mplex/gstmplexibitstream.cc:
6044           gcc madness.
6045
6046 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6047
6048         * ext/ogg/gstogmparse.c:
6049         * gst/debug/gstnavigationtest.c:
6050           Die, thou faulty symbol pollutors (non-static parent_class).
6051
6052 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6053
6054         * ext/mplex/gstmplexibitstream.cc:
6055           Fix event handling (#165525).
6056
6057 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6058
6059         * ext/mikmod/gstmikmod.c:
6060         * gst/modplug/gstmodplug.cc:
6061           Add missing endianness to template (fixes #165509).
6062
6063 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6064
6065         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6066           Fix wrong order of reading of optional bytes (#165290).
6067
6068 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6069
6070         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6071           Implement FILLER event awareness.
6072
6073 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6074
6075         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6076           Fix track calculations (#166208).
6077
6078 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6079
6080         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6081
6082         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6083         * ext/libpng/gstpngenc.c:
6084           Fix byte-order, use proper fixed caps. Fixes #164197.
6085
6086 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6087
6088         * configure.ac:
6089           Add dvdlpcmdec 
6090
6091         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6092         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6093           Don't push buffers if the src pad isn't negotiated yet.
6094           
6095         * gst/audioconvert/gstaudioconvert.c:
6096         (gst_audio_convert_buffer_to_default_format),
6097         (gst_audio_convert_buffer_from_default_format):
6098           Add support for 24-bit width.
6099
6100         * gst/dvdlpcmdec/.cvsignore:
6101         * gst/dvdlpcmdec/Makefile.am:
6102         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6103         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6104         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6105         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6106         (plugin_init):
6107         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6108           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6109           format. Needs support for the channels maps if someone can find 
6110           a DVD LPCM track with > 2 channels.
6111
6112         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6113         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6114         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6115         * gst/mpegstream/gstdvddemux.h:
6116         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6117         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6118         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6119         * gst/mpegstream/gstmpegdemux.h:
6120         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6121         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6122         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6123         (gst_mpeg_parse_handle_src_query),
6124         (gst_mpeg_parse_handle_src_event):
6125           Use audio/x-dvd-lpcm for LPCM output.
6126           Add DTS output.
6127
6128 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6129
6130         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6131
6132         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6133         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6134           Add BGRA handling (#165736).
6135
6136 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6137
6138         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6139
6140         * gst/law/alaw-decode.c: (alawdec_link):
6141         * gst/law/alaw-encode.c: (alawenc_link):
6142         * gst/law/mulaw-decode.c: (mulawdec_link):
6143         * gst/law/mulaw-encode.c: (mulawenc_link):
6144           Fix caps memleaks (#166600).
6145
6146 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6147
6148         * ext/tarkin/mem.h:
6149         * ext/tarkin/wavelet.h:
6150         * ext/tarkin/yuv.h:
6151         * gst/ffmpegcolorspace/avcodec.h:
6152           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6153           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6154
6155 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6156
6157         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6159         (gst_xvimagesink_change_state):
6160           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6161           Xv video (and thereby regenerate Xv colourkey) in clear() so
6162           that PLAY -> READY -> PLAY works (fixes #162504).
6163
6164 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6165
6166         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6167           Switch to list instead of range, since MJPEG-devices really just
6168           support decimations, not any size.
6169
6170 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6171         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6172         (gst_mpeg2dec_reset), (free_all_buffers),
6173         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6174         * ext/mpeg2dec/gstmpeg2dec.h:
6175           The libmpeg2 user-allocated buffer management is awkward, 
6176           to say the least. Hopefully this fixes things.
6177
6178 2005-02-04  Andy Wingo  <wingo@pobox.com>
6179
6180         * gst/audioconvert/bufferframesconvert.c
6181         (buffer_frames_convert_fixate): New function, fixates to 256
6182         frames per buffer by default. (Much better than 1.)
6183         (buffer_frames_convert_init): Set the fixate function for both src
6184         and sink pad.
6185         (buffer_frames_convert_link): After success setting nonfixed caps,
6186         get the negotiated caps so we can know how many buffer-frames it
6187         will be. No idea how this worked at all before.
6188
6189 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6190
6191         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6192         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6193         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6194         (handle_sequence), (handle_picture):
6195         * ext/mpeg2dec/gstmpeg2dec.h:
6196           Rearrange buffer tracking and refcounting and refactor
6197           a little for readability. 
6198
6199 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6200         * sys/v4l/gstv4l.c: (plugin_init):
6201         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6202         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6203         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6204         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6205         * sys/v4l/gstv4ljpegsrc.h:
6206         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6207         * sys/v4l/v4l_calls.h:
6208         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6209         (gst_v4lsrc_get_fps):
6210         * sys/v4l/v4lsrc_calls.h:
6211           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6212           you jpeg inside rgb frames" driver.
6213           Don't error in the v4lsrc link function, just return 
6214           REFUSED.
6215
6216 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6217
6218         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6219         (gst_qcamsrc_open):
6220           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6221
6222 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6223
6224         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6225           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6226
6227 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6228
6229         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6230           Reset negotiated state on PAUSED->READY.
6231
6232 2005-02-02  David Schleef  <ds@schleef.org>
6233
6234         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6235         whereever possible.  (Fixes #165997)
6236         * examples/capsfilter/capsfilter1.c: (main):
6237         * examples/dynparams/filter.c: (create_ui):
6238         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6239         * examples/seeking/chained.c: (main):
6240         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6241         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6242         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6243         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6244         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6245         * examples/switch/switcher.c: (main):
6246         * ext/dv/demo-play.c: (main):
6247         * ext/faad/gstfaad.c: (gst_faad_change_state):
6248         * ext/mad/gstmad.c: (gst_mad_chain):
6249         * ext/smoothwave/demo-osssrc.c: (main):
6250         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6251         (gst_gconf_render_bin_from_description),
6252         (gst_gconf_get_default_audio_sink),
6253         (gst_gconf_get_default_video_sink),
6254         (gst_gconf_get_default_audio_src),
6255         (gst_gconf_get_default_video_src),
6256         (gst_gconf_get_default_visualization_element):
6257         * gst/level/demo.c: (main):
6258         * gst/level/plot.c: (main):
6259         * gst/playback/gstplaybin.c: (gen_video_element),
6260         (gen_audio_element):
6261         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6262         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6263         * gst/sine/demo-dparams.c: (main):
6264         * gst/spectrum/demo-osssrc.c: (main):
6265         * gst/speed/demo-mp3.c: (main):
6266         * gst/volume/demo.c: (main):
6267         * testsuite/embed/embed.c: (main):
6268
6269 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6270
6271         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6272         (gst_tcpclientsink_finalize):
6273         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6274         (gst_tcpclientsrc_finalize):
6275         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6276         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6277         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6278         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6279           Don't leak the hostname when shutting down.
6280           In tcpserversrc, take a copy of the default hostname.
6281
6282 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6283
6284         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6285           Set caps to systemstream=TRUE.
6286
6287 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6288
6289         * testsuite/Makefile.am:
6290           Fix more OSX buildbots.
6291
6292 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6293
6294         * ext/mpeg2dec/gstmpeg2dec.c:
6295           Don't send things to NULL PAD_PEERs
6296
6297         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6298           Copy-on-write the incoming buffer.
6299
6300         * gst/mpegstream/gstdvddemux.h:
6301         * gst/mpegstream/gstmpegclock.h:
6302         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6303         (normal_seek), (gst_mpeg_demux_handle_src_event):
6304         * gst/mpegstream/gstmpegdemux.h:
6305         * gst/mpegstream/gstmpegpacketize.h:
6306         * gst/mpegstream/gstmpegparse.c:
6307         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6308         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6309         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6310         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6311         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6312         * gst/mpegstream/gstmpegparse.h:
6313         * gst/mpegstream/gstrfc2250enc.h:
6314           Various changes to the way time is computed that make seeking and
6315           total time estimation much better here.
6316           Use G_BEGIN/END_DECLS instead of __cplusplus
6317
6318         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6319           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6320
6321 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6322
6323         * gst/subparse/gstsubparse.c:
6324           Fix OSX buildbot.
6325
6326 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6327
6328         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6329         (theora_enc_chain), (theora_enc_change_state):
6330         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6331         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6332         (gst_vorbisenc_change_state):
6333         * ext/vorbis/vorbisenc.h:
6334           Set granulepos and timestamp correctly for streams not
6335           starting at 0, taking into account the initial delay.
6336
6337 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6338
6339         * gst/mpegstream/gstdvddemux.c:
6340           Add audio/x-dts to audio pad template caps
6341
6342 2005-01-30  David Schleef  <ds@schleef.org>
6343
6344         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6345         (create_context), (gst_polypsink_link): Fix silly endianness
6346         bug.  Add some debugging.  Remove float from caps; it doesn't
6347         work.  Attempt to get remote audio working.
6348
6349 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6350
6351         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6352           Add 3IV2 fourcc.
6353
6354 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6355
6356         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6357         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6358         (gst_avi_demux_stream_data):
6359         * gst/avi/gstavidemux.h:
6360           Invert DIB images. Fixes #132341.
6361
6362 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6363
6364         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6365         (gst_ffmpegcsp_chain):
6366           D'oh, reference the palette data, not the palette structure.
6367           Fixes color distortion in #132341.
6368
6369 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6370
6371         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6372           PAR can be non-fixed when not provided as argument (#162626).
6373
6374 2005-01-29  David Moore  <dcm@acm.org>
6375
6376         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6377
6378         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6379         (gst_qtdemux_loop_header):
6380           Re-apply patch from #142272 that allows non-seekable sources,
6381           re-proposed by Daniel Drake <dsd@gentoo.org>.
6382
6383 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6384
6385         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6386           Use the src template for creating the src pad (#162330).
6387
6388 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6389
6390         * configure.ac:
6391         * ext/musepack/Makefile.am:
6392         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6393         (gst_musepackdec_init), (gst_musepackdec_dispose),
6394         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6395         (gst_musepack_stream_init), (gst_musepackdec_loop),
6396         (gst_musepackdec_change_state):
6397         * ext/musepack/gstmusepackdec.cpp:
6398         * ext/musepack/gstmusepackdec.h:
6399         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6400         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6401         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6402         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6403         * ext/musepack/gstmusepackreader.cpp:
6404         * ext/musepack/gstmusepackreader.h:
6405           Update to 1.1 API (#165446).
6406
6407 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6408
6409         * ext/Makefile.am:
6410           Unbreak buildbot.
6411
6412 2005-01-28  Andy Wingo  <wingo@pobox.com>
6413
6414         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6415         to reflect a different dubious internet source. Add a reference
6416         and some commentary.
6417
6418 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6419
6420         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6421         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6422         * gst/playback/gststreamselector.h:
6423           Be more selective when we're redoing caps negotiation from
6424           within the chain function on a stream change.
6425
6426 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6427
6428         * configure.ac:
6429         * ext/Makefile.am:
6430         * ext/amrnb/Makefile.am:
6431         * ext/amrnb/amrnb.c: (plugin_init):
6432         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6433         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6434         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6435         (gst_amrnbdec_state_change):
6436         * ext/amrnb/amrnbdec.h:
6437         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6438         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6439         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6440         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6441         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6442         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6443         * ext/amrnb/amrnbparse.h:
6444           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6445         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6446           Add AMR-NB/-WB raw formats.
6447         * ext/alsa/gstalsa.c: (gst_alsa_link):
6448           Keep valid time when changing format.
6449         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6450         (qtdemux_parse_trak):
6451           Add some more format-specific options (#140141, #143555, #155163).
6452
6453 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6454
6455         * gst/matroska/matroska-demux.c:
6456         (gst_matroska_demux_parse_blockgroup):
6457           Fix logic error in timing of subtitle stream synchronization.
6458         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6459           Add skip-chunk, which is found in kodak-camera streams.
6460
6461 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6462
6463         * po/LINGUAS:
6464         * po/vi.po:
6465           Adding Vietnamese translation (submitted by Clytie Siddall)
6466
6467 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6468
6469         * gst/playback/gstdecodebin.c: (try_to_link_1):
6470           Use realpad for signal.
6471
6472 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6473
6474         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6475           Fix category so decodebin picks it up.
6476
6477 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6478
6479         * ext/mad/Makefile.am:
6480         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6481         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6482         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6483         (found_type), (gst_id3demux_bin_change_state):
6484         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6485         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6486         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6487         (gst_id3_tag_change_state), (plugin_init):
6488         * ext/mad/gstmad.h:
6489           Add id3demuxbin (which is a simple bin consisting of id3demux
6490           and typefind), take over rank from id3demux, remove typefind
6491           code from id3demux. Makes all broken mp3s that I know of work,
6492           and thereby fixes #152688.
6493
6494 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6495
6496         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6497
6498         * ext/mad/gstmad.c: (gst_mad_src_event):
6499         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6500           Allow seeks on audio pad, make mad forward those (#164826).
6501         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6502           Set duration (#165335).
6503
6504 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6505
6506         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6507         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6508         (gst_asf_demux_process_ext_content_desc),
6509         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6510         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6511         * gst/asfdemux/gstasfdemux.h:
6512           Improve metadata display, e.g. if the metadata comes before the
6513           streams are loaded (which is perfectly valid).
6514
6515 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6516
6517         * tools/gst-launch-ext-m.m:
6518           Fix AVI/ASF pipelines (#165340).
6519
6520 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6521         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6522         build failure on amd64
6523
6524 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6525
6526         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6527         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6528           Check environment variables GST_ID3V2_TAG_ENCODING,
6529           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6530           list of character encodings to force interpretation of non-unicode
6531           strings stored in an ID3v2 tag to a particular encoding. If none
6532           is specified, try to use current locale's encoding, then fall back
6533           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6534         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6535         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6536           Check environment variables GST_ID3V1_TAG_ENCODING,
6537           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6538           list of character encodings to use in case a string encountered
6539           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6540           specified, try to use the current locale's encoding, then fall
6541           back to ISO-8859-1 (which will always succeed).
6542
6543 2005-01-25  Benjamin Otte  <otte@gnome.org>
6544
6545         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6546           - on half framerate, compute the rate in advance so the comparisons
6547             don't compare wrong values
6548           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6549             behaviour
6550           - don't use mad_header_decode anymore, mad_frame_decode does that
6551             automatically
6552           - when getting rid of consumed bytes, reset the stream's skiplen
6553           (fixes #163867)
6554
6555 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6556
6557         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6558           Use 1/2 a second for default max_discont, as PES streams from DVB
6559           seem to have larger spacings in the SCR. 
6560           Fix a typo.
6561
6562 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6563
6564         * gst/playback/gstplaybasebin.c: (group_commit):
6565           Notify delayed stream-info availability.
6566
6567 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6568         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6569         (gst_a52dec_handle_event), (gst_a52dec_chain):
6570         Add some debug output. Check that a discont has a valid
6571         time associated.
6572         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6573         (gst_alsa_sink_loop):
6574         Ignore TAG events. A little extra debug for broken timestamps.
6575         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6576         (dvdnavsrc_change_state):
6577         Ensure we send a discont to engage the link before we send any
6578         other events.
6579         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6580         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6581         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6582         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6583         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6584         dvd://title works in totem because typefinding sends a seek that ends
6585         up going back to chapter 1 regardless.
6586         * ext/mpeg2dec/gstmpeg2dec.c:
6587         * ext/mpeg2dec/gstmpeg2dec.h:
6588         Output correct timestamps and handle disconts.
6589         * ext/ogg/gstoggdemux.c: (get_relative):
6590         Small guard against a null dereference.
6591         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6592         (gst_textoverlay_set_property):
6593         Free memory when done. Don't call gst_event_filler_get_duration on
6594         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6595         g_warning.
6596         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6597         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6598         (gst_sw_srclink), (gst_smoothwave_chain):
6599         Draw solid lines, prettier colours.
6600         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6601         Add a default palette that'll work for some movies.
6602         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6603         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6604         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6605         * gst/mpegstream/gstdvddemux.h:
6606         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6607         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6608         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6609         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6610         * gst/mpegstream/gstmpegparse.h:
6611         Use PTM/NAV events when for timestamp adjustment when connected to 
6612         dvdnavsrc. Don't use many discont events where one suffices.
6613         * gst/playback/gstplaybasebin.c: (group_destroy),
6614         (gen_preroll_element), (gst_play_base_bin_add_element):
6615         * gst/playback/gstplaybasebin.h:
6616         Make sure we remove subtitles from the same bin we put them in.
6617         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6618         (gst_subparse_buffer_format_autodetect),
6619         (gst_subparse_change_state):
6620         Fix some memleaks and invalid accesses.
6621         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6622         (oggskel_type_find), (cmml_type_find), (plugin_init):
6623         Some typefind functions for Annodex v3.0 files
6624         * gst/wavparse/gstwavparse.h:
6625         GstRiffReadClass is the correct parent class.
6626
6627 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6628
6629         * gst-libs/gst/riff/riff-media.c:
6630         (gst_riff_create_video_caps_with_data):
6631           Add extradata to huffyuv (fixes #165013).
6632         * gst-libs/gst/riff/riff-read.c:
6633         (gst_riff_read_strf_vids_with_data):
6634           Fix extradata extraction if it is in the chunk size.
6635
6636 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6637
6638         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6639
6640         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6641         (gst_quarktv_change_state), (gst_quarktv_dispose):
6642           Memory free'ing location fix (#164708).
6643
6644 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6645
6646         * gst/playback/gstplaybasebin.c: (group_commit),
6647         (gen_preroll_element), (probe_triggered), (gen_source_element),
6648         (setup_source), (gst_play_base_bin_change_state),
6649         (gst_play_base_bin_add_element):
6650           Don't block for streams.
6651         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6652         (gst_stream_info_set_mute):
6653           Use gst_pad_set_active_recursive.
6654
6655 2005-01-25  Andy Wingo  <wingo@pobox.com>
6656
6657         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6658         for #ifndef HAVE_XVIDEO.
6659
6660 2005-01-24  Jeffrey C. Ollie
6661
6662         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6663
6664         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6665         * ext/gsm/gstgsmdec.h:
6666         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6667         * ext/gsm/gstgsmenc.h:
6668         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6669         was given by property. Add proper buffer timestamps and offsets.
6670
6671 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6672
6673         * gst-libs/gst/riff/riff-media.c:
6674         (gst_riff_create_audio_caps_with_data):
6675           Audio can be <8000Hz.
6676
6677 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6678
6679         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6680           Explicit state change to workaround refcount bugs.
6681
6682 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6683
6684         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6685         (gst_avimux_riff_get_avi_header):
6686           Fix...
6687
6688 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6689
6690         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6691         (gst_riff_read_element_data):
6692         * gst-libs/gst/riff/riff-read.h:
6693           Add _peek version (req'ed in CDXA).
6694         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6695         (gst_cdxaparse_loop):
6696           Fix parsing in playbin.
6697         * gst/playback/gstdecodebin.c: (close_pad_link):
6698           Ignore current_ pads, they cause major annoyance.
6699
6700 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6701
6702         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6703           Safety guard.
6704
6705 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6706
6707         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6708           Fix padding...
6709
6710 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6711
6712         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6713           Allow for 0-sized buffers. Fixes length query problems in
6714           starwars.mkv from the testsuite.
6715
6716 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6717
6718         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6719         (gst_video_box_i420), (gst_video_box_chain):
6720           Fix row strides for I420 (fixes #163159)
6721           
6722 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6723
6724         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6725           MPEG2 has a useful rate property, so we can actually use that.
6726           For MPEG-1, continue using the bytes/time properties.
6727
6728 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6729
6730         * gst-libs/gst/riff/riff-media.c:
6731         (gst_riff_create_video_caps_with_data),
6732         (gst_riff_create_video_template_caps):
6733           Add intel-h263.
6734
6735 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6736
6737         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6738           Fail if caps negotiation fails. Should fix #162184, and should
6739           definately be in there regardless of it fixing the actual bug.
6740         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6741         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6742         (gst_avimux_riff_get_avix_header),
6743         (gst_avimux_riff_get_video_header),
6744         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6745         (gst_avimux_start_file), (gst_avimux_handle_event),
6746         (gst_avimux_change_state):
6747         * gst/avi/gstavimux.h:
6748           Refactor structure writing to use GST_WRITE_UINT macros, add
6749           metadata writing support.
6750
6751 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6752
6753         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6754           Elements may already be destroyed when this function is called.
6755
6756 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6757
6758         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6759         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6760           More memory leak fixes (#149162).
6761
6762 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6763
6764         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6765         (gst_qtdemux_add_stream):
6766           Fix two memleaks.
6767
6768 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6769
6770         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6771           Argh...
6772
6773 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6774
6775         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6776           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6777           when fixating to six channels in Totem.
6778
6779 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6780
6781         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6782           Fix compile warnings on Solaris 10 buildbot
6783
6784 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6785
6786         * ext/dvdread/dvdreadsrc.c: (_read):
6787           Don't read beyond the last cell in a chapter (fixes 
6788           invalid memory access)
6789
6790 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6791
6792         * ext/dvdread/stream_labels.c:
6793         (dvdreadsrc_get_audio_stream_labels):
6794           Use NULL for an empty GList instead of g_list_alloc(); fix 
6795           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6796           of GString (easier to bulk free later)
6797
6798 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6799
6800         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6801
6802         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6803         (gst_ffmpeg_pixfmt_to_caps):
6804           Fix BGRA32 caps (#164209).
6805
6806 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6807
6808         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6809
6810         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6811         (gst_ffmpeg_caps_to_pixfmt):
6812           alpha_mask can be RGBA/ABGR. Fixes #164265.
6813
6814 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
6815
6816         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6817
6818         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
6819         (gst_mpeg2dec_alloc_buffer):
6820         * ext/mpeg2dec/gstmpeg2dec.h:
6821           Crop if decoding size is not the actual image size (#163676).
6822
6823 2005-01-17  Steve Baker  <steve@stevebaker.org>
6824
6825         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6826
6827         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
6828         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
6829           Add libsndfile typefind functions (#163309).
6830
6831 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6832
6833         * tools/gst-launch-ext-m.m:
6834           Add .aac, fix .m1v/.m2v (#163891).
6835
6836 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6837
6838         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
6839           Sanity check, don't wait endlessly since the clock might not
6840           actually run at this point (which is a deadlock). Fixes #164069.
6841
6842 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6843
6844         * gst/playback/gstplaybasebin.c: (probe_triggered):
6845           Of course, only pause if group is done...
6846
6847 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6848
6849         * gst/playback/gstplaybasebin.c: (probe_triggered):
6850           Thread safety.
6851
6852 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
6853
6854         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
6855           Don't return state change success when the parent
6856           failed.
6857
6858 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6859
6860         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
6861           Free events (fix memleak in #162905).
6862
6863 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
6864
6865         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6866
6867         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6868         (gst_ffmpeg_caps_to_pixfmt):
6869           Fix for depth = 15. Fixes #161675.
6870
6871 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6872
6873         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
6874           Set FPS correctly, even for webcams and the like.
6875         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
6876           Don error on setting while capturing.
6877
6878 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6879
6880         * ext/dv/gstdvdec.c:
6881         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6882         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6883           I'm a bad boy. using /1001. to force C to do float division
6884           and not integer division (as it did in my last commit)
6885           Thanks to David I. Lehn for pointing this mistake.
6886
6887 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6888
6889         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6890           Revert Johan??s 1.35->1.36 since it breaks compat.
6891
6892 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6893
6894         * ext/dv/gstdvdec.c:
6895         * ext/libfame/gstlibfame.c:
6896         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6897         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6898           replace framerate aproximations by their real value
6899           (24000/1001, 30000/1001, 60000/1001)
6900           Finish fixing bug #164049
6901
6902 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6903
6904         * ext/ogg/gstoggmux.c:
6905           eos/bos debugging
6906         * gst/tcp/gstmultifdsink.c:
6907         * gst/tcp/gstmultifdsink.h:
6908         * gst/tcp/gsttcp.c:
6909         * gst/tcp/gsttcp.h:
6910         * gst/tcp/gsttcpclientsink.c:
6911         * gst/tcp/gsttcpclientsrc.c:
6912         * gst/tcp/gsttcpserversink.c:
6913         * gst/tcp/gsttcpserversrc.c:
6914           improve reusability of elements after state changes and errors
6915           make multifdsink throw away streamheaders when receiving new ones
6916
6917 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6918
6919         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6920           Fix for if items are already in list...
6921
6922 2005-01-12  Benjamin Otte  <otte@gnome.org>
6923
6924         * gst/adder/gstadder.c: (gst_adder_loop):
6925           fix adder a bit so it doesn't screw up with events as much anymore
6926
6927 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
6928
6929         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
6930         (pixbufscale_scale), (gst_pixbufscale_chain):
6931         * ext/gdk_pixbuf/pixbufscale.h:
6932           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
6933           to ensure rowstrides are calculated the same way as 
6934           ffmpegcolorspace
6935           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
6936           that we pick up duration and offset also.
6937
6938 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6939
6940         * gst/avi/gstavimux.c: (gst_avimux_class_init),
6941         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
6942           Reusability fixes.
6943
6944 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6945
6946         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
6947         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6948         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
6949         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
6950           Update flags when requested.
6951
6952 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6953
6954         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
6955           Fix dmix.
6956
6957 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6958
6959         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6960         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
6961         (probe_triggered), (new_decoded_pad), (gen_source_element),
6962         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
6963         * gst/playback/gstplaybasebin.h:
6964         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6965         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
6966         (gst_play_bin_change_state):
6967           Implement group-switch signal for use in apps to clear metadata
6968           cache, clean up subtitle, add suburi property instead of # hack,
6969           some error-out fixes.
6970
6971 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6972
6973         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6974           Debug.
6975         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
6976           If we got a state change in the _get handler, don't return success.
6977
6978 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6979
6980         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
6981         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
6982           Make jpegdec quiet on MJPEG decoding
6983         * gst/asfdemux/README:
6984           Fix mimetypes for MJPEG and H263
6985
6986 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6987
6988         * ext/theora/theoradec.c: (theora_dec_chain):
6989           Fix broken code generation by gcc by swapping arguments.
6990         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6991           Fix \n in debug.
6992
6993 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6994
6995         * TODO:
6996           delete this file, it is by far outdated
6997         * ext/alsa/gstalsa.1: remove
6998         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
6999         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7000         (gst_alsa_get_caps):
7001           Add HW probing for supported sample rates. Fixes #161704
7002
7003 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7004
7005         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7006           Don't crash, biatch! :).
7007
7008 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7009
7010         * ext/musepack/gstmusepackreader.cpp:
7011         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7012           Some work on tags - still doesn't work in playbin...
7013         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7014           Handle events...
7015
7016 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7017
7018         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7019           Also shove tags on kid pads.
7020
7021 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7022
7023         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7024           Don't bail on unknown events.
7025         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7026           Don't crash on events before negotiation.
7027         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7028           Send tags on pads, too.
7029         * gst/playback/gststreamselector.c:
7030         (gst_stream_selector_request_new_pad):
7031           Forward events on first pad if no input was selected yet.
7032
7033 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7034
7035         * gst/playback/gstplaybasebin.c: (setup_substreams):
7036           Don't disable streamtype if the stream doesn't exist, since
7037           then playing a video after audio will disable both and nothing
7038           will happen. Fixes the testsuite.
7039
7040 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7041
7042         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7043         (gst_v4l_xoverlay_set_xwindow_id):
7044         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7045         (gst_v4l2_xoverlay_set_xwindow_id):
7046           Add debug categories, fix overlay disabling.
7047
7048 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7049
7050         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7051         * ext/alsa/gstalsa.h:
7052           Add HW probing for period_count/size and buffer_size MIX/MAX
7053           Adjust default/user defined value if out of bounds
7054           Should fix bug #162024
7055
7056 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7057
7058         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7059           Fix warning (#161191).
7060
7061 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7062
7063         * ext/dvdread/stream_labels.c:
7064         (dvdreadsrc_get_audio_stream_labels):
7065           Fix warning (init the good variable in switch default)
7066
7067 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7068
7069         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7070
7071         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7072           Fix gcc-2.95 compile (#163485).
7073
7074 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7075
7076         * configure.ac:
7077         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7078         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7079         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7080         (gst_flacenc_change_state):
7081         * ext/flac/gstflacenc.h:
7082           Update for API change in flac-1.1.1. Update requirement in
7083           configure.ac. Fixes #162974.
7084
7085 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7086
7087         * gst/playback/gstplaybasebin.c: (group_destroy):
7088           Remove hack to get rid of assert and get rid of unlinked
7089           signals properly.
7090
7091 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7092
7093         * gst/playback/gstplaybasebin.c: (setup_source):
7094           Set source to NULL so that resources are free'ed. Fixes issues
7095           with playback of CDDA and similar device-accessing things.
7096
7097 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7098
7099         * testsuite/embed/Makefile.am:
7100           test->noinst, fix make test in buildbot.
7101
7102 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7103
7104         * ext/dvdread/stream_labels.c: new file
7105         * ext/dvdread/stream_labels.h: new file
7106         * ext/dvdread/Makefile.am:
7107         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7108           Extract audio stream label from DVD IFO files.
7109           It only dump them on the console for now, still have to
7110           make playbin aware of them.
7111
7112 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7113
7114         * gst/playback/gstplaybasebin.c: (setup_source):
7115           Fix hanging subs.
7116
7117 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7118
7119         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7120         (gen_preroll_element), (remove_groups), (setup_subtitle),
7121         (gen_source_element), (setup_source):
7122         * gst/playback/gstplaybasebin.h:
7123           Multiple .sub files is just a stupid idea... Fix some threading
7124           mistakes. Interestingly, external .sub files cause playbin to
7125           hang, I don't know why... Parsing fixes contributed by Fran??ois
7126           Kooman <fkooman@tuxed.net>.
7127
7128 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7129
7130         * testsuite/embed/Makefile.am:
7131           Fix buildbot.
7132
7133 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7134
7135         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7136
7137         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7138         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7139         (gst_pngenc_set_property):
7140         * ext/libpng/gstpngenc.h:
7141           Add compression level property (#163323).
7142
7143 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7144
7145         * configure.ac:
7146         * examples/capsfilter/capsfilter1.c: (main):
7147         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7148         * ext/dvdread/Makefile.am:
7149         * ext/dvdread/demo-play:
7150         * ext/dvdread/demo-play.c:
7151         * gconf/gstreamer.schemas.in:
7152         * gst-libs/gst/gconf/gconf.c:
7153         * sys/v4l/TODO:
7154         * testsuite/Makefile.am:
7155         * testsuite/embed/Makefile.am:
7156         * testsuite/embed/embed.c: (cb_expose), (main):
7157           Remove all references to xvideosink, fix examples (#140845).
7158         * gst/playback/gstplaybasebin.c: (group_destroy):
7159           Apparently, disposal does not unlink - so do explicitely.
7160         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7161           Add debug.
7162
7163 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7164
7165         * README: fix PKG_CONFIG_PATH instructions, what was there
7166         previously was breaking default search path, not nice. 
7167         Fixes #163358
7168
7169 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7170
7171         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7172         (gst_audioscale_chain):
7173           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7174           when resampling - how the ^@$^!@^! is this possible?!?
7175
7176 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7177
7178         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7179           Reset variables on READY.
7180         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7181         (gst_matroska_mux_loop):
7182           Require data before writing header.
7183
7184 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7185
7186         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7187
7188         * ext/mad/gstmad.c: (gst_mad_chain):
7189           Don't call mad_stream_sync() directly after recovering sync.
7190           Fixes #151661.
7191
7192 2005-01-09  Martin Eikermann  <meiker@upb.de>
7193
7194         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7195
7196         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7197         (snapshot_handler), (gst_snapshot_sinkconnect),
7198         (gst_snapshot_chain):
7199           Allocate resources when required, fix recursive signal emission
7200           and fix caps. Fixes #161667.
7201
7202 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7203
7204         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7205
7206         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7207         (gst_pngdec_chain):
7208           Handle only 8-bppc (bits-per-pixel-component) images, better
7209           error handling and correct strides. Fixes #163177.
7210         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7211         (gst_pngenc_chain):
7212           Better error handling. Fixes #163348.
7213
7214 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7215
7216         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7217         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7218         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7219         (dvdnavsrc_uri_handler_init):
7220           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7221         * gst/playback/gstplaybasebin.c: (gen_source_element):
7222           Add MMS to streaming URIs.
7223
7224 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7225
7226         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7227         * sys/xvimage/xvimagesink.c:
7228         (gst_xvimagesink_navigation_send_event):
7229           Check for pad availability before sending event.
7230
7231 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7232
7233         * gst-plugins.spec.in:
7234           Add subparse.
7235
7236 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7237
7238         * configure.ac:
7239           Since we use functions from CVS, up requirement.
7240
7241 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7242
7243         * gst/playback/Makefile.am:
7244         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7245         (group_destroy), (group_commit), (group_is_muted),
7246         (gen_preroll_element), (add_stream), (unknown_type),
7247         (probe_triggered), (preroll_unlinked), (mute_stream),
7248         (silence_stream), (new_decoded_pad), (setup_substreams),
7249         (setup_source), (get_active_source), (mute_group_type),
7250         (muted_group_change_state), (set_active_source),
7251         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7252         (play_base_eos), (gst_play_base_bin_change_state):
7253         * gst/playback/gstplaybasebin.h:
7254         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7255         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7256         (gst_stream_info_dispose), (stream_info_mute_pad),
7257         (stream_info_change_state), (gst_stream_info_set_mute):
7258         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7259         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7260         (gst_stream_selector_init), (gst_stream_selector_dispose),
7261         (gst_stream_selector_get_linked_pad),
7262         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7263         (gst_stream_selector_get_linked_pads),
7264         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7265         * gst/playback/gststreamselector.h:
7266           Adding stream selection support plus required properties for
7267           applications to use this. Fully fixes #100931.
7268
7269 2005-01-08  Benjamin Otte  <otte@gnome.org>
7270
7271         * gst/games/gstpuzzle.c: (nav_event_handler):
7272           - handle nav events differently: forward every event no matter if it
7273             was handled or not.
7274           - translate events
7275           You can now cheat by using navigationtest ! puzzle and moving the
7276           mouse close to the edge of a tile. ;)
7277
7278 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7279
7280         * configure.ac:
7281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7282         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7283         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7284         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7285         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7286         (gst_ogm_parse_plugin_init):
7287         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7288         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7289         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7290         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7291         * ext/pango/gsttextoverlay.h:
7292         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7293         (gst_matroska_demux_handle_seek_event),
7294         (gst_matroska_demux_sync_streams),
7295         (gst_matroska_demux_parse_blockgroup),
7296         (gst_matroska_demux_subtitle_caps),
7297         (gst_matroska_demux_plugin_init):
7298         * gst/matroska/matroska-ids.h:
7299         * gst/playback/gstdecodebin.c: (close_pad_link):
7300         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7301         (gen_preroll_element), (remove_groups), (add_stream),
7302         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7303         (setup_source):
7304         * gst/playback/gstplaybasebin.h:
7305         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7306         * gst/subparse/Makefile.am:
7307         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7308         (gst_subparse_base_init), (gst_subparse_class_init),
7309         (gst_subparse_init), (gst_subparse_formats),
7310         (gst_subparse_eventmask), (gst_subparse_event),
7311         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7312         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7313         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7314         (parse_mpsub_deinit), (parse_mpsub_init),
7315         (gst_subparse_buffer_format_autodetect),
7316         (gst_subparse_format_autodetect), (gst_subparse_loop),
7317         (gst_subparse_change_state), (gst_subparse_type_find),
7318         (plugin_init):
7319         * gst/subparse/gstsubparse.h:
7320         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7321         (plugin_init):
7322           Add subtitle support, .sub parser (supports SRT and MPsub),
7323           OGM text support, Matroska UTF-8 text support, deadlock fixes
7324           all over the place, subtitle awareness in decodebin/playbin
7325           and some fixes to textoverlay to handle subtitles in a stream
7326           correctly. Fixes #100931.
7327
7328 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7329
7330         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7331           Check for pad availability before doing a query on it.
7332
7333 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7334
7335         * ext/dv/gstdvdec.c:
7336           really fix bpp24/32 dvdec caps (classic rgba indeed)
7337         * gst/asfdemux/gstasfdemux.c:
7338         (gst_asf_demux_process_ext_content_desc):
7339           don't send text tags if they are empty (bis repetita)
7340
7341 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7342
7343         * ext/dv/gstdvdec.c:
7344          remove unneeded comment from dvdec
7345           (related to DV 4CC codes in AVI files)
7346           moved them in gstreamer/docs/random/mimetypes
7347         * gst/asfdemux/gstasfdemux.c:
7348         (gst_asf_demux_process_ext_content_desc):
7349          don't send text tags if they are empty
7350          fix mem leak on error path
7351         * gst/ffmpegcolorspace/avcodec.h:
7352         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7353         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7354         (gst_ffmpegcsp_avpicture_fill):
7355         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7356         * gst/ffmpegcolorspace/imgconvert_template.h:
7357          adds BGR32 and BGRA32 to ffmpegcolorspace
7358           (still bad colors, fixing it on next commit)
7359           helps with dvdec outputing BGR32
7360
7361 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7362
7363         * ext/dv/gstdvdec.c:
7364          Fix audio caps i just broke (missing ',')
7365         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7366         (gst_matroska_mux_reset):
7367          Fix typo + add FIXME about old "x-gst-metadata" crap
7368
7369 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7370
7371         * ext/dv/demo-play.c: (main):
7372          xvideosink -> xvimagesink
7373         * ext/dv/gstdvdec.c:
7374          change rgb 32/32 caps to 24/32 (no alpha)
7375          change nb of channels to be a list (2 or 4, not 2)
7376          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7377         * gst/asfdemux/gstasfdemux.c:
7378         (gst_asf_demux_process_ext_content_desc):
7379          Add 'date/year' to extracted metadata list
7380
7381 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7382
7383         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7384           The return value of fixate_to does not imply that the requested
7385           value was set, so don't assume.
7386
7387 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7388
7389         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7390
7391         * ext/libpng/gstpngdec.c:
7392         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7393         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7394         * ext/libpng/gstpngenc.h:
7395           Alpha support (encoder; #163161), mime fixage.
7396
7397 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7398
7399         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7400
7401         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7402         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7403         (gst_faac_set_property), (gst_faac_get_property):
7404         * ext/faac/gstfaac.h:
7405           Allow for ADTS output (#153434).
7406
7407 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7408
7409         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7410           Fix against template (#150576).
7411
7412 2005-01-06  Benjamin Otte  <otte@gnome.org>
7413
7414         * gst/games/gstpuzzle.c: (draw_puzzle):
7415           don't draw a puzzle if either width or height of tiles would be 0.
7416
7417 2005-01-06  Benjamin Otte  <otte@gnome.org>
7418
7419         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7420         (gst_puzzle_class_init), (gst_puzzle_finalize):
7421           no memleaks, please
7422         (gst_puzzle_create), (gst_puzzle_init),
7423         (gst_puzzle_set_property), (gst_puzzle_setup):
7424           change initialization code around so we don't reshuffle on resize
7425         (draw_puzzle):
7426           fix another stupid typo
7427
7428 2005-01-06  Benjamin Otte  <otte@gnome.org>
7429
7430         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7431           fix stupid typo that borked copying on YUY2
7432
7433 2005-01-06  Benjamin Otte  <otte@gnome.org>
7434
7435         * gst/games/gstpuzzle.c: (draw_puzzle):
7436           fix edges when image sizes aren't multiples of tile sizes
7437
7438 2005-01-06  Benjamin Otte  <otte@gnome.org>
7439
7440         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7441           make RGB endianness work correctly
7442         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7443           refactor and fix race with initial shuffling
7444         (nav_event_handler):
7445           allow using the mouse to puzzle
7446         (draw_puzzle):
7447           insist on tiles having width and height as multiples of 4 to get
7448           clean YUV image handling
7449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7450         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7451           s/DEBUG/LOG/ for common messages
7452         (gst_xvimagesink_navigation_send_event):
7453           fix mouse event translation to not include screen PAR
7454         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7455           fix mouse event translation to actually work
7456
7457 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7458
7459         * gst/asfdemux/gstasfdemux.c:
7460         (gst_asf_demux_process_ext_content_desc):
7461          Extract TrackNumber metadata + clean up code
7462         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7463          Hope this is the good fix (var used unitialised)
7464
7465 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7466
7467         * ext/faad/gstfaad.c: (gst_faad_chain):
7468           Only increment timestamp if it's valid. Fixes raw AAC streams.
7469
7470 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7471
7472         * configure.ac:
7473         * gst/games/Makefile.am:
7474         * gst/games/gstpuzzle.c:
7475           add a puzzle game with...
7476         * gst/games/gstvideoimage.c:
7477         * gst/games/gstvideoimage.h:
7478           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7479           from videotestsrc and made into something that would be a nice
7480           library for a lot of other plugins.
7481
7482 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7483
7484         * configure.ac:
7485          don't compile faad plugin if a RC of 2.0 is found
7486          Fixes #155346 (and FC1 buildbot)
7487         * gst/asfdemux/gstasfdemux.c:
7488         (gst_asf_demux_process_ext_content_desc):
7489          try to make Solaris compiler happier
7490
7491 2005-01-06  Paul Jack  <pjack@sfaf.org>
7492
7493         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7494
7495         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7496           Fix segfault (#161667).
7497
7498 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7499
7500         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7501           Fix framerate reporting.
7502
7503 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7504
7505         * gst-libs/gst/riff/riff-ids.h:
7506         * gst/wavenc/riff.h:
7507          Add AMR (VBR and CBR) ids to riff.h audio codec list
7508         * gst/asfdemux/gstasfdemux.c:
7509         (gst_asf_demux_process_ext_content_desc),
7510         (gst_asf_demux_process_object):
7511           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7512
7513 2005-01-05  Martin Eikermann  <meiker@upb.de>
7514
7515         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7516
7517         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7518         (gst_dvd_demux_handle_discont):
7519         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7520         (gst_mpeg_demux_handle_discont):
7521           Recreate pads on new-media (#160730).
7522         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7523           Send discont even if manager changes timestamps (#161929).
7524
7525 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7526
7527         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7528
7529         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7530           Fix invalid memory access (#159211).
7531
7532 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7533
7534         * examples/gstplay/player.c: (main):
7535           Don't iterate.
7536         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7537           Add visualizations.
7538         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7539         (gst_a52dec_handle_frame):
7540           Set duration.
7541         * ext/dvdnav/gst-dvd:
7542           Add audioconvert. Fixes #161325.
7543         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7544           Explicitely case to gint64. Possible valgrind error.
7545         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7546         (gst_play_tick_callback), (gst_play_change_state),
7547         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7548         (gst_play_set_location), (gst_play_get_location),
7549         (gst_play_seek_to_time), (gst_play_set_data_src),
7550         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7551         (gst_play_set_visualization), (gst_play_connect_visualization),
7552         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7553         (gst_play_new):
7554           Use playbin. Fixes #139749 and #147744.
7555         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7556           Add genre tag.
7557         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7558         (audioscale_get_type), (gst_audioscale_base_init),
7559         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7560         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7561         (gst_audioscale_link), (gst_audioscale_get_buffer),
7562         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7563         (gst_audioscale_init), (gst_audioscale_dispose),
7564         (gst_audioscale_chain), (gst_audioscale_set_property),
7565         (gst_audioscale_get_property), (plugin_init):
7566           Indent properly.
7567         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7568           Fix LPCM.
7569         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7570         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7571         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7572           Add more metadata (fixes #162656).
7573
7574 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7575
7576         * configure.ac:
7577           back to cvs
7578
7579 === release 0.8.7 ===
7580
7581 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7582
7583         * NEWS:
7584         * RELEASE:
7585         * configure.ac:
7586           releasing 0.8.7, "Hyperspace"
7587
7588 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7589
7590         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7591
7592         * gst/playback/gstplaybasebin.c:
7593          Fix for #162924 - free caps after use, not before
7594
7595 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7596
7597         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7598
7599         * gst/playback/gstplaybasebin.c:
7600         * gst/wavparse/gstwavparse.c:
7601           Fix for #154773 - fixes playback of small .wav files
7602
7603 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7604
7605         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7606
7607         * gst/audioscale/gstaudioscale.c:
7608           Fix for #162819 - make audioscale reusable
7609           Fixes playback of more than one file with playbin/totem
7610
7611 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7612
7613         * gst/ffmpegcolorspace/avcodec.h:
7614         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7615         * gst/ffmpegcolorspace/imgconvert.c:
7616           clean up the mess that made me cry and avoid needless duplication
7617
7618 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7619
7620         * gst/ffmpegcolorspace/imgconvert.c:
7621           give some indication of why we're segfaulting
7622
7623 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7624
7625         * configure.ac:
7626           Fix indentation, fix v4l2 plugin detection.
7627         * ext/Makefile.am:
7628           Fix libmms location (Maciej, use diff -u!).
7629         * ext/alsa/gstalsa.c: (gst_alsa_init):
7630           Initialize caps cache to NULL.
7631         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7632           Only change state on audiosink if it exists.
7633
7634 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7635
7636         * gst/matroska/matroska-demux.c:
7637         * gst/matroska/matroska-ids.h:
7638         * gst/matroska/matroska-demux.h:
7639         Fix Vorbis streams failing to decode in some files, where cluster_time
7640         isn't 0, because then it doesn't send codec_priv before actual data.
7641         Remove time-based test and replace it with marker set on beginning of
7642         new stream
7643
7644 2004-12-28  David Schleef  <ds@schleef.org>
7645
7646         Merge patch from Ronald fixing problems with streaming
7647         text.
7648         * ext/cairo/gstcairo.c: (plugin_init):
7649         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7650         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7651         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7652         (gst_textoverlay_font_init), (gst_textoverlay_init),
7653         (gst_textoverlay_set_property):
7654         * ext/cairo/gsttextoverlay.h:
7655
7656 2004-12-27  David Schleef  <ds@schleef.org>
7657
7658         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7659         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7660         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7661         (gst_textoverlay_font_init), (gst_textoverlay_init),
7662         (gst_textoverlay_set_property): Improvements to actually
7663         render text as white on black outline on video, including
7664         font selection and horizontal/vertical alignment.  (Ronald's
7665         christmas present)
7666         * ext/cairo/gsttextoverlay.h:
7667
7668 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7669
7670         * ext/ogg/gstogg.c:
7671         * ext/ogg/gstogmparse.c:
7672           fix ogm[audio/video]parse plugin registration
7673           (riff won't load if bytestream is already loaded)
7674
7675 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7676
7677         * gst/audioconvert/gstchannelmix.c:
7678           fix for GLIB < 2.4
7679
7680 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7681
7682         * Makefile.am:
7683         * configure.ac:
7684           disable docs again until it actually passes make distcheck.
7685
7686 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7687
7688         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7689         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7690         (plugin_init):
7691           Add 3GP (variables name Q3GP because they can't start with a
7692           number). Add samr audio fourcc (used in .3gp files), decoder
7693           is work in progress. Also do a GST_WARNING instead of ERROR
7694           in case of unknown nodes, to decrease output.
7695
7696 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7697
7698         * Makefile.am:
7699           really fix dist
7700
7701 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7702
7703         * configure.ac:
7704         * ext/speex/gstspeexdec.h:
7705         * ext/speex/gstspeexenc.h:
7706           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7707           Fix detection code in configure.ac
7708
7709 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7710
7711         * gst/matroska/matroska-demux.c:
7712         (gst_matroska_demux_parse_blockgroup):
7713           Save position, so that queries give proper return values. Don't
7714           know how this could ever have worked before...
7715
7716 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7717
7718         * configure.ac:
7719           Put additional LAME check inside the conditional.  Fixes #152339
7720
7721 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7722
7723         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7724         (gst_avi_demux_stream_scan):
7725           Add some more debug. Fix logic error when setting movi offset
7726           while reading index.
7727
7728 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7729
7730         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7731         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7732         (gst_avi_demux_process_next_entry):
7733           Add some debugging. Better detection of broken indexes and the
7734           accompanying index recovery. No infinite loops on state changes
7735           when we're still in our loopfunction.
7736
7737 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7738
7739         * configure.ac:
7740           Fix up.
7741
7742 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7743
7744         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7745
7746         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7747           Normalizing the value before setting
7748         (gst_sunaudiomixer_get_volume):
7749           Normalizing the value after getting. Fixes bug# 161980
7750
7751 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7752
7753         * Makefile.am: Make sure docs gets disted
7754         * docs/Makefile.am: Make sure all needed files get disted
7755         * gst-plugins.spec.in: latest updates
7756
7757 2004-12-22  Wim Taymans  <wim@fluendo.com>
7758
7759         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7760         Revert patch 1.38 as clock distribution over schedulers does
7761         not work correcly in the core yet.
7762
7763 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7764
7765         * sys/oss/README: remove this file, which predates my birth
7766           (and which content is by far outdated)
7767
7768 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7769
7770         * Makefile.am:
7771         * configure.ac:
7772         * docs/Makefile.am:
7773         * docs/libs/Makefile.am:
7774         * docs/libs/gst-plugins-libs-docs.sgml:
7775         * docs/libs/gst-plugins-libs-sections.txt:
7776         * docs/libs/tmpl/gstgconf.sgml:
7777         * docs/upload.mak:
7778         * docs/version.entities.in:
7779           Added boilerplate gtk-doc files for plugin-libs documentation.
7780
7781 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7782
7783         * gst/auparse/gstauparse.c: fix int and float audio caps
7784
7785 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7786
7787         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7788         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7789           g_assert() can be a macro, don't use #ifdef inside it.
7790
7791 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7792
7793         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7794
7795         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7796         (gst_videorate_init), (gst_videorate_chain),
7797         (gst_videorate_change_state):
7798           Event handling (fixes #159986).
7799
7800 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7801
7802         * gst-libs/gst/riff/riff-media.c:
7803         (gst_riff_create_video_caps_with_data):
7804           Add BLZ0 (Blizzard's version of DivX) fourcc.
7805
7806 2004-12-18  David Schleef  <ds@schleef.org>
7807
7808         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
7809         portability fix.
7810
7811 2004-12-18  David Schleef  <ds@schleef.org>
7812
7813         * gst/tta/ttadec.h: Disable some header code that isn't used
7814         and clearly isn't portable.
7815
7816 2004-12-18  David Schleef  <ds@schleef.org>
7817
7818         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
7819         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7820         (avcodec_get_pix_fmt), (avpicture_layout),
7821         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
7822         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
7823         Fix code to not use GCC extensions (and c99 extensions that
7824         Forte does not like.)
7825
7826 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7827
7828         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7829
7830         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
7831         (gst_deinterlace_chain):
7832           Rowstride fixes. Fixes #161039.
7833         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
7834         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
7835         (gst_video_crop_getcaps), (gst_video_crop_link),
7836         (gst_video_crop_i420), (gst_video_crop_chain),
7837         (gst_video_crop_change_state):
7838           Rework of negotiation. Actually works now. Fixes #158650.
7839
7840 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7841
7842         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
7843           That was very stupid.
7844
7845 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7846
7847         * gst/matroska/matroska-demux.c:
7848         (gst_matroska_demux_parse_blockgroup):
7849           Fix possible crasher.
7850
7851 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7852
7853         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
7854         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
7855           Lace sizes can be zero.
7856
7857 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7858
7859         * ext/musepack/gstmusepackdec.cpp:
7860           Fetch error return values. Fixes #161624.
7861         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7862           Really EOS.
7863
7864 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7865
7866         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7867           Work for truncated (unfinished download etc.) files. Fixes #160514.
7868
7869 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7870
7871         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7872           Fix for integer overflow. Makes #156001 not crash. Probably masks
7873           the real bug.
7874
7875 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7876
7877         * gst/ac3parse/gstac3parse.c: (plugin_init):
7878           Parsers never have ranks. Fixes #159651.
7879
7880 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7881
7882         * gst/playback/gstdecodebin.c: (compare_ranks):
7883           make sure the facotries are ordered the same every time even if they
7884           have the same rank by using the name
7885         * gst/playback/gstdecodebin.c: (find_compatibles):
7886           make sure we don't add factories to the list twice
7887
7888 2004-12-16  David Schleef  <ds@schleef.org>
7889
7890         * configure.ac: look for musepack headers as musepack/*.h
7891         (fixes #159847)
7892         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
7893         * ext/musepack/gstmusepackreader.h: same
7894
7895 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7896
7897         * gst-libs/gst/riff/riff-read.c:
7898         (gst_riff_read_strf_auds_with_data):
7899           Read extradata correctly (fixes #155879).
7900
7901 2004-12-16  David Schleef  <ds@schleef.org>
7902
7903         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
7904         audio.  does _not_ attempt or allow conversion unless channels
7905         is 1 or 2.
7906
7907 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7908
7909         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
7910
7911 2004-12-16  David Schleef  <ds@schleef.org>
7912
7913         * gst/audioscale/gstaudioscale.c: the resample library only
7914         handles 1 or 2 channels.  Change caps to compensate.
7915
7916 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7917
7918         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
7919         (gst_matroska_demux_audio_caps):
7920           Some MPEG-AAC hacks, because else it doesn't work...
7921
7922 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7923
7924         * gst-libs/gst/riff/riff-media.c:
7925         (gst_riff_create_video_caps_with_data),
7926         (gst_riff_create_video_template_caps):
7927           Add h264.
7928
7929 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7930
7931         * gst-libs/gst/audio/Makefile.am:
7932           Try to fix buildbot.
7933
7934 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7935
7936         * gst/tcp/gstmultifdsink.c:
7937           Clean up and uniformize debugging.
7938
7939 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
7940
7941         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7942
7943         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7944         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
7945         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
7946         (gst_mpeg_demux_change_state):
7947           Reset on ready. Fixes 160276.
7948
7949 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7950
7951         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7952
7953         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7954         (gst_ffmpegcsp_pad_link):
7955           Fix memleak (#154815).
7956
7957 2004-12-16  James Bowes  <bowes@cs.dal.ca>
7958
7959         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7960
7961         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
7962         (gst_musicbrainz_init), (gst_musicbrainz_chain),
7963         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
7964         * ext/musicbrainz/gsttrm.h:
7965           Add support for using a proxy server when getting a trm id from
7966           the MusicBrainz database (#149613).
7967
7968 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
7969
7970         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7971
7972         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
7973         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
7974           Fix memleaks (#157233).
7975
7976 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
7977
7978         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7979
7980         * gst-libs/gst/resample/resample.c: (gst_resample_close):
7981         * gst-libs/gst/resample/resample.h:
7982         * gst/audioscale/gstaudioscale.c:
7983           Fix memleak (#159215).
7984
7985 2004-12-16  Toni Willberg  <toniw@iki.fi>
7986
7987         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7988
7989         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7990         * sys/oss/oss_probe.c: (main):
7991           Check for mono/stereo support (similar to samplerate probing),
7992           fixes #159433. Also add missing copyright header to oss_probe.c.
7993
7994 2004-12-15  David Schleef  <ds@schleef.org>
7995
7996         * configure.ac: add audioresample and cairo plugins.  Remove
7997         HAVE_MMX stuff, because it's not used.
7998         * ext/Makefile.am: same
7999         * ext/audioresample/Makefile.am: You are not ready for an
8000         audio resampling element based on audioresample.
8001         * ext/audioresample/gstaudioresample.c:
8002         * ext/audioresample/gstaudioresample.h:
8003         * ext/cairo/Makefile.am: You are not ready for overlay elements
8004         based on cairo.  Don't look too closely, these elements kinda
8005         suck right now.
8006         * ext/cairo/gstcairo.c: new
8007         * ext/cairo/gsttextoverlay.c: new
8008         * ext/cairo/gsttextoverlay.h: new
8009         * ext/cairo/gsttimeoverlay.c: new
8010         * ext/cairo/gsttimeoverlay.h: new
8011         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8012         problem with compilers that don't support variadic macros.
8013
8014 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8015
8016         Reviewed by:  David Schleef  <ds@schleef.org>
8017
8018         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8019         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8020         bit.  Also ran indent-gst.
8021         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8022         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8023         (gst_sunaudiosrc_setparams):
8024
8025 2004-12-14  David Schleef  <ds@schleef.org>
8026
8027         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8028         output rate to 16000.  Should fix #160235.
8029
8030 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8031
8032         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8033         Add typefinding for mpeg2 pes streams
8034
8035 2004-12-13  David Schleef  <ds@schleef.org>
8036
8037         * configure.ac:  Applied patch from bug #143659, making default
8038         sources and sinks OS-dependent (for Solaris), and added code
8039         for OS/X.
8040         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8041
8042 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8043
8044         * gst-libs/gst/riff/riff-media.c:
8045           forgot to add h2.64 to avidemux template caps
8046
8047 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8048
8049         * gst/wavenc/riff.h:
8050         * gst-libs/gst/riff/riff-media.c:
8051         * gst-libs/gst/riff/riff-ids.h:
8052         * gst/avi/gstavimux.c
8053         add 4CC code for VideoSoft h264 in AVI (VSSH)
8054           fixes bug #160655
8055         remove s323 from riff, it's quicktime specific :(
8056
8057 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8058
8059         * gst/asfdemux/README
8060         * gst/wavenc/riff.h
8061         * gst-libs/gst/riff/riff-ids.h
8062         * gst-libs/gst/riff/riff-media.c
8063         * gst/qtdemux/qtdemux.c:
8064           add new 4CC codes for h263 related codecs
8065           fixes partially bug #155163
8066
8067 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8068
8069         * configure.ac: Update polyaudio requirement to 0.7
8070         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8071
8072 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8073
8074         * gst/interleave/deinterleave.c:
8075         fix my name's spelling! :)
8076
8077 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8078
8079         * AUTHORS ChangeLog
8080         * gst/auparse/gstauparse.c
8081         * gst/interleave/deinterleave.c
8082         * gst/law/:
8083                 alaw-decode.c alaw-encode.c
8084                 mulaw-decode.c mulaw-encode.c
8085         * gst/oneton/gstoneton.c
8086         * sys/osxaudio/:
8087                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8088         * sys/osxvideo/:
8089                 cocoawindow.h cocoawindow.m
8090                 osxvideosink.h osxvideosink.m
8091
8092         put the same mail address for Zaheer Abbas Merali everywhere
8093
8094 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8095
8096         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8097           Align by packetsize, and assert that we a packet available before
8098           playing. The first makes webstreams work (they often include
8099           trailing padding data in a packet), the second allows pausing a
8100           ASF stream in totem without getting demux errors afterwards.
8101
8102 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8103
8104         * ext/ogg/gstoggdemux.c: (get_relative):
8105           Check for non-NULL before accessing member (end-of-chain).
8106
8107 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8108
8109         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8110         (cdparanoia_set_property), (cdparanoia_get_property):
8111         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8112         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8113         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8114         (dvdreadsrc_init), (dvdreadsrc_set_property),
8115         (dvdreadsrc_get_property):
8116         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8117         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8118           Synchronize property names where not yet the case. Devices are
8119           now device=X, other versions are deprecated (but still exist).
8120           Also use g_free() unconditionally.
8121         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8122         (setup_source), (gst_play_base_bin_get_property):
8123           Expose source.
8124
8125 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8126
8127         * configure.ac: move GCONF macro outside conditional for the am
8128           conditional. Fixes #160439
8129
8130 2004-12-08  David Schleef  <ds@schleef.org>
8131
8132         * tools/gst-visualise-m.m: Switch to elements that currently
8133         exist.
8134
8135 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8136
8137         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8138           We love wrong commas.
8139
8140 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8141
8142         * gst/matroska/matroska-demux.c:
8143         (gst_matroska_demux_handle_src_query):
8144           Don't set DEFAULT, unsupported - makes length display incorrectly
8145           in some cases.
8146
8147 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8148
8149         * gst/monoscope/README: remove blurb about files being GPL
8150         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8151         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8152           monoscope is now effectively LGPL licensed
8153
8154 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8155
8156         * gst/monoscope/README: Update information to be more correct
8157         * gst/monoscope/convolve.c: Relicense to LGPL
8158         * gst/monoscope/convolve.h: Relicense to LGPL
8159
8160 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8161
8162         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8163           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8164         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8165           set default_duration for mpeg1 audio
8166
8167 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8168
8169         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8170         * ext/alsa/gstalsa.h:
8171           refactor big chunks of the core caps negotiation code to make it
8172           a lot faster, because people claim it's really slow
8173           (actually, just cache the getcaps when the device is opened)
8174
8175 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8176
8177         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8178         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8179         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8180         (gst_a52dec_change_state), (plugin_init):
8181         * ext/a52dec/gsta52dec.h:
8182           Do something useful with timestamps. Make chain-based (since
8183           there's really no reason to be loopbased).
8184         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8185           Update current_byte/frame correctly.
8186
8187 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8188
8189         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8190         (gst_ape_demux_stream_init):
8191           Forward tags, too.
8192
8193 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8194
8195         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8196           Let's make sure we're done typefinding when detecting tags.
8197
8198 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8199
8200         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8201         (gst_ebml_read_init), (gst_ebml_read_use_event),
8202         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8203         (gst_ebml_read_seek), (gst_ebml_read_skip),
8204         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8205         (gst_ebml_read_master):
8206         * gst/matroska/ebml-read.h:
8207         * gst/matroska/matroska-demux.c:
8208         (gst_matroska_demux_parse_contents),
8209         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8210           Disgustingly evil hack for working around INTERRUPT events and
8211           their extremely annoying habit of being a pain in the ass. We
8212           simply peek a cluster before reading any of it.
8213
8214 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8215
8216         * ext/musepack/gstmusepackdec.cpp:
8217           There's also floating point libmusepacks.
8218
8219 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8220
8221         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8222         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8223           Set DURATION even if source buffer didn't. Also use increasing
8224           timestamps.
8225         * gst-libs/gst/riff/riff-media.c:
8226         (gst_riff_create_audio_caps_with_data):
8227           Block_align can have larger values than 8192.
8228
8229 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8230
8231         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8232         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8233         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8234         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8235           Fix caps.
8236
8237 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8238
8239         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8240           Fix logic bug.
8241
8242 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8243
8244         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8245           Yay, another one.
8246
8247 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8248
8249         * ext/esd/esdsink.c: (gst_esdsink_chain):
8250           Make error actually say something useful (fixes #156798).
8251         * gst-libs/gst/riff/riff-media.c:
8252         (gst_riff_create_video_caps_with_data),
8253         (gst_riff_create_video_template_caps):
8254           Add Intel Video 5.0 fourcc (IV50).
8255
8256 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8257
8258         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8259         detection on mono and stereo mp3 files.
8260
8261 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8262
8263         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8264           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8265           the contained stream).
8266
8267 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8268
8269         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8270           Oops, remove debug.
8271
8272 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8273
8274         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8275
8276         * gst/law/alaw-decode.c: (alawdec_getcaps):
8277         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8278           Prevent warnings when negotiating caps (fixes #159338).
8279
8280 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8281
8282         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8283         (gst_ffmpegcsp_chain):
8284           Remove old leftover that shouldn't be there...
8285
8286 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8287
8288         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8289
8290         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8291           Don't forward DISCONT events (fixes #159684).
8292
8293 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8294
8295         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8296           Unlink manually since sometimes bin disposal (and therefore
8297           pad unlinking) is delayed, which will cause a new media file
8298           to not be able to start playing instantly.
8299
8300 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8301
8302         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8303           On mute of an unlinked stream, check for pad availability so
8304           we don't crash on unlinked pad.
8305
8306 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8307
8308         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8309         (gst_avi_demux_massage_index):
8310           Fix quite humiliating bug in omitting 0-sized index chunks but
8311           forgetting to count them for timestamps.
8312
8313 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8314
8315         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8316           Actually leave the loop if we failed to sync. Don't crash.
8317
8318 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8319
8320         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8321         (gst_dvd_demux_process_private):
8322         * gst/mpegstream/gstdvddemux.h:
8323           Fix crash (#159759). Doesn't work, though. :-(.
8324
8325 2004-11-28  Benjamin Otte  <otte@gnome.org>
8326
8327         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8328           more overwriting protection due to modifying channels one by one
8329           instead of all at once
8330
8331 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8332
8333         * gst/audioconvert/gstchannelmix.c:
8334         (gst_audio_convert_fill_normalize):
8335           Normalize using absolute values.
8336
8337 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8338
8339         * configure.ac:
8340         * ext/Makefile.am:
8341         * ext/directfb/Makefile.am:
8342         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8343         (gst_directfbvideosink_get_pixel_format),
8344         (gst_directfbvideosink_get_format_from_fourcc),
8345         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8346         (gst_directfbvideosink_sink_link),
8347         (gst_directfbvideosink_change_state),
8348         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8349         (gst_directfbvideosink_buffer_alloc),
8350         (gst_directfbvideosink_interface_supported),
8351         (gst_directfbvideosink_interface_init),
8352         (gst_directfbvideosink_navigation_send_event),
8353         (gst_directfbvideosink_navigation_init),
8354         (gst_directfbvideosink_set_property),
8355         (gst_directfbvideosink_get_property),
8356         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8357         (gst_directfbvideosink_base_init),
8358         (gst_directfbvideosink_class_init),
8359         (gst_directfbvideosink_get_type), (plugin_init):
8360         * ext/directfb/directfbvideosink.h: Adding a first version of
8361         directfbvideosink.
8362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8363         more.
8364
8365 2004-11-28  Benjamin Otte  <otte@gnome.org>
8366
8367         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8368           walk the samples backwards if out_channels > in_channels so we don't
8369           overwrite data
8370
8371 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8372
8373         * gst/audioconvert/Makefile.am:
8374         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8375         (gst_audio_convert_link), (gst_audio_convert_change_state),
8376         (gst_audio_convert_channels):
8377         * gst/audioconvert/gstchannelmix.c:
8378         (gst_audio_convert_unset_matrix),
8379         (gst_audio_convert_fill_identical),
8380         (gst_audio_convert_fill_compatible),
8381         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8382         (gst_audio_convert_fill_others),
8383         (gst_audio_convert_fill_normalize),
8384         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8385         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8386         * gst/audioconvert/gstchannelmix.h:
8387           Implement a channel mixer.
8388
8389 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8390
8391         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8392         * ext/alsa/gstalsa.h:
8393         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8394         Make alsasink actually honor gst_element_set_clock and use that
8395         clock instead of its internal one.
8396
8397 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8398
8399         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8400         (gst_play_base_bin_change_state): nullify source and decoder when
8401         going from READY to NULL so that we don't try to do weird stuff with
8402         them when going from NULL to READY
8403         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8404         instead of g_object_unref
8405         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8406         it should be correct
8407         (gst_play_bin_change_state): don't call remove_sinks if we are
8408         currently disposing the object
8409
8410 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8411
8412         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8413           Don't forget bass if it's there. Else left channel is silent...
8414
8415 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8416
8417         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8418         (gst_a52dec_change_state):
8419           Don't do sample adjusting anymore, we use float audio now.
8420         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8421           Don't fixate to non-existing properties.
8422
8423 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8424
8425         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8426         (gst_a52dec_change_state):
8427           Advertise that we can do surround sound.
8428
8429 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8430
8431         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8432           Add buffer-frames=0.
8433         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8434         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8435         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8436         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8437         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8438         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8439         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8440         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8441         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8442         * ext/dvdread/dvdreadsrc.h:
8443           Add seeking, querying for bytes, sectors, title, angle and
8444           chapter. Handle multiple chapters. Relicense to LGPL because
8445           Billy agreed on that (thanks Billy!).
8446
8447 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8448
8449         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8450         call parent dispose method
8451
8452 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8453
8454         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8455         (gst_audio_clock_get_internal_time):
8456         Fix active <-> inactive transitions: ensure time value always
8457         grows and avoid abrupt value changes.
8458
8459 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8460
8461         * configure.ac:
8462         * gst/tta/Makefile.am:
8463         * gst/tta/crc32.h:
8464         * gst/tta/filters.h:
8465         * gst/tta/gsttta.c:
8466         * gst/tta/gstttadec.c:
8467         * gst/tta/gstttadec.h:
8468         * gst/tta/gstttaparse.c:
8469         * gst/tta/gstttaparse.h:
8470         * gst/tta/ttadec.h:
8471           added TTA parser and decoder
8472
8473 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8474
8475         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8476         (probe_triggered), (check_queue), (buffer_underrun),
8477         (buffer_running), (buffer_overrun), (gen_source_element),
8478         (setup_source):
8479         * gst/playback/gstplaybasebin.h:
8480           Implement buffering. Needs some more work.
8481
8482 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8483
8484         * ext/theora/theoradec.c: (theora_dec_chain):
8485           Fix ilog mask range overflow.
8486
8487 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8488
8489         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8490           Don't omit the last (which in case of dmix is the only :) )
8491           channel count. Don't set channels if <= 2.
8492
8493 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8494
8495         * gst/playback/gstplaybin.c: (gen_video_element),
8496         (gen_audio_element): Removed 2 obsolete comments
8497
8498 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8499
8500         * ext/vorbis/oggvorbisenc.c
8501         * ext/vorbis/vorbisenc.c :
8502           change description fields of those plugins to differentiate them
8503           (pitivi show Encoders by description, they had the same one)
8504
8505 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8506
8507         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8508
8509         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8510         (gst_play_bin_set_property), (gen_video_element),
8511         (gen_audio_element):
8512           Refcounting fixes for provided audio-/videosinks.
8513
8514 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8515
8516         * gst/playback/gstplaybin.c: (gen_video_element),
8517         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8518           Don't reference all sinks, but only the video- and audiosinks.
8519           The vis. element should be disposed when we're done with it.
8520           We don't have any reason to keep it around. This fixes warnings
8521           when reusing playbin for playing multiple audio files with
8522           vis. enabled. Also release audio device on pause - idea stolen
8523           from Rhythmbox.
8524
8525 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8526
8527         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8528         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8529         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8530         * ext/alsa/gstalsaplugin.c: (plugin_init):
8531         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8532         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8533         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8534         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8535         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8536         (gst_faad_change_state), (plugin_init):
8537         * ext/faad/gstfaad.h:
8538         * ext/vorbis/vorbis.c: (plugin_init):
8539         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8540         * gst-libs/gst/audio/Makefile.am:
8541         * gst-libs/gst/audio/audio.c: (plugin_init):
8542         * gst-libs/gst/audio/multichannel.c:
8543         (gst_audio_check_channel_positions),
8544         (gst_audio_get_channel_positions),
8545         (gst_audio_set_channel_positions),
8546         (gst_audio_set_structure_channel_positions_list),
8547         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8548         (gst_audio_fixate_channel_positions):
8549         * gst-libs/gst/audio/multichannel.h:
8550         * gst-libs/gst/audio/testchannels.c: (main):
8551         * gst/audioconvert/gstaudioconvert.c:
8552         (gst_audio_convert_class_init), (gst_audio_convert_init),
8553         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8554         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8555         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8556         * gst/audioconvert/plugin.c: (plugin_init):
8557           Surround sound support.
8558
8559 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8560
8561         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8562           Fix position for discont if we're close as well. Nitpicking, but
8563           saves a few milliseconds of extra waiting or skipping.
8564
8565 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8566
8567         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8568           We sometimes need parsers for playback, so add those too.
8569
8570 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8571
8572         * configure.ac:
8573         * gst/apetag/Makefile.am:
8574         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8575         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8576         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8577         (gst_ape_demux_get_src_query_types),
8578         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8579         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8580         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8581         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8582         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8583         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8584         (gst_ape_demux_change_state):
8585         * gst/apetag/apedemux.h:
8586         * gst/apetag/apetag.c: (plugin_init):
8587         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8588         (plugin_init):
8589           APE v1/2 tag reader plus typefind function.
8590
8591 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8592
8593         * configure.ac:
8594         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8595         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8596           Remove hacks for older core. Require newer core version
8597           accordingly.
8598
8599 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8600
8601         * gst/cdxaparse/Makefile.am:
8602         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8603         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8604         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8605         * gst/cdxaparse/gstcdxaparse.h:
8606         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8607         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8608         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8609         (gst_cdxastrip_get_src_query_types),
8610         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8611         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8612         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8613         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8614         * gst/cdxaparse/gstcdxastrip.h:
8615           SVCD/VCD header stripping separated from CDXA image parsing.
8616         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8617         (plugin_init):
8618           Add VCD/SVCD header typefinding for VCD/SVCD.
8619         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8620         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8621         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8622         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8623         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8624         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8625         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8626         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8627         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8628         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8629         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8630         * sys/vcd/vcdsrc.h:
8631           Fix up, add seeking, querying, URI interface. Works in totem now.
8632
8633 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8634
8635         * configure.ac:
8636           back to CVS
8637
8638 === release 0.8.6 ===
8639
8640 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8641
8642         * NEWS:
8643         * RELEASE:
8644         * configure.ac:
8645         * po/af.po:
8646         * po/az.po:
8647         * po/cs.po:
8648         * po/en_GB.po:
8649         * po/hu.po:
8650         * po/it.po:
8651         * po/nb.po:
8652         * po/nl.po:
8653         * po/or.po:
8654         * po/sq.po:
8655         * po/sr.po:
8656         * po/sv.po:
8657         * po/uk.po:
8658           releasing 0.8.6, "IOU Love"
8659
8660 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8661
8662         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8663
8664         * gst/playback/gstplaybasebin.c:
8665           Fix unplayable files error handling.  Fixes #158365
8666
8667 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8668
8669         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8670
8671         * gst/typefind/gsttypefindfunctions.c:
8672           Fix broken mp3 typefinding.  Fixes #158375
8673
8674 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8675
8676         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8677
8678         * ext/ogg/gstoggdemux.c:
8679           Fix sync on broken files.  Fixes #158976
8680
8681 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8682
8683         patch by: Edward Hervey <bilboed@bilboed.com>
8684
8685         * ext/libpng/gstpngenc.c:
8686           Copy over buffer properties.  Fixes #158832
8687
8688 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8689
8690         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8691
8692         * ext/dvdread/dvdreadsrc.c:
8693           Fixes invalid reads (#158462)
8694
8695 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8696
8697         * sys/v4l/gstv4lsrc.c:
8698         * sys/v4l/gstv4lsrc.h:
8699         * sys/v4l/v4lsrc_calls.c:
8700           Probe less and cache it.  Fixes #159187.
8701
8702 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8703
8704         * gst/videorate/gstvideorate.c:
8705           Handle all video formats. Fixes #159186.
8706
8707 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8708         * gst/synaesthesia/gstsynaesthesia.c:
8709         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8710         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8711         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8712         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8713         (gst_synaesthesia_change_state), (plugin_init):
8714         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8715         Force 320x200 output, as that's the only thing the underlying
8716         synaesthesia implementation supports. Still needs to be made
8717         re-entrant.
8718
8719 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8720
8721         * configure.ac:
8722           Fix mpeg2enc configure check (similar to mplex check below).
8723
8724 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8725
8726         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8727
8728         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8729           Fix for gcc-2.95 (fixes #158221).
8730
8731 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8732
8733         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8734           Re-add clock distribution hack (until new core is released).
8735           Fixes #158125.
8736
8737 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8738         * configure.ac:
8739           fix mplex configure check segfaulting on some systems (bug #140994)
8740
8741 2004-11-13  Benjamin Otte  <otte@gnome.org>
8742
8743         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8744           add debugging
8745         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8746           do a wait when we enter the loop func with no data available to
8747           write instead of getting into an 100% CPU loop by just returning and
8748           being called again by the scheduler
8749
8750 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8751
8752         * configure.ac:
8753         * ext/libvisual/visual.c: (gst_visual_get_type),
8754         (libvisual_log_handler), (gst_visual_getcaps),
8755         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8756         (plugin_init):
8757           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8758         * ext/smoothwave/Makefile.am:
8759         * ext/smoothwave/demo-osssrc.c: (main):
8760         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8761         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8762         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8763         (plugin_init):
8764         * ext/smoothwave/gstsmoothwave.h:
8765           Make gstsmoothwave a working element in the 20th century.
8766
8767         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8768           Fix incorrect link function
8769
8770 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8771
8772         * gst/volume/gstvolume.c:
8773           Allow buffer-frames=0.
8774
8775 2004-11-12 Iain <iaingnome@gmail.com>
8776
8777         * configure.ac: Check for polypaudio
8778
8779         * ext/Makefile.am: Build the polyp dir
8780
8781         * ext/polyp: The polypsink sources.
8782
8783 2004-10-30 Iain <iaingnome@gmail.com>
8784
8785         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8786         caps to reflect the new number of channels.
8787
8788 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8789
8790         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8791           Fix for negotiation order problem. This would show when the
8792           ALSA loopfuction was called before any other function. ALSA
8793           wouldn't do anything because we're not negotiated yet, leading
8794           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8795
8796 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8797
8798         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8799
8800         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8801           No warnings (#157986).
8802
8803 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8804
8805         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8806           Prefer apev1/2 and id3v1 (at end of file) over musepack.
8807
8808 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8809
8810         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
8811           Signal no-more-pads (so it works in playbin).
8812
8813 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8814
8815         * ext/musepack/gstmusepackreader.cpp:
8816           Workaround for older core.
8817
8818 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8819
8820         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
8821           Actually test for odd width/height rather than testing whether
8822           a temporary variable that was 0 before we subtracted 1 is now
8823           not equal to zero (which it always is).
8824
8825 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8826
8827         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8828         Fix compilation if HAVE_XVIDEO is not defined
8829
8830 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8831
8832         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8833         Fix compilation if HAVE_XVIDEO is not defined
8834
8835 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
8836
8837         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8838         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
8839         (gst_goom_change_state), (plugin_init):
8840         Use the bytestream adapter so goom doesn't depend on the input
8841         buffer size.
8842         Add a debug category
8843
8844 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8845
8846         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8847           Only set hardware parameters *after* negotiation. Before
8848           negotiation, it will set ANY and that seems to cause crashes
8849           (see e.g. #151288, #153227).
8850
8851 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8852
8853         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8854           This seems to be antique leftover. It needs to pass error
8855           checking.
8856         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8857         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
8858         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
8859         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
8860           Fix GstXOverlay implementation (#151059).
8861
8862 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8863
8864         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8865           Don't assert (#157853).
8866
8867 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8868
8869         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8870           Fix bytes/samples confustion.
8871         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
8872           Fix for underrun (#144389).
8873
8874 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8875
8876         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8877           Disable halfway-seek for pending release (since it needs a new
8878           core release).
8879
8880 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8881
8882         * sys/v4l/gstv4lsrc.c:
8883         * sys/v4l/gstv4lsrc.h:
8884         * sys/v4l/v4lsrc_calls.c:
8885           add autoprobe-fps property so we can separate autoprobing parts
8886
8887 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8888
8889         * sys/v4l/gstv4lsrc.c:
8890         * sys/v4l/v4lsrc_calls.c:
8891         initialise fourcc to catch unset fourcc's, and debug
8892
8893 2004-11-09  Wim Taymans  <wim@fluendo.com>
8894
8895         * gst/playback/README:
8896         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8897         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8898         (gst_play_bin_dispose), (gst_play_bin_set_property),
8899         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
8900         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
8901         (gst_play_bin_get_formats), (gst_play_bin_convert),
8902         (gst_play_bin_get_query_types), (gst_play_bin_query):
8903         Cleanups and some more documentation.
8904
8905 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
8906
8907         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8908         (gst_cacasink_init), (gst_cacasink_chain):
8909         * ext/libcaca/gstcacasink.h:
8910         Cacasink inherits from VideoSink, so let that store the clock.
8911
8912 2004-11-09  Wim Taymans  <wim@fluendo.com>
8913
8914         * gst/playback/README:
8915         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
8916         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
8917         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
8918         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
8919         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
8920         (setup_sinks):
8921         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
8922         (gst_stream_info_is_mute), (gst_stream_info_set_property):
8923         * gst/playback/gststreaminfo.h:
8924         Updated README.
8925         Only switch groups if all streams have muted (EOSed).
8926         Send Tags in sync with the stream playback instead of in
8927         the playback/preroll phase.
8928         Some cleanups, free the fakesrc elements.
8929
8930 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8931
8932         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
8933           buffer-frames property was missing
8934         * ext/arts/gst_arts.c:
8935           rate missing from sinkcaps
8936         * ext/audiofile/gstafparse.c:
8937         * ext/audiofile/gstafsink.c:
8938         * ext/audiofile/gstafsrc.c:
8939         * ext/swfdec/gstswfdec.c:
8940           int audio doesn't know buffer-frames
8941         * ext/cdparanoia/gstcdparanoia.c:
8942           int audio doesn't know chunksize either
8943         * ext/nas/nassink.c:
8944           it's endianness, not endianess
8945         * gst-libs/gst/audio/audio.h:
8946           make float standard pad template caps really describe float
8947         * gst/law/mulaw.c: (linear_factory):
8948           signed only, please
8949         * gst/mpegstream/gstdvddemux.c:
8950           widths of 20 are not valid
8951
8952 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8953
8954         Submitted by: Luca Ferretti <elle.uca@infinito.it>
8955
8956         * po/LINGUAS:
8957         * po/it.po:
8958           Add Italian
8959
8960 2004-11-08  Wim Taymans  <wim@fluendo.com>
8961
8962         * gst/playback/README:
8963         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8964         * gst/playback/gstplaybasebin.c: (probe_triggered),
8965         (gst_play_base_bin_change_state):
8966         Updated README, added more comments for fixmes etc..
8967
8968 2004-11-08  Wim Taymans  <wim@fluendo.com>
8969
8970         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8971         We can remove this hack now.
8972
8973 2004-11-08  Wim Taymans  <wim@fluendo.com>
8974
8975         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
8976         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
8977         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
8978         Only mix AYUV for maximum quality.
8979
8980 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8981
8982         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
8983         (gst_ogg_demux_push), (gst_ogg_pad_push):
8984           Let's act as if we're synchronized now! :).
8985         * ext/theora/theoradec.c: (theora_dec_chain):
8986           Add some debug.
8987
8988 2004-11-08  Wim Taymans  <wim@fluendo.com>
8989
8990         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
8991         (gst_alpha_set_property), (gst_alpha_sink_link),
8992         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
8993         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
8994         (gst_alpha_init_params), (gst_alpha_chain):
8995         Implement alpha functions for AYUV too, this increases
8996         accuracy quite a bit.
8997
8998 2004-11-08  Wim Taymans  <wim@fluendo.com>
8999
9000         * gst/ffmpegcolorspace/avcodec.h:
9001         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9002         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9003         (gst_ffmpegcsp_avpicture_fill):
9004         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9005         (gst_ffmpegcsp_caps_remove_format_info):
9006         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9007         (shrink12), (img_get_alpha_info), (deinterlace_line),
9008         (deinterlace_line_inplace):
9009         * gst/ffmpegcolorspace/imgconvert_template.h:
9010         Added AYUV colorspace and handle RGBA a bit more respectful.
9011
9012 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9013
9014         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9015           Actually always send a discont (cornercase when resending the
9016           same serial-tagged chain twice).
9017
9018 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9019
9020         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9021         (gst_ximagesink_finalize):
9022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9023         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9024
9025 2004-11-08  Wim Taymans  <wim@fluendo.com>
9026
9027         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9028         Don't segfault on NULL data.
9029
9030 2004-11-08  Wim Taymans  <wim@fluendo.com>
9031
9032         * gst/playback/gstdecodebin.c: (unlinked):
9033         * gst/playback/gstplay-marshal.list:
9034         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9035         (gst_play_base_bin_init), (group_create), (get_active_group),
9036         (get_building_group), (group_destroy), (group_commit),
9037         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9038         (add_element_stream), (no_more_pads), (probe_triggered),
9039         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9040         (state_change), (setup_source), (gst_play_base_bin_get_property),
9041         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9042         (gst_play_base_bin_link_stream),
9043         (gst_play_base_bin_get_streaminfo):
9044         * gst/playback/gstplaybasebin.h:
9045         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9046         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9047         Add support for chained ogg files. Prepare for playlist
9048         support. This patch introduces the concept of pad groups, which
9049         together compose one playable media file.
9050
9051 2004-11-07  David Schleef  <ds@schleef.org>
9052
9053         * testsuite/gst-lint: Check for pad templates that aren't statically
9054         scoped.
9055
9056 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9057
9058         * configure.ac:
9059         * ext/Makefile.am:
9060         * ext/musepack/Makefile.am:
9061         * ext/musepack/gstmusepackdec.cpp:
9062         * ext/musepack/gstmusepackdec.h:
9063         * ext/musepack/gstmusepackreader.cpp:
9064         * ext/musepack/gstmusepackreader.h:
9065           Add musepack decoder.
9066         * ext/faad/gstfaad.c: (gst_faad_base_init):
9067           Make pad templates static.
9068         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9069         (plugin_init):
9070           Add musepack typefinder, make mp3 typefinding work halfway stream,
9071           which doesn't actually work yet because id3demux doesn't implement
9072           _get_length().
9073
9074 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9075
9076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9077         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9078           Fix interrupt event handling (#144436).
9079
9080 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9081
9082         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9083           Hide unused glory.
9084
9085 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9086
9087         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9088
9089         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9090           Fix weird caps (#157548).
9091
9092 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9093
9094         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9095
9096         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9097           Add missing NULL terminator (#157543).
9098
9099 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9100
9101         * gst/tcp/gsttcp.h:
9102         * gst/tcp/gsttcpclientsink.c:
9103         * gst/tcp/gsttcpclientsrc.c:
9104         * gst/tcp/gsttcpserversink.c:
9105         * gst/tcp/gsttcpserversrc.c:
9106           ports can go up to 65535.  Move common defines to gsttcp.h
9107
9108 2004-11-05  Wim Taymans  <wim@fluendo.com>
9109
9110         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9111         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9112         Added two more colorspaces.
9113
9114 2004-11-05  Wim Taymans  <wim@fluendo.com>
9115
9116         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9117         (gst_ffmpegcsp_avpicture_fill):
9118         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9119         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9120         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9121         More stride fixes.
9122
9123 2004-11-05  Wim Taymans  <wim@fluendo.com>
9124
9125         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9126         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9127         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9128         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9129         (gst_videomixer_loop):
9130         More stride fixes.
9131
9132 2004-11-05  Benjamin Otte  <otte@gnome.org>
9133
9134         * ext/mad/gstmad.c: (gst_mad_chain):
9135           don't overflow data buffer. Flush not needed sync data when syncing
9136           failed.
9137
9138 2004-11-04  Wim Taymans  <wim@fluendo.com>
9139
9140         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9141         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9142         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9143         (gst_alpha_init_params), (gst_alpha_chain),
9144         (gst_alpha_change_state):
9145         Updated the chroma keying algorithm with something more
9146         sophisticated.
9147
9148 2004-11-03  Wim Taymans  <wim@fluendo.com>
9149
9150         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9151         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9152         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9153         Fix stride issues. Does not completely work for odd
9154         heights.
9155
9156 2004-11-03  Wim Taymans  <wim@fluendo.com>
9157
9158         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9159         (gst_alpha_chroma_key), (gst_alpha_chain):
9160         Fix stride issues. Does not completely work for odd
9161         heights.
9162
9163 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9164
9165         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9166         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9167         leak fixes
9168
9169 2004-11-03  Wim Taymans  <wim@fluendo.com>
9170
9171         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9172         (gst_ffmpegcsp_avpicture_fill):
9173         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9174         (avpicture_alloc):
9175         * gst/ffmpegcolorspace/imgconvert_template.h:
9176         Use correct _fill function to get correct strides.
9177
9178 2004-11-02  David Schleef  <ds@schleef.org>
9179
9180         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9181         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9182         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9183         Change all g_print()s to debugging.  Add a bunch of consistency
9184         checks.
9185
9186 2004-11-02  Wim Taymans  <wim@fluendo.com>
9187
9188         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9189         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9190         (unlinked), (no_more_pads), (close_link):
9191         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9192         (unknown_type), (add_element_stream), (new_decoded_pad),
9193         (removed_decoded_pad), (setup_source):
9194         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9195         (gst_stream_info_class_init), (gst_stream_info_init),
9196         (gst_stream_info_new), (gst_stream_info_dispose),
9197         (stream_info_mute_pad), (gst_stream_info_set_property),
9198         (gst_stream_info_get_property):
9199         * gst/playback/gststreaminfo.h:
9200         Fix playback of multiple files.
9201         a slightly different approach to handling dynamic pad removals.
9202         This one only looks at pads that we have linked.
9203
9204 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9205
9206         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9207         free" warning from libc.
9208
9209 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9210
9211         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9212         (get_unconnected_element), (remove_starting_from), (pad_removed),
9213         (close_link):
9214           Implement support for dynamic pad changing. We listen to "live"
9215           pad removals (i.e. while playing) and re-setup autoplugging
9216           after that. Playbasebin/playbin need some more work for this
9217           to finally work, but decodebin supports (and replugs) chained
9218           ogg now.
9219
9220 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9221
9222         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9223         (gst_alsa_finalize):
9224         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9225         (gst_cdaudio_finalize):
9226         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9227         (cdparanoia_finalize):
9228         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9229         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9230         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9231         (dvdreadsrc_finalize):
9232         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9233         (gst_flacdec_finalize):
9234         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9235         (gst_flacenc_finalize):
9236         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9237         (gst_gnomevfssink_finalize):
9238         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9239         (gst_gnomevfssrc_finalize):
9240         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9241         (gst_fameenc_finalize):
9242         * ext/nas/nassink.c: (gst_nassink_class_init),
9243         (gst_nassink_finalize):
9244         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9245         (gst_sdlvideosink_class_init):
9246         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9247         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9248         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9249         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9250         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9251         (gst_x_window_listener_dispose):
9252         * gst/audioscale/gstaudioscale.c:
9253         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9254         (play_on_demand_finalize):
9255         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9256         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9257         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9258         (cdplayer_finalize):
9259         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9260         (gst_glimagesink_class_init):
9261         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9262         (gst_osselement_finalize):
9263         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9264         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9265         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9266           Fixes a bunch of problems with finalize and dispose functions,
9267           either assumptions that dispose is only called once, or not calling
9268           the parent class dispose/finalize function
9269
9270 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9271
9272         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9273           added two api precondition guards
9274           use g_strdup with getenv to fix crash when using ENVVAR
9275
9276 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9277         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9278         (gst_esdsink_finalize):
9279         Use a finalize function, not dispose, and more importantly,
9280         call the parent class finalize function too
9281
9282 2004-11-01  Johan Dahlin  <johan@gnome.org>
9283
9284         * ext/ogg/gstoggdemux.c:
9285         * gst/tags/gstvorbistag.c:
9286         Plug leaks.
9287
9288 2004-10-31  Benjamin Otte  <otte@gnome.org>
9289
9290         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9291           lotsa memleaks today. But they're all small...
9292
9293 2004-10-31  Benjamin Otte  <otte@gnome.org>
9294
9295         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9296           another memleak crushed
9297
9298 2004-10-31  Benjamin Otte  <otte@gnome.org>
9299
9300         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9301           fix memleak
9302
9303 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9304
9305         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9306           Hack to prevent crash when going to READY inside signal handler
9307           while this function is active.
9308
9309 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9310
9311         * gst/ffmpegcolorspace/Makefile.am:
9312         * gst/ffmpegcolorspace/avcodec.h:
9313         * gst/ffmpegcolorspace/common.h:
9314         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9315         * gst/ffmpegcolorspace/dsputil.h:
9316         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9317         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9318         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9319         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9320         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9321         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9322         (gst_ffmpegcsp_avpicture_fill):
9323         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9324         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9325         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9326         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9327         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9328         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9329         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9330         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9331         * gst/ffmpegcolorspace/imgconvert.c:
9332         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9333         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9334         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9335         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9336         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9337         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9338         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9339         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9340         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9341         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9342         (grow21), (grow22), (grow41), (grow44), (conv411),
9343         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9344         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9345         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9346         (avpicture_free), (is_yuv_planar), (img_convert),
9347         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9348         (deinterlace_line_inplace), (deinterlace_bottom_field),
9349         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9350         * gst/ffmpegcolorspace/imgconvert_template.h:
9351         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9352         * gst/ffmpegcolorspace/mmx.h:
9353         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9354         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9355         (av_freep), (avcodec_get_context_defaults),
9356         (avcodec_alloc_context), (avcodec_init):
9357           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9358           handling plus update from ffmpeg CVS. Large clean-up.
9359
9360 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9361
9362         * gst/playback/Makefile.am:
9363           We need the marshallers for decodebin, too.
9364
9365 2004-10-30  David Schleef  <ds@schleef.org>
9366
9367         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9368           quicktime typefinding work with 64-bit offsets.
9369
9370 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9371
9372         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9373           Set EOS on the element when processing an EOS event.
9374         * ext/speex/gstspeexdec.h:
9375         * ext/speex/gstspeexenc.h:
9376           Only keep a const ptr to the mode
9377         * gst-libs/gst/riff/riff-media.c:
9378         (gst_riff_create_audio_caps_with_data),
9379         (gst_riff_create_audio_template_caps):
9380           Allow WMAV3, with up to 6 channels.
9381         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9382           Don't call gst_pad_set_event_function on a sink pad.
9383         * gst/mpegstream/gstdvddemux.c:
9384         (gst_dvd_demux_get_subpicture_stream),
9385         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9386           Copy the explicit caps that were set across to the cur_* pads,
9387           instead of trying to use a possibly non-existent negotiated caps.
9388           Reset the type of subpicture pads to UNKNOWN after calling
9389           init_stream, so that the caps get set.
9390
9391 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9392
9393         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9394
9395         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9396           Don't touch buffer if it is of size 0 (fixes #151064).
9397
9398 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9399
9400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9401           Synchronized discont handling.
9402
9403 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9404
9405         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9406         (gst_ogg_demux_push):
9407           Make seeking sort-of exact again (fixes #156387).
9408
9409 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9410
9411         * gst/playback/gstplaybasebin.c: (unknown_type),
9412         (add_element_stream), (new_decoded_pad),
9413         (gst_play_base_bin_change_state):
9414         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9415         (gst_stream_info_init), (gst_stream_info_new),
9416         (gst_stream_info_dispose), (gst_stream_info_get_property):
9417         * gst/playback/gststreaminfo.h:
9418           Make caps explicitely available. Makes testing for unsupported
9419           types possible. Improves error reporting.
9420
9421 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9422
9423         * gst/audioconvert/gstaudioconvert.c:
9424         (gst_audio_convert_buffer_to_default_format):
9425           Really don't touch read-only buffers (#156563).
9426
9427 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9428
9429         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9430
9431         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9432           Fix memleak (#155223).
9433
9434 2004-10-29  Wim Taymans  <wim@fluendo.com>
9435
9436         * gst/tcp/.cvsignore:
9437         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9438         (gst_multifdsink_class_init), (gst_multifdsink_init),
9439         (gst_multifdsink_add), (gst_multifdsink_remove),
9440         (gst_multifdsink_remove_client_link), (is_sync_frame),
9441         (gst_multifdsink_new_client),
9442         (gst_multifdsink_handle_client_write),
9443         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9444         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9445         (gst_multifdsink_get_property):
9446         * gst/tcp/gstmultifdsink.h:
9447         Added burst on connect sync_method, deprecated sync_clients,
9448         streamlined the sync code some more.
9449
9450 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9451
9452         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9453         (gst_play_base_bin_change_state):
9454           Improve error reporting.
9455
9456 2004-10-28  Wim Taymans  <wim@fluendo.com>
9457
9458         * gst/tcp/Makefile.am:
9459         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9460         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9461         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9462         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9463         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9464         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9465         (gst_fdset_wait):
9466         Added more locks around fdset structures. Fixed/reworked
9467         the poll array resizing code.
9468         Added stress test for fdset.
9469
9470 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9471
9472         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9473         fix build
9474
9475 2004-10-28  Benjamin Otte  <otte@gnome.org>
9476
9477         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9478           fix link function to always query channels and query width for
9479           floats
9480         * configure.ac:
9481           add equalizer dir
9482         * gst/equalizer/Makefile.am:
9483         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9484         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9485         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9486         (arg_to_scale), (setup_filter),
9487         (gst_iir_equalizer_compute_frequencies),
9488         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9489         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9490         (plugin_init):
9491           add an equalizer
9492
9493 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9494
9495         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9496
9497         * po/LINGUAS:
9498         * po/nb.po:
9499           Added Norwegian Bokmaal translation
9500
9501 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9502
9503         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9504           Don't break on options (fixes #156488).
9505
9506 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9507
9508         * configure.ac:
9509         * ext/cdaudio/Makefile.am:
9510         * sys/Makefile.am:
9511           fix build on older automake
9512
9513 2004-10-26  Wim Taymans  <wim@fluendo.com>
9514
9515         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9516         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9517         Allow a little margin when negotiating the framerate.
9518
9519 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9520
9521         * gst/level/gstlevel.c:
9522           synchonised naming of pads and pad-templates
9523
9524 2004-10-26  Wim Taymans  <wim@fluendo.com>
9525
9526         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9527         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9528         (_find_streams_check), (gst_ogg_demux_push):
9529         Fix EOS again. Needs to be done in a better way. We should not
9530         remove the pad if there is no new chained stream.
9531
9532 2004-10-26 Iain <iaingnome@gmail.com>
9533
9534         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9535         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9536         of the caps.
9537         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9538         pad.
9539         (interleave_release_pad): Remove the pad.
9540         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9541         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9542         the set device.
9543         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9544         attrs
9545         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9546         (gst_xvimagesink_finalize): Free the par.
9547
9548 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9549
9550         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9551         (gst_avimux_stop_file):
9552           First calculate the rate, and only then use it. Hdr.rate is a
9553           multiple and not a derivative of hdr.scale. Scale is not the
9554           same as blockalign but is solely related to rate.
9555
9556 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9557
9558         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9559         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9560           Implement seeking.
9561
9562 2004-10-25  James Henstridge  <james@jamesh.id.au>
9563
9564         Reviewed by:  David Schleef  <ds@schleef.org>
9565
9566         * examples/gstplay/player.c: (got_stream_length), (main):
9567         * examples/seeking/cdplayer.c: (update_scale):
9568         * examples/seeking/seek.c: (format_value), (update_scale):
9569         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9570         (stop_seek):
9571         Build fixes on AMD64.
9572
9573 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9574
9575         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9576
9577         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9578         Fix for some v4l cards which hang in v4lsrc
9579
9580 2004-10-25  Wim Taymans  <wim@fluendo.com>
9581
9582         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9583         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9584         Make sure to remove the pad when a new chain is
9585         encountered. Set some vars to NULL so we don't try
9586         to reference freed memory.
9587
9588 2004-10-25  Wim Taymans  <wim@fluendo.com>
9589
9590         * examples/seeking/Makefile.am:
9591         * examples/seeking/cdplayer.c: (update_scale):
9592         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9593         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9594         (format_value), (update_scale), (iterate), (start_seek),
9595         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9596         (print_usage), (main):
9597         Added some more examples, update others.
9598
9599 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9600
9601         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9602         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9603         * ext/theora/theoradec.c: (theora_dec_chain):
9604         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9605           Add codec-name metadata.
9606
9607 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9608
9609         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9610
9611         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9612         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9613         * ext/alsa/gstalsamixertrack.h:
9614         * po/POTFILES.in:
9615           ALSA mixer track label internationalization (#154054).
9616
9617 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9618
9619         * ext/theora/theoradec.c: (theora_dec_chain):
9620           Export bitrate as metadata.
9621
9622 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9623
9624         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9625         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9626         * ext/alsa/gstalsamixertrack.h:
9627           Fix names, fix loop.
9628
9629 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9630
9631         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9632         (speex_dec_convert):
9633           sinkconvert function so oggdemux can get the file length (totem).
9634
9635 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9636
9637         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9638
9639         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9640           Don't push incomplete packets.
9641         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9642           Fix MPEG-4 audio typefinding.
9643
9644 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9645
9646         * sys/v4l/Makefile.am:
9647         * sys/v4l/gstv4l.c: (plugin_init):
9648         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9649         (gst_v4lelement_init), (gst_v4lelement_dispose),
9650         (gst_v4lelement_change_state):
9651         * sys/v4l/gstv4lelement.h:
9652         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9653         (gst_v4l_xoverlay_close), (idle_refresh),
9654         (gst_v4l_xoverlay_set_xwindow_id):
9655         * sys/v4l/gstv4lxoverlay.h:
9656         * sys/v4l/v4l-overlay_calls.c:
9657         * sys/v4l/v4l_calls.h:
9658         * sys/v4l2/Makefile.am:
9659         * sys/v4l2/gstv4l2.c: (plugin_init):
9660         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9661         (gst_v4l2element_init), (gst_v4l2element_dispose),
9662         (gst_v4l2element_change_state):
9663         * sys/v4l2/gstv4l2element.h:
9664         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9665         (gst_v4l2_xoverlay_close), (idle_refresh),
9666         (gst_v4l2_xoverlay_set_xwindow_id):
9667         * sys/v4l2/gstv4l2xoverlay.h:
9668         * sys/v4l2/v4l2-overlay_calls.c:
9669         * sys/v4l2/v4l2_calls.h:
9670           Remove client-side overlay handling, use the X-server v4l plugin
9671           for that. Nicer overlay, less code. Also make the plugin
9672           compileable without X (but then without overlay, obviously).
9673           Makes xwindowlistener obsolete, should we remove that?
9674
9675 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9676
9677         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9678         (gst_osssrc_src_query):
9679         * sys/oss/gstosssrc.h:
9680           OK, so people want offset in DEFAULT. This time, actually fix all
9681           cases.
9682         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9683           Add FPS properly.
9684
9685 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9686
9687         * gst/asfdemux/gstasfmux.c:
9688         * gst/avi/gstavimux.c:
9689           Framerate.
9690
9691 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9692
9693         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9694           Fix properties (channel, norm, frequency).
9695
9696 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9697
9698         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9699           Flag typo.
9700         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9701           No warnings.
9702
9703 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9704
9705         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9706           Fix hang.
9707
9708 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9709
9710         * sys/v4l2/gstv4l2element.h:
9711           Yet Another Hack (tm) for kernel header borkedness.
9712         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9713         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9714         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9715         (gst_v4l2src_change_state):
9716         * sys/v4l2/gstv4l2src.h:
9717         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9718         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9719           Fix caps, keep track of state, work.
9720
9721 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9722
9723         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9724           Quiet.
9725
9726 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9727
9728         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9729           Don't mix bytes and samples.
9730
9731 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9732
9733         * ext/ogg/gstoggmux.c:
9734           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9735           and theora. Any is incorrect.
9736         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9737           Fix caps.
9738         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9739         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9740         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9741         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9742         * sys/v4l/gstv4lmjpegsrc.h:
9743         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9744         (gst_v4lsrc_change_state):
9745         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9746         (gst_v4lmjpegsrc_capture_stop):
9747           Fix caps. Keep track of internal state. Work.
9748
9749 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9750
9751         * ext/Makefile.am:
9752           Fix the build fixes.
9753
9754 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9755
9756         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9757         (gst_ogg_demux_src_event), (_find_chain_seek),
9758         (gst_ogg_pad_push):
9759           Check for pad availability before using it.
9760         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9761           Fix parsing of chained ogg. Needs more work on the decoder side.
9762
9763 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9764
9765         * gst/spectrum/Makefile.am:
9766         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9767         (idle_func):
9768           Fix demo and reenable it. Yes, I'm currently playing with audio
9769           analysis tools
9770
9771 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9772
9773         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9774           We love it if files that start at zero work too...
9775
9776 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9777
9778         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9779           Handle files with missing EOS headers.
9780
9781 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9782
9783         * gst/tcp/gsttcpserversink.c:
9784         (gst_tcpserversink_handle_server_read),
9785         (gst_tcpserversink_init_send):
9786         Zero some variables first (need for accept not to return EINVAL)
9787
9788 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9789
9790         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9791         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9792         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9793         (theora_dec_chain):
9794         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9795         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9796           Seeking and querying finetune.
9797
9798 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9799
9800         * configure.ac:
9801         * ext/Makefile.am:
9802         * ext/raw1394/Makefile.am:
9803           fix the build
9804
9805 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9806
9807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9808           Wrong return.
9809         * gst/playback/Makefile.am:
9810         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9811         * gst/playback/gstplay-marshal.list:
9812         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9813           Fix marshallers.
9814
9815 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9816
9817         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
9818           Silence.
9819
9820 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9821
9822         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9823         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9824         (gst_ogg_pad_push):
9825           Yay for non-lineair granulepos in theora.
9826
9827 2004-10-18  Wim Taymans  <wim@fluendo.com>
9828
9829         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9830         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9831         * ext/dv/gstdvdec.h:
9832         Make sure we renegotiate aspect ratio when the camera switches.
9833
9834 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9835
9836         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9837         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9838           Start at zero.
9839         * ext/theora/theoradec.c: (theora_dec_chain):
9840           Skip headers. Bad idea for chained ogg, but fixes seeking.
9841
9842 2004-10-18  Wim Taymans  <wim@fluendo.com>
9843
9844         * configure.ac:
9845         I swear, this is the last time I touch this.
9846
9847 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9848
9849         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9850         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9851         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
9852           Faster seeking.
9853         * ext/theora/theoradec.c: (theora_dec_sink_convert):
9854           Time-to-default conversion.
9855         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9856           Don't error on unknown packets, just skip. We should probably
9857           read them if we want to support chained ogg.
9858
9859 2004-10-18  Wim Taymans  <wim@fluendo.com>
9860
9861         * configure.ac:
9862         Added cdaudio to wrong list.
9863
9864 2004-10-18  Wim Taymans  <wim@fluendo.com>
9865
9866         * configure.ac:
9867         Revive cdaudio.
9868
9869 2004-10-18  Wim Taymans  <wim@fluendo.com>
9870
9871         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9872         (gst_dvdec_video_link), (gst_dvdec_push):
9873         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9874         (gst_smokeenc_resync), (gst_smokeenc_chain):
9875         Fix mimetype on smoke encoder.
9876         Add aspect ratio to dvdec. Not sure if these
9877         values are correct though....
9878
9879 2004-10-18  Wim Taymans  <wim@fluendo.com>
9880
9881         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
9882         Fix vorbis property descriptions and ranges.
9883
9884 2004-10-18  Wim Taymans  <wim@fluendo.com>
9885
9886         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9887         Really do nothing when no data is available.
9888         Go to the playing state when the stream is not seekable
9889         instead of failing.
9890
9891 2004-10-18  Wim Taymans  <wim@fluendo.com>
9892
9893         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
9894         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
9895         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
9896         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
9897         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
9898         Added uri handler for cd://
9899         Port to new API.
9900
9901 2004-10-18  Wim Taymans  <wim@fluendo.com>
9902
9903         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9904         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9905         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9906         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9907         (remove_prerolls), (unknown_type), (add_element_stream),
9908         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
9909         (gst_play_base_bin_remove_element),
9910         (gst_play_base_bin_link_stream):
9911         * gst/playback/gstplaybin.c: (gen_video_element),
9912         (gen_vis_element), (remove_sinks), (setup_sinks):
9913         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9914         (gst_stream_info_get_type), (gst_stream_info_class_init),
9915         (gst_stream_info_init), (gst_stream_info_new),
9916         (gst_stream_info_dispose), (stream_info_mute_pad),
9917         (gst_stream_info_set_property), (gst_stream_info_get_property):
9918         * gst/playback/gststreaminfo.h:
9919         Add sink padtemplate to decodebin.
9920         Added some more comments.
9921         Make queue size configurable in playbasebin.
9922         Added possibility to use elements as sinks (ex cdaudio).
9923
9924 2004-10-15  Wim Taymans  <wim@fluendo.com>
9925
9926         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
9927         (gst_speexenc_chain):
9928         Fix speex timestamps so that it gets muxed properly.
9929
9930 2004-10-15  Wim Taymans  <wim@fluendo.com>
9931
9932         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
9933         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
9934         (gst_dv1394src_init), (gst_dv1394src_dispose),
9935         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
9936         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
9937         (gst_dv1394src_event), (gst_dv1394src_get_formats),
9938         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
9939         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
9940         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
9941         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
9942         * ext/raw1394/gstdv1394src.h:
9943         Added conversion/query functions.
9944         Update buffer timestamps,
9945         Added signals.
9946         Added uri dv:// so it might play from the firewire in playbin.
9947         Fix a possible leak.
9948         Added debugging.
9949
9950 2004-10-15  Wim Taymans  <wim@fluendo.com>
9951
9952         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
9953         (gst_dv1394src_init), (gst_dv1394src_set_property),
9954         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
9955         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
9956         * ext/raw1394/gstdv1394src.h:
9957         Added AV/C VTR control support needed for some cameras.
9958         Added automatic port detection.
9959         Added properties for selecting the channel.
9960         The configure.ac script is not yet updated to reflect the
9961         new libavc1394 and librom1394 dependencies.
9962
9963 2004-10-15  Wim Taymans  <wim@fluendo.com>
9964
9965         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9966         (qtdemux_parse), (gst_qtdemux_handle_esds):
9967         An esds box is not a container.
9968         Fix parsing of mp4v boxes.
9969         Do not try to renegotiate fps for each frame. Need to
9970         find a better method. This should fix mp4 playback.
9971
9972 2004-10-14  David Schleef  <ds@schleef.org>
9973
9974         * configure.ac: update for swfdec-0.3 and liboil-0.2
9975         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
9976         * ext/swfdec/gstswfdec.h: same
9977         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
9978         * gst/videotestsrc/videotestsrc.c: same
9979
9980 2004-10-14  Wim Taymans  <wim@fluendo.com>
9981
9982         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9983         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
9984         (is_sync_frame), (gst_multifdsink_new_client),
9985         (gst_multifdsink_handle_client_write),
9986         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9987         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
9988         Turn warnings into info.
9989         Don't allow a state change in the streaming thread.
9990
9991 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9992
9993         * ext/vorbis/oggvorbisenc.c:
9994         * ext/vorbis/vorbisdec.c:
9995           fix template sample rate
9996
9997 2004-10-13  Wim Taymans  <wim@fluendo.com>
9998
9999         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10000         Decoding the header first fixes some problems in resyncing
10001         in more mp3s.
10002
10003 2004-10-12  Wim Taymans  <wim@fluendo.com>
10004
10005         * gst/playback/gstplaybin.c: (gen_video_element),
10006         (gen_vis_element), (remove_sinks), (setup_sinks):
10007         Added vis plugin support, need to configure the vis
10008         element to activate it.
10009
10010 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10011
10012         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10013         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10014           Some debug.
10015         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10016         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10017         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10018         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10019         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10020         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10021         * gst/avi/gstavidemux.h:
10022           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10023           recovery (where, if part of the index is broken, we will still read
10024           the rest of the index and recover the broken part by stream
10025           scanning). More broken media support. EOS workarounds. General AVI
10026           braindamage headache recovery. Aspirin included.
10027
10028 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10029
10030         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10031         (cdparanoia_event), (cdparanoia_query):
10032           Get rid of hideous lead-in.
10033
10034 2004-10-11  Wim Taymans  <wim@fluendo.com>
10035
10036         * gst/playback/gstplaybasebin.c: (setup_source):
10037         Wrong var used to get g_list_next.
10038
10039 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10040
10041         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10042         (cdparanoia_get), (cdparanoia_open):
10043           Report discid as metadata, add duration.
10044
10045 2004-10-11  Wim Taymans  <wim@fluendo.com>
10046
10047         * gst/playback/gstplaybasebin.c: (setup_source):
10048         Cleanup the previous pipeline a little earlier for the
10049         case that a source element provides raw data.
10050
10051 2004-10-11  Benjamin Otte  <otte@gnome.org>
10052
10053         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10054           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10055           consuming the last 128 bytes, even though it was valid mp3 data.
10056
10057 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10058
10059         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10060         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10061         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10062         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10063
10064 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10065
10066         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10067         Fix for webcams that support only specific width or height
10068
10069 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10070
10071         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10072
10073         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10074           Fix wrong discont event setup (fixes #154967).
10075
10076 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10077
10078         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10079
10080         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10081           Error out on invalid data (fixes #154807).
10082
10083 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10084
10085         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10086
10087         * ext/dvdread/dvdreadsrc.c: (_read):
10088           Make titles > 0 work again (fixes #154834).
10089
10090 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10091
10092         * gst-libs/gst/riff/riff-media.c:
10093         (gst_riff_create_video_template_caps):
10094           WMV3 missing in template caps.
10095
10096 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10097
10098         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10099           OK, so the original code was too strict. It makes random AVI files
10100           hang for seconds upon opening, which is unacceptable and is far
10101           beyond the original goal of getting multiple chunks for one-chunk
10102           sounc stream files. So now do just that.
10103
10104 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10105
10106         * gst/playback/gstplaybasebin.c: (setup_source),
10107         (gst_play_base_bin_change_state):
10108           Actually clean up streaminfo if output fails. This would trigger
10109           if, for example, there was no CD in the drive. No preroll, so
10110           a streaminfo structure is created, but the subsequent state change
10111           of the thread fails.
10112         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10113           Don't change state if parent failed.
10114
10115 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10116
10117         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10118         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10119         (gen_video_element), (remove_sinks):
10120           Add small bits of code for screenshot handling.
10121
10122 2004-10-08  Wim Taymans  <wim@fluendo.com>
10123
10124         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10125         (gen_video_element), (gen_audio_element), (setup_sinks):
10126         Don't assume the user provided sinks are named "sink"...
10127
10128 2004-10-08  Wim Taymans  <wim@fluendo.com>
10129
10130         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10131         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10132         (gst_play_base_bin_link_stream):
10133         Do not try to autoplug sources that generate raw streams like
10134         cdparanoia.
10135         disconnect the preroll overrun signal when we don't need it anymore.
10136
10137 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10138
10139         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10140         Added reworked patch from #154903 from milosz derezynski (deadchip).
10141
10142 2004-10-08  Wim Taymans  <wim@fluendo.com>
10143
10144         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10145         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10146         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10147         (cdparanoia_convert), (cdparanoia_uri_get_type),
10148         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10149         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10150         * ext/cdparanoia/gstcdparanoia.h:
10151         This adds the cdda://<tracknum> uri.
10152
10153 2004-10-08  Wim Taymans  <wim@fluendo.com>
10154
10155         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10156         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10157         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10158         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10159         (unknown_type), (gst_play_base_bin_remove_element),
10160         (gst_play_base_bin_link_stream):
10161         * gst/playback/gstplaybasebin.h:
10162         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10163         (gst_play_bin_set_property), (gen_video_element),
10164         (gen_audio_element), (setup_sinks):
10165         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10166         (gst_stream_info_get_type), (gst_stream_info_class_init),
10167         (gst_stream_info_init), (gst_stream_info_new),
10168         (gst_stream_info_dispose), (stream_info_mute_pad),
10169         (gst_stream_info_set_property), (gst_stream_info_get_property):
10170         * gst/playback/gststreaminfo.h:
10171         Reuse the audio and video bins.
10172         Some internal cleanups in the stream selection code.
10173
10174 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10175
10176         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10177         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10178         * sys/ximage/ximagesink.h:
10179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10180         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10181         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10182         not coming from those elements. Moreover these elements should not keep
10183         the xid they have been given when in NULL state.
10184
10185 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10186
10187         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10188         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10189         * sys/ximage/ximagesink.h:
10190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10191         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10192         * sys/xvimage/xvimagesink.h:
10193           Actually only create a new toplevel window if we're not gonna
10194           embed it right after.
10195
10196 2004-10-07  Wim Taymans  <wim@fluendo.com>
10197
10198         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10199         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10200         * gst/playback/gstplaybin.c: (setup_sinks):
10201         Implement muting/unmuting of streams, mute streams that are not
10202         used.
10203
10204 2004-10-07  Wim Taymans  <wim@fluendo.com>
10205
10206         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10207         (plugin_init):
10208         Added lame audio/x-ac3 typefind function.
10209
10210 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10211
10212         * configure.ac:
10213           bump nano to cvs
10214
10215 === release 0.8.5 ===
10216
10217 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10218
10219         * NEWS:
10220         * RELEASE:
10221         * configure.ac:
10222           releasing 0.8.5, "Take You On"
10223
10224 2004-10-06  Wim Taymans  <wim@fluendo.com>
10225
10226         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10227         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10228         (no_more_pads), (close_link), (type_found):
10229         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10230         * gst/playback/gstplaybin.c: (gen_video_element):
10231         Do not signal the no_more_pads after the first pad when
10232         we are plugging a non dynamic element with multiple
10233         output pads (like swfdec, dvdec, ...).
10234
10235 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10236
10237         * configure.ac:
10238           bump for prerelease
10239
10240 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10241
10242         * gst/wavparse/gstwavparse.c:
10243           add ATRAC3 to STATIC CAPS to fix a warning
10244
10245         * gst/matroska/ebml-read.c:
10246         * gst-libs/gst/riff/riff-read.c:
10247           fix typos
10248
10249 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10250
10251         * gst-libs/gst/riff/riff-media.c:
10252           generate caps for ATRAC3 audio streams
10253
10254         * gst/realmedia/rmdemux.c:
10255           generate caps for ATRAC3 audio streams
10256
10257 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10258
10259         * gst/wavparse/Makefile.am
10260         * gst/wavparse/riff.h
10261         * gst/wavparse/wavparse.vcproj
10262           riff.h removal (unused and duplication with riff-ids.h)
10263
10264 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10265
10266         * gst/wavparse/gstwavparse.h
10267           remove duplicated defines for audio codec codes
10268
10269         * gst-libs/gst/riff/riff-ids.h
10270         * gst/wavenc/riff.h:
10271           add "4CC" code for ATRAC3 audio streams
10272           add "4CC" code for ITU_G721_ADPCM (unused for now)
10273
10274 2004-10-06  Wim Taymans  <wim@fluendo.com>
10275
10276         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10277         Actually _do_ negotiation. Pass gdouble as arg instead
10278         of guint64 for the framerate.
10279
10280 2004-10-06  Wim Taymans  <wim@fluendo.com>
10281
10282         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10283         (find_compatibles), (close_pad_link), (try_to_link_1),
10284         (no_more_pads), (close_link), (type_found):
10285         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10286         * gst/playback/gstplaybin.c: (gen_video_element),
10287         (gen_audio_element):
10288         Set state on newly added element to READY so that negotiation
10289         can happen ASAP.
10290         Addes some more debug info.
10291         Do not try to plug pads with multiple caps structures or ANY
10292         because it is too dangerous since we do not do dynamic
10293         replugging.
10294
10295 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10296
10297         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10298
10299         * po/LINGUAS:
10300         * po/or.po:
10301           add Oriya translation
10302
10303 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10304
10305         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10306           Prevent overwrite of size member. Makes audio sound crappy.
10307
10308 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10309
10310         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10311         Add rmvb to the list of known RealMedia extensions
10312
10313 2004-10-05  Wim Taymans  <wim@fluendo.com>
10314
10315         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10316         (mngdec_openstream), (mngdec_closestream),
10317         (mngdec_handle_sink_event), (mngdec_readdata),
10318         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10319         (mngdec_getcanvasline), (mngdec_refresh),
10320         (gst_mngdec_change_state):
10321         Set the framerate correctly.
10322
10323 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10324
10325         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10326           There was something wrong with the index massaging.
10327
10328 2004-10-04  Wim Taymans  <wim@fluendo.com>
10329
10330         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10331         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10332         (gst_smokedec_chain):
10333         * ext/jpeg/gstsmokedec.h:
10334         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10335         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10336         * ext/jpeg/gstsmokeenc.h:
10337         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10338         (smokecodec_decode_new), (smokecodec_info_free),
10339         (smokecodec_set_quality), (smokecodec_get_quality),
10340         (smokecodec_set_threshold), (smokecodec_get_threshold),
10341         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10342         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10343         (smokecodec_encode), (smokecodec_parse_id),
10344         (smokecodec_parse_header), (smokecodec_decode):
10345         * ext/jpeg/smokecodec.h:
10346         * ext/jpeg/smokeformat.h:
10347         Updated smoke, new bitstream, allows embedding in ogg.
10348
10349 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10350
10351         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10352           Fix seeking in some files. All this code is no longer needed (and
10353           actually breaks stuff) because we now synchronize the full index
10354           right when reading the header.
10355
10356 2004-10-04  Wim Taymans  <wim@fluendo.com>
10357
10358         * configure.ac:
10359         configure update for libmng.
10360
10361 2004-10-04  Wim Taymans  <wim@fluendo.com>
10362
10363         * ext/libmng/Makefile.am:
10364         * ext/libmng/gstmng.c: (plugin_init):
10365         * ext/libmng/gstmng.h:
10366         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10367         (gst_mngdec_base_init), (gst_mngdec_class_init),
10368         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10369         (gst_mngdec_loop), (gst_mngdec_get_property),
10370         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10371         (mngdec_closestream), (mngdec_handle_sink_event),
10372         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10373         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10374         (gst_mngdec_change_state):
10375         * ext/libmng/gstmngdec.h:
10376         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10377         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10378         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10379         (gst_mngenc_chain), (gst_mngenc_get_property),
10380         (gst_mngenc_set_property):
10381         * ext/libmng/gstmngenc.h:
10382         Added basic MNG decoder. Needs more work. The encoder does
10383         not work yet.
10384
10385 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10386
10387         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10388         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10389         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10390           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10391           no-more-pads.
10392
10393 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10394
10395         * configure.ac:
10396           you need at least 1.0.4 of speex
10397
10398 2004-10-04 Iain <iaingnome@gmail.com>
10399
10400         * ext/speex/gstspeexdec.h: Revert the includes changes.
10401
10402         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10403
10404 2004-09-30 Iain <iaingnome@gmail.com>
10405
10406         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10407         found during init or set as a property instead of hardcoding /dev/audio
10408
10409 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10410
10411         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10412         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10413         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10414         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10415         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10416         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10417         (gst_rmdemux_dump_data):
10418           Use debug category, fix EOS handling. filesrc ! rmdemux now
10419           works.
10420
10421 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10422
10423         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10424         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10425         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10426           Improve allocation, cutting and sorting of the index. How takes a
10427           few seconds instead of minutes.
10428
10429 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10430
10431         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10432           fixed compilation
10433
10434 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10435
10436         * gst-libs/gst/riff/riff-media.c:
10437         (gst_riff_create_video_caps_with_data),
10438         (gst_riff_create_video_template_caps):
10439           Add wing commander format mimetype/fourccs.
10440         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10441           Don't crash if some value is 0.
10442
10443 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10444
10445         * gst-libs/gst/riff/riff-media.c:
10446         (gst_riff_create_video_caps_with_data),
10447         (gst_riff_create_video_template_caps):
10448           Add DIB fourcc (raw, palettized 8-bit RGB).
10449         * gst-libs/gst/riff/riff-read.c:
10450         (gst_riff_read_strf_vids_with_data):
10451           Oops, fix strf_data reading bug.
10452         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10453           Use a non-NULL tag.
10454         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10455           Time for hacks. Sorry Dave. At least one quicktime movie (a
10456           trailer) that I've encountered contains multiple video tracks.
10457           One of those is the actual video track, the other are one-frame
10458           tracks (images). Unfortunately, the number of frames according
10459           to the trak header is 1 for each, so that doesn't help. So
10460           instead, I look at the duration and discard tracks with a
10461           duration shorter than 20% of the length of the stream. Better
10462           than nothing.
10463
10464 2004-10-01  Christian Schaller <christian@fluendo.com>
10465
10466         * ext/ivorbis/vorbis.c:
10467           Patch from Phil Blundell (Bug 152341)
10468
10469 2004-10-01  Wim Taymans  <wim@fluendo.com>
10470
10471         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10472         (speex_dec_get_formats), (speex_dec_convert),
10473         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10474         (speex_dec_chain), (gst_speexdec_get_property),
10475         (gst_speexdec_set_property):
10476         Small cleanups.
10477
10478 2004-10-01  Wim Taymans  <wim@fluendo.com>
10479
10480         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10481         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10482         (gst_wavparse_other), (gst_wavparse_loop),
10483         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10484         (gst_wavparse_srcpad_event):
10485         * gst/wavparse/gstwavparse.h:
10486         Added some more debugging info.
10487         Fix the case where the length of the file is 0.
10488         Make sure we seek to sample borders.
10489
10490 2004-10-01  Wim Taymans  <wim@fluendo.com>
10491
10492         * gst/playback/README:
10493         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10494         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10495         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10496         Add some debug info to decodebin, update README
10497
10498 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10499
10500         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10501           Don't use g_print(); use GST_DEBUG().
10502
10503 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10504
10505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10506         (gst_ogg_mux_queue_pads):
10507           Handle EOS properly.
10508
10509 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10510
10511         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10512
10513         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10514         (gst_faad_chain), (gst_faad_change_state):
10515         * ext/faad/gstfaad.h:
10516           Allow playback of raw (unframed) MPEG AAC files (#148993).
10517
10518 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10519
10520         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10521
10522         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10523           Throw error if we didn't recognize the stream. Fixes #152289.
10524
10525 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10526
10527         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10528           Fix negotiation.
10529
10530 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10531
10532         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10533
10534         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10535           Fix memleak.
10536
10537 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10538
10539         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10540
10541         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10542           Solve #152805.
10543         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10544           Solve 152806.
10545
10546 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10547
10548         * gst-libs/gst/riff/riff-media.c:
10549         (gst_riff_create_video_caps_with_data),
10550         (gst_riff_create_audio_caps_with_data):
10551           Add codec_data handling (like asfdemux used to do).
10552         * gst/asfdemux/gstasf.c: (plugin_init):
10553         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10554         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10555           Use riff-media for caps creation instead of our own (mostly
10556           broken) copy of its functions.
10557
10558 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10559
10560         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10561           Don't actually error out if we get another return value than
10562           -EINVAL. Opposite to what I first thought, drivers have random
10563           return values for this, although -EINVAL is the expected return
10564           value. Since this is not fatal, we shouldn't use
10565           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10566
10567 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10568
10569         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10570         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10571         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10572         (dvdreadsrc_get), (dvdreadsrc_open_file),
10573         (dvdreadsrc_change_state):
10574           Fix. Don't do one big huge loop around the whole DVD, that will
10575           cache all data and thus eat sizeof(dvd) (several GB) before we
10576           see something.
10577         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10578           Actually NULL'ify event after using it.
10579         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10580         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10581         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10582         (gst_ebml_read_seek), (gst_ebml_read_skip):
10583           Handle events.
10584         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10585         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10586         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10587           Fix timing (this will probably break if I seek using menus, but
10588           I didn't get there yet). VOBs and normal DVDs should now work.
10589           Add a mpeg2-only pad with high rank so this get autoplugged for
10590           MPEG-2 movies.
10591         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10592         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10593         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10594         (gst_mpeg_demux_get_audio_stream),
10595         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10596         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10597           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10598           MPEG-1 but use dvddemux for MPEG-2.
10599         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10600         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10601         (gst_mpeg_parse_parse_packhead):
10602           Timing. Only add pad template if it exists. Add sink template from
10603           class and not from ourselves. This means we will always use the
10604           correct sink template even if it is not the one defined in this
10605           file.
10606
10607 2004-09-29  Wim Taymans  <wim@fluendo.com>
10608
10609         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10610         (gst_mpeg_demux_parse_pes):
10611         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10612         Fix playback of mpeg again, timestamps where screwed up by
10613         patch 1.61.
10614
10615 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10616
10617         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10618           Only return true if we actually filled something in. Prevents
10619           player applications from showing a random length for flac files.
10620         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10621         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10622         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10623         (gst_riff_read_strf_vids_with_data),
10624         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10625           OK, ok, so I implemented event handling. Apparently it's normal
10626           that we receive random events at random points without asking
10627           for it.
10628         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10629         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10630         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10631         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10632         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10633         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10634         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10635         * gst/avi/gstavidemux.h:
10636           Implement non-lineair chunk handling and subchunk processing.
10637           The first solves playback of AVI files where the audio and video
10638           data of individual buffers that we read are not synchronized.
10639           This should not happen according to the wonderful AVI specs, but
10640           of course it does happen in reality. It is also a prerequisite for
10641           the second. Subchunk processing allows us to cut chunks in small
10642           pieces and process each of these pieces separately. This is
10643           required because I've seen several AVI files with incredibly large
10644           audio chunks, even some files with only one audio chunk for the
10645           whole file. This allows for proper playback including seeking.
10646           This patch is supposed to fix all AVI A/V sync issues.
10647         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10648         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10649           Work.
10650         * gst/modplug/gstmodplug.cc:
10651           Proper return value setting for the query() function.
10652         * gst/playback/gstplaybasebin.c: (setup_source):
10653           Being in non-playing state (after, e.g., EOS) is not necessarily
10654           a bad thing. Allow for that. This fixes playback of short files.
10655           They don't actually playback fully now, because the clock already
10656           runs. This means that small files (<500kB) with a small length
10657           (<2sec) will still not or barely play. Other files, such as mod
10658           or flx, will work correctly, however.
10659
10660 2004-09-28  Wim Taymans  <wim@fluendo.com>
10661
10662         * ext/speex/gstspeex.c: (plugin_init):
10663         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10664         (gst_speex_dec_class_init), (speex_dec_get_formats),
10665         (speex_get_event_masks), (speex_get_query_types),
10666         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10667         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10668         (gst_speexdec_get_property), (gst_speexdec_set_property),
10669         (speex_dec_change_state):
10670         * ext/speex/gstspeexdec.h:
10671         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10672         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10673         (gst_speexenc_base_init), (gst_speexenc_class_init),
10674         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10675         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10676         (gst_speexenc_src_query), (gst_speexenc_init),
10677         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10678         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10679         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10680         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10681         (gst_speexenc_chain), (gst_speexenc_get_property),
10682         (gst_speexenc_set_property), (gst_speexenc_change_state):
10683         * ext/speex/gstspeexenc.h:
10684         Rewrote speex encoder, make sure it can be embedded in ogg.
10685         Implemented speex decoder.
10686
10687 2004-09-28  Christian Schaller <christian@fluendo.com>
10688
10689         * configure.ac:
10690         Remove kioslave plugin. Markey is brewing a new working one
10691         * ext/Makefile.am: Remove kioslave plugin
10692         * ext/kio: remove
10693         * gst-plugins.spec.in: remove kio plugin from spec
10694
10695 2004-09-27  Wim Taymans  <wim@fluendo.com>
10696
10697         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10698         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10699         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10700         (gst_multifdsink_new_client),
10701         (gst_multifdsink_handle_client_write),
10702         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10703         (gst_multifdsink_handle_clients):
10704         * gst/tcp/gstmultifdsink.h:
10705         Make syncing to keyframes actually work for new clients and lagging
10706         clients.
10707
10708 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10709
10710         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10711         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10712         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10713         * gst/debug/gstnavigationtest.h:
10714           make navigationtest display button-press and button-release events
10715
10716 2004-09-26 Iain <iaingnome@gmail.com>
10717
10718         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10719         the channels have received a new media event.
10720         (interleave_buffered_loop): Compresses a new media event on all
10721         channels into one.
10722
10723 2004-09-26 Iain <iaingnome@gmail.com>
10724
10725         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10726         call the sinkpad's default event handler and not the srcpads. He also
10727         says this is confusing :)
10728         (gst_wavenc_stop_file): Company says that seek events only go upstream
10729         we should send a discontinuous downstream instead.
10730
10731 2004-09-25  Christian Schaller <christian@fluendo.com>
10732
10733         * Update SPEC file to be usable in conjunction with Fedora Core,
10734           Fedora.us and freshrpms packages
10735         * Fix typo in multifilesrc test Makefile
10736
10737 2004-09-24  Wim Taymans  <wim@fluendo.com>
10738
10739         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10740         Only signal the no_more_pads signal when we have
10741         added the stream to our list.
10742
10743 2004-09-24  Wim Taymans  <wim@fluendo.com>
10744
10745         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10746         (new_decoded_pad):
10747         * gst/playback/gstplaybasebin.h:
10748         * gst/playback/gstplaybin.c: (setup_sinks):
10749         Don't try to preroll or decode more than one audio/video
10750         track.
10751
10752 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10753
10754         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10755           Throw error if we failed to find a suitable output. This should
10756           throw an error if we successfully set up a pipeline (e.g. because
10757           we recognized a media file) but found no decodable streams in it
10758           (e.g. because it contains only media stream types for which we
10759           have no decoders, or because it's not a media type).
10760
10761 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10762
10763         * ext/dirac/Makefile.am:
10764         * ext/dirac/gstdirac.cc:
10765         * ext/dirac/gstdiracdec.cc:
10766         * ext/dirac/gstdiracdec.h:
10767           Do something. Don't actually know if this works because I don't
10768           have a demuxer yet.
10769         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10770           Add channels=1 to caps returned from _getcaps().
10771         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10772         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10773         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10774         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10775         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10776         (gst_ogm_parse_change_state):
10777           Separate between audio/video so ogmaudioparse actually uses the
10778           audio pad templates. Both audio and video work now, including
10779           autoplugging. Also use sometimes-srcpad hack.
10780         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10781           Handle events better. Don't hang on infinite loops.
10782         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10783         (gst_avi_demux_init), (gst_avi_demux_reset),
10784         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10785         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10786         (gst_avi_demux_change_state):
10787         * gst/avi/gstavidemux.h:
10788           Improve A/V sync. Still not perfect.
10789         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10790         (gst_ebml_read_skip):
10791           Handle events better.
10792         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10793         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10794         (qtdemux_audio_caps):
10795           Add IMA4. Improve event handling. Save offset after a seek when
10796           the headers are at the end of the file so that we don't end up in
10797           an infinite loop.
10798         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10799           Add low-priority typefind support for files with no length.
10800
10801 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10802
10803         * testsuite/multifilesink/Makefile.am:
10804         fix typo
10805
10806 2004-09-22  Julien MOUTTE  <julien@moutte.net>
10807
10808         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
10810         mistakes from thaytan's patches.
10811
10812 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10813
10814         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10815           For completeness, XSync in the destroy function as xvimage does.
10816
10817 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10818
10819         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
10820            Correct caps negotiation
10821         * gst/volume/gstvolume.c: (volume_chain_float),
10822         (volume_chain_int16):
10823            Modify debug output to be little more informative
10824         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10826         (gst_xvimagesink_xvimage_destroy):
10827           Add XSync calls after detaching from the shared memory segment to
10828           avoid a crash.
10829
10830 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10831
10832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10833         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
10834         * ext/vorbis/vorbis.c: (plugin_init):
10835         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10836         (gst_vorbisenc_chain):
10837         * ext/vorbis/vorbisenc.h:
10838         remove explicit newmedia support from oggmux and vorbisenc
10839         add debug category to vorbisenc
10840         * gst/multifilesink/gstmultifilesink.c:
10841         (gst_multifilesink_class_init), (gst_multifilesink_init),
10842         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
10843         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
10844         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
10845         (plugin_init):
10846         * gst/multifilesink/gstmultifilesink.h:
10847         add support for streamheader in multifilesink
10848
10849 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10850
10851         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
10852         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
10853         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
10854           Prevent infinite loops. More correct error reporting.
10855         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10856           Error out if negotiation fails.
10857         * gst/playback/gstplaybasebin.c: (setup_source),
10858         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
10859         (gst_play_base_bin_found_tag):
10860           Error/tag forwarding. Pre-roll fixes for source errors on state
10861           changes (e.g. "file does not exist") to prevent hangs.
10862
10863 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10864
10865         * testsuite/multifilesink/Makefile.am:
10866         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
10867         (gst_newmedia_class_init), (gst_newmedia_init),
10868         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10869         (newfile_signal), (test_signal), (main):
10870         * testsuite/multifilesink/multifilesrc_test.c: (main):
10871         * testsuite/multifilesink/oggtheora_test.c:
10872         (gst_newmedia_base_init), (gst_newmedia_class_init),
10873         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10874         (test_format), (newfile_signal), (test_signal), (main):
10875         * testsuite/multifilesink/oggvorbis_test.c:
10876         (gst_newmedia_base_init), (gst_newmedia_class_init),
10877         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10878         (test_format), (newfile_signal), (test_signal), (main):
10879         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
10880         (gst_newmedia_class_init), (gst_newmedia_init),
10881         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10882         (newfile_signal), (test_signal), (main):
10883         New media tests
10884
10885 2004-09-20  Christian Schaller <christian@fluendo.com>
10886
10887         * Fix mikmod license to LGPL as they have relicensed
10888         * Move Dirac and Effectv into LGPL section of README_license
10889
10890 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10891
10892         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
10893         (gst_mad_change_state):
10894           Allow for mp3 rate/channels changes. However, only very
10895           conservatively. Reason that we *have* to enable this is smiply
10896           because the mad find_sync() function is not good enough, it will
10897           regularly sync on random data as valid frames and therefore make
10898           us provide random caps as *final* caps of the stream. The best fix
10899           I could think of is to simply require several of the same stream
10900           changes in a row before we change caps.
10901           The actual testcase that works now is #
10902         * ext/ogg/Makefile.am:
10903         * ext/ogg/gstogg.c: (plugin_init):
10904         * ext/ogg/gstogmparse.c:
10905           OGM support (video only for now; I need an audio sample file).
10906         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10907         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
10908         (gst_asf_demux_add_video_stream):
10909           WMV extradata.
10910         * gst/playback/gstplaybasebin.c: (unknown_type):
10911           Don't error out on single unknown-types after all. It's wrong.
10912           If we found type of video and audio but not of a subtitle stream,
10913           it will still error out (which is unwanted). Will find a better fix
10914           later on.
10915         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
10916         (ogmaudio_type_find), (plugin_init):
10917           OGM support.
10918
10919 2004-09-20  Johan Dahlin  <johan@gnome.org>
10920
10921         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
10922         after setting caps.
10923
10924 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10925
10926         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
10927         * gst/wavenc/gstwavenc.h:
10928         Added newmedia support to wavenc
10929
10930 2004-09-17  Wim Taymans  <wim@fluendo.com>
10931
10932         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
10933         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
10934         (gst_fdset_fd_can_write), (gst_fdset_wait):
10935         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
10936         (gst_multifdsink_init), (gst_multifdsink_add),
10937         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
10938         (gst_multifdsink_remove_client_link),
10939         (gst_multifdsink_client_queue_buffer),
10940         (gst_multifdsink_handle_client_write),
10941         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
10942         (gst_multifdsink_close), (gst_multifdsink_change_state):
10943         * gst/tcp/gstmultifdsink.h:
10944         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
10945         (gst_tcpserversink_removed):
10946         Small cleanups in fdset.c
10947         Use a hastable to map fd to the client structure for faster
10948         lookup in _remove and get_stats.
10949         Added virtual function to close the fds.
10950         Handle clients even when the select/poll call was unblocked because
10951         of a command.
10952         Implement syncing to keyframe in the recovery procedure.
10953
10954 2004-09-16 Iain <iaingnome@gmail.com>
10955
10956         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
10957         try caps.
10958
10959 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10960
10961         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
10962           Caps are only set if the type of the stream is unknown, but this
10963           is initialized in ->init_stream(), so set to UNKNOWN after calling
10964           ->init_stream() so that capsnego starts.
10965
10966 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10967
10968         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10969         (gst_avi_demux_stream_data):
10970           Just hardcode for raw audio then. AVI audio sucks.
10971
10972 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
10973
10974         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
10975         * gst/matroska/matroska-mux.c: (audiosink_templ),
10976         (gst_matroska_mux_audio_pad_link):
10977         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
10978         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
10979
10980 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10981
10982         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10983         (gst_avi_demux_stream_data):
10984           Try to fix a/v sync issues.
10985
10986 2004-09-15  David Schleef  <ds@schleef.org>
10987
10988         * configure.ac: remove NASM check, since we don't use it.  Update
10989         dirac check to 0.4
10990         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
10991         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10992         Initialized variables.
10993         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10994         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
10995         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
10996         SVQ3 format
10997
10998 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10999
11000         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11001         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11002         * gst/avi/gstavidemux.h:
11003           Fix for compressed audio (mp3) timestamp generation. How did this
11004           ever work?
11005
11006 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11007
11008         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11009           Volume is a double not a float.
11010
11011 2004-09-15  Wim Taymans  <wim@fluendo.com>
11012
11013         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11014         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11015         Don't close the fd in multifdsink as we didn't open it in the
11016         first place. Some cleanups.
11017
11018 2004-09-15  Wim Taymans  <wim@fluendo.com>
11019
11020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11021         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11022         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11023         Fix the case where the muxer would mark pages as delta
11024         frames when they are not (vorbis only ogg).
11025
11026 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11027
11028         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11029         (gst_play_base_bin_change_state):
11030           Handle the case where we failed to setup a clear pipeline. This
11031           will throw an error (or EOS, another nice case) and if you don't
11032           catch that, the app will wait for the signal forever (and thus
11033           hang).
11034
11035 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11036
11037         * ext/gnomevfs/gstgnomevfssink.c:
11038         (gst_gnomevfssink_uri_get_protocols):
11039         * ext/gnomevfs/gstgnomevfssrc.c:
11040         (gst_gnomevfssrc_uri_get_protocols):
11041         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11042         * ext/gnomevfs/gstgnomevfsuri.h:
11043           Use _uri_new() instead of _open(), so it doesn't take as long and
11044           Christophe's computer won't hang.
11045         * gst/playback/gstplaybasebin.c: (unknown_type):
11046           Throw error on unknown media type, so apps actually display it.
11047
11048 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11049
11050         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11051           this script to work on Solaris since bash shell handles echo
11052           differenly than bash.
11053
11054 2004-09-17  Wim Taymans  <wim@fluendo.com>
11055
11056         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11057         (setup_source), (gst_play_base_bin_set_property),
11058         (gst_play_base_bin_add_element):
11059         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11060         Some more work on making sure seeking pauses the pipeline and
11061         that changing the uri actually does something.
11062
11063 2004-09-17  Wim Taymans  <wim@fluendo.com>
11064
11065         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11066         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11067         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11068         (gst_tcpserversink_close):
11069         Be a bit more paranoid when freeing memory.
11070
11071 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11072
11073         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11074         (qtdemux_parse_trak):
11075           Don't crash by dividing by zero (see sample movie in #126922).
11076
11077 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11078
11079         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11080           Don't touch non-existing data (fixes crash on file in #140147).
11081
11082 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11083
11084         * gst/playback/gstplaybasebin.c:
11085         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11086           Handle double disposals, and proper change of URIs.
11087
11088 2004-09-13  Martin Eikermann <meiker@upb.de>
11089
11090         * gst/mpegstream/gstmpegparse.c:
11091           fix synchronistation for streams recorded from digital PCR
11092           fixes bug #119376
11093
11094 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11095
11096         * ext/gnomevfs/Makefile.am:
11097         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11098         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11099         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11100         (gst_gnomevfssink_uri_get_type),
11101         (gst_gnomevfssink_uri_get_protocols),
11102         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11103         (gst_gnomevfssink_uri_handler_init),
11104         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11105         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11106         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11107         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11108         (gst_gnomevfssrc_uri_get_type),
11109         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11110         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11111         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11112         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11113         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11114         * ext/gnomevfs/gstgnomevfsuri.h:
11115           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11116           of fake URIs to see which this version of Gnome-VFS likes, and
11117           uses that for the Gst-URI interface. Makes playbin support http://
11118           streams. Also fix up some stupid behaviour in gnomevfssrc.
11119
11120 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11121
11122         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11123         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11124         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11125         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11126           Update mixer (to sync with other sessions) if we try to obtain
11127           a new value. This makes alsamixer work accross applications.
11128         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11129           Only call sync functions if we're running, else alsalib asserts.
11130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11131           Sometimes fails to compile. Possibly a gcc bug.
11132         * gst/playback/gstplaybin.c: (gen_video_element),
11133         (gen_audio_element):
11134           Add a reference to an application-provided object, because we lose
11135           this same reference if we add it to the bin. If we don't do this,
11136           we can only use this object once and thus crash if we go from
11137           ready to playing, back to ready and back to playing again.
11138           Also add an audioscale element because several cheap soundcards -
11139           like mine - don't support all samplerates.
11140         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11141         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11142           Fix wrong order or PAR calls. Makes automatically obtained PAR
11143           from the X server atually being used.
11144
11145 2004-09-12  David Schleef  <ds@schleef.org>
11146
11147         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11148         #151887, #152102, #152247.
11149         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11150         * examples/seeking/cdparanoia.c: same
11151         * examples/seeking/cdplayer.c: same
11152         * examples/seeking/seek.c: same
11153         * examples/seeking/spider_seek.c: same
11154         * examples/seeking/vorbisfile.c: same
11155         * examples/stats/mp2ogg.c: same
11156         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11157         (gst_esdsink_dispose): Dispose of element properly.
11158         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11159         fixes.
11160         * ext/nas/nassink.c: (gst_nassink_class_init),
11161         (gst_nassink_dispose): Dispose of element correctly.
11162         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11163         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11164         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11165         Fix 64-bit warning.
11166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11167         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11168         Fix 64-bit warning.
11169
11170 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11171
11172         * configure.ac : change speex detection as 1.1.6 now uses
11173           .pc/pkg-config and they changed their headers location.
11174
11175 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11176
11177         * gst/matroska/matroska-mux.h:
11178         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11179         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11180         (gst_matroska_mux_write_data):
11181           Write multiple blocks/frames per cluster.
11182                 Write meta-seek information (seek heads).
11183
11184 2004-09-09  Scott Wheeler <wheeler@kde.org>
11185
11186         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11187         (gst_play_bin_set_property), (gst_play_bin_get_property),
11188         (gen_audio_element), (gen_audio_element):
11189           Add a volume element / property to the pipeline.
11190
11191 2004-09-07  Wim Taymans  <wim@fluendo.com>
11192
11193         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11194         Copy timestamps from the master pad to the output buffers.
11195
11196 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11197
11198         * ext/raw1394/gstdv1394src.c:
11199           throw errors when applicable
11200
11201 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11202
11203         * gst/matroska/ebml-ids.h:
11204         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11205         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11206         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11207           automatically convert unix time <-> ebml time when reading/writing
11208           a date, use gst_ebml_write_uint to write CUETIME,
11209           not gst_ebml_write_date.
11210         * gst/matroska/matroska-ids.h:
11211         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11212         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11213         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11214         (gst_matroska_mux_write_data):
11215           Write track and segment UIDs, write muxing date, write
11216           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11217           Create cues for audio only files.
11218
11219 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11220
11221         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11222         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11223           Re-commit ALSA switches.
11224         * gst/adder/gstadder.c: (gst_adder_loop):
11225           64-bit fix (#151416).
11226         * gst/debug/progressreport.c: (gst_progressreport_report):
11227           64-bit fix (#151419).
11228         * gst/matroska/matroska-demux.c:
11229         (gst_matroska_demux_parse_contents):
11230           64-bit fix (#151420).
11231         * gst/playback/test3.c: (update_scale):
11232           64-bit fix (#151421).
11233
11234 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11235
11236         * configure.ac:
11237           bump nano to cvs
11238
11239 === release 0.8.4 ===
11240
11241 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11242
11243         * configure.ac: releasing 0.8.4, "Alias"
11244
11245 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11246
11247         * ext/theora/Makefile.am:
11248           fix makefile.  Fixes #151462.
11249
11250 2004-08-30  Wim Taymans  <wim@fluendo.com>
11251
11252         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11253         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11254         (gst_multifdsink_remove_client_link),
11255         (gst_multifdsink_client_queue_buffer),
11256         (gst_multifdsink_handle_client_write):
11257         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11258         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11259         Fix some memory leaks.
11260
11261 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11262
11263         Patch by: David Schleef
11264
11265         * configure.ac:
11266         * sys/Makefile.am:
11267           rename our detection macro for V4L2.  Fixes #151236.
11268
11269 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11270
11271         Patch by: David Schleef
11272
11273         * configure.ac:
11274           check to define LAMEPRESET.  Fixes #151232.
11275
11276 2004-08-27  David Schleef  <ds@schleef.org>
11277
11278         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11279         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11280         (gst_glimagesink_fixate):  Move local variable declarations to
11281         make gcc-2.95 happy.
11282
11283 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11284
11285         * configure.ac:
11286           bump nano for prerelease
11287
11288 2004-08-27  David Schleef  <ds@schleef.org>
11289
11290         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11291         * sys/sunaudio/gstsunaudiosrc.c:
11292         * sys/sunaudio/gstsunaudiosrc.h:
11293
11294 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11295
11296         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11297         handle EOS correctly
11298         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11299         * gst/matroska/matroska-mux.h:
11300         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11301         VFW compatibility mode
11302
11303 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11304
11305         patch by: Zaheer Abbas Merali
11306
11307         * ext/ogg/gstoggmux.c:
11308         * ext/vorbis/vorbisenc.c:
11309         * ext/vorbis/vorbisenc.h:
11310           handle NEWMEDIA
11311
11312 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11313
11314         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11315         fix byte order reversion on little endian machines.
11316         * gst/matroska/matroska-mux.c: (audiosink_templ),
11317         (gst_matroska_mux_audio_pad_link):
11318         add TTA codec to the list of supported codecs.
11319         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11320         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11321         (gst_matroska_mux_write_data):
11322         * gst/matroska/matroska-mux.h:
11323         write segment duration correctly, write muxing app string, fixes bugs
11324         #140897 and #140898.
11325         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11326         wait for all pads to be negotiated before starting to mux.
11327
11328 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11329
11330         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11331         * ext/lame/gstlame.h:
11332         Added new media support to lame
11333
11334 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11335
11336         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11337         send vorbis headers at the beginning of a stream, fixes bug #141554.
11338         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11339         bug #148950.
11340         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11341         (gst_matroska_demux_plugin_init):
11342         * gst/matroska/matroska-ids.h:
11343         enable demuxing of TTA audio streams, fixes bug #148951.
11344         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11345         enable typefinding for TTA audio files, fixes bug #148711.
11346         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11347         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11348         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11349
11350 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11351
11352         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11353         (gst_riff_read_element_data), (gst_riff_read_seek),
11354         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11355         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11356         <teuf@gnome.org>
11357
11358 2004-08-23 Iain <iaingnome@gmail.com>
11359
11360         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11361         tags. They appear to be handled differently to normal.
11362         (tag_list_to_id3_tag_foreach): Ditto.
11363
11364 2004-08-22  Wim Taymans  <wim@fluendo.com>
11365
11366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11367         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11368         Make sure we never send -1 granulepos.
11369
11370 2004-08-20  Wim Taymans  <wim@fluendo.com>
11371
11372         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11373         (gst_ogg_mux_loop):
11374         I will accept bitchslappings with non sharp objects.
11375
11376 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11377
11378         * configure.ac:
11379         Clean up the test for lame presets
11380
11381 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11382
11383         * configure.ac:
11384         * ext/lame/Makefile.am:
11385         * ext/lame/gstlame.c: (gst_lame_class_init),
11386         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11387         Only enable lame presets if version of lame has presets in API
11388
11389 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11390         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11391         * gst/udp/gstudpsrc.h:
11392           Don't call gst_pad_push in a get function. Fixes #150449
11393
11394 2004-08-18  Wim Taymans  <wim@fluendo.com>
11395
11396         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11397         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11398         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11399         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11400         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11401         (gst_fdset_wait):
11402         * gst/tcp/gstfdset.h:
11403         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11404         (gst_multifdsink_client_queue_buffer),
11405         (gst_multifdsink_handle_client_write):
11406         * gst/tcp/gstmultifdsink.h:
11407         Some extra checks in gstfdset.
11408         Only use send() when the fd is a socket. Don't try to
11409         read from write only fds.
11410
11411 2004-08-18  Wim Taymans  <wim@fluendo.com>
11412
11413         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11414         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11415         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11416         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11417         (gst_fdset_wait):
11418         Add more locking and bounds checking.
11419
11420 2004-08-18  Wim Taymans  <wim@fluendo.com>
11421
11422         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11423         Realloc test fdset in the lock and right before starting
11424         the poll call. Bump the limit to 4096.
11425
11426 2004-08-17  David Schleef  <ds@schleef.org>
11427
11428         * sys/sunaudio/Makefile.am:
11429         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11430         of rates and channels.  Make debugging less obnoxious.
11431
11432         Patch from Balamurali Viswanathan implementing a mixer for
11433         Sun audio.  (bug #144091):
11434         * sys/sunaudio/gstsunelement.c:
11435         * sys/sunaudio/gstsunelement.h:
11436         * sys/sunaudio/gstsunmixer.c:
11437         * sys/sunaudio/gstsunmixer.h:
11438
11439 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11440
11441         * gst/audioscale/gstaudioscale.c:
11442         * gst/audioscale/gstaudioscale.h:
11443         made audioscale resample from any sample rate to any sample rate
11444
11445 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11446
11447         * ext/libpng/gstpngdec.c:
11448           error out on unsupported types
11449
11450 2004-08-17  Iain <iaingnome@gmail.com>
11451
11452         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11453         mid_side and loose_mid_side properties if its a stereo stream.
11454
11455 2004-08-17  Wim Taymans  <wim@fluendo.com>
11456
11457         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11458         (theora_get_formats), (theora_dec_src_convert),
11459         (theora_dec_sink_convert), (theora_dec_src_query),
11460         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11461         Add a debug line.
11462
11463 2004-08-17  Wim Taymans  <wim@fluendo.com>
11464
11465         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11466         (gst_ogg_pad_push):
11467         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11468         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11469         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11470         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11471         Mark delta units in the muxer.
11472         Try to decode the packet after an out-of-sync error from
11473         libogg.
11474
11475 2004-08-17  Wim Taymans  <wim@fluendo.com>
11476
11477         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11478         (gst_multifdsink_init), (gst_multifdsink_add),
11479         (gst_multifdsink_client_queue_buffer),
11480         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11481         * gst/tcp/gstmultifdsink.h:
11482         Added option to send a keyframe to clients as the first buffer.
11483         Make timeout property writable.
11484
11485 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11486
11487         patch by: Wim Taymans
11488
11489         * gst/tcp/gstfdset.c:
11490         * gst/tcp/gstmultifdsink.c:
11491           fix index comparison, should include 0
11492
11493 2004-08-16  Wim Taymans  <wim@fluendo.com>
11494
11495         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11496         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11497         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11498         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11499         (gst_fdset_wait):
11500           copy when reallocing for poll so the select arguments don't get
11501           changed during the call
11502
11503 2004-08-16  Wim Taymans  <wim@fluendo.com>
11504
11505         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11506         (gst_theora_enc_class_init), (theora_enc_sink_link),
11507         (theora_buffer_from_packet), (theora_enc_chain):
11508         Fix bug where buffers were not marked as keyframes
11509         correctly.
11510
11511 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11512
11513         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11514         (gst_lame_preset_get_type), (gst_lame_class_init):
11515         describe the enum values for vbr mode and presets more verbosely
11516
11517 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11518
11519         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11520         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11521         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11522         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11523         * ext/lame/gstlame.h:
11524         add preset property to lame so it can use lame presets
11525
11526 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11527
11528         * ext/lame/gstlame.c: (gst_lame_get_property):
11529         whoops forgot break, thanks teuf
11530
11531 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11532
11533         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11534         (gst_lame_class_init), (gst_lame_src_getcaps),
11535         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11536         (gst_lame_get_property), (gst_lame_setup):
11537         * ext/lame/gstlame.h:
11538         fix lame's broken vbr stuff, allow it to resample if need be, and also
11539         make xing header optional
11540
11541 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11542
11543         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11544         added getcaps function so samplerate doesnt get fixated to silly values
11545
11546 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11547
11548         * ext/lame/gstlame.c: (gst_lame_src_link):
11549         revert previous fix
11550
11551 2004-08-12  Johan Dahlin  <johan@gnome.org>
11552
11553         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11554         checks. Doesn't matter what state we are in. Interfaces are a
11555         compile time thing, not runtime. It also broke the python bindings.
11556
11557 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11558
11559         * ext/lame/gstlame.c: (gst_lame_src_link):
11560         made source pad link function check if sinkpad is ok..fixes the problem
11561         where core fixates the output rate of lame stupidly
11562
11563 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11564
11565         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11566         * sys/v4l/v4l_calls.c:
11567         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11568           fix fixate function to handle nonsimple caps.
11569           remove bogus check in _link
11570           cleanups
11571
11572 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11573
11574         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11575         set default compression ratio parameter to 0.0 so bitrate parameter
11576         works :)
11577
11578 2004-08-11  David Schleef  <ds@schleef.org>
11579
11580         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11581
11582 2004-08-11  David Schleef  <ds@schleef.org>
11583
11584         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11585         before.
11586
11587 2004-08-11  David Schleef  <ds@schleef.org>
11588
11589         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11590
11591 2004-08-11  David Schleef  <ds@schleef.org>
11592
11593         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11594           license field
11595         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11596         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11597           LGPL.
11598         * gst/auparse/gstauparse.c: Fix plugin license field.
11599         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11600         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11601         * gst/rtp/gstrtp.c: Fix plugin license field.
11602
11603 2004-08-11  Wim Taymans  <wim@fluendo.com>
11604
11605         * gst/tcp/Makefile.am:
11606         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11607         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11608         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11609         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11610         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11611         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11612         (gst_fdset_fd_can_write), (gst_fdset_wait):
11613         * gst/tcp/gstfdset.h:
11614         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11615         (gst_multifdsink_class_init), (gst_multifdsink_init),
11616         (gst_multifdsink_add), (gst_multifdsink_remove),
11617         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11618         (gst_multifdsink_remove_client_link),
11619         (gst_multifdsink_handle_client_read),
11620         (gst_multifdsink_client_queue_data),
11621         (gst_multifdsink_client_queue_caps),
11622         (gst_multifdsink_client_queue_buffer),
11623         (gst_multifdsink_handle_client_write),
11624         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11625         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11626         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11627         (gst_multifdsink_close):
11628         * gst/tcp/gstmultifdsink.h:
11629         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11630         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11631         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11632         (gst_tcpserversink_close):
11633         * gst/tcp/gsttcpserversink.h:
11634         Abstracted away the select call, implemented poll (yes we ran into
11635         the 1024 limit in production).
11636
11637 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11638
11639         * gst/tcp/gsttcp.c:
11640         * gst/tcp/gsttcpplugin.c:
11641           improve debuggging, remove assert
11642
11643 2004-08-10  Wim Taymans  <wim@fluendo.com>
11644
11645         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11646         (gst_client_status_get_type), (gst_multifdsink_class_init),
11647         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11648         (gst_multifdsink_handle_client_read),
11649         (gst_multifdsink_handle_client_write),
11650         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11651         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11652         (gst_multifdsink_get_property):
11653         * gst/tcp/gstmultifdsink.h:
11654         * gst/tcp/gsttcp-marshal.list:
11655         Starting to prepare for specifying buffer time in other units
11656         than buffers. Expose remove reason in signal.
11657
11658 2004-08-10  Wim Taymans  <wim@fluendo.com>
11659
11660         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11661         (gst_multifdsink_remove), (gst_multifdsink_clear),
11662         (gst_multifdsink_remove_client_link),
11663         (gst_multifdsink_handle_client_read),
11664         (gst_multifdsink_client_queue_data),
11665         (gst_multifdsink_client_queue_buffer),
11666         (gst_multifdsink_handle_client_write),
11667         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11668         (gst_multifdsink_chain), (gst_multifdsink_close):
11669         * gst/tcp/gstmultifdsink.h:
11670         Added more debugging info. Changed the way clients are
11671         removed from the lists. Fixed a bug where a bad file descriptor
11672         could cause many clients to be removed.
11673
11674 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11675
11676         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11677           allow all pixel-aspect-ratios, not just 1:1
11678
11679 2004-08-09  David Schleef  <ds@schleef.org>
11680
11681         * sys/glsink/ARB_multitexture.h:  Remove old files.
11682         * sys/glsink/EXT_paletted_texture.h:
11683         * sys/glsink/NV_register_combiners.h:
11684         * sys/glsink/gstgl_nvimage.c:
11685         * sys/glsink/gstgl_pdrimage.c:
11686         * sys/glsink/gstgl_rgbimage.c:
11687         * sys/glsink/gstglsink.c:
11688         * sys/glsink/gstglsink.h:
11689         * sys/glsink/gstglxwindow.c:
11690         * sys/glsink/regcomb_yuvrgb.c:
11691
11692 2004-08-09  David Schleef  <ds@schleef.org>
11693
11694         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11695         GL sink plugin.  (Bug #147302)
11696
11697         * configure.ac: Test for OpenGL
11698         * sys/Makefile.am: Use test for OpenGL
11699         * sys/glsink/Makefile.am:
11700         * sys/glsink/glimagesink.c: rewrite
11701         * sys/glsink/glimagesink.h: rewrite
11702
11703 2004-08-09  David Schleef  <ds@schleef.org>
11704
11705         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11706         sane framerates.
11707         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11709         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11710
11711 2004-08-09  Wim Taymans  <wim@fluendo.com>
11712
11713         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11714         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11715         (gst_multifdsink_client_remove),
11716         (gst_multifdsink_handle_client_read),
11717         (gst_multifdsink_handle_client_write),
11718         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11719         Do a bit more logging, make the client_read code more robust.
11720
11721 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11722
11723         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11724         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11725         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11726         (gst_jpegdec_init), (gst_jpegdec_chain):
11727         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11728         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11729           cleanups, debugging fixes and memleak plugging
11730
11731 2004-08-09  Wim Taymans  <wim@fluendo.com>
11732
11733         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11734         (theora_get_formats), (theora_dec_src_convert),
11735         (theora_dec_sink_convert), (theora_dec_src_query),
11736         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11737         (theora_dec_change_state):
11738         Don't crash on missing header packets.
11739
11740 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11741
11742         * po/LINGUAS:
11743         * po/sq.po:
11744           Added Albanian translation (Laurent Dhima)
11745         * po/cs.po:
11746           updated
11747
11748 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11749
11750         * ext/lame/gstlame.c:
11751           fix/add debugging
11752
11753 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11754
11755         * sys/ximage/ximagesink.c:
11756         * sys/xvimage/xvimagesink.c:
11757           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11758
11759 2004-08-06  Wim Taymans  <wim@fluendo.com>
11760
11761         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11762         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11763         (gst_multifdsink_client_remove),
11764         (gst_multifdsink_handle_client_read),
11765         (gst_multifdsink_handle_client_write),
11766         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11767         Make sure we don't try to read more from a client that what
11768         ioctl says us or we deadlock.
11769
11770 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11771
11772         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11773         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11774         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11775           decouple running_time and n_frames so it can handle changing
11776           framerate while running
11777
11778 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11779
11780         * po/nl.po:
11781         * po/sv.po:
11782           updated translations
11783
11784 2004-08-04  Benjamin Otte  <otte@gnome.org>
11785
11786         * gst/videotestsrc/gstvideotestsrc.c:
11787         (gst_videotestsrc_get_capslist), (generate_capslist),
11788         (plugin_init):
11789           generate the list of supported caps at startup and reuse it instead
11790           of always generating it
11791
11792 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11793
11794         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11795           whoops, last checkin broke normal build
11796
11797 2004-08-03  Benjamin Otte  <otte@gnome.org>
11798
11799         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11800         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11801         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11802         (gst_alsa_mixer_get_option):
11803         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11804         (dvdnavsrc_print_event):
11805         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
11806         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
11807         (gst_ogg_mux_pad_unlink):
11808         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
11809         (gst_multipart_mux_pad_unlink):
11810         * gst/videofilter/gstvideobalance.c:
11811         (gst_videobalance_colorbalance_set_value):
11812         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
11813         (gst_videomixer_pad_unlink):
11814         * po/uk.po:
11815         * sys/oss/gstossmixer.c:
11816         * sys/v4l/gstv4lcolorbalance.c:
11817         * sys/v4l/gstv4ltuner.c:
11818         * sys/v4l/v4lsrc_calls.c:
11819         * sys/v4l2/gstv4l2colorbalance.c:
11820         * sys/v4l2/gstv4l2tuner.c:
11821           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
11822
11823 2004-08-03  Benjamin Otte  <otte@gnome.org>
11824
11825         * examples/dynparams/filter.c: (ui_control_create):
11826         * examples/gstplay/player.c: (print_tag):
11827         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
11828         * ext/gdk_pixbuf/gstgdkanimation.c:
11829         (gst_gdk_animation_iter_may_advance):
11830         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
11831         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
11832         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
11833         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
11834         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
11835         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
11836         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
11837         * gst/sine/demo-dparams.c: (main):
11838         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11839         * testsuite/alsa/formats.c: (create_pipeline):
11840         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
11841           fixes for G_DISABLE_ASSERT and friends
11842         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11843         (mp3_type_frame_length_from_header), (mp3_type_find),
11844         (plugin_init):
11845           require mp3 typefinding to have at least MIN_HEADERS valid headers
11846           add typefinding for AAC adts files
11847
11848 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
11849
11850         * sys/ximage/ximagesink.c:
11851         (gst_ximagesink_calculate_pixel_aspect_ratio):
11852         * sys/xvimage/xvimagesink.c:
11853         (gst_xvimagesink_calculate_pixel_aspect_ratio):
11854         Make sure we calculate pixel-aspect-ratio using floating point maths
11855
11856 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11857
11858         * po/uk.po:
11859           updated translation
11860
11861 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11862
11863         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
11865           add debugging for display PAR calculation
11866
11867 2004-08-02  David Schleef  <ds@schleef.org>
11868
11869         * configure.ac: Fix mikmod CFLAGS.
11870
11871 2004-07-27  Benjamin Otte  <otte@gnome.org>
11872
11873         * gst/audioscale/gstaudioscale.c:
11874         - fix templates to only support S16, it's the only format that works
11875         - make caps nego code use try_set_caps_nonfixed and fixation instead
11876         of try_set_caps twice, which is not nice for autopluggers
11877         - change rank to secondary, so autopluggers can pick it up after
11878         audioconvert
11879
11880 2004-08-02  Iain <iain@prettypeople.org>
11881
11882         * gst/interleave/interleave.c (interleave_init),
11883         (interleave_request_new_pad),
11884         (interleave_pad_removed),
11885         (interleave_buffered_loop): Use the real pad count, not the artificial
11886         one.
11887
11888 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11889
11890         * configure.ac: bump nano back to development
11891
11892 === release 0.8.3 ===
11893
11894 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11895
11896         * configure.ac: releasing 0.8.3, "Water"
11897
11898 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11899
11900         * sys/xvimage/xvimagesink.c:
11901         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11902         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
11903         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
11904         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11905         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11906         * sys/xvimage/xvimagesink.h:
11907           apply similar PAR fixes as to ximagesink
11908
11909 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11910
11911         patch from: Benjamin Otte
11912
11913         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
11914           add link function to lame.  Fixes #148986.
11915
11916 2004-08-02  Johan Dahlin  <johan@gnome.org>
11917
11918         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
11919         fix debugging log
11920
11921 2004-07-30  David Schleef  <ds@schleef.org>
11922
11923         * gst/videomixer/Makefile.am: Fix things that should have been
11924         fixed in the last checkin.
11925
11926 2004-07-30  David Schleef  <ds@schleef.org>
11927
11928         * gst/multipart/Makefile.am: Fix things that should have been
11929         fixed in the last checkin.
11930
11931 2004-07-30  David Schleef  <ds@schleef.org>
11932
11933         * testsuite/multifilesink/Makefile.am: Fix unused variable.
11934
11935 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11936
11937         * configure.ac:
11938           bump nano for prerelease
11939         * po/af.po:
11940         * po/az.po:
11941         * po/cs.po:
11942         * po/en_GB.po:
11943         * po/hu.po:
11944         * po/nl.po:
11945         * po/sr.po:
11946         * po/sv.po:
11947         * po/uk.po:
11948           updates
11949
11950 2004-07-30  Wim Taymans  <wim@fluendo.com>
11951
11952         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11953         (gst_multifdsink_add), (gst_multifdsink_remove),
11954         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11955         (gst_multifdsink_client_remove),
11956         (gst_multifdsink_handle_client_write),
11957         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11958         * gst/tcp/gstmultifdsink.h:
11959         Recover from a select with a bad file descriptor by removing
11960         the client.
11961
11962 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11963
11964         * configure.ac:
11965           fix requirement of core
11966         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
11967         (gst_play_pipeline_setup):
11968           don't use colorspace element.  do use hermescolorspace element.
11969           make macro to get a colorspace element.
11970           mark strings for translation.
11971         * po/POTFILES.in:
11972           add play.c
11973         * po/af.po:
11974         * po/az.po:
11975         * po/cs.po:
11976         * po/en_GB.po:
11977         * po/hu.po:
11978         * po/nl.po:
11979         * po/sr.po:
11980         * po/sv.po:
11981         * po/uk.po:
11982           update translations
11983
11984 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11985
11986         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11987         fix default for newmedia flag
11988
11989 2004-07-30  Wim Taymans  <wim@fluendo.com>
11990
11991         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11992         (gst_theora_dec_init), (theora_get_formats),
11993         (theora_dec_src_convert), (theora_dec_sink_convert),
11994         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
11995         (theora_dec_chain), (theora_dec_set_property),
11996         (theora_dec_get_property):
11997         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11998         (gst_theora_enc_class_init), (gst_theora_enc_init),
11999         (theora_enc_sink_link), (theora_enc_chain),
12000         (theora_enc_set_property), (theora_enc_get_property):
12001         Added cropping option to theora decoder.
12002         Added border option to theora encoder.
12003
12004 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12005
12006         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12007         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12008         (gst_pngenc_set_property):
12009         * ext/libpng/gstpngenc.h:
12010         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
12011
12012 2004-07-30  Wim Taymans  <wim@fluendo.com>
12013
12014         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12015         (theora_enc_sink_link), (theora_enc_chain),
12016         (theora_enc_set_property), (theora_enc_get_property):
12017         Fix encoding of non-multiple-of-16 video.
12018
12019 2004-07-29  David Schleef  <ds@schleef.org>
12020
12021         * configure.ac: make test for audiofile more strict
12022
12023 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12024
12025         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12026           give different names to typefind functions
12027
12028 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12029
12030         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12031         (gst_ximagesink_calculate_pixel_aspect_ratio),
12032         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12033         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12034         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12035         (gst_ximagesink_get_property), (gst_ximagesink_init):
12036         * sys/ximage/ximagesink.h:
12037           allocate PAR's dynamically.
12038           use autodetected PAR if no object-set PAR is given.
12039           add workaround for directfb's X not setting physical size.
12040           fix to xvimagesink will follow tomorrow.
12041
12042 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12043
12044         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12045         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12046         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12047         (gst_shout2send_class_init), (gst_shout2send_init),
12048         (set_shout_metadata), (gst_shout2send_set_metadata),
12049         (gst_shout2send_chain), (gst_shout2send_set_property),
12050         (gst_shout2send_get_property), (gst_shout2send_connect),
12051         (gst_shout2send_change_state):
12052         * ext/shout2/gstshout2.h:
12053         - fix for sending mp3 audio to icecast2 server, if pad link function not
12054         called before PAUSED state
12055         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12056         - added tagging support for mp3 audio broadcasted
12057         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12058         debug info
12059
12060 2004-07-28  Wim Taymans  <wim@fluendo.com>
12061
12062         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12063         (gst_ogg_demux_push):
12064         Return query failure when we don't know the length of
12065         an ogg stream insteda of returning TRUE with a bogus value.
12066
12067 2004-07-28  Wim Taymans  <wim@fluendo.com>
12068
12069         * ext/theora/theoradec.c: (theora_get_formats),
12070         (theora_dec_src_convert), (theora_dec_sink_convert),
12071         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12072         (theora_dec_chain):
12073         Don't screw up the 1 Chroma for 1 luma sample situation when we
12074         have an odd offset/width by adding a black border in those cases.
12075
12076 2004-07-28  Wim Taymans  <wim@fluendo.com>
12077
12078         * ext/theora/theoradec.c: (theora_get_formats),
12079         (theora_dec_src_convert), (theora_dec_sink_convert),
12080         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12081         (theora_dec_chain):
12082         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12083         Added first attempt at cropping of the image as required by the
12084         theora spec. We need more properties in the caps (offset_x,
12085         offset_y,stride) to implement this correctly.
12086
12087 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12088
12089         * ext/dvdnav/README:
12090           Update the README to use dvddemux
12091         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12092           Ensure getcaps returns a subset of the template caps
12093         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12094         (gst_mpeg2subt_init):
12095           Ensure getcaps returns a subset of the template caps
12096         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12097         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12098         (gst_dvd_demux_get_subpicture_stream),
12099         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12100         * gst/mpegstream/gstdvddemux.h:
12101           Set the explicit caps on the current_video pad before pushing
12102           anything
12103         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12104         (gst_mpeg_demux_get_audio_stream):
12105           Free caps used to gst_pad_set_explicit_caps, which takes a const
12106           GstCaps *
12107
12108 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12109
12110         * configure.ac: update GStreamer requirement to 0.8.4 because of
12111           GstFraction.
12112
12113 2004-07-28  Wim Taymans  <wim@fluendo.com>
12114
12115         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12116         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12117         Add the pad to the element after setting up the caps. This
12118         makes it a lot easier to autoplug.
12119
12120 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12121
12122         * gst/median/gstmedian.c:
12123         * gst/mpeg2subt/gstmpeg2subt.c:
12124         * gst/mpegaudioparse/gstmpegaudioparse.c:
12125         * gst/mpegstream/gstdvddemux.c:
12126         * gst/mpegstream/gstmpegdemux.c:
12127         * gst/mpegstream/gstmpegpacketize.c:
12128         * gst/rtjpeg/gstrtjpeg.c:
12129         * gst/rtjpeg/gstrtjpegdec.c:
12130         * gst/rtjpeg/gstrtjpegenc.c:
12131         * gst/sine/gstsinesrc.c:
12132         * gst/smooth/gstsmooth.c:
12133         * gst/smpte/gstsmpte.c:
12134         * gst/smpte/gstsmpte.h:
12135         * gst/stereo/gststereo.c:
12136         * gst/videofilter/gstgamma.c:
12137         * gst/videofilter/gstvideobalance.c:
12138         * gst/videofilter/gstvideofilter.c:
12139         * gst/videofilter/gstvideoflip.c:
12140         * gst/videoscale/gstvideoscale.c:
12141         * gst/videoscale/videoscale.c:
12142         * gst/videotestsrc/gstvideotestsrc.c:
12143         * gst/videotestsrc/videotestsrc.c:
12144         * gst/wavenc/gstwavenc.c:
12145         * gst/wavparse/gstwavparse.c:
12146           fix local includes and 64 bits constants
12147
12148 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12149
12150         * win32/gst.sln:
12151         * gst-libs/gst/*/*.vcproj:
12152         * gst/*/*.vcproj:
12153           more working plugins
12154
12155 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12156
12157         * testsuite/alsa/Makefile.am:
12158         * testsuite/alsa/srcstate.c:
12159         add test for alsasrc changing state
12160
12161 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12162
12163         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12164         (gst_silence_get):
12165         * gst/silence/gstsilence.h:
12166         fix silence generation for 16bit raw audio
12167
12168 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12169
12170         * gst/matroska/matroska-demux.c:
12171         (gst_matroska_demux_parse_metadata),
12172         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12173         * gst/mpegaudio/common.c:
12174         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12175         (gst_videoscale_getcaps), (gst_videoscale_link),
12176         (gst_videoscale_src_fixate), (gst_videoscale_init),
12177         (gst_videoscale_finalize):
12178         * gst/videoscale/gstvideoscale.h:
12179         * gst/videotestsrc/gstvideotestsrc.c:
12180         (gst_videotestsrc_get_capslist):
12181         * gst/wavenc/gstwavenc.c:
12182         * sys/oss/gstossmixer.c: (fill_labels):
12183         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12184         (gst_ximagesink_handle_xevents),
12185         (gst_ximagesink_calculate_pixel_aspect_ratio),
12186         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12187         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12188         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12189         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12190         (gst_ximagesink_init), (gst_ximagesink_class_init):
12191         * sys/ximage/ximagesink.h:
12192         * sys/xvimage/xvimagesink.c:
12193         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12194         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12195         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12196         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12197         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12198         * sys/xvimage/xvimagesink.h:
12199           first batch of pixel aspect ratio commits.
12200
12201 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12202
12203         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12204         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12205         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12206           handle stride, needs work if we want to move stride handling
12207           upstream, but works correctly for our purposes.
12208
12209 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12210
12211         * gst/videoscale/README:
12212           add testing examples
12213         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12214         (gst_videoscale_chain):
12215         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12216         (gst_videoscale_get_size):
12217           add get_size function that handles stride like videotestsrc.
12218           fixes conversion for YUV formats for as much as I can test them.
12219
12220 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12221
12222         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12223         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12225         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12226         (gst_xvimagesink_xvimage_put):
12227           further cleanups, logging, error handling and synchronizing
12228
12229 2004-07-27  Wim Taymans  <wim@fluendo.com>
12230
12231         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12232         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12233         (gst_videomixer_pad_set_property),
12234         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12235         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12236         (gst_videomixer_class_init), (gst_videomixer_init),
12237         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12238         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12239         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12240         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12241         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12242         (gst_videomixer_loop), (plugin_init):
12243         Be a nicer negotiation citizen and provide a getcaps function on
12244         the srcpad. This also fixes a crash when resizing.
12245
12246 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12247
12248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12249         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12250
12251 2004-07-27  Wim Taymans  <wim@fluendo.com>
12252
12253         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12254         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12255         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12256         (gst_pngenc_set_property):
12257         * ext/libpng/gstpngenc.h:
12258         Added snapshot property to pngenc.
12259         removed g_print from pngdec
12260
12261 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12262
12263         * gst/ac3parse/ac3parse.vcproj
12264         * gst/adder/adder.vcproj
12265         * gst/alpha/alpha.vcproj
12266         * gst/alpha/alphacolor.vcproj
12267         * gst/asfdemux/asf.vcproj
12268         * gst/audioconvert/audioconvert.vcproj
12269         * gst/audiorate/audiorate.vcproj
12270         * gst/audioscale/audioscale.vcproj
12271         * gst/auparse/auparse.vcproj
12272         * gst/avi/avi.vcproj
12273         * gst/cdxaparse/cdxaparse.vcproj
12274         * gst/chart/chart.vcproj
12275         * gst/colorspace/colorspace.vcproj
12276         * gst/cutter/cutter.vcproj
12277         * gst/debug/debug.vcproj
12278         * gst/debug/efence.vcproj
12279         * gst/debug/navigationtest.vcproj
12280         * gst/deinterlace/deinterlace.vcproj
12281         * gst/effectv/effectv.vcproj
12282         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12283         * gst/filter/filter.vcproj
12284         * gst/flx/flxdec.vcproj
12285         * gst/goom/goom.vcproj
12286         * gst/interleave/interleave.vcproj
12287         * gst/law/alaw.vcproj
12288         * gst/law/mulaw.vcproj
12289         * gst/matroska/matroska.vcproj
12290         * gst/median/median.vcproj
12291         * gst/mixmatrix/mixmatrix.vcproj
12292         * gst/mpeg1sys/mpeg1systemencode.vcproj
12293         * gst/mpeg1videoparse/mp1videoparse.vcproj
12294         * gst/mpeg2sub/mpeg2subt.vcproj
12295         * gst/mpegaudio/mpegaudio.vcproj
12296         * gst/mpegaudioparse/mpegaudioparse.vcproj
12297         * gst/mpegstream/mpegstream.vcproj
12298         * gst/multifilesink/multifilesink.vcproj
12299         * gst/multipart/multipart.vcproj
12300         * gst/oneton/oneton.vcproj
12301         * gst/overlay/overlay.vcproj
12302         * gst/passthrough/passthrough.vcproj
12303         * gst/qtdemux/qtdemux.vcproj
12304         * gst/realmedia/rmdemux.vcproj
12305         * gst/rtjpeg/rtjpeg.vcproj
12306         * gst/rtp/rtp.vcproj
12307         * gst/silence/silence.vcproj
12308         * gst/sine/sinesrc.vcproj
12309         * gst/smooth/smooth.vcproj
12310         * gst/smpte/smpte.vcproj
12311         * gst/spectrum/spectrum.vcproj
12312         * gst/speed/speed.vcproj
12313         * gst/stereo/stereo.vcproj
12314         * gst/switch/switch.vcproj
12315         * gst/tags/tagedit.vcproj
12316         * gst/tcp/tcp.vcproj
12317         * gst/typefind/typefindfunctions.vcproj
12318         * gst/udp/udp.vcproj
12319         * gst/videobox/videobox.vcproj
12320         * gst/videocrop/videocrop.vcproj
12321         * gst/videodrop/videodrop.vcproj
12322         * gst/videofilter/gamma.vcproj
12323         * gst/videofilter/videobalance.vcproj
12324         * gst/videofilter/videofilter.vcproj
12325         * gst/videofilter/videoflip.vcproj
12326         * gst/videoflip/videoflip.vcproj
12327         * gst/videomixer/videomixer.vcproj
12328         * gst/videorate/videorate.vcproj
12329         * gst/videoscale/videoscale.vcproj
12330         * gst/videotestsrc/videotestsrc.vcproj
12331         * gst/virtualdub/virtualdub.vcproj
12332         * gst/volenv/volenv.vcproj
12333         * gst/volume/volume.vcproj
12334         * gst/wavenc/wavenc.vcproj
12335         * gst/wavparse/wavparse.vcproj
12336         * gst/y4m/y4menc.vcproj
12337         * gst-libs/gst/audio/audio.vcproj
12338         * gst-libs/gst/audio/audiofilter.vcproj
12339         * gst-libs/gst/colorbalance/colorbalance.vcproj
12340         * gst-libs/gst/idct/idtc.vcproj
12341         * gst-libs/gst/media-info/media-info.vcproj
12342         * gst-libs/gst/mixer/mixer.vcproj
12343         * gst-libs/gst/navigation/navigation.vcproj
12344         * gst-libs/gst/play/play.vcproj
12345         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12346         * gst-libs/gst/resample/resample.vcproj
12347         * gst-libs/gst/riff/riff.vcproj
12348         * gst-libs/gst/tuner/tuner.vcproj
12349         * gst-libs/gst/video/video.vcproj
12350         * gst-libs/gst/xoverlay/xoverlay.vcproj
12351           avoid problems with math.h, fix release dependancy
12352           rename GStreamer-0.8.lib to libgstreamer.lib
12353
12354 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12355
12356         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12358         the atom is not available we have to unlock the mutex. Fixes #148023
12359
12360 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12361
12362         * gst-libs/gst/media-info/media-info.h:
12363           issue for a vararg macro with MSVC
12364
12365 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12366
12367         * gst/effectv/effectv.vcproj
12368         * gst-libs/gst/idct/idct.vcproj:
12369         * gst-libs/gst/media-info/media-info.vcproj:
12370         * gst-libs/gst/navigation/navigation.vcproj:
12371         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12372         * gst-libs/gst/video/video.vcproj:
12373         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12374           fixes for build problems
12375
12376 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12377
12378         * gst-libs/gst/audio/audio.def:
12379         * gst-libs/gst/audio/riff.def:
12380           add some definitions needed by plugins
12381
12382 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12383
12384         * gst/asfdemux/gstasfmux.c
12385           Fix some 64 bits constants to be glib friendly
12386
12387 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12388
12389         * gst/ac3parse/gstac3parse.c
12390         * gst/audioscale/gstaudioscale.c
12391         * gst/auparse/gstauparse.c
12392         * gst/colorspace/gstcolorspace.c
12393         * gst/colorspace/yuv2rgb.h
12394           local include fixes
12395
12396 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12397
12398         * win32/gst.sln
12399           add more plugins to the build
12400
12401 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12402
12403         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12404         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12405
12406 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12407
12408         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12409         (gst_level_set_property), (gst_level_get_property),
12410         (gst_level_base_init), (gst_level_class_init):
12411           add debugging categories.  cleanups.
12412
12413 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12414
12415         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12416         (gst_videoscale_planar411), (gst_videoscale_planar400),
12417         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12418         (gst_videoscale_scale_nearest_str1),
12419         (gst_videoscale_scale_nearest_str2),
12420         (gst_videoscale_scale_nearest_str4),
12421         (gst_videoscale_scale_nearest_16bit),
12422         (gst_videoscale_scale_nearest_24bit):
12423           fixed stride issues
12424           tested with 320x240 -> 321, 322, 324 x240
12425           tested with YV12, I420, YUY2, UYVY
12426           fixed packed422rev (don't think it could have worked before)
12427           by testing with UYVY
12428
12429 2004-07-26  Benjamin Otte  <otte@gnome.org>
12430
12431         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12432         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12433         (plugin_init):
12434           add debugging category, add error checks like checking return values
12435           of setup calls, make sure it still works after
12436           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12437
12438 2004-07-26  Wim Taymans  <wim@fluendo.com>
12439
12440         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12441         (gst_mpeg_demux_get_audio_stream),
12442         (gst_mpeg_demux_process_private):
12443         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12444         Check for error codes from the negotiation functions. Make sure
12445         we really set the pad caps when a new pad is created.
12446
12447 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12448
12449         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12450         (gst_ffmpeg_caps_to_pix_fmt):
12451         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12452         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12453         (gst_ffmpegcolorspace_pad_link):
12454           don't make function do two things at the same time without reason.
12455
12456 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12457
12458         * gst/ac3parse/ac3parse.vcproj
12459         * gst/adder/adder.vcproj
12460         * gst/alpha/alpha.vcproj
12461         * gst/alpha/alphacolor.vcproj
12462         * gst/asfdemux/asf.vcproj
12463         * gst/audioconvert/audioconvert.vcproj
12464         * gst/audiorate/audiorate.vcproj
12465         * gst/audioscale/audioscale.vcproj
12466         * gst/auparse/auparse.vcproj
12467         * gst/avi/avi.vcproj
12468         * gst/cdxaparse/cdxaparse.vcproj
12469         * gst/chart/chart.vcproj
12470         * gst/colorspace/colorspace.vcproj
12471         * gst/cutter/cutter.vcproj
12472         * gst/debug/debug.vcproj
12473         * gst/debug/efence.vcproj
12474         * gst/debug/navigationtest.vcproj
12475         * gst/deinterlace/deinterlace.vcproj
12476         * gst/effectv/effectv.vcproj
12477         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12478         * gst/filter/filter.vcproj
12479         * gst/flx/flxdec.vcproj
12480         * gst/goom/goom.vcproj
12481         * gst/interleave/interleave.vcproj
12482         * gst/law/alaw.vcproj
12483         * gst/law/mulaw.vcproj
12484         * gst/matroska/matroska.vcproj
12485         * gst/median/median.vcproj
12486         * gst/mixmatrix/mixmatrix.vcproj
12487         * gst/mpeg1sys/mpeg1systemencode.vcproj
12488         * gst/mpeg1videoparse/mp1videoparse.vcproj
12489         * gst/mpeg2sub/mpeg2subt.vcproj
12490         * gst/mpegaudio/mpegaudio.vcproj
12491         * gst/mpegaudioparse/mpegaudioparse.vcproj
12492         * gst/mpegstream/mpegstream.vcproj
12493         * gst/multifilesink/multifilesink.vcproj
12494         * gst/multipart/multipart.vcproj
12495         * gst/oneton/oneton.vcproj
12496         * gst/overlay/overlay.vcproj
12497         * gst/passthrough/passthrough.vcproj
12498         * gst/qtdemux/qtdemux.vcproj
12499         * gst/realmedia/rmdemux.vcproj
12500         * gst/rtjpeg/rtjpeg.vcproj
12501         * gst/rtp/rtp.vcproj
12502         * gst/silence/silence.vcproj
12503         * gst/sine/sinesrc.vcproj
12504         * gst/smooth/smooth.vcproj
12505         * gst/smpte/smpte.vcproj
12506         * gst/spectrum/spectrum.vcproj
12507         * gst/speed/speed.vcproj
12508         * gst/stereo/stereo.vcproj
12509         * gst/switch/switch.vcproj
12510         * gst/tags/tagedit.vcproj
12511         * gst/tcp/tcp.vcproj
12512         * gst/typefind/typefindfunctions.vcproj
12513         * gst/udp/udp.vcproj
12514         * gst/videobox/videobox.vcproj
12515         * gst/videocrop/videocrop.vcproj
12516         * gst/videodrop/videodrop.vcproj
12517         * gst/videofilter/gamma.vcproj
12518         * gst/videofilter/videobalance.vcproj
12519         * gst/videofilter/videofilter.vcproj
12520         * gst/videofilter/videoflip.vcproj
12521         * gst/videoflip/videoflip.vcproj
12522         * gst/videomixer/videomixer.vcproj
12523         * gst/videorate/videorate.vcproj
12524         * gst/videoscale/videoscale.vcproj
12525         * gst/videotestsrc/videotestsrc.vcproj
12526         * gst/virtualdub/virtualdub.vcproj
12527         * gst/volenv/volenv.vcproj
12528         * gst/volume/volume.vcproj
12529         * gst/wavenc/wavenc.vcproj
12530         * gst/wavparse/wavparse.vcproj
12531         * gst/y4m/y4menc.vcproj
12532           more plugins supported under windows
12533
12534 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12535
12536         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12537         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12538         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12540         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12541           Add debugging statements.  Use the sizes as returned by the
12542           *CreateImage calls.
12543
12544 2004-07-26  Johan Dahlin  <johan@gnome.org>
12545
12546         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12547         the pad is negotiated.
12548
12549         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12550
12551 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12552
12553         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12554         * gst-libs/gst/idct/idct.vcproj:
12555         * gst-libs/gst/media-info/media-info.vcproj:
12556         * gst-libs/gst/mixer/mixer.vcproj:
12557         * gst-libs/gst/navigation/navigation.vcproj:
12558         * gst-libs/gst/play/play.vcproj:
12559         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12560         * gst-libs/gst/resample/resample.vcproj:
12561         * gst-libs/gst/tuner/tuner.vcproj:
12562         * gst-libs/gst/video/video.vcproj:
12563         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12564           more plugins supported under windows
12565
12566 2004-07-25 Iain <iain@prettypeople.org>
12567
12568         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12569         pad now rather than when the pad is created because state changes wipe
12570         explicit caps (fixes #148043).
12571
12572 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12573
12574         reviewed by Benjamin Otte  <otte@gnome.org>
12575
12576         * ext/mad/gstmad.c:
12577           fix mad plugin crashing on Sun (fixes #148289)
12578
12579 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12580
12581         * gst/avi/avi.def:
12582         * gst/avi/avi.vcproj:
12583         * gst/matroska/matroska.def:
12584         * gst/matroska/matroska.vcproj:
12585           remove unused .def files
12586
12587 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12588
12589         * gst-libs/gst/audio/gstaudiofilter.c:
12590           Clean the local include
12591
12592 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12593
12594         * win32/gst.sln:
12595         * gst-libs/gst/audio/audio.def:
12596         * gst-libs/gst/audio/audio.vcproj:
12597         * gst-libs/gst/audio/audiofilter.vcproj:
12598         * gst-libs/gst/audio/riff.def:
12599         * gst-libs/gst/audio/riff.vcproj:
12600         * gst-libs/gst/gst-libs.def:
12601         * gst-libs/gst/gst-libs.vcproj:
12602         * gst/avi/avi.vcproj:
12603         * gst/avi/avi.vcproj:
12604           Copy the files where needed after building, cleaner projects
12605
12606 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12607
12608         * gst/matroska/ebml-write.c:
12609           Fix some 64 bits constants to be glib friendly
12610
12611 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12612
12613         * win32/gst.sln:
12614         * gst-libs/gst/gst-libs.def:
12615         * gst-libs/gst/gst-libs.vcproj:
12616         * gst/matroska/matroska.def:
12617         * gst/matroska/matroska.vcproj:
12618           Add the preliminary canvas to build plugins on Win32
12619
12620 2004-07-23  Benjamin Otte  <otte@gnome.org>
12621
12622         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12623           don't enfore negotiation from source side, it breaks
12624           sinesrc ! audioconvert ! osssink
12625
12626 2004-07-22  David Schleef  <ds@schleef.org>
12627
12628         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12629         for ELF files, since they can easily be recognized as audio/mpeg.
12630         (bug #147441)
12631
12632 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12633
12634         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12635         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12636         (gst_videoscale_scale_nearest_24bit),
12637         (gst_videoscale_scale_nearest_16bit):
12638           fix 16bit and 24bit for stride (24bit might need testing)
12639           don't pretend we do more than one algorithm
12640
12641 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12642
12643         * configure.ac:
12644         * gst/Makefile.am:
12645         * gst/multifilesink/Makefile.am:
12646         * gst/multifilesink/gstmultifilesink.c:
12647         (gst_multifilesink_get_formats),
12648         (gst_multifilesink_get_query_types), (_do_init),
12649         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12650         (gst_multifilesink_init), (gst_multifilesink_dispose),
12651         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12652         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12653         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12654         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12655         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12656         (gst_multifilesink_uri_get_type),
12657         (gst_multifilesink_uri_get_protocols),
12658         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12659         (gst_multifilesink_uri_handler_init), (plugin_init):
12660         * gst/multifilesink/gstmultifilesink.h:
12661         * testsuite/Makefile.am:
12662         * testsuite/multifilesink/Makefile.am:
12663         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12664         (gst_newmedia_class_init), (gst_newmedia_init),
12665         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12666         (newfile_signal), (test_signal), (main):
12667         multifilesink plugin for creating new files every time a new media
12668         discontinuity event occurs
12669
12670 2004-07-22  Wim Taymans  <wim@fluendo.com>
12671
12672         * gst/alpha/Makefile.am:
12673         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12674         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12675         (gst_alpha_color_init), (gst_alpha_color_set_property),
12676         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12677         (transform), (gst_alpha_color_chain),
12678         (gst_alpha_color_change_state), (plugin_init):
12679         Stupid plugin to to RGBA to AYUV conversion because none of
12680         the colorspace plugins can handle that yet.
12681
12682 2004-07-22  Wim Taymans  <wim@fluendo.com>
12683
12684         * examples/seeking/seek.c: (update_scale), (main):
12685         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12686         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12687         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12688         (gst_decode_bin_init), (gst_decode_bin_dispose),
12689         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12690         (no_more_pads), (close_link), (type_found),
12691         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12692         (plugin_init):
12693         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12694         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12695         (gst_play_base_bin_dispose), (queue_overrun),
12696         (gen_preroll_element), (remove_prerolls), (unknown_type),
12697         (no_more_pads), (new_stream), (setup_source),
12698         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12699         (play_base_eos), (gst_play_base_bin_change_state),
12700         (gst_play_base_bin_add_element),
12701         (gst_play_base_bin_remove_element),
12702         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12703         (gst_play_base_bin_unlink_stream),
12704         (gst_play_base_bin_get_streaminfo):
12705         * gst/playback/gstplaybin.c: (gen_video_element),
12706         (gen_audio_element):
12707         * gst/playback/gststreaminfo.h:
12708         More playback updates, attempt to fix things after the state change
12709         breakage.
12710
12711 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12712
12713         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12714         (gst_videoscale_scale_nearest_16bit):
12715           comment algorithm
12716
12717 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12718
12719         * gst/videotestsrc/gstvideotestsrc.c:
12720         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12721         (gst_videotestsrc_init), (gst_videotestsrc_get),
12722         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12723         (gst_videotestsrc_get_property):
12724         * gst/videotestsrc/gstvideotestsrc.h:
12725         * gst/videotestsrc/videotestsrc.c:
12726         * gst/videotestsrc/videotestsrc.h:
12727           cleanup and commenting
12728
12729 2004-07-21  Wim Taymans  <wim@fluendo.com>
12730
12731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12732         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12733         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12734         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12735         (_find_chain_get_unknown_part), (_find_streams_check),
12736         (gst_ogg_demux_push), (gst_ogg_pad_push):
12737         * ext/theora/theoradec.c: (theora_get_formats),
12738         (theora_dec_src_convert), (theora_dec_sink_convert),
12739         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12740         (theora_dec_chain):
12741         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12742         (vorbis_dec_convert), (vorbis_dec_src_query),
12743         (vorbis_dec_src_event), (vorbis_dec_event):
12744         More seeking fixes, oggdemux now supports seeking to time and
12745         uses the downstream element to convert granulepos to time.
12746         Seeking in theora-only ogg files now works.
12747
12748 2004-07-21  Wim Taymans  <wim@fluendo.com>
12749
12750         * ext/theora/theoradec.c: (gst_theora_dec_init),
12751         (theora_get_formats), (theora_get_event_masks),
12752         (theora_get_query_types), (theora_dec_src_convert),
12753         (theora_dec_sink_convert), (theora_dec_src_query),
12754         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12755         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12756         (vorbis_get_event_masks), (vorbis_get_query_types),
12757         (gst_vorbis_dec_init), (vorbis_dec_convert),
12758         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12759         Added query/convert/formats functions to vorbis and theora decoders
12760         so that the outside world can use them too. Fixed seeking on an
12761         ogg/theora/vorbis file by disabling the seeking seeking on the
12762         theora srcpad.
12763
12764 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12765
12766         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12767         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12768         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12769         images creation for both elements. We don't create the image on caps
12770         nego or renego, we just destroy the internal one if present if it does
12771         not match the needs. The chain function takes care of creating a new
12772         image when needed.
12773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12774         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12775         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12776         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12777         the image format information. The buffer pool checks for the context
12778         image format and discard images with different formats.
12779         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12780
12781 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12782
12783         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12784         (gst_ffmpegcolorspace_chain):
12785           no point in doing any chaining if the pad we want to push from
12786           isn't usable.
12787
12788 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12789
12790         * gst-libs/gst/riff/riff-media.c:
12791         (gst_riff_create_audio_caps_with_data):
12792           Fix double end-to-native symbol conversion (#148021).
12793
12794 2004-07-20  David Schleef  <ds@schleef.org>
12795
12796         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12797         Don't use an Atom that doesn't exist.
12798
12799 2004-07-20  Wim Taymans  <wim@fluendo.com>
12800
12801         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12802         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12803         (gst_multifdsink_client_remove),
12804         (gst_multifdsink_handle_client_write),
12805         (gst_multifdsink_queue_buffer):
12806         * gst/tcp/gstmultifdsink.h:
12807         More multifdsink stats. Avoid deadlock by releasing locks
12808         before sending out a signal.
12809
12810 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12811
12812         * po/LINGUAS:
12813         * po/hu.po:
12814           added Hungarian translation (Laszlo Dvornik)
12815
12816 2004-07-20  Wim Taymans  <wim@fluendo.com>
12817
12818         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12819         (gst_multifdsink_add), (gst_multifdsink_client_remove),
12820         (gst_multifdsink_handle_client_write),
12821         (gst_multifdsink_queue_buffer):
12822         * gst/tcp/gsttcp-marshal.list:
12823         Fixed the stupid marshal definition.
12824
12825 2004-07-20  Wim Taymans  <wim@fluendo.com>
12826
12827         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12828         (gst_multifdsink_init), (gst_multifdsink_add),
12829         (gst_multifdsink_client_remove),
12830         (gst_multifdsink_handle_client_write),
12831         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
12832         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
12833         (gst_multifdsink_init_send):
12834         * gst/tcp/gstmultifdsink.h:
12835         Added more stats, added timeout for a client, fixed some typos
12836         and added some comments.
12837
12838 2004-07-20  Wim Taymans  <wim@fluendo.com>
12839
12840         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12841         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12842         (gst_multifdsink_client_remove),
12843         (gst_multifdsink_handle_client_write):
12844         * gst/tcp/gstmultifdsink.h:
12845         * gst/tcp/gsttcp-marshal.list:
12846         Added get_stats method that returns a GValueArray of
12847         stats values.
12848
12849 2004-07-19  Benjamin Otte  <otte@gnome.org>
12850
12851         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12852           make sure longname, description and author are valid UTF-8
12853
12854 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12855
12856         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
12857         (gst_ximagesink_set_property):
12858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
12859         (gst_xvimagesink_set_property):
12860           make sure SYNCHRONOUS is respected after getting the X context
12861
12862 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12863
12864         * gst/matroska/matroska-demux.c:
12865         (gst_matroska_demux_handle_src_event),
12866         (gst_matroska_demux_parse_blockgroup):
12867         * gst/matroska/matroska-ids.h:
12868           add BlockReference tag and ignore it to clear out log.
12869           ignore NAVIGATION events to clear out log.
12870
12871 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12872
12873         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
12874         (gst_matroska_demux_add_stream):
12875         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
12876           add debug categories
12877
12878 2004-07-16  Wim Taymans  <wim@fluendo.com>
12879
12880         * ext/libpng/Makefile.am:
12881         * ext/libpng/gstpng.c: (plugin_init):
12882         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
12883         (gst_pngdec_get_type), (gst_pngdec_base_init),
12884         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
12885         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
12886         * ext/libpng/gstpngdec.h:
12887         Added png decoder.
12888
12889 2004-07-16  Julien MOUTTE  <julien@moutte.net>
12890
12891         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
12892         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
12893         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
12894         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12895         (gst_ximagesink_buffer_alloc):
12896         * sys/ximage/ximagesink.h:
12897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12898         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12899         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12900         (gst_xvimagesink_buffer_alloc):
12901         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
12902         again. Using internal data pointer of the x(v)image to store image's
12903         data to be coherent with the buffer alloc mechanism. Investigated the
12904         image destruction code to be sure that everything gets freed correctly.
12905
12906 2004-07-16  Wim Taymans  <wim@fluendo.com>
12907
12908         * gst-libs/gst/riff/riff-read.c:
12909         (gst_riff_read_strf_vids_with_data),
12910         (gst_riff_read_strf_auds_with_data):
12911         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12912         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
12913         Make sure we don't create 0 sized subbuffers in riff-read.
12914         Signal the no more pads signal after reading the avi header.
12915
12916 2004-07-16  Wim Taymans  <wim@fluendo.com>
12917
12918         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12919         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12920         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12921         (gst_decode_bin_init), (gst_decode_bin_dispose),
12922         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12923         (no_more_pads), (close_link), (type_found),
12924         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12925         (gst_decode_bin_change_state), (plugin_init):
12926         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12927         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12928         (gst_play_base_bin_dispose), (queue_overrun),
12929         (gen_preroll_element), (remove_prerolls), (unknown_type),
12930         (no_more_pads), (new_stream), (setup_source),
12931         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12932         (play_base_eos), (gst_play_base_bin_change_state),
12933         (gst_play_base_bin_add_element),
12934         (gst_play_base_bin_remove_element),
12935         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12936         (gst_play_base_bin_unlink_stream),
12937         (gst_play_base_bin_get_streaminfo):
12938         * gst/playback/gstplaybasebin.h:
12939         Better error recovery. Added configurable preroll queue size. Faster
12940         detection of no-more-pads.
12941
12942 2004-07-16  Wim Taymans  <wim@fluendo.com>
12943
12944         * gst-libs/gst/video/video.h:
12945         Added 32 bits RGBA. Not sure if we should use another mime-type
12946         for alpha rgb. Currently the presence of the alpha_mask property
12947         signals an alpha channel.
12948
12949 2004-07-16  Wim Taymans  <wim@fluendo.com>
12950
12951         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12953         FPS seems to be 0.0 to MAX everywhere else.
12954
12955 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12956
12957         * gst-libs/gst/riff/riff-media.c:
12958         (gst_riff_create_video_caps_with_data):
12959           mp42/mp43 (no caps) exist too.
12960         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
12961           Set pixel_width/height; we've got them in-caps.
12962         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12963         * gst/wavparse/gstwavparse.c: (plugin_init):
12964           Both are valid primary.
12965         * sys/oss/gstossmixer.c:
12966           Remove i18n hack and enable translations.
12967
12968 2004-07-15  Benjamin Otte  <otte@gnome.org>
12969
12970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12971         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
12972           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
12973
12974 2004-07-15  Benjamin Otte  <otte@gnome.org>
12975
12976         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12977         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
12978         (gst_alsa_close_audio):
12979           disable some of the debugging code for now. Writing debugging to a
12980           buffer is broken in current alsalib releases.
12981
12982 2004-07-12  Benjamin Otte  <otte@gnome.org>
12983
12984         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
12985           use bufferpools
12986
12987 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12988
12989         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12990         (theora_dec_src_query), (theora_dec_event):
12991         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
12992           add debugging categories.  Remove \n's.
12993
12994 2004-07-13  Johan Dahlin  <johan@gnome.org>
12995
12996         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
12997         (gst_play_bin_get_property): Impl.
12998
12999 2004-07-13  Wim Taymans  <wim@fluendo.com>
13000
13001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13002         When trying to find the stream length, seek back N pages
13003         instead of just one, where N is the number of streams in
13004         the current chain.
13005
13006 2004-07-13  Wim Taymans  <wim@fluendo.com>
13007
13008         * gst-libs/gst/riff/riff-media.c:
13009         (gst_riff_create_audio_caps_with_data),
13010         (gst_riff_create_audio_caps),
13011         (gst_riff_create_audio_template_caps):
13012         * gst-libs/gst/riff/riff-media.h:
13013         * gst-libs/gst/riff/riff-read.c:
13014         (gst_riff_read_strf_vids_with_data),
13015         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13016         * gst-libs/gst/riff/riff-read.h:
13017         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13018         (gst_avi_demux_add_stream):
13019         Set codec_data on caps for avidemuxer.
13020
13021 2004-07-12  David Schleef  <ds@schleef.org>
13022
13023         * configure.ac: Fix test for Objective C
13024
13025 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13026         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13027         (gst_gdk_pixbuf_chain):
13028           Add svg and pcx to template caps, and ensure that getcaps returns a
13029           subset of the template caps.
13030           Copy each row manually for output, as gdkpixbuf may pad the
13031           rowstride to a 32-bit word boundary.
13032
13033 2004-07-12  Wim Taymans  <wim@fluendo.com>
13034
13035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13036         (gst_riff_create_video_template_caps):
13037         Fix the template caps to include some more media types.
13038
13039 2004-07-12  Wim Taymans  <wim@fluendo.com>
13040
13041         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13042         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13043         (compare_ranks), (print_feature), (gst_decode_bin_init),
13044         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13045         (try_to_link_1), (new_pad), (close_link), (type_found),
13046         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13047         (gst_decode_bin_change_state), (plugin_init):
13048         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13049         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13050         (gst_play_base_bin_dispose), (queue_overrun),
13051         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13052         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13053         (gst_play_base_bin_get_property), (play_base_eos),
13054         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13055         (gst_play_base_bin_remove_element),
13056         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13057         (gst_play_base_bin_unlink_stream),
13058         (gst_play_base_bin_get_streaminfo):
13059         * gst/playback/gstplaybasebin.h:
13060         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13061         (gst_play_bin_class_init), (gst_play_bin_init),
13062         (gst_play_bin_dispose), (gst_play_bin_set_property),
13063         (gst_play_bin_get_property), (gen_video_element),
13064         (gen_audio_element), (remove_sinks), (setup_sinks),
13065         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13066         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13067         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13068         (gst_play_bin_query), (plugin_init):
13069         * gst/playback/test4.c: (main):
13070         More fixes on reusing of the element.
13071
13072 2004-07-11  Benjamin Otte  <otte@gnome.org>
13073
13074         * ext/mad/gstmad.c: (normal_seek):
13075           allow seeking for other methods than just SET
13076
13077 2004-07-11  Andy Wingo  <wingo@pobox.com>
13078
13079         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13080         float, "any" caps -> buffer_frames=[0,MAX].
13081
13082         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13083         doesn't intersect our caps with the template any more. Do it
13084         ourselves.
13085         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13086
13087 2004-07-09  Wim Taymans  <wim@fluendo.com>
13088
13089         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13090         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13091         (compare_ranks), (print_feature), (gst_decode_bin_init),
13092         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13093         (try_to_link_1), (new_pad), (close_link), (type_found),
13094         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13095         (gst_decode_bin_change_state), (plugin_init):
13096         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13097         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13098         (gst_play_base_bin_dispose), (queue_overrun),
13099         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13100         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13101         (gst_play_base_bin_get_property), (play_base_eos),
13102         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13103         (gst_play_base_bin_remove_element),
13104         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13105         (gst_play_base_bin_unlink_stream),
13106         (gst_play_base_bin_get_streaminfo):
13107         * gst/playback/gstplaybasebin.h:
13108         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13109         (gst_play_bin_class_init), (gst_play_bin_init),
13110         (gst_play_bin_dispose), (gst_play_bin_set_property),
13111         (gst_play_bin_get_property), (gen_video_element),
13112         (gen_audio_element), (remove_sinks), (setup_sinks),
13113         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13114         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13115         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13116         (gst_play_bin_query), (plugin_init):
13117         * gst/playback/test4.c: (main):
13118         Work on object reuse and seeking.
13119
13120 2004-07-09  Wim Taymans  <wim@fluendo.com>
13121
13122         * examples/seeking/seek.c: (iterate):
13123         Don't consume all CPU in the idle loop.
13124
13125 2004-07-09  Wim Taymans  <wim@fluendo.com>
13126
13127         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13128         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13129         Add pad to element *after* setting the pad functions so that
13130         the scheduler can use the correct ones.
13131
13132 2004-07-09  Wim Taymans  <wim@fluendo.com>
13133
13134         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13135         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13136         Sync to keyframe after seek
13137
13138 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13139
13140         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13141         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13142         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13143         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13144         * ext/libvisual/visual.c: (gst_visual_change_state):
13145         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13146         * ext/theora/theoradec.c: (theora_dec_change_state):
13147         * ext/theora/theoraenc.c: (theora_enc_change_state):
13148         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13149         * gst-libs/gst/navigation/navigation.c:
13150         * gst/adder/gstadder.c: (gst_adder_change_state):
13151         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13152         (gst_audio_convert_get_buffer):
13153         * gst/multipart/multipartdemux.c:
13154         (gst_multipart_demux_change_state):
13155         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13156         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13157         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13158         * gst/videoscale/gstvideoscale.c:
13159         (gst_videoscale_handle_src_event):
13160         * gst/volume/gstvolume.c: (volume_chain_int16):
13161           don't assert in state change, this should be done by the base
13162           GstElement class.
13163           various debugging fixes.
13164
13165 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13166
13167         * configure.ac:
13168         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13169         (gst_play_dispose), (gst_play_set_location),
13170         (gst_play_set_data_src), (gst_play_set_video_sink),
13171         (gst_play_set_audio_sink), (gst_play_set_visualization),
13172         (gst_play_connect_visualization), (gst_play_get_sink_element),
13173         (gst_play_get_all_by_interface):
13174         * gst-libs/gst/play/play.h:
13175           add new method to get elements implementing an interface.
13176           add various error logging
13177
13178 2004-07-08  Wim Taymans  <wim@fluendo.com>
13179
13180         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13181         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13182         (make_playerbin_pipeline), (query_durations_elems),
13183         (query_durations_pads), (query_positions_elems),
13184         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13185         (main):
13186         Added playbin seeking example.
13187
13188 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13189
13190         * gst-libs/gst/play/play.c: (gst_play_set_location),
13191         (gst_play_set_data_src), (gst_play_set_video_sink),
13192         (gst_play_set_audio_sink), (gst_play_set_visualization),
13193         (gst_play_connect_visualization), (gst_play_get_framerate):
13194           use a macro to look up elements from hash table
13195
13196 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13197
13198         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13199         (gst_play_get_length_callback), (gst_play_set_location),
13200         (gst_play_seek_to_time), (gst_play_set_data_src),
13201         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13202         (gst_play_set_visualization), (gst_play_connect_visualization),
13203         (gst_play_get_sink_element):
13204         - add debugging info
13205         - fix looking up sink elements by iterating over complete caps
13206         - put everything except for source and autoplugger in a complete bin
13207
13208 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13209
13210         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13211         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13212         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13213         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13214         * ext/alsa/gstalsasink.h:
13215         - add debugging info
13216         - clean up schizophrenia of data/buffer/event
13217         - fix double event unref error
13218
13219 2004-07-08  Wim Taymans  <wim@fluendo.com>
13220
13221         * gst/playback/Makefile.am:
13222         Add headers to noinst
13223
13224 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13225
13226         * tools/gst-launch-ext-m.m:
13227         * tools/gst-launch-ext.1.in:
13228           convert to the third millenium
13229
13230 2004-07-07  David Schleef  <ds@schleef.org>
13231
13232         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13233
13234 2004-07-07  Wim Taymans  <wim@fluendo.com>
13235
13236         * gst/playback/Makefile.am:
13237         * gst/playback/README:
13238         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13239         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13240         (compare_ranks), (print_feature), (gst_decode_bin_init),
13241         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13242         (try_to_link_1), (new_pad), (close_link), (type_found),
13243         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13244         (plugin_init):
13245         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13246         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13247         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13248         (gen_preroll_element), (no_more_pads), (new_stream),
13249         (setup_source), (gst_play_base_bin_set_property),
13250         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13251         (gst_play_base_bin_add_element),
13252         (gst_play_base_bin_remove_element),
13253         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13254         (gst_play_base_bin_unlink_stream),
13255         (gst_play_base_bin_get_streaminfo):
13256         * gst/playback/gstplaybasebin.h:
13257         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13258         (gst_play_bin_class_init), (gst_play_bin_init),
13259         (gst_play_bin_dispose), (gst_play_bin_set_property),
13260         (gst_play_bin_get_property), (gen_video_element),
13261         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13262         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13263         (gst_play_bin_get_formats), (gst_play_bin_convert),
13264         (gst_play_bin_get_query_types), (gst_play_bin_query),
13265         (plugin_init):
13266         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13267         (gst_stream_info_get_type), (gst_stream_info_class_init),
13268         (gst_stream_info_init), (gst_stream_info_new),
13269         (gst_stream_info_dispose), (gst_stream_info_set_property),
13270         (gst_stream_info_get_property):
13271         * gst/playback/gststreaminfo.h:
13272         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13273         (main):
13274         * gst/playback/test2.c: (main):
13275         * gst/playback/test3.c: (update_scale), (main):
13276         More playbin fixes. Added README. Do better element filtering.
13277         Added base class to preroll media. Added test apps.
13278
13279 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13280
13281         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13282         * ext/mpeg2dec/gstmpeg2dec.h:
13283           various debugging improvements.  Reset stream to next picture
13284           instead of sequence header, otherwise seeks cannot work.
13285
13286 2004-07-07  Wim Taymans  <wim@fluendo.com>
13287
13288         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13289         (gst_video_box_class_init), (gst_video_box_set_property),
13290         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13291         Use pad_alloc where possible.
13292
13293 2004-07-07  Wim Taymans  <wim@fluendo.com>
13294
13295         * sys/oss/gstosselement.c: (gst_osselement_reset),
13296         (gst_osselement_parse_caps):
13297         * sys/oss/gstosselement.h:
13298         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13299         Fix offset on osssrc.
13300
13301 2004-07-07  Wim Taymans  <wim@fluendo.com>
13302
13303         * ext/theora/theora.c: (plugin_init):
13304         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13305         (theora_dec_src_query), (theora_dec_chain):
13306         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13307         (theora_enc_sink_link), (theora_buffer_from_packet),
13308         (theora_push_packet), (theora_enc_chain):
13309         Fix theora granulepos calculation.
13310         Fix overflow in duration/position calculation.
13311         Bump rank to PRIMARY for theoradec.
13312         Use granulepos of last packet to calculate position.
13313         Set keyframe flag on buffers when needed.
13314
13315 2004-07-06  David Schleef  <ds@schleef.org>
13316
13317         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13318         serious?  (Fixed, obviously.)
13319
13320 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13321
13322         * po/LINGUAS:
13323         * po/cs.po:
13324           added Czech translation (Miloslav Trmac)
13325
13326 2004-07-05  Wim Taymans  <wim@fluendo.com>
13327
13328         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13329         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13330         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13331         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13332         (close_link), (type_found), (gst_decode_bin_set_property),
13333         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13334         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13335         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13336         (gst_decode_bin_query), (plugin_init):
13337         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13338         (gst_play_bin_class_init), (gst_play_bin_init),
13339         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13340         (get_video_element), (new_pad), (setup_source),
13341         (gst_play_bin_set_property), (gst_play_bin_get_property),
13342         (gst_play_bin_change_state), (gst_play_bin_add_element),
13343         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13344         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13345         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13346         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13347         * gst/playback/test.c: (main):
13348         More fixes, cleaned up playbin, make it use decodebin. Added
13349         threaded property to playbin.
13350
13351 2004-07-05  Wim Taymans  <wim@fluendo.com>
13352
13353         * configure.ac:
13354         * gst/playback/Makefile.am:
13355         * gst/playback/decodetest.c: (main):
13356         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13357         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13358         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13359         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13360         (close_link), (type_found), (gst_decode_bin_set_property),
13361         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13362         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13363         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13364         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13365         (plugin_init):
13366         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13367         (gst_play_bin_class_init), (gst_play_bin_init),
13368         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13369         (collect_sink_pads), (find_compatibles), (close_pad_link),
13370         (try_to_link_1), (new_pad), (close_link), (type_found),
13371         (setup_source), (gst_play_bin_set_property),
13372         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13373         (compare_ranks), (gst_play_bin_collect_factories),
13374         (gst_play_bin_change_state), (gst_play_bin_add_element),
13375         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13376         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13377         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13378         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13379         * gst/playback/test.c: (main):
13380         Added some playback helper elements and some test apps, very alpha
13381         still.
13382
13383 2004-07-04  Benjamin Otte  <otte@gnome.org>
13384
13385         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13386           only restart audio when we indeed have an xrun to fix repeated
13387           xruns. Fix suggested by Giuliano Pochini.
13388
13389 2004-07-03  David Schleef  <ds@schleef.org>
13390
13391         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13392         call to gst_debug_log() if debugging is disabled (bug #145118)
13393
13394 2004-07-03  Benjamin Otte  <otte@gnome.org>
13395
13396         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13397           use our own functions for restarting the alsa device.
13398         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13399           I should apply patches myself - use MIN for the third argument, not
13400           the second, this fixes seeking
13401
13402 2004-07-02  David Schleef  <ds@schleef.org>
13403
13404         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13405         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13406         do with the logic.
13407
13408 2004-07-02  David Schleef  <ds@schleef.org>
13409
13410         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13411         output buffers.  Fix logic mistake.  (bug #144866)
13412
13413 2004-07-02  David Schleef  <ds@schleef.org>
13414
13415         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13416         on X.  (bug #144753)
13417
13418 2004-07-02  David Schleef  <ds@schleef.org>
13419
13420         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13421         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13422         (bug #144624)
13423         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13424         (gst_osselement_rate_probe_check): Add another workaround for
13425         buggy drivers (bug #145336)
13426
13427 2004-07-02  David Schleef  <ds@schleef.org>
13428
13429         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13430         Most systems don't have MSG_NOSIGNAL.
13431
13432 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13433
13434         * Makefile.am:
13435         * gst-libs/gst/colorbalance/Makefile.am:
13436         * gst-libs/gst/mixer/Makefile.am:
13437         * gst-libs/gst/play/Makefile.am:
13438         * gst-libs/gst/tuner/Makefile.am:
13439           (hopefully) fix both install and dist and make error message useful.
13440           needs testing across automakes.
13441
13442 2004-07-02  Benjamin Otte  <otte@gnome.org>
13443
13444         * ext/ogg/gstogg.c: (plugin_init):
13445           we require bytestream now
13446         * ext/ogg/gstoggdemux.c:
13447           huge diff to implement chain setup in a fast and generic way. This
13448           improves tag reading and startup of huge files (read: Theora videos)
13449           quite a bit. It probably contains bugs, too, so please test.
13450           Seeking is not improved to the fast method.
13451
13452 2004-06-29  Wim Taymans  <wim@fluendo.com>
13453
13454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13455         * ext/ogg/gstoggmux.c:
13456         Fix memleak in oggdemux when running unconnected pads.
13457         doc update in mux, start working on keyframe mode.
13458
13459 2004-06-29  Benjamin Otte  <otte@gnome.org>
13460
13461         * sys/oss/gstosssink.c:
13462         * sys/oss/gstosssrc.c:
13463           advertise correct template caps - we indeed do non-native endianness
13464           and 8bit audio has no endianness
13465         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13467           avoid (wrong) duplications in getcaps function and return
13468           template caps
13469
13470 2004-06-29  Wim Taymans  <wim@fluendo.com>
13471
13472         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13473         (gst_multifdsink_class_init), (gst_multifdsink_add),
13474         (gst_multifdsink_remove), (gst_multifdsink_clear),
13475         (gst_multifdsink_client_remove),
13476         (gst_multifdsink_handle_client_read),
13477         (gst_multifdsink_client_queue_data),
13478         (gst_multifdsink_client_queue_caps),
13479         (gst_multifdsink_client_queue_buffer),
13480         (gst_multifdsink_handle_client_write),
13481         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13482         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13483         (gst_multifdsink_init_send), (gst_multifdsink_close):
13484         Fix wrong GList iteration that could crash the server when
13485         more then 2 clients disconnect at the same time. Read all the
13486         pending commands in one batch to recover from command storms under
13487         very heavy load.
13488
13489 2004-06-28  Wim Taymans  <wim@fluendo.com>
13490
13491         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13492         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13493         (gst_videomixer_pad_set_property),
13494         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13495         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13496         (gst_videomixer_class_init), (gst_videomixer_init),
13497         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13498         (pad_zorder_compare), (gst_videomixer_sort_pads),
13499         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13500         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13501         (gst_videomixer_update_queues), (gst_videomixer_loop),
13502         (plugin_init):
13503         Avoid divide by zero, choose masterpad as the pad with the highest
13504         framerate.
13505
13506 2004-06-27  Julien Moutte  <julien@moutte.net>
13507
13508         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13509         (gst_ximagesink_xwindow_new):
13510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13511         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13512         function directly. We might want to call it from somewhere else one day.
13513
13514 2004-06-27  Julien Moutte  <julien@moutte.net>
13515
13516         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13517         (gst_ximagesink_xwindow_new):
13518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13519         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13520         window decorations.
13521
13522 2004-06-27  Wim Taymans  <wim@fluendo.com>
13523
13524         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13525         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13526         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13527         (gst_dvdec_set_property), (gst_dvdec_get_property):
13528         * ext/dv/gstdvdec.h:
13529         Implement drop_factor property to lower the framerate with
13530         a factor.
13531
13532 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13533
13534         * gst-libs/gst/colorbalance/Makefile.am:
13535         * gst-libs/gst/mixer/Makefile.am:
13536         * gst-libs/gst/play/Makefile.am:
13537         * gst-libs/gst/tuner/Makefile.am:
13538           unbreak Company's fix that didn't install the -enum.h files
13539
13540 2004-06-27  Wim Taymans  <wim@fluendo.com>
13541
13542         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13543         (gst_dvdec_change_state):
13544         * ext/dv/gstdvdec.h:
13545         Fix timestamp, duration and offset of the buffers.
13546
13547 2004-06-27  Wim Taymans  <wim@fluendo.com>
13548
13549         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13550         (gst_multifdsink_class_init), (gst_multifdsink_add),
13551         (gst_multifdsink_remove), (gst_multifdsink_clear),
13552         (gst_multifdsink_client_remove),
13553         (gst_multifdsink_handle_client_read),
13554         (gst_multifdsink_client_queue_data),
13555         (gst_multifdsink_client_queue_caps),
13556         (gst_multifdsink_client_queue_buffer),
13557         (gst_multifdsink_handle_client_write),
13558         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13559         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13560         (gst_multifdsink_init_send), (gst_multifdsink_close):
13561         * gst/tcp/gstmultifdsink.h:
13562         * gst/tcp/gsttcpserversink.c:
13563         (gst_tcpserversink_handle_server_read),
13564         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13565         More multifdsink fixes, more recovery policy fixes.
13566         Removed stupid g_print
13567
13568 2004-06-26  Wim Taymans  <wim@fluendo.com>
13569
13570         * gst/tcp/Makefile.am:
13571         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13572         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13573         (gst_multifdsink_class_init), (gst_multifdsink_init),
13574         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13575         (gst_multifdsink_handle_client_read),
13576         (gst_multifdsink_client_queue_data),
13577         (gst_multifdsink_client_queue_caps),
13578         (gst_multifdsink_client_queue_buffer),
13579         (gst_multifdsink_handle_client_write),
13580         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13581         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13582         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13583         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13584         (gst_multifdsink_close), (gst_multifdsink_change_state):
13585         * gst/tcp/gstmultifdsink.h:
13586         * gst/tcp/gsttcpplugin.c: (plugin_init):
13587         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13588         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13589         (gst_tcpserversink_handle_server_read),
13590         (gst_tcpserversink_handle_select),
13591         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13592         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13593         * gst/tcp/gsttcpserversink.h:
13594         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13595         one of the locks, added recovery policy to multifdsink.
13596
13597 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13598
13599         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13600           fix decision for when getting frames with same timestamp
13601         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13602         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13603         (gst_v4lsrc_get_property):
13604         * sys/v4l/gstv4lsrc.h:
13605           add latency offset property
13606
13607 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13608
13609         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13610         (plugin_init):
13611           fix debugging. add category.
13612
13613 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13614
13615         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13616           fix wrong offsets
13617
13618 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13619
13620         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13621         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13622         (gst_alsa_src_change_state):
13623           return a time that is in sync with the element's processing
13624
13625 2004-06-25  Wim Taymans  <wim@fluendo.com>
13626
13627         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13628         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13629         (gst_tcpserversink_client_remove),
13630         (gst_tcpserversink_handle_client_read),
13631         (gst_tcpserversink_client_queue_data),
13632         (gst_tcpserversink_client_queue_caps),
13633         (gst_tcpserversink_client_queue_buffer),
13634         (gst_tcpserversink_handle_client_write),
13635         (gst_tcpserversink_queue_buffer),
13636         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13637         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13638         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13639         (gst_tcpserversink_close):
13640         * gst/tcp/gsttcpserversink.h:
13641         Serversink rewrite. Really do non blocking writes to clients and
13642         maintain an internal queue to handle slower clients while not
13643         disturbing fast clients.
13644
13645 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13646
13647         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13648           better debug, don't override OFFSET and OFFSET_END
13649
13650 2004-06-25  Iain <iain@prettypeople.org>
13651
13652         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13653         name=source for the wavparse pipeline.
13654
13655 2004-06-24  Johan Dahlin  <johan@gnome.org>
13656
13657         * ext/theora/theoraenc.c (theora_enc_chain): Call
13658         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13659         streamheader caps are set correctly.
13660
13661 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13662
13663         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13664         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13665           respect minimum bitrate; same could be done for max bitrate
13666
13667 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13668
13669         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13670         (gst_vorbisenc_setup):
13671           fix sample rate range
13672
13673 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13674
13675         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13676         (gst_oggvorbisenc_setup):
13677         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13678         (gst_vorbisenc_setup):
13679           resolve ambiguities in code and description
13680
13681 2004-06-24  Wim Taymans  <wim@fluendo.com>
13682
13683         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13684         * ext/alsa/gstalsa.h:
13685         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13686         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13687         Use alsa trigger_tstamp to get the timestamp of the first
13688         sample in the buffer for more precise sync. Some cleanups.
13689
13690 2004-06-24  Wim Taymans  <wim@fluendo.com>
13691
13692         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13693         (gst_audiorate_init), (gst_audiorate_chain),
13694         (gst_audiorate_set_property), (gst_audiorate_get_property):
13695         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13696         (gst_videorate_chain):
13697         Added some logging, fixed an overflow bug in videorate.
13698
13699 2004-06-24  Benjamin Otte  <otte@gnome.org>
13700
13701         * ext/kio/Makefile.am:
13702           fix for builddir != srcdir and distcheck
13703
13704 2004-06-24  Benjamin Otte  <otte@gnome.org>
13705
13706         * gst-libs/gst/colorbalance/Makefile.am:
13707         * gst-libs/gst/mixer/Makefile.am:
13708         * gst-libs/gst/play/Makefile.am:
13709         * gst-libs/gst/tuner/Makefile.am:
13710         * gst/tcp/Makefile.am:
13711         * sys/dxr3/Makefile.am:
13712           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13713           tarball.
13714           Also add all *.list files that were missing.
13715         * Makefile.am:
13716           add a distcheck hook to ensure the above doesn't happen again.
13717
13718 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13719
13720         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13721
13722 2004-06-23  Colin Walters  <walters@redhat.com>
13723
13724         * m4/Makefile.am: Distribute gst-fionread.m4.
13725
13726 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13727
13728         * configure.ac: back to dev
13729
13730 2004-06-23  Wim Taymans  <wim@fluendo.com>
13731
13732         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13733         (gst_alsa_xrun_recovery):
13734         * ext/alsa/gstalsa.h:
13735         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13736         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13737         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13738         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13739         (gst_alsa_src_loop):
13740         Add clock to alsasrc. Take new capture timestamp when
13741         restarting after an overrun. Split up some functions between
13742         alsasrc and alsasink.
13743
13744 === release 0.8.2 ===
13745
13746 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13747
13748         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13749         (gst_alsa_change_state), (gst_alsa_update_avail),
13750         (gst_alsa_xrun_recovery):
13751         * ext/alsa/gstalsa.h:
13752         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13753           merge back changes from release
13754
13755 2004-06-23  Wim Taymans  <wim@fluendo.com>
13756
13757         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13758         (gst_audiorate_init), (gst_audiorate_chain),
13759         (gst_audiorate_set_property), (gst_audiorate_get_property):
13760         Implement sample dropping and notify
13761
13762 2004-06-22  Wim Taymans  <wim@fluendo.com>
13763
13764         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13765         (theora_enc_sink_link), (theora_buffer_from_packet),
13766         (theora_push_packet), (theora_enc_chain):
13767         Some cleanups, make sure the timestamps are correct.
13768
13769 2004-06-22  Wim Taymans  <wim@fluendo.com>
13770
13771         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13772         (gst_alsa_change_state), (gst_alsa_update_avail),
13773         (gst_alsa_xrun_recovery):
13774         * ext/alsa/gstalsa.h:
13775         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13776         Cleanups, take queued samples into account when reporting
13777         the time.
13778
13779 2004-06-22  Wim Taymans  <wim@fluendo.com>
13780
13781         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13782         (gst_videorate_init):
13783         Initialize the property as well.
13784
13785 2004-06-22  Wim Taymans  <wim@fluendo.com>
13786
13787         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13788         (gst_videorate_init), (gst_videorate_chain),
13789         (gst_videorate_set_property), (gst_videorate_get_property):
13790         Add property to make videorate silent.
13791         Add property to prefer new frames over old ones.
13792
13793 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13794
13795         * sys/osxvideo/Makefile.am:
13796         Workaround so that the osxvideo .so file gets linked with the
13797         Cocoa, OpenGL and QuickTime frameworks
13798
13799 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13800
13801         * sys/osxaudio/Makefile.am:
13802         Workaround so that the osxaudio .so file gets linked with the
13803         CoreAudio framework
13804
13805 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13806
13807         * configure.ac:
13808         Whoops, my fault...fixed build issues
13809
13810 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13811
13812         * configure.ac:
13813         Add objective-c support if running in Darwin/Mac OS X
13814         * sys/Makefile.am:
13815         * sys/osxvideo:
13816         * sys/osxvideo/Makefile.am:
13817         * sys/osxvideo/osxvideosink.h:
13818         * sys/osxvideo/osxvideosink.m:
13819         * sys/osxvideo/cocoawindow.h:
13820         * sys/osxvideo/cocoawindow.m:
13821         Add osxvideosink, a cocoa-based osx video sink
13822
13823
13824 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
13825         * ext/dvdnav/gst-dvd:
13826         Grab the gconf key from the right spot
13827         * gst/debug/gstnavseek.c: (gst_navseek_init),
13828         (gst_navseek_segseek), (gst_navseek_handle_src_event),
13829         (gst_navseek_chain):
13830         * gst/debug/gstnavseek.h:
13831           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
13832           and loop parameters of a segment seek.
13833         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
13834         (gst_videotestsrc_get_event_masks),
13835         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13836         * gst/videotestsrc/gstvideotestsrc.h:
13837           Add seeking support to videotestsrc
13838           Initialise the timestamp_offset variable.
13839
13840 2004-06-18  Wim Taymans  <wim@fluendo.com>
13841
13842         * ext/sidplay/gstsiddec.cc:
13843         Fix negotiation and set correct end offset.
13844
13845 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13846
13847         * configure.ac: branch and prerelease
13848
13849 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13850
13851         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
13852         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
13853         (gst_tcpclientsrc_init_receive):
13854         * gst/tcp/gsttcpclientsrc.h:
13855           read caps when connecting to server for GDP so we set them correctly
13856
13857 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13858
13859         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13860           notify drops and duplicates
13861         * gst/videoscale/videoscale.c: (videoscale_get_structure):
13862           no good reason to limit ourselves to 100x100
13863
13864 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13865
13866         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13867         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13868         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13869         (gst_v4lsrc_get_property):
13870         * sys/v4l/gstv4lsrc.h:
13871         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13872         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13873         (gst_v4l_set_audio):
13874         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
13875         (gst_v4lsrc_try_capture):
13876         * sys/v4l/v4lsrc_calls.h:
13877           change try_palette to more general try_capture
13878           add autoprobe option so we can turn off autoprobing
13879           various fixes
13880
13881 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13882
13883         * configure.ac:
13884           add videorate
13885         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
13886         (gst_ximagesink_class_init):
13887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
13888         (gst_xvimagesink_class_init):
13889           run them as finalize, not dispose, since dispose can be invoked
13890           multiple times
13891
13892 2004-06-17  Wim Taymans  <wim@fluendo.com>
13893
13894         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13895         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
13896         * ext/alsa/gstalsa.h:
13897         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
13898         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
13899         (gst_alsa_src_change_state):
13900         * ext/alsa/gstalsasrc.h:
13901         Make the xrun code timestamp and offset the buffers correctly.
13902         moved the clock to the base class, use alsa methods to get time.
13903         Do correct timestamping on outgoing buffers.
13904
13905 2004-06-17  Wim Taymans  <wim@fluendo.com>
13906
13907         * gst/audiorate/Makefile.am:
13908         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
13909         (gst_audiorate_base_init), (gst_audiorate_class_init),
13910         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
13911         (gst_audiorate_set_property), (gst_audiorate_get_property),
13912         (gst_audiorate_change_state), (plugin_init):
13913         Added an audiorate converter that fills in gaps.
13914
13915 2004-06-17  Johan Dahlin  <johan@gnome.org>
13916
13917         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
13918
13919 2004-06-16  Wim Taymans  <wim@fluendo.com>
13920
13921         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
13922         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13923         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13924         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13925         (gst_v4lsrc_get_property):
13926         * sys/v4l/gstv4lsrc.h:
13927         Added a copy mode to v4lsrc where it will output a copied version
13928         of its internal hardware buffer.
13929         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
13930         can't | them.
13931
13932 2004-06-16  Wim Taymans  <wim@fluendo.com>
13933
13934         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13935         Timestamp fixes.
13936
13937 2004-06-16  Wim Taymans  <wim@fluendo.com>
13938
13939         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
13940         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
13941         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13942         (gst_v4lsrc_get_property):
13943         * sys/v4l/gstv4lsrc.h:
13944         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13945         Added a sync mode enum property to control v4lsrc timestamp method
13946         Removed the use-fixed-fps property and moved functionality in
13947         the enum.
13948         Don't error on an error value from v4l-conf, it might not always
13949         be a real error.
13950
13951 2004-06-16  Wim Taymans  <wim@fluendo.com>
13952
13953         * gst/videorate/Makefile.am:
13954         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
13955         (gst_videorate_base_init), (gst_videorate_class_init),
13956         (gst_videorate_getcaps), (gst_videorate_link),
13957         (gst_videorate_init), (gst_videorate_chain),
13958         (gst_videorate_set_property), (gst_videorate_get_property),
13959         (gst_videorate_change_state), (plugin_init):
13960         Added a video timestamp corrector.
13961
13962 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13963
13964         fixed a potential leak with previous commit
13965
13966         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13967
13968 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13969
13970         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13971         Added missing refcount, fixes bug #144425
13972         Cheers Tim for finding the bug
13973
13974 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13975
13976         * sys/v4l/gstv4l.c: (plugin_init):
13977         * sys/v4l/gstv4lcolorbalance.c:
13978         * sys/v4l/gstv4lcolorbalance.h:
13979         * sys/v4l/gstv4lelement.c:
13980         * sys/v4l/gstv4lelement.h:
13981         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
13982         * sys/v4l/gstv4lmjpegsink.h:
13983         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13984         * sys/v4l/gstv4lmjpegsrc.h:
13985         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
13986         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
13987         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13988         * sys/v4l/gstv4lsrc.h:
13989         * sys/v4l/gstv4ltuner.c:
13990         * sys/v4l/gstv4ltuner.h:
13991         * sys/v4l/gstv4lxoverlay.c:
13992         * sys/v4l/gstv4lxoverlay.h:
13993         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
13994         (gst_v4l_set_window), (gst_v4l_enable_overlay):
13995         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13996         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13997         (gst_v4l_set_audio):
13998         * sys/v4l/v4l_calls.h:
13999         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14000         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14001         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14002         (gst_v4lmjpegsink_playback_init),
14003         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14004         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14005         (gst_v4lmjpegsink_playback_stop),
14006         (gst_v4lmjpegsink_playback_deinit):
14007         * sys/v4l/v4lmjpegsink_calls.h:
14008         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14009         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14010         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14011         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14012         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14013         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14014         * sys/v4l/v4lmjpegsrc_calls.h:
14015         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14016         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14017         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14018         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14019         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14020         (gst_v4lsrc_try_palette):
14021         * sys/v4l/v4lsrc_calls.h:
14022           bunch of paranoia cleanups
14023
14024 2004-06-14  David Schleef  <ds@schleef.org>
14025
14026         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14027         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14028         Send discont events and change timestamps appropriately when
14029         we get a seek event.  (bug #144240)
14030         * ext/cdparanoia/gstcdparanoia.h:
14031
14032 2004-06-14  Benjamin Otte  <otte@gnome.org>
14033
14034         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14035           snd_pcm_hw_params_set_rate  since the latter fails for no good
14036           reason on some setups.
14037
14038 2004-06-14  David Schleef  <ds@schleef.org>
14039
14040         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14041         standard.  Thank you for playing.
14042
14043 2004-06-14  Wim Taymans  <wim@fluendo.com>
14044
14045         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14046         Patch 1.3 broke the ordering of the colorspace info and
14047         made the plugin basically work by coincidence, reordered
14048         the info.
14049
14050 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14051
14052         * ext/lame/gstlame.c:
14053         * ext/mad/gstmad.c:
14054           sync caps.  Make sure mad can only output a list of rates, not
14055           a full range.  In the future, have three caps lists for each of the
14056           mpeg versions.  Change mpegversion to a double as well.
14057
14058 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14059
14060         * gst/volume/.cvsignore:
14061         * gst/volume/Makefile.am:
14062         * gst/volume/demo.c: (value_changed_callback), (idler),
14063         (setup_gui), (main):
14064           added small demo app
14065
14066 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14067         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14068         * ext/esd/esdsink.h:
14069         Close the esd connection on pause, because esd will just wait -
14070         blocking all other esd clients indefinitely.
14071
14072 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14073
14074         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14075           previous commit with GST_DEBUG
14076
14077 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14078
14079         * configure.ac:
14080           add a header check for a dvdread header in dvdnav.  Fixes #133002
14081
14082 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14083
14084         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14085         * gst/tcp/gsttcpclientsink.h:
14086         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14087         * gst/tcp/gsttcpclientsrc.h:
14088         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14089         (gst_tcpserversink_handle_server_read),
14090         (gst_tcpserversink_init_send):
14091         * gst/tcp/gsttcpserversink.h:
14092         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14093         * gst/tcp/gsttcpserversrc.h:
14094         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14095         version of IP)
14096
14097 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14098
14099         * configure.ac:
14100         Added ogg library so that OSX detects libtheora properly
14101
14102 2004-06-11  Wim Taymans  <wim@fluendo.com>
14103
14104         * ext/theora/theoradec.c: (theora_dec_chain),
14105         (theora_dec_change_state):
14106         Don't try to decode frames before we received a keyframe.
14107
14108 2004-06-11  Wim Taymans  <wim@fluendo.com>
14109
14110         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14111         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14112         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14113         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14114         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14115         Added property to set the maximum delay of a page.
14116
14117 2004-06-10  Wim Taymans  <wim@fluendo.com>
14118
14119         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14120         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14121         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14122         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14123         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14124         Added max-delay property to control the maximum amount
14125         of data to put in one page.
14126
14127 2004-06-10  Wim Taymans  <wim@fluendo.com>
14128
14129         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14130         (gst_theora_enc_init), (theora_enc_sink_link),
14131         (theora_buffer_from_packet), (theora_enc_set_property),
14132         (theora_enc_get_property):
14133         Set duration on encoded buffer, added some more properties
14134
14135 2004-06-10  Wim Taymans  <wim@fluendo.com>
14136
14137         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14138         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14139         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14140         * ext/theora/theoraenc.c: (theora_enc_chain):
14141         Fix refcounting bugs
14142
14143 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14144
14145         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14146         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14147         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14148         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14149         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14150         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14151         (gst_asf_demux_change_state):
14152         * gst/asfdemux/gstasfdemux.h:
14153           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14154           feels like. I think we should set a new requirement for demuxers
14155           from now on to implement sane loop functions, data loops, query
14156           and seek functions before first commit into CVS. And this commit
14157           fixes all of the above.
14158
14159 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14160
14161         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14162           vorbis comments are properly encoded in UTF-8 before adding them
14163           to a GstTagList
14164
14165 2004-06-09  Benjamin Otte  <otte@gnome.org>
14166
14167         * ext/alsa/gstalsa.c: (add_channels):
14168           handle min <= max correctly
14169         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14170         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14171           add fixation functions so we fixate correctly. No preferring of alaw
14172           anymore because it's the first structure.
14173         * ext/alsa/gstalsa.h:
14174         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14175         (gst_alsa_hw_params_dump):
14176           add functions to ease debugging in alsalib
14177         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14178         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14179         (gst_alsa_start_audio):
14180           only specify hw params if we really setup a format (fixes #134007 -
14181           or at least works around it)
14182
14183 2004-06-09  Wim Taymans  <wim@fluendo.com>
14184
14185         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14186         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14187         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14188         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14189         (gst_ogg_mux_loop):
14190         Use stream caps to setup the initial pages in the ogg stream.
14191         Correctly set the streamheader caps on the srcpad.
14192
14193 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14194
14195         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14196         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14197         (gst_v4lsrc_getcaps):
14198         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14199         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14200           add querying of fps lists for webcams.  Negotiating to a framerate
14201           now works.
14202
14203 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14204
14205         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14206         (theora_push_buffer), (theora_push_packet),
14207         (theora_set_header_on_caps), (theora_enc_chain):
14208           mark buffers and put on streamheader, raw theora streaming
14209           now works too, whee
14210
14211 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14212
14213         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14214         (gst_tcp_gdp_read_caps):
14215           do a looping read for caps and GDP headers too
14216
14217 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14218
14219         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14220         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14221           return EOS instead of NULL in _get
14222
14223 2004-06-08  Wim Taymans  <wim@fluendo.com>
14224
14225         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14226         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14227         (gst_tcp_gdp_write_caps):
14228         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14229         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14230         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14231         Memory leak fixes
14232
14233 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14234
14235         * ext/vorbis/Makefile.am:
14236         * ext/vorbis/vorbis.c: (plugin_init):
14237         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14238         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14239         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14240         (vorbis_parse_change_state):
14241         * ext/vorbis/vorbisparse.h:
14242           adding a vorbisparse element that marks the buffers, streaming
14243           raw vorbis using GDP now works, whee
14244
14245 2004-06-08  Wim Taymans  <wim@fluendo.com>
14246
14247         * ext/jpeg/Makefile.am:
14248         * ext/jpeg/README:
14249         * ext/jpeg/gstjpeg.c: (plugin_init):
14250         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14251         (gst_smokedec_base_init), (gst_smokedec_class_init),
14252         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14253         * ext/jpeg/gstsmokedec.h:
14254         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14255         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14256         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14257         (gst_smokeenc_resync), (gst_smokeenc_chain),
14258         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14259         * ext/jpeg/gstsmokeenc.h:
14260         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14261         (smokecodec_flush_destination), (smokecodec_term_destination),
14262         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14263         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14264         (smokecodec_term_source), (smokecodec_encode_new),
14265         (smokecodec_decode_new), (smokecodec_info_free),
14266         (smokecodec_set_quality), (smokecodec_get_quality),
14267         (smokecodec_set_threshold), (smokecodec_get_threshold),
14268         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14269         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14270         (smokecodec_parse_header), (smokecodec_decode):
14271         * ext/jpeg/smokecodec.h:
14272         Added a new simple jpeg based codec
14273
14274 2004-06-08  Wim Taymans  <wim@fluendo.com>
14275
14276         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14277         (gst_multipart_mux_loop):
14278         Fix memory leak
14279
14280 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14281
14282         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14283         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14284         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14285         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14286         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14287         * gst/tcp/gsttcpserversink.h:
14288           take streamheader into account
14289
14290 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14291
14292         * gst/level/Makefile.am:
14293         * gst/level/gstlevel.c: (gst_level_class_init):
14294           clean up marshal generation
14295
14296 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14297
14298         * gst/tcp/Makefile.am:
14299         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14300         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14301         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14302         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14303         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14304         (gst_tcpclientsrc_get_property):
14305         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14306         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14307         (gst_tcpserversink_handle_client_read),
14308         (gst_tcpserversink_handle_client_write),
14309         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14310         * gst/tcp/gsttcpserversink.h:
14311           add signals client-added and client-removed
14312         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14313         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14314         (gst_tcpserversrc_get_property):
14315         uniformized, change default protocol to NONE
14316         * gst/tcp/gsttcp-marshal.list: added
14317 2004-06-07  Benjamin Otte  <otte@gnome.org>
14318
14319         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14320           handle discont events if they happen before caps nego
14321
14322 2004-06-07  Wim Taymans  <wim@fluendo.com>
14323
14324         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14325         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14326         (gst_multipart_demux_plugin_init):
14327         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14328         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14329         (gst_multipart_mux_change_state):
14330         Small updates, fix a memleak
14331
14332 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14333
14334         * configure.ac: OSS portability
14335         * ext/arts/gst_arts.c: idem
14336         * sys/oss/gstosselement.c: idem
14337         * sys/oss/gstossmixer.c: idem
14338         * sys/oss/gstosssink.c: idem
14339         * sys/oss/gstosssrc.c: idem
14340         * sys/oss/oss_probe.c: idem
14341           - check for soundcard.h in different places for some BSD
14342
14343 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14344
14345         * AUTHORS:
14346         Add me to the authors file
14347         * configure.ac:
14348         Increase the libdv requirement to >= version 0.100
14349         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14350         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14351         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14352         * ext/dv/gstdvdec.h:
14353         Add support for the new_media flag when sending DISCONT events
14354         Make the querying work when video pad is not linked
14355
14356 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14357
14358         reviewed by Benjamin Otte  <otte@gnome.org>
14359
14360         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14361           create a NULL-initialized array of pads, so we don't think they
14362           exist already. (fixes #143130)
14363
14364 2004-06-07  Benjamin Otte  <otte@gnome.org>
14365
14366         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14367         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14368         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14369           don't use // coments
14370
14371 2004-06-07  Benjamin Otte  <otte@gnome.org>
14372
14373         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14374           cast to GstClockTime to get higher granularity
14375         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14376           use gst_element_set_time_delay to get the exact time
14377         * ext/mad/gstmad.c: (gst_mad_chain):
14378           use the negotiated rate instead of the current frame's rate which
14379           might be wrong because of bit errors. This avoids emitting totally
14380           bogus timestamps and screwing sync.
14381         (fixes #143454)
14382
14383 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14384
14385         reviewed by Benjamin Otte  <otte@gnome.org>
14386
14387         * gst/adder/gstadder.c: (gst_adder_loop):
14388           properly error out when no negotiation has happened yet. (fixes
14389           #143032)
14390
14391 2004-06-06  Benjamin Otte  <otte@gnome.org>
14392
14393         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14394           forward correctly transformed offset in discont events. Based on
14395           patch by Arwed v. Merkatz. (fixes #142851)
14396
14397 2004-06-06  David Schleef  <ds@schleef.org>
14398
14399         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14400         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14401         problems on several systems.
14402
14403 2004-06-06  Benjamin Otte  <otte@gnome.org>
14404
14405         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14406           use explicit caps on the srcpad
14407         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14408           properly error out if caps couldn't be set (fixes #142764)
14409
14410 2004-06-06  Benjamin Otte  <otte@gnome.org>
14411
14412         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14413         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14414         (gst_alsa_start_audio):
14415           - don't call set_periods_integer anymore, it breaks the
14416           configuration randomly
14417           - call snd_pcm_hw_params_set_access directly instead of using masks
14418           - don't fail if the sw_params can't be set, just use the default
14419           params and hope it works. Alsalib has weird issues when you touch
14420           sw_params and does no proper error reporting about what failed.
14421         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14422         (gst_alsa_close_audio):
14423           make our alsa debugging go via gst debugging and not conditionally
14424           defined
14425         * ext/alsa/gstalsa.h:
14426           add ALSA_DEBUG_FLUSH macro
14427         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14428         (plugin_init):
14429           wrap alsa errors to be printed via the gst debugging system and not
14430           spammed to stderr
14431
14432 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14433
14434         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14435         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14436         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14437         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14438         (qtdemux_parse_trak):
14439         * gst/qtdemux/qtdemux.h:
14440           Bitch. Also known as seeking, querying & co.
14441         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14442         (gst_osssink_change_state):
14443         * sys/oss/gstosssink.h:
14444           Resyncing is for weenies, this hack is no longer needed and was
14445           broken anyway (since it - unintendedly - always leaves resync to
14446           TRUE).
14447
14448 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14449
14450         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14451         * gst/tcp/gsttcpclientsrc.h: idem
14452           - define MSG_NOSIGNAL if not done
14453           - include unistd.h for off_t
14454           (fixes #143749)
14455
14456 2004-06-05  Benjamin Otte  <otte@gnome.org>
14457
14458         * configure.ac:
14459         * ext/kio/Makefile.am:
14460           check for qt's moc preprocessor explicitly and use it
14461
14462 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14463
14464         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14465           don't get a signal for EPIPE on socket writes
14466           (somebody check if this works on other platforms)
14467
14468 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14469
14470         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14471         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14472           check error condition on available samples correctly
14473
14474 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14475
14476         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14477           avoid a segfault
14478         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14479         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14480         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14481         (gst_tcpserversrc_gdp_read_header):
14482          use ssize_t over size_t since the former is signed and thus the
14483          check for error codes can work
14484
14485 2004-06-02  Wim Taymans  <wim@fluendo.com>
14486
14487         reviewed by: Johan
14488
14489         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14490         (gst_multipart_mux_loop):
14491         Oops
14492
14493 2004-06-02  Wim Taymans  <wim@fluendo.com>
14494
14495         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14496         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14497         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14498         (gst_multipart_mux_change_state):
14499         Added configurable boundary specifier, added the value as a
14500         caps field as well.
14501
14502 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14503
14504         * gst/tcp/gsttcp.c:
14505         * gst/tcp/gsttcpclientsrc.c:
14506         * gst/tcp/gsttcpclientsrc.h:
14507         * gst/tcp/gsttcpserversrc.c:
14508           - portability fix, to compile on OSX
14509             (fixes #143146)
14510
14511         * sys/osxaudio/gstosxaudioelement.c:
14512         * sys/osxaudio/gstosxaudiosink.c:
14513         * sys/osxaudio/gstosxaudiosrc.c:
14514           - compilation warnings on OSX
14515             (fixes #143153)
14516
14517 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14518
14519         * ext/vorbis/vorbisdec.c : sign warning fixes
14520
14521         * gst-libs/gst/mixer/mixertrack.c :
14522           do no use defines which are glib 2.4 specific
14523
14524 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14525
14526         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14527           buffer since libflac doesn't expect it (reports a sync error when
14528           it encounters that)
14529
14530
14531 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14532
14533         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14534         * gst-libs/gst/mixer/mixertrack.c:
14535         (gst_mixer_track_get_property), (get_mixer_track_init),
14536         (get_mixer_track_get_property): Added property accessors
14537         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14538         * gst-libs/gst/mixer/mixeroptions.c:
14539         (gst_mixer_options_get_values): Added
14540         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14541         * gst-libs/gst/mixer/mixer.c: Fixed comment
14542
14543
14544 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14545
14546         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14547           improve error messages on open
14548
14549
14550 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14551
14552         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14553           check if v4l-conf is in path
14554
14555 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14556
14557         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14558           change assert to a more readable error message
14559
14560 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14561
14562         * gst-libs/gst/tuner/tunerchannel.h:
14563           - add a freq_multiplicator field to make the conversion
14564             between internal frequency unit and Hz
14565         * sys/v4l/gstv4lelement.c:
14566         * sys/v4l2/gstv4l2element.c:
14567           - change default video device to /dev/video0
14568         * sys/v4l/v4l_calls.c:
14569         * sys/v4l2/v4l2_calls.c:
14570           - we only expose frequency to the user in Hz instead of
14571             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14572
14573 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14574         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14575           Initialise b_o_s and e_o_s variables
14576         * gst-libs/gst/riff/riff-media.c:
14577         (gst_riff_create_video_caps_with_data):
14578           Add some unusual fourcc's from mplayer avi's
14579         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14580           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14581           autoplugging.
14582
14583 2004-05-28  Wim Taymans  <wim@fluendo.com>
14584
14585         * configure.ac:
14586         * gst/alpha/Makefile.am:
14587         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14588         (gst_alpha_get_type), (gst_alpha_base_init),
14589         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14590         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14591         (gst_alpha_chroma_key), (gst_alpha_chain),
14592         (gst_alpha_change_state), (plugin_init):
14593         A plugin to add an alpha channel to I420 video. Can optionally do
14594         chroma keying.
14595         * gst/multipart/Makefile.am:
14596         * gst/multipart/multipart.c: (plugin_init):
14597         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14598         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14599         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14600         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14601         (gst_multipart_demux_change_state),
14602         (gst_multipart_demux_plugin_init):
14603         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14604         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14605         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14606         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14607         (gst_multipart_mux_pad_unlink),
14608         (gst_multipart_mux_request_new_pad),
14609         (gst_multipart_mux_handle_src_event),
14610         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14611         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14612         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14613         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14614         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14615         send multipart jpeg images to a browser.
14616         * gst/videobox/Makefile.am:
14617         * gst/videobox/README:
14618         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14619         (gst_video_box_get_type), (gst_video_box_base_init),
14620         (gst_video_box_class_init), (gst_video_box_init),
14621         (gst_video_box_set_property), (gst_video_box_get_property),
14622         (gst_video_box_sink_link), (gst_video_box_i420),
14623         (gst_video_box_ayuv), (gst_video_box_chain),
14624         (gst_video_box_change_state), (plugin_init):
14625         Crops or adds borders around an image. can do alpha channel
14626         borders as well.
14627         * gst/videomixer/Makefile.am:
14628         * gst/videomixer/README:
14629         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14630         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14631         (gst_videomixer_pad_get_sink_event_masks),
14632         (gst_videomixer_pad_get_property),
14633         (gst_videomixer_pad_set_property),
14634         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14635         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14636         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14637         (gst_videomixer_base_init), (gst_videomixer_class_init),
14638         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14639         (gst_videomixer_handle_src_event),
14640         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14641         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14642         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14643         (gst_videomixer_loop), (gst_videomixer_get_property),
14644         (gst_videomixer_set_property), (gst_videomixer_change_state),
14645         (plugin_init):
14646         Generic video mixer plugin, can handle multiple inputs all with
14647         different framerates and video sizes. Is fully alpha channel
14648         aware.
14649
14650 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14651
14652         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14653           Select first track as master track. Not sure how else to handle
14654           that...
14655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14656           Discard discont events. Should fix #142962.
14657
14658 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14659
14660         * ext/alsa/Makefile.am:
14661         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14662         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14663         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14664         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14665         (gst_alsa_mixer_get_option):
14666         * ext/alsa/gstalsamixer.h:
14667         * ext/alsa/gstalsamixeroptions.c:
14668         (gst_alsa_mixer_options_get_type),
14669         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14670         (gst_alsa_mixer_options_new):
14671         * ext/alsa/gstalsamixeroptions.h:
14672         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14673         * ext/alsa/gstalsamixertrack.h:
14674           Add enumerations (as GstMixerOptions). Make correct distinction
14675           between input/output tracks. Add capture/playback private flag.
14676           Use flag to decide on whether to set capture or playback volumes
14677           or switches. Use playback and record switches.
14678         * gst-libs/gst/mixer/Makefile.am:
14679         * gst-libs/gst/mixer/mixer-marshal.list:
14680         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14681         (gst_mixer_set_option), (gst_mixer_get_option),
14682         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14683         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14684         * gst-libs/gst/mixer/mixer.h:
14685         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14686         (gst_mixer_options_class_init), (gst_mixer_options_init),
14687         (gst_mixer_options_dispose):
14688         * gst-libs/gst/mixer/mixeroptions.h:
14689           Add GstMixerOptions.
14690         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14691           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14692           broken device detection on computers with multiple OSS sound
14693           cards.
14694
14695 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14696
14697         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14698           fixate nicely even when the peer is not negotiating
14699
14700 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14701
14702         * gst/audioconvert/gstaudioconvert.c:
14703         (gst_audio_convert_parse_caps):
14704           make sure we don't allow depth > width
14705         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14706           fixate endianness to G_BYTE_ORDER as default
14707         * gst/audioscale/gstaudioscale.c:
14708           we don't handle another endianness as host-endianness
14709
14710 2004-05-25  David Schleef  <ds@schleef.org>
14711
14712         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14713
14714 2004-05-24  Benjamin Otte  <otte@gnome.org>
14715
14716         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14717         (gst_oggvorbisenc_setup):
14718           properly fail when we can't setup the vorbis encoder due to
14719           unsupported settings
14720         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14721         (gst_vorbisenc_setup):
14722           same
14723         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14724           fix case where warnings occured when one pad was unlinked while the
14725           other's link function was called
14726
14727 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14728
14729         * gst/tcp/Makefile.am:
14730           use GST_ENABLE_NEW
14731
14732 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14733
14734         * gst-libs/gst/resample/private.h:
14735           don't use optimizations that are #if 0'ed
14736
14737 2004-05-24  Wim Taymans  <wim@fluendo.com>
14738
14739         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14740         Fix potential division by zero error and hopefully get
14741         the position query right to get correct timestamps on avi
14742         audio.
14743
14744 2004-05-24  Wim Taymans  <wim@fluendo.com>
14745
14746         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14747         (gst_videoscale_scale_nearest_str2),
14748         (gst_videoscale_scale_nearest_str4),
14749         (gst_videoscale_scale_nearest_32bit),
14750         (gst_videoscale_scale_nearest_24bit),
14751         (gst_videoscale_scale_nearest_16bit):
14752         Fix the scaling algorithm and avoid a buffer overflow.
14753         removed the while loop in the scaling function as it
14754         was used for point sampling only.
14755
14756 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14757
14758         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14759         (gst_id3_tag_class_init), (gst_id3_tag_init),
14760         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14761         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14762         (gst_id3_tag_send_tag_event):
14763           lots of fixes to make id3mux work and id3demux work correctly
14764
14765 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14766
14767         * ext/Makefile.am:
14768           add rules to build shout2send (was removed by accident
14769           when this module was no more marked experimental/broken)
14770
14771 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14772
14773         * ext/shout2/gstshout2.c:
14774         * ext/shout2/gstshout2.h:
14775           adding a "connection problem" signal to shout2send
14776           (fixes #142954)
14777
14778 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14779
14780         * ext/kio/kioreceiver.cpp:
14781         * ext/kio/kioreceiver.h:
14782           fix sign comparison issues
14783
14784 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14785
14786         * gst/cdxaparse/gstcdxaparse.c:
14787         * gst/cdxaparse/gstcdxaparse.h:
14788           some renaming
14789           add some checks/sanity
14790           prepare for seek addition
14791
14792         * sys/sunaudio/gstsunaudio.c:
14793           remove exported dupe init function
14794
14795 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14796
14797         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14798         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14799           Fix format conversion and position querying.
14800         * gst/debug/progressreport.c: (gst_progressreport_report):
14801           Don't output a bogus total value that we didn't query.
14802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14803           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14804           only a blank window after xine has been used.
14805
14806 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14807
14808         * m4/as-arts.m4:
14809           sync with upstream version to fix test on FC2
14810           readd with -ko to preserve Id header
14811
14812 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14813
14814         * configure.ac:
14815           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
14816         * gst/tcp/gsttcpclientsrc.c: idem
14817         * gst/tcp/gsttcpserversink.c: idem
14818         * gst/tcp/gsttcpserversrc.c: idem
14819         * m4/gst-fionread.m4: idem
14820
14821         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
14822
14823         * configure.ac: enable speex plugin for speex 1.1.5+
14824         * ext/speex/gstspeexenc.c: fix cast warning
14825
14826         * ext/esd/README: fix typo
14827
14828 2004-05-20  David Schleef  <ds@schleef.org>
14829
14830         * configure.ac: Minor cosmetic change to convince the buildbot to
14831         reautogen.
14832         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
14833         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
14834         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
14835         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
14836         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
14837         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
14838         More hacking.  Plays audio now.
14839
14840 2004-05-20  David Schleef  <ds@schleef.org>
14841
14842         * configure.ac:
14843         * sys/Makefile.am:
14844
14845 2004-05-20  David Schleef  <ds@schleef.org>
14846
14847         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
14848         * sys/osxaudio/gstosxaudio.c:
14849         * sys/osxaudio/gstosxaudioelement.c:
14850         * sys/osxaudio/gstosxaudioelement.h:
14851         * sys/osxaudio/gstosxaudiosink.c:
14852         * sys/osxaudio/gstosxaudiosink.h:
14853         * sys/osxaudio/gstosxaudiosrc.c:
14854         * sys/osxaudio/gstosxaudiosrc.h:
14855
14856 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14857
14858         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
14859         (gst_vorbisenc_chain):
14860           put the codec headers on the caps as streamheader as well as
14861           pushing them out
14862
14863 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14864
14865         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14866         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
14867         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
14868         split up push_packet into two functions
14869
14870 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14871
14872         * gst/tcp/.cvsignore:
14873           ignore enums
14874         * gst/tcp/Makefile.am:
14875         * gst/tcp/README:
14876         * gst/tcp/gsttcp.c:
14877         * gst/tcp/gsttcp.h:
14878         * gst/tcp/gsttcpclientsink.c:
14879         * gst/tcp/gsttcpclientsink.h:
14880         * gst/tcp/gsttcpclientsrc.c:
14881         * gst/tcp/gsttcpclientsrc.h:
14882         * gst/tcp/gsttcpplugin.c:
14883         * gst/tcp/gsttcpserversink.c:
14884         * gst/tcp/gsttcpserversink.h:
14885         * gst/tcp/gsttcpserversrc.c:
14886         * gst/tcp/gsttcpserversrc.h:
14887           add new tcp elements
14888
14889 2004-05-19  Wim Taymans  <wim@fluendo.com>
14890
14891         * gst/law/mulaw-conversion.c: (mulaw_encode):
14892         Fix overflow bug in ulaw encoding.
14893
14894 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14895
14896         * ext/mad/gstmad.c: (gst_mad_handle_event):
14897           don't unref the event twice
14898
14899 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14900
14901         * configure.ac:
14902           remove -Wno-sign-compare
14903
14904 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14905
14906         * configure.ac:
14907           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
14908           if you want to work against glib 2.2 and 2.4
14909
14910 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14911
14912         * gst/tcp/Makefile.am:
14913         * gst/tcp/gsttcp.c:
14914         * gst/tcp/gsttcp.h:
14915         * gst/tcp/gsttcpsink.h:
14916         * gst/tcp/gsttcpsrc.h:
14917           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
14918
14919 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14920
14921         * gst/debug/tests.c: (md5_get_value):
14922           fix segfault on gst-inspect
14923
14924 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14925
14926         * gst/debug/testplugin.c:
14927         * gst/debug/tests.c:
14928         * gst/debug/tests.h:
14929           add new extensible and configurable testing element. Current tests
14930           include buffer count, stream length, timestamp/duration matching and
14931           md5.
14932         * gst/debug/Makefile.am:
14933         * gst/debug/gstdebug.c: (plugin_init):
14934           add infrastructure for new element
14935
14936 2004-05-19  Johan Dahlin  <johan@gnome.org>
14937
14938         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
14939         ending of the array. Fixes gst-inspect segfault on ppc.
14940
14941 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14942
14943         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
14944
14945         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
14946
14947 2004-05-18  David Schleef  <ds@schleef.org>
14948
14949         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
14950         warnings (bugs, actually) noticed by gcc but not forte.
14951
14952 2004-05-18  David Schleef  <ds@schleef.org>
14953
14954         * sys/sunaudio/Makefile.am:
14955         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
14956
14957 2004-05-18  David Schleef  <ds@schleef.org>
14958
14959         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14960         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
14961         to allow qtdemux to use non-seekable streams. (bug #142272)
14962
14963 2004-05-18  David Schleef  <ds@schleef.org>
14964
14965         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
14966         (gst_resample_sinc_ft_float): Remove use of static temporary
14967         buffer.  This code was obviously not supposed to last long, but
14968         it's stuck in our ABI, so it required a little hack to make it
14969         ABI-compatible.  Fixes #142585.
14970         * gst-libs/gst/resample/resample.h: same.
14971
14972 2004-05-18  David Schleef  <ds@schleef.org>
14973
14974         * configure.ac: Add sunaudio
14975         * examples/Makefile.am: make gstplay depend on gconf
14976         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
14977         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
14978         (convert_table_lookup), (img_convert): remove c99-isms
14979         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
14980           unsigned, to fix a warning on Solaris
14981         * gst/mpeg1sys/systems.c: bcopy->memcpy
14982         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
14983         * sys/Makefile.am: Add sunaudio
14984
14985 2004-05-18  Wim Taymans  <wim@fluendo.com>
14986
14987         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
14988         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
14989         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
14990         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
14991         (gst_ogg_mux_loop):
14992         Fix an ugly memleak where the muxer didn't flush enough ogg
14993         pages. This also resulted in badly muxed ogg files.
14994
14995 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14996
14997         * gst/asfdemux/asfheaders.c :
14998         * gst/asfdemux/asfheaders.h :
14999         * gst/asfdemux/gstasfdemux.c :
15000           - fix ASF_OBJ_PADDING guid
15001           - add 3 new object guids (language list, metadata,
15002             extended stream properties)
15003           - add a function to parse extended header objects
15004
15005 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15006
15007         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15008           remove leftover debugging g_print
15009
15010 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15011
15012         * ext/mad/gstmad.c: (gst_mad_handle_event):
15013           Fix for when the first format in a discont event is not a
15014           byte-based one. Should fix #137710.
15015
15016 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15017
15018         * m4/a52.m4 : fix compilation with -Wall -Werror
15019         * m4/libfame.m4 : idem
15020         * m4/libmikmod.m4 : idem
15021
15022 2004-05-17  Benjamin Otte  <otte@gnome.org>
15023
15024         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15025           signal the new tags before giving up the reference
15026
15027 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15028
15029         * ext/shout2/gstshout2.c:
15030           use application/ogg instead of application/x-ogg (patch by Patrick
15031           Guimond, fixes #142432)
15032         * sys/oss/gstosselement.c: (gst_osselement_reset),
15033         (gst_osselement_sync_parms):
15034           don't set fragment size unless specified (fixes #142493)
15035
15036 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15037
15038         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15039           fixes #142664
15040
15041 2004-05-17  Benjamin Otte  <otte@gnome.org>
15042
15043         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15044           compute offsets correctly for internal buffers so timestamps are set
15045           correctly when we can't seek. Also handle cases where there are no
15046           offsets. (based on a patch by David Moore, fixes #142507)
15047
15048 2004-05-17  Benjamin Otte  <otte@gnome.org>
15049
15050         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15051           use correct variable when determining amount of data to skip so we
15052           don't skip into the void and segfault
15053
15054 2004-05-16  Benjamin Otte  <otte@gnome.org>
15055
15056         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15057           Hi, I'm a memleak
15058
15059 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15060
15061         * gst/asfdemux/gstasfdemux.c:
15062           - fix a mem leak and always propagate tags
15063           - add WMV3 to known video codecs (but no decoder yet)
15064           - replace "surplus data" at end of audio header for what
15065             it is : codec specific data
15066           - fix a typo
15067
15068 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15069
15070         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15071
15072         * gst-libs/gst/audio/audioclock.c:
15073           Fix wrong return type (#142205).
15074
15075 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15076
15077         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15078           Ignore CRCs by default (fixes #142566).
15079
15080 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15081
15082         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15083         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15084         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15085         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15086         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15087         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15088           Fix for cases where we fail to attach to a mixer.
15089
15090 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15091
15092         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15093           Don't touch events after not owning them anymore.
15094         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15095         (gst_wavparse_fmt), (gst_wavparse_other),
15096         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15097         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15098         (gst_wavparse_srcpad_event):
15099         * gst/wavparse/gstwavparse.h:
15100           Add seeking, fix querying.
15101
15102 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15103
15104         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15105           - process comments even if they don't end with \0\0
15106             g_convert would ignore them if present and works well without them
15107
15108 2004-05-16  Benjamin Otte  <otte@gnome.org>
15109
15110         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15111           simplify caps
15112
15113 2004-05-16  Benjamin Otte  <otte@gnome.org>
15114
15115         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15116           don't write to memory we might not write to - g_convert does that
15117           for us anyway (fixes #142613)
15118         (gst_asf_demux_audio_caps):
15119           comment out gst_util_dump_mem
15120
15121 2004-05-16  Benjamin Otte  <otte@gnome.org>
15122
15123         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15124           compute correct expected timestamps after seek (broken since
15125           last commit)
15126         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15127           rename element and debugging category to gdkpixbufscale
15128
15129 2004-05-16  Benjamin Otte  <otte@gnome.org>
15130
15131         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15132           add error checking to snd_pcm_delay and remove duplicate call to
15133           snd_pcm_delay that caused issues (see inline code comments)
15134         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15135           make more readable and fix return value when snd_pcm_delay fails
15136         (fixes #142586)
15137
15138 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15139         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15140         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15141         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15142         (gst_pixbufscale_link), (gst_pixbufscale_init),
15143         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15144         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15145         (gst_pixbufscale_get_property), (pixbufscale_init):
15146         * ext/gdk_pixbuf/pixbufscale.h:
15147         Add these files I forgot earlier
15148
15149 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15150         * ext/gdk_pixbuf/Makefile.am:
15151         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15152         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15153         Add new pixbufscale element to scale RGB video
15154         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15155         and HYPER interpolation correctly.
15156         * ext/theora/theoraenc.c: (theora_enc_chain),
15157         Discard buffer and return if explicit caps could not be set
15158         (theora_enc_get_property):
15159         Make _get return kbps for the bitrate consistent with
15160         the _set function.
15161
15162
15163 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15164
15165         * ext/libvisual/visual.c: (gst_visual_chain):
15166           add missing visual_audio_analyze
15167
15168 2004-05-14  David Schleef  <ds@schleef.org>
15169
15170         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15171         is killed while we're playing.
15172         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15173         gst_element_no_more_pads().
15174
15175 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15176
15177         * gst-libs/gst/riff/riff-read.c :
15178           - fix INFO tag extraction in RIFF/AVI files
15179             because gst_event_unref (event) also freed taglist
15180           - avoid a mem leak
15181
15182 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15183
15184         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15185         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15186
15187         * gst/auparse/gstauparse.c :
15188           - add code (commented for now) to support audio/x-adpcm on src pad
15189             (we have no decoder for those layout yet)
15190
15191         * gst/cdxaparse/gstcdxaparse.c :
15192         * gst/cdxaparse/gstcdxaparse.h :
15193           - partial rewrite using RiffRead (ripped iain's wavparse code)
15194
15195         * gst/rtp/gstrtpL16enc.c : typo
15196         * gst/rtp/gstrtpgsmenc.c : typo
15197
15198 2004-05-13  Benjamin Otte  <otte@gnome.org>
15199
15200         * configure.ac:
15201           check for exact version of libvisual, it's not supposed to be
15202           API/ABI stable yet
15203
15204 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15205
15206         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15207           signal no-more-pads
15208
15209 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15210
15211         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15212         Report which format was used for GST_FORMAT_DEFAULT
15213         * gst/debug/Makefile.am:
15214         * gst/debug/gstdebug.c: (plugin_init):
15215         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15216         (gst_progressreport_class_init), (gst_progressreport_init),
15217         (gst_progressreport_report), (gst_progressreport_set_property),
15218         (gst_progressreport_get_property), (gst_progressreport_chain),
15219         (gst_progressreport_plugin_init):
15220         Add progressreport element for testing.
15221
15222 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15223
15224         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15225         * sys/v4l/gstv4lsrc.h:
15226         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15227         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15228         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15229         (gst_v4lsrc_grab_frame):
15230           add more debugging
15231           send a discont at start
15232
15233 2004-05-12  Colin Walters  <walters@redhat.com>
15234
15235         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15236         inflooping if we can't find a chunk.  Or in other words, don't blow
15237         chunks if we don't have a chunk to blow.
15238
15239 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15240         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15241         Remove old debug output
15242         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15243         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15244         (gst_dvdec_set_property), (gst_dvdec_get_property):
15245         Change the quality setting to an enum, so it works from gst-launch
15246         Don't renegotiate a non-linked pad. Allows audio only decoding.
15247         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15248         (gst_deinterlace_link), (gst_deinterlace_init):
15249         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15250         (gst_videodrop_link):
15251         Some caps negotiation fixes
15252
15253 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15254
15255         * ext/tarkin/gsttarkin.c :
15256           - Change RANK from NONE to PRIMARY
15257         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15258           - Change RANK from NONE to MARGINAL
15259         * ext/divx/gstdivxenc.c :
15260           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15261
15262 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15263
15264         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15265         (gst_vorbisenc_push_packet):
15266           copy a function that was added between 1.0 and 1.0.1 until we
15267           depend on worthwhile features of post-1.0
15268
15269 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15270
15271         * configure.ac:
15272           enable shout2 by default
15273         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15274         (gst_shout2send_base_init), (gst_shout2send_init),
15275         (gst_shout2send_connect), (gst_shout2send_change_state):
15276         * ext/shout2/gstshout2.h:
15277           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15278           #142262)
15279         * ext/theora/theora.c: (plugin_init):
15280           don't set rank on encoders
15281
15282 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15283
15284         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15285           Use codec_data property instead of flag1 and flag2 for wma
15286
15287 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15288
15289         * gst/cdxaparse/gstcdxaparse.c :
15290           - Add mpegversion to CAPS to make it link
15291           - Rank is as GST_RANK_SECONDARY instead of NONE
15292         * gst/auparse/gstauparse.c :
15293           - Document all audio encoding we can encounter from Solaris 9
15294             headers and libsndfile information.
15295           - Increase max. rate from 48000 to 192000 (to match other elements)
15296           - Don't try to play junk data between header and samples
15297
15298 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15299
15300         * ext/libvisual/visual.c: (gst_visual_getcaps):
15301           use the right caps depending on endianness (I hope)
15302         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15303           use GST_RANK_NONE for all non-decoding elements or spider gets
15304           mighty confused
15305
15306 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15307
15308         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15309           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15310
15311 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15312
15313         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15314         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15315         (gst_switch_loop), (gst_switch_get_type):
15316           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15317           HEADERS. Had to be said.
15318
15319 2004-05-10  David Schleef  <ds@schleef.org>
15320
15321         * configure.ac: Add prototype Dirac support.
15322         * ext/Makefile.am:
15323         * ext/dirac/Makefile.am:
15324         * ext/dirac/gstdirac.cc:
15325         * ext/dirac/gstdiracdec.cc:
15326
15327 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15328
15329         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15330         (gst_auparse_init), (gst_auparse_chain),
15331         (gst_auparse_change_state):
15332           Hack around spider. Remove me some day please.
15333
15334 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15335
15336         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15337           Fix for some uninitialized variables in previous patch, also
15338           makes it work. Fixes #142286 while we're at it.
15339
15340 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15341
15342         * gst/auparse/gstauparse.c:
15343                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15344                 only unsupported formats are ADPCM/CCITT G.72x
15345                 reviewed by Ronald
15346         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15347
15348 2004-05-10  Wim Taymans  <wim@fluendo.com>
15349
15350         * ext/vorbis/Makefile.am:
15351         * ext/vorbis/README:
15352         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15353         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15354         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15355         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15356         (gst_oggvorbisenc_convert_sink),
15357         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15358         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15359         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15360         (get_constraints_string), (update_start_message),
15361         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15362         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15363         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15364         * ext/vorbis/oggvorbisenc.h:
15365         * ext/vorbis/vorbis.c: (plugin_init):
15366         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15367         (raw_caps_factory), (gst_vorbisenc_class_init),
15368         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15369         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15370         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15371         * ext/vorbis/vorbisenc.h:
15372         Added a raw vorbis encoder to be used with the oggmuxer.
15373         We still need the old encoder for some gnome applications,
15374         read the README to find out how that works.
15375         The raw encoder is called "rawvorbisenc" until 0.9.
15376
15377 2004-05-10  Wim Taymans  <wim@fluendo.com>
15378
15379         * ext/ogg/gstogg.c: (plugin_init):
15380         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15381         (gst_ogg_print):
15382         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15383         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15384         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15385         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15386         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15387         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15388         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15389         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15390         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15391         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15392         Added an ogg muxer.
15393         Small typo fixes in the demuxer.
15394
15395 2004-05-10  Wim Taymans  <wim@fluendo.com>
15396
15397         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15398         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15399         (theora_enc_change_state), (theora_enc_set_property),
15400         (theora_enc_get_property):
15401         Mark the last packet with an EOS flag which is not really needed
15402         in gstreamer.
15403         Do some better video framerate initialisation.
15404         Update the buffer timestamp.
15405
15406 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15407
15408         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15409         Return the result of the parent state change call
15410
15411 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15412
15413         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15414         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15415         * gst/law/alaw-encode.c : (idem)
15416         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15417         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15418         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15419
15420 2004-05-09  Benjamin Otte  <otte@gnome.org>
15421
15422         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15423           don't use a fixed buffer size when writing variable length data to
15424           it. Fixes memory corruption and makes alsasrc work
15425
15426 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15427
15428         * ext/gnomevfs/gstgnomevfssink.c:
15429         (_gst_boolean_allow_overwrite_accumulator),
15430         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15431           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15432           RUN_LAST, and don't use that to set the accumulator value because
15433           then it's always FALSE.
15434
15435 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15436
15437         * gst-libs/gst/riff/riff-media.c:
15438         (gst_riff_create_video_caps_with_data),
15439         (gst_riff_create_audio_caps),
15440         (gst_riff_create_audio_template_caps):
15441         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15442           Fix for unaligned RIFF files (i.e. where all the chunks together
15443           in a LIST chunk are not of the same size as the size given in
15444           the LIST chunk header). Fixes several odd WAVE files. Also fix
15445           ADPCM (block_align property) in audio, so that wavparse based
15446           on this works now as it used to stand-alone.
15447
15448 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15449
15450         reviewed by Benjamin Otte  <otte@gnome.org>
15451
15452         * ext/a52dec/gsta52dec.c:
15453         * ext/divx/gstdivxdec.c:
15454         * ext/divx/gstdivxenc.c:
15455         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15456         * ext/faac/gstfaac.c: (gst_faac_base_init):
15457         * ext/faad/gstfaad.c: (gst_faad_base_init):
15458         * ext/ivorbis/vorbisfile.c:
15459         * ext/lame/gstlame.c:
15460         * ext/libfame/gstlibfame.c:
15461         * ext/mpeg2enc/gstmpeg2enc.cc:
15462         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15463         * ext/sidplay/gstsiddec.cc:
15464         * ext/speex/gstspeexdec.c:
15465         * ext/speex/gstspeexenc.c:
15466         * ext/xvid/gstxviddec.c:
15467         * ext/xvid/gstxvidenc.c:
15468           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15469           (fixes #142193)
15470
15471 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15472
15473         * ext/alsa/gstalsa.c: (device_list),
15474         (gst_alsa_class_probe_devices):
15475         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15476           Fix alsa oddness in mixer after the combination of using mixer
15477           in source/sink elements and using hw:x,y instead of just hw:x.
15478
15479 2004-05-09  Benjamin Otte  <otte@gnome.org>
15480
15481         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15482         (gst_wavparse_create_sourcepad):
15483           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15484           sourcepads
15485
15486 2004-05-09  Benjamin Otte  <otte@gnome.org>
15487
15488         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15489           allow discont events before caps nego
15490
15491 2004-05-08  Benjamin Otte  <otte@gnome.org>
15492
15493         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15494           don't leak events
15495
15496 2004-05-08  Benjamin Otte  <otte@gnome.org>
15497
15498         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15499         (gst_level_change_state), (gst_level_init):
15500         * gst/level/gstlevel.h:
15501           figure out if we're initialized directly instead of keeping a
15502           variable that's wrong in 90% of cases
15503           don't initialize pads and then leak them and use a new unitialized
15504           pad. (fixes #142084)
15505           these were bugs so n00bish I didn't find them for an hour :/
15506
15507 2004-05-08 Iain <iain@prettypeople.org>
15508
15509         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15510         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15511         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15512         return the length that was read.
15513         (gst_riff_read_strf_auds): Allow fmt tags as well.
15514
15515 2004-05-07  David Schleef  <ds@schleef.org>
15516
15517         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15518         signed char assumption in faad.h.
15519
15520 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15521
15522         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15523           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15524
15525 2004-05-07  Colin Walters  <walters@redhat.com>
15526
15527         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15528         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15529         function.
15530         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15531         Add dispose function.
15532
15533 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15534         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15535           Fix caps nego and pad templates. RGB mode caps should
15536           work now.
15537         * ext/dvdnav/gst-dvd:
15538           Move mpeg2dec inside the thread because otherwise the
15539           queue rejects cap changes mid-stream
15540         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15541         (gst_mpeg2dec_flush_decoder):
15542           For mpeg2dec > 0.4.0, call the flush function instead of
15543           manually extracting all in-flight frames.
15544         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15545         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15546           Change mime type video/dv go video/x-dv to match the
15547           rest of gst-plugins
15548
15549 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15550
15551         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15552         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15553         (gst_alsa_sink_class_init):
15554         * ext/alsa/gstalsasink.h:
15555         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15556         (gst_alsa_src_class_init):
15557         * ext/alsa/gstalsasrc.h:
15558           Make alsasink/src a subclass of alsamixer so that mixer stuff
15559           shows up in gst-rec. Needs some finetuning.
15560
15561 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15562
15563         * ext/lame/gstlame.c: (gst_lame_chain):
15564           simplify
15565         * ext/mad/gstmad.c: (gst_mad_handle_event):
15566           fix event leak
15567         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15568           be able to detect mp3 files < 4096 bytes
15569
15570 2004-05-06  Wim Taymans  <wim@fluendo.com>
15571
15572         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15573         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15574         (theora_enc_set_property), (theora_enc_get_property):
15575         Also encode the first frame, cleanup some code.
15576
15577 2004-05-06  Wim Taymans  <wim@fluendo.com>
15578
15579         * ext/mpeg2enc/gstmpeg2enc.cc:
15580         Forward events first before deciding that negotiation was
15581         not performed.
15582
15583 2004-05-06  Wim Taymans  <wim@fluendo.com>
15584
15585         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15586         First process the events before deciding that negotiation
15587         was not performed.
15588
15589 2004-05-06  Wim Taymans  <wim@fluendo.com>
15590
15591         * ext/theora/Makefile.am:
15592         * ext/theora/theora.c: (plugin_init):
15593         * ext/theora/theoradec.c: (theora_dec_change_state):
15594         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15595         (gst_theora_enc_class_init), (gst_theora_enc_init),
15596         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15597         (theora_enc_chain), (theora_enc_change_state),
15598         (theora_enc_set_property), (theora_enc_get_property):
15599         Added a theora encoder, grouped the encoder and decoder into the
15600         same plugin.
15601
15602 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15603
15604         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15605         (gst_jpegenc_chain):
15606         fix DURATION on outgoing buffers
15607         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15608         debug using time formats
15609         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15611         (gst_xvimagesink_sink_link):
15612         windows with width/height 0 generate X errors, so don't allow them
15613
15614 2004-05-05  Wim Taymans  <wim@fluendo.com>
15615
15616         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15617         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15618         (gst_mpeg2dec_negotiate_format):
15619         * ext/mpeg2dec/gstmpeg2dec.h:
15620           removed the static pad template so that we can add the
15621           more accurate framerate value to the caps.
15622
15623
15624 2004-05-04  Benjamin Otte  <otte@gnome.org>
15625
15626         * configure.ac:
15627           check for kdemacros.h, too (should fix #141821)
15628         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15629           don't crash if no header was sent, but nicely error out (fixes part
15630           of #141554)
15631
15632 2004-05-04  Wim Taymans  <wim@fluendo.com>
15633
15634         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15635         parent dispose function to avoid segfault on destroy.
15636
15637 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15638
15639         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15640         (plugin_init):
15641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15642         (gst_xvimagesink_sink_link):
15643         clean up debugging caps
15644         also recreate xvimage when format has changed
15645
15646 2004-05-04  Benjamin Otte  <otte@gnome.org>
15647
15648         * ext/libvisual/Makefile.am:
15649         * ext/libvisual/visual.c: (gst_visual_class_init),
15650         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15651         (gst_visual_srclink), (gst_visual_chain),
15652         (gst_visual_change_state), (plugin_init):
15653           use a GstAdapter to correctly adapt buffer sizes - allows using a
15654           framerate
15655
15656 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15657
15658         * sys/v4l/gstv4lelement.h:
15659         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15660         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15661         (gst_v4lsrc_buffer_free):
15662         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15663         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15664         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15665         (gst_v4lsrc_requeue_frame):
15666         move some debugging categories around
15667         query for fps index and set accordingly if found
15668
15669 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15670
15671         * ext/lame/gstlame.c:
15672         correct defaults that lame_init puts out of range
15673
15674 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15675
15676         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15677         (gst_divxenc_class_init):
15678         fix range since -1 is the default
15679         * gst/mpeg1sys/gstmpeg1systemencode.c:
15680         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15681         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15682         (gst_rtjpegdec_chain):
15683         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15684         (gst_rtjpegenc_chain):
15685         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15686         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15687         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15688         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15689         * sys/v4l/gstv4lsrc.c:
15690         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15691         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15692         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15693         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15694         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15695           remove gst_info calls
15696
15697 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15698
15699         * Makefile.am:
15700         * po/af.po:
15701         * po/az.po:
15702         * po/en_GB.po:
15703         * po/nl.po:
15704         * po/sr.po:
15705         * po/sv.po:
15706           Updated translations
15707
15708 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15709
15710         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15711           refactor/comment code
15712
15713 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15714
15715         * gst/asfdemux/Makefile.am:
15716         * gst/asfdemux/asfheaders.c:
15717         * gst/asfdemux/asfheaders.h:
15718         * gst/asfdemux/gstasf.c: (plugin_init):
15719         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15720         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15721         (gst_asf_demux_setup_pad):
15722         * gst/asfdemux/gstasfdemux.h:
15723         * gst/asfdemux/gstasfmux.c:
15724         * gst/asfdemux/gstasfmux.h:
15725           Add tagging support to demuxer, split out registration in its own
15726           file instead of in demux (hacky), and prevent having some tables
15727           in our memory multiple times (in asfheaders.h).
15728
15729 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15730
15731         * gst/matroska/matroska-demux.c:
15732         (gst_matroska_demux_parse_metadata):
15733         * gst/matroska/matroska-ids.h:
15734           Basic tag reading support.
15735
15736 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15737
15738         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15739           Really detect ac-3 audio.
15740         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15741           really detect matroska files (off-by-1).
15742
15743 2004-04-30  David Schleef  <ds@schleef.org>
15744
15745         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15746         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15747         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15748         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15749         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15750         hackage -- parse a lot more atoms, extract a few tags.  One might even
15751         mistake this for tag support.  Maybe it is.
15752         * gst/qtdemux/qtdemux.h:
15753
15754 2004-04-30  Colin Walters  <walters@verbum.org>
15755
15756         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15757
15758 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15759
15760         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15761         (gst_ffmpegcolorspace_getcaps):
15762           remove broken nego fix
15763
15764 2004-04-30  Benjamin Otte  <otte@gnome.org>
15765
15766         * configure.ac:
15767         * ext/Makefile.am:
15768         * ext/libvisual/Makefile.am:
15769         * ext/libvisual/visual.c:
15770           add initial support for libvisual (http://libvisual.sourceforge.net)
15771           libvisual is still quite alpha, so expect crashes in there :)
15772
15773 2004-04-29  David Schleef  <ds@schleef.org>
15774
15775         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15776         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15777         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15778         code; you will no longer respect me.
15779
15780 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15781
15782         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15783         * ext/alsa/gstalsa.h :
15784         change alsa pcm device discovery to find more than 1 device
15785         per card. code review by Ronald.
15786
15787 2004-04-29  David Schleef  <ds@schleef.org>
15788
15789         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15790         Add a check for a driver bug on FreeBSD.  (bug #140565)
15791
15792 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15793
15794         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15795         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15796         (gst_jpegenc_getcaps):
15797           move format setting to inner loop
15798         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15799         (gst_ffmpegcolorspace_getcaps):
15800           use GST_PAD_CAPS if available so that we use already negotiated
15801           caps
15802         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15803         (qtdemux_parse_moov), (qtdemux_parse):
15804           extra debugging
15805         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15806         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
15807           move hardcoded path to DEFINE
15808
15809 2004-04-28  David Schleef  <ds@schleef.org>
15810
15811         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
15812         (bug #140064)
15813
15814 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15815
15816         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15817           Don't probe for playback device if we're a source element. Fixes
15818           #139658.
15819
15820 2004-04-29  Benjamin Otte  <otte@gnome.org>
15821
15822         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15823         (gst_id3_tag_chain):
15824           rewrite buffer offset
15825
15826 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15827
15828         * configure.ac:
15829         * ext/Makefile.am:
15830         * ext/dts/Makefile.am:
15831         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
15832         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
15833         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
15834         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
15835         (gst_dtsdec_loop), (gst_dtsdec_change_state),
15836         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
15837         (plugin_init):
15838         * ext/dts/gstdtsdec.h:
15839           New DTS decoder.
15840         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
15841         (gst_faad_srcconnect):
15842           Add ESDS atom handling (.m4a).
15843
15844 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15845
15846         * ext/divx/gstdivxdec.c: (plugin_init):
15847           Remove comment that makes no sense.
15848         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
15849           Fix for obvious typo that resulted in warnings during gst-register.
15850         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
15851         (gst_xviddec_sink_link):
15852           Fix caps negotiation a bit better.
15853         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15854           We call this 'codec_data', not 'esds'.
15855
15856 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15857
15858         * gst/monoscope/gstmonoscope.c:
15859           make sure we only provide 256x128
15860         * gst/monoscope/monoscope.c: (monoscope_init):
15861           assert size of 256x128
15862
15863 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15864
15865         * Makefile.am:
15866         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
15867         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
15868           fixate to max width and height of device
15869
15870 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15871
15872         * Makefile.am:
15873         * sys/v4l/gstv4l.c:
15874         * sys/v4l/gstv4lsrc.c:
15875         * sys/v4l/v4l_calls.c:
15876         * sys/v4l/v4lsrc_calls.c:
15877           fix for qc-usb driver which fakes having more than one buffer
15878           by handing the same buffer twice, which confused GStreamer's/v4lsrc
15879           buffer_free override
15880           add debugging
15881
15882 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15883
15884         * Makefile.am:
15885         * gst/videotestsrc/gstvideotestsrc.c:
15886         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
15887         (gst_videotestsrc_init), (gst_videotestsrc_get),
15888         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
15889         * gst/videotestsrc/gstvideotestsrc.h:
15890           add num-buffers property
15891
15892         2004-04-26  Benjamin Otte  <otte@gnome.org>
15893
15894         * ext/mad/gstid3tag.c: (plugin_init):
15895           set id3mux rank to NONE so it doesn't confuse spider
15896           require audio/mpeg,mpegversion=1 in id3mux
15897
15898 2004-04-26  Benjamin Otte  <otte@gnome.org>
15899
15900         * configure.ac:
15901           detect faad correctly as non-working if it's indeed non-working
15902
15903 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15904
15905         * Makefile.am:
15906         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15907         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
15908         fix _getcaps so it only negotiates to its supported format
15909
15910 2004-04-25  Benjamin Otte  <otte@gnome.org>
15911
15912         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15913           fix memleak
15914
15915 2004-04-23  Benjamin Otte  <otte@gnome.org>
15916
15917         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15918           audio/x-raw-int with height rules! not. Now it's depth.
15919
15920 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15921
15922         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
15923         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
15924         (gst_wavparse_loop):
15925           Missing variable initialization. Add handling of DVI ADPCM. Fix
15926           mis-parsing of LIST chunks. This works around a bug where we mis-
15927           parse non-aligning LIST chunks (so LIST chunks where the contents
15928           don't align with the actual LIST size). The correct fix is to use
15929           rifflib, I'm not going to fix wavparse - too much work. All this
15930           fixes #104878.
15931
15932 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15933
15934         reviewed by Benjamin Otte  <otte@gnome.org>
15935
15936         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
15937           fix shoutcast not working (fixes #140844)
15938
15939 2004-04-22  Benjamin Otte  <otte@gnome.org>
15940
15941         * ext/hermes/gsthermescolorspace.c:
15942         (gst_hermes_colorspace_caps_remove_format_info):
15943         * gst/colorspace/gstcolorspace.c:
15944         (gst_colorspace_caps_remove_format_info):
15945         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15946         (gst_ffmpegcolorspace_caps_remove_format_info):
15947           s/gst_caps_simplify/gst_caps_do_simplify/
15948
15949 2004-04-22  Benjamin Otte  <otte@gnome.org>
15950
15951         * gst-libs/gst/riff/riff-media.c:
15952         (gst_riff_create_video_caps_with_data):
15953           mpegversion is an int
15954         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
15955           don't try to create pad templates with NULL caps, use any caps
15956           instead.
15957
15958 2004-04-20  David Schleef  <ds@schleef.org>
15959
15960         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
15961         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
15962         (bug #140384)
15963
15964 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15965
15966         reviewed by David Schleef
15967
15968         * ext/mad/gstid3tag.c: Add stdlib.h
15969         * gst/rtp/gstrtpgsmenc.c: same
15970         * gst/tags/gstid3tag.c: same
15971         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
15972         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
15973         GST_DISABLE_LOADSAVE use.
15974         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
15975         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
15976         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
15977         atol(3)).
15978         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
15979         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
15980         strtoul(3)).
15981         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
15982         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
15983         $(ID3_CFLAGS).
15984         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
15985         $(LIBFAME_CFLAGS).
15986
15987 2004-04-20  David Schleef  <ds@schleef.org>
15988
15989         * gst/realmedia/rmdemux.c:  This was supposed to part of the
15990         last checkin.  Same idea.
15991
15992 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
15993
15994         reviewed by David Schleef
15995
15996         * configure.ac: bump required gstreamer version to 0.8.1.1
15997         because of following changes [--ds]
15998
15999         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16000         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16001         (gst_riff_read_header):  Use GST_READ_UINT*
16002         macros to access possibly unaligned memory.
16003
16004         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16005         (mp3_type_find):  Use GST_READ_UINT*
16006         macros to access possibly unaligned memory.
16007         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16008         (speex_type_find): Likewise
16009
16010         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16011
16012         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16013         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16014         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16015         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16016         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16017         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16018         macros to access possibly unaligned memory.
16019
16020         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16021         Likewise.
16022
16023         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16024         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16025
16026         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16027         Likewise.
16028
16029         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16030         (gst_mpeg2subt_chain_subtitle): Likewise.
16031
16032         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16033         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16034         Likewise.
16035
16036         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16037         Likewise.
16038
16039         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16040         Likewise.
16041
16042         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16043         Likewise.
16044
16045 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16046
16047         * configure.ac:
16048           update required version of GStreamer because of GST_TIME_FORMAT
16049
16050 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16051
16052         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16053           remove leftover g_print
16054         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16055           don't try setting only a subset of the caps. We don't want to kill
16056           autoplugging on purpose
16057
16058 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16059
16060         * sys/ximage/ximagesink.c: (plugin_init):
16061         * sys/xvimage/xvimagesink.c: (plugin_init):
16062           add debugging categories
16063
16064 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16065
16066         * po/en_GB.po:
16067         * po/LINGUAS:
16068           Adding en_GB translation (Gareth Owen)
16069
16070 2004-04-20  David Schleef  <ds@schleef.org>
16071
16072         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16073         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16074         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16075         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16076         A number of new features and hacks to extract the esds atom and
16077         put it into the caps.  (bug #137724)
16078
16079 2004-04-19  David Schleef  <ds@schleef.org>
16080
16081         * gconf/Makefile.am: Fix for non-GNU make
16082         * gst-libs/gst/Makefile.am: Change directory order to handle
16083         GstPlay linking with gstinterfaces
16084         * gst-libs/gst/audio/make_filter: make use of tr portable
16085         * gst-libs/gst/play/Makefile.am: Add intended \
16086         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16087         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16088         function prototype instead of void *.
16089         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16090         macro.
16091         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16092         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16093         * gst/videofilter/make_filter: make use of tr portable
16094         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16095
16096 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16097
16098         * po/LINGUAS:
16099         * po/uk.po:
16100           Added Ukrainian translation (Maxim V. Dziumanenko)
16101
16102 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16103
16104         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16105         (gst_gsmdec_link), (gst_gsmdec_chain):
16106           Fix capsnego, simplify chain function slightly.
16107         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16108           Add GSM.
16109
16110 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16111
16112         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16113         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16114         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16115           Hack to make wavparse work with spider (always -> sometimes pad).
16116           Fixes #135862 && #140411.
16117
16118 2004-04-18  Benjamin Otte  <otte@gnome.org>
16119
16120         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16121         (gst_osselement_rate_probe_check),
16122         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16123           get rid of \n in debug output
16124
16125 2004-04-17  Iain <iain@prettypeople.org>
16126
16127         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16128         not just EOS.
16129
16130 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16131
16132         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16133         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16134         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16135         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16136         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16137         (gst_id3_tag_change_state), (plugin_init):
16138           deprecate id3tag element and replace with id3demux/id3mux.
16139           great side effect: this ugly file is now even uglier, yay!
16140         * ext/mad/gstmad.h:
16141           remove non-available function
16142           update for new get_type
16143
16144 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16145
16146         * configure.ac:
16147           require mpeg2dec >= 0.4.0
16148
16149 2004-04-17  Benjamin Otte  <otte@gnome.org>
16150
16151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16152         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16153         (gst_xvimagesink_set_xwindow_id):
16154           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16155           assorted cleanup fixes.
16156
16157 2004-04-16  David Schleef  <ds@schleef.org>
16158
16159         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16160         * sys/xvimage/xvimagesink.h: same
16161
16162 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16163
16164         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16165           Fix GST_ELEMENT_ERROR with (NULL)
16166
16167 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16168
16169         * gst-libs/gst/riff/riff-media.c:
16170         (gst_riff_create_video_caps_with_data):
16171           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16172
16173 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16174
16175         * gst-libs/gst/riff/riff-media.c:
16176         (gst_riff_create_video_caps_with_data),
16177         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16178         (gst_riff_create_video_template_caps),
16179         (gst_riff_create_audio_template_caps):
16180         * gst-libs/gst/riff/riff-media.h:
16181         * gst-libs/gst/riff/riff-read.c:
16182         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16183         * gst-libs/gst/riff/riff-read.h:
16184         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16185           Add MS RLE support. I added some functions to read out strf chunks
16186           into strf chunks and the data behind it. This is usually color
16187           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16188           caps creation. Lastly, add ADPCM (similar to wavparse - which
16189           should eventually be rifflib based).
16190         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16191         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16192         * gst/matroska/matroska-demux.h:
16193           Remove placeholders for some prehistoric tagging system. Didn't add
16194           support for any tag system really anyway.
16195         * gst/qtdemux/qtdemux.c:
16196           Add support for audio/x-m4a (MPEG-4) through spider.
16197         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16198         (gst_wavparse_loop):
16199           ADPCM support (#135862). Increase max. buffer size because we
16200           cannot split buffers for ADPCM (screws references) and I've seen
16201           files with 2048 byte chunks. 4096 seems safe for now.
16202
16203 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16204
16205         * configure.ac: bump nano to 1
16206
16207 === release 0.8.1 ===
16208
16209 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16210
16211         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16212
16213 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16214
16215         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16216           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16217           Fixes #140058
16218
16219 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16220
16221         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16222           lower rank of dvddemux so that it's not used for mpeg playback.
16223
16224 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16225
16226         * configure.ac:
16227           save libs correctly when checking mad
16228
16229 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16230
16231         * ext/mad/gstid3tag.c: (plugin_init):
16232           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16233
16234 2004-04-13  David Schleef  <ds@schleef.org>
16235
16236         * common/m4/gst-feature.m4: Call -config scripts with
16237         --plugin-libs if it is supported.
16238         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16239         JPEG images are image/jpeg.
16240         * gst/debug/Makefile.am:
16241         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16242         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16243         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16244         (gst_negotiation_plugin_init): Add a property that acts like
16245         filter caps.
16246         * testsuite/gst-lint:  Move license checking to be a standard
16247         test.
16248
16249 2004-04-13  David Schleef  <ds@schleef.org>
16250
16251         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16252         patch from Sebastien Cote (bug #139958)
16253
16254 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16255
16256         * examples/gstplay/Makefile.am:
16257         * examples/gstplay/player.c: (main):
16258           make the commandline player example use gconf settings
16259
16260 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16261
16262         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16263         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16264         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16265           init/end library during state transition, not object
16266           creation/disposal.  get rid of custom dispose handler.
16267
16268
16269 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16270
16271         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16272         be a symlink
16273
16274 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16275
16276         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16277           Handle JUNK chunks inside data section. Prevents warnings.
16278
16279 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16280
16281         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16282         (gst_riff_create_video_template_caps):
16283           Add MS video v1.
16284         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16285         (gst_avi_demux_stream_data):
16286           Add support for "rec-list" chunks.
16287
16288 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16289
16290         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16291           Fix another codecname mismatch.
16292
16293 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16294
16295         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16296           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16297           so that MJPEG plays back.
16298
16299 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16300
16301         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16302         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16303         * gst/mpeg1videoparse/gstmp1videoparse.h:
16304           Fix for some slight mis-cuts in buffer parsing, and for some
16305           potential overflows or faults-causers. Adds disconts. Also fixes
16306           #139105 while we're at it.
16307
16308 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16309
16310         * configure.ac:
16311         * sys/v4l2/gstv4l2element.h:
16312           Workaround for missing struct v4l2_buffer declaration in Suse 9
16313           and Mandrake 10 linux/videodev2.h header file (#135919).
16314
16315 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16316
16317         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16318           Bail out if no filename was given.
16319
16320 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16321
16322         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16323         (gst_v4l2_fourcc_from_structure):
16324           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16325           Y41B somewhere).
16326
16327 2004-04-09  Benjamin Otte  <otte@gnome.org>
16328
16329         * ext/gnomevfs/gstgnomevfssink.c:
16330         (_gst_boolean_allow_overwrite_accumulator),
16331         (gst_gnomevfssink_class_init):
16332           fix erase signal - if any handler returns false the file will not be
16333           overwritten. If no handler is connected, the file will not be
16334           overwritten either.
16335           renamed signal to "allow-overwrite"
16336         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16337           free string when adding it to ID3 failed
16338         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16339           unref event when done
16340         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16341           free caps
16342         * gst/typefind/gsttypefindfunctions.c:
16343         (mpeg_video_stream_type_find):
16344           fix invalid read
16345
16346 2004-04-08  David Schleef  <ds@schleef.org>
16347
16348         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16349         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16350
16351 2004-04-08  David Schleef  <ds@schleef.org>
16352
16353         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16354         we don't support (bug #139532)
16355
16356 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16357
16358         * ext/mad/gstmad.c: (gst_mad_handle_event),
16359         (gst_mad_check_caps_reset), (gst_mad_chain),
16360         (gst_mad_change_state):
16361           only set explicit caps if they haven't been set before for
16362           this stream.  MPEG-audio sample rate/channels aren't allowed
16363           to change in-stream.
16364           Fixes #139382
16365
16366 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16367
16368         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16369         (_gst_boolean_did_something_accumulator),
16370         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16371         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16372         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16373         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16374         (gst_gnomevfssink_change_state):
16375           Fix erase signal. Don't erase by default. Remove handoff signal.
16376           Remove erase property. Don't segfault. General cleanup.
16377
16378 2004-04-07  Benjamin Otte  <otte@gnome.org>
16379
16380         * gst-libs/gst/gconf/test-gconf.c: (main):
16381           add missing gst_init
16382
16383 2004-04-07  Benjamin Otte  <otte@gnome.org>
16384
16385         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16386           free the mutexes, too
16387
16388 2004-04-07  Benjamin Otte  <otte@gnome.org>
16389
16390         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16391           actually free the URI string
16392         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16393           compute offset correctly when passing discont events
16394         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16395           don't leak discont events
16396         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16397           add some missing breaks so caps aren't copied randomly
16398         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16399           if we realloc memory, we better use it
16400
16401 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16402
16403         * ext/mad/gstmad.c: (normal_seek):
16404           fix GST_FORMAT_TIME usage
16405
16406 2004-04-05  David Schleef  <ds@schleef.org>
16407
16408         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16409         a deprecated function (hack!)
16410
16411 2004-04-05  Benjamin Otte  <otte@gnome.org>
16412
16413         * ext/esd/esdmon.c: (gst_esdmon_get):
16414           fix nonterminated vararg and memleak
16415
16416 2004-04-05  Benjamin Otte  <otte@gnome.org>
16417
16418         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16419         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16420         (gst_ladspa_set_property), (gst_ladspa_get_property),
16421         (gst_ladspa_instantiate), (gst_ladspa_activate),
16422         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16423           clean up debugging
16424
16425 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16426
16427         reviewed by Benjamin Otte  <otte@gnome.org>
16428
16429         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16430           check for broken LADSPA parameters (fixes #138635)
16431
16432 2004-04-05  Benjamin Otte  <otte@gnome.org>
16433
16434         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16435           advertise buffer-frames correctly on sinkpads
16436
16437 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16438
16439         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16440         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16441         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16442         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16443         (gst_mad_check_caps_reset), (gst_mad_chain):
16444         add more debugging, only reset caps when we're not in error state
16445
16446 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16447
16448         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16449
16450 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16451
16452         reviewed by Benjamin Otte  <otte@gnome.org>
16453
16454         * configure.ac:
16455           fix == in test(1) operator
16456
16457 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16458
16459         reviewed by Benjamin Otte  <otte@gnome.org>
16460
16461         * configure.ac:
16462           fix --export-symblos-regex to a working regex.
16463
16464 2004-04-04  Benjamin Otte  <otte@gnome.org>
16465
16466         * sys/oss/.cvsignore:
16467           add for oss_probe
16468
16469 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16470
16471         reviewed by Benjamin Otte  <otte@gnome.org>
16472
16473         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16474           add missing 'new_media' argument (fixes #138168)
16475         * gst/matroska/matroska-demux.c:
16476         (gst_matroska_demux_handle_seek_event):
16477           add vararg terminator (fixes #138169)
16478
16479 2004-04-02  David Schleef  <ds@schleef.org>
16480
16481         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16482         disted (bug #138914)
16483
16484 2004-04-01  Benjamin Otte  <otte@gnome.org>
16485
16486         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16487         (gst_alsa_close_audio):
16488           handle case better where a soundcard can't pause
16489         * ext/ogg/gstoggdemux.c:
16490           don't crash when we get events but don't have pads yet
16491
16492 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16493
16494         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16495           throw an error if we couldn't probe any caps.
16496
16497 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16498
16499         * ext/dvdnav/gst-dvd:
16500         Add a really simple sample DVD player
16501
16502 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16503
16504         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16505         (gst_a52dec_push), (gst_a52dec_handle_event),
16506         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16507         (gst_a52dec_change_state):
16508         * ext/a52dec/gsta52dec.h:
16509           Use a debug category, Output timestamps correctly
16510           Emit tag info, Handle events, tell liba52dec about cpu
16511           capabilities so it can use MMX etc.
16512         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16513           Fix a crasher accessing invalid memory
16514         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16515         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16516         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16517         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16518         (dvdnavsrc_query):
16519           Some support for byte-format seeking.
16520           Small fixes for still frames and menu button overlays
16521         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16522         (gst_mpeg2dec_alloc_buffer):
16523           Use a debug category. Adjust the report level of several items to
16524           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16525           so it doesn't lose the GstBuffer pointer
16526         * gst/debug/Makefile.am:
16527         * gst/debug/gstdebug.c: (plugin_init):
16528         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16529         (gst_navseek_base_init), (gst_navseek_class_init),
16530         (gst_navseek_init), (gst_navseek_seek),
16531         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16532         (gst_navseek_get_property), (gst_navseek_chain),
16533         (gst_navseek_plugin_init):
16534         * gst/debug/gstnavseek.h:
16535           Add the navseek debug element for seeking back and forth in a
16536           video stream using arrow keys.
16537         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16538         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16539         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16540         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16541         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16542         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16543         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16544         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16545         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16546         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16547         * gst/mpeg2sub/gstmpeg2subt.h:
16548           Pretty much a complete rewrite. Now a loopbased element. May still
16549           require work to properly synchronise subtitle buffers.
16550         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16551         (gst_dvd_demux_send_subbuffer):
16552         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16553           Don't attempt to create subbuffers of size 0
16554           Reduce a couple of error outputs to warnings.
16555         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16556         (gst_y4mencode_chain):
16557         Output the y4m frame header correctly.
16558
16559 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16560
16561         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16562           throw errors instead of allowing SIGFPE
16563
16564 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16565
16566         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16567         (gst_gconf_render_bin_from_key):
16568           leak plugging and style fixing
16569
16570 2004-03-31  David Schleef  <ds@schleef.org>
16571
16572         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16573         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16574         (bug #138225)
16575         * gst/debug/Makefile.am:
16576         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16577         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16578         plugin.
16579         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16580         (gst_negotiation_base_init), (gst_negotiation_class_init),
16581         (gst_negotiation_init), (gst_negotiation_getcaps),
16582         (gst_negotiation_pad_link), (gst_negotiation_chain),
16583         (gst_negotiation_set_property), (gst_negotiation_get_property),
16584         (gst_negotiation_plugin_init):  New element to talk about random
16585         negotiation things happening in a pipeline.
16586
16587 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16588
16589         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16590           fix integer addition with help of Stefan Kost
16591
16592 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16593
16594         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16595
16596 2004-03-30  David Schleef  <ds@schleef.org>
16597
16598         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16599         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16600         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16601         (bug #137504)
16602         * ext/mpeg2dec/gstmpeg2dec.h:
16603
16604 2004-03-30  David Schleef  <ds@schleef.org>
16605
16606         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16607
16608 2004-03-30  David Schleef  <ds@schleef.org>
16609
16610         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16611         Michael Petullo) to handle .mov
16612
16613 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16614
16615         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16616         (gst_osselement_rate_check_rate):
16617           probe caps correctly for sound cards that only support one format
16618
16619 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16620
16621         * ext/kio/kiosrc.cpp: (process_events):
16622           update handling event processing if inside KDE - untested
16623
16624 2004-03-29  David Schleef  <ds@schleef.org>
16625
16626         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16627         by 2 to not interfere with other colorspaces.
16628         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16629         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16630         one to not interfere with ffmpeg_colorspace.
16631
16632 2004-03-29  David Schleef  <ds@schleef.org>
16633
16634         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16635         aren't in the caps.
16636         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16637         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16638
16639 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16640
16641         * gst-libs/gst/riff/riff-media.c:
16642           fail on error, don't try to set stuff on NULL caps
16643
16644 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16645
16646         * configure.ac:
16647         * ext/Makefile.am:
16648         * ext/kio/Makefile.am:
16649         * ext/kio/kioreceiver.cpp:
16650         * ext/kio/kioreceiver.h:
16651         * ext/kio/kiosrc.cpp:
16652         * ext/kio/kiosrc.h:
16653           add experimental kiosrc plugin
16654         * ext/alsa/gstalsaplugin.c: (plugin_init):
16655           initialize debugging category only when we're sure registering the
16656           plugins worked.
16657
16658 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16659
16660         * examples/gstplay/player.c: (main):
16661         * gst-libs/gst/play/play.c: (gst_play_class_init),
16662         (gst_play_set_location), (gst_play_set_data_src),
16663         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16664         (gst_play_set_visualization), (gst_play_connect_visualization):
16665           check return values of element_set_state and return FALSE where
16666           failed
16667
16668 2004-03-29  Benjamin Otte  <otte@gnome.org>
16669
16670         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16671           try harder to check if an event is really a discont
16672
16673 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16674
16675         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16676         * po/az.po:
16677
16678 2004-03-28  Benjamin Otte  <otte@gnome.org>
16679
16680         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16681         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16682         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16683           get rid of non-standard "..." ranges in case statements.
16684
16685 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16686
16687         * gst/mpegstream/gstmpegdemux.c:
16688         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16689         specific functionality split to the new dvddemux element.
16690         * gst/mpegstream/gstdvddemux.c:
16691         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16692         streams, derived from mpegdemux.
16693         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16694         up. SCR based timestamp rewriting can be turned off (will probably
16695         completely disappear soon).
16696         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16697         hacking. General cleanup. All printf statements replaced by
16698         debugging messages. Almost complete libdvdnav support.
16699         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16700         by events. New properties for audio and subpicture languages.
16701         (dvdnavsrc_update_highlight): Now uses events.
16702         (dvdnavsrc_user_op): Cleaned up.
16703         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16704         based). Lots of cleanup, and propper support for most libdvdnav
16705         events.
16706         (dvdnavsrc_make_dvd_event): New function.
16707         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16708         (dvdnavsrc_make_clut_change_event): New function.
16709
16710 2004-03-26  Benjamin Otte  <otte@gnome.org>
16711
16712         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16713           fix bug where typefinding would claim it's theora whenever less then
16714           7 bytes of data were available
16715
16716 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16717
16718         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16719         (gst_alawdec_base_init), (gst_alawdec_class_init),
16720         (gst_alawdec_init), (gst_alawdec_chain):
16721         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16722         (gst_alawenc_base_init), (gst_alawenc_class_init),
16723         (gst_alawenc_init), (gst_alawenc_chain):
16724         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16725         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16726         (gst_mulawdec_init), (gst_mulawdec_chain):
16727         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16728         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16729         (gst_mulawenc_init), (gst_mulawenc_chain):
16730           Fix capsnego in all four, remove the unused property functions and
16731           simplify the chain functions slightly. I guess we could use macros
16732           or something similar for those, since the code is so similar, but
16733           I'm currently too lazy...
16734
16735 2004-03-24  David Schleef  <ds@schleef.org>
16736
16737         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16738         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16739         (gst_osselement_get_format_structure),
16740         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16741         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16742         (gst_osselement_rate_int_compare): Add code to handle rate probing
16743         (bug #120883)
16744         * sys/oss/gstosselement.h: same
16745         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16746         Use rate probing provided by osselement.
16747         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16748
16749 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16750
16751         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16752         (gst_xvidenc_get_property):
16753           ulong/int mess-up.
16754
16755 2004-03-24  David Schleef  <ds@schleef.org>
16756
16757         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16758         (gst_speexdec_init):
16759         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16760         (gst_speexenc_init):  Create the pad template correctly (from
16761         the static pad template, not a NULL pointer.)
16762
16763 2004-03-25  Benjamin Otte  <otte@gnome.org>
16764
16765         * gst/debug/Makefile.am:
16766         * gst/debug/breakmydata.c:
16767           add element that quasi-randomly changes bytes in the stream.
16768           Intended use is robustness checking of demuxers and decoders in
16769           media tests.
16770
16771 2004-03-24  Benjamin Otte  <otte@gnome.org>
16772
16773         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16774         (gst_alsa_probe_hw_params):
16775         * ext/alsa/gstalsa.h:
16776           debugging output fixes
16777
16778 2004-03-24  Benjamin Otte  <otte@gnome.org>
16779
16780         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16781           don't g_return_if_fail if element is PLAYING, fail silently as every
16782           other element.
16783         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16784           only fix needed for cast lvalue issues in gst-plugins
16785         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16786           add proxy_getcaps
16787
16788 2004-03-24  Benjamin Otte  <otte@gnome.org>
16789
16790         * gst/level/gstlevel.c: (gst_level_init):
16791           add proxying getcaps function, so level doesn't advertise impossible
16792           caps
16793
16794 2004-03-24  David Schleef  <ds@schleef.org>
16795
16796         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16797         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16798         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16799         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16800         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16801         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16802         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16803         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16804         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16805         messages.  Divide the chunk size by the compression ratio
16806         (needed for MACE audio)
16807
16808 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16809
16810         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16811           Fix buffer overflow read error.
16812
16813 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16814
16815         * ext/alsa/gstalsa.h:
16816           Remove unused entry.
16817         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16818           Add cinepak.
16819         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16820         (gst_videodrop_link), (gst_videodrop_chain):
16821           Fix, sort of. Was horribly broken with new capsnego. Bah...
16822
16823 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
16824
16825         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
16826         (plugin_init):
16827         Add a monkeysaudio typefind function
16828
16829 2004-03-23  Johan Dahlin  <johan@gnome.org>
16830
16831         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
16832         (gst_play_video_fixate): Check so the structure has the field
16833         before trying to fixate them, this makes it possible to have
16834         fakesinks for video and audio output without printing errors on
16835         the output console.
16836
16837 2004-03-22  David Schleef  <ds@schleef.org>
16838
16839         * sys/oss/Makefile.am:
16840         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
16841         (check_rate), (add_rate):  Rate probing test app.
16842
16843 2004-03-21  Benjamin Otte  <otte@gnome.org>
16844
16845         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16846         (_fixate_caps_to_int), (gst_audio_convert_fixate):
16847           add a fixation function that pretty much does the right thing (fixes
16848           #137556)
16849
16850 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
16851
16852         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
16853
16854 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16855
16856         reviewed by: Benjamin Otte  <otte@gnome.org>
16857
16858         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16859           terminate gst_event_new_discontinuous correctly (fixes parts of
16860           #137711)
16861
16862 2004-03-19  David Schleef  <ds@schleef.org>
16863
16864         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
16865         since it doesn't depend on X, and it's part of our ABI.
16866
16867 2004-03-19  Iain <iain@prettypeople.org>
16868
16869         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
16870         is_int in the structure, not the local variable.
16871
16872 2004-03-19  David Schleef  <ds@schleef.org>
16873
16874         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
16875         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
16876         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
16877         Improvements in caps negotiation.
16878
16879 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16880
16881         * po/LINGUAS:
16882         * po/af.po:
16883           adding Afrikaans (Petri Jooste)
16884
16885 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16886
16887         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16888         (gst_ffmpegcolorspace_chain):
16889         throw error instead of g_critical (#137588)
16890
16891 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16892
16893         * Makefile.am:
16894         * configure.ac:
16895           dist common and m4 correctly
16896         * po/sv.po:
16897
16898 2004-03-17  David Schleef  <ds@schleef.org>
16899
16900         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
16901         (bug #137348)
16902
16903 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16904
16905         * po/LINGUAS:
16906         * po/sv.po:
16907           adding Swedish translation (Christian Rose)
16908
16909 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16910
16911         * Makefile.am: use release.mak
16912
16913 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16914
16915         * common/ChangeLog:
16916         * common/gst-autogen.sh:
16917           add some explanation about the version detection
16918         * configure.ac:
16919           fix X check
16920
16921 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16922
16923         * configure.ac: bump nano to 1
16924
16925 === release 0.8.0 ===
16926
16927 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16928
16929         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
16930
16931 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16932
16933         * configure.ac:
16934           update libtool version
16935         * gst-libs/gst/media-info/Makefile.am:
16936           actually use libtool version
16937
16938 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16939
16940         * configure.ac: fix speex detection to work with 1.0 but not 1.1
16941
16942 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16943
16944         * configure.ac:
16945         * gst-plugins.spec.in:
16946         * pkgconfig/Makefile.am:
16947         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16948         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16949         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16950         * pkgconfig/gstreamer-libs.pc.in:
16951         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16952         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16953         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
16954         * pkgconfig/gstreamer-plugins.pc.in:
16955           remove @VERSION@ from some of the pc files since core and plugins
16956           are decoupled.
16957           created gstreamer-plugins.pc as it's a better name, but keeping
16958           -libs around for now to get fixes upstream done first.
16959
16960 2004-03-15  Julien MOUTTE <julien@moutte.net>
16961
16962         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
16963         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
16964         * gst-libs/gst/play/play.h:
16965
16966 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16967
16968         * *.c, *.cc: don't mix tabs and spaces
16969
16970 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16971
16972         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
16973           use the new ffmpegcolorspace
16974         * gst-plugins.spec.in:
16975           package new colorspace and media-info
16976         * configure.ac:
16977         * pkgconfig/Makefile.am:
16978           fix some more disting issues
16979         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
16980         * pkgconfig/gstreamer-media-info.pc.in:
16981           generate media-info pc files
16982
16983 2004-03-15  Johan Dahlin  <johan@gnome.org>
16984
16985         * *.h: Revert indenting
16986
16987 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16988
16989         * configure.ac:
16990           adding ffmpegcolorspace element
16991         * gst/ffmpegcolorspace/Makefile.am:
16992         * gst/ffmpegcolorspace/avcodec.h:
16993         * gst/ffmpegcolorspace/common.h:
16994         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
16995         * gst/ffmpegcolorspace/dsputil.h:
16996         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
16997         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16998         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
16999         (gst_ffmpeg_caps_to_pix_fmt):
17000         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17001         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17002         (gst_ffmpegcolorspace_caps_remove_format_info),
17003         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17004         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17005         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17006         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17007         (gst_ffmpegcolorspace_set_property),
17008         (gst_ffmpegcolorspace_get_property),
17009         (gst_ffmpegcolorspace_register):
17010         * gst/ffmpegcolorspace/imgconvert.c:
17011         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17012         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17013         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17014         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17015         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17016         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17017         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17018         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17019         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17020         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17021         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17022         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17023         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17024         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17025         (img_get_alpha_info), (deinterlace_line),
17026         (deinterlace_line_inplace), (deinterlace_bottom_field),
17027         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17028         * gst/ffmpegcolorspace/imgconvert_template.h:
17029         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17030         * gst/ffmpegcolorspace/mmx.h:
17031         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17032           adding ffmpegcolorspace element supplied by Ronald after cleaning
17033           up and pulling in the right bits of upstream source.
17034           I'm sure a better C/compiler wizard could do some cleaning up (for
17035           example use GLIB's malloc stuff), but as a first pass this
17036           works very well
17037
17038 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17039
17040         * ext/alsa/gstalsa.h:
17041           I assume Ronald forgot to commit the change to have cardname
17042           as a struct member.  Expect some public spanking at the next
17043           opportunity.
17044
17045 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17046
17047         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17048         (gst_alsa_open_audio), (gst_alsa_close_audio):
17049         * ext/alsa/gstalsa.c:
17050           Don't open the device if we're a mixer (= padless).
17051         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17052         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17053         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17054           Open mixer during state change rather than during object
17055           initialization. Also, get a device name. Currently in a somewhat
17056           hackish fashion, but I didn't really find something better.
17057
17058 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17059
17060         * *.c, *.h: run gst-indent
17061
17062 2004-03-14  Benjamin Otte  <otte@gnome.org>
17063
17064         * gst/modplug/gstmodplug.cc:
17065         * gst/modplug/gstmodplug.h:
17066           set correct timestamps on outgoing buffers
17067
17068 2004-03-14  Benjamin Otte  <otte@gnome.org>
17069
17070         * gst/modplug/gstmodplug.cc:
17071           handle events - don't do crap when a discont arrives that's not
17072           necessary
17073           This allows correct loading and playback of mods in Rhythmbox
17074
17075 2004-03-14  Benjamin Otte  <otte@gnome.org>
17076
17077         * configure.ac:
17078         * gst-libs/gst/gconf/Makefile.am:
17079         * pkgconfig/Makefile.am:
17080           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17081           they get rebuilt properly
17082         * configure.ac:
17083           when checking for vorbis, try pkgconfig first.
17084         * gst/modplug/gstmodplug.cc:
17085           add fixate function
17086
17087 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17088
17089         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17090           Fix for obvious mistake, where we first shift the offset and then
17091           read a samplesize element assuming the old offset. Note that this
17092           part still has something weird, i.e. my movies containing those
17093           don't actually play well, but at least there's something that looks
17094           like sound now.
17095
17096 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17097         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17098         (plugin_init):
17099         Add a typefind function for speex format
17100
17101 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17102
17103         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17104         (gst_asf_demux_setup_pad):
17105           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17106           instead of 0. Reason is simple: some elements have a fps range
17107           of 1-max instead of 0-max. So now ASF video actually works.
17108
17109 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17110
17111         * po/LINGUAS:
17112         * po/sr.po:
17113           adding serbian as a language
17114
17115 2004-03-13  Benjamin Otte  <otte@gnome.org>
17116
17117         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17118           return taglist correctly from _get function, don't gst_pad_push it.
17119           (fixes #137042)
17120
17121 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17122         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17123
17124 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17125
17126         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17127         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17128         (gst_alsa_mixer_track_new):
17129         * ext/alsa/gstalsamixertrack.h:
17130           Fix ancient leftovers... MixerTrack is a GObject.
17131
17132 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17133
17134         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17135         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17136           Don't block during probing...
17137
17138 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17139
17140         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17141         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17142         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17143         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17144         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17145         (gst_alsa_open_audio), (gst_alsa_close_audio):
17146         * ext/alsa/gstalsa.h:
17147           Add propertyprobe interface implementation, add some device-name
17148           property, all this so that it looks good in gnome-volume-control.
17149
17150 2004-03-12  David Schleef  <ds@schleef.org>
17151
17152         * configure.ac: the Hermes library controls hermescolorspace, not
17153         colorspace.
17154         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17155         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17156         not /* */
17157         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17158         * ext/sdl/sdlvideosink.h: ditto.
17159         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17160
17161 2004-03-12  Benjamin Otte  <otte@gnome.org>
17162
17163         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17164         (gst_x_overlay_got_xwindow_id):
17165         * gst-libs/gst/xoverlay/xoverlay.h:
17166           replace XID with unsigned long to get rid of the xlibs dependency in
17167           XOverlay (fixes #137004)
17168
17169 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17170         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17171         (gst_agingtv_setup):
17172         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17173         (gst_dicetv_base_init), (gst_dicetv_class_init),
17174         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17175         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17176         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17177         (gst_edgetv_setup), (gst_edgetv_rgb32):
17178         * gst/effectv/gsteffectv.c:
17179         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17180         (gst_quarktv_set_property):
17181         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17182         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17183         (gst_revtv_setup), (gst_revtv_rgb32):
17184         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17185         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17186         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17187         (gst_shagadelictv_rgb32):
17188         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17189         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17190         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17191         * gst/effectv/gstwarp.c:
17192         Port everything that can be ported to videofilter and fix up the caps.
17193         Can someone with a big-endian machine please check these?
17194
17195 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17196
17197         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17198         (gst_osssink_chain), (gst_osssink_change_state):
17199           Latest fixes for A/V sync, audio playback and such. This is about
17200           all... MPEG playback issues are mostly related to the async build-
17201           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17202
17203 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17204
17205         patch from: Stephane Loeuillet
17206
17207         * configure.ac:
17208           use pkg-config for some libraries, falling back to the old .m4 way
17209           (fixes #131270)
17210         * m4/libdv.m4:
17211           removed
17212
17213 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17214
17215         * configure.ac:
17216         * tools/Makefile.am:
17217         * tools/Makefile.in:
17218         * tools/gst-launch-ext-m.m:
17219         * tools/gst-launch-ext.1.in:
17220         * tools/gst-visualise-m.m:
17221         * tools/gst-visualise.1:
17222         * tools/gst-visualise.1.in:
17223           reorganizing generation of script tools
17224
17225 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17226
17227         * ext/divx/gstdivxdec.c:
17228           Downgrade priority. We prefer ffdec_mpeg4.
17229         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17230         (gst_faad_chain), (gst_faad_change_state):
17231           Fix capsnego. Doesn't work for some sounds because we don't have
17232           a 5:1 to stereo element.
17233         * ext/xvid/gstxvid.c: (plugin_init):
17234           Add priority.
17235         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17236         (gst_osssink_change_state):
17237           Add discont handling.
17238
17239 2004-03-09  Colin Walters  <walters@verbum.org>
17240
17241         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17242         conversion.
17243
17244 2004-03-09  Benjamin Otte  <otte@gnome.org>
17245
17246         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17247           the signals take 2 arguments
17248
17249 2004-03-09  David Schleef  <ds@schleef.org>
17250
17251         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17252         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17253         * ext/alsa/gstalsa.h:
17254         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17255
17256 2004-03-09  Benjamin Otte  <otte@gnome.org>
17257
17258         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17259         (gst_mikmod_change_state):
17260         * ext/mikmod/gstmikmod.h:
17261           make mikmod's loop function not loop infinitely and call
17262           gst_element_yield anymore
17263         * gst/modplug/gstmodplug.cc:
17264           fix pad negotiation (fixes #136590)
17265
17266 2004-03-09  David Schleef  <ds@schleef.org>
17267
17268         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17269         doesn't conflict with the internal colorspace plugin.
17270         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17271         satisfy the crappy-ass shell shipped by a certain vendor.
17272         * gst/videofilter/make_filter: same (bug #135299)
17273
17274 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17275
17276         * configure.ac: bump nano to 1
17277
17278 === release 0.7.6 ===
17279
17280 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17281
17282         * configure.in: releasing 0.7.6, "There"
17283
17284 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17285
17286         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17287         * pkgconfig/gstreamer-play.pc.in:
17288           synchronize the two
17289
17290 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17291
17292         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17293         (cdparanoia_open), (cdparanoia_event):
17294           fix/add error handling
17295         * po/POTFILES.in:
17296           add cdparanoia source
17297         * tools/Makefile.am:
17298           make scripts executable
17299
17300 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17301
17302         * configure.ac:
17303         * ext/vorbis/Makefile.am:
17304         * sys/Makefile.am:
17305           remove id3types, vorbisfile and xvideosink from the build (#133783)
17306
17307 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17308
17309         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17310           Fix metadata read crash (#136537).
17311
17312 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17313
17314         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17315         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17316           adding mime types, fixing the one-stop function
17317
17318 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17319
17320         * ext/nas/nassink.c and /ext/nas/nassink.h:
17321         More NAS love from Arwed von Merkatz
17322         So lets all sing 'Can you feel the NAS tonight'
17323
17324 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17325
17326         * tools/gst-launch-ext.in:
17327         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17328
17329 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17330
17331         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17332         (gst_mpeg2dec_init):
17333         remove the user_data pad for now, because it is being used in
17334         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17335         If someone knows how to fix this properly, please do.
17336
17337 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17338
17339         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17340         (gst_osssink_get_time):
17341         add a warning, IMO this won't get triggered anymore, remove later
17342
17343 2004-03-07  David Schleef  <ds@schleef.org>
17344
17345         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17346         format (bug #136470)
17347
17348 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17349
17350         * gst-libs/Makefile.am:
17351         * gst-libs/gst/media-info/Makefile.am:
17352         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17353         (error_callback), (gst_media_info_error_create),
17354         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17355         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17356         * gst-libs/gst/media-info/media-info-priv.h:
17357         * gst-libs/gst/media-info/media-info-test.c: (main):
17358         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17359         (gst_media_info_class_init), (gst_media_info_instance_init),
17360         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17361         (gst_media_info_read_idler), (gst_media_info_read):
17362         * gst-libs/gst/media-info/media-info.h:
17363         fixed, should work now
17364
17365 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17366
17367         * ext/nas/nassink.c:
17368         A bunch of NAS fixes from Arwed von Merkatz
17369
17370 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17371
17372         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17373         (qtdemux_parse_trak):
17374           Fix crash (j might be greater than n_samples, in which case we're
17375           writing outside the allocated space for the array) and memleak.
17376
17377 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17378
17379         * sys/oss/gstosssink.c: (gst_osssink_chain):
17380           And another caller that couldn't handle delay < 0 (unsigned
17381           integer overflow). Video now continues playing on an audio
17382           buffer underrun, and the clock continues working. Audio still
17383           stalls.
17384
17385 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17386
17387         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17388         (gst_osssink_get_time):
17389           get_delay() may return values lower than 0. In those cases, we
17390           should not actually cast to *unsigned* int64, that will break
17391           stuff horribly. In my case, it screwed up A/V sync in movies
17392           in totem rather badly.
17393
17394 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17395
17396         * ext/faac/gstfaac.c: (gst_faac_chain):
17397         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17398         * ext/libpng/gstpngenc.c: (user_write_data):
17399         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17400         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17401         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17402         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17403         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17404         of any buffer), should fix some leaks. I hope I didn't unref buffers
17405         that shouldn't be...
17406
17407 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17408
17409         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17410         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17411         (error_callback), (gmi_reset), (gmi_seek_to_track),
17412         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17413         (gmip_find_type_post), (gmip_find_stream_post),
17414         (gmip_find_track_streaminfo_post):
17415         * gst-libs/gst/media-info/media-info-priv.h:
17416         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17417         (info_print), (main):
17418         * gst-libs/gst/media-info/media-info.c:
17419         (gst_media_info_error_create), (gst_media_info_error_element),
17420         (gst_media_info_instance_init), (gst_media_info_get_property),
17421         (gst_media_info_new), (gst_media_info_set_source),
17422         (gst_media_info_read_idler), (gst_media_info_read):
17423         * gst-libs/gst/media-info/media-info.h:
17424           first pass at making this work again.  This seems to work on
17425           tagged ogg/vorbis and mp3 files.
17426
17427 2004-03-06  Benjamin Otte  <otte@gnome.org>
17428
17429         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17430           fix huge leak: gst_buffer_merge doesn't unref the first argument
17431           itself.
17432
17433 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17434
17435         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17436           report layer/mode/emphasis
17437
17438 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17439
17440         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17441
17442 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17443
17444         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17445           signal serial
17446
17447 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17448
17449         * ext/vorbis/vorbis.c: (plugin_init):
17450         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17451         (gst_vorbis_dec_init), (vorbis_dec_event):
17452         add debug category
17453         make vorbisdec handle _BYTE and _TIME queries
17454
17455 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17456
17457         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17458           from the xing header
17459
17460 2004-03-06  Benjamin Otte  <otte@gnome.org>
17461
17462         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17463         (gst_audio_convert_link), (gst_audio_convert_change_state),
17464         (gst_audio_convert_buffer_from_default_format):
17465           do conversions from/to float correctly, fix some caps nego errors,
17466           export correct supported caps in template and getcaps, use correct
17467           caps in try_set_caps functions
17468
17469 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17470
17471         For some reason, I only committed a ChangeLog entry yesterday and
17472         not the corresponding code...
17473         * ext/mad/gstmad.c: Fix detection of Xing headers
17474         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17475
17476 2004-03-06  Benjamin Otte  <otte@gnome.org>
17477
17478         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17479         (gst_ogg_demux_src_query):
17480           make sure to handle the case where there's no current chain
17481           gracefully.
17482
17483 2004-03-05  David Schleef  <ds@schleef.org>
17484
17485         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17486         Add fixate function. (bug #131128)
17487         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17488         (gst_sdlvideosink_fixate):  Add fixate function.
17489         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17490         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17491         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17492         Fix missing break that was causing ulaw to be interpreted as
17493         raw int.
17494
17495 2004-03-05  David Schleef  <ds@schleef.org>
17496
17497         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17498         Fix code that ignores return value of gst_buffer_merge().
17499         (bug #114560)
17500         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17501         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17502         * testsuite/gst-lint:  Check for above.
17503
17504 2004-03-05  David Schleef  <ds@schleef.org>
17505
17506         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17507         caps and throw an element error.  (bug #136334)
17508
17509 2004-03-05  David Schleef  <ds@schleef.org>
17510
17511         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17512         (gst_faad_chain): Fix negotiation.
17513         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17514         key and button events.
17515         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17516         dung heap of code.
17517         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17518         depends on gconf
17519         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17520         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17521         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17522         function to encourage better negotiation, particularly between
17523         audioconvert and osssink.
17524         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17525         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17526         more important.
17527         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17528         typefinding.
17529         * gst/vbidec/vbiscreen.c:  Add glib header
17530         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17531
17532 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17533
17534         * ext/mad/gstmad.c: Fix detection of Xing headers
17535         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17536
17537 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17538
17539         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17540         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17541           debug updates
17542
17543 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17544
17545         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17546         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17547         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17548         files, and report the parsed length as a GST_TAG_DURATION tag.
17549         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17550
17551 2004-03-05  Benjamin Otte  <otte@gnome.org>
17552
17553         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17554           convert channels correctly. convert correctly to unsigned.
17555
17556 2004-03-05  Julien MOUTTE <julien@moutte.net>
17557
17558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17559         we have a window before clearing it.
17560
17561 2004-03-05  Julien MOUTTE <julien@moutte.net>
17562
17563         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17564         have a window before clearing it.
17565
17566 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17567
17568         * gconf/gstreamer.schemas.in:
17569         * gst-libs/gst/gconf/Makefile.am:
17570           version installation path the same way as for 0.6
17571         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17572         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17573         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17574           remove comment that was fixed
17575
17576 2004-03-05  David Schleef  <ds@schleef.org>
17577
17578         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17579         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17580         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17581         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17582         Add prototype code for handling seeking and querying.
17583
17584 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17585
17586         * examples/gstplay/player.c: (main):
17587           Initialize variables to NULL. Prevents a segfault because the
17588           (uninitialized) variable is not NULL, resulting in a crash on
17589           trying to reach error->message.
17590
17591 2004-03-05  Benjamin Otte  <otte@gnome.org>
17592
17593         * gst/audioconvert/gstaudioconvert.c:
17594         (gst_audio_convert_buffer_to_default_format):
17595         make float=>int conversion work correctly even in cornercases.
17596
17597 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17598
17599         * debian/README.Debian:
17600         * debian/build-deps:
17601         * debian/changelog:
17602         * debian/control:
17603         * debian/control.in:
17604         * debian/copyright:
17605         * debian/gstreamer-a52dec.files:
17606         * debian/gstreamer-aa.files:
17607         * debian/gstreamer-alsa.files:
17608         * debian/gstreamer-alsa.manpages:
17609         * debian/gstreamer-arts.files:
17610         * debian/gstreamer-artsd.files:
17611         * debian/gstreamer-audiofile.files:
17612         * debian/gstreamer-avifile.files:
17613         * debian/gstreamer-cdparanoia.files:
17614         * debian/gstreamer-colorspace.files:
17615         * debian/gstreamer-doc.files:
17616         * debian/gstreamer-dv.files:
17617         * debian/gstreamer-dvd.files:
17618         * debian/gstreamer-esd.files:
17619         * debian/gstreamer-festival.files:
17620         * debian/gstreamer-flac.files:
17621         * debian/gstreamer-gconf.conffiles:
17622         * debian/gstreamer-gconf.files:
17623         * debian/gstreamer-gconf.postinst:
17624         * debian/gstreamer-gnomevfs.files:
17625         * debian/gstreamer-gsm.files:
17626         * debian/gstreamer-http.files:
17627         * debian/gstreamer-jack.files:
17628         * debian/gstreamer-jpeg.files:
17629         * debian/gstreamer-mad.files:
17630         * debian/gstreamer-mikmod.files:
17631         * debian/gstreamer-misc.files:
17632         * debian/gstreamer-mpeg2dec.files:
17633         * debian/gstreamer-oss.files:
17634         * debian/gstreamer-plugin-apps.files:
17635         * debian/gstreamer-plugin-apps.manpages:
17636         * debian/gstreamer-plugin-libs-dev.files:
17637         * debian/gstreamer-plugin-libs.files:
17638         * debian/gstreamer-plugin-template.postinst:
17639         * debian/gstreamer-plugin-template.postrm:
17640         * debian/gstreamer-sdl.files:
17641         * debian/gstreamer-sid.files:
17642         * debian/gstreamer-vorbis.files:
17643         * debian/gstreamer-x.files:
17644         * debian/mk.control:
17645         * debian/rules:
17646         Debian package info not maintained here.
17647
17648 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17649
17650         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17651         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17652         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17653         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17654         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17655         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17656         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17657         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17658         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17659         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17660         * gst-libs/gst/colorbalance/colorbalance.c:
17661         (gst_color_balance_class_init):
17662         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17663         (gst_color_balance_channel_class_init):
17664         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17665         * gst-libs/gst/play/play.c: (gst_play_class_init):
17666         * gst-libs/gst/propertyprobe/propertyprobe.c:
17667         (gst_property_probe_iface_init):
17668         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17669         * gst-libs/gst/tuner/tunerchannel.c:
17670         (gst_tuner_channel_class_init):
17671         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17672         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17673         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17674         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17675         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17676         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17677         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17678         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17679         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17680           fix signals to use - instead of _
17681         * ext/libcaca/gstcacasink.h:
17682         * ext/sdl/sdlvideosink.h:
17683           fix header rename
17684
17685 2004-03-04  David Schleef  <ds@schleef.org>
17686
17687         * testsuite/gst-lint:  Add a check for bad signal names.
17688
17689 2004-03-04  <kost@imn.htwk-leipzig.de>
17690
17691         reviewed by David Schleef
17692
17693         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17694         modified the alpha channel and caused a warning. (bug #136192)
17695
17696 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17697
17698         * gst-plugins.spec.in:
17699         Change names of plugins to actually be correct. Try to keep things
17700         alphabetical to avoid getting beat up by Thomas
17701
17702 2004-03-03  Julien MOUTTE <julien@moutte.net>
17703
17704         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17705         Using ximagesink as a default if no gconf key found. We should
17706         probably consider using alsasink instead of osssink for the audio
17707         part.
17708
17709 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17710
17711         * configure.ac:
17712           fix --with-plugins, don't think it ever worked before
17713         * gst-plugins.spec.in:
17714           even more updates
17715
17716 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17717
17718         * ext/sdl/sdlvideosink.h:
17719         * sys/ximage/ximagesink.h:
17720         * sys/xvideo/xvideosink.h:
17721         * sys/xvimage/xvimagesink.h:
17722           Fix for move of gstvideosink.h -> videosink.h.
17723
17724 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17725
17726         * gst-libs/gst/xwindowlistener/Makefile.am:
17727           this is a plugin library, not a library
17728
17729 2004-03-01  David Schleef  <ds@schleef.org>
17730
17731         * AUTHORS:  Added some names.  Add yourself if you're still
17732         missing.
17733
17734 2004-03-01  David Schleef  <ds@schleef.org>
17735
17736         * MAINTAINERS: Add
17737
17738 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17739
17740         * gst-plugins.spec.in: clean up spec file
17741
17742 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17743
17744         * gst-libs/gst/video/Makefile.am:
17745         * gst-libs/gst/video/gstvideosink.c:
17746         * gst-libs/gst/video/gstvideosink.h:
17747           rename gstvideosink.h to videosink.h to match other headers
17748         * gst/mixmatrix/Makefile.am:
17749           fix plugin filename
17750         * gst/tags/Makefile.am: fix plugin filename
17751
17752 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17753
17754         * gst/tags/Makefile.am: fix plugin filename
17755
17756 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17757
17758         * examples/gstplay/player.c: (got_time_tick), (main):
17759           add error handler
17760           display time_tick more readably
17761         * gst/mixmatrix/Makefile.am:
17762           fix plugin file name
17763
17764 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17765
17766         * sys/oss/gstosselement.c: (gst_osselement_probe),
17767         (device_combination_append), (gst_osselement_class_probe_devices):
17768         * sys/oss/gstosselement.h:
17769           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17770           on my system using alsa oss emulation, fixes bug #135597
17771
17772 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17773
17774         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17775         (gst_videodrop_chain), (gst_videodrop_change_state):
17776         * gst/videodrop/gstvideodrop.h:
17777           Work based on timestamp of input data, not based on the expected
17778           framerate from the input. The consequence is that this element now
17779           not only scales framerates, but also functions as a framerate
17780           corrector or framerate stabilizer/constantizer.
17781
17782 2004-02-27  David Schleef  <ds@schleef.org>
17783
17784         patches from jmmv@menta.net (Julio M. Merino Vidal)
17785
17786         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17787         GST_ELEMENT_ERROR call (bug #135634)
17788         * gst/interleave/interleave.c: (interleave_buffered_loop),
17789         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17790         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17791         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17792         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17793         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17794         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17795         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17796         Fix GST_ELEMENT_ERROR call.
17797         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17798         GST_ELEMENT_ERROR call.
17799
17800 2004-02-27  Benjamin Otte  <otte@gnome.org>
17801
17802         * gst-libs/gst/audio/audio.h:
17803           add macro to make sure header isn't included twice
17804         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17805           don't use gst_buffer_free
17806         * gst/playondemand/filter.func:
17807           don't use gst_data_free. Free data only once.
17808
17809 2004-02-26  David Schleef  <ds@schleef.org>
17810
17811         * gst-libs/gst/colorbalance/Makefile.am:
17812         * gst-libs/gst/mixer/Makefile.am:
17813         * gst-libs/gst/tuner/Makefile.am:
17814         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
17815         should not be disted, -marshal.h files should not be installed,
17816         and -enum.h files _should_ be installed.  Fix to make this the
17817         case.
17818
17819 === release 0.7.5 ===
17820
17821 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17822
17823         * configure.ac: release 0.7.5, "Under The Sea"
17824
17825 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17826
17827         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17828         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
17829         * gst/videoscale/gstvideoscale.c:
17830         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17831           assorted debug/warning fixes
17832
17833 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17834
17835         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
17836         (gst_videoscale_init), (gst_videoscale_chain),
17837         (gst_videoscale_set_property), (plugin_init):
17838         * gst/videoscale/gstvideoscale.h:
17839         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17840         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
17841         (gst_videoscale_planar400), (gst_videoscale_packed422),
17842         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
17843         (gst_videoscale_24bit), (gst_videoscale_16bit),
17844         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
17845         (gst_videoscale_scale_plane_slow),
17846         (gst_videoscale_scale_point_sample),
17847         (gst_videoscale_scale_nearest),
17848         (gst_videoscale_scale_nearest_str2),
17849         (gst_videoscale_scale_nearest_str4),
17850         (gst_videoscale_scale_nearest_32bit),
17851         (gst_videoscale_scale_nearest_24bit),
17852         (gst_videoscale_scale_nearest_16bit):
17853         add debugging category and use it properly
17854         fix use of GST_PTR_FORMAT
17855
17856 2004-02-25  Andy Wingo  <wingo@pobox.com>
17857
17858         * gst/interleave/interleave.c (interleave_buffered_loop): Always
17859         push only when channel->buffer is NULL. Prevents segfaults doing
17860         the state change after a nonlocal exit, like a scheme exception.
17861
17862         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17863         Handle the case where the intersected caps is empty.
17864
17865 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17866
17867         * gst/law/mulaw-decode.c: (mulawdec_link):
17868         * gst/law/mulaw.c: (plugin_init):
17869           fix mulawdec so it actually works again
17870
17871 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
17872
17873         reviewed by: David Schleef  <ds@schleef.org>
17874
17875         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
17876         (gst_gamma_init), (gst_gamma_set_property),
17877         (gst_gamma_get_property), (gst_gamma_calculate_tables),
17878         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
17879         for RGB, with separate r g and b correction factors. (#131167)
17880
17881 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17882
17883         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17884           only signal tags for bitrate if they're > 0 (#134894)
17885
17886 2004-02-24  David Schleef  <ds@schleef.org>
17887
17888         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
17889         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
17890         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
17891         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
17892         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
17893         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
17894         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
17895         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
17896         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
17897         category.  Attempt to fix timestamp calculation.
17898
17899 2004-02-24  Johan Dahlin  <johan@gnome.org>
17900
17901         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
17902
17903 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17904
17905         * configure.ac:
17906         * gconf/Makefile.am:
17907         * gconf/gstreamer.schemas:
17908         * gst-libs/gst/gconf/Makefile.am:
17909         * gst-libs/gst/gconf/gconf.c:
17910           version gconf schemas and install locations
17911
17912 2004-02-23  Benjamin Otte  <otte@gnome.org>
17913
17914         * ext/xine/xineinput.c: (gst_xine_input_dispose):
17915         (gst_xine_input_subclass_init):
17916           call parent dispose.
17917           change pad template for CD reader correctly
17918         * ext/xine/Makefile.am:
17919         * ext/xine/gstxine.h:
17920         * ext/xine/xine.c: (plugin_init):
17921         * ext/xine/xineaudiosink.c:
17922           wrap audio sinks, too
17923         * gst-libs/gst/resample/private.h:
17924         * gst-libs/gst/resample/resample.c: (gst_resample_init),
17925         (gst_resample_reinit), (gst_resample_scale),
17926         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
17927         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
17928         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
17929         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
17930         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
17931         * gst-libs/gst/resample/resample.h:
17932         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17933         (gst_audioscale_class_init), (gst_audioscale_link),
17934         (gst_audioscale_get_buffer), (gst_audioscale_init),
17935         (gst_audioscale_chain), (gst_audioscale_set_property),
17936         (gst_audioscale_get_property):
17937         * gst/audioscale/gstaudioscale.h:
17938           s/resample_*/gst_resample_*/i to not clobber namespaces
17939
17940 2004-02-23  Julien MOUTTE  <julien@moutte.net>
17941
17942         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17943         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17944         (gst_riff_create_video_template_caps),
17945         (gst_riff_create_audio_template_caps),
17946         (gst_riff_create_iavs_template_caps):
17947         * gst-libs/gst/riff/riff-media.h:
17948         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
17949         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
17950         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
17951         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17952         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17953         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17954         (gst_matroska_demux_plugin_init): First batch implementing audio and
17955         video codec tags in demuxers.
17956
17957 2004-02-22  Benjamin Otte  <otte@gnome.org>
17958
17959         * ext/xine/Makefile.am:
17960         * ext/xine/gstxine.h:
17961         * ext/xine/xine.c: (plugin_init):
17962         * ext/xine/xineinput.c:
17963           add input plugin wrapper. Playback from files, http, mms and cdda
17964           works.
17965         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
17966           remove leftover G_GNUC_UNUSED
17967         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
17968         (gst_asf_demux_identify_guid):
17969           improve debugging output
17970
17971 2004-02-22  Benjamin Otte  <otte@gnome.org>
17972
17973         reported by: Padraig O'Briain <padraig.obriain@sun.com>
17974
17975         * autogen.sh:
17976           replace test -e with test -x for mkinstalldirs to be more portable.
17977           (fixes #134816)
17978
17979 2004-02-22  Benjamin Otte  <otte@gnome.org>
17980
17981         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
17982
17983         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
17984           set rank to PRIMARY
17985         * gst/volume/gstvolume.c: (plugin_init):
17986           set rank to NONE
17987         fixes #134960
17988
17989 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
17990
17991         reviewed by Benjamin Otte  <otte@gnome.org>
17992
17993         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17994           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
17995
17996 2004-02-22  Benjamin Otte  <otte@gnome.org>
17997
17998         * configure.ac:
17999           export [_]*{gst,Gst,GST}.* symbols from plugins
18000
18001 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18002
18003         reviewed by: Benjamin Otte  <otte@gnome.org>
18004
18005         * ext/lame/gstlame.c: (add_one_tag):
18006         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18007         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18008         (gst_vorbisenc_metadata_set1):
18009         * gst/tags/gstid3tag.c:
18010         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18011           apply fixes from bugs #135042 (lame can't write tags) and #133817
18012           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18013
18014 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18015
18016         * configure.ac: Export only gst_plugin_desc from plugins.
18017          Note that this change only makes any effect with Linux using libtool
18018          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18019          fine. And don't try to have several versions of libtool in different
18020          directories.
18021
18022 2004-02-20  Andy Wingo  <wingo@pobox.com>
18023
18024         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18025         interleave respectively.
18026
18027         * gst/interleave/deinterleave.c: New plugin: deinterleave
18028         (replaces on oneton).
18029         * gst/interleave/interleave.c: New plugin: interleave.
18030         * gst/interleave/plugin.h: Support file.
18031         * gst/interleave/plugin.c: Support file.
18032
18033         * configure.ac: Remove intfloat and oneton, add interleave.
18034
18035         * ext/sndfile/gstsf.c: Handle events better.
18036
18037         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18038         and float2int operation. int2float has scheduling problems as
18039         noted in in2float_chain.
18040
18041 2004-02-20  Benjamin Otte  <otte@gnome.org>
18042
18043         * ext/xine/Makefile.am:
18044         * ext/xine/gstxine.h:
18045         * ext/xine/xine.c:
18046         * ext/xine/xineaudiodec.c:
18047         * ext/xine/xinecaps.c:
18048           add first version of xine plugin wrapper. Currently only wraps the
18049           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18050         * configure.ac:
18051         * ext/Makefile.am:
18052           add xine plugin wrapper, disabled by default. Use --enable-xine to
18053           build. Note that it'll segfault on gst-register if you don't remove
18054           the goom and tvtime post plugins from xine.
18055         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18056         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18057           add extradata parsing for QDM2.
18058           change around debugging prints.
18059
18060 2004-02-19  Benjamin Otte  <otte@gnome.org>
18061
18062         * ext/lame/gstlame.c: (gst_lame_chain):
18063         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18064           use gst_tag_list_insert when you want to insert tags
18065
18066 2004-02-18  David Schleef  <ds@schleef.org>
18067
18068         * configure.ac:  Move massink to gst-rotten
18069         * ext/Makefile.am:
18070         * ext/mas/Makefile.am:
18071         * ext/mas/massink.c:
18072         * ext/mas/massink.h:
18073
18074 2004-02-18  David Schleef  <ds@schleef.org>
18075
18076         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18077         typefinding, since it seems to be worse than nothing.
18078         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18079         atom to recognize .mp4 and .m4a files as video/quicktime.
18080
18081 2004-02-18  David Schleef  <ds@schleef.org>
18082
18083         * gst/sine/demo-dparams.c: (quit_live),
18084         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18085         Use double dparams, not float.
18086         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18087         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18088         sync'd elements don't really work correctly.
18089         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18090         (volume_update_volume), (volume_get_property):  Change dparam
18091         to double.
18092
18093 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18094
18095         * sys/ximage/ximagesink.c:
18096         (gst_ximagesink_xwindow_update_geometry),
18097         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18098         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18099         (gst_ximagesink_init): Rework the way software video scaling works. So
18100         now we check on each chain call if the video frames are feeling the
18101         window. If not we try to renegotiate caps. On failure we memorize that
18102         and we won't try again for that PLAYING sessions.
18103         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18104         failure.
18105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18106         synchronous flag.
18107
18108 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18109
18110         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18111           break up _link so we can give a better debug message for errors
18112
18113 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18114
18115         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18116           set up debug category
18117
18118 2004-02-18  Julien MOUTTE <julien@moutte.net>
18119
18120         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18121         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18122         the way renegotiation work. The event handling function is not taking
18123         care of external windows and renegotiate method check for pad flags
18124         NEGOTIATING. Should fix : #133209
18125
18126 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18127
18128         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18129         pad is negotiating before trying renegotiation.
18130
18131 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18132
18133         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18134           pass on all possible mime types as typefind hints
18135
18136 2004-02-17  Julien MOUTTE <julien@moutte.net>
18137
18138         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18140         possible SHM leak if we crash. All other apps using XShm are doing
18141         that.
18142
18143 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18144
18145         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18146         (gst_ximagesink_expose): Renegotiate size on expose.
18147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18148         size on expose.
18149
18150 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18151
18152         * testsuite/alsa/sinesrc.c:
18153           cosmetic fix to fix compile issue with gcc 2.95.4
18154
18155 2004-02-16  Julien MOUTTE <julien@moutte.net>
18156
18157         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18158         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18159         failed opening the audio device.
18160         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18161         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18162         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18163         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18164         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18165         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18166         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18167         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18168         Removing some useless g_return_if_fail like wingo suggested.
18169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18170         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18171         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18172         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18173         (gst_xvimagesink_update_colorbalance),
18174         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18175         (gst_xvimagesink_xcontext_clear),
18176         (gst_xvimagesink_get_fourcc_from_caps),
18177         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18178         (gst_xvimagesink_set_xwindow_id),
18179         (gst_xvimagesink_colorbalance_list_channels),
18180         (gst_xvimagesink_colorbalance_set_value),
18181         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18182         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18183
18184 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18185
18186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18187           throw error when not negotiated instead of asserting
18188
18189 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18190
18191         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18192         correct data refcounting.
18193
18194 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18195
18196         * gst/switch/gstswitch.c: (gst_switch_change_state),
18197         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18198         change, mostly the EOS flag.
18199
18200 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18201
18202         * examples/gstplay/player.c: (got_eos), (main): Adding some
18203         output for debugging.
18204         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18205         timeouts if we go to any state different from PLAYING.
18206         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18207         more EOS bugs in riff lib.
18208
18209 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18210
18211         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18212         visualization until i find a way to fix switch correctly.
18213         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18214         EOS arrives.
18215         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18216         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18217         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18218         Reworked switch to get a more correct behaviour with events and refing
18219         of data stored in sinkpads.
18220         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18221         we don't pull from a pad in EOS.
18222
18223 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18224
18225         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18226           remove v1 tag even if we can't read it (makes sure we don't detect
18227           it again)
18228
18229 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18230
18231         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18232         (gst_alsa_xrun_recovery):
18233         * ext/alsa/gstalsa.h:
18234           try xrun recovery when wait failed. Make xrun recovery function
18235           return TRUE/FALSE to indicate success. (might fix #134354)
18236
18237 2004-02-13  David Schleef  <ds@schleef.org>
18238
18239         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18240         (dynparm_value_changed), (main): Convert from float to double.
18241         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18242
18243 2004-02-13  David Schleef  <ds@schleef.org>
18244
18245         * gst/silence/gstsilence.c: (gst_silence_class_init),
18246         (gst_silence_set_clock), (gst_silence_get),
18247         (gst_silence_set_property), (gst_silence_get_property):
18248         * gst/silence/gstsilence.h: Add sync property.
18249         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18250         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18251         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18252         * gst/sine/gstsinesrc.h: Add sync property.
18253
18254 2004-02-13  David Schleef  <ds@schleef.org>
18255
18256         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18257         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18258
18259 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18260
18261         * configure.ac:
18262         * ext/Makefile.am:
18263         * gst-libs/ext/Makefile.am:
18264           move ffmpeg plugin to gst-ffmpeg module
18265
18266 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18267
18268         * configure.ac: use GST_ARCH to detect architecture
18269
18270 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18271
18272         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18273
18274 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18275
18276         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18277           classify LADSPA plugins based on number of src/sink pads
18278           (#133663, Stefan Kost)
18279         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18280           fix dparams registration
18281           (#133528, Stefan Kost)
18282         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18283           fix use of isprint and use g_ascii_isprint instead
18284           (#133316, Stefan Kost)
18285
18286 2004-02-11  David Schleef  <ds@schleef.org>
18287
18288         Convert a few inner loops to use liboil.  This is currently
18289         optional, and is only enabled if liboil is present (duh!).
18290         * configure.ac: Check for liboil-0.1
18291         * gst/intfloat/Makefile.am:
18292         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18293         (gst_int2float_chain_gint16):
18294         * gst/videofilter/Makefile.am:
18295         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18296         (tablelookup_u8), (gst_videobalance_planar411):
18297         * gst/videotestsrc/Makefile.am:
18298         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18299         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18300         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18301         (paint_hline_RGB565), (paint_hline_xRGB1555):
18302
18303 2004-02-11  David Schleef  <ds@schleef.org>
18304
18305         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18306         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18307         (gst_colorspace_getcaps), (gst_colorspace_link),
18308         (gst_colorspace_base_init), (gst_colorspace_init),
18309         (gst_colorspace_chain), (gst_colorspace_change_state),
18310         (plugin_init): Merge Ronald's patch (bug #117897) and update
18311         for new caps and negotiation.  Seems to work, although it
18312         shows off bugs in lcs.
18313
18314 2004-02-11  David Schleef  <ds@schleef.org>
18315
18316         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18317         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18318
18319 2004-02-11  David Schleef  <ds@schleef.org>
18320
18321         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18322         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18323         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18324         Add server and port properties
18325
18326 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18327
18328         * m4/a52.m4:
18329         * m4/aalib.m4:
18330         * m4/as-ffmpeg.m4:
18331         * m4/as-liblame.m4:
18332         * m4/as-slurp-ffmpeg.m4:
18333         * m4/check-libheader.m4:
18334         * m4/esd.m4:
18335         * m4/freetype2.m4:
18336         * m4/gconf-2.m4:
18337         * m4/glib.m4:
18338         * m4/gst-alsa.m4:
18339         * m4/gst-artsc.m4:
18340         * m4/gst-ivorbis.m4:
18341         * m4/gst-matroska.m4:
18342         * m4/gst-sdl.m4:
18343         * m4/gst-shout2.m4:
18344         * m4/gst-sid.m4:
18345         * m4/gtk.m4:
18346         * m4/libdv.m4:
18347         * m4/libfame.m4:
18348         * m4/libmikmod.m4:
18349         * m4/ogg.m4:
18350         * m4/vorbis.m4:
18351           fix underquotedness of macros (#133800)
18352         * m4/as-avifile.m4:
18353         * m4/xmms.m4:
18354           removed because no longer used
18355
18356 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18357
18358         * configure.ac:
18359           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18360           by autopoint (fixes #132996)
18361
18362 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18363
18364         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18365         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18366         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18367         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18368           fix memleaks
18369
18370 2004-02-11  David Schleef  <ds@schleef.org>
18371
18372         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18373         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18374         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18375         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18376         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18377         (gst_jpegenc_class_init), (gst_jpegenc_init),
18378         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18379         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18380         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18381         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18382
18383 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18384
18385         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18386         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18387         * ext/mikmod/gstmikmod.h:
18388           fix caps negotiation in mikmod
18389         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18390           output debug information
18391
18392 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18393
18394         * gst-libs/gst/colorbalance/Makefile.am:
18395         * gst-libs/gst/navigation/Makefile.am:
18396         * gst-libs/gst/xoverlay/Makefile.am:
18397           remove unused GST_OPT_CFLAGS from Makefiles
18398           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18399
18400 2004-02-07  David Schleef  <ds@schleef.org>
18401
18402         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18403         push events to pads that haven't been created (#133508)
18404
18405 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18406
18407         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18408         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18409         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18410         (gst_dvdec_loop), (gst_dvdec_change_state):
18411         Second attempt at committing a working dvdec element.
18412
18413 2004-02-06  David Schleef  <ds@schleef.org>
18414
18415         Build fixes for OS X: (see #129600)
18416         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18417         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18418         (gst_riff_read_strf_iavs):
18419         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18420         (gst_avi_demux_stream_odml):
18421         * gst/playondemand/Makefile.am:
18422         * gst/rtp/rtp-packet.c:
18423
18424 2004-02-05  David Schleef  <ds@schleef.org>
18425
18426         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18427         last change, because it Just Doesn't Compile.
18428
18429 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18430
18431         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18432           skip undecodable id3v2 tag instead of keeping it
18433
18434 2004-02-05  David Schleef  <ds@schleef.org>
18435
18436         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18437         Unref leaked buffer.  (Noticed by Ronald)
18438
18439 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18440
18441         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18442         Sync requires with other checks.  >= vs =.
18443
18444 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18445
18446         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18447         (gst_dvdec_video_link), (gst_dvdec_loop):
18448         * ext/dv/gstdvdec.h:
18449           rework the caps negotiation so that dvdec works again instead
18450           of just segfaulting.
18451
18452 === release 0.7.4 ===
18453
18454 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18455
18456         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18457         * configure.ac: changed for release
18458
18459 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18460
18461         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18462         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18463         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18464         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18465           reworked patch by David Lehn to fix libdir and includedir for
18466           uninstalled libraries
18467           removed play and gconf from gstreamer-libs since they have their
18468           own pkgconfig files
18469
18470 2004-02-04  David Schleef  <ds@schleef.org>
18471
18472         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18473         memleak.
18474
18475 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18476
18477         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18478           use correct GST_TAG_ENCODER tag
18479
18480 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18481
18482         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18483           be sure to stop the clock when going to paused
18484         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18485           reset number of transmitted when going to ready.
18486         fixes #132935
18487
18488 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18489
18490         reviewed by Benjamin Otte
18491
18492         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18493           extract track count (fixes #133410)
18494
18495 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18496
18497         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18498           that should be !=, not == (fixes #132519)
18499
18500 2004-02-04  David Schleef  <ds@schleef.org>
18501
18502         Make sure set_explicit_caps() is called before adding pad.
18503         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18504         * gst/id3/gstid3types.c: (gst_id3types_loop):
18505         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18506         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18507
18508 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18509
18510         * configure.ac:
18511           bump nano to 2, first prerelease
18512           put back AM_PROG_LIBTOOL
18513
18514 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18515
18516         * testsuite/alsa/Makefile.am:
18517           these are user test apps, not automatic testsuite tests
18518
18519 2004-02-04  David Schleef  <ds@schleef.org>
18520
18521         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18522         * gst/mpeg1videoparse/gstmp1videoparse.c:
18523         (mp1videoparse_parse_seq):
18524         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18525         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18526         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18527         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18528         (gst_xvideosink_getcaps):
18529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18530         * testsuite/gst-lint: more tests
18531
18532 2004-02-04  David Schleef  <ds@schleef.org>
18533
18534         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18535         with the code that they would expand to.
18536         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18537         (gst_flacdec_get_src_query_types),
18538         (gst_flacdec_get_src_event_masks):
18539         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18540         (gst_gnomevfssrc_get_query_types),
18541         (gst_gnomevfssrc_get_event_mask):
18542
18543 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18544
18545         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18546         (gst_sinesrc_dispose):
18547           fix memleak by properly disposing sinesrc
18548
18549 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18550
18551         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18552         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18553         an overlay to redraw the image because it has been exposed.
18554         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18555         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18556         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18557         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18558         interface
18559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18560         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18561         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18562         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18563         interface
18564
18565 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18566
18567         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18568           more memleak fixage
18569
18570 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18571
18572         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18573         * gst/typefind/gsttypefindfunctions.c:
18574           fix memleaks shown by gst-typefind
18575
18576 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18577
18578         * common/glib-gen.mak:
18579           add hack rule to touch .Plo files
18580         * gst-libs/gst/colorbalance/Makefile.am:
18581         * gst-libs/gst/mixer/Makefile.am:
18582         * gst-libs/gst/play/Makefile.am:
18583         * gst-libs/gst/tuner/Makefile.am:
18584           remove glib_root variable
18585
18586 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18587
18588         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18589           set explicit caps before adding the element, so the autopluggers can
18590           plug correctly.
18591         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18592         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18593         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18594         (dv_type_find):
18595           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18596           argument.
18597
18598 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18599
18600         * gst-libs/gst/colorbalance/Makefile.am:
18601         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18602         * gst-libs/gst/colorbalance/colorbalance.c:
18603         * gst-libs/gst/colorbalance/colorbalance.h:
18604         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18605         * gst-libs/gst/mixer/Makefile.am:
18606         * gst-libs/gst/mixer/mixer-marshal.list:
18607         * gst-libs/gst/mixer/mixer.c:
18608         * gst-libs/gst/mixer/mixer.h:
18609         * gst-libs/gst/mixer/mixermarshal.list:
18610         * gst-libs/gst/play/Makefile.am:
18611         * gst-libs/gst/play/play.h:
18612         * gst-libs/gst/tuner/Makefile.am:
18613         * gst-libs/gst/tuner/tuner-marshal.list:
18614         * gst-libs/gst/tuner/tuner.c:
18615         * gst-libs/gst/tuner/tuner.h:
18616         * gst-libs/gst/tuner/tunermarshal.list:
18617           use new glib-gen.mak snippet to clean up Makefile.am
18618           fix various bugs in Makefile.am's
18619
18620 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18621
18622         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18623           handle chain parsing correctly in the multichain case
18624         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18625         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18626         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18627         (theora_dec_chain):
18628           handle events and queries correctly
18629
18630 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18631
18632         * .cvsignore:
18633         Ignore generated file _stdint.h.
18634
18635 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18636
18637         * gst-libs/gst/colorbalance/Makefile.am:
18638         * gst-libs/gst/colorbalance/colorbalance.h:
18639         * gst-libs/gst/mixer/Makefile.am:
18640         * gst-libs/gst/mixer/mixer.h:
18641         * gst-libs/gst/play/Makefile.am:
18642         * gst-libs/gst/play/play.h:
18643         * gst-libs/gst/tuner/Makefile.am:
18644         * gst-libs/gst/tuner/tuner.h:
18645         Generate enum type code with glib-mkenums.
18646         * gst-libs/gst/colorbalance/.cvsignore:
18647         * gst-libs/gst/mixer/.cvsignore:
18648         * gst-libs/gst/play/.cvsignore:
18649         * gst-libs/gst/tuner/.cvsignore:
18650         Ignore generated files.
18651
18652 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18653
18654         * gst-libs/gst/audio/.cvsignore:
18655         Ignore generated file.
18656         * gst-libs/gst/audio/Makefile.am:
18657         Do not install example filter.
18658
18659 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18660
18661         * examples/switch/.cvsignore:
18662         Ignore generated file.
18663
18664 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18665
18666         * common/m4/ax_create_stdint_h.m4:
18667         * configure.ac:
18668           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18669           _stdint.h.
18670         * Makefile.am:
18671           remove generated _stdint.h in DISTCLEANFILES
18672         * ext/a52dec/gsta52dec.c:
18673           include _stdint.h for a52dec. (should fix #133064)
18674
18675 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18676
18677         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18678         (gst_tag_to_vorbis_comments):
18679         Add replaygain support to vorbistag
18680
18681 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18682         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18683         (gst_ffmpeg_caps_to_extradata):
18684           Fix SVQ3 caps flag properties
18685           Use glib macro for bytes swap
18686
18687 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18688
18689         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18690         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18691         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18692         * ext/sndfile/gstsf.c: (plugin_init):
18693         * gst/avi/gstavi.c: (plugin_init):
18694         * sys/dxr3/dxr3init.c: (plugin_init):
18695         * sys/oss/gstossaudio.c: (plugin_init):
18696         * sys/v4l/gstv4l.c: (plugin_init):
18697         * sys/v4l2/gstv4l2.c: (plugin_init):
18698           remove textdomain calls
18699         * po/nl.po:
18700           update Dutch translation
18701
18702 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18703
18704         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18705         (gst_play_set_audio_sink): Moving volume in the audio thread for
18706         instantaneous volume change. Maybe i will add another volume in front
18707         of visualization later, not sure yet though.
18708
18709 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18710
18711         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18712         (gst_ximagesink_handle_xevents): Better X events handling, only take
18713         the latest events for configure and motion.
18714         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18715
18716 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18717
18718         reviewed by: David Schleef  <ds@schleef.org>
18719
18720         Fix memory leaks:
18721         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18722         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18723
18724 2004-02-02  David Schleef  <ds@schleef.org>
18725
18726         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18727         of lines.
18728         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18729         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18730         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18731         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18732         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18733         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18734         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18735         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18736         (gst_float2_2_int_link):
18737         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18738         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18739         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18740         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18741         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18742         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18743         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18744         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18745         * testsuite/gst-lint: Add tests for bzero and ;;
18746
18747 2004-02-02  David Schleef  <ds@schleef.org>
18748
18749         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18750
18751 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18752
18753         * ext/aalib/gstaasink.c: (gst_aasink_open):
18754         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18755         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18756         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18757         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18758         (gst_afsink_close_file):
18759         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18760         (gst_afsrc_close_file):
18761         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18762         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18763         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18764         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18765         * ext/esd/esdmon.c: (gst_esdmon_get):
18766         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18767         * ext/faac/gstfaac.c: (gst_faac_chain):
18768         * ext/faad/gstfaad.c: (gst_faad_chain):
18769         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18770         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18771         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18772         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18773         (gst_flacdec_loop):
18774         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18775         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18776         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18777         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18778         (gst_gnomevfssink_close_file):
18779         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18780         (gst_gnomevfssrc_open_file):
18781         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18782         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18783         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18784         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18785         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18786         * ext/mad/gstmad.c: (gst_mad_chain):
18787         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18788         * ext/mpeg2dec/gstmpeg2dec.c:
18789         * ext/mpeg2enc/gstmpeg2enc.cc:
18790         * ext/mplex/gstmplex.cc:
18791         * ext/mplex/gstmplexibitstream.cc:
18792         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18793         (gst_ogg_demux_push):
18794         * ext/raw1394/gstdv1394src.c:
18795         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18796         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18797         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18798         (gst_sf_loop):
18799         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18800         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18801         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18802         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18803         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18804         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18805         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18806         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18807         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18808         (gst_riff_read_element_data), (gst_riff_read_seek),
18809         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18810         * gst/adder/gstadder.c: (gst_adder_loop):
18811         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18812         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18813         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18814         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18815         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
18816         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18817         * gst/goom/gstgoom.c: (gst_goom_chain):
18818         * gst/id3/gstid3types.c: (gst_id3types_loop):
18819         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18820         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
18821         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
18822         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18823         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18824         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
18825         (gst_ebml_read_float), (gst_ebml_read_header):
18826         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18827         (gst_matroska_demux_parse_blockgroup):
18828         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
18829         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18830         * gst/oneton/gstoneton.c: (gst_oneton_chain):
18831         * gst/silence/gstsilence.c: (gst_silence_get):
18832         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18833         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
18834         * gst/speed/gstspeed.c: (speed_loop):
18835         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18836         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18837         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
18838         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18839         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18840         (gst_wavparse_loop):
18841         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
18842         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
18843         (dxr3audiosink_close):
18844         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
18845         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
18846         (dxr3videosink_close), (dxr3videosink_write_data):
18847         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
18848         * sys/oss/gstosssink.c: (gst_osssink_chain):
18849         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18850         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18851         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
18852         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
18853         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18854         (gst_v4l_set_window), (gst_v4l_enable_overlay):
18855         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
18856         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
18857         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
18858         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
18859         (gst_v4l_set_audio):
18860         * sys/v4l/v4l_calls.h:
18861         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18862         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
18863         (gst_v4lmjpegsink_playback_init),
18864         (gst_v4lmjpegsink_playback_start):
18865         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
18866         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18867         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
18868         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
18869         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
18870         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
18871         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
18872         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18873         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
18874         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
18875         (gst_v4l2_get_output), (gst_v4l2_set_output),
18876         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
18877         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
18878         (gst_v4l2_set_attribute):
18879         * sys/v4l2/v4l2_calls.h:
18880         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
18881         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
18882         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
18883         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
18884         (gst_v4l2src_capture_stop):
18885         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
18886         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18887         (gst_ximagesink_chain):
18888         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
18889         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
18890         (gst_xvideosink_xwindow_new):
18891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18892         (gst_xvimagesink_chain):
18893
18894 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18895
18896         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18897         (gst_volume_get_volume), (volume_class_init), (volume_init),
18898         (volume_chain_int16), (volume_update_volume):
18899         * gst/volume/gstvolume.h:
18900           make code more readable by removing magic numbers
18901           make mixer interface export 0-100 range
18902           make it internally map to 0.0-1.0 range so users don't distort
18903           output by putting the sliders at full volume
18904
18905 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18906
18907         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
18908         (gst_play_state_change), (gst_play_seek_to_time):
18909         block the tick callback for 0.5 secs after doing a seek
18910
18911 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18912
18913         * gst-libs/gst/play/play.c: (gst_play_new):
18914           check for GError
18915
18916 2004-02-01  Julien MOUTTE  <julien@moutte.net>
18917
18918         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
18919         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
18920         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18921         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
18922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18923         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
18924
18925 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18926
18927         * configure.ac:
18928         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18929           check for a function added in vorbis 1.1
18930
18931 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18932
18933         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
18934         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
18935           really start/stop clock only on PLAYING <=> PAUSED
18936         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18937           remove \n from debugging lines
18938         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18939           make it work when seeking does not
18940         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18941           reset on DISCONT
18942
18943 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18944
18945         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
18946           start clock on PAUSED=>PLAYING, not later
18947         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18948           extract correct time for different discont formats
18949         (gst_alsa_sink_get_time):
18950           don't segfault when no format is negotiated yet, just return 0
18951         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
18952         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
18953         (gst_ogg_pad_push):
18954           handle flush and discont events correctly
18955         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18956           handle discont events correctly
18957
18958 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
18959
18960         * gst-libs/gst/play/play.c: (gst_play_error_quark),
18961         (gst_play_error_create), (gst_play_error_plugin),
18962         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
18963         * gst-libs/gst/play/play.h:
18964           add error handling during creation
18965         * examples/gstplay/player.c: (main):
18966           use new gst_play_new
18967
18968
18969 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18970
18971         * ext/theora/theoradec.c: (theora_dec_chain):
18972           make comments work
18973         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18974         (vorbis_dec_src_event), (vorbis_dec_chain):
18975           add encoder tag, fix tag reading to be more error tolerant, change
18976           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
18977           gst_pad_event_default.
18978         * gst/tags/gstvorbistag.c:
18979         (gst_tag_list_from_vorbiscomment_buffer):
18980           undefine function specific define at end of function
18981
18982 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
18983
18984         * ext/flac/gstflac.c: (plugin_init):
18985         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
18986         * ext/flac/gstflacdec.h:
18987         * ext/flac/gstflacenc.h:
18988           Fix typos
18989
18990 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
18991
18992         * examples/gstplay/player.c: s/gstplay.h/play.h/
18993
18994 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18995
18996         * gst-libs/gst/play/Makefile.am:
18997         * gst-libs/gst/play/gstplay.c:
18998         * gst-libs/gst/play/gstplay.h:
18999         * gst-libs/gst/play/play.c:
19000           more surgery, operation complete
19001
19002 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19003
19004         * gst-libs/gst/play/play.old.c:
19005         * gst-libs/gst/play/play.old.h:
19006           after CVS surgery by moving, remove
19007         * gst-libs/gst/play/playpipelines.c:
19008           remove
19009
19010         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19011           add negotiation error
19012
19013 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19014
19015         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19016         (gst_ogg_demux_push):
19017           add some seeking debug info
19018           send a flush when seeking
19019
19020 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19021
19022         * configure.ac:
19023           use AC_C_INLINE
19024         * configure.ac:
19025         * ext/Makefile.am:
19026         * ext/theora/Makefile.am:
19027         * ext/theora/theoradec.c:
19028           add theora video decoder. Does just do simple decoding for now and
19029           has been tested against Theora cvs only. It only works when theora
19030           is compiled with --enable-static.
19031         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19032           always reset packetno on DISCONT
19033
19034 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19035
19036         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19037           Fix audio.
19038
19039 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19040
19041         * gst/mpegaudioparse/gstmpegaudioparse.c:
19042         (mp3_type_frame_length_from_header):
19043           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19044
19045 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19046
19047         * ext/esd/esdsink.c: (gst_esdsink_init):
19048           Since we have static pad template caps, we don't need to negotiate;
19049           either the core errors out or we know the format.
19050
19051 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19052
19053         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19054         (gst_riff_read_seek):
19055         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19056         (gst_ebml_read_seek):
19057           Fix event handling.
19058
19059 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19060
19061         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19062           removee video/x-theora from vp3 decoder, it doesn't handle raw
19063           theora streams
19064         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19065           fix bug with finalizing element that never went to PAUSED
19066         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19067           length and position queries were swapped
19068         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19069         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19070         (vorbis_dec_src_event):
19071           implement querying time and bytes
19072
19073 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19074
19075         * just about every source file:
19076           gst_element_error -> GST_ELEMENT_ERROR
19077
19078 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19079
19080         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19081         emiting FLUSH and even before DISCONT.
19082         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19083         get the best instant seeking as possible yay!
19084
19085 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19086
19087         * gst/mpeg1videoparse/gstmp1videoparse.c:
19088         (gst_mp1videoparse_real_chain):
19089           Committed wrong version last week... Grr... Didn't notice until now.
19090
19091 2004-01-29  Julien MOUTTE <julien@moutte.net>
19092
19093         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19095         have_xwindow_id signal in xwindow_create.
19096
19097 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19098
19099         * ext/ogg/gstoggdemux.c:
19100           lots of changes - mainly support for chained bitstreams, seeking,
19101           querying and bugfixes of course
19102         * ext/vorbis/Makefile.am:
19103         * ext/vorbis/vorbisdec.c:
19104         * ext/vorbis/vorbisdec.h:
19105           add vorbisdec raw vorbis decoder
19106         * ext/vorbis/vorbis.c: (plugin_init):
19107           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19108         * gst/intfloat/Makefile.am:
19109         * gst/intfloat/float22int.c:
19110         * gst/intfloat/float22int.h:
19111         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19112           add float2intnew plugin. It converts multichannel interleaved float to
19113           multichannel interleaved int. The name should probably be changed.
19114         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19115         (plugin_init):
19116           add typefinding for raw theora video so oggdemux can detect it.
19117
19118 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19119
19120         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19121         sink element first.
19122         * gst/videoscale/gstvideoscale.c:
19123         (gst_videoscale_handle_src_event): Fixing src event handler.
19124
19125 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19126
19127         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19128         (gst_v4lsrc_open), (gst_v4lsrc_close),
19129         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19130         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19131         * sys/v4l/gstv4lsrc.h:
19132         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19133         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19134           Implement resizing... Hack. But that's why v4l is b0rked...
19135
19136 2004-01-28  Julien MOUTTE <julien@moutte.net>
19137
19138         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19139         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19140         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19141         (gst_ximagesink_xwindow_destroy):
19142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19143         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19144         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19145         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19146         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19147         correctly cleaning the image created to check xshm calls on succes,
19148         added a lot of XSync calls in X11 functions, and fixed a segfault when
19149         no image format was defined before negotiation happened.
19150
19151 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19152
19153         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19154           use gst_element_get_time to get correct time
19155
19156 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19157
19158         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19159         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19160         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19162         (gst_xvimagesink_check_xshm_calls),
19163         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19164         X plugins are now able to detect that XShm calls will fail even if the
19165         server claims that it has XShm support (remote displays most of the
19166         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19167         so that we use non XShm functions. This feature is almost useless for
19168         xvimagesink as Xv is not supported on remote displays anyway, but
19169         it might happen than even on the local display XShm calls fail.
19170
19171 2004-01-27  David Schleef  <ds@schleef.org>
19172
19173         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19174         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19175         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19176         changed esdsink to only use 44100,16,2, since esd sucks at rate
19177         conversion and esdsink has had difficulty negotiating.
19178
19179 2004-01-27  Julien MOUTTE <julien@moutte.net>
19180
19181         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19182         (gst_play_seek_to_time): Fixing the way to get current position.
19183
19184 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19185
19186         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19187           use gst_element_get_time to get correct time
19188
19189 2004-01-27  Julien MOUTTE <julien@moutte.net>
19190
19191         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19192         fix ever... Inverting 2 lines of code make spider autoplug correctly
19193         tagged mp3 !
19194
19195 2004-01-27  David Schleef  <ds@schleef.org>
19196
19197         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19198         Use gst_pad_try_set_caps_nonfixed().
19199
19200 2004-01-27  David Schleef  <ds@schleef.org>
19201
19202         * gst/ac3parse/gstac3parse.c: update to checklist 5
19203         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19204         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19205         * gst/audioscale/gstaudioscale.c: same
19206         * gst/auparse/gstauparse.c: same
19207         * gst/avi/gstavidemux.c: same
19208
19209 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19210
19211         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19212           stop processing after EOS
19213
19214 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19215
19216         * gst/asfdemux/asfheaders.h:
19217         * gst/asfdemux/gstasfdemux.c:
19218         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19219         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19220         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19221           lot's of fixes to make data extraction simpler and get the code
19222           architecture and compiler independant. Add debugging category
19223         * gst/goom/gstgoom.c: (gst_goom_change_state):
19224           reset channel count on PAUSED=>READY, not READY=>PAUSED
19225
19226 2004-01-26  Colin Walters  <walters@verbum.org>
19227
19228         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19229         code to pull a bigger buffer in iradio mode.  This as a side effect
19230         makes typefinding work.
19231
19232 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19233
19234         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19235         Fix SVQ3 decoding on PPC
19236
19237 2004-01-26  Julien MOUTTE <julien@moutte.net>
19238
19239         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19240         that one managed to stay there... Fixed.
19241
19242 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19243
19244         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19245         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19246         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19247         (qtdemux_video_caps):
19248         * gst/qtdemux/qtdemux.h:
19249         Add SVQ3 specific flags to qtdemux and ffmpeg
19250
19251 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19252
19253         * gst-libs/gst/audio/audio.h:
19254           remove buffer-frames from audio caps
19255         * gst/audioconvert/gstaudioconvert.c:
19256           fix plugin to really work.
19257
19258 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19259
19260         * gst-libs/gst/mixer/mixer.c:
19261         * gst-libs/gst/propertyprobe/propertyprobe.c:
19262         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19263         (gst_tuner_find_channel_by_name):
19264         * gst-libs/gst/tuner/tuner.h:
19265           Add gtk-doc style comments. Also fix a function name.
19266
19267 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19268
19269         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19270         (gst_divxdec_negotiate):
19271           Fix for new capsnego - also fixes gst-player with divxdec.
19272
19273 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19274
19275         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19276         (gst_play_identity_handoff), (gst_play_set_location),
19277         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19278         try in visualization implementation. Still have an issue with switch
19279         blocking when pulling from video_queue and only audio comes out of
19280         spider.
19281         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19282         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19283         release method. And check if the pad is usable before pulling.
19284
19285 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19286
19287         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19288         (gst_videobalance_init),
19289         (gst_videobalance_colorbalance_list_channels),
19290         (gst_videobalance_colorbalance_set_value),
19291         (gst_videobalance_colorbalance_get_value),
19292         (gst_videobalance_update_properties),
19293         (gst_videobalance_update_tables_planar411),
19294         (gst_videobalance_planar411):
19295         * gst/videofilter/gstvideobalance.h:
19296           Implement lookup-tables. +/- 10x faster.
19297
19298 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19299
19300         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19301         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19302           The index reading was broken. The rest worked fine, but the whole
19303           goal of my rewrite was to make avidemux readable, and this was
19304           not at all readable. Please use typed variables.
19305
19306 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19307
19308         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19309           Additional pad usability check.
19310         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19311         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19312         (gst_mp1videoparse_real_chain):
19313           Fix MPEG video stream parsing. The original plugin had several
19314           issues, including not timestamping streams where the source was
19315           not timestamped (this happens with PTS values in mpeg system
19316           streams, but MPEG video is also a valid stream on its own so
19317           that needs timestamps too). We use the display time code for that
19318           for now. Also, if one incoming buffer contains multiple valid
19319           frames, we push them all on correctly now, including proper EOS
19320           handling. Lastly, several potential segfaults were fixed, and we
19321           properly sync on new sequence/gop headers to include them in next,
19322           not previous frames (since they're header for the next frame, not
19323           the previous). Also see #119206.
19324         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19325         (bpf_from_header):
19326           Move caps setting so we only do it after finding several valid
19327           MPEG-1 fraes sequentially, not right after the first one (which
19328           might be coincidental).
19329         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19330         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19331         (plugin_init):
19332           Add unsynced MPEG video stream typefinding, and change some
19333           probability values so we detect streams rightly. The idea is as
19334           follows: I can have an unsynced system stream which contains
19335           video. In the current code, I would randomly get a type for either
19336           system or video stream type found, because the probabilities are
19337           being calculated rather randomly. I now use fixed values, so we
19338           always prefer system stream if that was found (and that is how it
19339           should be). If no system stream was found, we can still identity                the stream as video-only.
19340
19341 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19342
19343         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19344         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19345           don't write to buffer. Extract data without the need of
19346           __attribute__ ((packed))
19347
19348 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19349
19350         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19351         (mpeg1_sys_type_find):
19352           Fix MPEG-1 stream typefinding.
19353
19354 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19355
19356         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19357           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19358
19359 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19360
19361         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19362         * ext/esd/gstesd.c: (plugin_init):
19363           private debugging, better error reporting
19364
19365 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19366
19367         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19368         (gst_riff_read_init), (gst_riff_read_change_state):
19369         * gst-libs/gst/riff/riff-read.h:
19370           Remove stuff fromold metadata system.
19371
19372 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19373
19374         * ext/ogg/gstoggdemux.c:
19375           Fix wrong file comment.
19376         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19377         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19378           Add metadata reading properly.
19379
19380 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19381
19382         * ext/Makefile.am:
19383           Fix nas DIST_SUBDIRS
19384           Uraeus:
19385           Fix bug where make distcheck doesn't get run on adding stuff to
19386           the build.
19387
19388 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19389
19390         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19391         * ext/divx/gstdivxdec.h:
19392           Fix divx3 ("msmpeg4") playback using divxdec.
19393
19394 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19395
19396         * gst/typefind/gsttypefindfunctions.c:
19397         (mp3_type_frame_length_from_header): fix bug in length computation
19398         (mp3_type_find): improve debugging output
19399
19400 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19401
19402         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19403         (gst_play_set_location), (gst_play_seek_to_time),
19404         (gst_play_set_audio_sink), (gst_play_set_visualization),
19405         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19406         the pipeline from scratch. Visualization is back and switch went out as
19407         i realized it was not possible to use the way i wanted.
19408         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19409         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19410         clearing in state change from READY to NULL. So that one can clean the
19411         X ressources keeping the element.
19412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19413         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19414         (gst_xvimagesink_colorbalance_set_value),
19415         (gst_xvimagesink_colorbalance_get_value),
19416         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19417         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19418         change from READY to NULL and fixed some stupid bugs in colorbalance
19419         get/set values. Also added the following feature : when nobody tries to
19420         set some values to the colorbalance levels before the xcontext is
19421         grabbed, then when creating channels list from Xv attributes we set the
19422         internal values to the Xv defaults. This way we handle buggy Xv drivers
19423         that set default hue values far from the middle of the range (Thanks
19424         to Jon Trowbridge for pointing that issue).
19425         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19426         colorbalance levels have been set before xcontext is grabbed.
19427
19428 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19429
19430         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19431           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19432           it might block operations (which is bad for a mixer).
19433
19434 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19435
19436         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19437         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19438         (gmip_find_type_pre):
19439         * gst-libs/gst/media-info/media-info-priv.h:
19440         * gst-libs/gst/media-info/media-info.c:
19441         (gst_media_info_instance_init), (gst_media_info_read_idler):
19442         add fakesink to get caps on decoder src pad again
19443         fix callback prototype to match new have_type signal signature
19444
19445 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19446
19447         * gst/adder/gstadder.c: (gst_adder_link):
19448           fix non-compile and cut-n-paste code
19449
19450 2004-01-21  David Schleef  <ds@schleef.org>
19451
19452         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19453         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19454         (gst_swfdec_init), (gst_swfdec_change_state):
19455         * ext/swfdec/gstswfdec.h:
19456         Fix negotiation.
19457         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19458         (gst_adder_request_new_pad): Fix negotiation.
19459         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19460         Add a fixate function.
19461         * gst/intfloat/gstfloat2int.c:
19462         * gst/intfloat/gstfloat2int.h:
19463         * gst/intfloat/gstint2float.c:
19464         * gst/intfloat/gstint2float.h:
19465         Completely rewrite the negotiation.  Doesn't quite work yet,
19466         due to some buffer-frames problem.
19467
19468 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19469
19470         * ext/gnomevfs/gstgnomevfssrc.c:
19471         * sys/v4l2/v4l2_calls.h:
19472           fix includes for distcheck
19473
19474 2004-01-21  Christian Schaller <uraeus@gnome.org>
19475
19476         * ext/nas/
19477         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19478         based on earlier patch from Laurent Vivier
19479
19480 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19481
19482         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19483         Fix wma caps property
19484         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19485         Fix typo (flags1 and flags2)
19486
19487 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19488
19489         * gst-libs/gst/media-info/media-info-priv.c:
19490         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19491         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19492         (gmip_find_stream), (gmip_find_track_metadata),
19493         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19494         (gmip_find_track_format):
19495         * gst-libs/gst/media-info/media-info-priv.h:
19496         * gst-libs/gst/media-info/media-info-test.c: (main):
19497         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19498         (gst_media_info_read_idler), (gst_media_info_read):
19499         * gst-libs/gst/media-info/media-info.h:
19500           register debugging category and use it for debugging
19501
19502 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19503
19504         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19505         (gst_vorbisfile_new_link):
19506           signal streaminfo through tags
19507
19508 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19509
19510         * ext/mplex/gstmplex.cc:
19511         * ext/mplex/gstmplexibitstream.cc:
19512           g++ doesn't like NULL in our i18n/error macros, should be
19513           either (NULL) or ("").
19514
19515 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19516
19517         * sys/dxr3/dxr3audiosink.c:
19518         * sys/dxr3/dxr3init.c:
19519         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19520         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19521           Fix more error error error errors (missing includes here).
19522
19523 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19524
19525         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19526           fix thomas' error errors.
19527
19528 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19529
19530         * ext/mpeg2enc/gstmpeg2enc.cc:
19531           fix error errors.
19532
19533 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19534
19535         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19536         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19537           Fix for new error system.
19538
19539 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19540
19541         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19542           fix for new error reporting
19543
19544 2004-01-20  David Schleef  <ds@schleef.org>
19545
19546         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19547         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19548         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19549         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19550         and neither is 100+, most likely.
19551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19552         (gst_xvimagesink_getcaps): same
19553
19554 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19555
19556         * configure.ac:
19557           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19558           clashes with ffmpeg.
19559
19560 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19561
19562         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19563         (gst_switch_init): Fixed switch element : proxying link and setting
19564         caps from src to sink on request.
19565
19566 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19567
19568         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19569         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19570         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19571         fix element_error
19572
19573 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19574
19575         * sys/v4l/v4l_calls.h:
19576         * sys/v4l2/v4l2_calls.h:
19577           element_error fixes
19578
19579 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19580
19581         * gst-libs/gst/gst-i18n-plugin.h:
19582           add locale.h
19583           remove config.h inclusion
19584
19585 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19586
19587         * autogen.sh:
19588           adding autopoint invocation
19589         * Makefile.am:
19590         * configure.ac:
19591         * gst-libs/gst/gettext.h:
19592           adding gettext bits
19593         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19594         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19595         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19596         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19597         (gst_gnomevfssink_close_file):
19598         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19599         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19600         * gst-libs/gst/gst-i18n-plugin.h:
19601         * gst/avi/gstavi.c: (plugin_init):
19602         * sys/dxr3/dxr3init.c: (plugin_init):
19603         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19604         * sys/oss/gstossaudio.c: (plugin_init):
19605         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19606         * sys/v4l/gstv4l.c: (plugin_init):
19607         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19608         * sys/v4l2/gstv4l2.c: (plugin_init):
19609         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19610         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19611         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19612         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19613         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19614         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19615           make sure locale and translation domain are set
19616           fix translated strings
19617         * po/.cvsignore:
19618         * po/LINGUAS:
19619         * po/Makevars:
19620         * po/POTFILES.in:
19621         * po/nl.po:
19622           put translation files into place
19623         * sys/xvideo/imagetest.c: (main):
19624         * ext/dv/demo-play.c: (main):
19625           fix unnecessary translations
19626
19627 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19628
19629         * ext/sndfile/gstsf.c:
19630         * gst/avi/gstavimux.c:
19631         * ext/audiofile/gstafsink.c:
19632         * ext/audiofile/gstafsrc.c:
19633         * ext/gnomevfs/gstgnomevfssink.c:
19634         * ext/gnomevfs/gstgnomevfssrc.c:
19635         * sys/oss/gstosselement.c:
19636         * sys/v4l/v4l_calls.h:
19637           fix i18n include
19638
19639 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19640
19641         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19642         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19643         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19644         (gst_v4l2_get_output), (gst_v4l2_set_output),
19645         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19646         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19647         (gst_v4l2_set_attribute):
19648         update to new error handling
19649
19650 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19651
19652         * ext/sidplay/gstsiddec.cc:
19653         * gst/modplug/gstmodplug.cc:
19654           parenthese NULL because C++ seems angry about it
19655
19656 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19657
19658         * gst-libs/gst/gst-i18n-plugin.h:
19659           add skeleton i18n stuff, but needs to be further implemented
19660
19661 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19662
19663         * examples/gstplay/player.c: (main):
19664         * ext/aalib/gstaasink.c: (gst_aasink_open):
19665         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19666         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19667         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19668         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19669         (gst_afsink_close_file):
19670         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19671         (gst_afsrc_close_file):
19672         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19673         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19674         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19675         * ext/esd/esdmon.c: (gst_esdmon_get):
19676         * ext/esd/esdsink.c: (gst_esdsink_chain):
19677         * ext/faac/gstfaac.c: (gst_faac_chain):
19678         * ext/faad/gstfaad.c: (gst_faad_chain):
19679         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19680         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19681         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19682         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19683         (gst_flacdec_loop):
19684         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19685         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19686         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19687         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19688         (gst_gnomevfssink_close_file):
19689         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19690         (gst_gnomevfssrc_open_file):
19691         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19692         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19693         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19694         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19695         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19696         * ext/mad/gstmad.c: (gst_mad_chain):
19697         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19698         * ext/mpeg2dec/gstmpeg2dec.c:
19699         * ext/mpeg2enc/gstmpeg2enc.cc:
19700         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19701         * ext/mplex/gstmplex.cc:
19702         * ext/mplex/gstmplexibitstream.cc:
19703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19704         (gst_ogg_demux_push), (gst_ogg_pad_push):
19705         * ext/raw1394/gstdv1394src.c:
19706         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19707         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19708         * ext/sidplay/gstsiddec.cc:
19709         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19710         (gst_sf_loop):
19711         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19712         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19713         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19714         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19715         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19716         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19717         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19718         * gst-libs/gst/Makefile.am:
19719         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19720         (gst_riff_read_element_data), (gst_riff_read_seek),
19721         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19722         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19723         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19724         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19725         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19726         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19727         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19728         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19729         * gst/goom/gstgoom.c: (gst_goom_chain):
19730         * gst/id3/gstid3types.c: (gst_id3types_loop):
19731         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19732         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19733         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19734         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19735         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19736         (gst_ebml_read_float), (gst_ebml_read_header):
19737         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19738         (gst_matroska_demux_parse_blockgroup):
19739         * gst/modplug/gstmodplug.cc:
19740         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19741         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19742         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19743         * gst/silence/gstsilence.c: (gst_silence_get):
19744         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19745         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19746         * gst/speed/gstspeed.c: (speed_loop):
19747         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19748         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19749         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19750         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19751         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19752         (gst_wavparse_loop):
19753         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19754         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19755         (dxr3audiosink_close):
19756         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19757         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19758         (dxr3videosink_close), (dxr3videosink_write_data):
19759         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19760         * sys/oss/gstosselement.h:
19761         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19762         (gst_osssink_chain):
19763         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19764         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19765         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19766         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19767         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19768         (gst_v4l_enable_overlay):
19769         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19770         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19771         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19772         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19773         (gst_v4l_set_audio):
19774         * sys/v4l/v4l_calls.h:
19775         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19776         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19777         (gst_v4lmjpegsink_playback_init),
19778         (gst_v4lmjpegsink_playback_start):
19779         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19780         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19781         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19782         (gst_v4lmjpegsrc_requeue_frame):
19783         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19784         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19785         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19786         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19787         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19788         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19789         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19790         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19791         (gst_v4l2src_capture_stop):
19792         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19793         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19794         (gst_ximagesink_chain):
19795         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19796         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19797         (gst_xvideosink_xwindow_new):
19798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19799         (gst_xvimagesink_chain):
19800         use new error signal, function and categories
19801
19802 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19803
19804         * configure.ac:
19805         * ext/Makefile.am:
19806         * ext/musicbrainz/gsttrm.c:
19807         * ext/musicbrainz/gsttrm.h:
19808         * ext/musicbrainz/Makefile.am:
19809         Add a trm plugin
19810
19811 2004-01-18  Julien MOUTTE  <julien@moutte.net>
19812
19813         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
19814         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
19815         synchronous property for debugging.
19816         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
19817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19818         (gst_xvimagesink_set_property): Moving a pointer declaration to a
19819         smaller block, fixing indent.
19820
19821 2004-01-16  David Schleef  <ds@schleef.org>
19822
19823         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
19824         property affects the video stream.
19825         * sys/xvimage/xvimagesink.c:
19826         * sys/xvimage/xvimagesink.h:
19827         Add synchronous property for debugging.  Should probably be
19828         disabled in non-CVS builds.  Make sure that the Xv attribute
19829         exists before we set it (crash!).  Fix a silly float bug that
19830         caused colorbalance to just not work.
19831
19832 2004-01-17  Christian Schaller <Uraeus@gnome.org>
19833
19834         * tools/gst-launch-ext.in - update for new plugins
19835
19836 2004-01-16  David Schleef  <ds@schleef.org>
19837
19838         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
19839         already-freed caps.
19840
19841 2994-01-16  Christian Schaller <Uraeus@gnome.org>
19842
19843         * Update spec for new colorspace plugin and libcaca plugin
19844         * Fix compilation of libcaca plugin (clock -> id)
19845
19846 2004-01-16  Julien MOUTTE <julien@moutte.net>
19847
19848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
19849         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19850         (gst_xvimagesink_set_xwindow_id),
19851         (gst_xvimagesink_colorbalance_set_value),
19852         (gst_xvimagesink_colorbalance_get_value),
19853         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19854         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
19855         correct colorbalance properties. They can now be set when the element
19856         is still in NULL state. The values will be committed to the Xv Port
19857         when xcontext is initialized.
19858         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
19859         brightness int values in the GstXvImagesink structure.
19860
19861 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19862
19863         * gst-libs/gst/Makefile.am:
19864           restructure so having local patches works easier.
19865
19866 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19867
19868         * ext/mpeg2enc/Makefile.am:
19869         * ext/mpeg2enc/gstmpeg2enc.cc:
19870         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19871           Bugfix with respect to EOS handling.
19872
19873 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19874
19875         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
19876           Link with right caps (else, it segfaults).
19877         * ext/mplex/gstmplexjob.cc:
19878           Fix for slight API change in 1.6.1.93 release of mjpegtools.
19879
19880 2004-01-15  David Schleef  <ds@schleef.org>
19881
19882         * gst-libs/gst/audio/Makefile.am:
19883         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
19884         from the template.
19885         * gst-libs/gst/audio/gstaudiofilter.c:
19886         * gst-libs/gst/audio/gstaudiofilter.h:
19887         Add bytes_per_sample and size and n_samples calculation.
19888         * gst-libs/gst/audio/gstaudiofilterexample.c:
19889         Remove, now autogenerated.
19890         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19891         Moved from gstaudiofilterexample, object name changed, code added
19892         so that it actually works.
19893         * gst-libs/gst/audio/make_filter:
19894         Script to build an audiofilter subclass from the template.
19895         * gst/colorspace/Makefile.am:
19896         * gst/colorspace/yuv2yuv.c:
19897         Remove file, since it's GPL, and we don't use it.
19898
19899 2004-01-15  Julien MOUTTE  <julien@moutte.net>
19900
19901         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
19903         them use the buffer free function to test how the buffer was allocated.
19904
19905 2004-01-15  David Schleef  <ds@schleef.org>
19906
19907         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
19908         that handles osssink fallback.
19909         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19910         (gst_audio_convert_getcaps):
19911         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19912         Add audio/x-qdm2 for QDM2 audio.
19913         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19914         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
19915         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19916         Decrease minimum size to 16x16.
19917         * gst/wavparse/gstwavparse.c:
19918         Convert disabled pad template caps to new caps.
19919         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19921         (gst_xvimagesink_chain): Throw element error when display cannot
19922         be opened.  Increase minimum framerate to 1.0.  Check the data
19923         free function on a buffer to make sure it is the type we expect
19924         before manipulating it.
19925
19926 2004-01-15  Julien MOUTTE <julien@moutte.net>
19927
19928         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
19929         (gst_videobalance_colorbalance_set_value): Implement passthru if
19930         settings are in the middle.
19931         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
19932
19933 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19934
19935         * gst/videofilter/Makefile.am:
19936         * gst/volume/Makefile.am:
19937           Since we use videofilter symbols, link to it.
19938
19939 2004-01-15  Julien MOUTTE <julien@moutte.net>
19940
19941         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
19942         mixer interface type to HARDWARE.
19943         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
19944         type to SOFTWARE.
19945         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
19946         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
19947         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
19948         (gst_volume_interface_init), (gst_volume_list_tracks),
19949         (gst_volume_set_volume), (gst_volume_get_volume),
19950         (gst_volume_set_mute), (gst_volume_mixer_init),
19951         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
19952         (volume_init): Implementing mixer interface.
19953         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
19954         * sys/oss/gstosselement.c: (gst_osselement_get_type),
19955         (gst_osselement_change_state): Removing some trailing commas in
19956         structures.
19957         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
19958         interface type to HARDWARE.
19959         * sys/v4l/gstv4lcolorbalance.c:
19960         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
19961         type to HARDWARE.
19962         * sys/v4l2/gstv4l2colorbalance.c:
19963         (gst_v4l2_color_balance_interface_init): Setting colorbalance
19964         interface type to HARDWARE.
19965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
19966         same code than ximagesink for event handling.
19967
19968 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19969
19970         * ext/snapshot/Makefile.am:
19971         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
19972         (gst_snapshot_chain):
19973         * ext/snapshot/gstsnapshot.h:
19974           This has to be a joke... Snapshot should be connected to a tee,
19975           colorspace element before it and EOS after that, where the other
19976           src of the tee receives normal data.
19977           The current way is *wrong*.
19978
19979 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19980
19981         * ext/hermes/gsthermescolorspace.c:
19982           Fix another compile error. Same as below.
19983
19984 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19985
19986         * gst/colorspace/gstcolorspace.c:
19987         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
19988         (gst_colorspace_i420_to_yv12):
19989           Fix compiling... Didn't test if it actually works.
19990
19991 2004-01-15  David Schleef  <ds@schleef.org>
19992
19993         * configure.ac:
19994         * gst/colorspace/Makefile.am:
19995         * gst/colorspace/gstcolorspace.c:
19996         * gst/colorspace/gstcolorspace.h:
19997         * gst/colorspace/yuv2rgb.c:
19998         * gst/colorspace/yuv2rgb.h:
19999         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20000         code and GPL code.  Fix for new caps negotiation.  Rewrite
20001         much of the format handling code, and some of the conversion
20002         code.  Basically, rewrote almost everything.  This element
20003         handles I420, YV12 to RGB conversions.
20004         * ext/hermes/Makefile.am:
20005         * ext/hermes/gsthermescolorspace.c:
20006         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20007         Remove non-Hermes related code.  This element handles lots of
20008         RGB to RGB conversions, but no YUV.
20009         * ext/hermes/gstcolorspace.c:
20010         * ext/hermes/gstcolorspace.h:
20011         * ext/hermes/rgb2yuv.c:
20012         * ext/hermes/yuv2rgb.c:
20013         * ext/hermes/yuv2rgb.h:
20014         * ext/hermes/yuv2rgb_mmx16.s:
20015         * ext/hermes/yuv2yuv.c:
20016         * ext/hermes/yuv2yuv.h:
20017         Remove old code.
20018
20019 2004-01-14  Colin Walters  <walters@verbum.org>
20020
20021         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20022         they've already been.
20023
20024 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20025
20026         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20027           assume tag mode when pad is not connected
20028
20029 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20030
20031         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20032           Don't update the time of the clock
20033         (gst_alsa_sink_loop):
20034           sync to the clock given to alsasink, not the own clock
20035         * sys/oss/gstosssink.c: (gst_osssink_chain):
20036           sync to the clock
20037         (gst_osssink_change_state):
20038           activate the clock
20039         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20041           remove bogus code that made DISCONT events unhandled
20042         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20043           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20044           #131502)
20045         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20046         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20047         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20048           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20049           2nd warning in bug #131502)
20050
20051 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20052
20053         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20054         (gst_videobalance_colorbalance_set_value),
20055         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20056         for colorbalance interface implementation.
20057         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20058         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20059         (gst_ximagesink_dispose), (gst_ximagesink_init),
20060         (gst_ximagesink_class_init): Adding DISPLAY property.
20061         * sys/ximage/ximagesink.h: Adding display_name to store display.
20062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20063         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20064         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20065         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20066         properties (they still need polishing though for gst-launch use : no
20067         xcontext yet, i ll do that tomorrow).
20068         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20069
20070 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20071
20072         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20073         (gst_play_set_location), (gst_play_set_visualization): Preparing
20074         switch integration, adding videobalance in the pipeline.
20075
20076 2004-01-14  Julien MOUTTE <julien@moutte.net>
20077
20078         * gst-libs/gst/colorbalance/colorbalance.c:
20079         (gst_color_balance_class_init): Adding a default type.
20080         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20081         the type.
20082         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20083         (gst_videobalance_dispose), (gst_videobalance_class_init),
20084         (gst_videobalance_init), (gst_videobalance_interface_supported),
20085         (gst_videobalance_interface_init),
20086         (gst_videobalance_colorbalance_list_channels),
20087         (gst_videobalance_colorbalance_set_value),
20088         (gst_videobalance_colorbalance_get_value),
20089         (gst_videobalance_colorbalance_init): Implementing colorbalance
20090         interface.
20091         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20092         list.
20093         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20094         bug which was triggering a BadAccess X error when setting an overlay
20095         before pad was really negotiated.
20096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20097         Using the colorbalance type macro.
20098
20099 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20100
20101         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20102         (gst_flacenc_chain):
20103           handle tags correctly
20104         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20105           extract ID3v1 tags correctly
20106
20107 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20108
20109         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20110         (plugin_init):
20111           Improve matroska typefinding for odd-typed headers...
20112
20113 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20114
20115         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20116           Fix for using incremental number on padnames.
20117
20118 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20119
20120         * ext/divx/gstdivxdec.c:
20121         * ext/divx/gstdivxenc.c:
20122           Set category to divx4linux instead of divx (too generic).
20123         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20124         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20125         (gst_wavparse_loop), (gst_wavparse_change_state):
20126         * gst/wavparse/gstwavparse.h:
20127           fix parsing of WAV files with non-standard fmt-tag size and fix
20128           skipping of unrecognized chunks... Someone please fix this thing
20129           to use rifflib so all this is automated.
20130         * sys/v4l/Makefile.am:
20131         * sys/v4l2/Makefile.am:
20132           Add X_CFLAGS because we depend on X (for overlay).
20133
20134 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20135
20136         * ext/mpeg2dec/gstmpeg2dec.c:
20137           Don't issue a timestamp unless we tagged the frame
20138           with a PTS.
20139
20140 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20141
20142         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20143           Query the audio element to get the time, not the clock. We're
20144           interested in the element's time here.
20145
20146 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20147
20148         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20149         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20150         * ext/esd/esdsink.c: (gst_esdsink_chain):
20151         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20152         * ext/mas/massink.c: (gst_massink_chain):
20153         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20154         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20155         (gst_matroska_demux_parse_metadata):
20156         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20157         (gst_mpeg_parse_release_locks):
20158         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20159         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20160         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20161         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20162         (gst_osssink_change_state):
20163         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20164         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20165         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20166         (gst_xvideosink_release_locks):
20167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20168           use element time.
20169         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20170         (gst_alsa_clock_stop):
20171         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20172         (gst_audio_clock_get_internal_time):
20173           simplify for use with new clocking code.
20174         * testsuite/alsa/Makefile.am:
20175         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20176           fix testsuite for new caps system
20177
20178 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20179
20180         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20181         * ext/flac/gstflacenc.c: (add_one_tag):
20182           length is already host endian, no need to convert. Fixes playback of
20183           tagged files on PPC. (bug #128384)
20184
20185 2004-01-13  Julien MOUTTE <julien@moutte.net>
20186
20187         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20188         colorbalance interface stating if it is hardware based or software
20189         based.
20190         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20191         Removing a trailing comma.
20192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20193         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20194         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20195         the documentation seems to be wrong on the -1000 to 1000 interval.
20196
20197 2004-01-12  David Schleef  <ds@schleef.org>
20198
20199         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20200         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20201         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20202         Fix negotiation.  Add a bufferalloc function for the sink pad,
20203         and generally clean up some of the code.
20204
20205 2004-01-12  Julien MOUTTE <julien@moutte.net>
20206
20207         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20208         (gst_color_balance_channel_dispose): Adding safety check in dispose
20209         method.
20210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20211         (gst_xvimagesink_xcontext_clear),
20212         (gst_xvimagesink_interface_supported),
20213         (gst_xvimagesink_colorbalance_list_channels),
20214         (gst_xvimagesink_colorbalance_set_value),
20215         (gst_xvimagesink_colorbalance_get_value),
20216         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20217         Adding colorbalance interface support to set XV parameters such as
20218         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20219         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20220         interface.
20221
20222 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20223
20224         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20225         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20226         (gst_audio_convert_init), (gst_audio_convert_set_property),
20227         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20228         (gst_audio_convert_link),
20229         (gst_audio_convert_buffer_to_default_format),
20230         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20231           - implement _getcaps and use it
20232           - improve linking
20233           - remove float caps since no float conversion is actually done
20234           - remove properties and arguments that were to be used for rate
20235             conversion
20236
20237 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20238
20239         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20240         (gst_audio_structure_set_int):
20241         * gst-libs/gst/audio/audio.h:
20242           add helper functions for _getcaps matching the standard audio
20243           templates
20244
20245 2004-01-12  David Schleef  <ds@schleef.org>
20246
20247         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20248         Test that pad is negotiated before getting its caps.
20249
20250 2004-01-12  Julien MOUTTE <julien@moutte.net>
20251
20252         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20253         analyzing the pads of an element the bin is mostly in READY state so
20254         no caps were negotiated. This helper function needs to work with
20255         _get_caps directly then. I was not freeing them though, added that to
20256         fix the mem leak.
20257
20258 2004-01-12  Julien MOUTTE <julien@moutte.net>
20259
20260         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20262         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20263         than the free_func.
20264
20265 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20266
20267         * sys/oss/gstossaudio.c: (plugin_init):
20268         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20269         * sys/oss/gstosselement.h:
20270           make an oss debugging category
20271           make failure more descriptive
20272
20273 2004-01-11  David Schleef  <ds@schleef.org>
20274
20275         * ext/ffmpeg/gstffmpeg.c:
20276         * ext/ffmpeg/gstffmpegcodecmap.c:
20277         * ext/ffmpeg/gstffmpegdec.c:
20278         * ext/ffmpeg/gstffmpegenc.c:
20279         * ext/ffmpeg/gstffmpegprotocol.c:
20280         * ext/gdk_pixbuf/gstgdkanimation.c:
20281         * ext/jpeg/gstjpeg.c:
20282         * ext/libpng/gstpng.c:
20283         * ext/mpeg2dec/perftest.c:
20284         * ext/speex/gstspeex.c:
20285         * gst-libs/gst/resample/dtos.c:
20286         * gst/intfloat/gstintfloatconvert.c:
20287         * gst/oneton/gstoneton.c:
20288         * gst/rtjpeg/RTjpeg.c:
20289         * gst/rtp/gstrtp.c:
20290         * sys/dxr3/dxr3init.c:
20291         * sys/glsink/gstgl_nvimage.c:
20292         * sys/glsink/gstgl_pdrimage.c:
20293         * sys/glsink/gstglsink.c:
20294         * testsuite/gst-lint:
20295         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20296
20297 2004-01-11  David Schleef  <ds@schleef.org>
20298
20299         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20300         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20301         * ext/gdk_pixbuf/gstgdkanimation.c:
20302         (gst_gdk_animation_iter_create_pixbuf):
20303         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20304         (gst_gdk_pixbuf_chain):
20305         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20306         * ext/jack/gstjack.c: (gst_jack_change_state):
20307         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20308         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20309         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20310         * gst/videofilter/gstvideofilter.c:
20311         (gst_videofilter_set_output_size):
20312         Remove all usage of gst_pad_get_caps(), and replace it with
20313         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20314
20315 2004-01-11  David Schleef  <ds@schleef.org>
20316
20317         * configure.ac:
20318         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20319         * ext/divx/gstdivxdec.c:
20320         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20321         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20322         handle images that span multiple buffers.  Now work with both
20323         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20324         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20325         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20326         video/video.h changes
20327         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20328         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20329         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20330         of GstData free function.
20331         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20332         same.
20333
20334 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20335
20336         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20337         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20338         (gst_v4l2element_get_property):
20339         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20340           add norm, channel and frequency properties.
20341         * sys/v4l2/gstv4l2tuner.c:
20342           fixes for tuner interface changes
20343         * sys/v4l2/gstv4l2element.h:
20344         * sys/v4l2/gstv4l2src.c:
20345         * sys/v4l2/gstv4l2src.h:
20346         * sys/v4l2/v4l2src_calls.c:
20347         * sys/v4l2/v4l2src_calls.h:
20348           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20349
20350 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20351
20352         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20353         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20354         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20355         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20356         * gst-libs/gst/tuner/tuner.h:
20357           GObjects aren't const.
20358           Add find_by_name functions.
20359           Add checks to _changed functions.
20360         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20361         (gst_v4l_tuner_get_norm):
20362           Fixes for above.
20363
20364 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20365
20366         * gst-libs/gst/video/video.h:
20367           Fix caps template names to be understandable.
20368           Prefix everything with GST_VIDEO.
20369         * ext/aalib/gstaasink.c:
20370         * ext/divx/gstdivxdec.c:
20371         * ext/divx/gstdivxenc.c:
20372         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20373         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20374         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20375         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20376         * ext/libcaca/gstcacasink.c:
20377         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20378         * ext/snapshot/gstsnapshot.c:
20379         * ext/swfdec/gstswfdec.c:
20380         * ext/xvid/gstxviddec.c:
20381         * ext/xvid/gstxvidenc.c:
20382         * gst/chart/gstchart.c:
20383         * gst/deinterlace/gstdeinterlace.c:
20384         * gst/effectv/gsteffectv.c:
20385         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20386         * gst/goom/gstgoom.c:
20387         * gst/median/gstmedian.c:
20388         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20389         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20390         * gst/overlay/gstoverlay.c:
20391         * gst/smooth/gstsmooth.c:
20392         * gst/smpte/gstsmpte.c:
20393         * gst/synaesthesia/gstsynaesthesia.c:
20394         * gst/videocrop/gstvideocrop.c:
20395         * gst/videodrop/gstvideodrop.c:
20396         * gst/y4m/gsty4mencode.c:
20397         * sys/qcam/gstqcamsrc.c:
20398         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20399           Make them work with new video.h file.
20400         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20401         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20403         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20404           Make it work with new buffer allocation system.
20405
20406 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20407
20408         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20409         pad_alloc_buffer implementation to use ->srcpad
20410         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20411         pad_alloc_buffer implementation to use ->srcpad
20412         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20413         pad_alloc_buffer implementation to use ->srcpad
20414         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20415         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20416         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20417         a reference to everything we need.
20418         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20420         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20421         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20422         a reference to everything we need.
20423         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20424
20425 2004-01-11  David Schleef  <ds@schleef.org>
20426
20427         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20428         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20429         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20430         structure members.
20431         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20432         value during a resize/renegotiation.
20433         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20434         gst_pad_alloc_buffer();
20435         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20436         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20437         structure members.
20438         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20439         Fix for rename of buffer private structure members.
20440         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20441         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20442         Fix for rename of buffer private structure members.
20443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20444         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20445         Fix for rename of buffer private structure members.
20446
20447 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20448
20449         reviewed by: David Schleef <ds@schleef.org>
20450
20451         * gst/videofilter/Makefile.am:
20452         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20453         from the patch by ds to fit in with recent make_filter changes.
20454
20455 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20456
20457         * configure.ac: Adding examples/switch/Makefile
20458         * examples/Makefile.am: Adding examples/switch
20459         * examples/switch/Makefile.am: Adding switcher example.
20460         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20461         (switch_timer), (main): Adding an example demonstrating switch usage
20462         with 2 videotestsrc showing different patterns.
20463         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20464         (gst_switch_init): Fixing switch with the new caps system.
20465
20466 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20467
20468         * gst-libs/gst/video/video.h:
20469           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20470           They should probably be like
20471           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20472
20473 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20474
20475         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20476         (qtdemux_parse_trak):
20477           fix audio chunk size/timestamp calculation
20478
20479 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20480
20481         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20482           fix SVQ3 caps
20483
20484 2004-01-11  Steve Baker  <steve@stevebaker.org>
20485
20486         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20487         (gst_agingtv_base_init), (gst_agingtv_class_init),
20488         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20489         (gst_agingtv_set_property), (gst_agingtv_get_property):
20490         Port agingTV to videofilter
20491
20492 2004-01-09  Julien MOUTTE <julien@moutte.net>
20493
20494         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20495         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20496
20497 2004-01-09  Julien MOUTTE <julien@moutte.net>
20498
20499         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20500         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20501         * gst-libs/gst/xoverlay/xoverlay.c:
20502         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20503         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20504         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20505         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20506         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20507         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20508         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20509         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20510         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20511         interface implementation to handle xid being 0 and fix some bugs
20512         triggered by Benjamin's testcase.
20513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20514         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20515         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20516         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20517         interface implementation to handle xid being 0 and fix some bugs
20518         triggered by Benjamin's testcase.
20519
20520 2004-01-09  David Schleef  <ds@schleef.org>
20521
20522         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20523         mouse pointer events.  It works.
20524
20525 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20526
20527         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20528           Use explicit caps - fix capsnego.
20529         * ext/xvid/gstxviddec.c:
20530         * ext/xvid/gstxvidenc.c:
20531           Remove macro-inside-macro which caused compile errors.
20532         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20533           Error out if it's not a RIFF file. Else we error out without
20534           gst_element_error() which is not good...
20535
20536 2004-01-08  David Schleef  <ds@schleef.org>
20537
20538         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20539         Fix pad_link function to handle formats that ffmpeg returns
20540         as multiple caps structures.
20541         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20542         Only complain if source buffer is _smaller_ than expected.
20543         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20544         (gst_videoscale_handle_src_event): Resize navigation events
20545         when passing them upstream.
20546         * gst/videotestsrc/gstvideotestsrc.c:
20547         * gst/videotestsrc/gstvideotestsrc.h:
20548         * gst/videotestsrc/videotestsrc.c:
20549         * gst/videotestsrc/videotestsrc.h:
20550         Rewrite many of the buffer painting functions to handle odd
20551         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20552         been verified to work with my video card.
20553         * testsuite/gst-lint:  Add check for elements calling
20554         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20555
20556 2004-01-08  David Schleef  <ds@schleef.org>
20557
20558         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20559         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20560
20561 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20562
20563         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20564         configure event is not emiting the desired size signal. That fixes
20565         aspect ratio issues with gst-player.
20566
20567 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20568
20569         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20570           Fix capsnego.
20571
20572 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20573
20574         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20575         public method to fire size signal.
20576
20577 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20578
20579         * examples/gstplay/Makefile.am: Adding the interface library.
20580         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20581         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20582         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20583         GST_IS_X_OVERLAY before signal connect.
20584         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20585         Removing the have_video_size signal.
20586         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20587         and associated public method.
20588         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20589         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20590         signal.
20591         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20592         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20593         signal.
20594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20595         Using XOverlay public method to fire size signal.
20596
20597 2004-01-07  David Schleef  <ds@schleef.org>
20598
20599         * gst/videofilter/Makefile.am:
20600         * gst/videofilter/gstvideotemplate.c:
20601         * gst/videofilter/make_filter:
20602         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20603         Convert make_filter to /bin/sh script.
20604
20605 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20606
20607         * gst/modplug/gstmodplug.cc: fix element description
20608
20609 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20610
20611         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20612         (got_video_size): Adding some new lines in g_print calls.
20613         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20614         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20615         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20616         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20617         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20618         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20619         Complete code review, reverting some stuff i disagree with, adding
20620         some fixes : time synchronization on invalid timestamps, renegotiation
20621         of private window.
20622         * sys/ximage/ximagesink.h:
20623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20624         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20625         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20626         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20627         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20628         (gst_xvimagesink_buffer_new),
20629         (gst_xvimagesink_navigation_send_event),
20630         (gst_xvimagesink_set_xwindow_id),
20631         (gst_xvimagesink_get_desired_size),
20632         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20633         stuff i disagree with, adding some fixes : Renegotiation of private
20634         window, implementing get_desired_size.
20635
20636 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20637
20638         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20639         (gst_afsink_handle_event):
20640         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20641         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20642         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20643         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20644         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20645           Fix for instantiate-test (see core). Also remove dead code from
20646           jpegenc (which still needs fixing, but that's lower on my TODO
20647           list...).
20648         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20649           Never return NULL as caps.
20650
20651 2004-01-07  David Schleef  <ds@schleef.org>
20652
20653         * configure.ac:
20654         * ext/Makefile.am:
20655         * ext/librfb/Makefile.am:
20656         * ext/librfb/gstrfbsrc.c:
20657         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20658         is the protocol used by VNC.
20659
20660 2004-01-07  David Schleef  <ds@schleef.org>
20661
20662         * gst/videofilter/gstvideotemplate.c:
20663         * gst/videofilter/gstvideotemplate.h:
20664         * gst/videofilter/make_filter:
20665         Merge videotemplate header into source file.
20666         * gst/effectv/Makefile.am:
20667         * gst/effectv/gsteffectv.c: (plugin_init):
20668         * gst/effectv/gstwarp.c:
20669         Make warpTV a subclass of videofilter.
20670
20671 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20672
20673         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20674           Add guard against invalid utf-8 conversions in mad. Just in case.
20675
20676 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20677
20678         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20679           Fix for bug shown by poisoning
20680
20681 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20682
20683         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20684         (gst_v4lmjpegsrc_buffer_free):
20685         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20686         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20687         (gst_v4lsrc_buffer_free):
20688           Fix for removed bufferpools.
20689
20690 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20691
20692         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20693         Fix caps negotiation.
20694
20695         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20696         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20697         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20698         (dvdnavsrc_event):
20699         * ext/mpeg2dec/gstmpeg2dec.c:
20700         * gst-libs/gst/navigation/navigation.c:
20701         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20702         * gst-libs/gst/navigation/navigation.h:
20703         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20704         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20706         Super-simple first version of mouse and keyboard events. Clicking
20707         on a DVD menu now works, although it may not take you where you
20708         expected.
20709
20710         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20711         * gst/videotestsrc/gstvideotestsrc.c:
20712         (gst_videotestsrc_src_fixate):
20713         These fixate functions were broken - they never actually
20714         fixated :)
20715
20716 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20717
20718         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20719         (gst_icecastsend_init):
20720           fix for new caps system.
20721         * gst-libs/gst/mixer/mixertrack.h:
20722         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20723           Add 'master track' flag (for tools like ACME that only want to
20724           change the main volume).
20725
20726 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20727
20728         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20729         (gst_xvid_csp_to_caps):
20730         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20731         * ext/xvid/gstxvidenc.c:
20732         ifdef out ARGB type when it isn't available
20733         in xvidcore 1.0.0beta2
20734
20735 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20736
20737         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20738           When we have received a new SCR right in the first buffer after
20739           a seek (so in the same cycle that handles the discont), we should
20740           handle the buffer instead of unreffing it, else we lose data.
20741
20742 2004-01-06  Iain <iain@prettypeople.org>
20743
20744         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20745           buffer-frames caps too.
20746
20747         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20748           caps that we need, don't destroy them all and rebuild them. And when
20749           creating src pads, use the src pad template rather than the sink...
20750
20751 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20752
20753         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20754           Add pad to element *after* setting functions such as event handler.
20755           Without this, the scheduler (opt) will link pads, set the event
20756           handler from the default event function (dispatcher in gstpad.c)
20757           and *after* that, we will set our own event function, which will
20758           thus never be used (and thus mpegdemux doesn't handle events).
20759
20760 2004-01-04  David Schleef  <ds@schleef.org>
20761
20762         Fix the fixate functions to handle new prototype:
20763         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20764         * gst/videotestsrc/gstvideotestsrc.c:
20765         (gst_videotestsrc_src_fixate):
20766         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20767         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20769
20770 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20771
20772         * sys/ximage/ximagesink.h:
20773         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20774         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20775         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20776         (gst_ximagesink_xoverlay_init):
20777           assorted fixes to make (re)embedding work
20778         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20779         (gst_ximagesink_get_desired_size):
20780           implement desired size additions to XOverlay
20781
20782 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20783
20784         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20785         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20786         (gst_x_overlay_got_desired_size):
20787         * gst-libs/gst/xoverlay/xoverlay.h:
20788           Add optional "desired size" signal and querying.
20789
20790 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20791
20792         * gst/matroska/matroska-demux.c:
20793         (gst_matroska_demux_parse_blockgroup):
20794           Fix EBML-laced block parsing. Diffs are relative to previous
20795           lace, not the first lace. Thanks to Mosu from the Matroska
20796           team for detecting this.
20797         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20798         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20799         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20800         (gst_wavparse_change_state):
20801         * gst/wavparse/gstwavparse.h:
20802           Quickfix for capsnego.
20803
20804 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20805
20806         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
20807           Fix indenting, fix pad creation.
20808
20809 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20810
20811         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
20812         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
20813         (gst_xviddec_sink_link):
20814           Implement src_getcaps() so proper size caps is negotiated.
20815
20816 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20817
20818         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
20819           Finish flac decoder on EOS. See #116178.
20820
20821 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20822
20823         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
20824         (gst_matroska_demux_add_stream):
20825         * gst/matroska/matroska-ids.h:
20826           Add getcaps() function to fix capsnego...
20827
20828 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20829
20830         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20831         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20832         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20833           Fix more integer overflows. Again, see #126967.
20834
20835 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20836
20837         * ext/mpeg2dec/gstmpeg2dec.c:
20838           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
20839           #130416.
20840
20841 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20842
20843         * configure.ac:
20844         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
20845         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
20846         * ext/xvid/gstxvid.h:
20847         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
20848         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
20849         (gst_xviddec_src_link), (gst_xviddec_sink_link),
20850         (gst_xviddec_change_state):
20851         * ext/xvid/gstxviddec.h:
20852         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
20853         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
20854         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
20855         (gst_xvidenc_link), (gst_xvidenc_set_property),
20856         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
20857         * ext/xvid/gstxvidenc.h:
20858           Update xvid plugin to latest xvid (1.0.0-beta3) API.
20859
20860 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20861
20862         * gst/rtp/rtp-packet.c:
20863           Add sys/types.h include, since OS X doesn't define in_addr_t
20864           in netinet/in.h, like it does on Linux (see #129600).
20865
20866 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
20867
20868         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20869
20870         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
20871           Correct logic of dispose function (see #129306).
20872
20873 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20874
20875         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
20876         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20877         (gst_mpeg_parse_init):
20878         * gst/mpegstream/gstmpegparse.h:
20879           Remove clock (which was never provided, i.e. dead code), and
20880           also fix integer overflows at high PTS values (see #126967).
20881
20882 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20883
20884         * ext/flac/gstflacdec.c:
20885         * ext/libpng/gstpngenc.h:
20886         * ext/mikmod/gstmikmod.h:
20887           OS X fixes (see #126628).
20888
20889 2004-01-02  David Schleef  <ds@schleef.org>
20890
20891         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
20892         (gst_alsa_src_base_init): Remove bogus "src" request pad.
20893         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
20894         (gst_mpeg_parse_class_init): Move pad template registration
20895         to class_init, since the derived class (mpegdemux) doesn't
20896         want them.
20897
20898 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20899
20900         * sys/ximage/Makefile.am:
20901         * sys/xvideo/Makefile.am:
20902         * sys/xvimage/Makefile.am:
20903           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
20904           after installation (see #127664).
20905
20906 2004-01-02  David Schleef  <ds@schleef.org>
20907
20908         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
20909         (gst_ffmpegenc_connect):  Negotiation fixes.
20910         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
20911         Remove inappropriate gst_caps_free().
20912         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20913         Reenable Ronald's internal resize code, since the core handles
20914         it correctly now.
20915
20916 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20917
20918         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20919         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20920         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
20921           Fix pad template stuff.
20922
20923 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20924
20925         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
20926         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
20927           fix signed integer reading/writing.
20928
20929 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20930
20931         * ext/alsa/README:
20932           Remove outdated document
20933
20934 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
20935
20936         * gst/cutter/gstcutter.c: (gst_cutter_init):
20937           src pad was being created twice - oops.
20938
20939 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20940
20941         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20942           Comment out internal resize. It doesn't handle the resulting
20943           XEvent internally, does another try_set_caps() which leads to
20944           a really nice loop.
20945           Real fix will come when Julien and Dave are awake. ;).
20946
20947 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20948
20949         * ext/mpeg2enc/gstmpeg2enc.cc:
20950           fix const/nonconst compile issue.
20951
20952 2004-01-02  David Schleef  <ds@schleef.org>
20953
20954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
20955         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
20956         Add fixate function and a check for bad formats.
20957
20958 2004-01-01  David Schleef  <ds@schleef.org>
20959
20960         Negotiation fixes:
20961         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
20962         (gst_audiofilter_init):
20963         * gst/debug/efence.c: (gst_efence_init):
20964         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20965         (gst_deinterlace_init):
20966         * gst/volume/gstvolume.c: (volume_connect):
20967
20968 2004-01-01  David Schleef  <ds@schleef.org>
20969
20970         Convert elements to use gst_pad_use_explicit_caps() where
20971         appropriate:
20972         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
20973         * ext/audiofile/gstafparse.c: (gst_afparse_init),
20974         (gst_afparse_open_file):
20975         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
20976         (gst_afsrc_open_file):
20977         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
20978         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
20979         (gst_ffmpegdec_chain):
20980         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20981         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
20982         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
20983         (gst_gdk_pixbuf_chain):
20984         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
20985         (gst_jpegdec_chain):
20986         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
20987         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20988         (gst_mikmod_negotiate):
20989         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
20990         (gst_mpeg2dec_negotiate_format):
20991         * ext/mpeg2enc/gstmpeg2enc.cc:
20992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20993         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
20994         (gst_speexdec_sinkconnect):
20995         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
20996         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
20997         (gst_vorbisfile_new_link):
20998         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
20999         (gst_ac3parse_chain):
21000         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21001         (gst_asf_demux_setup_pad):
21002         * gst/auparse/gstauparse.c: (gst_auparse_init),
21003         (gst_auparse_chain):
21004         * gst/id3/gstid3types.c: (gst_id3types_loop):
21005         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21006         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21007         (mp1videoparse_parse_seq):
21008         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21009         (bpf_from_header):
21010         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21011         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21012         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21013         (gst_mpeg_parse_send_data):
21014         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21015         (gst_qtdemux_add_stream):
21016         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21017         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21018         (gst_wavparse_parse_fmt):
21019
21020 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21021
21022         * configure.ac:
21023           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21024           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21025           it therefore uses the wrong include paths. Too bad... Note
21026           that 1.6.1.93 is not release yet. ;).
21027           Also add a check for mplex, which is now using the lib'ified
21028           mplex from mjpegtools, too.
21029         * ext/ffmpeg/gstffmpegcodecmap.c:
21030           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21031           issues. I don't think ffmpeg handles 3ivx correctly, so this
21032           probably won't work. But it won't hurt either.
21033         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21034         (gst_ffmpegdec_chain):
21035         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21036         (gst_ffmpegenc_chain_audio):
21037           Fix memleak in audio encoding. Close codec if open fails, this
21038           calls the cleanup routines so we can re-use the context.
21039         * ext/mpeg2enc/gstmpeg2enc.cc:
21040           Fix pad template names/types, fix memory issue with getcaps().
21041         * ext/mpeg2enc/gstmpeg2encoder.cc:
21042         * ext/mpeg2enc/gstmpeg2encoder.hh:
21043           Fix compile issue with new caps system (const thingy).
21044         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21045         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21046           We read a first frame right on initing, so that we have a caps
21047           when we init the output. This caps is cached in padprivate and
21048           read as first frame.
21049         * ext/mplex/Makefile.am:
21050         * ext/mplex/gstmplex.cc:
21051         * ext/mplex/gstmplex.h:
21052         * ext/mplex/gstmplex.hh:
21053         * ext/mplex/gstmplexibitstream.cc:
21054         * ext/mplex/gstmplexibitstream.hh:
21055         * ext/mplex/gstmplexjob.cc:
21056         * ext/mplex/gstmplexjob.hh:
21057         * ext/mplex/gstmplexoutputstream.cc:
21058         * ext/mplex/gstmplexoutputstream.hh:
21059           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21060           had issues, didn't do capsnego, supported only a subset of the
21061           mplex features and required a mplex fork in our local CVS. Plus
21062           that it worked agaist a very old mplex version. Rewriting was
21063           faster than updating it.
21064         * gst-libs/ext/Makefile.am:
21065         * gst-libs/ext/mplex/INSTRUCT:
21066         * gst-libs/ext/mplex/Makefile.am:
21067         * gst-libs/ext/mplex/README:
21068         * gst-libs/ext/mplex/TODO:
21069         * gst-libs/ext/mplex/ac3strm_in.cc:
21070         * gst-libs/ext/mplex/audiostrm.hh:
21071         * gst-libs/ext/mplex/audiostrm_out.cc:
21072         * gst-libs/ext/mplex/aunit.hh:
21073         * gst-libs/ext/mplex/bits.cc:
21074         * gst-libs/ext/mplex/bits.hh:
21075         * gst-libs/ext/mplex/buffer.cc:
21076         * gst-libs/ext/mplex/buffer.hh:
21077         * gst-libs/ext/mplex/fastintfns.h:
21078         * gst-libs/ext/mplex/format_codes.h:
21079         * gst-libs/ext/mplex/inputstrm.cc:
21080         * gst-libs/ext/mplex/inputstrm.hh:
21081         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21082         * gst-libs/ext/mplex/mjpeg_logging.cc:
21083         * gst-libs/ext/mplex/mjpeg_logging.h:
21084         * gst-libs/ext/mplex/mjpeg_types.h:
21085         * gst-libs/ext/mplex/mpastrm_in.cc:
21086         * gst-libs/ext/mplex/mpegconsts.cc:
21087         * gst-libs/ext/mplex/mpegconsts.h:
21088         * gst-libs/ext/mplex/mplexconsts.hh:
21089         * gst-libs/ext/mplex/multplex.cc:
21090         * gst-libs/ext/mplex/outputstream.hh:
21091         * gst-libs/ext/mplex/padstrm.cc:
21092         * gst-libs/ext/mplex/padstrm.hh:
21093         * gst-libs/ext/mplex/stillsstream.cc:
21094         * gst-libs/ext/mplex/stillsstream.hh:
21095         * gst-libs/ext/mplex/systems.cc:
21096         * gst-libs/ext/mplex/systems.hh:
21097         * gst-libs/ext/mplex/vector.cc:
21098         * gst-libs/ext/mplex/vector.hh:
21099         * gst-libs/ext/mplex/videostrm.hh:
21100         * gst-libs/ext/mplex/videostrm_in.cc:
21101         * gst-libs/ext/mplex/videostrm_out.cc:
21102         * gst-libs/ext/mplex/yuv4mpeg.cc:
21103         * gst-libs/ext/mplex/yuv4mpeg.h:
21104         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21105         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21106           We don't fork mjpegtools' mplex in our CVS anymore.
21107         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21108         (gst_avi_demux_add_stream):
21109         * gst/avi/gstavidemux.h:
21110           Add getcaps() function for proper caps nego. This makes some
21111           parts of AVI playback/reading work.
21112         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21113           Resize window on new capsnego. This is probably wrong, but
21114           I'm still committing it because with current capsnego, the
21115           first successfull capsnego is auto-fixated, therefore rounded
21116           down to the lowest values in the caps. this results in a 16x16
21117           XWindow that is not reized when real capsnego finishes.
21118           Dave, I see more cases of this, do you know a proper solution?
21119         * tools/gst-launch-ext.in:
21120           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21121
21122 2003-12-31  David Schleef  <ds@schleef.org>
21123
21124         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21125         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21126           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21127
21128 2003-12-30  David Schleef  <ds@schleef.org>
21129
21130         * ext/ffmpeg/gstffmpegcolorspace.c:
21131         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21132         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21133         (gst_ffmpegcsp_chain): Negotiation fixes
21134         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21136         (gst_audio_convert_link), (gst_audio_convert_channels):
21137         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21138         (gst_audioscale_link), (gst_audioscale_get_buffer),
21139         (gst_audioscale_chain): Negotiation fixes
21140         * gst/audioscale/gstaudioscale.h:
21141         * gst/videofilter/gstvideofilter.c:
21142         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21143         (gst_videofilter_link), (gst_videofilter_init),
21144         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21145         (gst_videofilter_find_format_by_structure):
21146         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21147         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21148         (gst_videoscale_link):
21149         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21150         (videoscale_find_by_structure), (gst_videoscale_setup):
21151         * gst/videoscale/videoscale.h: Negotiation fixes
21152         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21153         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21154         function, restrict resizing to a multiple of 4 (hack until
21155         everyone supports odd sizes correctly).
21156
21157 2003-12-29  Colin Walters  <walters@verbum.org>
21158
21159         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21160         signed.
21161
21162 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21163
21164         * ext/sndfile/gstsf.c: (gst_sf_loop):
21165           Fix warning about discarding const qualifier
21166
21167 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21168
21169         * gst/cutter/gstcutter.c:
21170         * gst/videoscale/gstvideoscale.c:
21171         * gst/volenv/gstvolenv.c:
21172         * gst-libs/gst/audio/audio.c:
21173         * gst-libs/gst/video/video.c:
21174           Fix warnings
21175
21176 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21177
21178         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21179           Don't send ALSA debugging to stderr.
21180         * ext/alsa/gstalsa.h:
21181           Use GST_WARNING instead of g_warning when ALSA functions fail.
21182
21183 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21184
21185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21186           Free XVAdapterInfo correctly.
21187
21188 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21189
21190         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21191         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21192           Make id3tag use correct caps nego.
21193
21194 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21195
21196         * ext/ivorbis/vorbis.c:
21197         * ext/ivorbis/vorbisenc.h:
21198         * ext/ivorbis/vorbisfile.c:
21199           Modify so that it uses the new caps things
21200
21201 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21202
21203         * testsuite/spider/spider1.c: (main):
21204         * testsuite/spider/spider2.c: (main):
21205         * testsuite/spider/spider3.c: (main):
21206           Make tests compile again. They probably don't work.
21207
21208 2003-12-24  Colin Walters  <walters@verbum.org>
21209
21210         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21211         we can't fixate the caps anymore.
21212
21213 2003-12-23  David Schleef  <ds@schleef.org>
21214
21215         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21216         * sys/oss/gstosssink.c: (gst_osssink_init),
21217         (gst_osssink_sink_fixate): Add fixate function.
21218
21219 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21220
21221         * ext/ffmpeg/gstffmpegcodecmap.c:
21222         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21223         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21224         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21225         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21226         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21227         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21228         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21229           fix typo in RGB masks, and move back to "old" colorspace
21230           capsnego code until whoever wrote this new crap has actually
21231           tested it so that it works.
21232           And yes, this works, keep it that way please.
21233
21234 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21235
21236         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21237         (gst_divxdec_init), (gst_divxdec_negotiate):
21238         * ext/divx/gstdivxdec.h:
21239         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21240         (gst_divxenc_init):
21241         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21242         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21243         * ext/mpeg2enc/gstmpeg2enc.cc:
21244         * ext/mpeg2enc/gstmpeg2encoder.cc:
21245         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21246         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21247         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21248         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21249         (dxr3spusink_init):
21250         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21251         (dxr3videosink_init):
21252           Fix caps breakage after Dave's caps branch merge.
21253
21254 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21255
21256         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21257           Fix for 24bpp display.
21258
21259 2003-12-23  Colin Walters  <walters@verbum.org>
21260
21261         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21262         a GnomeVFSHandle directly.
21263
21264 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21265
21266         * gst/volume/Makefile.am:
21267         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21268         (volume_base_init), (volume_init):
21269           Reenable volume element and fix to work with new caps stuff.
21270           Rhythmbox needs this.
21271
21272 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21273
21274         * gst/qtdemux/qtdemux.c: (plugin_init):
21275           qtdemux requires bytestream
21276
21277 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21278
21279         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21280           Fix remaining caps handling errors due to CAPS merge.
21281
21282 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21283
21284         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21285         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21286         (gst_faad_srcconnect):
21287           Port to new caps system.
21288
21289 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21290
21291         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21292         (got_video_size), (main): using g_print instead of g_message.
21293         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21294         signal which was not emitted because of "switch" element added to the
21295         bin but not connected. (Removing from the bin temporarily)
21296
21297 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21298
21299         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21300         find X development files. I don't understand the previous tests and
21301         they fail on my debian/ppc unstable. This one works.
21302         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21303         exiting.
21304         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21305         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21306         (gst_play_set_visualization): Add some safety checks in set_ methods
21307         and state_change. This was throwing some ugly CRITICAL messages when
21308         pipeline was getting disposed and casts were failing.
21309
21310 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21311
21312         * configure.ac:
21313           Improve mpeg2enc detection. This is for distributions that do
21314           ship mjpegtools, but without mpeg2enc. Also does object check
21315           for might there ever be ABI incompatibility.
21316         * ext/mpeg2enc/gstmpeg2enc.cc:
21317           Add Andrew as second maintainer (he's helping me), and also add
21318           an error if no caps was set. This happens if I pull before capsnego
21319           and that's something I should solve sometime else.
21320         * gst/matroska/matroska-demux.c:
21321         (gst_matroska_demux_parse_blockgroup):
21322           Fix time parsing.
21323         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21324         (gst_matroska_mux_track_header):
21325           Add caps to templates.
21326         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21327           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21328         * gst/mpegstream/gstmpegdemux.c:
21329           Remove layer since it causes warnings about unfixed caps.
21330         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21331           Fix obvious typo (we error out if caps were set, we should of
21332           course error out if *no* caps were set).
21333         * sys/oss/gstosselement.c: (gst_osselement_convert):
21334           Fix format conversion, we confused bits/bytes.
21335         * sys/oss/gstosselement.h:
21336           Improve documentation for 'bps'.
21337         * sys/v4l/TODO:
21338           Remove stuff about plugins that need removing - this was done
21339           ages ago.
21340         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21341         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21342         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21343         (gst_v4lsrc_src_query):
21344         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21345         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21346           Add get_query_types(), get_formats() and query() functions.
21347
21348 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21349
21350         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21351         * moved CVS to freedesktop.org