gst/playback/gstdecodebin.c: Make decodebin reusable by fixing remove_element_chain...
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-02-20  Julien MOUTTE  <julien@moutte.net>
2
3         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
4         (remove_element_chain), (cleanup_decodebin),
5         (gst_decode_bin_change_state): Make decodebin reusable by
6         fixing remove_element_chain first and then introduce a
7         cleaner in state change to ->NULL. (Closes #331678)
8
9 2006-02-19  Wim Taymans  <wim@fluendo.com>
10
11         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
12         use 0666 mask when creating files so umask gets applied
13         correctly. Fixes #331295.
14
15 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
16
17         * gst/subparse/Makefile.am:
18         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
19         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
20         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
21         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
22         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
23         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
24         * gst/subparse/gstssaparse.h:
25         * gst/subparse/gstsubparse.c: (plugin_init):
26           Add very basic parser for SSA subtitle streams (as often
27           found in matroska files).
28
29 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
30
31         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
32           That should be text/x-pango-markup, not text/x-pango-layout.
33
34 2006-02-19  Julien MOUTTE  <julien@moutte.net>
35
36         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
37         Polishing.
38
39 2006-02-19  Julien MOUTTE  <julien@moutte.net>
40
41         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
42         (gst_text_overlay_finalize), (gst_text_overlay_init),
43         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
44         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
45         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
46         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
47         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
48         Fix state change deadlock.
49
50 2006-02-19  Julien MOUTTE  <julien@moutte.net>
51
52         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
53         (gst_text_overlay_finalize), (gst_text_overlay_init),
54         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
55         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
56         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
57         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
58         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
59         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
60         and subtitles files.
61
62 2006-02-19  Julien MOUTTE  <julien@moutte.net>
63
64         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
65         should be considered as row.
66
67 2006-02-19  Julien MOUTTE  <julien@moutte.net>
68
69         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
70         (cb_probe):
71         * gst/playback/gststreaminfo.h: Introduce language informations.
72
73 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
74
75         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
76         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
77         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
78         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
79         Set shared memory segments to be deleted as soon as we have attached,
80         that way they get cleaned up automatically if we crash.
81
82 2006-02-18  Julien MOUTTE  <julien@moutte.net>
83
84         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
85         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
86         functions are called with lock held.
87
88 2006-02-18  Julien MOUTTE  <julien@moutte.net>
89
90         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
91         (gst_text_overlay_finalize), (gst_text_overlay_init),
92         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
93         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
94         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
95         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
96         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
97         (gst_text_overlay_change_state): Refactoring of textoverlay
98         without collectpads. This now supports sparse subtitles coming
99         from a demuxer instead of a sub file. Seeking is still broken 
100         though. Need to discuss with wtay some more on how to handle
101         seeking correctly.
102         * ext/pango/gsttextoverlay.h:
103         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
104         subtitles coming from the demuxer.
105
106 2006-02-17  Wim Taymans  <wim@fluendo.com>
107
108         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
109         (gst_vorbisenc_convert_sink):
110         Use some more scaling functions.
111
112 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
113
114         * ext/cdparanoia/gstcdparanoiasrc.c:
115         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
116         (gst_cd_paranoia_paranoia_callback),
117         (gst_cd_paranoia_src_signal_is_being_watched),
118         (gst_cd_paranoia_src_read_sector):
119         * ext/cdparanoia/gstcdparanoiasrc.h:
120           Add back 'transport-error' and 'uncorrected-error' signals and
121           make them actually be fired when bad stuff happens (#319340).
122
123 2006-02-17  Wim Taymans  <wim@fluendo.com>
124
125         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
126         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
127         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
128         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
129         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
130         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
131         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
132         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
133         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
134         (gst_ring_buffer_clear):
135         Small cleanups.
136         Added some G_LIKELY.
137
138 2006-02-17  Wim Taymans  <wim@fluendo.com>
139
140         * gst-libs/gst/audio/TODO:
141         Update TODO
142
143         * gst-libs/gst/audio/gstbaseaudiosink.c:
144         (gst_base_audio_sink_get_offset):
145         When trying to play samples ASAP and we don't have a
146         previous sample, try to play at position 0 instead of
147         an invalid position.
148
149 2006-02-17  Wim Taymans  <wim@fluendo.com>
150
151         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
152         (gst_alsasink_reset):
153         Also release lock when we get an error in _reset();
154         fix an error message.
155
156 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
157
158         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
159         (gst_alsasink_init), (get_channel_free_structure),
160         (caps_add_channel_configuration), (gst_alsasink_getcaps),
161         (gst_alsasink_close):
162         * ext/alsa/gstalsasink.h:
163           Add support for more than 2 channels (#326720).
164
165 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
166
167         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
168           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
169           with 4 or 6 channels, assume a default channel layout to make things
170           work (not sure there's anything else we can do in those cases).
171
172 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
173
174         * gst-libs/gst/audio/multichannel.c:
175           Minor docs fix.
176
177         * gst-libs/gst/riff/Makefile.am:
178         * gst-libs/gst/riff/riff-ids.h:
179         * gst-libs/gst/riff/riff-media.c:
180         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
181           Add support for WAVEFORMATEX, eg. PCM audio with more than two
182           channels and a channel layout map.
183           
184 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
185
186         Reviewed by Edward Hervey  <edward@fluendo.com>
187
188         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
189         C-level optimization of the RGBA nearest neighbour function.
190         Eventually this might end up in liboil with vectorized versions.
191
192 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
193
194         * gst-libs/gst/audio/multichannel.c:
195         (gst_audio_get_channel_positions):
196           When we have more than 2 channels, but no channel layout is
197           specified in the caps, return some default channel layout
198           to the caller and warn about about a possibly buggy element
199           (could be buggy filtercaps as well of course) (#317038).
200
201 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
202
203         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
204           Add gst-libs/gst/cdda to list of lib search paths.
205
206 2006-02-15  Andy Wingo  <wingo@pobox.com>
207
208         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
209         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
210         to the Lord Jesus that I do not have to touch the ogg muxer ever
211         again.
212
213 2006-02-15  Edward Hervey  <edward@fluendo.com>
214
215         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
216         quicktime movie files can also contain 'uuid' atoms.
217
218 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
219
220         * gst/audioconvert/plugin.c: (plugin_init):
221           Register the GstAudioChannelPosition enum type with the type
222           system in the plugin_init function, so that it is known before
223           any element actually makes use of multi-channel stuff. This is
224           required for example if one wants to be able to deserialise/use
225           a caps string with channel positions before any pipeline has
226           been setup and started, like with gst-launch.
227
228 2006-02-14  Wim Taymans  <wim@fluendo.com>
229
230         * gst-libs/gst/audio/gstringbuffer.c:
231         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
232         (gst_ring_buffer_samples_done), (wait_segment),
233         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
234         Add some compiler G_(UN_)LIKELY help.
235         SIGNAL the ringbuffer waiters when going to PAUSED as well to
236         make sure they can exit their functions. Should fix #330748
237
238 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
239
240         * Makefile.am:
241         * configure.ac:
242         * win32/MANIFEST:
243         * win32/common/_stdint.h:
244           Windows does not have long long; copy the generated _stdint.h
245         * win32/common/interfaces-enumtypes.c:
246         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
247         (gst_mixer_track_flags_get_type),
248         (gst_tuner_channel_flags_get_type):
249         * win32/common/multichannel-enumtypes.c:
250         (gst_audio_channel_position_get_type):
251           update
252
253 2006-02-13  Wim Taymans  <wim@fluendo.com>
254
255         * gst-libs/gst/audio/gstbaseaudiosink.c:
256         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
257         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
258         Always sync on first sample we receive when starting.
259
260 2006-02-13  Wim Taymans  <wim@fluendo.com>
261
262         * gst/playback/gstplaybin.c: (gen_vis_element):
263         Update vis bin docs.
264         Move queue after tee so we don't queue video buffers but
265         audio samples instead. Fixes problems where the video queue
266         is filled and the audio queue empty.
267
268 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
269
270         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
271           No need to push an EOS event here, GstBaseSrc will do that for us
272           when we return FLOW_UNEXPECTED.
273           
274 2006-02-12  Wim Taymans  <wim@fluendo.com>
275
276         * gst-libs/gst/audio/gstbaseaudiosink.c:
277         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
278         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
279         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
280         Use scale functions when possible.
281         Fix error messages.
282         Free clockid when after waiting for EOS.
283         Use G_(UN_)LIKLY when it makes sense.
284         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
285
286 2006-02-12  Edward Hervey  <edward@fluendo.com>
287
288         * gst/playback/gstplaybasebin.c: (prepare_output): 
289         Remove stray semi-colon (fixes #330888).
290
291 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
292
293         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
295         Fix up the XShm call testing so that we catch errors, and don't
296         cause new ones by attempting to detach from a segment we failed
297         to attach to. Fixes #312439.
298
299 2006-02-10  Edward Hervey  <edward@fluendo.com>
300
301         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
302         Added flv file typefind (video/x-flv).
303
304 2006-02-10  Edward Hervey  <edward@fluendo.com>
305
306         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
307         (gst_riff_create_video_template_caps):
308         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
309         Also added the caps to the default set of riff video caps.
310
311 2006-02-09  Andy Wingo  <wingo@pobox.com>
312
313         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
314         time and the end time of the last packet in the page.
315         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
316         on the pages in our queue, set the duration as well. Reflow a
317         debug statement.
318         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
319         Fixes bad muxing order.
320
321 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
322
323         * gst-libs/gst/rtp/gstbasertppayload.c:
324         (gst_basertppayload_setcaps), (gst_basertppayload_push):
325           update seqnum before setting it on the packet; this makes sure
326           that the timestamp and seqnum properties match after pushing
327           a buffer
328
329 2006-02-09  Andy Wingo  <wingo@pobox.com>
330
331         * gst-libs/gst/audio/gstringbuffer.c
332         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
333         overflow after 13.5 hours of recording. Kapow!
334
335         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
336         the buffer size -- we don't care about underrun/overrun reporting
337         right now, just need to return a useful value.
338
339 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
340
341         * configure.ac:
342           Back to CVS
343
344 === release 0.10.3 ===
345
346 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
347
348         * configure.ac:
349           releasing 0.10.3, "Under Pressure"
350
351 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
352
353         * configure.ac:
354         Drat. Bump libtool version number for new API.
355         Prelease 0.10.2.3 (of 0.10.3)
356
357 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
358
359         * configure.ac:
360         * win32/common/config.h:
361         0.10.2.2 prerelease (of 0.10.3).
362
363 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
364
365         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
366           Revert Andy's newsegment change pending a more correct
367           fix.
368
369 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
370
371         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
372         (qt_type_find), (plugin_init):
373           detect more files as 3gp
374           group and reorder the iso file formats
375
376 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
377
378         * ext/vorbis/vorbis.c: (plugin_init):
379           Register musicbrainz tags, so apps don't have to.
380
381 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
382
383         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
384         (gst_tag_to_vorbis_tag):
385           Make sure we called gst_tag_register_musicbrainz_tags()
386           before possibly mapping a vorbiscomment string from/to a
387           musicbrainz tag.
388
389 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
390
391         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
392           In case we can't find the required number of consecutive
393           mpeg audio frames to positively identify an MPEG audio
394           stream, check if there's at least a valid mpeg audio
395           frame right at offset 0 and if so suggest mpeg/audio
396           caps with a very low probability (#153004).
397
398 2006-02-07  Andy Wingo  <wingo@pobox.com>
399
400         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
401         a TIME segment if we get timestamped buffers. Requires recent
402         fixes in core to work properly.
403
404 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
405
406         * gst/playback/gstplaybasebin.c: (prepare_output):
407           Don't print the URI as part of the error message, it
408           makes error dialogs look rather ugly, especially if
409           the URI is very long or has characters in it that
410           need escaping.
411
412 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
413
414         * gst/playback/gstplaybasebin.c: (prepare_output):
415           Error out if we have only text or subtitles, but nothing
416           else. Also error out if we have subtitles but no video
417           stream.
418
419 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
420
421         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
422           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
423           Post an error message on the bus when we encounter an
424           error, which will hopefully be more meaningful than the
425           'Internal Flow Error' message users get to see if we
426           just return GST_FLOW_ERROR.
427
428 2006-02-07  Andy Wingo  <wingo@pobox.com>
429
430         * configure.ac (GST_MAJORMINOR): Update core version req to
431         0.10.2.2, for the collectpads API addition (#330244).
432
433 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
434
435         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
436           Return FALSE from plugin_init() when GnomeVFS can't
437           be initialised for some reason (#328423).
438
439 2006-02-06  Julien MOUTTE  <julien@moutte.net>
440
441         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
442         Stick to seeking theory until i find the bug.
443         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
444
445 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
446
447         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
448         (theora_enc_finalize), (theora_enc_sink_setcaps),
449         (theora_set_header_on_caps), (theora_enc_chain),
450         (theora_enc_change_state):
451         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
452           Make theoraenc and the tests leak free. Like, really.
453
454 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
455
456         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
457         (theora_enc_finalize), (theora_enc_sink_setcaps):
458           Add a finalize method to ensure we clean up state even if
459           someone omitted the state change back to NULL.
460
461         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
462         (gst_vorbisenc_chain):
463           Free some more leaked bits.
464
465         * tests/check/pipelines/theoraenc.c: (start_pipeline),
466         (stop_pipeline):
467           Wait for state changes to happen if they're ASYNC.
468
469           This ought to teach those fancy pants buildbots a lesson.
470
471 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
472
473         * gst-libs/gst/tag/gstid3tag.c:
474           Add mapping for ID3 International Standard Recording Code
475           tag "TSRC"
476
477 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
478
479         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
480           Don't leak tag names.
481
482 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
483
484         * docs/libs/gst-plugins-base-libs-docs.sgml:
485         * docs/libs/gst-plugins-base-libs-sections.txt:
486         * gst-libs/gst/tag/gstid3tag.c:
487         * gst-libs/gst/tag/gstvorbistag.c:
488         * gst-libs/gst/tag/tags.c:
489           Split libgsttag docs into multiple sections.
490
491 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
492
493         * docs/libs/Makefile.am:
494         * docs/libs/gst-plugins-base-libs-docs.sgml:
495         * docs/libs/gst-plugins-base-libs-sections.txt:
496         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
497         * gst-libs/gst/tag/gstvorbistag.c:
498         * gst-libs/gst/tag/tag.h:
499         * gst-libs/gst/tag/tags.c:
500           Add libgsttag to the docs.
501
502 2006-02-05  Julien MOUTTE  <julien@moutte.net>
503
504         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
505         (gst_text_overlay_init), (gst_text_overlay_src_event),
506         (gst_text_overlay_collected): Fix clockoverlay.
507
508 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
509
510         * docs/libs/compiling.sgml:
511           Fix typo: it's pkg-config, not pkg-gconfig
512
513         * docs/libs/gst-plugins-base-libs-docs.sgml:
514         * docs/libs/gst-plugins-base-libs-sections.txt:
515         * docs/libs/tmpl/gstgconf.sgml:
516           There is no libgstgconf in 0.10, remove it
517           from the docs.
518
519 2006-02-05  Julien MOUTTE  <julien@moutte.net>
520
521         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
522         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
523         (gst_text_overlay_src_event), (gst_text_overlay_collected):
524         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
525         (gst_sub_parse_class_init), (gst_sub_parse_init),
526         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
527         (parse_mpsub), (parser_state_init), (handle_buffer),
528         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
529         * gst/subparse/gstsubparse.h: Introduce seeking code.
530
531 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
532
533         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
534           Add comment about LANGUAGE tag inconsistency (we want
535           ISO-639-1, but extract three-letter identifiers?)
536
537         * po/POTFILES.in:
538           Add two translatable files.
539
540 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
541
542         * gst-libs/gst/tag/Makefile.am:
543         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
544         * gst-libs/gst/tag/tag.h:
545         * gst-libs/gst/tag/tags.c:
546         (gst_tag_register_musicbrainz_tags_internal),
547         (gst_tag_register_musicbrainz_tags):
548           Forward-port some tags stuff from the 0.8 branch. This is
549           mostly the addition of musicbrainz tags and their mapping
550           to vorbistags, and a vorbistag mapping of the language tag.
551
552 2006-02-05  Julien MOUTTE  <julien@moutte.net>
553
554         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
555         refactoring.
556
557 2006-02-04  David Schleef  <ds@schleef.org>
558
559         * ext/ogg/gstoggmux.c:
560         * gst/typefind/gsttypefindfunctions.c:
561           Add Dirac typefinding and add dirac format to oggmux.
562
563 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
564
565         * gst/playback/gstdecodebin.c: (try_to_link_1):
566           Don't put essential function call into
567           g_return_*() macro, otherwise it'll all be
568           replaced by NOOPs when compiling with
569           G_DISABLE_CHECKS defined.
570
571 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
572
573         * ext/ogg/gstoggdemux.c:
574         * ext/ogg/gstoggparse.c:
575         * gst/tcp/gsttcpserversink.c:
576         * sys/v4l/v4lsrc_calls.c:
577         * sys/v4l/v4lsrc_calls.h:
578         Just make it compile with --disable-gst-debug.
579
580 2006-02-03  Wim Taymans  <wim@fluendo.com>
581
582         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
583         (gst_alsasink_class_init), (gst_alsasink_init),
584         (gst_alsasink_write), (gst_alsasink_reset):
585         * ext/alsa/gstalsasink.h:
586         Add lock to protect alsa calls.
587         Implement reset to flush samples ASAP, does not work
588         with dmix though.
589
590 2006-02-02  Wim Taymans  <wim@fluendo.com>
591
592         * gst-libs/gst/audio/gstbaseaudiosink.c:
593         (gst_base_audio_sink_provide_clock):
594         Ugh.. getting late I guess...
595
596 2006-02-02  Wim Taymans  <wim@fluendo.com>
597
598         * gst-libs/gst/audio/gstbaseaudiosink.c:
599         (gst_base_audio_sink_provide_clock),
600         (gst_base_audio_sink_set_property),
601         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
602         Don't try to provide a clock when we are not negotiated since
603         we might not be able to make it run.
604
605 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
606
607         * gst/playback/gstdecodebin.c: (try_to_link_1):
608           Unlinking two source pads is ... hard.
609
610 2006-02-02  Wim Taymans  <wim@fluendo.com>
611
612         * gst-libs/gst/audio/TODO:
613         Updated.
614
615         * gst-libs/gst/audio/gstbaseaudiosink.c:
616         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
617         On EOS, wait till the last sample is played before posting EOS.
618
619 2006-02-01  Philippe Kalaf <burger at speedy dot org>
620
621         * gst-libs/gst/rtp/gstbasertpdepayload.c:
622           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
623           setting queue_delay to zero. Also avoid thread being started if
624           queue_delay is zero.
625
626 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
627
628         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
629           Make test work again by connecting fakesinks to each decoded pad,
630           which makes the pipeline wait until each fakesink has a buffer
631           queued before going to PAUSED state. At that point we know the
632           decodebin pads are negotiated.
633
634 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
635
636         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
637         (gst_cdda_base_src_handle_event):
638         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
639           Pass unhandled queries to the parent class's query function.
640
641 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
642
643         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
644         (gst_ogg_pad_src_query):
645         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
646         * ext/theora/theoradec.c: (theora_dec_src_query),
647         (theora_dec_sink_query):
648         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
649         (vorbis_dec_sink_query):
650         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
651         (gst_vorbisenc_sink_query):
652         * gst/adder/gstadder.c: (gst_adder_query):
653           Pass unhandled queries upstream instead of just
654           dropping them (#326447). Also, fix supported
655           query types list for some elements.
656
657 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
658
659         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
660         (paris_type_find), (ilbc_type_find), (plugin_init):
661           Fix typefinding for audio/x-au, audio/x-paris and
662           audio/iLBC-sh. We cannot use the START_WITH macros
663           here, because there can only be one typefind factory
664           with the same name (caps), so the second one would
665           replace the first one and the first one would never
666           be called when doing typefinding (see #161712).
667           
668
669 2006-01-31  Wim Taymans  <wim@fluendo.com>
670
671         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
672         (vorbis_handle_header_packet), (vorbis_dec_push),
673         (vorbis_handle_data_packet):
674         Use scale_int when we can, add some more scaling.
675         Check packettype before parsing it.
676
677 2006-01-31  Wim Taymans  <wim@fluendo.com>
678
679         * ext/theora/theoradec.c: (_theora_granule_time),
680         (theora_dec_src_convert), (theora_dec_sink_convert):
681         Call right _scale functions.
682         Use parameter instead of some other random value.
683
684 2006-01-31  Wim Taymans  <wim@fluendo.com>
685
686         * ext/theora/theoradec.c: (_theora_granule_frame),
687         (_theora_granule_time), (_inc_granulepos),
688         (theora_dec_src_convert), (theora_dec_sink_convert),
689         (theora_handle_type_packet), (theora_handle_data_packet),
690         (theora_dec_chain):
691         Use higher precision timestamps calculation.
692         Convert some other conversions to _scale.
693
694 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
695
696         * gst/audiotestsrc/gstaudiotestsrc.c:
697         (gst_audio_test_src_create_sine_table), (plugin_init):
698         * gst/volume/gstvolume.c: (plugin_init):
699           initialize gst_controller before using
700
701 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
702
703         * tests/check/pipelines/theoraenc.c:
704         * tests/check/pipelines/vorbisenc.c:
705         Define constant using G_GINT64_CONSTANT to avoid errors when
706         passing it around - otherwise it gets truncated to 32 bits.
707
708         Fixes failing tests.
709
710 2006-01-31  Andy Wingo  <wingo@pobox.com>
711
712         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
713         caps being set doesn't have a framerate value. Basically a stopgap
714         measure.
715
716         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
717         technically correct enough to put into core though.
718         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
719         DURATION. Fixes theoraenc ! oggmux.
720
721         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
722         fraction, not double.
723
724 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
725
726         * win32/vs7:
727         add vs7 project files created by Sergey Scobich
728
729 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
730
731         * win32/vs8:
732         add vs8 project files created by Sergey Scobich
733         
734 2006-01-30  Andy Wingo  <wingo@pobox.com>
735
736         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
737         timestamp + duration, not just timestamp -- ogg pages should be
738         ordered by stop time. Necessary fix given the change in vorbis
739         timestamps.
740
741         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
742         (gst_theora_enc_init): Pull the granule shift out of the encoder.
743         (granulepos_add): New function, handles the messiness of adjusting
744         granulepos values.
745         (theora_buffer_from_packet):
746         (theora_enc_chain):
747         (theora_enc_sink_event): Use granulepos_add, not +.
748
749         * tests/check/pipelines/theoraenc.c
750         (check_buffer_granulepos_from_starttime): Just check the frame
751         count, not the actual granulepos -- we can't dictate to the
752         encoder when it should be placing keyframes.
753
754 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
755
756         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
757           SERVICE_NOT_AVAILABLE happens for example when you're trying to
758           play an http:// stream from a server that's not serving
759
760 2006-01-30  Andy Wingo  <wingo@pobox.com>
761
762         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
763         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
764         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
765         available.
766
767         * ext/theora/gsttheoraenc.h:
768         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
769         although theoraenc was timestamping correctly. Added handling of
770         streams that start with nonzero timestamps.
771
772         * tests/check/Makefile.am:
773         * tests/check/pipelines/theoraenc.c: New file, basically does same
774         tests as vorbisenc.
775
776         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
777
778 2006-01-30  Wim Taymans  <wim@fluendo.com>
779
780         * gst-libs/gst/audio/gstaudiosink.c:
781         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
782         (gst_audioringbuffer_pause):
783         Implement pause that does not wait for completion.
784
785         * gst-libs/gst/audio/gstbaseaudiosink.c:
786         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
787         Don't drop buffers when going to PAUSED but perform preroll on
788         remaining samples now that core base class supports this.
789
790         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
791         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
792         (gst_ring_buffer_commit):
793         Pause should not signal waiters.
794         Implement return value of _commit correctly.
795
796 2006-01-30  Andy Wingo  <wingo@pobox.com>
797
798         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
799
800         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
801         updated to timestamp from the first sample, not the last.
802         (gst_vorbisenc_buffer_from_header_packet): New function, takes
803         special care of granulepos and timestamp for header packets.
804         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
805         when the first buffer has a nonzero timestamp.
806
807         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
808         (GstVorbisEnc.subgranule_offset): New members. Take care of the
809         case when the first audio buffer we get has a nonzero timestamp.
810         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
811         properly timestamp vorbis buffers with the time of the first
812         sample, not the last.
813         
814         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
815         vorbis_granule_time_copy -- now it takes the granule/subgranule
816         offset into account.
817
818         * tests/check/pipelines/vorbisenc.c: New test for correctness of
819         timestamps, durations, and granulepos on buffers produced by
820         vorbisenc.
821
822 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
823
824         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
825         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
826           Patch from Eric Jonas to support conversions to/from UYVY 
827           (Fixes: #324626)
828
829 2006-01-30  Julien MOUTTE  <julien@moutte.net>
830
831         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
832         (setup_subtitle), (setup_source), (set_active_source):
833         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
834         (gen_text_element), (gen_audio_element), (gen_vis_element),
835         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
836
837 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
838
839         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
840         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
841                 use gst_guint64_to_gdouble to be compliant with vs6
842         * gst/playback/gstdecodebin.c: (try_to_link_1)
843         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
844                 use G_GINT64_CONSTANT for int64 constants
845         * win32/common/libgstinterfaces.def:
846                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
847         * win32/vs6:
848                 update and add new project files
849                 
850 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
851
852         * Makefile.am:
853         * win32/MANIFEST:
854         * win32/common/interfaces-enumtypes.c:
855         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
856         (gst_mixer_track_flags_get_type),
857         (gst_tuner_channel_flags_get_type):
858         * win32/common/interfaces-enumtypes.h:
859         * win32/common/multichannel-enumtypes.c:
860         (gst_audio_channel_position_get_type):
861         * win32/common/multichannel-enumtypes.h:
862           add a win32-update rule like in core, and copy over enumtypes files
863
864 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
865
866         * win32/MANIFEST:
867         * win32/common/config.h:
868         * win32/common/config.h.in:
869           add config files just like in core
870
871 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
872
873         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
874           Make gcc-4.1 happy (part of #327357).
875
876 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
877
878         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
879         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
880         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
881         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
882         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
883         (gst_alsasrc_unprepare), (gst_alsasrc_read):
884           Update all error messages.  All of them should either use
885           the default translated message, or actually provide a
886           translatable string.
887           Make the string for channel count problems meaningful.
888
889 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
890
891         * sys/v4l/v4l_calls.c: (gst_v4l_open):
892           check for and throw RESOURCE_BUSY
893
894 2006-01-27  David Schleef  <ds@schleef.org>
895
896         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
897           checked in this change -- it requires liboil features not
898           in 0.3.6.  Revert parts.
899
900 2006-01-27  David Schleef  <ds@schleef.org>
901
902         * REQUIREMENTS:
903         * configure.ac: update liboil requirement to 0.3.6
904         * gst/videoscale/Makefile.am:
905         * gst/videoscale/vs_scanline.c: liboilify
906
907 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
908
909         * ext/libvisual/visual.c: (get_buffer):
910           When pad_alloc returns a GstFlowReturn other
911           than GST_FLOW_OK, make sure it is passed upstream.
912
913 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
914
915         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
916         (gst_alsasink_class_init):
917           Free the device name string.
918
919         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
920         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
921         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
922           Don't remove a pad from the collectpads structure until it
923           is released - it's a request pad, and may receive data again
924           if the element gets moved back to PLAYING state.
925
926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
927           Ensure we turn on double buffering on the Xv port, and
928           set the colour key to something dark and mysterious that
929           isn't black.
930
931 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
932
933         * ext/alsa/gstalsaplugin.c: (plugin_init):
934         * ext/cdparanoia/gstcdparanoiasrc.c:
935         (gst_cd_paranoia_src_base_init), (plugin_init):
936         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
937         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
938           - a library should not call setlocale. see "Libraries" node in
939             gettext manual
940           - make sure all plugins that use translation do bindtextdomain
941             to point to the localedir
942         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
943         (setup_sinks), (plugin_init):
944           all this, and check for NULL when creating sinks
945
946 2006-01-27  Julien MOUTTE  <julien@moutte.net>
947
948         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
949         (plugin_init): Make typefinding of subtitles work again.
950
951 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
952
953         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
954         (mp3_type_frame_length_from_header), (mp3_type_find),
955         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
956         (plugin_init):
957           Backport a bunch of typefinding fixes from the 0.8 branch.
958           Also, improve wavpack typefinding: if we can't peek the
959           entire wavpack block, try to parse the bits we can get and
960           see if we find what we're looking for in those.
961
962 2006-01-26  Julien MOUTTE  <julien@moutte.net>
963
964         * sys/ximage/ximagesink.c:
965         (gst_ximagesink_calculate_pixel_aspect_ratio):
966         * sys/xvimage/xvimagesink.c:
967         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
968         more cases of pixel aspect ratio.
969
970 2006-01-26  Edward Hervey  <edward@fluendo.com>
971
972         * gst/playback/gstdecodebin.c: (pad_probe):
973         Also consider the flush-start and tag events as unblockers
974         for the pad probes.
975
976 2006-01-26  Julien MOUTTE  <julien@moutte.net>
977
978         * gst/playback/gstplaybin.c: (gst_play_bin_init),
979         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
980         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
981         On the fly visualisation switch, works disabling, enabling as
982         well but it won't be able to enable vis in a playbin that was
983         created with no visualisation.
984
985 2006-01-25  Wim Taymans  <wim@fluendo.com>
986
987         * gst-libs/gst/audio/gstbaseaudiosink.c:
988         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
989         Undo previous commit that returned WRONG_STATE sooner, it breaks 
990         resume after pause.
991
992 2006-01-25  Wim Taymans  <wim@fluendo.com>
993
994         * gst-libs/gst/audio/gstbaseaudiosink.c:
995         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
996         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
997         Improve debugging.
998         Post error when caps cannot be parsed.
999         Resync on discontinuity in the stream.
1000         Clip samples to segment boundaries.
1001         return WRONG_STATE sooner when we are flushing.
1002
1003         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1004         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1005         Make audiosrc operate in TIME.
1006         Set TIMESTAMP and DURATION on buffers.
1007
1008 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1009
1010         * tests/examples/seek/seek.c: (main):
1011           Output tag messages as well.
1012
1013 2006-01-23  Edward Hervey  <edward@fluendo.com>
1014
1015         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1016         (free_pad_probes), (remove_fakesink), (pad_probe),
1017         (close_pad_link), (gst_decode_bin_change_state):
1018         Replace GstPadBlockCallback with pad probes that detect
1019         first buffer AND eos before removing fakesink.
1020         Fixes hang with demuxers doing EOS while pre-rolling.
1021         Solves #328279
1022
1023 2006-01-23  Andy Wingo  <wingo@pobox.com>
1024
1025         * ext/alsa/gstalsasink.c:
1026         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1027         (gst_base_rtp_depayload_setcaps),
1028         (gst_base_rtp_depayload_add_to_queue),
1029         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
1030         
1031         Patch by: Jens Granseuer <jensgr at gmx dot net>
1032
1033 2006-01-22  Julien MOUTTE  <julien@moutte.net>
1034
1035         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1036         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1037         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
1038         frames. We might get a frame destroyed after changing state to
1039         NULL, adding a safety check on xcontext.
1040
1041 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1042
1043         * gst-libs/gst/interfaces/xoverlay.c:
1044           Fix prepare-xwindow-id code example in the docs - we need to
1045           ignore all messages that aren't element messages as well.
1046           
1047 2006-01-21  Julien MOUTTE  <julien@moutte.net>
1048
1049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1050           I think one day i'll completely undestand how caps negotiation
1051           is supposed to work. This refactoring handles buffer_alloc
1052           called with caps we can't handle. We definitely don't want a
1053           set_caps with those caps, so we define and allocate a buffer
1054           we would like to receive.
1055
1056 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1057
1058         * gst/playback/gstplaybasebin.c: (setup_source):
1059           Free iterator when done.
1060
1061 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
1062
1063         * gst-libs/gst/audio/gstbaseaudiosink.c:
1064         (gst_base_audio_sink_render):
1065           Fix playback of non-synchronised streams by assuming a rate
1066           of 1.0 instead of a random one.
1067
1068           Makes this work again:
1069
1070           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
1071           endianness=(int)4321, signed=(boolean)true, width=(int)16,
1072           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
1073           audioresample ! alsasink
1074
1075 === release 0.10.2 ===
1076
1077 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
1078
1079         * configure.ac:
1080           releasing 0.10.2, "Then the devil is six"
1081
1082 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
1083
1084         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1085         * gst/playback/gststreamselector.c:
1086         (gst_stream_selector_set_property):
1087           Comment out broken code that connects to the state-changed signal.
1088           At this point, changing current stream selection is broken, but 
1089           stuff like gst-launch playbin current-audio=1 works and filters
1090           to the chosen stream.
1091
1092 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1093
1094         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1095           Fix #327216 (null dereference in vorbisdec)
1096
1097 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1098
1099         * ext/theora/theoradec.c: (theora_handle_comment_packet):
1100           Post taglist actually on bus instead of just freeing it
1101           (fixes #327114 and totem bug #327080).
1102
1103         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
1104           Use gst_element_found_tags_for_pad(), so that the tags
1105           are sent downstream as an event as well.
1106
1107 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1108
1109         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1110         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
1111         (gst_ximagesink_buffer_alloc):
1112         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
1113         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
1114         (gst_xvimagesink_buffer_alloc):
1115           move all regularly occurring messages to GST_LOG level
1116           add some more object logs
1117
1118 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1119
1120         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
1121           fix a silly segfault
1122
1123 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1124
1125         * docs/libs/gst-plugins-base-libs-docs.sgml:
1126         * docs/libs/gst-plugins-base-libs-sections.txt:
1127         * gst-libs/gst/audio/mixerutils.c:
1128         * gst-libs/gst/audio/mixerutils.h:
1129           Add docs for mixerutils stuff.
1130
1131 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
1132
1133         * gst/playback/gstplaybasebin.c: (setup_source):
1134           Fix playback for sources that emit raw audio or
1135           raw video streams (e.g.: cd audio sources) (#325984).
1136
1137 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1138
1139         * gst-libs/gst/audio/mixerutils.c:
1140         (gst_audio_mixer_filter_do_filter):
1141           actually save the element we create
1142
1143 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1144
1145         * gst-libs/gst/cdda/gstcddabasesrc.c:
1146         (gst_cdda_base_src_handle_track_seek):
1147           No need to post a tag message on the bus when seeking
1148           within the same track, only post it when the current
1149           track changes.
1150
1151 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
1152
1153         * gst/playback/gstplaybasebin.c: (group_destroy),
1154         (probe_triggered), (new_decoded_pad), (mute_group_type),
1155         (set_active_source):
1156         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1157         * gst/playback/gststreamselector.c:
1158         (gst_stream_selector_base_init),
1159         (gst_stream_selector_set_property),
1160         (gst_stream_selector_request_new_pad):
1161           Reenable stream selection. These mechanisms need a complete overhaul
1162           in the face of 0.8->0.10 changes though.
1163
1164 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
1165
1166         * ext/ogg/gstoggdemux.c:
1167           Change the pad template to src_%d to match the pads that 
1168           are created from it. decodebin needs this information in order
1169           to decide that oggdemux is capable of producing multiple pads
1170           (and hence needs queues inserted).
1171
1172         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1173         (gst_ogg_mux_collected):
1174           Make debug output more useful by using GST_PTR_FORMAT.
1175
1176 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1177
1178         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1179
1180         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
1181           Set depth and width for alaw/mulaw (fixes #326601).
1182
1183 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1184
1185         * tests/icles/Makefile.am:
1186           don't build the tests if we don't have the libs
1187
1188 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1189
1190         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
1191         (gst_cd_paranoia_paranoia_callback):
1192           Don't try to free NULL pointers.
1193
1194 2006-01-10  Edward Hervey  <edward@fluendo.com>
1195
1196         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
1197         (gst_audio_rate_change_state), (plugin_init):
1198         Add debugging category.
1199         Fix type issues.
1200         Add case for incoming buffers without valid offset/offset_end.
1201
1202 2006-01-10  Michael Smith  <msmith@fluendo.com>
1203
1204         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
1205           Don't leak GCond in audio sources.
1206
1207 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
1208
1209         * gst/playback/gstplaybin.c: (gen_audio_element):
1210           Don't leak an autoaudiosink/alsasink when we generate
1211           a new audio element. (old code, I guess)
1212
1213 2006-01-10  Michael Smith  <msmith@fluendo.com>
1214
1215         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
1216           Support float audio in audiorate.
1217           Use width rather than depth for selecting sample width.
1218
1219 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1220
1221         * gst/videotestsrc/videotestsrc.h:
1222           Use GLib types here (that way we don't have to include the
1223           generated _stdint.h header, which makes life easier for win32
1224           folks that don't use autotools for the build) (#325990, patch
1225           by: Sergey Scobich).
1226
1227 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1228
1229         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1230         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1231         (gst_ring_buffer_pause), (wait_segment):
1232         * gst-libs/gst/audio/gstringbuffer.h:
1233           Name (private) union, makes Forte compiler happy (this time
1234           for real) (#324900).
1235
1236 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1237
1238         * gst-libs/gst/audio/Makefile.am:
1239           Link against libgstinterfaces, needed for mixer
1240           and property probe stuff.
1241
1242 2006-01-09  Edward Hervey  <edward@fluendo.com>
1243
1244         * gst-libs/gst/Makefile.am:
1245
1246 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1247
1248         * gst-libs/gst/audio/Makefile.am:
1249         * gst-libs/gst/audio/mixerutils.c:
1250         (gst_audio_mixer_filter_do_filter),
1251         (gst_audio_mixer_filter_check_element),
1252         (gst_audio_mixer_filter_probe_feature),
1253         (element_factory_rank_compare_func),
1254         (gst_audio_default_registry_mixer_filter):
1255         * gst-libs/gst/audio/mixerutils.h:
1256           Add gst_audio_default_registry_mixer_filter() utility
1257           function.
1258
1259 2006-01-03  Michael Smith  <msmith@fluendo.com>
1260
1261         * gst/audioresample/resample.h:
1262           As before, but for o_buf
1263
1264 2006-01-03  Michael Smith  <msmith@fluendo.com>
1265
1266         * gst/audioresample/resample.h:
1267           Declare struct _ResampleState.buffer as unsigned char *, not void *,
1268           since we do arithmetic on it.
1269
1270 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
1271
1272         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1273         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1274         (gst_ring_buffer_pause), (wait_segment):
1275         * gst-libs/gst/audio/gstringbuffer.h:
1276           Sun's Forte compiler doesn't seem to like anonymous structs,
1277           so use same setup as in GstBaseSrc (fixes #324900).
1278
1279 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
1280
1281         * configure.ac:
1282         * gst/volume/Makefile.am:
1283         * gst/volume/demo.c:
1284           move old example to tests/examples/volume/volune.c
1285         * tests/examples/Makefile.am:
1286         * tests/examples/seek/seek.c: (main):
1287           change window-close event from "delete-event" to "destroy"
1288         * tests/examples/volume/Makefile.am:
1289         * tests/examples/volume/volume.c: (value_changed_callback),
1290         (setup_gui), (message_received), (eos_message_received), (main):
1291           fix event handling and bus usage
1292
1293 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
1294
1295         * gst/audiotestsrc/gstaudiotestsrc.c:
1296         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1297         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
1298         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
1299         (gst_audio_test_src_create_square),
1300         (gst_audio_test_src_create_saw),
1301         (gst_audio_test_src_create_triangle),
1302         (gst_audio_test_src_create_silence),
1303         (gst_audio_test_src_create_white_noise),
1304         (gst_audio_test_src_create_pink_noise),
1305         (gst_audio_test_src_init_sine_table),
1306         (gst_audio_test_src_create_sine_table),
1307         (gst_audio_test_src_change_wave),
1308         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
1309         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
1310         * gst/audiotestsrc/gstaudiotestsrc.h:
1311           update to basesrc changes, implement segmented seeking and eos
1312           handling, add a 'sine-tab' waveform for performance critical playback
1313
1314 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1315
1316         * po/POTFILES.in:
1317           ... and this time the other modified file that I missed last time.
1318
1319 2005-12-29  Michael Smith  <msmith@fluendo.com>
1320
1321         * gst/playback/gstdecodebin.c: (new_pad):
1322           Fix non-C89 variable declaration not at the start of a block. Should
1323           help some compilers.
1324
1325 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1326
1327         * tests/check/Makefile.am:
1328           And now fix 'make distcheck' (builddir != srcdir)
1329
1330 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1331
1332         * configure.ac:
1333         * ext/cdparanoia/Makefile.am:
1334         * ext/cdparanoia/gstcdparanoia.c:
1335         * ext/cdparanoia/gstcdparanoia.h:
1336         * ext/cdparanoia/gstcdparanoiasrc.c:
1337         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
1338         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
1339         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
1340         (gst_cd_paranoia_paranoia_callback),
1341         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
1342         (gst_cd_paranoia_src_set_property),
1343         (gst_cd_paranoia_src_get_property), (plugin_init):
1344         * ext/cdparanoia/gstcdparanoiasrc.h:
1345           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
1346           plugin again (there are still fixes required to playbin to make
1347           cdda:// uris work there).
1348
1349 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1350
1351         * tests/check/Makefile.am:
1352           Fix test case compilation.
1353
1354 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1355
1356         * gst-libs/gst/cdda/gstcddabasesrc.c:
1357         (gst_cdda_base_src_update_duration),
1358         (gst_cdda_base_src_calculate_cddb_id):
1359           An integer is not a string. Fix access to uninitialised variable.
1360
1361         * tests/check/Makefile.am:
1362           Add cddabasesrc unit test; also actually enable the vorbis test.
1363
1364         * tests/check/generic/states.c:
1365           Blacklist new cd audio elements as well.
1366
1367         * tests/check/libs/cddabasesrc.c:
1368           Unit test for GstCddaBaseSrc (discid calculation mostly).
1369
1370 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1371
1372         * docs/libs/Makefile.am:
1373         * docs/libs/gst-plugins-base-libs-docs.sgml:
1374         * docs/libs/gst-plugins-base-libs-sections.txt:
1375         * docs/libs/gst-plugins-base-libs.types:
1376           Add docs for libgstcdda/GstCddaBaseSrc.
1377
1378         * gst-libs/gst/interfaces/mixertrack.h:
1379           Do one struct member per line with a semicolon at the end, that way
1380           even gtk-doc might parse it without complaining.
1381
1382 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1383
1384         * configure.ac:
1385         * gst-libs/gst/Makefile.am:
1386         * gst-libs/gst/cdda/Makefile.am:
1387         * gst-libs/gst/cdda/base64.c:
1388         * gst-libs/gst/cdda/base64.h:
1389         * gst-libs/gst/cdda/gstcddabasesrc.c:
1390         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
1391         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
1392         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
1393         (gst_cdda_base_src_get_property),
1394         (gst_cdda_base_src_get_track_from_sector),
1395         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
1396         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
1397         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
1398         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
1399         (gst_cdda_base_src_uri_get_protocols),
1400         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
1401         (gst_cdda_base_src_uri_handler_init),
1402         (gst_cdda_base_src_setup_interfaces),
1403         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
1404         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
1405         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
1406         (gst_cdda_base_src_add_tags),
1407         (gst_cdda_base_src_add_index_associations),
1408         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
1409         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
1410         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
1411         (gst_cdda_base_src_create):
1412         * gst-libs/gst/cdda/gstcddabasesrc.h:
1413         * gst-libs/gst/cdda/sha1.c:
1414         * gst-libs/gst/cdda/sha1.h:
1415           Add new libgstcdda with GstCddaBaseSrc class.
1416
1417 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1418
1419         * ext/gnomevfs/gstgnomevfssink.h:
1420           Use GstBaseSinkClass as parent_class member for class struct, not
1421           GstBaseSink.
1422
1423 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1424
1425         * gst/videotestsrc/gstvideotestsrc.c:
1426         (gst_video_test_src_class_init), (gst_video_test_src_start):
1427           Add start method to reset running time and number of frames sent
1428           when starting up (fixes #324696; patch by: Michal Benes).
1429
1430 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1431
1432         * docs/plugins/Makefile.am:
1433         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1434         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1435         * docs/plugins/gst-plugins-base-plugins.args:
1436         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1437         * docs/plugins/gst-plugins-base-plugins.signals:
1438           Add docs stuff for gnomevfssrc and gnomevfssink.
1439
1440         * ext/gnomevfs/gstgnomevfssrc.c:
1441           Fix example pipeline in gtk-doc blurb.
1442
1443 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1444
1445         * ext/gnomevfs/Makefile.am:
1446         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
1447         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
1448         (gst_gnome_vfs_handle_get_type), (plugin_init):
1449         * ext/gnomevfs/gstgnomevfs.h:
1450         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
1451         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
1452         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
1453         (gst_gnome_vfs_sink_set_property),
1454         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
1455         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
1456         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
1457         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
1458         (gst_gnome_vfs_sink_uri_get_type),
1459         (gst_gnome_vfs_sink_uri_get_protocols),
1460         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
1461         (gst_gnome_vfs_sink_uri_handler_init):
1462         * ext/gnomevfs/gstgnomevfssink.h:
1463           Port gnomevfssink; add gtk-doc blurb.
1464
1465         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
1466         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
1467         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1468         (gst_gnome_vfs_src_uri_get_type),
1469         (gst_gnome_vfs_src_uri_get_protocols),
1470         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
1471         (gst_gnome_vfs_src_uri_handler_init),
1472         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
1473         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
1474         (gst_gnome_vfs_src_send_additional_headers_callback),
1475         (gst_gnome_vfs_src_received_headers_callback),
1476         (gst_gnome_vfs_src_push_callbacks),
1477         (gst_gnome_vfs_src_pop_callbacks),
1478         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
1479         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
1480         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
1481         * ext/gnomevfs/gstgnomevfssrc.h:
1482           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
1483           file; add gtk-doc blurb with example pipelines.
1484
1485 === release 0.10.1 ===
1486
1487 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
1488
1489         * configure.ac:
1490           releasing 0.10.1, "Dobro Dedek"
1491
1492 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
1493
1494         * gst/typefind/gsttypefindfunctions.c:
1495         iLBC30 and iLBC20 added to typefind.
1496
1497 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1498
1499         * gst-libs/gst/audio/gstbaseaudiosink.c:
1500         (gst_base_audio_sink_class_init):
1501         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1502         (gst_base_audio_src_class_init):
1503           update strings, values are in microseconds
1504           change the default sink buffer time to something that is smaller
1505           (to help software volume mixing have a slightly lower delay) but
1506           still be acceptable on Wim's laptop
1507
1508 2005-12-20  Edward Hervey  <edward@fluendo.com>
1509
1510         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
1511         Made a quack, forgot to add DUCK to the riff video template.
1512
1513 2005-12-19  Edward Hervey  <edward@fluendo.com>
1514
1515         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
1516         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
1517         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1518         (gst_ogm_parse_chain):
1519         Make sure pads are initialized correctly.
1520         * gst-libs/gst/riff/riff-ids.h:
1521         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1522         (gst_riff_create_video_template_caps):
1523         Add a whole bunch of FOURCC <=> MimeType.
1524         Extend the riff video pad template to support the newly added fourcc.
1525
1526 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
1527
1528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1529         (gst_ogg_demux_activate_chain):
1530           Extra debug output when activating/deactivating chains.
1531
1532         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1533         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
1534         (unlinked):
1535           Remove a queue from our list when it becomes unlinked.
1536           Don't add queues to elements in class 'Demux' if they
1537           can only produce one pad 
1538
1539 2005-12-18  Julien MOUTTE  <julien@moutte.net>
1540
1541         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
1542         (gst_video_sink_get_type): Add a debug category.
1543
1544 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1545
1546         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1547         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
1548           Handle downstream newsegment by sending our own newsegment before the
1549           next buffer to be released. (#323900)
1550
1551 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1552
1553         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1554         (gst_base_rtp_depayload_set_gst_timestamp):
1555           add queue delay to new segment as well (as opposed to just the first
1556           buffer). (bug #322347)
1557
1558 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
1559
1560         * ext/libvisual/visual.c: (make_valid_name):
1561           change some char* into char[]
1562         * gst/audiotestsrc/gstaudiotestsrc.c:
1563         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
1564         (gst_audio_test_src_create):
1565         * gst/audiotestsrc/gstaudiotestsrc.h:
1566           prepare to handle EOS and SEGMENT_DONE
1567
1568 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1569
1570         * tests/check/generic/states.c: (GST_START_TEST):
1571           Blacklist cdparanoia element in state test.
1572
1573 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1574
1575         * gst/tcp/gsttcp.c:
1576         * gst/tcp/gsttcpclientsink.c:
1577         * gst/tcp/gsttcpserversink.c:
1578         * gst/tcp/gsttcpserversrc.c:
1579           Add <string.h> includes for memset and FD_ZERO (fixes #323878;
1580           patch by: Benjamin Pineau).
1581
1582 2005-12-15  Michael Smith  <msmith@fluendo.com>
1583
1584         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
1585         (gst_video_rate_chain):
1586           Fix timestamping for videorate when the first buffer it sees has a
1587           non-zero timestamp. Fix some misleading debug output.
1588
1589 2005-12-15  Michael Smith  <msmith@fluendo.com>
1590
1591         * gst/audioresample/gstaudioresample.c:
1592           Don't leak all input buffers to audioresample.
1593
1594 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1595
1596         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
1597           Don't operate on empty text buffers. Strip newlines and
1598           tabs only from the end of the text, but leave them intact
1599           in the middle. Fix typo in gtk-doc description.
1600
1601 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1602
1603         * gst/playback/gstplaybasebin.c:
1604         * gst/playback/gstplaybin.c: (handoff):
1605           Make sure the video frame buffer we return to apps via the
1606           "frame" property always has caps set on it. Modify
1607           _gst_gvalue_set_object() macro to handle NULL objects
1608           gracefully too.
1609
1610 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
1611
1612         * gst/audiotestsrc/gstaudiotestsrc.c:
1613         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1614         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
1615         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
1616         (gst_audio_test_src_create):
1617         * gst/audiotestsrc/gstaudiotestsrc.h:
1618         Adjust to some recent api changes and add wtays new cool seeking
1619         capabillities
1620
1621 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1622
1623         * ext/alsa/Makefile.am:
1624         * ext/alsa/gstalsadeviceprobe.c:
1625         * ext/alsa/gstalsadeviceprobe.h:
1626           Helper functions to add device probing via the GstPropertyProbe
1627           interface to a class.
1628
1629         * ext/alsa/gstalsamixer.h:
1630           Comment out GST_ALSA_MIXER, it returns a struct that's not
1631           used.
1632
1633         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
1634           Add some debug info. 
1635
1636         * ext/alsa/gstalsamixerelement.c:
1637         (gst_alsa_mixer_element_interface_supported),
1638         (gst_implements_interface_init),
1639         (gst_alsa_mixer_element_init_interfaces),
1640         (gst_alsa_mixer_element_class_init),
1641         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1642         (gst_alsa_mixer_element_set_property),
1643         (gst_alsa_mixer_element_get_property),
1644         (gst_alsa_mixer_element_change_state):
1645         * ext/alsa/gstalsamixerelement.h:
1646           Add 'device' and 'device-name' properties. Add GstPropertyProbe
1647           for device handling (gnome-volume-control will need that).
1648
1649 2005-12-12  Christian Schaller  <uraeus@gnome.org>
1650
1651         * ext/Makefile.am: fix cdparanoia entry
1652         * gst-plugins-base.spec.in: add cdparanoia
1653
1654 2005-12-12  Michael Smith  <msmith@fluendo.com>
1655
1656         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
1657           Use the correct function to free list of typefind factories.
1658
1659 2005-12-12  Wim Taymans  <wim@fluendo.com>
1660
1661         * gst/videotestsrc/gstvideotestsrc.c:
1662         (gst_video_test_src_class_init), (gst_video_test_src_init),
1663         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
1664         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
1665         (gst_video_test_src_create):
1666         * gst/videotestsrc/gstvideotestsrc.h:
1667         Implement seeking in videotestsrc.
1668         Small cleanups.
1669
1670 2005-12-12  Wim Taymans  <wim@fluendo.com>
1671
1672         * ext/cdparanoia/Makefile.am:
1673         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
1674         (gst_paranoia_endian_get_type), (_do_init),
1675         (cdparanoia_class_init), (cdparanoia_init),
1676         (cdparanoia_set_property), (cdparanoia_get_property),
1677         (cdparanoia_do_seek), (cdparanoia_is_seekable),
1678         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
1679         (cdparanoia_convert), (cdparanoia_get_query_types),
1680         (cdparanoia_query), (cdparanoia_set_index),
1681         (cdparanoia_uri_set_uri):
1682         * ext/cdparanoia/gstcdparanoia.h:
1683         Partially ported cdparanoia now that basesrc can support a
1684         plugin like this..
1685
1686 2005-12-12  Wim Taymans  <wim@fluendo.com>
1687
1688         * tests/examples/seek/scrubby.c: (main):
1689         Set higher priority for bus events so they don't get reordered with
1690         gtk gui events.
1691
1692         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1693         (flush_toggle_cb), (main):
1694         Added checkbox to disable flushing seeks. 
1695         Disable scrubbing when doing non flushing seeks.
1696
1697 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
1698
1699         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
1700         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
1701         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
1702         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
1703           Implement some sort of event handling that doesn't rely on
1704           g_return_if_fail; make sure we always push the last chunk of an 
1705           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
1706           state change function; remove some old cruft. Seeking is still
1707           rather unlikely to work though.
1708
1709         * tools/.cvsignore:
1710           Ignore more.
1711
1712 2005-12-11  Julien MOUTTE  <julien@moutte.net>
1713
1714         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
1715         Fixed a leak of the current image reference when cleaning up.
1716         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
1717
1718 2005-12-09  Michael Smith  <msmith@fluendo.com>
1719
1720         * tools/Makefile.am:
1721         * tools/gst-launch-ext-m.m:
1722           Remove gst-launch-ext. It doesn't work, and is no longer
1723           particularly useful.
1724
1725 2005-12-08  Luca Ognibene  <luogni@tin.it>
1726
1727         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1728           don't pass random values to ogmparse convert function.
1729           Make seeking possible in the exile1.ogm file.
1730
1731 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1732
1733         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
1734         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1735           Work around refcount problem with g_value_set_object() that occur
1736           if the core has been compiled against GLib-2.6 (g_value_set_object()
1737           will only g_object_ref() the element, but the caller will
1738           gst_object_unref() it and bad things will happen due to the way
1739           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
1740           totem for people on FC4 using Thomas's 0.10 RPMs.
1741           
1742 2005-12-07  Edward Hervey  <edward@fluendo.com>
1743
1744         Time to welcome ogm to 0.10 :)
1745         
1746         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
1747         (gst_ogg_pad_typefind):
1748         Oggdemux can now properly typefind elements with dynamic pads.
1749         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1750         Properly set caps on src pad, and set caps on outgoing buffers.
1751
1752 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1753
1754         * ext/alsa/gstalsamixer.h:
1755         * ext/alsa/gstalsamixerelement.h:
1756         * ext/alsa/gstalsamixeroptions.h:
1757         * ext/alsa/gstalsamixertrack.h:
1758         * ext/alsa/gstalsasink.c:
1759         * ext/alsa/gstalsasink.h:
1760         * ext/alsa/gstalsasrc.c:
1761         * ext/alsa/gstalsasrc.h:
1762         * ext/cdparanoia/gstcdparanoia.h:
1763         * ext/gnomevfs/gstgnomevfsuri.h:
1764         * ext/ogg/gstoggdemux.c:
1765         * ext/ogg/gstoggmux.c:
1766         * ext/pango/gsttextoverlay.h:
1767         * ext/theora/theoradec.c:
1768         * ext/theora/theoraenc.c:
1769         * ext/vorbis/vorbisdec.h:
1770         * ext/vorbis/vorbisenc.c:
1771         * ext/vorbis/vorbisenc.h:
1772         * ext/vorbis/vorbisparse.h:
1773         * gst-libs/gst/audio/gstaudioclock.h:
1774         * gst-libs/gst/audio/gstaudiosink.c:
1775         * gst-libs/gst/audio/gstaudiosink.h:
1776         * gst-libs/gst/audio/gstaudiosrc.c:
1777         * gst-libs/gst/audio/gstaudiosrc.h:
1778         * gst-libs/gst/audio/gstbaseaudiosink.c:
1779         * gst-libs/gst/audio/gstbaseaudiosink.h:
1780         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1781         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1782         * gst-libs/gst/audio/gstringbuffer.h:
1783         * gst-libs/gst/audio/multichannel.h:
1784         * gst-libs/gst/floatcast/floatcast.h:
1785         * gst-libs/gst/interfaces/colorbalance.c:
1786         * gst-libs/gst/interfaces/colorbalance.h:
1787         * gst-libs/gst/interfaces/colorbalancechannel.h:
1788         * gst-libs/gst/interfaces/mixer.h:
1789         * gst-libs/gst/interfaces/mixeroptions.h:
1790         * gst-libs/gst/interfaces/mixertrack.h:
1791         * gst-libs/gst/interfaces/navigation.h:
1792         * gst-libs/gst/interfaces/propertyprobe.h:
1793         * gst-libs/gst/interfaces/tuner.h:
1794         * gst-libs/gst/interfaces/tunerchannel.h:
1795         * gst-libs/gst/interfaces/tunernorm.h:
1796         * gst-libs/gst/interfaces/xoverlay.h:
1797         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1798         * gst-libs/gst/riff/riff-ids.h:
1799         * gst-libs/gst/riff/riff-media.h:
1800         * gst-libs/gst/riff/riff-read.h:
1801         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1802         * gst-libs/gst/rtp/gstbasertppayload.c:
1803         * gst-libs/gst/rtp/gstbasertppayload.h:
1804         * gst-libs/gst/rtp/gstrtpbuffer.c:
1805         * gst-libs/gst/rtp/gstrtpbuffer.h:
1806         * gst-libs/gst/tag/gsttageditingprivate.h:
1807         * gst-libs/gst/tag/gstvorbistag.c:
1808         (gst_tag_list_from_vorbiscomment_buffer):
1809         * gst-libs/gst/tag/tag.h:
1810         * gst-libs/gst/video/video.h:
1811         * gst/adder/gstadder.c:
1812         * gst/adder/gstadder.h:
1813         * gst/audioconvert/audioconvert.c:
1814         * gst/audioconvert/audioconvert.h:
1815         * gst/audioconvert/gstaudioconvert.c:
1816         * gst/audioconvert/gstchannelmix.c:
1817         * gst/audioconvert/gstchannelmix.h:
1818         * gst/audiorate/gstaudiorate.c:
1819         * gst/audioresample/buffer.h:
1820         * gst/audioresample/functable.h:
1821         * gst/audioresample/gstaudioresample.c:
1822         * gst/audioresample/resample.h:
1823         * gst/ffmpegcolorspace/avcodec.h:
1824         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1825         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1826         * gst/ffmpegcolorspace/imgconvert.c:
1827         * gst/ffmpegcolorspace/imgconvert_template.h:
1828         * gst/playback/gstdecodebin.c:
1829         * gst/playback/gstplaybasebin.h:
1830         * gst/playback/gstplaybin.c:
1831         * gst/playback/gststreaminfo.h:
1832         * gst/tcp/gstfdset.c:
1833         * gst/tcp/gstfdset.h:
1834         * gst/tcp/gstmultifdsink.c:
1835         * gst/tcp/gstmultifdsink.h:
1836         * gst/tcp/gsttcp.h:
1837         * gst/tcp/gsttcpclientsrc.c:
1838         * gst/tcp/gsttcpclientsrc.h:
1839         * gst/tcp/gsttcpplugin.h:
1840         * gst/tcp/gsttcpserversink.c:
1841         * gst/tcp/gsttcpserversrc.c:
1842         * gst/typefind/gsttypefindfunctions.c:
1843         * gst/videorate/gstvideorate.c:
1844         * gst/videotestsrc/gstvideotestsrc.h:
1845         * gst/videotestsrc/videotestsrc.h:
1846         * sys/v4l/gstv4lcolorbalance.h:
1847         * sys/v4l/gstv4ltuner.h:
1848         * sys/v4l/gstv4lxoverlay.h:
1849         * sys/v4l/v4l_calls.h:
1850         * sys/v4l/videodev_mjpeg.h:
1851         * tests/check/elements/audioconvert.c:
1852         * tests/check/elements/audioresample.c:
1853         * tests/check/elements/audiotestsrc.c:
1854         * tests/check/elements/videotestsrc.c:
1855         * tests/check/elements/volume.c:
1856         * tests/examples/seek/scrubby.c:
1857         * tests/examples/seek/seek.c:
1858           expand tabs
1859
1860 === release 0.10.0 ===
1861
1862 2005-12-05   <thomas (at) apestaart (dot) org>
1863
1864         * configure.ac:
1865           releasing 0.10.0, "Mont-d'or"
1866
1867 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1868
1869         * tests/examples/seek/Makefile.am:
1870         Build fix for when gtk is not available.
1871
1872 2005-12-05  Andy Wingo  <wingo@pobox.com>
1873
1874         * ext/libvisual/visual.c: (get_buffer):
1875         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1876         * ext/pango/gsttextrender.c: (gst_text_render_chain):
1877         * ext/theora/theoradec.c: (theora_handle_data_packet):
1878         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
1879         (theora_enc_chain):
1880         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1881         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1882         Update for alloc_buffer changes.
1883
1884 2005-12-05  Andy Wingo  <wingo@pobox.com>
1885
1886         patch by: Kai Vehmanen <kv2004 eca cx>
1887         
1888         * gst-libs/gst/rtp/gstbasertpdepayload.c
1889         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
1890
1891 2005-12-04  Andy Wingo  <wingo@pobox.com>
1892
1893         patch by: Sebastien Cote <sebas642 yahoo ca>
1894         
1895         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
1896         Fixes #319172.
1897
1898 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
1899
1900         * docs/plugins/Makefile.am:
1901         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1902         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1903         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1904         * ext/pango/gstclockoverlay.c:
1905         * ext/pango/gsttextoverlay.c: 
1906         * ext/pango/gsttextrender.c:
1907         * ext/pango/gsttimeoverlay.c:
1908           Add gtk-doc blurbs to pango elements.
1909
1910 2005-12-02  Wim Taymans  <wim@fluendo.com>
1911
1912         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
1913         * gst/audioresample/buffer.h:
1914         * gst/audioresample/gstaudioresample.c:
1915         * gst/audioresample/gstaudioresample.h:
1916         * gst/audioresample/resample.c: (resample_input_flush),
1917         (resample_input_pushthrough), (resample_input_eos),
1918         (resample_get_output_size_for_input),
1919         (resample_get_input_size_for_output), (resample_get_output_size),
1920         (resample_get_output_data):
1921         * gst/audioresample/resample.h:
1922         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1923         Fix audioresample, seek torture, new segments, reverse negotiation
1924         etc.. work fine.
1925
1926 2005-12-02  Wim Taymans  <wim@fluendo.com>
1927
1928         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1929         Small cleanups.
1930
1931 2005-12-02  Wim Taymans  <wim@fluendo.com>
1932
1933         * gst/audioconvert/gstaudioconvert.c:
1934         (gst_audio_convert_transform):
1935         Post errors.
1936
1937 === release 0.9.7 ===
1938
1939 2005-12-01   <thomas (at) apestaart (dot) org>
1940
1941         * configure.ac:
1942           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
1943
1944 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1945
1946         * Makefile.am:
1947         * po/hu.po:
1948         * win32/MANIFEST:
1949         * win32/gst.sln:
1950           add win32 MANIFEST file
1951           do something to the hungarian translation
1952
1953 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
1954
1955         * ext/Makefile.am:
1956           Add $(PANGO_DIR) to SUBDIRS
1957
1958         * ext/pango/gstclockoverlay.c:
1959         * ext/pango/gsttimeoverlay.c:
1960           Fix and improve element descriptions.
1961
1962 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1963
1964         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1965         * docs/plugins/inspect/plugin-libvisual.xml:
1966         * docs/plugins/inspect/plugin-pango.xml:
1967           add pango plugin to docs
1968
1969 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1970
1971         * configure.ac:
1972         * ext/Makefile.am:
1973           moved pango to base
1974
1975 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1976
1977         * configure.ac:
1978         * tests/Makefile.am:
1979         * tests/icles/.cvsignore:
1980         * tests/icles/Makefile.am:
1981         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
1982         (close_display), (resize_window), (move_window), (create_window),
1983         (terminate_playback), (pause_playback), (start_playback), (main):
1984           add stress test for xoverlay from Julien
1985
1986 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1987
1988         * docs/libs/tmpl/gstcolorbalance.sgml:
1989         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1990         * gst-libs/gst/rtp/gstbasertppayload.c:
1991         * gst-libs/gst/rtp/gstrtpbuffer.c:
1992         * gst-libs/gst/rtp/gstrtpbuffer.h:
1993           Do burger's rename for rtp payloaders and depayloaders
1994
1995 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1996
1997         * win32/:
1998           add Visual Studio 6 build files
1999
2000 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2001
2002         * docs/libs/gst-plugins-base-libs-docs.sgml:
2003         * docs/libs/gst-plugins-base-libs-sections.txt:
2004         * docs/libs/tmpl/gstaudio.sgml:
2005         * docs/libs/tmpl/gstringbuffer.sgml:
2006         * gst-libs/gst/interfaces/xoverlay.c:
2007         * gst-libs/gst/video/gstvideofilter.c:
2008         * gst-libs/gst/video/gstvideosink.c:
2009           update documentation
2010
2011 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2012
2013         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
2014         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
2015         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
2016         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2017         (gst_multi_fd_sink_get_stats),
2018         (gst_multi_fd_sink_remove_client_link),
2019         (gst_multi_fd_sink_handle_client_read),
2020         (gst_multi_fd_sink_client_queue_data),
2021         (gst_multi_fd_sink_client_queue_caps),
2022         (gst_multi_fd_sink_client_queue_buffer),
2023         (gst_multi_fd_sink_new_client),
2024         (gst_multi_fd_sink_handle_client_write),
2025         (gst_multi_fd_sink_recover_client),
2026         (gst_multi_fd_sink_queue_buffer),
2027         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
2028         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
2029         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
2030         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
2031         * gst/tcp/gstmultifdsink.h:
2032         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
2033         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
2034         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
2035         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
2036         (gst_tcp_client_sink_set_property),
2037         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
2038         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
2039         * gst/tcp/gsttcpclientsink.h:
2040         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
2041         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
2042         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
2043         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
2044         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
2045         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
2046         * gst/tcp/gsttcpclientsrc.h:
2047         * gst/tcp/gsttcpplugin.c: (plugin_init):
2048         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
2049         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
2050         (gst_tcp_server_sink_finalize),
2051         (gst_tcp_server_sink_handle_server_read),
2052         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
2053         (gst_tcp_server_sink_set_property),
2054         (gst_tcp_server_sink_get_property),
2055         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
2056         * gst/tcp/gsttcpserversink.h:
2057         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
2058         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
2059         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
2060         (gst_tcp_server_src_set_property),
2061         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
2062         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
2063         * gst/tcp/gsttcpserversrc.h:
2064           more borgifying
2065
2066 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2067
2068         * docs/plugins/Makefile.am:
2069         * docs/plugins/gst-plugins-base-plugins.args:
2070         * docs/plugins/inspect/plugin-libvisual.xml:
2071         * gst/audioconvert/plugin.h:
2072         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
2073         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
2074         (gst_audio_rate_setcaps), (gst_audio_rate_init),
2075         (gst_audio_rate_chain), (gst_audio_rate_set_property),
2076         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
2077         (plugin_init):
2078         * gst/audiotestsrc/gstaudiotestsrc.c:
2079         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
2080         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2081         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2082         (gst_audio_test_src_get_query_types),
2083         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
2084         (gst_audio_test_src_create_square),
2085         (gst_audio_test_src_create_saw),
2086         (gst_audio_test_src_create_triangle),
2087         (gst_audio_test_src_create_silence),
2088         (gst_audio_test_src_create_white_noise),
2089         (gst_audio_test_src_init_pink_noise),
2090         (gst_audio_test_src_generate_pink_noise_value),
2091         (gst_audio_test_src_create_pink_noise),
2092         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
2093         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
2094         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
2095         (plugin_init):
2096         * gst/audiotestsrc/gstaudiotestsrc.h:
2097         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
2098         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
2099         (gst_sub_parse_init), (gst_sub_parse_formats),
2100         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
2101         (convert_encoding), (get_next_line),
2102         (gst_sub_parse_data_format_autodetect),
2103         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
2104         (gst_sub_parse_loop), (gst_sub_parse_chain),
2105         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
2106         (plugin_init):
2107         * gst/subparse/gstsubparse.h:
2108         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
2109         (gst_video_rate_base_init), (gst_video_rate_class_init),
2110         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
2111         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
2112         (gst_video_rate_init), (gst_video_rate_event),
2113         (gst_video_rate_chain), (gst_video_rate_set_property),
2114         (gst_video_rate_get_property), (gst_video_rate_change_state),
2115         (plugin_init):
2116         * gst/videoscale/gstvideoscale.c:
2117         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
2118         (gst_video_scale_src_template_factory),
2119         (gst_video_scale_sink_template_factory),
2120         (gst_video_scale_get_type), (gst_video_scale_base_init),
2121         (gst_video_scale_class_init), (gst_video_scale_init),
2122         (gst_video_scale_set_property), (gst_video_scale_get_property),
2123         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
2124         (gst_video_scale_prepare_size), (parse_caps),
2125         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2126         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
2127         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
2128         (plugin_init):
2129         * gst/videoscale/gstvideoscale.h:
2130         * gst/videotestsrc/gstvideotestsrc.c:
2131         (gst_video_test_src_pattern_get_type),
2132         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
2133         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
2134         (gst_video_test_src_set_pattern),
2135         (gst_video_test_src_set_property),
2136         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
2137         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
2138         (gst_video_test_src_event), (gst_video_test_src_get_times),
2139         (gst_video_test_src_create), (plugin_init):
2140         * gst/videotestsrc/gstvideotestsrc.h:
2141         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
2142         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2143         (gst_video_test_src_black):
2144         * gst/videotestsrc/videotestsrc.h:
2145           borgify further
2146           clean up docs a little
2147
2148 2005-11-30  Wim Taymans  <wim@fluendo.com>
2149
2150         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2151         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2152         (gst_basertppayload_event), (gst_basertppayload_push),
2153         (gst_basertppayload_change_state):
2154         * gst-libs/gst/rtp/gstbasertppayload.h:
2155         closed #320644.
2156
2157 2005-11-30  Julien MOUTTE  <julien@moutte.net>
2158
2159         * docs/libs/gst-plugins-base-libs-docs.sgml:
2160         * docs/libs/gst-plugins-base-libs-sections.txt:
2161         * gst-libs/gst/video/gstvideofilter.c:
2162         * gst-libs/gst/video/gstvideosink.c:
2163         * gst-libs/gst/video/gstvideosink.h: Adding docs.
2164
2165 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2166
2167         * LICENSE:
2168           move
2169         * po/af.po:
2170         * po/az.po:
2171         * po/cs.po:
2172         * po/en_GB.po:
2173         * po/hu.po:
2174         * po/it.po:
2175         * po/nb.po:
2176         * po/nl.po:
2177         * po/or.po:
2178         * po/sq.po:
2179         * po/sr.po:
2180         * po/sv.po:
2181         * po/uk.po:
2182         * po/vi.po:
2183         * Makefile.am:
2184           update
2185         * scripts/autoplugins.sh:
2186           remove
2187
2188 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2189
2190         * Makefile.am:
2191         * configure.ac:
2192         * examples/Makefile.am:
2193         * examples/capsfilter/Makefile.am:
2194         * examples/capsfilter/capsfilter1.c:
2195         * examples/gob/Makefile.am:
2196         * examples/gob/gst-identity2.gob:
2197         * examples/indexing/.cvsignore:
2198         * examples/indexing/Makefile.am:
2199         * examples/indexing/indexmpeg.c:
2200         * examples/seeking/.cvsignore:
2201         * examples/seeking/Makefile.am:
2202         * examples/seeking/cdparanoia.c:
2203         * examples/seeking/cdplayer.c:
2204         * examples/seeking/chained.c:
2205         * examples/seeking/scrubby.c:
2206         * examples/seeking/seek.c:
2207         * examples/stats/Makefile.am:
2208         * examples/stats/mp2ogg.c:
2209         * examples/switch/.cvsignore:
2210         * examples/switch/Makefile.am:
2211         * examples/switch/switcher.c:
2212         * tests/Makefile.am:
2213         * tests/check/generic/.cvsignore:
2214         * tests/check/pipelines/.cvsignore:
2215         * tests/examples/Makefile.am:
2216         * tests/examples/seek/Makefile.am:
2217           reorganize stuff under tests/
2218
2219 2005-11-30  Edward Hervey  <edward@fluendo.com>
2220
2221         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2222         Go away you stupid GstStaticPadTemplate memleak.
2223
2224 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2225
2226         * gst-libs/gst/net/Makefile.am:
2227         * gst-libs/gst/net/README:
2228         * gst-libs/gst/net/gstnetbuffer.c:
2229         * gst-libs/gst/net/gstnetbuffer.h:
2230           this was moved to "netbuffer"
2231
2232 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2233
2234         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
2235         (gst_video_filter_class_init), (gst_video_filter_init):
2236         * gst-libs/gst/video/gstvideofilter.h:
2237           borgify name to bring in line with other classes
2238
2239 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2240
2241         * gst/audioscale/.cvsignore:
2242         * gst/audioscale/Makefile.am:
2243         * gst/audioscale/README:
2244         * gst/audioscale/audioscale.vcproj:
2245         * gst/audioscale/dtof.c:
2246         * gst/audioscale/dtos.c:
2247         * gst/audioscale/functable.c:
2248         * gst/audioscale/gstaudioscale.c:
2249         * gst/audioscale/gstaudioscale.h:
2250         * gst/audioscale/private.h:
2251         * gst/audioscale/resample.c:
2252         * gst/audioscale/resample.h:
2253         * gst/audioscale/test.c:
2254           remove
2255
2256 2005-11-30  Edward Hervey  <edward@fluendo.com>
2257
2258         * gst-libs/gst/netbuffer/Makefile.am:
2259         really, really tired
2260
2261 2005-11-30  Edward Hervey  <edward@fluendo.com>
2262
2263         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2264         Update for new GstTypeFindFactory _register()
2265
2266 2005-11-30  Edward Hervey  <edward@fluendo.com>
2267
2268         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
2269         Let's not override libgstnet from core for no reason...
2270         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
2271         Ok, maybe not so quick next time.
2272
2273 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2274
2275         * configure.ac:
2276         * gst-libs/gst/Makefile.am:
2277           moved gst-libs/gst/net to netbuffer through CVS surgery
2278           remove old directory
2279           updating build to accomodate
2280           (#322257)
2281
2282 2005-11-29  Andy Wingo  <wingo@pobox.com>
2283
2284         * pkgconfig/gstreamer-plugins-base.pc.in:
2285         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2286         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
2287         (#322257).
2288
2289 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2290
2291         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
2292         3rd time's the charm. Correct ref-counting for discarded buffers.
2293
2294 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2295
2296         * gst/playback/gststreamselector.c:
2297         (gst_stream_selector_class_init),
2298         (gst_stream_selector_set_property),
2299         (gst_stream_selector_get_property),
2300         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2301         Fix ref-counting
2302
2303 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
2304
2305         * gst/subparse/gstsubparse.c: (feed_textbuf):
2306           Don't access already unref'ed buffer.
2307
2308 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2309
2310         * gst/playback/gststreamselector.c:
2311         (gst_stream_selector_class_init), (gst_stream_selector_init),
2312         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
2313         (gst_stream_selector_get_property),
2314         (gst_stream_selector_get_linked_pad),
2315         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2316         * gst/playback/gststreamselector.h:
2317         Add the active-pad property for playbin to use shortly. Ignore buffers
2318         from any other pad, returning GST_FLOW_NOT_LINKED
2319
2320 2005-11-29  Julien MOUTTE  <julien@moutte.net>
2321
2322         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
2323         patch from bug #322704 (Alessandro Decina).
2324
2325 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2326
2327         * gst-libs/gst/audio/Makefile.am:
2328           folded audiofilter into the audio library
2329
2330 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2331
2332         * gst/videoscale/gstvideoscale.h:
2333         * gst/videoscale/gstvideoscale.c:
2334           remove unimplemented scale methods
2335
2336 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
2337
2338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
2339           Don't leak caps.
2340
2341 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2342
2343         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2344         (gst_ximagesink_setcaps):
2345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2346         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
2347         happens (only visible on ximagesink but bug is in xv too) set_caps was
2348         destroying the internal x[v]image used to memcpy non locally alloced
2349         buffers so that it got renewed on next _chain. The issue is that 
2350         _expose will try to put that image as it reffed it in _put.
2351         Using gst_buffer_unref instead of destroy fixes it !
2352
2353 2005-11-28  Edward Hervey  <edward@fluendo.com>
2354
2355         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2356         (try_to_link_1), (queue_filled_cb):
2357         Better use of the queues. Start with a small size queue and only increase
2358         the size of the queues when the other queues are empty.
2359
2360 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2361
2362         * gst-libs/gst/video/Makefile.am:
2363           compile in copied-over videofilter into the video library
2364         * gst-libs/gst/video/videosink.h:
2365           rename the header to gstvideosink.h since it's a base GstObject class
2366         * sys/ximage/ximagesink.h:
2367         * sys/xvimage/xvimagesink.h:
2368           use the new header
2369
2370 2005-11-28  Wim Taymans  <wim@fluendo.com>
2371
2372         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
2373         * gst/playback/gstplaybasebin.h:
2374         Prepare to handle errors betters.
2375
2376         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
2377         Set sinks to PAUSED first before adding and linking them so that
2378         we don't interrupt dataflow.
2379
2380 2005-11-28  Wim Taymans  <wim@fluendo.com>
2381
2382         * gst-libs/gst/audio/TODO:
2383         Updated TODO
2384
2385         * gst-libs/gst/audio/gstaudiosink.c:
2386         (gst_audioringbuffer_open_device),
2387         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
2388         (gst_audioringbuffer_release):
2389         Small cleanups.
2390
2391         * gst-libs/gst/audio/gstbaseaudiosink.c:
2392         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
2393         (gst_base_audio_sink_change_state):
2394         Slave to the master clock when going to PLAYING and unslave when
2395         going to PAUSED.
2396
2397         * gst-libs/gst/audio/gstringbuffer.c:
2398         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2399         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
2400         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
2401         (gst_ring_buffer_clear_all), (wait_segment),
2402         (gst_ring_buffer_commit), (gst_ring_buffer_read),
2403         (gst_ring_buffer_advance):
2404         * gst-libs/gst/audio/gstringbuffer.h:
2405         Add some docs and cleanups.
2406
2407 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2408
2409         * sys/xvimage/xvimagesink.c:
2410         (gst_xvimagesink_navigation_send_event): Fix navigation events
2411         coordinates translation with pixel aspect ratios.
2412
2413 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2414
2415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2416         Use calculated video geometry from _setcaps instead of buffer
2417         caps to respect pixel aspect ratio. (fixes #322388)
2418
2419 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2420
2421         * docs/libs/tmpl/gstcolorbalance.sgml:
2422         * docs/libs/tmpl/gstmixer.sgml:
2423         * docs/libs/tmpl/gstxoverlay.sgml:
2424         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
2425         interface.
2426
2427 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2428
2429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2430         Refuse to create an XvImage if we can't find the format.
2431
2432 2005-11-28  Edward Hervey  <edward@fluendo.com>
2433
2434         * gst-libs/gst/riff/riff-media.c:
2435         (gst_riff_create_audio_template_caps):
2436         Add ATRAC3 to the list of riff-possible audio caps.
2437         I know we still don't have a plugin for atrac3, but it's saner to output
2438         that than a cryptic mimetype.
2439
2440 2005-11-27  Edward Hervey  <edward@fluendo.com>
2441
2442         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
2443         Don't try to create a zero-sized subbuffer.
2444
2445 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2446
2447         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
2448         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2449         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
2450         (gst_ximagesink_expose): Fixed a tricky race.
2451         * sys/ximage/ximagesink.h:
2452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2453         (gst_xvimagesink_expose): Fixed a tricky race.
2454         * sys/xvimage/xvimagesink.h:
2455
2456 2005-11-27  Edward Hervey  <edward@fluendo.com>
2457
2458         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2459         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
2460         Remove unused properties, and add queues between demuxers and decoders
2461         so that a lot more files can preroll properly.
2462
2463 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2464
2465         * gst-libs/gst/net/Makefile.am:
2466         * gst-libs/gst/rtp/Makefile.am:
2467         * gst-libs/gst/tag/Makefile.am:
2468           remove silly include
2469         * gst/tags/Makefile.am:
2470         * gst/tags/gsttagediting.c:
2471         * gst/tags/gsttageditingprivate.h:
2472         * gst/tags/tagedit.vcproj:
2473           remove directory, is as good as empty
2474
2475 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2476
2477         * configure.ac:
2478           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
2479         * gst-libs/Makefile.am:
2480         * gst-libs/gst/audio/Makefile.am:
2481         * gst-libs/gst/interfaces/Makefile.am:
2482         * gst-libs/gst/net/Makefile.am:
2483         * gst-libs/gst/riff/Makefile.am:
2484         * gst-libs/gst/rtp/Makefile.am:
2485         * gst-libs/gst/tag/Makefile.am:
2486         * gst-libs/gst/video/Makefile.am:
2487           and use them
2488
2489 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2490
2491         * docs/libs/tmpl/gstcolorbalance.sgml:
2492         * docs/libs/tmpl/gstmixer.sgml:
2493         * docs/libs/tmpl/gstxoverlay.sgml:
2494         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
2495         * sys/ximage/ximagesink.h:
2496         * sys/xvimage/xvimagesink.h: More and more documentation.
2497
2498 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2499
2500         * docs/libs/gst-plugins-base-libs-docs.sgml:
2501         * docs/libs/gst-plugins-base-libs-sections.txt:
2502         * docs/libs/tmpl/gstcolorbalance.sgml:
2503         * docs/libs/tmpl/gstmixer.sgml:
2504         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
2505         to documentation.
2506
2507 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2508
2509         * docs/plugins/Makefile.am:
2510         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2511         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2512         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
2513
2514 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2515
2516         * docs/plugins/Makefile.am:
2517         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2518         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2519         * docs/plugins/inspect/plugin-adder.xml:
2520         * docs/plugins/inspect/plugin-alsa.xml:
2521         * docs/plugins/inspect/plugin-audioconvert.xml:
2522         * docs/plugins/inspect/plugin-audiorate.xml:
2523         * docs/plugins/inspect/plugin-audioresample.xml:
2524         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2525         * docs/plugins/inspect/plugin-decodebin.xml:
2526         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2527         * docs/plugins/inspect/plugin-gnomevfs.xml:
2528         * docs/plugins/inspect/plugin-ogg.xml:
2529         * docs/plugins/inspect/plugin-playbin.xml:
2530         * docs/plugins/inspect/plugin-subparse.xml:
2531         * docs/plugins/inspect/plugin-tcp.xml:
2532         * docs/plugins/inspect/plugin-theora.xml:
2533         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2534         * docs/plugins/inspect/plugin-video4linux.xml:
2535         * docs/plugins/inspect/plugin-videorate.xml:
2536         * docs/plugins/inspect/plugin-videoscale.xml:
2537         * docs/plugins/inspect/plugin-videotestsrc.xml:
2538         * docs/plugins/inspect/plugin-volume.xml:
2539         * docs/plugins/inspect/plugin-vorbis.xml:
2540         * docs/plugins/inspect/plugin-ximagesink.xml:
2541         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
2542         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
2543
2544 2005-11-26  Edward Hervey  <edward@fluendo.com>
2545
2546         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
2547         Properly return GstFlowReturn from gst_pad_push in chain functions.
2548
2549 2005-11-25  Michael Smith  <msmith@fluendo.com>
2550
2551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
2552         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
2553         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
2554         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
2555           Handle various conditions better when we don't understand a stream.
2556           Removes a heap of CRITICALs on ogg streams containing unknown data.
2557
2558 2005-11-24  Andy Wingo  <wingo@pobox.com>
2559
2560         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
2561         Be threadsafe.
2562
2563 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2564
2565         * configure.ac: back to HEAD
2566
2567 === release 0.9.6 ===
2568
2569 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
2570
2571         * configure.ac:
2572           releasing 0.9.6, "White Eight"
2573
2574 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2575
2576         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2577         * docs/plugins/inspect/plugin-sine.xml:
2578           remove sinesrc some more
2579
2580 2005-11-23  Wim Taymans  <wim@fluendo.com>
2581
2582         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2583         If we are reading too slowly, jump forward in the ringbuffer
2584         instead of blocking.
2585
2586 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2587
2588         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2589         (gst_visual_chain):
2590         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
2591         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
2592         (gst_videorate_chain):
2593         * gst/videotestsrc/gstvideotestsrc.c:
2594         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
2595         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
2596         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
2597         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
2598         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2599         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2600           Updates for API changes
2601
2602 2005-11-23  Wim Taymans  <wim@fluendo.com>
2603
2604         * gst-libs/gst/audio/gstbaseaudiosink.c:
2605         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2606         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2607         Fix for calibration API change.
2608
2609 2005-11-23  Michael Smith <msmith@fluendo.com>
2610
2611         * gst-libs/gst/audio/multichannel.c:
2612         (gst_audio_get_channel_positions),
2613         (gst_audio_set_channel_positions),
2614         (gst_audio_set_structure_channel_positions_list),
2615         (gst_audio_fixate_channel_positions):
2616           Use gst_value_array_*() functions on value arrays, not
2617           gst_value_list_*().
2618
2619 2005-11-23  Edward Hervey  <edward@fluendo.com>
2620
2621         * autogen.sh:
2622         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
2623         Fixes autogen
2624
2625 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2626
2627         * check/Makefile.am:
2628         * check/elements/videotestsrc.c: (setup_videotestsrc),
2629         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
2630         (main):
2631           add a test for videotestsrc
2632
2633 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2634
2635         * gst/sine/.cvsignore:
2636         * gst/sine/Makefile.am:
2637         * gst/sine/gstsinesrc.c:
2638         * gst/sine/gstsinesrc.h:
2639         * gst/sine/sinesrc.vcproj:
2640           and remove sinesrc from the repository.  Closes #321446
2641
2642 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2643
2644         * configure.ac:
2645         * gst-plugins-base.spec.in:
2646           remove sinesrc from the build
2647
2648 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2649
2650         * check/Makefile.am:
2651         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
2652         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
2653         (main):
2654           add a test for audiotestsrc, testing all waves.  Even seems
2655           leak-free at first glance, nice job Stefan
2656
2657 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2658
2659         * po/af.po:
2660         * po/az.po:
2661         * po/cs.po:
2662         * po/en_GB.po:
2663         * po/hu.po:
2664         * po/it.po:
2665         * po/nb.po:
2666         * po/nl.po:
2667         * po/or.po:
2668         * po/sq.po:
2669         * po/sr.po:
2670         * po/sv.po:
2671         * po/uk.po:
2672         * po/vi.po:
2673           Translation string updates
2674
2675         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2676         (gst_v4lsrc_set_caps):
2677         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2678         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2679         * sys/v4l/v4lsrc_calls.h:
2680           Improve v4lsrc, by making it work again.
2681
2682 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2683
2684         * ext/libvisual/visual.c: (gst_visual_chain):
2685           Fix the fps calculations.
2686
2687         * gst/ffmpegcolorspace/avcodec.h:
2688           Move structure element for clarity
2689
2690         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
2691         * gst-libs/gst/interfaces/tunernorm.h:
2692         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
2693         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
2694         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
2695         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
2696         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
2697         (gst_v4lmjpegsrc_getcaps):
2698         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2699         (gst_v4lsrc_set_caps):
2700         * sys/v4l/gstv4lsrc.h:
2701         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2702         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2703         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2704         * sys/v4l/v4lsrc_calls.h:
2705           Fractional framerates...
2706
2707 2005-11-22  Wim Taymans  <wim@fluendo.com>
2708
2709         * gst-libs/gst/audio/gstbaseaudiosink.c:
2710         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2711         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2712         And we provide a clock by default, of course...
2713
2714 2005-11-22  Wim Taymans  <wim@fluendo.com>
2715
2716         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
2717         This clock can be slaved to a master clock now.
2718
2719         * gst-libs/gst/audio/gstbaseaudiosink.c:
2720         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2721         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
2722         (gst_base_audio_sink_set_clock),
2723         (gst_base_audio_sink_set_property),
2724         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
2725         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2726         * gst-libs/gst/audio/gstbaseaudiosink.h:
2727         Handle slaving the internal clock to the clock selected in the
2728         pipeline.
2729         Add property to make the basesink not provide a clock.
2730
2731         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2732         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2733         (gst_base_rtp_depayload_wait):
2734         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2735         We can use the clock in GstElement, no need to store it ourselves.
2736
2737 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2738
2739         * docs/libs/tmpl/gstaudio.sgml:
2740           update
2741         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2742         (gst_paranoia_endian_get_type):
2743         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
2744         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2745         * gst/audiotestsrc/gstaudiotestsrc.c:
2746         (gst_audiostestsrc_wave_get_type):
2747         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
2748         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2749         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2750         (gst_sync_method_get_type), (gst_unit_type_get_type),
2751         (gst_client_status_get_type), (gst_multifdsink_class_init),
2752         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
2753         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
2754         (gst_multifdsink_get_property):
2755         * gst/tcp/gstmultifdsink.h:
2756         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
2757         * gst/videotestsrc/gstvideotestsrc.c:
2758         (gst_videotestsrc_pattern_get_type):
2759           remove deprecated properties
2760           fix up enums to correctly have short lowercase dashed nicks
2761
2762 2005-11-22  Michael Smith <msmith@fluendo.com>
2763
2764         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2765         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2766           Add underscore.
2767
2768 2005-11-22  Michael Smith <msmith@fluendo.com>
2769
2770         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2771         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2772           Use utility method for scaling clocktime for fractional framerates.
2773
2774 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
2775
2776         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2777         (gst_visual_chain):
2778         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2779         * ext/theora/theoradec.c: (theora_handle_type_packet):
2780         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2781         (theora_enc_chain):
2782         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2783         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
2784         * gst-libs/gst/video/video.h:
2785         * gst/ffmpegcolorspace/avcodec.h:
2786         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2787         (gst_ffmpeg_caps_to_pixfmt):
2788         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2789         (gst_ffmpegcsp_set_caps):
2790         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2791         (gst_videorate_setcaps), (gst_videorate_blank_data),
2792         (gst_videorate_chain):
2793         * gst/videotestsrc/gstvideotestsrc.c:
2794         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
2795         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
2796         (gst_videotestsrc_event), (gst_videotestsrc_create):
2797         * gst/videotestsrc/gstvideotestsrc.h:
2798         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2799         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
2800         (gst_ximagesink_get_times), (gst_ximagesink_init):
2801         * sys/ximage/ximagesink.h:
2802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2803         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
2804         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
2805         * sys/xvimage/xvimagesink.h:
2806           Convert elements to use fractions for their framerate.
2807           V4L elements to come later tonight.
2808
2809 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2810
2811         * gst-libs/gst/audio/audio.c:
2812         * gst-libs/gst/audio/audio.h:
2813           remove some deprecated functions
2814
2815 2005-11-22  Andy Wingo  <wingo@pobox.com>
2816
2817         * Update for gst_tag_setter API changes.
2818
2819 2005-11-22  Andy Wingo  <wingo@pobox.com>
2820
2821         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
2822         (gst_ogg_demux_perform_seek):
2823         * ext/theora/theoradec.c (theora_dec_sink_event):
2824         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
2825         update-funcnames.
2826
2827 2005-11-22  Wim Taymans  <wim@fluendo.com>
2828
2829         * examples/seeking/seek.c: (main):
2830         Give higher priority to bus signals than the gtk events
2831         to fix a race condition in the segment looping.
2832
2833 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2834
2835         * ext/theora/Makefile.am:
2836         * ext/vorbis/Makefile.am:
2837         * gst-libs/gst/tag/Makefile.am:
2838         * gst-plugins-base.spec.in:
2839           Rename libgsttagedit to libgsttag (#322117).
2840
2841 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2842
2843         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
2844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2845           Call gst_x_overlay_prepare_xwindow_id() to give applications
2846           a final chance to set their own xwindow id before the video
2847           sink creates its own window.
2848
2849 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2850
2851         * sys/xvimage/xvimagesink.c:
2852         (gst_xvimagesink_navigation_send_event): Handle navigation
2853         events correcly with borders if applicable.
2854
2855 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2856
2857         Patch by: Luca Ognibene
2858
2859         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2860         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2861         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2862         (gst_ffmpegcsp_caps_remove_format_info):
2863         * gst/ffmpegcolorspace/imgconvert.c:
2864         * gst/ffmpegcolorspace/imgconvert_template.h:
2865           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
2866           #318353); use gst_structure_has_name().
2867
2868 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2869
2870         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
2871         (gst_ximagesink_class_init): Add debug macros on functions.
2872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2873         (gst_xvimagesink_xwindow_draw_borders),
2874         (gst_xvimagesink_xvimage_put),
2875         (gst_xvimagesink_xwindow_update_geometry),
2876         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
2877         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
2878         (gst_xvimagesink_xcontext_clear),
2879         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
2880         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
2881         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
2882         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
2883         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
2884         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2885         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
2886         expose while being PAUSED, out of data flow navigation events, etc..
2887
2888 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2889
2890         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2891         * gst-libs/gst/audio/audio.h:
2892           fix prototype - wondering why the test worked regardless
2893
2894 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2895
2896         * check/Makefile.am:
2897         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2898         * gst-libs/gst/audio/audio.h:
2899           add a method that returns a proper GstClockTime
2900
2901 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2902
2903         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
2904         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
2905         * gst-libs/gst/interfaces/xoverlay.h:
2906           Remove everything having to do with the desired size; add 
2907           gst_x_overlay_prepare_xwindow_id() function; remove the
2908           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
2909           post a message on the bus instead (#321816).
2910
2911         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
2912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
2913         (gst_xvimagesink_xoverlay_init):
2914           Remove desired size stuff (#321816).
2915
2916 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2917
2918         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
2919         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
2920         (mpeg_video_type_find), (mpeg_video_stream_type_find):
2921           Terminate vararg functions with NULL instead of 0 to 
2922           make gcc4 happy.
2923
2924 2005-11-21  Andy Wingo  <wingo@pobox.com>
2925
2926         patch by: Sebastien Cote <sebas642@yahoo.ca>
2927         
2928         * gst-libs/gst/rtp/gstrtpbuffer.h: 
2929         * gst-libs/gst/rtp/gstrtpbuffer.c
2930         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
2931
2932 2005-11-21  Andy Wingo  <wingo@pobox.com>
2933
2934         * gst/playback/gstplaybin.c (gen_audio_element) 
2935         (gen_video_element): Use the new MISSING_PLUGIN core error
2936         category. Closes #320060.
2937
2938         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
2939         * gst/videorate/gstvideorate.c (gst_videorate_event):
2940         * ext/theora/theoradec.c (theora_dec_sink_event): 
2941         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
2942         stream lock.
2943
2944         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
2945         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
2946         stream lock changes.
2947
2948 2005-11-21  Wim Taymans  <wim@fluendo.com>
2949
2950         * gst-libs/gst/audio/gstbaseaudiosink.c:
2951         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2952         (gst_base_audio_sink_provide_clock),
2953         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
2954         (gst_base_audio_sink_change_state):
2955         * gst/audioresample/gstaudioresample.c:
2956         Segment update fix.
2957
2958 2005-11-21  Andy Wingo  <wingo@pobox.com>
2959
2960         * *.h:
2961         * *.c: Ran scripts/update-macros. Oh yes.
2962
2963 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2964
2965         * sys/ximage/Makefile.am:
2966         * sys/ximage/ximage.c:
2967           Rename ximage plugin to ximagesink (#321426) (Don't forget to
2968           remove your old libgstximage.* manually if necessary).
2969
2970 2005-11-21  Michael Smith <msmith@fluendo.com>
2971
2972         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
2973           Minimal fix for bug #320200: set the min/max bitrate in the correct
2974           units. A better fix would be to upgrade to the RATEMANAGE2
2975           interface, rather than using the deprecated interface used here, but
2976           that would require an update in our libvorbis dependency (to 1.1),
2977           which is probably undesirable.
2978
2979 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
2980
2981         * ext/libvisual/visual.c: (get_buffer):
2982         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2983         (gst_base_audio_src_fixate):
2984         * gst/audioconvert/gstaudioconvert.c:
2985         (gst_audio_convert_fixate_caps):
2986         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
2987         * gst/audiotestsrc/gstaudiotestsrc.c:
2988         (gst_audiotestsrc_src_fixate):
2989         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
2990         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
2991         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
2992         * gst/videotestsrc/gstvideotestsrc.c:
2993         (gst_videotestsrc_src_fixate):
2994         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
2996           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
2997           (#322027)
2998
2999
3000 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3001
3002         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3003         (gst_riff_create_iavs_caps):
3004         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
3005         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3006         (gst_riff_parse_info):
3007         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
3008         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
3009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3010           Fixes for GST_FOURCC_FORMAT API change.
3011
3012 2005-11-21  Andy Wingo  <wingo@pobox.com>
3013
3014         patch by: Alessandro Dessina <alessandro nnva org>
3015
3016         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
3017         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
3018         (gst_ogg_parse_chain):
3019         * ext/theora/theoraenc.c (theora_set_header_on_caps):
3020         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
3021         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
3022         gst_value_list calls on arrays. Fixes #321962.
3023
3024 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3025
3026         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3027         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
3028         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3029         * gst/adder/gstadder.c: (gst_adder_init),
3030         (gst_adder_request_new_pad), (gst_adder_collected),
3031         (gst_adder_change_state):
3032           Update for gst_collectpads_foo() to gst_collect_pads_foo()
3033           API change.
3034
3035 2005-11-21  Michael Smith <msmith@fluendo.com>
3036
3037         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
3038         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
3039           Properly handle pad_push return values.
3040
3041 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
3042
3043         * gst-libs/gst/tag/Makefile.am:
3044         * gst-libs/gst/tag/gstvorbistag.c:
3045         (gst_tag_list_to_vorbiscomment_buffer):
3046           Remove obsolete vorbistag element and debug category.
3047
3048         * gst/playback/gstplaybasebin.c: (check_queue):
3049           Don't divide by 0 when queue-threshold is 0.
3050
3051         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
3052           Don't modify an existing pixel-aspect-ratio if we fail to read
3053           a new one.
3054
3055 2005-11-20  Wim Taymans  <wim@fluendo.com>
3056
3057         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
3058         (gst_vorbisenc_push_packet):
3059         GST_PAD_IS_USABLE is gone, use the return value of
3060         the push or pad_alloc_buffer instead.
3061
3062 2005-11-18  Julien MOUTTE  <julien@moutte.net>
3063
3064         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3065         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3066         (gst_ximagesink_ximage_destroy),
3067         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
3068         (gst_ximagesink_xwindow_new),
3069         (gst_ximagesink_xwindow_update_geometry),
3070         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
3071         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
3072         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
3073         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3074         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
3075         (gst_ximagesink_navigation_send_event),
3076         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
3077         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3078         (gst_ximagesink_finalize), (gst_ximagesink_init),
3079         (gst_ximagesink_class_init):
3080         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
3081         This new version brings correct software scaling, non flickering
3082         window while resizing, pixel aspect ratio handling, usage of
3083         hardware buffer pools, out of data flow event thread for 
3084         navigation and handling of expose events even when being PAUSED,
3085         a new property to keep video aspect ratio when resizing, etc...
3086
3087 2005-11-18  Julien MOUTTE  <julien@moutte.net>
3088
3089         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3090         (gst_videoscale_fixate_caps): Introduce back caps fixate with
3091         handling of PAR.
3092
3093 2005-11-18    <bilboed@dvdsrc.fluendo.com>
3094
3095         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
3096         Unsetting IS_SINK flag from the fakesink, so decodebin
3097         never behaves as a sink.
3098
3099 2005-11-17  Wim Taymans  <wim@fluendo.com>
3100
3101         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3102         (gst_base_audio_src_change_state):
3103         Fix the audiosrc base class again, we did not unflush.
3104
3105 2005-11-17  Julien MOUTTE  <julien@moutte.net>
3106
3107         * examples/seeking/seek.c: (make_dv_pipeline),
3108         (make_vorbis_theora_pipeline), (make_avi_pipeline),
3109         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
3110         to ogg/vorbis/theora pipeline.
3111
3112 2005-11-17  Wim Taymans  <wim@fluendo.com>
3113
3114         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3115         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
3116         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
3117         Fix EOS on multiple streams.
3118         More debugging.
3119
3120 2005-11-16  Wim Taymans  <wim@fluendo.com>
3121
3122         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
3123         (gst_ogg_demux_perform_seek):
3124         Segment done must include stream time.
3125
3126         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3127         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
3128         (gst_ogg_mux_change_state):
3129         Fix ogg muxer again.
3130
3131 2005-11-16  Wim Taymans  <wim@fluendo.com>
3132
3133         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
3134         Fix compile again.
3135
3136 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3137
3138         * ext/libvisual/visual.c: (gst_visual_init):
3139         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
3140         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
3141         (gst_ogg_parse_chain):
3142         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
3143         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
3144         * ext/theora/theoradec.c: (gst_theora_dec_init):
3145         * ext/theora/theoraenc.c: (gst_theora_enc_init):
3146         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
3147         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
3148         * gst/adder/gstadder.c: (gst_adder_class_init),
3149         (gst_adder_dispose):
3150         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3151         * gst/subparse/gstsubparse.c: (gst_subparse_init):
3152         * gst/videorate/gstvideorate.c: (gst_videorate_init):
3153           Fix a whole set of pad template leaks
3154
3155 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3156
3157         * check/generic/states.c: (GST_START_TEST):
3158           fix the test so that it only checks for elements that are part of
3159           this source module
3160
3161 2005-11-16  Michael Smith <msmith@fluendo.com>
3162
3163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
3164         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
3165         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3166         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3167         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
3168         (gst_ogg_mux_change_state):
3169           Fix leaking collectpads.
3170
3171 2005-11-16  Edward Hervey  <edward@fluendo.com>
3172
3173         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
3174         (gst_videorate_event), (gst_videorate_chain):
3175         Handle segment seeks
3176
3177 2005-11-16  Wim Taymans  <wim@fluendo.com>
3178
3179         * gst-libs/gst/audio/gstbaseaudiosink.c:
3180         (gst_base_audio_sink_provide_clock),
3181         (gst_base_audio_sink_change_state):
3182         Set ringbuffer to non-flushing when going to PAUSED, set to
3183         flushing again when going to READY.
3184
3185         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3186         (gst_ring_buffer_stop):
3187         Start in flushing mode by default.
3188         Don't set flushing in the _stop method, let the app call
3189         this explicitly.
3190
3191 2005-11-16  Julien MOUTTE  <julien@moutte.net>
3192
3193         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
3194         * gst-libs/gst/video/videosink.h: Add helper function needed
3195         for video sinks.
3196
3197 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
3198
3199         * gst/videoscale/gstvideoscale.c:
3200         (gst_videoscale_handle_src_event):
3201           Don't leak reference to pad parent.
3202
3203 2005-11-16  Wim Taymans  <wim@fluendo.com>
3204
3205         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
3206         Set ringbuffer to flushing when stopping so that we don't
3207         block on wait_segment anymore and livelock.
3208
3209 2005-11-16  Wim Taymans  <wim@fluendo.com>
3210
3211         * examples/seeking/seek.c: (send_event), (do_seek),
3212         (loop_toggle_cb), (segment_done), (main):
3213         Added looping checkbox.
3214
3215 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3216
3217         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3218         (gst_ogg_demux_init):
3219         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3220         (gst_vorbis_dec_init):
3221           revert unrefs, they don't pass make check
3222
3223 2005-11-15  Johan Dahlin  <johan@gnome.org>
3224
3225         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3226         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
3227         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3228         (gst_vorbis_dec_init):
3229         Fix pad template leaks. 
3230
3231 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
3232
3233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
3234           Make state change function thread safe.
3235
3236 2005-11-15  Edward Hervey  <edward@fluendo.com>
3237
3238         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
3239         (gst_ogg_demux_class_init):
3240         Implement GstElement::send_event, so we can send seek events
3241         in GST_STATE_READY
3242
3243 2005-11-14  Julien MOUTTE  <julien@moutte.net>
3244
3245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
3246         Discovered how to take away flickering while resizing the
3247         window. Please don't put that in ximagesink, refactoring in
3248         progress.
3249
3250 2005-11-14  Michael Smith <msmith@fluendo.com>
3251
3252         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
3253         (gst_multifdsink_render):
3254           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
3255
3256 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
3257
3258         * gst/playback/gstplaybin.c: (gen_audio_element):
3259           Use autoaudiosink, it tends to be more widely available than
3260           autoaudiiosink.
3261           
3262 2005-11-14  Andy Wingo  <wingo@pobox.com>
3263
3264         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
3265         as well if it is available. Fixes #316442.
3266
3267 2005-11-14  Michael Smith <msmith@fluendo.com>
3268
3269         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
3270         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
3271         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3272         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3273         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
3274         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3275         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
3276         (gst_vorbisenc_change_state):
3277           Fix a small memory leak in vorbisenc.
3278           Fix large memory leaks in oggmux, also fix lots of state change
3279           bugs in oggmux.
3280
3281 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3282
3283         * gst/videotestsrc/gstvideotestsrc.c:
3284         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
3285         (gst_videotestsrc_src_fixate):
3286           move fixation to a fixate function
3287           remove negotiate function, basesrc's is good enough
3288           fixes a bug for check when using the element alone
3289
3290 2005-11-13  Edward Hervey  <edward@fluendo.com>
3291
3292         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
3293         (key_toggle_cb), (main):
3294         Added checkboxes for adding/removing the accurate and key_unit seek
3295         flags.
3296
3297 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3298
3299         * configure.ac: back to HEAD
3300
3301 === release 0.9.5 ===
3302
3303 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
3304
3305         * configure.ac:
3306           releasing 0.9.5, "No No Kia"
3307
3308 2005-11-11  Edward Hervey  <edward@fluendo.com>
3309
3310         * examples/seeking/seek.c: (make_parselaunch_pipeline):
3311         Added parse-launch syntax seeking mode for the seeking example.
3312         This should help stress-test even more cases.
3313         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
3314
3315 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
3316
3317         * sys/xvimage/xvimagesink.c:
3318         (gst_xvimagesink_navigation_send_event):
3319           Check whether peer pad exists before sending navigation events
3320           to it.
3321
3322 2005-11-11  Michael Smith <msmith@fluendo.com>
3323
3324         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
3325         (gst_vorbisenc_buffer_from_packet):
3326         * ext/vorbis/vorbisenc.h:
3327           Set duration on encoded buffers. This allows oggmux's
3328           max_page_delay parameter to actually work.
3329
3330 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
3331
3332         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3333         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
3334         (gst_ffmpegcsp_avpicture_fill):
3335         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3336         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
3337           Make palettes work again (see #132341). Use our own macros
3338           for rounding up.
3339
3340 2005-11-10  Andy Wingo  <wingo@pobox.com>
3341
3342         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
3343         string doober.
3344
3345 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3346
3347         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3348         (gst_ffmpegcsp_transform_caps):
3349           Prefer passthrough in transform_caps
3350
3351 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3352
3353         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3354           check for ALSA errors properly, instead of relying on ALSA's
3355           error strings to serve to the user.
3356
3357 2005-11-10  Wim Taymans  <wim@fluendo.com>
3358
3359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
3360         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
3361         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
3362         Modernise the seek code.
3363
3364 2005-11-10  Michael Smith <msmith@fluendo.com>
3365         
3366         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
3367         (setup_substreams), (set_active_source):
3368           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
3369           trying to go to NULL if we failed to read a file.
3370
3371 2005-11-10  Wim Taymans  <wim@fluendo.com>
3372
3373         * gst/audiotestsrc/gstaudiotestsrc.c:
3374         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
3375         (gst_audiotestsrc_create):
3376         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3377         (gst_sinesrc_get_times), (gst_sinesrc_create):
3378         * gst/videotestsrc/gstvideotestsrc.c:
3379         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
3380         (gst_videotestsrc_create):
3381         The base class can now sync for us.
3382
3383 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3384
3385         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
3386           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
3387           name=source autoprobe=false autoprobe-fps=false copy-mode=1
3388           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
3389           format=(fourcc)I420" ! xvimagesink
3390
3391 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
3392
3393         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3394         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
3395         (gst_sinesrc_newsegment):
3396           Send newsegment event in TIME format, set duration if
3397           num-buffers is set, fix duration querying.
3398
3399 2005-11-10  Michael Smith <msmith@fluendo.com>
3400
3401         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3402         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3403         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3404         (gst_ogg_mux_collected):
3405          Fix EOS handling, partially. Now forwarding an EOS event once we have
3406          EOS on all pads works correctly. However, we still don't properly set
3407          EOS on the actual ogg stream pages.
3408
3409 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
3410
3411         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
3412           Set elements to NULL state before disposing of them.
3413
3414 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
3415
3416         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3417
3418         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3419         (gst_base_rtp_depayload_init),
3420         (gst_base_rtp_depayload_set_gst_timestamp):
3421         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3422           We need to send a newsegment event for each instance, not
3423           just for the first instance of this class (get rid of
3424           static variable in function). (#321011).
3425           
3426 2005-11-08  Michael Smith <msmith@fluendo.com>
3427
3428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3429         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
3430         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
3431         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
3432           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
3433           This makes us mux things correctly according to the ogg muxing
3434           rules. Still not handling EOS correctly right now, though.
3435
3436 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3437
3438         * gst/audioconvert/gstaudioconvert.c:
3439           Fix typo in docs. 
3440
3441 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3442
3443         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3444         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
3445           Initialise segment_stop to GST_CLOCK_TIME_NONE when
3446           creating a new chain; should fix live streaming. Also
3447           add more debug output and fix a typo.
3448
3449 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
3450
3451         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3452
3453         * gst/volume/gstvolume.c: (volume_set_caps):
3454           Fix compilation on Solaris with Forte. (#320923)
3455
3456 2005-11-08  Wim Taymans  <wim@fluendo.com>
3457
3458         * gst-libs/gst/audio/gstbaseaudiosink.c:
3459         (gst_base_audio_sink_render):
3460         No need to do a typecheck.
3461
3462 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
3463
3464         * ext/alsa/gstalsa.h:
3465           We register a debug category, so let's use it.
3466
3467 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3468
3469         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3470         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
3471         Fixed a small problem.
3472
3473 2005-11-04  Wim Taymans  <wim@fluendo.com>
3474
3475         * examples/seeking/Makefile.am:
3476         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
3477         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
3478         (make_playerbin_pipeline), (format_value), (update_scale),
3479         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
3480         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
3481         (print_usage), (main):
3482         Added app for playback speed testing.
3483
3484         * examples/seeking/seek.c: (dynamic_link),
3485         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
3486         (make_mpeg_pipeline), (do_seek), (set_update_scale),
3487         (message_received), (main):
3488         Updated seek example.
3489
3490 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3491
3492         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3493         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3494         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
3495         (gst_base_rtp_depayload_set_clock):
3496         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3497         Don't sleep on the bench (system clock) when you have a nice 
3498         comfortable bed (Gstreamer clock) to sleep on.
3499
3500 2005-11-03  Wim Taymans  <wim@fluendo.com>
3501
3502         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3503         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
3504         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
3505         Handle the case where a pad_block failed.
3506
3507 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
3508
3509         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
3510
3511         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3512         (gst_base_rtp_depayload_add_to_queue),
3513         (gst_base_rtp_depayload_push),
3514         (gst_base_rtp_depayload_set_gst_timestamp),
3515         (gst_base_rtp_depayload_queue_release):
3516           Fixes some bugs in the depayloader's queuing/de-queueing code.
3517
3518 2005-10-31  Michael Smith <msmith@fluendo.com>
3519
3520         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
3521         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3522         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
3523           Patch from Alessandro Decina <alessandro@nnva.org>.
3524           Make oggdemux only find the final time in a chain, not per-pad,
3525           since the per-pad information can be very expensive to locate, and
3526           it isn't used anywhere. This makes reading a file containing
3527           OggSkeleton reasonably fast.
3528           Also, make chain finding work when there are logical bitstreams that
3529           can't be decoded. Fixes #319110.
3530
3531 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3532
3533         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3534         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3535         (gst_base_rtp_depayload_chain),
3536         (gst_base_rtp_depayload_add_to_queue),
3537         (gst_base_rtp_depayload_push),
3538         (gst_base_rtp_depayload_set_gst_timestamp),
3539         (gst_base_rtp_depayload_queue_release),
3540         (gst_base_rtp_depayload_start_thread),
3541         (gst_base_rtp_depayload_set_property),
3542         (gst_base_rtp_depayload_get_property):
3543         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3544         Some random fixes, to fullfill the desires of thomas.
3545
3546 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3547
3548         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3549         (gst_base_rtp_depayload_add_to_queue),
3550         (gst_base_rtp_depayload_push):
3551         Fixed the queueing algorithm.
3552
3553 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3554
3555         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3556         (gst_base_rtp_depayload_push):
3557         A small fix
3558
3559 2005-10-31  Wim Taymans  <wim@fluendo.com>
3560
3561         * gst-libs/gst/audio/gstringbuffer.h:
3562         Don't break ABI.
3563
3564         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3565         (gst_ffmpeg_caps_to_pixfmt):
3566         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3567         (gst_ffmpegcsp_set_caps):
3568         Some more comments.
3569         Handle missing required caps fields better.
3570
3571 2005-10-31  Wim Taymans  <wim@fluendo.com>
3572
3573         * gst-libs/gst/audio/gstbaseaudiosink.c:
3574         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
3575         (gst_base_audio_sink_render):
3576         * gst-libs/gst/audio/gstringbuffer.c:
3577         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3578         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3579         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
3580         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
3581         (gst_ring_buffer_read):
3582         * gst-libs/gst/audio/gstringbuffer.h:
3583         Add flushing mode to the ringbuffer so that it in all cases does
3584         not try to handle more audio. This makes sure it does not try to
3585         block anymore when flushing and fixes a livelock.
3586
3587 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
3588
3589         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3590         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3591         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
3592           Explicitly check for -1 values before doing a conversion
3593           and always map them to -1. (#315545)
3594
3595 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3596
3597         * gst/playback/gstplaybin.c: (gen_video_element):
3598           first try autovideosink, then xvimagesink, then error out
3599         * po/POTFILES.in:
3600           add translatable file
3601         * po/af.po:
3602         * po/az.po:
3603         * po/cs.po:
3604         * po/en_GB.po:
3605         * po/hu.po:
3606         * po/it.po:
3607         * po/nb.po:
3608         * po/nl.po:
3609         * po/or.po:
3610         * po/sq.po:
3611         * po/sr.po:
3612         * po/sv.po:
3613         * po/uk.po:
3614         * po/vi.po:
3615           update translations
3616
3617 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
3618
3619         * gst-libs/gst/rtp/gstbasedepayload.c:
3620         * gst-libs/gst/rtp/gstbasedepayload.h:
3621           Minor cleanups
3622
3623 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
3624
3625         * gst/playback/.cvsignore:
3626         * gst/playback/decodetest.c:
3627         * gst/playback/test3.c:
3628           Port these two tests as well.
3629
3630 2005-10-27  Wim Taymans  <wim@fluendo.com>
3631
3632         * ext/theora/theoradec.c: (theora_dec_src_query),
3633         (theora_dec_sink_event):
3634         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3635         (theora_enc_change_state):
3636         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3637         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
3638         Take proper locks when handling events.
3639
3640 2005-10-27  Wim Taymans  <wim@fluendo.com>
3641
3642         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
3643         (gst_adder_change_state):
3644         Fix timestamps and fix deadlock when stopping the collectpads.
3645
3646 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
3647
3648         * gst-libs/gst/rtp/gstrtpbuffer.h:
3649         Declaring the payload types as strings too so that they can be used
3650         in the padtemplate inialization.
3651
3652 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
3653
3654         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
3655
3656         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3657         (gst_base_rtp_depayload_class_init):
3658         Fixes a small but nasty bug. The derived elements no longer segfaults
3659         on finalization.
3660
3661 2005-10-26  Michael Smith <msmith@fluendo.com>
3662
3663         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
3664           When clearing an audioconvert context, set tmpbufsize to zero, so
3665           we'll allocate it again later if required.
3666           This fixes audioconvert re-negotiating formats, which previously
3667           segfaulted with a NULL destination buffer.
3668
3669 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
3670
3671         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3672         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
3673         (gst_base_rtp_depayload_set_gst_timestamp),
3674         (gst_base_rtp_depayload_queue_release):
3675         Fixed a smalll memleak.
3676
3677 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
3678         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3679         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
3680         (gst_base_rtp_depayload_finalize),
3681         (gst_base_rtp_depayload_setcaps),
3682         (gst_base_rtp_depayload_add_to_queue),
3683         (gst_base_rtp_depayload_push),
3684         (gst_base_rtp_depayload_set_gst_timestamp),
3685         (gst_base_rtp_depayload_queue_release),
3686         (gst_base_rtp_depayload_thread),
3687         (gst_base_rtp_depayload_change_state):
3688         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3689         Changed the C++ comments to C comments
3690
3691 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
3692
3693         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
3694         * gst/tcp/gsttcpclientsrc.h:
3695         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
3696         * gst/tcp/gsttcpserversrc.h:
3697           Remove unused 'curoffset' structure member.
3698
3699 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
3700
3701         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3702         (gst_base_rtp_depayload_base_init),
3703         (gst_base_rtp_depayload_finalize):
3704         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3705         * gst-libs/gst/rtp/gstbasertppayload.h:
3706           The pad-template on the sinkpad should be set by the derived classes.
3707           Also added some useful macros.
3708
3709 2005-10-24  Wim Taymans  <wim@fluendo.com>
3710
3711         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3712         Correctly flush decoder samples even if we could not
3713         copy them to an output buffer. Fixes #319618.
3714
3715 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3716
3717         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
3719         the caps against our xcontext caps.
3720
3721 2005-10-24  Wim Taymans  <wim@fluendo.com>
3722
3723         * gst-libs/gst/audio/gstbaseaudiosink.c:
3724         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3725         Remove g_print
3726         Use sync property from baseclass to disable sync.
3727
3728 2005-10-24  Wim Taymans  <wim@fluendo.com>
3729
3730         * gst-libs/gst/audio/gstbaseaudiosink.c:
3731         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3732         Buffers with no timestamps get aligned with previous buffers or
3733         on underrun, played ASAP.
3734
3735 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3736
3737         * gst-libs/gst/video/video.h:
3738         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3739         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
3741         here comes my change on caps for framerate and geometry range.
3742         We are now accepting 1 to MAXINT for width and height, and from
3743         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
3744         to be blended correctly in videomixer.
3745
3746 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3747
3748         * configure.ac:
3749           back to HEAD
3750
3751 === release 0.9.4 ===
3752
3753 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3754
3755         * NEWS:
3756         * RELEASE:
3757         * configure.ac:
3758           releasing 0.9.4, "Velociraptor"
3759
3760 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3761
3762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
3763         * po/POTFILES.in:
3764           STOPPED -> FAILED
3765
3766 2005-10-21  Wim Taymans  <wim@fluendo.com>
3767
3768         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3769         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
3770         (pad_blocked), (close_pad_link), (new_pad):
3771         Don't try to remove elements twice.
3772
3773 2005-10-21  Wim Taymans  <wim@fluendo.com>
3774
3775         * ext/theora/theoradec.c: (theora_dec_src_query),
3776         (theora_dec_sink_event):
3777         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3778         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3779         (vorbis_handle_data_packet):
3780         * ext/vorbis/vorbisdec.h:
3781         Fix old naming.
3782
3783         * gst-libs/gst/audio/gstbaseaudiosink.c:
3784         (gst_base_audio_sink_render):
3785         Don't try to sync on buffers without a timestamp.
3786
3787 2005-10-21  Wim Taymans  <wim@fluendo.com>
3788
3789         * ext/theora/theoradec.c: (theora_dec_src_query),
3790         (theora_dec_sink_event):
3791         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3792         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3793         (vorbis_handle_data_packet):
3794         * ext/vorbis/vorbisdec.h:
3795         Fix old naming.
3796
3797 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3798
3799         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
3800         (gst_vorbisenc_src_query):
3801           Implement position and duration queries.
3802
3803         * gst/playback/test3.c: (update_scale), (main):
3804           Fix for async state changes and print nicer output.
3805
3806 2005-10-20  Wim Taymans  <wim@fluendo.com>
3807
3808         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3809         (dump_element_stats), (main):
3810         * gst/playback/test6.c: (main):
3811         Fix tests again
3812
3813 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3814
3815         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3816         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3817           Don't use functions for position queries when handling
3818           duration queries.
3819
3820 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3821
3822         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3823         (vorbis_handle_data_packet), (vorbis_dec_chain),
3824         (vorbis_dec_change_state):
3825         * ext/vorbis/vorbisdec.h:
3826           Vorbis streams can be embedded in other container formats
3827           than ogg, container formats where the demuxer might set 
3828           timestamps on encoded vorbis buffers instead of those silly 
3829           granulepos thingies. In short: make vorbisdec handle 
3830           timestamps on incoming buffers as well.
3831
3832 2005-10-20  Wim Taymans  <wim@fluendo.com>
3833
3834         * gst/playback/gstplaybasebin.c: (group_destroy),
3835         (gst_play_base_bin_change_state):
3836         Fix leak.
3837         Handle case where playbasebin is now ASYNC because
3838         decodebin is.
3839
3840 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3841
3842         * gst/audioconvert/Makefile.am:
3843         * gst/audioconvert/bufferframesconvert.c:
3844         * gst/audioconvert/plugin.c: (plugin_init):
3845         * gst/audioconvert/plugin.h:
3846           And bye bye buffer-frames-convert
3847
3848 2005-10-19  Wim Taymans  <wim@fluendo.com>
3849
3850         * check/elements/audioconvert.c:
3851         * docs/libs/tmpl/gstaudio.sgml:
3852         * docs/libs/tmpl/gstcolorbalance.sgml:
3853         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3854         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
3855         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
3856         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
3857         * gst-libs/gst/audio/audio.h:
3858         * gst/audioconvert/audioconvert.h:
3859         * gst/audioconvert/gstaudioconvert.c:
3860         (gst_audio_convert_parse_caps):
3861         * gst/volume/gstvolume.c:
3862         Bye bye buffer-frames.
3863
3864 2005-10-19  Wim Taymans  <wim@fluendo.com>
3865
3866         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3867         (query_positions_elems), (query_positions_pads), (update_scale),
3868         (do_seek), (set_update_scale), (message_received), (main):
3869         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3870         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
3871         (gst_ogg_demux_loop):
3872         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3873         * ext/theora/theoradec.c: (theora_dec_src_query),
3874         (theora_dec_sink_event):
3875         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3876         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
3877         * gst/adder/gstadder.c: (gst_adder_query):
3878         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3879         * gst/playback/test3.c: (update_scale):
3880         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3881         (dump_element_stats), (main):
3882         * gst/playback/test6.c: (main):
3883         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3884         Query API update.
3885
3886 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
3889         (xml_check_first_element), (xml_type_find), (smil_type_find),
3890         (plugin_init):
3891           Add typefinding for SMIL and for generic XML. Based on patch by
3892           Akos Maroy (#308663).
3893
3894 2005-10-18  Wim Taymans  <wim@fluendo.com>
3895
3896         * gst/playback/Makefile.am:
3897         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3898         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
3899         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
3900         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
3901         (gst_decode_bin_change_state):
3902         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3903         (gst_play_bin_send_event_to_sink):
3904         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3905         (dump_element_stats), (main):
3906         * gst/playback/test6.c: (main):
3907         Make playbin async, it'll commit state to paused when all streams
3908         are detected.
3909         Remove ugly hack.
3910         Added test6.c to show async behaviour.
3911
3912 2005-10-18  Wim Taymans  <wim@fluendo.com>
3913
3914         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
3915         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
3916         Fix for segment-start/stop API change.
3917
3918 2005-10-18  Wim Taymans  <wim@fluendo.com>
3919
3920         * check/Makefile.am:
3921         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
3922         (main):
3923         Add future test for clock selection.
3924
3925 2005-10-18  Wim Taymans  <wim@fluendo.com>
3926
3927         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
3928         (gst_alsasink_close):
3929         Set handle to NULL.
3930
3931         * gst-libs/gst/audio/gstringbuffer.c:
3932         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3933         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3934         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3935         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
3936         (gst_ring_buffer_read):
3937         More debug info.
3938
3939 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
3940
3941         * gst/audiotestsrc/Makefile.am:
3942         * gst/sine/Makefile.am:
3943         * gst/volume/Makefile.am:
3944           fix broken build of controllerized plugins
3945
3946 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
3947
3948         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3949
3950         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3951         (gst_riff_create_video_template_caps):
3952           Add support for Indeo-3 (IV32).
3953
3954 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3955
3956         * configure.ac:
3957           rewrite
3958
3959 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3960
3961         * gst-libs/gst/video/video.c: (gst_video_get_size):
3962         * gst/audiotestsrc/gstaudiotestsrc.c:
3963           doc updates
3964
3965 2005-10-17  Andy Wingo  <wingo@pobox.com>
3966
3967         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
3968         with the collectpads change.
3969         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
3970
3971         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
3972
3973         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
3974
3975         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
3976         alloc_buffer flow return to callers.
3977         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
3978         change. Fix some memleaks in theoraenc.
3979
3980         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
3981         in strange circumstance.
3982
3983 2005-10-17  Julien MOUTTE  <julien@moutte.net>
3984
3985         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3986         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
3987         from caps, let's use the caps...
3988
3989 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3990
3991         * configure.ac:
3992           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
3993
3994 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3995
3996         * gst-libs/gst/interfaces/Makefile.am:
3997           fix silly typo
3998
3999 2005-10-16  Andy Wingo  <wingo@pobox.com>
4000
4001         * gst/playback/gstdecodebin.c
4002         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
4003         function!
4004         (try_to_link_1): Increase kraziness level.
4005
4006 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4007
4008         * configure.ac:
4009           restructure like the core one
4010         * gst-libs/gst/audio/Makefile.am:
4011         * gst-libs/gst/interfaces/Makefile.am:
4012         * gst-libs/gst/net/Makefile.am:
4013         * gst-libs/gst/riff/Makefile.am:
4014         * gst-libs/gst/rtp/Makefile.am:
4015         * gst-libs/gst/tag/Makefile.am:
4016         * gst-libs/gst/video/Makefile.am:
4017           use correct linker flags, now the libs are properly versioned
4018         * check/elements/audioconvert.c: (verify_convert):
4019         * ext/alsa/gstalsaplugin.c:
4020         * ext/cdparanoia/gstcdparanoia.c:
4021         * ext/gnomevfs/gstgnomevfs.c:
4022         * ext/libvisual/visual.c:
4023         * ext/ogg/gstogg.c:
4024         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
4025         * ext/theora/theora.c:
4026         * ext/vorbis/vorbis.c:
4027         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4028         * gst-libs/gst/tag/gsttagediting.c:
4029         * gst-libs/gst/video/video.c:
4030         * gst/adder/gstadder.c:
4031         * gst/audioconvert/plugin.c:
4032         * gst/audiorate/gstaudiorate.c:
4033         * gst/audioresample/gstaudioresample.c:
4034         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4035         * gst/audioscale/gstaudioscale.c:
4036         * gst/audioscale/resample.c:
4037         * gst/audiotestsrc/gstaudiotestsrc.c:
4038         * gst/ffmpegcolorspace/gstffmpeg.c:
4039         * gst/playback/gstdecodebin.c: (close_pad_link):
4040         * gst/playback/gstplaybin.c: (gen_video_element),
4041         (gen_audio_element):
4042         * gst/sine/gstsinesrc.c:
4043         * gst/subparse/gstsubparse.c:
4044         * gst/tags/gsttagediting.c:
4045         * gst/tcp/gsttcpplugin.c:
4046         * gst/typefind/gsttypefindfunctions.c:
4047         * gst/videorate/gstvideorate.c:
4048         * gst/videoscale/gstvideoscale.c:
4049         * gst/videotestsrc/gstvideotestsrc.c:
4050         * gst/volume/gstvolume.c:
4051         * sys/v4l/gstv4l.c:
4052         * sys/ximage/ximage.c:
4053         * sys/xvimage/xvimagesink.c:
4054           fix up defines
4055
4056 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4057
4058         * ext/vorbis/vorbisenc.c:
4059         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4060         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4061         (gst_tag_to_vorbis_comments):
4062           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
4063
4064 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
4065
4066         * examples/stats/mp2ogg.c:
4067         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4068           typo fixes
4069
4070 2005-10-13  Michael Smith <msmith@fluendo.com>
4071
4072         * ext/ogg/gstoggmux.c:
4073           Use magic glib macros to define constants as 64 bit, to ensure
4074           appropriate vararg passing.
4075
4076 2005-10-13  Michael Smith <msmith@fluendo.com>
4077
4078         * ext/ogg/gstoggmux.c:
4079         * gst/audioconvert/audioconvert.c: (float):
4080           Don't use LL suffix, as it's not portable, and neither of these
4081           uses required it anyway.
4082
4083 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
4084
4085         * examples/indexing/indexmpeg.c: (main):
4086         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
4087         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
4088         (cdparanoia_convert), (cdparanoia_query):
4089         * ext/cdparanoia/gstcdparanoia.h:
4090         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
4091         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
4092         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
4093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
4094         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
4095         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
4096         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
4097         (gst_multifdsink_render), (gst_multifdsink_start),
4098         (gst_multifdsink_stop):
4099         * gst/tcp/gstmultifdsink.h:
4100         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
4101         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4102         (gst_tcpclientsink_stop):
4103         * gst/tcp/gsttcpclientsink.h:
4104         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
4105         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
4106         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
4107         * gst/tcp/gsttcpclientsrc.h:
4108         * gst/tcp/gsttcpserversink.h:
4109         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
4110         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4111         (gst_tcpserversrc_stop):
4112         * gst/tcp/gsttcpserversrc.h:
4113         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
4114         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
4115         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
4116           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
4117           moved bitshift from macro to enum definition
4118
4119 2005-10-12  Wim Taymans  <wim@fluendo.com>
4120
4121         * examples/seeking/Makefile.am:
4122         Oops.
4123
4124 2005-10-12  Wim Taymans  <wim@fluendo.com>
4125
4126         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4127         (gst_ring_buffer_read), (gst_ring_buffer_clear):
4128         Don't assert on normal stuff.
4129
4130         * gst/playback/gstplaybin.c: (do_playbin_seek):
4131         API fix.
4132
4133 2005-10-12  Wim Taymans  <wim@fluendo.com>
4134
4135         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4136         * examples/seeking/Makefile.am:
4137         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
4138         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4139         (do_seek), (set_update_scale), (message_received), (main):
4140         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4141         (gst_ring_buffer_read), (gst_ring_buffer_clear):
4142         Update for _get_state() API change.
4143
4144 2005-10-11  Wim Taymans  <wim@fluendo.com>
4145
4146         * gst-libs/gst/audio/gstbaseaudiosink.c:
4147         (gst_base_audio_sink_render):
4148         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4149         (gst_base_audio_src_create):
4150         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4151         (gst_ring_buffer_read):
4152         Cleanups.
4153         Commit and read from ringbuffer in samples rather than bytes.
4154
4155 2005-10-11  Wim Taymans  <wim@fluendo.com>
4156
4157         * gst-libs/gst/audio/gstbaseaudiosink.c:
4158         (gst_base_audio_sink_render):
4159         Respect segment rate and accum when scheduling samples.
4160
4161 2005-10-11  Julien MOUTTE  <julien@moutte.net>
4162
4163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4164         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
4165         EOS correctly, that needs more work.
4166
4167 2005-10-11  Wim Taymans  <wim@fluendo.com>
4168
4169         * check/generic/states.c: (GST_START_TEST):
4170         remove old property.
4171
4172         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4173         (gst_ogg_demux_perform_seek):
4174         * ext/theora/theoradec.c: (theora_dec_sink_event):
4175         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4176         (vorbis_handle_data_packet):
4177         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4178         (gst_base_rtp_depayload_set_gst_timestamp):
4179         * gst/videorate/gstvideorate.c: (gst_videorate_event):
4180         Update for newsegment API change.
4181
4182 2005-10-11  Michael Smith <msmith@fluendo.com>
4183
4184         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
4185         (do_playbin_seek), (gst_play_bin_send_event):
4186           Override send_event differently, so that we can takes bits of
4187           functionality from GstPipeline (special handling for seeks,
4188           including pausing/resuming, and resetting stream time) and still get
4189           the appropriate behaviour of only forwarding event to a single sink,
4190           rather than all of them.
4191           Unfortunately requires a lot of code duplication, but the
4192           alternatives are equally ugly in the end.
4193
4194 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4195
4196         * check/elements/audioconvert.c: (setup_audioconvert),
4197         (cleanup_audioconvert), (get_int_caps), (verify_convert),
4198         (GST_START_TEST), (audioconvert_suite):
4199           clean up tests a little, fix some leaks.
4200
4201 2005-10-10  Wim Taymans  <wim@fluendo.com>
4202
4203         * ext/alsa/gstalsasink.c:
4204         Also allow unsigned int.
4205
4206         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4207         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4208         Small cleanup
4209
4210 2005-10-10  Wim Taymans  <wim@fluendo.com>
4211
4212         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4213         Small update, use API as stated in design docs.
4214
4215         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4216         (update_scale), (do_seek), (seek_cb), (set_update_scale),
4217         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
4218         (message_received), (main):
4219         Updated seek example for GOption. Some usability improvements.
4220
4221 2005-10-10  Wim Taymans  <wim@fluendo.com>
4222
4223         * gst/audioconvert/audioconvert.h:
4224         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
4225         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
4226         Alloc temp storage somewhere else where we can do it more
4227         portable.
4228
4229 2005-10-10  Wim Taymans  <wim@fluendo.com>
4230
4231         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
4232         (gst_tcpserversrc_start):
4233         Don't block in accept while doing the state change, move
4234         to poll and make cancellable.
4235
4236 2005-10-09  Philippe Khalaf <burger@speedy.org>
4237
4238         * gst-libs/gst/rtp/rtpbasedepayload.c:
4239         Set timestamp and add queue delay to timestamp
4240         * gst-libs/gst/rtp/rtpbuffer.h:
4241         Set correct payload type for h263
4242
4243 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
4244
4245         * gst/audiotestsrc/gstaudiotestsrc.c:
4246         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
4247         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
4248         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
4249         (gst_audiotestsrc_create_triangle),
4250         (gst_audiotestsrc_create_silence),
4251         (gst_audiotestsrc_create_white_noise),
4252         (gst_audiotestsrc_init_pink_noise),
4253         (gst_audiotestsrc_generate_pink_noise_value),
4254         (gst_audiotestsrc_create_pink_noise),
4255         (gst_audiotestsrc_change_wave):
4256         * gst/audiotestsrc/gstaudiotestsrc.h:
4257           fixed typo, added pink noise
4258
4259 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4260
4261         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
4262         (plugin_init):
4263           Add wavpack and spc typefind functions from 0.8 branch.
4264
4265 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4266
4267         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
4268         (ar_type_find), (msdos_type_find), (plugin_init):
4269           Add typefind functions for tar archives, ar archives,
4270           RAR archives, and msdos-executables (dlls, exe, etc.).
4271           Some of those would be wrongly identified as mpeg
4272           streams of some sort before (#315550).
4273
4274 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
4275
4276         * configure.ac:
4277         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4278         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4279         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
4280         * gst/audiotestsrc/Makefile.am:
4281         * gst/audiotestsrc/gstaudiotestsrc.c:
4282         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
4283         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
4284         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
4285         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
4286         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
4287         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
4288         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
4289         (gst_audiotestsrc_create_silence),
4290         (gst_audiotestsrc_create_white_noise),
4291         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
4292         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
4293         (gst_audiotestsrc_start), (plugin_init):
4294         * gst/audiotestsrc/gstaudiotestsrc.h:
4295           add new plugin and element
4296         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
4297           use gobject_class
4298
4299 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4300
4301         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
4302         (gst_adder_init), (gst_adder_request_new_pad),
4303         (gst_adder_change_state):
4304           Add query function to source pad, so adder reports the correct
4305           time/sample position when queried (#315457); fix state change
4306           function; use GST_DEBUG_FUNCPTR() for pad functions.
4307
4308 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4309
4310         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
4311           Fix leaks in typefind registration
4312           Clean up the gratuitous commenting and whitespacing a little
4313
4314 2005-10-08  Wim Taymans  <wim@fluendo.com>
4315
4316         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
4317         Only actually wait for the thread to be stopped if it's 
4318         running.
4319
4320 2005-10-08  Wim Taymans  <wim@fluendo.com>
4321
4322         * gst-libs/gst/audio/gstbaseaudiosink.c:
4323         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4324         If we receive EOS we can start playback of what we had.
4325
4326 2005-10-08  Wim Taymans  <wim@fluendo.com>
4327
4328         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4329         (gst_multifdsink_finalize), (multifdsink_hash_remove),
4330         (gst_multifdsink_stop):
4331         Fix crasher when going to NULL multiple times.
4332
4333 2005-10-06  Wim Taymans  <wim@fluendo.com>
4334
4335         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
4336         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4337         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4338         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
4339         patch from Edgard Lima <edgard.lima@indt.org.br>
4340         Fixed gstbaseaudiosrc adding ring buffer sync to it.
4341
4342 2005-10-06  Wim Taymans  <wim@fluendo.com>
4343
4344         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4345         Report the FLOW_RETURN as string in the error message.
4346
4347         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
4348         Don't assert when clearing an unnegotiated buffer.
4349
4350 2005-10-04  Michael Smith <msmith@fluendo.com>
4351
4352         * gst/playback/gstplaybasebin.c: (group_destroy),
4353         (gen_preroll_element), (remove_groups), (setup_source):
4354         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
4355         (setup_sinks), (gst_play_bin_send_event),
4356         (gst_play_bin_change_state):
4357           Set state to NULL before removing from bin. Fix refcounting.
4358
4359 2005-10-04  Michael Smith <msmith@fluendo.com>
4360
4361         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
4362           Correct refcounting in send_event() function. Previously was wrong
4363           if the first sink was unable to handle the event.
4364
4365 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4366
4367         * configure.ac:
4368           back to development
4369
4370 === release 0.9.3 ===
4371
4372 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4373
4374         * configure.ac:
4375           Releasing 0.9.3, "De Facto"
4376
4377 2005-10-03  Andy Wingo  <wingo@pobox.com>
4378
4379         * gst/playback/gstdecodebin.c (try_to_link_1)
4380         (remove_element_chain): set element to NULL before removing it.
4381
4382 2005-10-02  Johan Dahlin  <johan@gnome.org>
4383
4384         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
4385         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
4386         MT safe.
4387
4388 2005-10-02  Andy Wingo  <wingo@pobox.com>
4389
4390         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
4391         (gst_ring_buffer_prepare_read): 
4392         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
4393         Demote to LOG.
4394
4395 2005-09-29  Wim Taymans  <wim@fluendo.com>
4396
4397         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4398         * ext/theora/theoradec.c: (theora_handle_data_packet):
4399         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4400         Propagate error codes from alloc_buffer too.
4401
4402 2005-09-29  Wim Taymans  <wim@fluendo.com>
4403
4404         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4405         We use fixed caps.
4406
4407         * gst/playback/Makefile.am:
4408         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4409         (dump_element_stats), (main):
4410         Added example stream introspection code.
4411
4412 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
4413
4414         * gst/adder/gstadder.c: (gst_adder_collected):
4415           fix adder for float elements
4416
4417 2005-09-28  Wim Taymans  <wim@fluendo.com>
4418
4419         * gst-libs/gst/audio/gstbaseaudiosink.c:
4420         (gst_base_audio_sink_class_init),
4421         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4422         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4423         (gst_base_audio_src_class_init),
4424         (gst_base_audio_src_provide_clock):
4425         get_clock -> provide_clock
4426
4427 2005-09-28  Andy Wingo  <wingo@pobox.com>
4428
4429         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
4430         and unlocking.
4431
4432         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
4433         unlocking.
4434
4435         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
4436         Actually add the pad template.
4437         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
4438
4439         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
4440         I'm at it...
4441
4442         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
4443         from fdsrc. Get caps in create() instead of start() so it can be
4444         interrupted. Interruption somewhat untested.
4445
4446         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
4447         Proper EOS handling.
4448
4449 2005-09-27  Andy Wingo  <wingo@pobox.com>
4450
4451         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
4452
4453         * gst/tcp/gsttcpserversrc.c: Cleaned up.
4454
4455         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
4456
4457         * gst/tcp/gsttcp.h: 
4458         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
4459         out of tcpclientsrc.c. Cancellable.
4460         (gst_tcp_socket_read): Made private, cancellable, with better
4461         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
4462         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
4463         whole buffer, and better diagnostics.
4464         (gst_tcp_gdp_read_caps): Same.
4465
4466         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
4467
4468 2005-09-26  Andy Wingo  <wingo@pobox.com>
4469
4470         * gst/sine/gstsinesrc.h:
4471         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
4472         change the 'sync' property to 'is-live' and implement it halfway,
4473         update for controller api change.
4474
4475         * gst/volume/gstvolume.c (volume_transform_ip): Update for
4476         controller api change.
4477
4478 2005-09-24  Wim Taymans  <wim@fluendo.com>
4479
4480         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
4481         * gst-libs/gst/audio/gstaudiosink.c:
4482         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4483         (gst_audioringbuffer_stop):
4484         * gst-libs/gst/audio/gstbaseaudiosink.c:
4485         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
4486         (gst_base_audio_sink_change_state):
4487         * gst-libs/gst/audio/gstbaseaudiosink.h:
4488         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
4489         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
4490         (gst_ring_buffer_commit), (gst_ring_buffer_read):
4491         * gst-libs/gst/audio/gstringbuffer.h:
4492         Fix sync again. Moved sample alignment to basesink.
4493
4494 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4495
4496         * docs/plugins/Makefile.am:
4497         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4498         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4499         * gst/volume/gstvolume.c:
4500           add/fix docs
4501         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
4502         * gst-libs/gst/audio/audio.h:
4503           add conversion macros for frames <-> clocktime
4504
4505 2005-09-23  David Schleef  <ds@schleef.org>
4506
4507         * gst/audioresample/Makefile.am:
4508         * gst/audioresample/debug.h:
4509         * gst/audioresample/gstaudioresample.c:
4510         * gst/audioresample/resample.c: Convert to using gst debugging
4511
4512 2005-09-22  Wim Taymans  <wim@fluendo.com>
4513
4514         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4515         (gst_play_bin_send_event):
4516         Only seek on one sink, the first one that succeeds.
4517
4518 2005-09-22  Michael Smith <msmith@fluendo.com>
4519
4520         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4521         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4522         Don't flush encoder state unless we have an initialised encoder.
4523         Clear out encoder state on PAUSED_TO_READY.
4524
4525 2005-09-22  Wim Taymans  <wim@fluendo.com>
4526
4527         * gst-libs/gst/rtp/gstbasertppayload.c:
4528         (gst_basertppayload_class_init), (gst_basertppayload_init),
4529         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4530         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4531         (gst_basertppayload_is_filled), (gst_basertppayload_push),
4532         (gst_basertppayload_set_property),
4533         (gst_basertppayload_get_property),
4534         (gst_basertppayload_change_state):
4535         * gst-libs/gst/rtp/gstbasertppayload.h:
4536         Added max-ptime to control amount of data in the rtp packets.
4537
4538 2005-09-21  Andy Wingo  <wingo@pobox.com>
4539
4540         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
4541         thingies.
4542
4543         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
4544         can be called multiple times, dogs.
4545
4546 2005-09-21  Wim Taymans  <wim@fluendo.com>
4547
4548         * gst-libs/gst/rtp/gstbasertppayload.c:
4549         (gst_basertppayload_class_init), (gst_basertppayload_init),
4550         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4551         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4552         (gst_basertppayload_push), (gst_basertppayload_get_property),
4553         (gst_basertppayload_change_state):
4554         Allow 0 ssrc too.
4555
4556 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
4557
4558         * docs/libs/compiling.sgml:
4559           fixing typos
4560
4561 2005-09-20  Wim Taymans  <wim@fluendo.com>
4562
4563         * gst-libs/gst/rtp/gstbasertppayload.c:
4564         (gst_basertppayload_class_init), (gst_basertppayload_init),
4565         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4566         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4567         (gst_basertppayload_push), (gst_basertppayload_set_property),
4568         (gst_basertppayload_get_property),
4569         (gst_basertppayload_change_state):
4570         * gst-libs/gst/rtp/gstbasertppayload.h:
4571         Added property to configure sequence number offsets.
4572
4573 2005-09-20  Wim Taymans  <wim@fluendo.com>
4574
4575         * gst-libs/gst/rtp/gstbasertppayload.c:
4576         (gst_basertppayload_class_init), (gst_basertppayload_init),
4577         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4578         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4579         (gst_basertppayload_push), (gst_basertppayload_set_property),
4580         (gst_basertppayload_get_property),
4581         (gst_basertppayload_change_state):
4582         * gst-libs/gst/rtp/gstbasertppayload.h:
4583         Make timestamp offset configurable.
4584
4585 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4586
4587         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4588           fix wrong pop/unref
4589
4590 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
4591
4592         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4593
4594         * gst-libs/gst/interfaces/propertyprobe.c:
4595         (gst_property_probe_probe_property_name),
4596         (gst_property_probe_needs_probe_name),
4597         (gst_property_probe_get_values_name),
4598         (gst_property_probe_probe_and_get_values_name):
4599           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
4600           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
4601
4602 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4603
4604         * check/Makefile.am:
4605           have some tests be disabled for valgrinding
4606         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
4607         (GST_START_TEST):
4608         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
4609           Fix A Leak.  Chain To Parent Finalize.
4610
4611 2005-09-19  Wim Taymans  <wim@fluendo.com>
4612
4613         * examples/seeking/seek.c: (make_wav_pipeline), (main):
4614         Fixed wav pipeline.
4615
4616 2005-09-19  Wim Taymans  <wim@fluendo.com>
4617
4618         * gst-libs/gst/rtp/gstbasertppayload.c:
4619         (gst_basertppayload_class_init), (gst_basertppayload_init),
4620         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4621         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4622         (gst_basertppayload_push), (gst_basertppayload_get_property),
4623         (gst_basertppayload_change_state):
4624         Posting ERROR and WARNING messages is good.
4625
4626 2005-09-19  Wim Taymans  <wim@fluendo.com>
4627
4628         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4629         (gst_base_rtp_depayload_add_to_queue),
4630         (gst_base_rtp_depayload_push),
4631         (gst_base_rtp_depayload_set_gst_timestamp),
4632         (gst_base_rtp_depayload_queue_release):
4633         This one was not supposed to go in.
4634
4635 2005-09-19  Wim Taymans  <wim@fluendo.com>
4636
4637         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4638         Fix for bus API.
4639
4640         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4641         (gst_base_rtp_depayload_chain),
4642         (gst_base_rtp_depayload_add_to_queue),
4643         (gst_base_rtp_depayload_push),
4644         (gst_base_rtp_depayload_set_gst_timestamp),
4645         (gst_base_rtp_depayload_queue_release):
4646         Some cleanups.
4647
4648         * gst-libs/gst/rtp/gstbasertppayload.c:
4649         (gst_basertppayload_class_init), (gst_basertppayload_init),
4650         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
4651         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4652         (gst_basertppayload_get_property),
4653         (gst_basertppayload_change_state):
4654         Added debugging category.
4655
4656 2005-09-18  David Schleef  <ds@schleef.org>
4657
4658         * gst/playback/gstdecodebin.c: free plugin list correctly
4659         * gst/playback/gstplaybin.c: emit warning if autovideosink
4660           and autoaudiosink can't be found (instead of segfaulting)
4661
4662 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4663
4664         * check/elements/audioconvert.c: (GST_START_TEST):
4665           try out 24 bit conversion
4666
4667 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4668
4669         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4670         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
4671         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
4672         * ext/vorbis/vorbisenc.h:
4673           Fix EOS handling.  Still needs a fix in the ogg muxer to
4674           mark the last page as eos.
4675
4676 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4677
4678         * common/gtk-doc-plugins.mak:
4679         * docs/plugins/Makefile.am:
4680         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4681         * gst/ffmpegcolorspace/Makefile.am:
4682         * gst/ffmpegcolorspace/avcodec.h:
4683         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4684         * gst/tcp/gstmultifdsink.c:
4685           fix up ffmpegcolorspace docs; extract header
4686
4687 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4688
4689         * common/gtk-doc-plugins.mak:
4690         * docs/plugins/Makefile.am:
4691         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4692         * ext/theora/Makefile.am:
4693         * ext/theora/gsttheoraenc.h:
4694         * ext/theora/theoraenc.c:
4695         * ext/vorbis/vorbisenc.c:
4696           pick up signals and args for vorbis; add some docs for vorbis
4697
4698 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4699
4700         * common/gstdoc-scangobj:
4701         * common/gtk-doc-plugins.mak:
4702         * docs/libs/Makefile.am:
4703         * docs/plugins/gst-plugins-base-plugins.args:
4704         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4705         * docs/plugins/gst-plugins-base-plugins.interfaces:
4706         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4707         * docs/plugins/gst-plugins-base-plugins.signals:
4708           only scanobj stuff from our source module.  Not sure yet
4709           if that's correct, given the hierarchy stuff :)
4710
4711 2005-09-15  Wim Taymans  <wim@fluendo.com>
4712
4713         * gst/audioconvert/gstaudioconvert.c:
4714         And enable 24 bits mode as well..
4715
4716 2005-09-15  Wim Taymans  <wim@fluendo.com>
4717
4718         * gst-libs/gst/rtp/Makefile.am:
4719         * gst-libs/gst/rtp/gstbasertppayload.c:
4720         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
4721         (gst_basertppayload_class_init), (gst_basertppayload_init),
4722         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
4723         (gst_basertppayload_chain), (gst_basertppayload_set_options),
4724         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4725         (gst_basertppayload_set_property),
4726         (gst_basertppayload_get_property),
4727         (gst_basertppayload_change_state):
4728         * gst-libs/gst/rtp/gstbasertppayload.h:
4729         Added rtp payloader base class.
4730
4731 2005-09-15  Andy Wingo  <wingo@pobox.com>
4732
4733         * configure.ac (plugindir): Remove the EOL matcher from the
4734         regexp, as it causes me problems. Libtool? Make? Who knows?
4735
4736 2005-09-14  David Schleef  <ds@schleef.org>
4737
4738         * check/generic/states.c: 
4739         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4740         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4741           Fixes for changes in registry API.
4742
4743         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
4744           to GST_PLUGIN_LDFLAGS.
4745         * ext/libvisual/visual.c: Make the library shut up.
4746         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
4747         * gst-libs/gst/audio/gstaudiofilter.c: same
4748
4749 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4750
4751         * docs/plugins/Makefile.am:
4752         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4753         * docs/plugins/inspect/plugin-libvisual.xml:
4754         * docs/plugins/tmpl/element-tcpserversink.sgml:
4755         * ext/theora/theoraenc.c:
4756           add libvisual plugin and theoraenc element to docs
4757
4758 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4759
4760         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4761         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4762         * ext/theora/theoraenc.c:
4763           add theoraenc
4764
4765 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
4766
4767         * gst/audioconvert/Makefile.am:
4768           Audioconvert derives from GstBaseTransform and should
4769           link to the library with our base elements to avoid
4770           unresolved symbols. Makes things work with MinGW (#316160)
4771
4772         * gst/playback/test4.c: (main):
4773           Fix MinGW build problem and use g_usleep() instead of 
4774           sleep() (#316162)
4775
4776 2005-09-12  Wim Taymans  <wim@fluendo.com>
4777
4778         * gst/audioconvert/audioconvert.c: (float),
4779         (audio_convert_prepare_context), (audio_convert_convert):
4780         * gst/audioconvert/audioconvert.h:
4781         Cleanups, speedups, simplifications, added back support
4782         for 24 bits.
4783
4784 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4785
4786         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4787         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4788         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4789         * docs/plugins/tmpl/element-tcpserversink.sgml:
4790         * gst/ffmpegcolorspace/gstffmpeg.c:
4791         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4792         * gst/videotestsrc/gstvideotestsrc.c:
4793         * gst/volume/gstvolume.c:
4794           add more elements to the docs
4795
4796 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
4797
4798         * check/Makefile.am:
4799         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
4800         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
4801           Add extra tests for basetransform based components. 
4802           Comment out the test_element_negotiation test until we decide
4803           if it's testing correct behaviour.
4804         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
4805         (gst_visual_chain), (gst_visual_change_state):
4806           Slightly more correct but still bogus timestamping.
4807           Fix state change function.
4808         * gst/audioconvert/gstaudioconvert.c:
4809         (gst_audio_convert_class_init):
4810         * gst/audioresample/gstaudioresample.c:
4811         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4812         (gst_ffmpegcsp_class_init):
4813         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4814         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
4815         (gst_videoscale_prepare_image):
4816         * gst/volume/gstvolume.c: (gst_volume_class_init),
4817         (volume_transform_ip):
4818           Basetransform updates. Enable passthrough modes.
4819         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4820         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
4821         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4822           Negotiation fix that allows the window to return to the original
4823           size and renegotiate passthrough upstream. Extra debug output.
4824
4825 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4826
4827         * gst/sine/gstsinesrc.c:
4828         * gst/volume/gstvolume.c:
4829           fix up header include
4830
4831 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
4832
4833         * gst-libs/gst/audio/gstbaseaudiosink.c:
4834         (gst_base_audio_sink_render):
4835         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
4836         * gst/volume/gstvolume.c: (gst_volume_class_init),
4837         (volume_transform):
4838           fixing lost sync, some more debugging
4839
4840 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
4841
4842         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4843         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
4844         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4845         (gst_xvimagesink_check_xshm_calls):
4846           Fix compilation when XShm is not available.
4847
4848 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4849
4850         * ext/libvisual/visual.c: (gst_visual_dispose),
4851         (gst_visual_getcaps), (gst_visual_src_setcaps),
4852         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
4853         (gst_visual_change_state):
4854           Finish fixing up libvisual plugin so that it runs. 
4855
4856 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4857
4858         * ext/vorbis/vorbisenc.c:
4859         * gst-libs/gst/tag/gstvorbistag.c:
4860           gsttaginterface.h -> gsttagsetter.h
4861
4862 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4863
4864         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
4865           added another test that failes for me (test is not active by default)
4866
4867 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4868
4869         * configure.ac:
4870           v4l2 is no longer in gst-plugins-base
4871
4872 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4873
4874         * configure.ac:
4875           In the output at the end, don't show the first plugin on the same
4876           line as "Core plug-ins, always built:".
4877           Indent the output as for other plugin categories
4878         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4879           #define that can be used to not use peer buffer_alloc functions for
4880           test purposes.
4881         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4882         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
4883         (gst_ximagesink_show_frame):
4884         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4885         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
4886         (gst_xvimagesink_show_frame):
4887           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
4888           fails gracefully instead of XError aborting or deadlocking.
4889
4890 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4891
4892         * ext/libvisual/Makefile.am:
4893           link against gst-base-libs
4894
4895 2005-09-06  David Schleef  <ds@schleef.org>
4896
4897         * configure.ac: Enable libvisual plugin.
4898         * ext/libvisual/Makefile.am:
4899         * ext/libvisual/visual.c: Fixes to make it compile.
4900
4901 === release 0.9.2 ===
4902
4903 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4904
4905         * NEWS:
4906         * RELEASE:
4907         * configure.ac:
4908         * docs/random/ChangeLog-0.8:
4909           releasing 0.9.2, "Spoon"
4910
4911 2005-09-05  Michael Smith <msmith@fluendo.com>
4912
4913         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
4914           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
4915           that in the vorbisenc element.
4916
4917 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4918
4919         * common/gtk-doc-plugins.mak:
4920         * docs/plugins/Makefile.am:
4921           fix distcheck
4922         * gst/audioresample/resample.c:
4923           fix wrong docstring
4924
4925 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4926
4927         * common/gst-xmlinspect.py:
4928         * common/gtk-doc-plugins.mak:
4929           only inspect plugins for this given package
4930           require gst-python 0.9
4931
4932 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4933
4934         * Makefile.am:
4935         * autogen.sh:
4936         * common/gst-xmlinspect.py:
4937         * configure.ac:
4938         * docs/Makefile.am:
4939         * docs/plugins/inspect/plugin-alsa.xml:
4940         * docs/plugins/inspect/plugin-audioresample.xml:
4941         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4942         * docs/plugins/inspect/plugin-ogg.xml:
4943         * docs/plugins/tmpl/element-gnomevfssink.sgml:
4944         * docs/plugins/tmpl/element-multifdsink.sgml:
4945         * docs/plugins/tmpl/element-tcpserversink.sgml:
4946         * docs/plugins/tmpl/element-vorbisenc.sgml:
4947         * gst-plugins-base.spec.in:
4948           various doc-related updates
4949
4950 2005-08-31  Wim Taymans  <wim@fluendo.com>
4951
4952         * gst-libs/gst/audio/gstbaseaudiosink.c:
4953         (gst_base_audio_sink_render):
4954         Resync if the buffer timestamps drift more than a 10th 
4955         of a second.
4956
4957 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
4958
4959         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
4960         (gst_v4lsrc_get_property):
4961           The 'timestamp-offset' property is registered as an int64, so
4962           let's use g_value_{set|get}_int64() in our setter and getter
4963           functions (makes it work and fixes warnings with gst-inspect).
4964
4965 2005-08-30  Wim Taymans  <wim@fluendo.com>
4966
4967         * check/elements/audioconvert.c: (setup_audioconvert):
4968         * check/elements/audioresample.c: (setup_audioresample):
4969         * check/elements/volume.c: (setup_volume):
4970         Fix checks.
4971
4972 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4973
4974         * common/gtk-doc-plugins.mak:
4975         * common/plugins.xsl:
4976         * docs/plugins/Makefile.am:
4977           make module a param
4978
4979 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
4980
4981         * examples/seeking/seek.c: (make_mp3_pipeline),
4982         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
4983         (play_cb), (pause_cb), (stop_cb):
4984           update the example
4985
4986 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
4987
4988         * gst/volume/gstvolume.c: (gst_volume_class_init),
4989         (volume_transform):
4990           do not update controlled params, if buffer has no timestamp
4991
4992 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
4993
4994         * configure.ac:
4995         * gst/sine/Makefile.am:
4996         * gst/volume/Makefile.am:
4997           controllerized elements also need to link against controller-libs ;)
4998
4999 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
5000
5001         * docs/libs/tmpl/gstcolorbalance.sgml:
5002         * docs/libs/tmpl/gstgconf.sgml:
5003         * docs/libs/tmpl/gstmixer.sgml:
5004         * docs/libs/tmpl/gstringbuffer.sgml:
5005         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5006         (gst_sinesrc_create):
5007         * gst/volume/gstvolume.c: (gst_volume_class_init),
5008         (volume_transform):
5009           controllerized two audio plugins
5010
5011 2005-08-29  Andy Wingo  <wingo@pobox.com>
5012
5013         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
5014         (vorbis_handle_data_packet): Fix some int overflow errors.
5015
5016         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
5017         -1.
5018         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
5019         valid.
5020         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
5021         if it's valid. Fixed streaming-mode playback.
5022
5023         * check/elements/volume.c (cleanup_volume): Fix for running
5024         CK_FORK=no.
5025
5026         * check/elements/audioconvert.c: Convert from native endian, not
5027         little endian.
5028
5029 2005-08-29  Michael Smith <msmith@fluendo.com>
5030
5031         * ext/ogg/Makefile.am:
5032         * ext/ogg/gstogg.c: (plugin_init):
5033         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
5034         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
5035         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
5036         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
5037         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
5038         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
5039         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
5040         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
5041         Add an ogg parser element.
5042
5043 2005-08-28  Andy Wingo  <wingo@pobox.com>
5044
5045         * Updates for two-arg init from GST_BOILERPLATE_FULL.
5046
5047 2005-08-26  Wim Taymans  <wim@fluendo.com>
5048
5049         * gst/audioconvert/audioconvert.c: (if), (float),
5050         (audio_convert_get_func_index), (check_default),
5051         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5052         (audio_convert_clean_context), (audio_convert_get_sizes),
5053         (audio_convert_convert):
5054         Cleanups.
5055
5056 2005-08-26  Wim Taymans  <wim@fluendo.com>
5057
5058         * gst/audioconvert/audioconvert.c: (if), (float),
5059         (audio_convert_get_func_index), (check_default),
5060         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5061         (audio_convert_clean_context), (audio_convert_get_sizes),
5062         (audio_convert_convert):
5063         More elegant and working temp buffer selection algo.
5064
5065 2005-08-26  Wim Taymans  <wim@fluendo.com>
5066
5067         * gst/audioconvert/audioconvert.c: (if), (float),
5068         (audio_convert_get_func_index), (check_default),
5069         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5070         (audio_convert_clean_context), (audio_convert_get_sizes),
5071         (get_temp_buffer), (audio_convert_convert):
5072         Use realloc else we lose our original data.
5073
5074 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5075
5076         * gst/audioresample/gstaudioresample.c:
5077           use base class' newsegment to properly timestamp
5078
5079 2005-08-26  Wim Taymans  <wim@fluendo.com>
5080
5081         * gst/audioconvert/audioconvert.c: (if), (float),
5082         (audio_convert_get_func_index), (check_default),
5083         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5084         (audio_convert_clean_context), (audio_convert_get_sizes),
5085         (get_temp_buffer), (audio_convert_convert):
5086         * gst/audioconvert/gstaudioconvert.c:
5087         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
5088         (gst_audio_convert_transform_caps),
5089         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
5090         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
5091         Oops, allocate enough space to perform the channel mix.
5092
5093 2005-08-26  Wim Taymans  <wim@fluendo.com>
5094
5095         * gst/audioconvert/Makefile.am:
5096         * gst/audioconvert/audioconvert.c: (if), (float),
5097         (audio_convert_get_func_index), (check_default),
5098         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5099         (audio_convert_clean_context), (audio_convert_get_sizes),
5100         (get_temp_buffer), (audio_convert_convert):
5101         * gst/audioconvert/audioconvert.h:
5102         * gst/audioconvert/gstaudioconvert.c:
5103         (gst_audio_convert_class_init), (gst_audio_convert_init),
5104         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
5105         (gst_audio_convert_get_unit_size),
5106         (gst_audio_convert_transform_caps),
5107         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
5108         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
5109         * gst/audioconvert/gstaudioconvert.h:
5110         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5111         (gst_channel_mix_fill_identical),
5112         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
5113         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
5114         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
5115         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
5116         (gst_channel_mix_mix):
5117         * gst/audioconvert/gstchannelmix.h:
5118         Cleanups, librarify a bit, optimize, better negotiation and more.
5119
5120 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
5121
5122         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
5123         Another from MikeS:
5124         During typefinding, don't support negative offsets
5125         (offsets from the end of the stream) in our typefind->peek() function
5126         - nothing embedded in ogg ever needs them. However, we need to recognise
5127         those requests and reject them, otherwise we return invalid pointers.
5128
5129 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
5130
5131         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5132         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
5133         (vorbisdec_finalize), (vorbis_handle_type_packet):
5134           Big shout-out to MikeS for fixing this giant memory leak.
5135           Huzzah!
5136
5137 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5138
5139         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
5140         (audio_convert_get_unit_size):
5141           plug some leaks
5142
5143 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5144
5145         * check/Makefile.am:
5146         * check/elements/audioconvert.c: (setup_audioconvert),
5147         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5148         (GST_START_TEST), (audioconvert_suite), (main):
5149           add a test for audioconvert
5150         * gst/audioresample/gstaudioresample.c:
5151         * gst/audioresample/gstaudioresample.h:
5152           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
5153           note that for buffers of 1/3 sec this means DURATION(c) is 
5154           one nanosecond more than for a and b
5155
5156 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5157
5158         * check/Makefile.am:
5159         * check/elements/audioresample.c: (setup_audioresample),
5160         (cleanup_audioresample), (fail_unless_perfect_stream),
5161         (test_perfect_stream_instance), (GST_START_TEST),
5162           add a check for audioresample
5163         (audioresample_suite), (main):
5164         * check/elements/volume.c: (GST_START_TEST):
5165           remove unused method
5166         * gst/audioresample/gstaudioresample.c:
5167           set correct buffer parameters since we're changing them
5168         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5169           add some debug
5170
5171 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5172
5173         * gst/audioresample/debug.c:
5174         * gst/audioresample/gstaudioresample.c:
5175           add room for extra overlap samples when asked to transform size
5176           protect against possible mem corruption and check for discrepancies
5177           between written size and outbuffer's size so we can warn for
5178           potential problems
5179         * gst/audioresample/resample.c: (resample_init),
5180         (resample_get_output_size_for_input), (resample_get_output_size),
5181         (resample_set_n_channels), (resample_set_format):
5182           set debug level based on RESAMPLE_DEBUG env var
5183           make sure that get_output_size* returns a whole number of
5184           sample_size
5185           set sample_size each time either channel or format is set
5186         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
5187         * gst/audioresample/resample_functable.c:
5188         (resample_scale_functable):
5189         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5190           remove r->sample_size, it's done in resample.c now
5191           add some debugging to the ref implementation
5192           make sure we only give back bytes that are wholes of the sample
5193           size
5194
5195 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
5196         * gst/playback/gstplaybasebin.c: (fill_buffer):
5197         Revert unpopular change for GST_MESSAGE_SRC to GObject.
5198
5199 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
5200
5201         * gst/volume/gstvolume.c:
5202           made set_caps function static
5203
5204 2005-08-24  Wim Taymans  <wim@fluendo.com>
5205
5206         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5207         (gst_vorbisenc_change_state):
5208         Stop leaking taglists.
5209
5210 2005-08-24  Wim Taymans  <wim@fluendo.com>
5211
5212         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5213         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
5214         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
5215         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
5216         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5217         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5218         Parse seeking events better.
5219         Unref static caps.
5220         Generate correct newsegment events, fixes seeking in live oggs.
5221
5222         * ext/theora/theoradec.c: (theora_dec_src_query),
5223         (theora_dec_src_event), (theora_dec_src_getcaps),
5224         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
5225         Use newsegment values to report correct play time.
5226
5227         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5228         (vorbis_dec_src_event), (vorbis_dec_sink_event):
5229         * ext/vorbis/vorbisdec.h:
5230         Parse and use newsegment values to report correct play time.
5231
5232         * gst-libs/gst/audio/gstbaseaudiosink.c:
5233         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5234         Clear ringbuffer on flush.
5235         Use newsegment values to calculate playback time.
5236
5237         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
5239         Basesink does newsegment calculations for us now.
5240
5241 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5242
5243         * check/Makefile.am:
5244         * configure.ac:
5245           add core's plugins to the mix so that playbin works
5246         * check/generic/states.c: (GST_START_TEST):
5247           set a 0 timeout on pipelines, so they don't force the next
5248           state change
5249         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
5250         (gst_play_base_bin_change_state):
5251           remove the crappy error handling and do GST error handling
5252
5253 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5254
5255         * check/Makefile.am:
5256         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
5257           add same test as to core, it bitches out on playbin atm.
5258
5259 2005-08-24  Wim Taymans  <wim@fluendo.com>
5260
5261         * configure.ac:
5262         Remove audioscale.
5263
5264 2005-08-24  Wim Taymans  <wim@fluendo.com>
5265
5266         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
5267         (gst_videoscale_prepare_size), (parse_caps),
5268         (gst_videoscale_set_caps), (gst_videoscale_get_size),
5269         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
5270         (gst_videoscale_transform):
5271         * gst/videoscale/gstvideoscale.h:
5272         Refactor, make use of BaseTranform really well.
5273
5274 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5275
5276         * configure.ac:
5277           compile audioresample
5278         * gst/audioresample/Makefile.am:
5279         * gst/audioresample/buffer.c:
5280         * gst/audioresample/functable.c:
5281         * gst/audioresample/gstaudioresample.c:
5282         * gst/audioresample/gstaudioresample.h:
5283         * gst/audioresample/resample.c:
5284         (resample_get_output_size_for_input):
5285         * gst/audioresample/resample.h:
5286         * gst/audioresample/resample_chunk.c:
5287         * gst/audioresample/resample_functable.c:
5288         * gst/audioresample/resample_ref.c:
5289           port to use basetransform; doesn't work in all cases yet
5290
5291 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5292
5293         * gst/audioconvert/gstaudioconvert.c:
5294         (gst_audio_convert_class_init), (gst_audio_convert_init),
5295         (audio_convert_get_unit_size), (audio_convert_transform_caps),
5296         (audio_convert_fixate_caps), (audio_convert_set_caps),
5297         (audio_convert_transform),
5298         (gst_audio_convert_buffer_to_default_format),
5299         (gst_audio_convert_buffer_from_default_format),
5300         (gst_audio_convert_channels):
5301         * gst/audioconvert/gstchannelmix.c:
5302         * gst/audioconvert/gstchannelmix.h:
5303           port to basetransform
5304         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5305         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
5306         (gst_ffmpegcsp_get_unit_size):
5307         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5308         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
5309           fix for basetransform changes
5310
5311 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
5312
5313         * check/Makefile.am:
5314           Add CHECK_CFLAGS and LDFLAGS
5315
5316         * gst/playback/gstplaybasebin.c: (fill_buffer):
5317           GST_MESSAGE_SRC became a GObject
5318
5319 2005-08-24  Wim Taymans  <wim@fluendo.com>
5320
5321         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
5322         (gst_ring_buffer_clear_all):
5323         * gst-libs/gst/audio/gstringbuffer.h:
5324         Added function to clear the ringbuffer.
5325
5326 2005-08-24  Andy Wingo  <wingo@pobox.com>
5327
5328         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
5329         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
5330         of _open and _close.
5331
5332         * sys/v4l/gstv4lxoverlay.h:
5333         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
5334         an Xv connection here, instead of all the time. Make Xv only be
5335         loaded if you axe for it. Kindof a workaround for buggy behaviour
5336         of Xv when using remote xservers (XvQueryExtension would block).
5337         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
5338         replace the _open and _close public API. Only start the xv
5339         connection if necessary.
5340         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
5341
5342 2005-08-23  David Schleef  <ds@schleef.org>
5343
5344         * gst/audioresample/Makefile.am: Leet audioresampling code
5345         * gst/audioresample/buffer.c:
5346         * gst/audioresample/buffer.h:
5347         * gst/audioresample/debug.c:
5348         * gst/audioresample/debug.h:
5349         * gst/audioresample/functable.c:
5350         * gst/audioresample/functable.h:
5351         * gst/audioresample/gstaudioresample.c:
5352         * gst/audioresample/gstaudioresample.h:
5353         * gst/audioresample/resample.c:
5354         * gst/audioresample/resample.h:
5355         * gst/audioresample/resample_chunk.c:
5356         * gst/audioresample/resample_functable.c:
5357         * gst/audioresample/resample_ref.c:
5358
5359 2005-08-23  Wim Taymans  <wim@fluendo.com>
5360
5361         * examples/seeking/seek.c: (make_vorbis_pipeline),
5362         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
5363         Small seek updates.
5364
5365 2005-08-23  Andy Wingo  <wingo@pobox.com>
5366
5367         * gst-libs/gst/audio/gstbaseaudiosrc.c
5368         (gst_base_audio_src_fixate): Only fixate endianness if it is
5369         present in the caps.
5370
5371 2005-08-22  Andy Wingo  <wingo@pobox.com>
5372
5373         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
5374         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
5375         device-name property.
5376
5377         * gst-libs/gst/audio/gstaudiosrc.h:
5378         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
5379         close_device in the ring buffer, like gstaudiosink.
5380
5381         * ext/alsa/gstalsamixer.h:
5382         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
5383         macro to implement the interface without much code. Cleanups. 
5384
5385         * ext/alsa/gstalsasrc.h:
5386         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
5387         READY.
5388
5389         * ext/alsa/Makefile.am: Add new files.
5390         * ext/alsa/gstalsamixerelement.c: 
5391         * ext/alsa/gstalsamixerelement.c: Split element code out from
5392         mixer code so that alsasrc can be a mixer too.
5393
5394 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5395
5396         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5397         (GST_START_TEST):
5398         * check/elements/vorbisdec.c: (setup_vorbisdec),
5399         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
5400         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5401         (vorbis_handle_identification_packet),
5402         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
5403         (vorbis_handle_header_packet), (vorbis_dec_push),
5404         (vorbis_dec_chain):
5405           use the setup/teardown methods to save code.  save code is good.
5406
5407 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5408
5409         * check/Makefile.am:
5410           add ext dir for plugins
5411           add vorbisdec test conditionally
5412         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5413         (GST_START_TEST), (volume_suite):
5414           add a test with wrong caps
5415         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
5416         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
5417           add a vorbisdec test
5418         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
5419         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
5420           clean up debug output
5421         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5422           yay, fix a segfault/security issue in vorbisdec
5423           gst-launch fakesrc ! vorbisdec wasn't happy
5424         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
5425         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
5426         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
5427         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5428         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
5429         (gst_vorbisenc_set_metadata), (get_constraints_string),
5430         (update_start_message), (gst_vorbisenc_setup),
5431         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5432         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
5433         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
5434         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
5435         * ext/vorbis/vorbisenc.h:
5436           march in line
5437         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5438         (gst_ffmpegcsp_transform):
5439           have the kow come home
5440         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5441           debug my func ptr
5442         * gst/volume/gstvolume.c: (volume_set_caps):
5443           add a debug
5444
5445 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5446
5447         * Makefile.am:
5448         * check/.cvsignore:
5449         * check/Makefile.am:
5450         * check/elements/.cvsignore:
5451         * check/elements/volume.c: (chain_func), (event_func),
5452         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
5453         (main):
5454         * configure.ac:
5455           add unit test structure for gst-plugins-base
5456           add a test for volume
5457         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
5458         (gst_volume_set_volume), (gst_volume_get_volume),
5459         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
5460         (volume_funcfind), (volume_process_float), (volume_process_int16),
5461         (volume_set_caps), (volume_transform), (volume_update_mute),
5462         (volume_update_volume), (volume_set_property),
5463         (volume_get_property):
5464           document a little; use basetransform vmethod _set_caps
5465
5466 2005-08-19  Andy Wingo  <wingo@pobox.com>
5467
5468         * ext/alsa/gstalsamixertrack.h:
5469         * ext/alsa/gstalsamixertrack.c:
5470         * ext/alsa/gstalsamixeroptions.h:
5471         * ext/alsa/gstalsamixeroptions.c:
5472         * ext/alsa/gstalsamixer.h:
5473         * ext/alsa/gstalsamixer.c: Port to 0.9.
5474
5475         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
5476         Remove gstalsa.c and alsaclock. No more cruft here.
5477         
5478 2005-08-18  Wim Taymans  <wim@fluendo.com>
5479
5480         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5481         (gst_base_rtp_depayload_chain),
5482         (gst_base_rtp_depayload_add_to_queue),
5483         (gst_base_rtp_depayload_push),
5484         (gst_base_rtp_depayload_queue_release):
5485         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5486         Fix for RTPBuffer changes.
5487
5488         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
5489         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
5490         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
5491         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
5492         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
5493         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
5494         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
5495         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
5496         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
5497         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
5498         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
5499         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
5500         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
5501         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
5502         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
5503         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
5504         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
5505         (gst_rtpbuffer_get_payload):
5506         * gst-libs/gst/rtp/gstrtpbuffer.h:
5507         Don't subclass GstBuffer but add methods and helper functions
5508         to construct and manipulate RTP packets in regular GstBuffers.
5509
5510 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
5511
5512         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5513           moved statement below switch
5514         * gst/volume/gstvolume.c: (gst_volume_class_init):
5515           added debug ptr
5516
5517 2005-08-16  Wim Taymans  <wim@fluendo.com>
5518
5519         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5520         (gst_base_audio_src_change_state):
5521         Open and close device in READY<->NULL state change.
5522
5523 2005-08-16  Andy Wingo  <wingo@pobox.com>
5524
5525         * examples/seeking/Makefile.am: Don't compile non-compiling
5526         compiled objects with the compiler.
5527
5528         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
5529         elements.
5530
5531 2005-08-12  Philippe Khalaf <burger@speedy.org>
5532         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5533         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5534           Made a thread to release the queue.
5535           Removed timestamp conversion for now.
5536
5537 2005-08-10  Philippe Khalaf <burger@speedy.org>
5538         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5539         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5540           Added rtp timestamp -> gst timestamp conversion.
5541           Fixed several problems with queue.
5542
5543 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5544
5545         * gst-libs/gst/audio/gstaudioclock.h:
5546         * gst-libs/gst/audio/gstaudiofilter.h:
5547         * gst-libs/gst/audio/gstaudiosink.h:
5548         * gst-libs/gst/audio/gstaudiosrc.h:
5549         * gst-libs/gst/audio/gstbaseaudiosink.h:
5550         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5551         * gst-libs/gst/audio/gstringbuffer.h:
5552         * gst-libs/gst/net/gstnetbuffer.h:
5553         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5554         * gst-libs/gst/rtp/gstrtpbuffer.h:
5555           Add padding (you will need to rebuild gst-plugins-base,
5556           gst-plugins and all applications afterwards!)
5557
5558 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5559
5560         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5561         (gst_riff_parse_chunk):
5562           Fix bug in debug message and add some more debug messages.
5563
5564 2005-08-08  Edward Hervey  <edward@fluendo.com>
5565
5566         * gst-libs/gst/riff/riff-media.c:
5567         backported updates since branch
5568
5569 2005-08-08  Andy Wingo  <wingo@pobox.com>
5570
5571         * gst-libs/gst/audio/gstbaseaudiosink.c
5572         (gst_base_audio_sink_change_state): Open the device in NULL->READY
5573         like good elements should. Close on READY->NULL too.
5574
5575         * gst-libs/gst/audio/gstaudiosink.c
5576         (gst_audioringbuffer_open_device,
5577         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
5578         (gst_audioringbuffer_release): Updates for new ring buffer API,
5579         hook into the new audio sink api.
5580
5581         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
5582         (GstAudioSinkClass.close): Just open and close the device -- no
5583         resource allocation or configuration.
5584         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
5585         vmethods, handle device setup and resource allocation.
5586
5587         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
5588         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
5589         base class API.
5590
5591         * gst-libs/gst/audio/gstringbuffer.h
5592         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
5593         New vmethods.
5594
5595         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
5596         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
5597         New API functions. The device should be opened before acquiring
5598         and closed after releasing.
5599
5600 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
5601
5602         * gst-libs/gst/interfaces/mixer.h:
5603           Reset padding to GST_PADDING.
5604
5605 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5606
5607         * gst/playback/gstplaybin.c: (remove_sinks):
5608           Remove visualization from parent explicitely; works around some
5609           apparent refcount issue that I haven't tracked down yet.
5610
5611 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5612
5613         * ext/alsa/gstalsasink.c: (set_hwparams):
5614           Assign debug category, add negotiation debug msgs.
5615
5616 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5617
5618         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
5619           Fix error code for file-not-found to NOT_FOUND.
5620
5621 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5622
5623         * common/gtk-doc-plugins.mak:
5624         * docs/plugins/Makefile.am:
5625         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5626         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5627           renamed to actual element names, so much nicer to look at
5628         * docs/plugins/tmpl/gstmultifdsink.sgml:
5629           remove
5630         * docs/plugins/tmpl/multifdsink.sgml:
5631         * docs/plugins/tmpl/tcpserversink.sgml:
5632           add
5633         * ext/alsa/gstalsa.c:
5634         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
5635         * ext/ogg/gstoggmux.c:
5636         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
5637         * gst/playback/gstdecodebin.c:
5638         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5639         * gst/tcp/gsttcpserversink.c:
5640           various fixes and documentation additions
5641
5642 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5643
5644         * common/Makefile.am:
5645         * common/gstdoc-scangobj:
5646         * common/gtk-doc-plugins.mak:
5647         * common/gtk-doc.mak:
5648           add a custom scangobj that uses the registry
5649           add a custom gtk-doc-plugins.mak that uses it
5650           some doc build fixes
5651         * configure.ac:
5652         * docs/Makefile.am:
5653         * docs/plugins/Makefile.am:
5654         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5655         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5656         * docs/plugins/gst-plugins-base-plugins.types:
5657         * docs/plugins/tmpl/gstmultifdsink.sgml:
5658           add docs for one element, multifdsink
5659         * gst/adder/gstadder.h:
5660         * gst/volume/gstvolume.h:
5661           don't privatize enum
5662         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5663         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5664         (gst_sync_method_get_type), (gst_client_status_get_type),
5665         (gst_multifdsink_class_init),
5666         (gst_multifdsink_client_queue_buffer),
5667         (gst_multifdsink_handle_client_write):
5668         * gst/tcp/gstmultifdsink.h:
5669         * gst/tcp/gsttcp.h:
5670         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5671         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
5672         (gst_tcpclientsink_render):
5673         * gst/tcp/gsttcpclientsink.h:
5674         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5675         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
5676         (gst_tcpclientsrc_start):
5677         * gst/tcp/gsttcpclientsrc.h:
5678         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5679         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
5680         * gst/tcp/gsttcpserversrc.h:
5681         * gst/typefind/gsttypefindfunctions.c:
5682           remove superfluous Type stuff
5683
5684 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5685
5686         * gst/playback/gstplaybin.c: (gen_video_element):
5687           Enable videoscale.
5688
5689 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5690
5691         * gst-libs/gst/gconf/gconf.c:
5692         * gst-libs/gst/gconf/gconf.h:
5693           Fix some Andy Problem [tm].
5694
5695 2005-08-04  Andy Wingo  <wingo@pobox.com>
5696
5697         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
5698         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
5699         (gst_ffmpegcsp_get_size): Adapt to API changes.
5700
5701         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
5702         Implement an in-place do-nothing transform.
5703
5704 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5705
5706         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5707         (gst_ximagesink_renegotiate_size):
5708           Do not set new window sizes yet if we prepare a new buffer size
5709           for upstream renegotiation (software scaling) at some point in the
5710           future, because this new size waqs not actually accepted yet. Once
5711           accepted, renegotiation later on will set the new sizes just fine.
5712           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
5713           embedding testcase.
5714
5715 2005-08-03  Andy Wingo  <wingo@pobox.com>
5716
5717         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
5718         (gst_ximagesink_buffer_alloc): 
5719         Protect the height, width, and desired_caps with the pool_lock.
5720         Fixes videotestsrc ! queue ! ximagesink.
5721
5722 2005-08-02  Edward Hervey  <edward@fluendo.com>
5723
5724         * gst/volume/gstvolume.c:
5725         include left from controller cleanup
5726
5727 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
5728         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
5729           Stop collectpads before calling the parent state
5730           change function on PAUSED->READY.
5731
5732 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
5733         * configure.ac:
5734           When testing for X libs, use the X CFlags 
5735         * gst/adder/gstadder.c: (gst_adder_change_state):
5736           Stop the collectpads before calling parent state change function
5737           on PAUSED->READY, otherwise we deadlock deactivating pads.
5738
5739 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
5740
5741         * configure.ac:
5742         * docs/libs/tmpl/gstcolorbalance.sgml:
5743         * docs/libs/tmpl/gstmixer.sgml:
5744         * examples/Makefile.am:
5745         * gst/sine/Makefile.am:
5746         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
5747         (gst_sinesrc_set_property), (plugin_init):
5748         * gst/sine/gstsinesrc.h:
5749         * gst/volume/Makefile.am:
5750         * gst/volume/gstvolume.c: (gst_volume_set_volume),
5751         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
5752         (volume_process_float), (volume_process_int16),
5753         (volume_set_property), (plugin_init):
5754         * gst/volume/gstvolume.h:
5755           deactivate and remove dparams (libgstcontrol)
5756
5757 2005-07-29  Wim Taymans  <wim@fluendo.com>
5758
5759         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
5760         Convert me to BaseTransform!! help..
5761
5762 2005-07-29  Andy Wingo  <wingo@pobox.com>
5763
5764         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
5765         sinks.
5766
5767         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
5768         support of both endiannesses.
5769
5770 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5771
5772         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5773           Fix confusing debug message (s/event/query/)
5774
5775 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5776
5777         * gst/videotestsrc/videotestsrc.h:
5778           Use "_stdint.h" instead of <stdint.h>
5779
5780 2005-07-27  Wim Taymans  <wim@fluendo.com>
5781
5782         * ext/vorbis/Makefile.am:
5783         Revert wrong commit.
5784
5785 2005-07-27  Wim Taymans  <wim@fluendo.com>
5786
5787         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
5788         More compilation fixen.
5789
5790 2005-07-27  Wim Taymans  <wim@fluendo.com>
5791
5792         * gst-libs/gst/audio/gstbaseaudiosink.c:
5793         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5794         (gst_base_audio_sink_create_ringbuffer),
5795         (gst_base_audio_sink_change_state):
5796         Fix compilation.
5797
5798 2005-07-27  Wim Taymans  <wim@fluendo.com>
5799
5800         * examples/seeking/seek.c: (setup_dynamic_link),
5801         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
5802         (query_positions_elems), (query_positions_pads), (do_seek):
5803         Update seek example.
5804
5805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5806         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
5807         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
5808         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5809         (gst_ogg_demux_handle_event),
5810         (gst_ogg_demux_deactivate_current_chain),
5811         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5812         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5813         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
5814         (gst_ogg_demux_loop):
5815         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
5816         * ext/theora/theoradec.c: (theora_dec_src_event),
5817         (theora_dec_src_getcaps), (theora_dec_sink_event),
5818         (theora_dec_push), (theora_dec_chain):
5819         * ext/vorbis/Makefile.am:
5820         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
5821         (vorbis_dec_sink_event), (vorbis_dec_push),
5822         (vorbis_handle_data_packet):
5823         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
5824         (gst_vorbisenc_chain):
5825         * gst/playback/gststreaminfo.c: (cb_probe):
5826         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
5827         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5828         * gst/videoscale/gstvideoscale.c:
5829         (gst_videoscale_handle_src_event):
5830         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
5831         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
5832         (gst_ximagesink_navigation_send_event):
5833         * sys/xvimage/xvimagesink.c:
5834         (gst_xvimagesink_navigation_send_event):
5835         Various event updates and cleanups
5836
5837 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5838
5839         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
5840           Fix segfault for I420/YV12.
5841
5842 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5843
5844         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
5845           Report bitrate.
5846
5847 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5848
5849         * gst/playback/gstplaybin.c: (gen_video_element),
5850         (gen_audio_element):
5851           Switch to auto*sink elements as default sinks; add volume element
5852           so that volume control in totem works.
5853
5854 2005-07-21  Wim Taymans  <wim@fluendo.com>
5855
5856         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5857         * gst/playback/gstplaybin.c: (setup_sinks),
5858         (gst_play_bin_change_state):
5859         Refcount fix and more comments.
5860
5861 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5862
5863         * sys/ximage/Makefile.am:
5864         * sys/ximage/ximage.c: (plugin_init):
5865         * sys/ximage/ximagesink.c:
5866         Prepare for adding ximagesrc, rename of plugin to ximage etc.
5867         
5868
5869 2005-07-21  Wim Taymans  <wim@fluendo.com>
5870
5871         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5872         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5873         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5874         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5875         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5876         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
5877         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
5878         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
5879         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5880         Generate correct disconts for live chained oggs.
5881
5882         * gst-libs/gst/audio/gstbaseaudiosink.c:
5883         (gst_base_audio_sink_render),
5884         (gst_base_audio_sink_create_ringbuffer),
5885         (gst_base_audio_sink_change_state):
5886         Handle discont math correctly.
5887
5888         * gst/playback/gstplaybin.c: (add_sink):
5889         Some small debug cleanup.
5890
5891 2005-07-21  Wim Taymans  <wim@fluendo.com>
5892
5893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
5894         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5895         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5896         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5897         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5898         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
5899         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5900         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
5901         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5902         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
5903         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
5904         (gst_ogg_demux_change_state), (gst_ogg_print):
5905         Reorganize code to send the right disconts when in streaming
5906         mode.
5907
5908 2005-07-20  Andy Wingo  <wingo@pobox.com>
5909
5910         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
5911         fix (?), fixes a seggie mcfalterson (#310894).
5912
5913 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5914
5915         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
5916         (gst_ogg_mux_set_header_on_caps):
5917         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
5918         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5919         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
5920         * gst-libs/gst/audio/multichannel.c:
5921         (gst_audio_set_channel_positions),
5922         (gst_audio_set_structure_channel_positions_list):
5923         * gst/playback/gstdecodebin.c: (dynamic_create):
5924         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
5925         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
5926           Fixes for API changes in core.
5927
5928 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5929
5930         * gst/playback/gstplaybasebin.c: (fill_buffer):
5931           Use _new_custom() so we can set custom message types for buffering
5932           messages.
5933
5934 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5935
5936         * configure.ac:
5937         * gst-libs/gst/Makefile.am:
5938         * gst-libs/gst/gconf/.cvsignore:
5939         * gst-libs/gst/gconf/Makefile.am:
5940         * gst-libs/gst/gconf/test-gconf.c:
5941         * pkgconfig/Makefile.am:
5942         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
5943         * pkgconfig/gstreamer-gconf.pc.in:
5944           Remove gconf stuff, use gconf elements instead from now on.
5945
5946 2005-07-20  Wim Taymans  <wim@fluendo.com>
5947
5948         * gst-libs/gst/audio/TODO:
5949         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
5950         (gst_audio_clock_get_internal_time):
5951         * gst-libs/gst/audio/gstaudioclock.h:
5952         * gst-libs/gst/audio/gstbaseaudiosink.c:
5953         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
5954         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
5955         (gst_base_audio_sink_render),
5956         (gst_base_audio_sink_create_ringbuffer),
5957         (gst_base_audio_sink_change_state):
5958         Make sure the audio clock always returns an increasing value.
5959
5960 2005-07-19  Andy Wingo  <wingo@pobox.com>
5961
5962         * gst/videotestsrc/: Cleanups.
5963
5964 2005-07-19  Wim Taymans  <wim@fluendo.com>
5965
5966         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
5967         Better debugging.
5968
5969 2005-07-19  Wim Taymans  <wim@fluendo.com>
5970
5971         * examples/seeking/seek.c: (make_dv_pipeline),
5972         (make_vorbis_theora_pipeline), (query_rates),
5973         (query_positions_elems), (query_positions_pads), (do_seek):
5974         Make correct DV pipeline.
5975
5976 2005-07-18  Andy Wingo  <wingo@pobox.com>
5977
5978         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
5979         default. Also because it's the only thing that really works. (This
5980         is used in the GConf elements).
5981         Use AS_LIBTOOL_TAGS.
5982
5983 2005-07-18  Wim Taymans  <wim@fluendo.com>
5984
5985         * gst/playback/gstdecodebin.c: (remove_element_chain):
5986         * gst/playback/gstplaybin.c: (add_sink):
5987         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5988         (gst_stream_info_set_mute):
5989         * gst/playback/gststreamselector.c:
5990         (gst_stream_selector_get_linked_pad),
5991         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
5992         More leak and compile fixes.
5993
5994 2005-07-18  Wim Taymans  <wim@fluendo.com>
5995
5996         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5997         (query_rates), (query_positions_elems), (query_positions_pads),
5998         (do_seek), (seek_cb), (stop_seek):
5999         Updated seek example. 
6000
6001         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
6002         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6003         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
6004         * gst/playback/gstplaybin.c: (add_sink):
6005         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6006         (gst_stream_info_set_mute):
6007         Some refcount leak fixes.
6008
6009 2005-07-16  Wim Taymans  <wim@fluendo.com>
6010
6011         * gst-libs/gst/audio/gstbaseaudiosink.c:
6012         (gst_base_audio_sink_render):
6013         Align samples even if we have roundoff errors in the 
6014         timestamp conversion.
6015
6016 2005-07-16  Wim Taymans  <wim@fluendo.com>
6017
6018         * docs/libs/tmpl/gstringbuffer.sgml:
6019         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6020         (query_rates), (query_positions_elems), (query_positions_pads),
6021         (update_scale), (do_seek):
6022         Updated seek example.
6023
6024         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6025         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
6026         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
6027         (gst_ogg_demux_loop):
6028         Push out correct discont values.
6029
6030         * ext/theora/theoradec.c: (theora_dec_src_convert),
6031         (theora_dec_sink_convert), (theora_dec_src_getcaps),
6032         (theora_dec_sink_event), (theora_handle_type_packet),
6033         (theora_handle_header_packet), (theora_dec_push),
6034         (theora_handle_data_packet), (theora_dec_chain),
6035         (theora_dec_change_state):
6036         Better timestamping.
6037
6038         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6039         (vorbis_dec_sink_event), (vorbis_dec_push),
6040         (vorbis_handle_data_packet), (vorbis_dec_chain):
6041         * ext/vorbis/vorbisdec.h:
6042         Better timestamping.
6043
6044         * gst-libs/gst/audio/gstbaseaudiosink.c:
6045         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
6046         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6047         Handle syncing on timestamps instead of sample offsets. Make
6048         use of DISCONT values as described in design docs.
6049
6050         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6051         (gst_base_audio_src_get_time):
6052         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
6053         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
6054         (gst_ring_buffer_read):
6055         * gst-libs/gst/audio/gstringbuffer.h:
6056         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
6057         (gst_ximagesink_show_frame):
6058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6059         Correcly convert buffer timestamp to stream time.
6060
6061 2005-07-16  Wim Taymans  <wim@fluendo.com>
6062
6063         * gst/audioconvert/gstaudioconvert.c:
6064         (gst_audio_convert_get_buffer):
6065         Timestamp buffers correctly.
6066
6067         * gst/playback/gstplaybin.c: (gen_video_element):
6068         Make internal fakesink silent.
6069
6070 2005-07-15  Wim Taymans  <wim@fluendo.com>
6071
6072         * gst/ffmpegcolorspace/Makefile.am:
6073         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6074         (gst_ffmpegcsp_caps_remove_format_info),
6075         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
6076         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
6077         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
6078         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
6079         Ported ffmpegcolorspace to basetransform.
6080
6081         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
6082         * gst/volume/gstvolume.c: (volume_transform):
6083         Ported to new API.
6084
6085 2005-07-14  Wim Taymans  <wim@fluendo.com>
6086
6087         * gst/videotestsrc/Makefile.am:
6088         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
6089         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
6090         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
6091         (gst_videotestsrc_init), (gst_videotestsrc_event),
6092         (gst_videotestsrc_create), (gst_videotestsrc_start),
6093         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
6094         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
6095         (gst_videotestsrc_get_property):
6096         * gst/videotestsrc/gstvideotestsrc.h:
6097         Make videotestsrc a pushsrc.
6098
6099 2005-07-14  Wim Taymans  <wim@fluendo.com>
6100
6101         * gst/tcp/gstfdset.c: (gst_fdset_free):
6102         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6103         (gst_multifdsink_add), (gst_multifdsink_remove),
6104         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
6105         (gst_multifdsink_remove_client_link),
6106         (gst_multifdsink_client_queue_data),
6107         (gst_multifdsink_client_queue_caps),
6108         (gst_multifdsink_client_queue_buffer),
6109         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
6110         (gst_multifdsink_stop):
6111         * gst/tcp/gstmultifdsink.h:
6112         0.8 backporting.
6113
6114         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
6115         Also draw image when not from a pool.
6116
6117 2005-07-14  Wim Taymans  <wim@fluendo.com>
6118
6119         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
6120         (mute_stream), (silence_stream):
6121         Small debug additions.
6122
6123 2005-07-14  Wim Taymans  <wim@fluendo.com>
6124
6125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
6126         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6127         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
6128         Better error recovery, ignore unconnected pads and
6129         non-fatal errors.
6130
6131 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6132
6133         * docs/libs/tmpl/gstaudio.sgml:
6134         * docs/libs/tmpl/gstcolorbalance.sgml:
6135         * docs/libs/tmpl/gstgconf.sgml:
6136         * docs/libs/tmpl/gstmixer.sgml:
6137         * docs/libs/tmpl/gstringbuffer.sgml:
6138         * docs/libs/tmpl/gsttuner.sgml:
6139         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6140         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6141         (gst_tcpclientsrc_class_init):
6142         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6143         (gst_tcpserversrc_class_init):
6144         * sys/v4l/gstv4lelement.c:
6145           more autistic cleanliness in functions/names/defines
6146
6147 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6148
6149         * configure.ac:
6150           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
6151           added manually to each Makefile.am so we are sure it goes
6152           *last* and doesn't add -L flags before linking in libs of our
6153           own, like, say, internal .la libs, that then accidentally pick
6154           up the installed copy.
6155         * docs/libs/Makefile.am:
6156         * ext/alsa/Makefile.am:
6157         * ext/cdparanoia/Makefile.am:
6158         * ext/gnomevfs/Makefile.am:
6159         * ext/libvisual/Makefile.am:
6160         * ext/ogg/Makefile.am:
6161         * ext/theora/Makefile.am:
6162         * ext/vorbis/Makefile.am:
6163         * gst-libs/gst/video/Makefile.am:
6164         * gst/adder/Makefile.am:
6165         * gst/audioconvert/Makefile.am:
6166         * gst/audiorate/Makefile.am:
6167         * gst/audioscale/Makefile.am:
6168         * gst/ffmpegcolorspace/Makefile.am:
6169         * gst/playback/Makefile.am:
6170         * gst/sine/Makefile.am:
6171         * gst/subparse/Makefile.am:
6172         * gst/tags/Makefile.am:
6173         * gst/tcp/Makefile.am:
6174         * gst/typefind/Makefile.am:
6175         * gst/videorate/Makefile.am:
6176         * gst/videoscale/Makefile.am:
6177         * gst/videotestsrc/Makefile.am:
6178         * gst/volume/Makefile.am:
6179         * sys/v4l/Makefile.am:
6180         * sys/ximage/Makefile.am:
6181         * sys/xvimage/Makefile.am:
6182           adapt properly to this change. This should make sure that
6183           plugins and libs properly link to the as-yet-uninstalled
6184           copies of stuff like libgstinterfaces and libgstvideo
6185
6186 2005-07-13  Andy Wingo  <wingo@pobox.com>
6187
6188         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
6189         (gst_v4lsrc_fixate): Fixate on format as well.
6190
6191         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
6192         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
6193         buffer points to it.
6194         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
6195         rather just doing X calls ourselves. Also fixes a memleak.
6196
6197 2005-07-12  Andy Wingo  <wingo@pobox.com>
6198
6199         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
6200         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
6201         (gst_v4lsrc_create): Re-add the copy-mode property, default to
6202         TRUE to avoid deadlocks if an element holds on to our buffers.
6203
6204 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6205
6206         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6207         (gst_sinesrc_init), (gst_sinesrc_create),
6208         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6209         (gst_sinesrc_start):
6210         * gst/sine/gstsinesrc.h:
6211           removing num-buffers property before moving it
6212
6213 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6214
6215         * configure.ac:
6216           use overridable ERROR_CFLAGS
6217         * docs/libs/gst-plugins-base-libs.types:
6218         * docs/libs/tmpl/gstringbuffer.sgml:
6219         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
6220         (gst_alsasink_class_init):
6221         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6222         (gst_alsasrc_class_init):
6223         * gst-libs/gst/audio/audio.h:
6224         * gst-libs/gst/audio/gstaudioclock.h:
6225         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
6226         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
6227         (gst_audio_filter_link), (gst_audio_filter_init),
6228         (gst_audio_filter_chain), (gst_audio_filter_set_property),
6229         (gst_audio_filter_get_property),
6230         (gst_audio_filter_class_add_pad_templates):
6231         * gst-libs/gst/audio/gstaudiofilter.h:
6232         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6233         (gst_audio_filter_template_get_type),
6234         (gst_audio_filter_template_base_init),
6235         (gst_audio_filter_template_class_init),
6236         (gst_audio_filter_template_init),
6237         (gst_audio_filter_template_set_property),
6238         (gst_audio_filter_template_get_property), (plugin_init),
6239         (gst_audio_filter_template_setup),
6240         (gst_audio_filter_template_filter),
6241         (gst_audio_filter_template_filter_inplace):
6242         * gst-libs/gst/audio/gstaudiosink.c:
6243         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6244         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
6245         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6246         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6247         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
6248         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
6249         * gst-libs/gst/audio/gstaudiosink.h:
6250         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6251         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6252         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6253         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
6254         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
6255         (gst_audio_src_class_init), (gst_audio_src_init),
6256         (gst_audio_src_create_ringbuffer):
6257         * gst-libs/gst/audio/gstaudiosrc.h:
6258         * gst-libs/gst/audio/gstbaseaudiosink.c:
6259         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
6260         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6261         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
6262         (gst_base_audio_sink_set_property),
6263         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
6264         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
6265         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
6266         (gst_base_audio_sink_create_ringbuffer),
6267         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
6268         * gst-libs/gst/audio/gstbaseaudiosink.h:
6269         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6270         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
6271         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
6272         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
6273         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
6274         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
6275         (gst_base_audio_src_event), (gst_base_audio_src_create),
6276         (gst_base_audio_src_create_ringbuffer),
6277         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
6278         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6279         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
6280         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
6281         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
6282         (gst_ring_buffer_debug_spec_caps),
6283         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
6284         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6285         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6286         (gst_ring_buffer_start), (gst_ring_buffer_pause),
6287         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
6288         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
6289         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
6290         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6291         (gst_ring_buffer_clear):
6292         * gst-libs/gst/audio/gstringbuffer.h:
6293         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6294         (gst_video_sink_class_init), (gst_video_sink_get_type):
6295         * gst-libs/gst/video/videosink.h:
6296         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6297         (gst_multifdsink_class_init),
6298         (gst_multifdsink_handle_client_write),
6299         (gst_multifdsink_change_state):
6300         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6301         (gst_tcpclientsink_setcaps):
6302         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6303         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
6304         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
6305         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
6306         (gst_ximagesink_send_pending_navigation),
6307         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
6308         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
6309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
6310         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
6311         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
6312         (gst_xvimagesink_send_pending_navigation),
6313         (gst_xvimagesink_navigation_send_event),
6314         (gst_xvimagesink_set_xwindow_id),
6315         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
6316         (gst_xvimagesink_get_type):
6317         more macro splitting
6318
6319 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6320
6321         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6322           plug a memleak, allows me to import 1479 albums in one go
6323           in jamboree
6324         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6325         (vorbis_handle_type_packet), (vorbis_dec_chain),
6326         (vorbis_dec_change_state):
6327           fix some format strings
6328
6329 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6330
6331         * docs/libs/tmpl/gstcolorbalance.sgml:
6332         * docs/libs/tmpl/gstmixer.sgml:
6333         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
6334         (gst_alsasink_set_property), (gst_alsasink_get_property):
6335         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
6336         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
6337           add device property
6338
6339 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6340
6341         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6342         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6343         (audiocast_register_listener), (audiocast_thread_run),
6344         (gst_gnomevfssrc_send_additional_headers_callback),
6345         (gst_gnomevfssrc_received_headers_callback),
6346         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
6347         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
6348         (gst_gnomevfssrc_get_size):
6349           add/clean up debugging
6350         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
6351           cleanups
6352
6353 2005-07-07  Andy Wingo  <wingo@pobox.com>
6354
6355         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
6356         framerate. Need to get a handle on when exactly this function is
6357         called, tho.
6358
6359         * sys/v4l/v4lsrc_calls.h:
6360         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
6361         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
6362         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
6363
6364         * sys/v4l/v4l_calls.h: Cast to V4lElement.
6365         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
6366         v4lelements are sources.
6367
6368         * sys/v4l/gstv4lxoverlay.h:
6369         * sys/v4l/gstv4lxoverlay.c:
6370         * sys/v4l/gstv4ltuner.h:
6371         * sys/v4l/gstv4ltuner.c: Header loc fixen.
6372         
6373         * sys/v4l/gstv4lsrc.h:
6374         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
6375         PushSrc/BaseSrc. Removed most sync-related properties, videorate
6376         or something should handle that. Made a live source.
6377
6378         * sys/v4l/gstv4lelement.h:
6379         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
6380         signals. Some cleanups.
6381
6382         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
6383
6384         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
6385         stuff.
6386
6387         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
6388         stuff.
6389
6390         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
6391
6392 2005-07-07  Wim Taymans  <wim@fluendo.com>
6393
6394         * ext/theora/theoradec.c: (theora_get_query_types),
6395         (theora_dec_src_getcaps), (theora_dec_push):
6396         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
6397         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
6398         Remove deprecated/unused query types.
6399
6400 2005-07-06  Wim Taymans  <wim@fluendo.com>
6401
6402         * ext/alsa/Makefile.am:
6403         * ext/alsa/gstalsaplugin.c: (plugin_init):
6404         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6405         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6406         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
6407         (gst_alsasrc_class_init), (gst_alsasrc_init),
6408         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
6409         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
6410         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
6411         (gst_alsasrc_reset):
6412         * ext/alsa/gstalsasrc.h:
6413         * gst-libs/gst/audio/Makefile.am:
6414         * gst-libs/gst/audio/gstaudiosink.c:
6415         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6416         (gst_audioringbuffer_start):
6417         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6418         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6419         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
6420         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6421         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6422         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6423         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
6424         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
6425         * gst-libs/gst/audio/gstaudiosrc.h:
6426         * gst-libs/gst/audio/gstbaseaudiosink.c:
6427         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6428         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
6429         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
6430         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6431         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
6432         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
6433         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
6434         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
6435         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
6436         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
6437         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
6438         (gst_baseaudiosrc_change_state):
6439         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6440         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6441         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
6442         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
6443         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
6444         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
6445         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
6446         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
6447         * gst-libs/gst/audio/gstringbuffer.h:
6448         Added audiosource base classes.
6449         Ported alsasrc, still very basic.
6450
6451 2005-07-06  Wim Taymans  <wim@fluendo.com>
6452
6453         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
6454         (theora_dec_push), (theora_handle_data_packet):
6455         Prepare for better timestamp fix later.
6456
6457         * gst/audioconvert/gstaudioconvert.c:
6458         List most accurate caps first
6459
6460         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
6461         Use proper pad task function.
6462
6463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6464         (gst_xvimagesink_show_frame):
6465         Fix deadlock when alloc failed.
6466
6467 2005-07-05  Andy Wingo  <wingo@pobox.com>
6468
6469         * ext/gnomevfs/gstgnomevfssrc.c:
6470         * gst/sine/gstsinesrc.c:
6471         * gst/tcp/gsttcpserversrc.c:
6472         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
6473
6474         * sys/v4l/: Port from 0.8.
6475
6476         * Many files: Null if we got it....
6477
6478 2005-07-05  Andy Wingo  <wingo@pobox.com>
6479
6480         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
6481         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
6482         Signedness fixes.
6483
6484 2005-07-05  Wim Taymans  <wim@fluendo.com>
6485
6486         * configure.ac:
6487         * gst/tcp/Makefile.am:
6488         * gst/tcp/README:
6489         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6490         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
6491         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
6492         (is_sync_frame), (gst_multifdsink_handle_client_write),
6493         (gst_multifdsink_render), (gst_multifdsink_start),
6494         (gst_multifdsink_stop), (gst_multifdsink_change_state):
6495         * gst/tcp/gstmultifdsink.h:
6496         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
6497         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
6498         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6499         * gst/tcp/gsttcp.h:
6500         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6501         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6502         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6503         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
6504         * gst/tcp/gsttcpclientsink.h:
6505         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6506         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
6507         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
6508         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
6509         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
6510         * gst/tcp/gsttcpclientsrc.h:
6511         * gst/tcp/gsttcpplugin.c: (plugin_init):
6512         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
6513         * gst/tcp/gsttcpserversink.h:
6514         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6515         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
6516         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
6517         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6518         (gst_tcpserversrc_stop):
6519         * gst/tcp/gsttcpserversrc.h:
6520         * gst/tcp/gsttcpsink.c:
6521         * gst/tcp/gsttcpsink.h:
6522         * gst/tcp/gsttcpsrc.c:
6523         * gst/tcp/gsttcpsrc.h:
6524         Ported tcp plugins to 0.9. 
6525         
6526
6527 2005-07-05  Andy Wingo  <wingo@pobox.com>
6528
6529         * gst/playback/gstplaybasebin.c (fill_buffer):
6530         message_new_application fixen.
6531
6532         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
6533         Style fix.
6534
6535 2005-07-04  Wim Taymans  <wim@fluendo.com>
6536
6537         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6538         Set caps on output buffer.
6539
6540 2005-07-04  Andy Wingo  <wingo@pobox.com>
6541
6542         * ext/gnomevfs/gstgnomevfssrc.c
6543         (gst_gnomevfssrc_received_headers_callback) 
6544         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
6545         hopefully.
6546
6547         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
6548         No refcount leakage.
6549
6550         * configure.ac: Enable -Werror.
6551         
6552         * ext/theora/theoradec.c (theora_dec_src_getcaps):
6553         * gst/audioconvert/bufferframesconvert.c
6554         (buffer_frames_convert_fixate):
6555         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
6556         (gst_audio_convert_fixate):
6557         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
6558         (gst_sinesrc_create): Fixate func changes.
6559         
6560         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6561         (gst_ximagesink_buffer_alloc): Unused var.
6562
6563 2005-07-01  Andy Wingo  <wingo@pobox.com>
6564
6565         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
6566         getcaps to do explicit caps. Needs to be done in all decoders,
6567         possibly via a base class.
6568
6569         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
6570
6571         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
6572         caps on the sink pad, just rely on the pad template. Also, setting
6573         ANY caps on a pad is not valid because the caps are not fixed.
6574
6575         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
6576         caps on the buffer, and get the width from the desired_caps if
6577         they're set.
6578         (gst_ximagesink_renegotiate_size): Implement via setting the
6579         desired_caps on the ximagesink.
6580         (gst_ximagesink_setcaps): Only reset the width of the player if it
6581         wasn't already set. Not sure if this is right.
6582         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
6583
6584         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
6585         that the user wants. NULL unless the window has been resized.
6586
6587         * gst/volume/gstvolume.c (volume_transform): Adapt to
6588         basetransform refcount changes.
6589         
6590 2005-07-01  Andy Wingo  <wingo@pobox.com>
6591
6592         * gst/videoscale/gstvideoscale.c:
6593         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
6594         from BaseTransform, implements a transform_caps. Removed dead code
6595         including some PAR stuff that was never reached -- should probably
6596         be added back somehow.
6597
6598 2005-07-01  Andy Wingo  <wingo@pobox.com>
6599
6600         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
6601         come later.
6602
6603 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6604
6605         * configure.ac:
6606         * docs/libs/Makefile.am:
6607         * docs/libs/gst-plugins-libs.types:
6608         * ext/alsa/Makefile.am:
6609         * ext/alsa/gstalsamixer.h:
6610         * ext/alsa/gstalsamixeroptions.h:
6611         * ext/alsa/gstalsamixertrack.h:
6612         * gst-libs/gst/Makefile.am:
6613         * gst-libs/gst/colorbalance/.cvsignore:
6614         * gst-libs/gst/colorbalance/Makefile.am:
6615         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
6616         * gst-libs/gst/colorbalance/colorbalance.c:
6617         * gst-libs/gst/colorbalance/colorbalance.h:
6618         * gst-libs/gst/colorbalance/colorbalance.vcproj:
6619         * gst-libs/gst/colorbalance/colorbalancechannel.c:
6620         * gst-libs/gst/colorbalance/colorbalancechannel.h:
6621         * gst-libs/gst/interfaces/Makefile.am:
6622         * gst-libs/gst/interfaces/colorbalance.c:
6623         (gst_color_balance_class_init):
6624         * gst-libs/gst/interfaces/colorbalance.h:
6625         * gst-libs/gst/interfaces/interfaces-marshal.list:
6626         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
6627         * gst-libs/gst/interfaces/mixer.h:
6628         * gst-libs/gst/interfaces/mixeroptions.h:
6629         * gst-libs/gst/interfaces/navigation.c:
6630         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
6631         * gst-libs/gst/interfaces/tuner.h:
6632         * gst/volume/Makefile.am:
6633         * gst/volume/gstvolume.c:
6634         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6635         * sys/ximage/Makefile.am:
6636         * sys/ximage/ximagesink.c:
6637         * sys/xvimage/Makefile.am:
6638         * sys/xvimage/xvimagesink.c:
6639           fold in all interfaces into an interfaces dir, preserving CVS
6640           history
6641
6642 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6643
6644         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6645           Fix build after riff changes.
6646
6647 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6648
6649         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6650         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
6651         (gst_riff_create_video_template_caps),
6652         (gst_riff_create_audio_template_caps),
6653         (gst_riff_create_iavs_template_caps):
6654         * gst-libs/gst/riff/riff-media.h:
6655         * gst-libs/gst/riff/riff-read.h:
6656         * gst-libs/gst/riff/riff.c: (gst_riff_init):
6657           Add gst_riff_init() to initialize the debug category, instead
6658           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
6659
6660 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6661
6662         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
6663           Oops, I shouldn't apply hacks.
6664
6665 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6666
6667         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
6668           Remove pad_loop function which doesn't work.
6669
6670 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6671
6672         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
6673           Send EOS when deactivating.
6674         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6675         (check_queue), (queue_threshold_reached), (queue_out_of_data),
6676         (gen_preroll_element), (probe_triggered), (mute_stream),
6677         (silence_stream), (new_decoded_pad), (setup_substreams),
6678         (set_active_source):
6679         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
6680         (remove_sinks), (add_sink):
6681         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
6682           Change for new probe API.
6683
6684 2005-06-29  Wim Taymans  <wim@fluendo.com>
6685
6686         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
6687         * gst-libs/gst/audio/gstbaseaudiosink.c:
6688         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6689         (gst_baseaudiosink_change_state):
6690         * gst-libs/gst/audio/gstbaseaudiosink.h:
6691         * gst-libs/gst/audio/gstringbuffer.c:
6692         (gst_ringbuffer_set_callback):
6693         Fix compilation error.
6694         Ringbuffer starts out as not running.
6695         Free our clock in dispose.
6696         When releasing the ringbuffer we need to renegotiate so
6697         clear the pad caps.
6698
6699 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6700
6701         * autogen.sh:
6702         * configure.ac:
6703         * docs/Makefile.am:
6704         * docs/libs/Makefile.am:
6705         * docs/libs/gst-plugins-libs-docs.sgml:
6706         * docs/libs/gst-plugins-libs-sections.txt:
6707         * docs/libs/gst-plugins-libs.types:
6708         * docs/libs/tmpl/gstaudio.sgml:
6709         * docs/libs/tmpl/gstcolorbalance.sgml:
6710         * docs/libs/tmpl/gstringbuffer.sgml:
6711         * gst-libs/gst/audio/gstringbuffer.c:
6712         (gst_ringbuffer_set_callback):
6713           reinstate gtk-doc docs for plugin libs
6714
6715 2005-06-28  Wim Taymans  <wim@fluendo.com>
6716
6717         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6718         (gst_ogg_demux_init):
6719         Removed pad loop function.
6720
6721 2005-06-28  Wim Taymans  <wim@fluendo.com>
6722
6723         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6724         If we're building a chain we are not in an error case
6725         when we queue a buffer.
6726
6727 2005-06-28  Andy Wingo  <wingo@pobox.com>
6728
6729         * *.c: Don't cast to GstObject before reffing/unreffing.
6730
6731 2005-06-27  Andy Wingo  <wingo@pobox.com>
6732
6733         * gst/videotestsrc/gstvideotestsrc.c
6734         (gst_videotestsrc_activate_push): Activation API changes.
6735
6736         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
6737         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
6738         they have refs on the decodebin.
6739
6740         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
6741         parent class.
6742         (gst_ogg_pad_typefind): Don't leak a pad ref.
6743         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
6744         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
6745         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
6746
6747 2005-06-27  Edward Hervey  <edward@fluendo.com>
6748
6749         * ext/theora/theoradec.c: (theora_dec_change_state): 
6750         re-arranged call to parent's state change in order to avoid locks (or
6751         worse).
6752
6753 2005-06-26  Edward Hervey  <edward@fluendo.com>
6754
6755         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6756         2nd argument of 'unknow-type' signal is a GstCaps and not a
6757         GstMiniObject
6758
6759 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
6760         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
6761           Set the worker thread's running flag to TRUE before starting the
6762           thread.
6763         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
6764           Catch a failure to add typefind to the bin.
6765
6766 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6767
6768         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6769         (gst_sinesrc_init), (gst_sinesrc_create),
6770         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6771         (gst_sinesrc_start):
6772         * gst/sine/gstsinesrc.h:
6773           add num-buffers and timestamp-offset properties
6774         * gst/videotestsrc/gstvideotestsrc.c:
6775         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
6776         (gst_videotestsrc_get_property):
6777           add timestamp-offset property
6778
6779 2005-06-23  Christian Schaller  <uraeus@gnome.org>
6780
6781         * configure.ac: add videorate
6782         * gst-plugins-base.spec.in: add videorate
6783
6784 2005-06-23  Wim Taymans  <wim@fluendo.com>
6785
6786         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6787         (gst_videorate_getcaps), (gst_videorate_setcaps),
6788         (gst_videorate_event), (gst_videorate_chain):
6789         Fixed videorate, fixating an already fixated caps is not
6790         an error.
6791
6792 2005-06-23  Wim Taymans  <wim@fluendo.com>
6793
6794         * ext/ogg/README:
6795         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
6796         Buffer on caps is not boxed anymore.
6797
6798 2005-06-22  Wim Taymans  <wim@fluendo.com>
6799
6800         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6801         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6802         Set buffers on caps as miniobjects and not as boxed.
6803
6804 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6805
6806         * configure.ac:
6807           back to HEAD
6808
6809 === release 0.9.1 ===
6810
6811 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6812
6813         * .cvsignore:
6814         * NEWS:
6815         * README:
6816         * RELEASE:
6817         * configure.ac:
6818         * po/af.po:
6819         * po/az.po:
6820         * po/cs.po:
6821         * po/en_GB.po:
6822         * po/hu.po:
6823         * po/it.po:
6824         * po/nb.po:
6825         * po/nl.po:
6826         * po/or.po:
6827         * po/sq.po:
6828         * po/sr.po:
6829         * po/sv.po:
6830         * po/uk.po:
6831         * po/vi.po:
6832           updates for release
6833
6834 2005-06-09  Andy Wingo  <wingo@pobox.com>
6835
6836         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
6837         
6838 2005-06-09  Andy Wingo  <wingo@pobox.com>
6839
6840         * configure.ac:
6841         * gst-libs/gst/Makefile.am:
6842         * gst-libs/gst/net/Makefile.am:
6843         Add gstnet to build.
6844
6845 2005-06-09  Andy Wingo  <wingo@pobox.com>
6846
6847         * gst-libs/gst/gconf/gconf.c:
6848         * gst/playback/test.c:
6849         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
6850         fixes.
6851
6852         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
6853
6854         * ext/theora/theoraenc.c (theora_enc_chain): 
6855         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
6856
6857         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
6858         RealPad.
6859
6860 2005-06-02  Wim Taymans  <wim@fluendo.com>
6861
6862         * gst-libs/gst/net/Makefile.am:
6863         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6864         * pkgconfig/gstreamer-libs.pc.in:
6865         Added net stuff, version net lib.
6866
6867 2005-06-02  Wim Taymans  <wim@fluendo.com>
6868
6869         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6870         (query_rates), (query_positions_elems), (query_positions_pads),
6871         (do_seek):
6872         Updated seek example.
6873
6874 2005-06-02  Andy Wingo  <wingo@pobox.com>
6875
6876         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
6877         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
6878         list.
6879
6880         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
6881         remove the typefind, the bin dispose will do it for us. When it's
6882         removed and unreffed, the signal handler will be disconnected,
6883         too.
6884         (unlinked): It's too difficult to disconnect from unlinked
6885         handlers, as they are on pads not elements. Just punt if the pads
6886         aren't grandkids of the bin.
6887
6888 2005-06-02  Wim Taymans  <wim@fluendo.com>
6889
6890         * ext/ogg/README:
6891         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6892         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
6893         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6894         * ext/theora/theoradec.c: (theora_dec_src_query),
6895         (theora_handle_data_packet):
6896         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6897         (theora_enc_chain):
6898         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6899         (vorbis_handle_data_packet):
6900         * gst/audioconvert/bufferframesconvert.c:
6901         (buffer_frames_convert_chain):
6902         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6903         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6904         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6905         (gst_ffmpegcsp_chain):
6906         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6907         (gst_videorate_getcaps), (gst_videorate_setcaps),
6908         (gst_videorate_event), (gst_videorate_chain):
6909         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
6910         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
6911         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6912         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6913         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6914         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
6915         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
6916         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6917         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6918         Cleanups and buffer alloc.
6919
6920 2005-05-31  Wim Taymans  <wim@fluendo.com>
6921
6922         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
6923         Don't try to call the delay method when the device is not
6924         opened.
6925
6926 2005-05-31  Wim Taymans  <wim@fluendo.com>
6927
6928         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
6929         Get actual segment size and buffer size after opening
6930         the device.
6931
6932 2005-05-30  Wim Taymans  <wim@fluendo.com>
6933
6934         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
6935         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
6936         Also FLUSH upstream, makes the loop function exit faster.
6937         
6938         * ext/theora/theoradec.c: (theora_dec_src_query):
6939         Some more debug info in the query.
6940         
6941         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6942         (gst_ximagesink_setcaps):
6943         Release lock on par error, better error reporting.
6944
6945 2005-05-26  Wim Taymans  <wim@fluendo.com>
6946
6947         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6948         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
6949         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
6950         Clear chains in READY
6951         Queue packets until the chain is activated.
6952
6953 2005-05-25  Wim Taymans  <wim@fluendo.com>
6954
6955         * gst-libs/gst/audio/gstaudiosink.c:
6956         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6957         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6958         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6959         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6960         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6961         (gst_audiosink_create_ringbuffer):
6962         * gst-libs/gst/audio/gstbaseaudiosink.c:
6963         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
6964         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
6965         (gst_baseaudiosink_set_property), (build_linear_format),
6966         (debug_spec_caps), (debug_spec_buffer),
6967         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
6968         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
6969         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
6970         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6971         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6972         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6973         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
6974         (gst_ringbuffer_play), (gst_ringbuffer_pause),
6975         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
6976         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
6977         (wait_segment), (gst_ringbuffer_commit),
6978         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
6979         (gst_ringbuffer_clear):
6980         Various small cleanups.
6981
6982         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6983         (gst_audio_convert_change_state):
6984         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
6985         No need to take the locks anymore.
6986
6987 2005-05-25  Wim Taymans  <wim@fluendo.com>
6988
6989         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6990         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
6991         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
6992         (type_found):
6993         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
6994         (group_destroy), (group_commit), (queue_overrun),
6995         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
6996         (mute_stream), (new_decoded_pad), (setup_substreams),
6997         (setup_source), (mute_group_type), (set_active_source),
6998         (gst_play_base_bin_change_state):
6999         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
7000         (gen_video_element), (gen_text_element), (gen_audio_element),
7001         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
7002         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
7003         (gst_stream_info_dispose), (gst_stream_info_set_mute):
7004         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
7005         Some playbin cleanups mostly refcounting sloppyness.
7006
7007 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7008
7009         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7010           Work with streaming input.
7011
7012 2005-05-25  Wim Taymans  <wim@fluendo.com>
7013
7014         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7015         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7016         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7017         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
7018         No need to take the STREAM lock anymore.
7019
7020 2005-05-25  Wim Taymans  <wim@fluendo.com>
7021
7022         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7023         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
7024         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
7025         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
7026         (gst_ogg_demux_sink_activate):
7027         * ext/theora/theoradec.c: (theora_dec_src_event),
7028         (theora_handle_comment_packet), (theora_dec_chain),
7029         (theora_dec_change_state):
7030         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7031         (vorbis_handle_data_packet), (vorbis_dec_chain),
7032         (vorbis_dec_change_state):
7033         Remove STREAM locks as they are taken in core now.
7034         Never set bogus granulepos on vorbis/theora.
7035         Fix leaks in theoradec tag parsing.
7036
7037 2005-05-25  Wim Taymans  <wim@fluendo.com>
7038
7039         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7040         Fix memleaks, GST_BUFFER_DATA() is not freed.
7041
7042 2005-05-25  Wim Taymans  <wim@fluendo.com>
7043
7044         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7045         Open non-blocking, set to blocking mode afterwards to avoid
7046         lockups when audio device is busy.
7047
7048 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7049
7050         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
7051           This can't be good.
7052
7053 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7054
7055         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7056         (gst_audio_convert_chain), (gst_audio_convert_link_src),
7057         (gst_audio_convert_setcaps):
7058           Implement instant setup switching.
7059
7060 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7061
7062         * gst/playback/gstplaybasebin.c: (probe_triggered):
7063           Fix missing unlock.
7064         * gst/playback/gstplaybin.c: (add_sink):
7065           First add, then link (otherwise pad link fails).
7066
7067 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7068
7069         * examples/Makefile.am:
7070         fix buildbot (make distcheck)
7071
7072 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7073
7074         * gst/playback/gstplaybin.c: (gen_vis_element):
7075           Remove some wrong code. Doesn't work yet.
7076
7077 2005-05-19  Wim Taymans  <wim@fluendo.com>
7078
7079         * gst-libs/gst/net/Makefile.am:
7080         * gst-libs/gst/net/README:
7081         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
7082         (gst_netbuffer_class_init), (gst_netbuffer_init),
7083         (gst_netbuffer_finalize), (gst_netbuffer_copy),
7084         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
7085         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
7086         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
7087         * gst-libs/gst/net/gstnetbuffer.h:
7088         Added buffer subclass to store extra to/from addresses for
7089         network sources/sinks.
7090
7091 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7092
7093         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
7094           Don't lock an unassigned variable.
7095
7096 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7097
7098         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7099           Increase buffer for video, decrease buffer for other media types.
7100         * gst/playback/gstplaybin.c: (gen_video_element),
7101         (gen_audio_element):
7102           Change names for debugging purposes.
7103
7104 2005-05-18  Wim Taymans  <wim@fluendo.com>
7105
7106         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7107         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7108         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7109         (gst_ffmpegcsp_chain):
7110         Enable buffer alloc passthrough if the source and dest
7111         formats are the same.
7112
7113 2005-05-17  Wim Taymans  <wim@fluendo.com>
7114
7115         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7116         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
7117         (gst_ogg_demux_chain_unlocked):
7118         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7119         (gst_audio_convert_caps_remove_format_info),
7120         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7121         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
7122         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7123         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7124         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
7125         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
7126         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
7127         (gst_ffmpegcsp_get_property):
7128         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7129         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
7130         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
7131         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7132         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
7133         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7134         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
7135         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
7136         Leak fixes in oggdemux.
7137         Some cleanups in audioconvert.
7138         Make passthrough work along with buffer_alloc etc.
7139         Make buffer_alloc and buffer recycling actually work in
7140         xvimagesink.
7141
7142 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7143
7144         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
7145           make the compiler happy
7146
7147 2005-05-17  Wim Taymans  <wim@fluendo.com>
7148
7149         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
7150         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
7151         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
7152         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
7153         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7154         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
7155         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
7156         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
7157         (gst_xvimagesink_set_xwindow_id):
7158         * sys/xvimage/xvimagesink.h:
7159         Port xvimagesink to new MiniObject.
7160
7161 2005-05-17  Wim Taymans  <wim@fluendo.com>
7162
7163         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
7164         (gst_audiofilter_chain):
7165         * gst-libs/gst/audio/gstaudiosink.c:
7166         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7167         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7168         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7169         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7170         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7171         (gst_audiosink_create_ringbuffer):
7172         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7173         (gst_audio_convert_caps_remove_format_info),
7174         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7175         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7176         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7177         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7178         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7179         Fix passthrough in ffmpegcolorspace.
7180         Fix memset in audiosink on wrong memory.
7181
7182 2005-05-16  David Schleef  <ds@schleef.org>
7183
7184         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
7185         to GstMiniObject.
7186
7187 2005-05-16  David Schleef  <ds@schleef.org>
7188
7189         Port from GstData to GstMiniObject.
7190         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7191         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7192         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
7193         (gst_ogg_mux_collected):
7194         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7195         * ext/theora/theoradec.c: (theora_handle_comment_packet),
7196         (theora_handle_data_packet):
7197         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7198         (theora_set_header_on_caps), (theora_enc_chain):
7199         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7200         (vorbis_handle_comment_packet):
7201         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7202         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7203         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
7204         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
7205         * gst/audioconvert/gstaudioconvert.c:
7206         (gst_audio_convert_get_buffer):
7207         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7208         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7209         (mute_stream), (silence_stream):
7210         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
7211         * gst/volume/gstvolume.c: (volume_transform):
7212         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7213         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
7214         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
7215         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
7216         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
7217         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
7218         (gst_ximagesink_buffer_alloc):
7219         * sys/ximage/ximagesink.h:
7220
7221 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7222
7223         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7224         (fill_buffer), (check_queue), (queue_threshold_reached),
7225         (queue_out_of_data):
7226         * gst/playback/gstplaybasebin.h:
7227           Post buffer-fullness on the bus.
7228
7229 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7230
7231         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7232         (try_to_link_1):
7233         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7234         (group_commit), (probe_triggered), (setup_source),
7235         (gst_play_base_bin_change_state):
7236         * gst/playback/gstplaybasebin.h:
7237         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7238         (gst_play_bin_init), (remove_sinks), (setup_sinks),
7239         (gst_play_bin_change_state):
7240           Move setup_output_pads into a virtual function, remove
7241           group-switch (no longer needed) and redirect (handled by bus
7242           now) signals.
7243
7244 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7245
7246         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7247         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
7248         (get_active_group), (get_building_group), (group_destroy),
7249         (group_commit), (check_queue), (queue_overrun),
7250         (queue_threshold_reached), (queue_out_of_data),
7251         (gen_preroll_element), (remove_groups), (unknown_type),
7252         (add_element_stream), (no_more_pads), (probe_triggered),
7253         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
7254         (setup_substreams), (setup_source), (finish_source),
7255         (prepare_output), (muted_group_change_state),
7256         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7257         (gst_play_base_bin_change_state):
7258         * gst/playback/gstplaybasebin.h:
7259         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7260         (gst_play_bin_init), (gst_play_bin_set_property),
7261         (gen_video_element), (gen_text_element), (gen_audio_element),
7262         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7263         (gst_play_bin_change_state):
7264         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7265         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
7266         (stream_info_change_state), (gst_stream_info_set_mute),
7267         (gst_stream_info_get_property):
7268         * gst/playback/gststreaminfo.h:
7269         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7270         (gst_stream_selector_get_linked_pad),
7271         (gst_stream_selector_getcaps),
7272         (gst_stream_selector_get_linked_pads),
7273         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7274         * gst/playback/gststreamselector.h:
7275           Rough port of playbin. Needs some more work, but is mostly done,
7276           and uses a few locks in important places, which should make stuff
7277           like chain-switches clean. Still uses GST_STATE() in a few places,
7278           which isn't all that good an idea, subtitles/elements disabled
7279           because no elements to test with and thus probably broken, query
7280           and event handling moved to GstBin, internal thread removed
7281           alltogether because the pipeline does that for us now. Can play
7282           Ogg/Vorbis files. Haven't tested anything else yet.
7283
7284 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7285
7286         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7287           Do no-more-pads (needed for autoplugging).
7288
7289 2005-05-10  Andy Wingo  <wingo@pobox.com>
7290
7291         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
7292         message to the bus with the tags. Still not sent downstream tho.
7293
7294         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
7295         get_parent.
7296         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
7297         avoid refcounting hassles.
7298
7299 2005-05-09  Andy Wingo  <wingo@pobox.com>
7300
7301         * gst/volume/Makefile.am:
7302         * gst/volume/demo.c
7303         * gst/volume/gstvolume.h
7304         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
7305         basetransform. Probably need an audio filter base class.
7306
7307 2005-05-09  Wim Taymans  <wim@fluendo.com>
7308
7309         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
7310         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
7311         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
7312         (gst_vorbisenc_chain):
7313         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7314         (gst_audio_convert_caps_remove_format_info),
7315         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7316         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7317         Make caps writable before writing to it.
7318         Fix negotiation in audioconvert some more.
7319
7320 2005-05-09  Wim Taymans  <wim@fluendo.com>
7321
7322         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7323         (gst_videorate_getcaps), (gst_videorate_setcaps),
7324         (gst_videorate_event), (gst_videorate_chain):
7325         Better negotiation.
7326
7327 2005-05-09  Wim Taymans  <wim@fluendo.com>
7328
7329         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
7330         (gst_videorate_getcaps), (gst_videorate_setcaps),
7331         (gst_videorate_blank_data), (gst_videorate_init),
7332         (gst_videorate_event), (gst_videorate_chain),
7333         (gst_videorate_change_state):
7334         Port videorate, do a better job at negotiation while we're at
7335         it.
7336
7337 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
7338
7339         * configure.ac:
7340           Disable libvisual
7341
7342         * examples/Makefile.am:
7343         * gst-libs/gst/audio/Makefile.am:
7344         * gst-libs/gst/riff/Makefile.am:
7345         * gst-libs/gst/tag/Makefile.am:
7346         * gst-libs/gst/video/Makefile.am:
7347           Fixups for missing variables.
7348
7349 2005-05-09  Wim Taymans  <wim@fluendo.com>
7350
7351         * examples/seeking/seek.c: (make_theora_pipeline),
7352         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
7353         (query_rates), (query_positions_elems), (query_positions_pads),
7354         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
7355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
7356         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
7357         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
7358         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7359         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
7360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7361         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7362         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7363         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
7364         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
7365         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7366         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7367         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
7368         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
7369         (theora_dec_src_convert), (theora_dec_sink_convert),
7370         (theora_dec_src_query), (theora_dec_sink_query),
7371         (theora_dec_src_event), (theora_dec_sink_event),
7372         (theora_handle_comment_packet), (theora_handle_type_packet),
7373         (theora_handle_header_packet), (theora_handle_data_packet),
7374         (theora_dec_chain):
7375         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7376         (vorbis_dec_convert), (vorbis_dec_src_query),
7377         (vorbis_dec_sink_query), (vorbis_dec_src_event),
7378         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7379         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7380         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7381         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7382         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
7383         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
7384         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7385         (gst_play_bin_query):
7386         * gst/playback/test3.c: (update_scale):
7387         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
7388         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
7389         * gst/subparse/gstsubparse.c: (gst_subparse_init):
7390         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
7391         (gst_videotestsrc_src_query):
7392         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
7393         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
7394         (paint_hline_YUV9):
7395         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7396         Port to new query API.
7397         Updated seek.
7398         Cleanups in x[v]imagesink
7399
7400 2005-05-09  Andy Wingo  <wingo@pobox.com>
7401
7402         * ext/alsa/gstalsasink.h:
7403         * ext/gnomevfs/gstgnomevfssrc.c:
7404         (gst_gnomevfssrc_get_icy_metadata):
7405         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
7406         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
7407         * ext/theora/theoradec.c (theora_dec_src_query)
7408         (theora_dec_src_event, theora_dec_sink_event)
7409         (theora_handle_comment_packet, theora_handle_data_packet):
7410         * ext/theora/theoraenc.c (theora_enc_chain):
7411         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
7412         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
7413         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
7414         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
7415         (qt_type_find):
7416         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
7417         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
7418         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
7419         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
7420         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
7421         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
7422         (paint_setup_xBGR8888, paint_setup_RGBx8888)
7423         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
7424         (paint_setup_RGB565, paint_setup_xRGB1555):
7425         * gst/videotestsrc/videotestsrc.h:
7426         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
7427         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
7428         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
7429         GCC4 fixes.
7430         
7431         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
7432         gst_pad_query_position. Fixes oggdemux.
7433
7434 2005-05-08  David Schleef  <ds@schleef.org>
7435
7436         * configure.ac: Require liboil.
7437         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
7438         a few more.
7439         * gst/videotestsrc/videotestsrc.c:
7440         * gst/videotestsrc/videotestsrc.h:
7441
7442 2005-05-06  Wim Taymans  <wim@fluendo.com>
7443
7444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7445         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7446         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7447         Well, unreffing a buffer right before pushing it is asking
7448         for trouble..
7449
7450 2005-05-06  Christian Schaller  <uraeus@gnome.org>
7451
7452         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
7453
7454 2005-05-06  Wim Taymans  <wim@fluendo.com>
7455
7456         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7457         (gst_audio_convert_caps_remove_format_info),
7458         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7459         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7460         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7461         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7462         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7463         * gst/sine/Makefile.am:
7464         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
7465         (gst_sinesrc_class_init), (gst_sinesrc_init),
7466         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
7467         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
7468         (gst_sinesrc_update_freq):
7469         * gst/sine/gstsinesrc.h:
7470         * gst/tcp/gstmultifdsink.c:
7471         * sys/xvimage/xvimagesink.c:
7472         Fixed negotiation wrt _peer_get_caps()
7473         Some cleanups.
7474
7475
7476 2005-05-06  Wim Taymans  <wim@fluendo.com>
7477
7478         * gst-libs/gst/audio/gstaudiosink.c:
7479         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7480         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7481         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7482         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7483         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7484         (gst_audiosink_create_ringbuffer):
7485         * gst-libs/gst/audio/gstbaseaudiosink.c:
7486         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7487         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7488         (gst_baseaudiosink_set_property), (build_linear_format),
7489         (debug_spec_caps), (debug_spec_buffer),
7490         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7491         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7492         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7493         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7494         * gst-libs/gst/audio/gstbaseaudiosink.h:
7495         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7496         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7497         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7498         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7499         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7500         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7501         (wait_segment), (gst_ringbuffer_commit),
7502         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7503         (gst_ringbuffer_clear):
7504         * gst-libs/gst/audio/gstringbuffer.h:
7505         Make the base audiosink return an error when there is no
7506         audiobuffer negotiated.
7507
7508 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7509
7510         * ext/Makefile.am:
7511         Disable cdparanoia until someone ports it!
7512
7513 2005-05-06  Wim Taymans  <wim@fluendo.com>
7514
7515         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7516         (gst_ogg_demux_sink_activate):
7517         And revert after wingo's revert.. sigh..
7518
7519 2005-05-05  Andy Wingo  <wingo@pobox.com>
7520
7521         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
7522         GObject.
7523         * configure.ac: Return audiorate and subparse from the ghetto.
7524         Re-enable -Wall -Werror.
7525         * gst/subparse/gstsubparse.c:
7526         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
7527         or chain-based. Cleaned up a bit. Not tested.
7528         
7529 2005-05-05  Christian Schaller <christian@fluendo.com> 
7530
7531         * Makefile.am: remove stuff that is not building
7532         * configure.ac: remove stuff that is not building
7533         * examples/Makefile.am: remove stuff that is not building
7534         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
7535         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
7536         * sys/Makefile.am: remove stuff that is not building
7537         * testsuite/Makefile.am: remove stuff that is not building
7538
7539 2005-05-05  Andy Wingo  <wingo@pobox.com>
7540
7541         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
7542         * gst-libs/gst/tag/gstvorbistag.c:
7543         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
7544         * gst/adder/gstadder.h:
7545         * gst/audioconvert/gstchannelmix.c:
7546         (gst_audio_convert_fill_one_other):
7547         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
7548         (gst_audiorate_init), (gst_audiorate_chain):
7549         * gst/playback/gstplaybasebin.c: (setup_source):
7550         * gst/playback/test3.c: (update_scale):
7551         Some GCC4 fixes
7552         
7553         * po/af.po:
7554         * po/az.po:
7555         * po/cs.po:
7556         * po/en_GB.po:
7557         * po/hu.po:
7558         * po/it.po:
7559         * po/nb.po:
7560         * po/nl.po:
7561         * po/or.po:
7562         * po/sq.po:
7563         * po/sr.po:
7564         * po/sv.po:
7565         * po/uk.po:
7566         * po/vi.po: Foo
7567
7568 2005-05-05  Wim Taymans  <wim@fluendo.com>
7569
7570         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7571         (gst_audio_convert_caps_remove_format_info),
7572         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7573         (gst_audio_convert_change_state), (gst_audio_convert_channels):
7574         * gst/videotestsrc/gstvideotestsrc.c:
7575         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
7576         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
7577         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
7578         (gst_videotestsrc_init), (gst_videotestsrc_loop):
7579         Don't ignore _push() return values.
7580         Make sure no processing is done when shutting down.
7581         Videotestsrc pad activation fix.
7582
7583 2005-05-05  Wim Taymans  <wim@fluendo.com>
7584
7585         * gst/adder/Makefile.am:
7586         * gst/adder/gstadder.c: (gst_adder_setcaps),
7587         (gst_adder_class_init), (gst_adder_init),
7588         (gst_adder_request_new_pad), (gst_adder_collected),
7589         (gst_adder_change_state):
7590         * gst/adder/gstadder.h:
7591         Ported adder as an example of a mixer element using
7592         collect pads. Needs more negotiation work.
7593
7594 2005-05-05  Wim Taymans  <wim@fluendo.com>
7595
7596         * ext/theora/theoradec.c: (_inc_granulepos),
7597         (theora_dec_src_event), (theora_dec_sink_event),
7598         (theora_handle_comment_packet), (theora_handle_type_packet),
7599         (theora_handle_header_packet), (theora_handle_data_packet),
7600         (theora_dec_chain):
7601         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7602         (gst_theora_enc_init), (theora_enc_sink_setcaps),
7603         (theora_push_buffer), (theora_push_packet),
7604         (theora_enc_sink_event), (theora_enc_chain),
7605         (theora_enc_change_state), (theora_enc_set_property),
7606         (theora_enc_get_property):
7607         Added stream lock to decoder so that we can serialize
7608         the discont event.
7609         More theoraenc porting, recover from errors, do clean
7610         shutdown.
7611
7612 2005-05-05  Wim Taymans  <wim@fluendo.com>
7613
7614         * ext/ogg/Makefile.am:
7615         * ext/ogg/README:
7616         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7617         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
7618         (gst_ogg_print):
7619         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7620         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7621         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7622         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
7623         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
7624         (gst_ogg_mux_change_state):
7625         Ported ogg muxer.
7626
7627 2005-05-05  Wim Taymans  <wim@fluendo.com>
7628
7629         * docs/design-audiosinks.txt:
7630         * gst-libs/gst/audio/TODO:
7631         * gst-libs/gst/audio/gstaudiosink.c:
7632         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7633         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7634         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7635         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7636         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7637         (gst_audiosink_create_ringbuffer):
7638         * gst-libs/gst/audio/gstbaseaudiosink.c:
7639         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7640         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7641         (gst_baseaudiosink_set_property), (build_linear_format),
7642         (debug_spec_caps), (debug_spec_buffer),
7643         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7644         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7645         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7646         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7647         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7648         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7649         (gst_ringbuffer_release), (gst_ringbuffer_play),
7650         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7651         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7652         (gst_ringbuffer_set_sample), (wait_segment),
7653         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7654         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7655         More work on the audiosink, mostly debugging and a race in
7656         shutdown.
7657
7658 2005-04-28  Wim Taymans  <wim@fluendo.com>
7659
7660         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7661         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
7662         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7663         (vorbis_dec_src_query), (vorbis_dec_src_event),
7664         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7665         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7666         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7667         Don't crap out when seeking back to position 0.
7668
7669 2005-04-28  Wim Taymans  <wim@fluendo.com>
7670
7671         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
7672         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
7673         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
7674         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
7675         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
7676         Make audio sink configurable, use alsasink as default.
7677
7678 2005-04-28  Wim Taymans  <wim@fluendo.com>
7679
7680         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7681         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7682         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7683         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
7684         (vorbis_dec_change_state):
7685         * ext/vorbis/vorbisdec.h:
7686         Refactor, use STREAM_LOCK.
7687
7688 2005-04-28  Wim Taymans  <wim@fluendo.com>
7689
7690         * ext/theora/theoradec.c: (_inc_granulepos),
7691         (theora_dec_sink_event), (theora_handle_comment_packet),
7692         (theora_handle_type_packet), (theora_handle_header_packet),
7693         (theora_handle_data_packet), (theora_dec_chain),
7694         (theora_dec_change_state):
7695         Refactor a bit, use STREAM_LOCK.
7696
7697 2005-04-28  Wim Taymans  <wim@fluendo.com>
7698
7699         * ext/alsa/Makefile.am:
7700         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
7701         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
7702         (gst_alsa_link), (gst_alsa_close_audio):
7703         * ext/alsa/gstalsaplugin.c: (plugin_init):
7704         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7705         (gst_alsasink_dispose), (gst_alsasink_base_init),
7706         (gst_alsasink_class_init), (gst_alsasink_init),
7707         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
7708         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
7709         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
7710         (gst_alsasink_reset):
7711         * ext/alsa/gstalsasink.h:
7712         Implement alsasink with simple open/write/close API. 
7713         Make alsa dir build by disabling compilation of code.
7714
7715 2005-04-28  Wim Taymans  <wim@fluendo.com>
7716
7717         * gst-libs/gst/audio/Makefile.am:
7718         * gst-libs/gst/audio/audio.h:
7719         * gst-libs/gst/audio/audioclock.c:
7720         * gst-libs/gst/audio/audioclock.h:
7721         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
7722         (gst_audio_clock_class_init), (gst_audio_clock_init),
7723         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
7724         * gst-libs/gst/audio/gstaudioclock.h:
7725         * gst-libs/gst/audio/gstaudiosink.c:
7726         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7727         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7728         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7729         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7730         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7731         (gst_audiosink_create_ringbuffer):
7732         * gst-libs/gst/audio/gstbaseaudiosink.c:
7733         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7734         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7735         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
7736         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
7737         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7738         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7739         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7740         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7741         * gst-libs/gst/audio/gstbaseaudiosink.h:
7742         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7743         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
7744         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7745         (gst_ringbuffer_release), (gst_ringbuffer_play),
7746         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7747         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7748         (gst_ringbuffer_set_sample), (wait_segment),
7749         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7750         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7751         * gst-libs/gst/audio/gstringbuffer.h:
7752         Make ringbuffer faster and more simple by removing the locks
7753         in the playback thread.
7754         Add sample accurate playback based on buffer sample offsets.
7755         Make the baseaudiosink provide a clock.
7756         Parse caps in the base class.
7757         Correctly handle seeking, flushing and state changes.
7758
7759 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7760
7761         * configure.ac:
7762         * gst/audioconvert/Makefile.am:
7763         * gst/audioscale/Makefile.am:
7764           Fix part of the build.  Come on guys, autogen didn't even work :)
7765
7766 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7767
7768         * configure.ac:
7769         * gst-libs/gst/Makefile.am:
7770         * gst-libs/gst/media-info/.cvsignore:
7771         * gst-libs/gst/media-info/Makefile.am:
7772         * gst-libs/gst/media-info/README:
7773         * gst-libs/gst/media-info/media-info-priv.c:
7774         * gst-libs/gst/media-info/media-info-priv.h:
7775         * gst-libs/gst/media-info/media-info-test.c:
7776         * gst-libs/gst/media-info/media-info.c:
7777         * gst-libs/gst/media-info/media-info.h:
7778         * gst-libs/gst/media-info/media-info.vcproj:
7779         * pkgconfig/Makefile.am:
7780         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7781         * pkgconfig/gstreamer-media-info.pc.in:
7782           Remove media-info, which is also successed by playbin (see Totem
7783           implementation).
7784
7785 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7786
7787         * configure.ac:
7788         * examples/Makefile.am:
7789         * examples/gstplay/.cvsignore:
7790         * examples/gstplay/Makefile.am:
7791         * examples/gstplay/player.c:
7792         * gst-libs/gst/Makefile.am:
7793         * gst-libs/gst/play/.cvsignore:
7794         * gst-libs/gst/play/Makefile.am:
7795         * gst-libs/gst/play/play.c:
7796         * gst-libs/gst/play/play.h:
7797         * gst-libs/gst/play/play.vcproj:
7798         * pkgconfig/Makefile.am:
7799         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7800         * pkgconfig/gstreamer-play.pc.in:
7801           Remove libgstplay, playbin is now the official successor.
7802
7803 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7804
7805         * configure.ac:
7806         * gst-libs/gst/Makefile.am:
7807         * gst-libs/gst/xwindowlistener/Makefile.am:
7808         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
7809         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
7810           Remove deprecated xwindowlistener (I've moved xwindowlistening
7811           in the v4l/v4l2 plugins over to serverside).
7812
7813 2005-04-25  David Schleef  <ds@schleef.org>
7814
7815         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
7816         to examples/dynparams.  Examples do not belong interspersed with
7817         source code.
7818         * examples/dynparams/demo-dparams.c:
7819         * gst/sine/Makefile.am:
7820         * gst/sine/demo-dparams.c:
7821
7822 2005-04-25  David Schleef  <ds@schleef.org>
7823
7824         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
7825         * gst-libs/gst/audio/Makefile.am:
7826         * gst-libs/gst/riff/Makefile.am:
7827         * gst-libs/gst/tag/Makefile.am:
7828         * gst-libs/gst/video/Makefile.am:
7829         * gst-libs/gst/xwindowlistener/Makefile.am:
7830
7831         Convert to 0.9 API, seems to work:
7832         * sys/ximage/Makefile.am:
7833         * sys/ximage/ximagesink.c:
7834
7835 2005-04-24  David Schleef  <ds@schleef.org>
7836
7837         Link plugins against libraries:
7838         * ext/alsa/Makefile.am:
7839         * gst/tcp/Makefile.am:
7840
7841         Remove asm code that should be in liboil
7842         * gst/videoscale/Makefile.am:
7843         * gst/videoscale/videoscale_x86_asm.s:
7844
7845         gettext wants these checked in:
7846         * po/af.po:
7847         * po/az.po:
7848         * po/cs.po:
7849         * po/en_GB.po:
7850         * po/hu.po:
7851         * po/it.po:
7852         * po/nb.po:
7853         * po/nl.po:
7854         * po/or.po:
7855         * po/sq.po:
7856         * po/sr.po:
7857         * po/sv.po:
7858         * po/uk.po:
7859         * po/vi.po:
7860
7861 2005-04-24  David Schleef  <ds@schleef.org>
7862
7863         Convert gst_main() to g_main_loop_run()
7864         * gst/playback/decodetest.c: (main):
7865         * gst/playback/test2.c: (main):
7866         * gst/playback/test3.c: (main):
7867         * gst/playback/test4.c: (main):
7868
7869         Link plugins against libraries:
7870         * ext/libvisual/Makefile.am:
7871         * sys/xvimage/Makefile.am:
7872
7873 2005-04-24  David Schleef  <ds@schleef.org>
7874
7875         * configure.ac: Remove idct and resample libs
7876         * gst-libs/gst/Makefile.am: same
7877
7878         Remove usage of gst_library_load():
7879         * ext/alsa/gstalsaplugin.c: (plugin_init):
7880         * ext/libvisual/visual.c: (plugin_init):
7881         * ext/ogg/gstogg.c: (plugin_init):
7882         * ext/theora/theora.c: (plugin_init):
7883         * ext/vorbis/vorbis.c: (plugin_init):
7884         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
7885         * gst/audioscale/gstaudioscale.c:
7886         * gst/adder/gstadder.c: (plugin_init):
7887         * gst/audioconvert/plugin.c: (plugin_init):
7888         * sys/ximage/ximagesink.c: (plugin_init):
7889         * sys/xvimage/xvimagesink.c: (plugin_init):
7890         * gst/tcp/gsttcpplugin.c: (plugin_init):
7891
7892         Link plugins against libraries:
7893         * ext/ogg/Makefile.am:
7894         * ext/theora/Makefile.am:
7895         * ext/vorbis/Makefile.am:
7896         * gst/audioconvert/Makefile.am:
7897
7898         Create proper libraries:
7899         * gst-libs/gst/riff/Makefile.am:
7900         * gst-libs/gst/audio/Makefile.am:
7901         * gst-libs/gst/video/Makefile.am:
7902
7903         Move resample library to audioscale plugin directory:
7904         * gst-libs/gst/resample/Makefile.am:
7905         * gst-libs/gst/resample/README:
7906         * gst-libs/gst/resample/dtof.c:
7907         * gst-libs/gst/resample/dtos.c:
7908         * gst-libs/gst/resample/functable.c:
7909         * gst-libs/gst/resample/private.h:
7910         * gst-libs/gst/resample/resample.c:
7911         * gst-libs/gst/resample/resample.h:
7912         * gst-libs/gst/resample/resample.vcproj:
7913         * gst-libs/gst/resample/test.c:
7914         * gst/audioscale/Makefile.am:
7915         * gst/audioscale/README:
7916         * gst/audioscale/dtof.c:
7917         * gst/audioscale/dtos.c:
7918         * gst/audioscale/functable.c:
7919         * gst/audioscale/private.h:
7920         * gst/audioscale/resample.c:
7921         * gst/audioscale/resample.h:
7922         * gst/audioscale/test.c:
7923
7924         Move tagedit library to gst-libs:
7925         * gst-libs/gst/tag/Makefile.am:
7926         * gst-libs/gst/tag/gstid3tag.c:
7927         * gst-libs/gst/tag/gsttagediting.c:
7928         * gst-libs/gst/tag/gsttageditingprivate.h:
7929         * gst-libs/gst/tag/gstvorbistag.c:
7930         * gst/tags/Makefile.am:
7931         * gst/tags/gstid3tag.c:
7932         * gst/tags/gstvorbistag.c:
7933
7934         Fix for core changes:
7935         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7936         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
7937         (gst_sinesrc_getrange):
7938
7939 2005-04-23  David Schleef  <ds@schleef.org>
7940
7941         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
7942         in gst-plugins in a long time, and properly belongs in liboil.
7943         * gst-libs/gst/idct/Makefile.am:
7944         * gst-libs/gst/idct/README:
7945         * gst-libs/gst/idct/dct.h:
7946         * gst-libs/gst/idct/doieee:
7947         * gst-libs/gst/idct/fastintidct.c:
7948         * gst-libs/gst/idct/floatidct.c:
7949         * gst-libs/gst/idct/idct.c:
7950         * gst-libs/gst/idct/idct.h:
7951         * gst-libs/gst/idct/idtc.vcproj:
7952         * gst-libs/gst/idct/ieeetest.c:
7953         * gst-libs/gst/idct/intidct.c:
7954
7955 2005-04-20  Wim Taymans  <wim@fluendo.com>
7956
7957         * docs/design-audiosinks.txt:
7958         * gst-libs/gst/audio/Makefile.am:
7959         * gst-libs/gst/audio/TODO:
7960         * gst-libs/gst/audio/gstaudiosink.c:
7961         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7962         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7963         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
7964         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7965         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7966         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
7967         (gst_audiosink_class_init), (gst_audiosink_init),
7968         (gst_audiosink_create_ringbuffer):
7969         * gst-libs/gst/audio/gstaudiosink.h:
7970         * gst-libs/gst/audio/gstbaseaudiosink.c:
7971         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
7972         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
7973         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
7974         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
7975         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
7976         (gst_baseaudiosink_create_ringbuffer),
7977         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7978         * gst-libs/gst/audio/gstbaseaudiosink.h:
7979         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7980         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
7981         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
7982         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7983         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
7984         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7985         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
7986         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
7987         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
7988         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
7989         * gst-libs/gst/audio/gstringbuffer.h:
7990         An attempt at a set of audio base classes together with some
7991         design docs.
7992
7993 2005-04-20  Wim Taymans  <wim@fluendo.com>
7994
7995         * gst/audioconvert/Makefile.am:
7996         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7997         (gst_audio_convert_caps_remove_format_info),
7998         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7999         (gst_audio_convert_channels):
8000         Link against audio libs.
8001         Fix audio convert plugin.
8002
8003 2005-04-20  Wim Taymans  <wim@fluendo.com>
8004
8005         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
8006         (gst_ogg_demux_sink_activate):
8007         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8008         (theora_set_header_on_caps), (theora_enc_sink_event),
8009         (theora_enc_chain):
8010         Fix theora encoder.
8011
8012 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8013
8014         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
8015         * gst/playback/gstdecodebin.c: (find_compatibles):
8016           Work with staticpadtemplates in elementfactories.
8017
8018 2005-04-12  Wim Taymans  <wim@fluendo.com>
8019
8020         * gst/playback/README:
8021         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8022         (compare_ranks), (print_feature), (gst_decode_bin_init),
8023         (dynamic_create), (dynamic_free), (find_compatibles),
8024         (mimetype_is_raw), (close_pad_link), (got_redirect),
8025         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
8026         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
8027         (gst_decode_bin_change_state):
8028         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8029         (gst_play_base_bin_init), (group_destroy), (group_commit),
8030         (check_queue), (queue_overrun), (queue_threshold_reached),
8031         (queue_out_of_data), (gen_preroll_element), (unknown_type),
8032         (new_decoded_pad), (setup_subtitle), (gen_source_element),
8033         (got_redirect), (setup_source), (play_base_eos),
8034         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8035         (gst_play_base_bin_remove_element):
8036         * gst/playback/gstplaybasebin.h:
8037         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8038         (gst_play_bin_init), (gst_play_bin_dispose),
8039         (gst_play_bin_set_property), (gen_video_element),
8040         (gen_text_element), (gen_audio_element), (remove_sinks),
8041         (gst_play_bin_send_event):
8042         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8043         (stream_info_change_state), (gst_stream_info_set_mute):
8044         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8045         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
8046         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
8047         (gst_stream_selector_chain):
8048         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8049         (main):
8050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
8051         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
8052         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8053         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
8054         Raw and crude port of decodebin. 
8055         Make playbin compile.
8056
8057 2005-04-06  Wim Taymans  <wim@fluendo.com>
8058
8059         * ext/gnomevfs/Makefile.am:
8060         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
8061         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8062         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
8063         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
8064         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
8065         (gst_gnomevfssrc_stop):
8066         * ext/ogg/Makefile.am:
8067         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
8068         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
8069         * ext/theora/Makefile.am:
8070         * ext/theora/theoradec.c: (_inc_granulepos),
8071         (theora_dec_sink_event), (theora_dec_chain):
8072         * ext/vorbis/Makefile.am:
8073         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8074         (vorbis_dec_sink_event), (vorbis_dec_chain):
8075         * gst-libs/gst/audio/Makefile.am:
8076         * sys/xvimage/Makefile.am:
8077         Make gnomevfssrc extend the source base class.
8078         Fix linking against libs in various plugins.
8079
8080 2005-04-06  Andy Wingo  <wingo@pobox.com>
8081
8082         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
8083         GST_BASE_LIBS.
8084
8085         * configure.ac: Add check and AC_SUBST for libgstbase.
8086
8087 2005-03-31  Wim Taymans  <wim@fluendo.com>
8088
8089         * examples/seeking/Makefile.am:
8090         * examples/seeking/cdparanoia.c: (main):
8091         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
8092         (play_cb), (pause_cb), (stop_cb), (main):
8093         * examples/seeking/playbin.c:
8094         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
8095         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
8096         (make_sid_pipeline), (make_vorbis_pipeline),
8097         (make_theora_pipeline), (make_vorbis_theora_pipeline),
8098         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8099         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
8100         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
8101         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
8102         (stop_cb), (main):
8103         * examples/seeking/spider_seek.c:
8104         * examples/seeking/vorbisfile.c:
8105         * ext/gnomevfs/Makefile.am:
8106         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8107         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
8108         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8109         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
8110         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
8111         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
8112         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
8113         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
8114         * ext/ogg/README:
8115         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
8116         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
8117         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
8118         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
8119         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
8120         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
8121         (gst_ogg_pad_event), (gst_ogg_pad_reset),
8122         (gst_ogg_demux_factory_filter), (compare_ranks),
8123         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8124         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8125         (gst_ogg_chain_new), (gst_ogg_chain_free),
8126         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
8127         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
8128         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
8129         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
8130         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
8131         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
8132         (gst_ogg_demux_get_prev_page),
8133         (gst_ogg_demux_deactivate_current_chain),
8134         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8135         (gst_ogg_demux_bisect_forward_serialno),
8136         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
8137         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
8138         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
8139         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
8140         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
8141         (gst_ogg_demux_change_state), (gst_ogg_print):
8142         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8143         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
8144         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
8145         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
8146         (gst_ogg_mux_loop):
8147         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8148         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8149         (theora_dec_src_convert), (theora_dec_sink_convert),
8150         (theora_dec_src_query), (theora_dec_src_event),
8151         (theora_dec_sink_event), (theora_dec_chain),
8152         (theora_dec_change_state):
8153         * ext/theora/theoraenc.c: (gst_theora_enc_init),
8154         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
8155         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
8156         (theora_enc_change_state):
8157         * ext/vorbis/Makefile.am:
8158         * ext/vorbis/oggvorbisenc.c:
8159         * ext/vorbis/oggvorbisenc.h:
8160         * ext/vorbis/vorbis.c: (plugin_init):
8161         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8162         (vorbis_dec_src_query), (vorbis_dec_src_event),
8163         (vorbis_dec_sink_event), (vorbis_dec_chain),
8164         (vorbis_dec_change_state):
8165         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
8166         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
8167         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
8168         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
8169         (gst_vorbisenc_change_state):
8170         * ext/vorbis/vorbisenc.h:
8171         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
8172         * gst-libs/gst/audio/audioclock.c:
8173         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8174         (gst_audiofilter_init), (gst_audiofilter_chain):
8175         * gst-libs/gst/audio/testchannels.c: (main):
8176         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8177         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
8178         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
8179         (gmip_find_track_streaminfo), (gmip_find_track_format):
8180         * gst-libs/gst/media-info/media-info.c:
8181         (gst_media_info_read_idler):
8182         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
8183         (gst_play_get_all_by_interface):
8184         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8185         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
8186         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8187         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
8188         (gst_riff_parse_info):
8189         * gst-libs/gst/riff/riff-read.h:
8190         * gst-libs/gst/riff/riff.c: (plugin_init):
8191         * gst-libs/gst/video/Makefile.am:
8192         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
8193         (gst_videosink_class_init), (gst_videosink_get_type):
8194         * gst-libs/gst/video/videosink.h:
8195         * gst/audioconvert/bufferframesconvert.c:
8196         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
8197         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
8198         * gst/audioconvert/channelmixtest.c: (main):
8199         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8200         (gst_audio_convert_chain),
8201         (gst_audio_convert_caps_remove_format_info),
8202         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
8203         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
8204         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
8205         (gst_audio_convert_buffer_to_default_format),
8206         (gst_audio_convert_buffer_from_default_format),
8207         (gst_audio_convert_channels):
8208         * gst/audioconvert/gstchannelmix.h:
8209         * gst/ffmpegcolorspace/avcodec.h:
8210         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8211         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
8212         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
8213         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
8214         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
8215         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8216         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8217         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
8218         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8219         (dv_type_find):
8220         * gst/videotestsrc/gstvideotestsrc.c:
8221         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
8222         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
8223         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
8224         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
8225         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
8226         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
8227         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
8228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8229         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
8230         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
8231         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
8232         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8233         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8234         (gst_xvimagesink_navigation_send_event),
8235         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
8236         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
8237         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8238         * sys/xvimage/xvimagesink.h:
8239         Plugin port to 0.9, ogg/theora playback should work in the seek
8240         example now.
8241         Removed old examples.
8242         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
8243         explained in 0.9 TODO doc.
8244
8245
8246 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8247
8248         * autogen.sh:
8249         * configure.ac:
8250         * ext/Makefile.am:
8251         * gst/Makefile.am:
8252         * po/POTFILES.in:
8253         * po/af.po:
8254         * po/az.po:
8255         * po/cs.po:
8256         * po/en_GB.po:
8257         * po/hu.po:
8258         * po/it.po:
8259         * po/nb.po:
8260         * po/nl.po:
8261         * po/or.po:
8262         * po/sq.po:
8263         * po/sr.po:
8264         * po/sv.po:
8265         * po/uk.po:
8266         * po/vi.po:
8267         * sys/Makefile.am:
8268         * testsuite/Makefile.am:
8269           remove a whole bunch of plugins.  This module now contains a set
8270           of free reference plugins/elements as agreed.
8271
8272 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8273
8274         * configure.ac:
8275           hunting season on 0.9 is now OPEN
8276
8277 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8278
8279         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
8280           Kick the hell out of gcc for not warning me about a symbol conflict.
8281
8282 2005-02-22  Luca Ognibene  <luogni@tin.it>
8283
8284         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8285
8286         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
8287           Don't leak caps string (fixes #168134)
8288
8289         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
8290         (gst_jpegenc_init), (gst_jpegenc_finalize),
8291         (gst_jpegenc_change_state):
8292           Don't leak line buffers and context struct (fixes #168133).
8293
8294 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
8295
8296         * configure.ac:
8297         * ext/dirac/gstdiracdec.cc:
8298         (gst_diracdec_chain):
8299           Since dirac 0.5.0 the framerate in dirac is expressed as a
8300           rational number. Fix build and up requirement to 0.5.0, and
8301           also pass parameters to gst_diracdec_link in the right order
8302           (fixes #167959).
8303
8304 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
8305
8306         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
8307         * ext/faad/gstfaad.h:
8308         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
8309         certain invalid muxed streams, where some packets will contain 
8310         junk after decoder data. Partially fixes #149158.
8311
8312 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
8313         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
8314           Make sure we only write to writable buffers
8315
8316 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
8317
8318         * gst-libs/gst/riff/riff-media.c:
8319         (gst_riff_create_audio_caps_with_data):
8320           Do actually fix invalid RIFF fmt header values for alaw
8321           and mulaw audio instead of just saying so.
8322
8323         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8324           Give gst_riff_create_audio_caps_with_data() a chance to
8325           fix up broken format header fields before extracting any
8326           parameters from the header. (fixes #167633)
8327
8328 2005-02-19  Martin Holters  <martin.holters@gmx.de>
8329
8330         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8331
8332         * gst/audioconvert/bufferframesconvert.c:
8333         (buffer_frames_convert_link):
8334           Don't leak othercaps. (fixes #167878)
8335
8336 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
8337
8338         * configure.ac:
8339         * ext/libvisual/visual.c: (gst_visual_srclink),
8340         (gst_visual_change_state):
8341           Support libvisual 0.2.0.
8342
8343 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
8344
8345         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
8346         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
8347           Use same rowstrides for I420 as used everywhere else.
8348
8349 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
8350
8351         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
8352           Declare variables at beginning of block and make gcc-2.95 happy
8353           (fixes # 167482, patch by Gergely Nagy).
8354           
8355         * gst/tcp/gsttcpclientsrc.c:
8356         * gst/tcp/gsttcpclientsrc.h:
8357           Move some includes into the header, so that struct sockaddr_in is
8358           defined when it should be defined on FreeBSD as well (fixes
8359           #167483).
8360           
8361         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
8362           Don't pass uninitialised values to setsockopt() here either.
8363
8364 2005-02-17  Luca Ognibene  <luogni at tin dot it>
8365
8366         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8367
8368         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
8369           Don't pass uninitialised values to setsockopt(). (fixes #167704)
8370
8371 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8372
8373         * gst/playback/gstplaybin.c: (add_sink):
8374           Invert bin_add/link order to workaround deadlock in opt.
8375
8376 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8377
8378         * gst/modplug/gstmodplug.cc:
8379           Add missing break causing position queries to fail.
8380
8381 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8382
8383         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
8384           Granpos can apparently be -1, which screws up calculations...
8385
8386 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
8387
8388         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8389         (gst_ximagesink_send_pending_navigation),
8390         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
8391         (gst_ximagesink_init):
8392         * sys/ximage/ximagesink.h:
8393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8394         (gst_xvimagesink_send_pending_navigation),
8395         (gst_xvimagesink_navigation_send_event),
8396         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
8397         * sys/xvimage/xvimagesink.h:
8398           Use a mutex protected list to marshal navigation
8399           events into the stream thread from whichever thread
8400           sends them.
8401
8402 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
8403
8404         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
8405           Display current position and track length; misc. clean-ups.
8406           
8407         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
8408         (speed_init), (speed_chain):
8409           Add query function, so that the stream length and current position
8410           get adjusted when queried (note that current position queries may
8411           still be wrong if the audio sink returns values based on buffer
8412           timestamps instead of passing on the query).
8413
8414 2005-02-13  Benjamin Otte  <otte@gnome.org>
8415
8416         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8417         (gst_audio_convert_channels):
8418           create channel conversion matrix when linking
8419         * gst/audioconvert/.cvsignore:
8420         * gst/audioconvert/Makefile.am:
8421         * gst/audioconvert/channelmixtest.c: (main):
8422           add (ugly) test that ensures stereo <=> mono conversion works
8423           correctly
8424
8425 2005-02-13  Benjamin Otte  <otte@gnome.org>
8426
8427         * gst/audioconvert/gstchannelmix.h:
8428           include missing header file
8429         * gst/audioconvert/gstchannelmix.c:
8430         (gst_audio_convert_fill_compatible):
8431           use same sign for both channels when converting to/from compatible
8432           channel. Previously used different signs made the signals cancel
8433           each other out and appear like silence. (fixes #167269)
8434
8435 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8436
8437         * gst/ffmpegcolorspace/avcodec.h:
8438         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8439         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8440         (gst_ffmpegcsp_avpicture_fill):
8441         * gst/ffmpegcolorspace/imgconvert.c:
8442           Convert to and from YV12 (fixes #156379).
8443
8444 2005-02-12  Julien MOUTTE  <julien@moutte.net>
8445
8446         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
8447         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
8448         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
8449         (gst_ximagesink_expose), (gst_ximagesink_set_property),
8450         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
8451         methods from chain and negotiation and vice versa (Fixes #166142).
8452         * sys/ximage/ximagesink.h: Add stream_lock.
8453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8454         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8455         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8456         (gst_xvimagesink_expose): Check for xcontext before trying to link.
8457
8458 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8459
8460         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
8461           Don't send "Hey! You gave me a NULL pointer you naughty person" as
8462           error message when we can't open the DVD device (when dvdnav_open()
8463           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
8464           the above). Send something more useful instead (fixes #167117).
8465
8466 2005-02-11  Julien MOUTTE  <julien@moutte.net>
8467
8468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8469         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
8470         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8471         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8472         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
8473         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
8474         methods from chain and negotiation and vice versa (Fixes #166142).
8475         Fix a possible bug of images in the buffer pool being discarded because
8476         we are looking at the wrong geometry.
8477         * sys/xvimage/xvimagesink.h: Add stream_lock.
8478
8479 2005-02-11  David Schleef  <ds@schleef.org>
8480
8481         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
8482         unsigned int. (fixes #167128)
8483
8484 2005-02-11  David Schleef  <ds@schleef.org>
8485
8486         * gst/librfb/Makefile.am: Testing stuff before committing is
8487           for wimps... and people with fast machines.  Fix stupid
8488           mistake.
8489
8490 2005-02-11  David Schleef  <ds@schleef.org>
8491
8492         * configure.ac: Pull in librfb from my CVS tree, because it is
8493           too small and annoying to be separate.  Move rfbsrc plugin
8494           to gst/.
8495         * ext/Makefile.am:
8496         * ext/librfb/Makefile.am:
8497         * ext/librfb/gstrfbsrc.c:
8498         * gst/librfb/Makefile.am:
8499         * gst/librfb/gstrfbsrc.c:
8500         * gst/librfb/rfb.c:
8501         * gst/librfb/rfb.h:
8502         * gst/librfb/rfbbuffer.c:
8503         * gst/librfb/rfbbuffer.h:
8504         * gst/librfb/rfbbytestream.c:
8505         * gst/librfb/rfbbytestream.h:
8506         * gst/librfb/rfbcontext.h:
8507         * gst/librfb/rfbdecoder.c:
8508         * gst/librfb/rfbdecoder.h:
8509         * gst/librfb/rfbutil.h:
8510
8511 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
8512
8513         * gst/speed/Makefile.am:
8514         * gst/speed/demo-mp3.c: (main):
8515         * gst/speed/filter.func:
8516         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
8517         (speed_class_init), (speed_init), (speed_chain_int16),
8518         (speed_chain_float32), (speed_chain), (speed_set_property),
8519         (speed_get_property), (speed_change_state):
8520         * gst/speed/gstspeed.h:
8521           Fix speed element and make it chain-based (fixes #156467),
8522           and make it handle more than one channel.
8523
8524 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
8525
8526         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
8527         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
8528         (gst_dtsdec_chain), (gst_dtsdec_change_state):
8529         * ext/dts/gstdtsdec.h:
8530           Don't clobber the stack constructing the channels array.
8531           Make the element chain-based. DTS tracks can now be played.
8532           
8533 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
8534
8535         * gst-libs/gst/audio/multichannel.h:
8536         * gst-libs/gst/gconf/gconf.h:
8537         * gst-libs/gst/idct/idct.h:
8538         * gst-libs/gst/media-info/media-info-priv.h:
8539         * gst-libs/gst/play/play.h:
8540         * gst-libs/gst/resample/private.h:
8541         * gst-libs/gst/resample/resample.h:
8542         * gst-libs/gst/riff/riff-ids.h:
8543         * gst-libs/gst/video/video.h:
8544         * gst-libs/gst/video/videosink.h:
8545           Add G_BEGIN_DECLS and G_END_DECLS around headers where
8546           missing, so that they work when included from C++ code.
8547
8548 2005-02-09  David Schleef  <ds@schleef.org>
8549
8550         * testsuite/gst-lint: Check for non-statically scoped
8551           parent_class variables.  This won't be a problem once
8552           plugins are loaded with RTLD_LOCAL.
8553
8554 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8555
8556         * ext/mplex/gstmplexibitstream.cc:
8557           gcc madness.
8558
8559 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8560
8561         * ext/ogg/gstogmparse.c:
8562         * gst/debug/gstnavigationtest.c:
8563           Die, thou faulty symbol pollutors (non-static parent_class).
8564
8565 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8566
8567         * ext/mplex/gstmplexibitstream.cc:
8568           Fix event handling (#165525).
8569
8570 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8571
8572         * ext/mikmod/gstmikmod.c:
8573         * gst/modplug/gstmodplug.cc:
8574           Add missing endianness to template (fixes #165509).
8575
8576 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8577
8578         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
8579           Fix wrong order of reading of optional bytes (#165290).
8580
8581 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8582
8583         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8584           Implement FILLER event awareness.
8585
8586 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8587
8588         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
8589           Fix track calculations (#166208).
8590
8591 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8592
8593         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8594
8595         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
8596         * ext/libpng/gstpngenc.c:
8597           Fix byte-order, use proper fixed caps. Fixes #164197.
8598
8599 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8600
8601         * configure.ac:
8602           Add dvdlpcmdec 
8603
8604         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
8605         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
8606           Don't push buffers if the src pad isn't negotiated yet.
8607           
8608         * gst/audioconvert/gstaudioconvert.c:
8609         (gst_audio_convert_buffer_to_default_format),
8610         (gst_audio_convert_buffer_from_default_format):
8611           Add support for 24-bit width.
8612
8613         * gst/dvdlpcmdec/.cvsignore:
8614         * gst/dvdlpcmdec/Makefile.am:
8615         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
8616         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
8617         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
8618         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
8619         (plugin_init):
8620         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
8621           New decoder for rearranging DVD LPCM into our audio/x-raw-int
8622           format. Needs support for the channels maps if someone can find 
8623           a DVD LPCM track with > 2 channels.
8624
8625         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
8626         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
8627         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
8628         * gst/mpegstream/gstdvddemux.h:
8629         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8630         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
8631         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
8632         * gst/mpegstream/gstmpegdemux.h:
8633         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
8634         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
8635         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
8636         (gst_mpeg_parse_handle_src_query),
8637         (gst_mpeg_parse_handle_src_event):
8638           Use audio/x-dvd-lpcm for LPCM output.
8639           Add DTS output.
8640
8641 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8642
8643         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8644
8645         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
8646         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
8647           Add BGRA handling (#165736).
8648
8649 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
8650
8651         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8652
8653         * gst/law/alaw-decode.c: (alawdec_link):
8654         * gst/law/alaw-encode.c: (alawenc_link):
8655         * gst/law/mulaw-decode.c: (mulawdec_link):
8656         * gst/law/mulaw-encode.c: (mulawenc_link):
8657           Fix caps memleaks (#166600).
8658
8659 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
8660
8661         * ext/tarkin/mem.h:
8662         * ext/tarkin/wavelet.h:
8663         * ext/tarkin/yuv.h:
8664         * gst/ffmpegcolorspace/avcodec.h:
8665           Include "_stdint.h" instead of <stdint.h>. Fixes build on
8666           systems that don't have stdint.h, like Solaris9 (fixes #166631).
8667
8668 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8669
8670         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
8671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
8672         (gst_xvimagesink_change_state):
8673           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
8674           Xv video (and thereby regenerate Xv colourkey) in clear() so
8675           that PLAY -> READY -> PLAY works (fixes #162504).
8676
8677 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8678
8679         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
8680           Switch to list instead of range, since MJPEG-devices really just
8681           support decimations, not any size.
8682
8683 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8684         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
8685         (gst_mpeg2dec_reset), (free_all_buffers),
8686         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
8687         * ext/mpeg2dec/gstmpeg2dec.h:
8688           The libmpeg2 user-allocated buffer management is awkward, 
8689           to say the least. Hopefully this fixes things.
8690
8691 2005-02-04  Andy Wingo  <wingo@pobox.com>
8692
8693         * gst/audioconvert/bufferframesconvert.c
8694         (buffer_frames_convert_fixate): New function, fixates to 256
8695         frames per buffer by default. (Much better than 1.)
8696         (buffer_frames_convert_init): Set the fixate function for both src
8697         and sink pad.
8698         (buffer_frames_convert_link): After success setting nonfixed caps,
8699         get the negotiated caps so we can know how many buffer-frames it
8700         will be. No idea how this worked at all before.
8701
8702 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8703
8704         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
8705         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
8706         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
8707         (handle_sequence), (handle_picture):
8708         * ext/mpeg2dec/gstmpeg2dec.h:
8709           Rearrange buffer tracking and refcounting and refactor
8710           a little for readability. 
8711
8712 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
8713         * sys/v4l/gstv4l.c: (plugin_init):
8714         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
8715         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
8716         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
8717         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
8718         * sys/v4l/gstv4ljpegsrc.h:
8719         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
8720         * sys/v4l/v4l_calls.h:
8721         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
8722         (gst_v4lsrc_get_fps):
8723         * sys/v4l/v4lsrc_calls.h:
8724           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
8725           you jpeg inside rgb frames" driver.
8726           Don't error in the v4lsrc link function, just return 
8727           REFUSED.
8728
8729 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8730
8731         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
8732         (gst_qcamsrc_open):
8733           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
8734
8735 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8736
8737         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8738           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
8739
8740 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8741
8742         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
8743           Reset negotiated state on PAUSED->READY.
8744
8745 2005-02-02  David Schleef  <ds@schleef.org>
8746
8747         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
8748         whereever possible.  (Fixes #165997)
8749         * examples/capsfilter/capsfilter1.c: (main):
8750         * examples/dynparams/filter.c: (create_ui):
8751         * examples/seeking/cdparanoia.c: (get_track_info), (main):
8752         * examples/seeking/chained.c: (main):
8753         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8754         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8755         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
8756         (make_mpeg_pipeline), (make_mpegnt_pipeline):
8757         * examples/seeking/spider_seek.c: (make_spider_pipeline):
8758         * examples/switch/switcher.c: (main):
8759         * ext/dv/demo-play.c: (main):
8760         * ext/faad/gstfaad.c: (gst_faad_change_state):
8761         * ext/mad/gstmad.c: (gst_mad_chain):
8762         * ext/smoothwave/demo-osssrc.c: (main):
8763         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
8764         (gst_gconf_render_bin_from_description),
8765         (gst_gconf_get_default_audio_sink),
8766         (gst_gconf_get_default_video_sink),
8767         (gst_gconf_get_default_audio_src),
8768         (gst_gconf_get_default_video_src),
8769         (gst_gconf_get_default_visualization_element):
8770         * gst/level/demo.c: (main):
8771         * gst/level/plot.c: (main):
8772         * gst/playback/gstplaybin.c: (gen_video_element),
8773         (gen_audio_element):
8774         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
8775         * gst/playondemand/demo-mp3.c: (setup_pipeline):
8776         * gst/sine/demo-dparams.c: (main):
8777         * gst/spectrum/demo-osssrc.c: (main):
8778         * gst/speed/demo-mp3.c: (main):
8779         * gst/volume/demo.c: (main):
8780         * testsuite/embed/embed.c: (main):
8781
8782 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8783
8784         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8785         (gst_tcpclientsink_finalize):
8786         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8787         (gst_tcpclientsrc_finalize):
8788         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8789         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
8790         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8791         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
8792           Don't leak the hostname when shutting down.
8793           In tcpserversrc, take a copy of the default hostname.
8794
8795 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8796
8797         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
8798           Set caps to systemstream=TRUE.
8799
8800 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8801
8802         * testsuite/Makefile.am:
8803           Fix more OSX buildbots.
8804
8805 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8806
8807         * ext/mpeg2dec/gstmpeg2dec.c:
8808           Don't send things to NULL PAD_PEERs
8809
8810         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
8811           Copy-on-write the incoming buffer.
8812
8813         * gst/mpegstream/gstdvddemux.h:
8814         * gst/mpegstream/gstmpegclock.h:
8815         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8816         (normal_seek), (gst_mpeg_demux_handle_src_event):
8817         * gst/mpegstream/gstmpegdemux.h:
8818         * gst/mpegstream/gstmpegpacketize.h:
8819         * gst/mpegstream/gstmpegparse.c:
8820         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
8821         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
8822         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
8823         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
8824         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
8825         * gst/mpegstream/gstmpegparse.h:
8826         * gst/mpegstream/gstrfc2250enc.h:
8827           Various changes to the way time is computed that make seeking and
8828           total time estimation much better here.
8829           Use G_BEGIN/END_DECLS instead of __cplusplus
8830
8831         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
8832           Use gst_buffer_stamp instead of only copying the TIMESTAMP
8833
8834 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8835
8836         * gst/subparse/gstsubparse.c:
8837           Fix OSX buildbot.
8838
8839 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8840
8841         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8842         (theora_enc_chain), (theora_enc_change_state):
8843         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8844         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
8845         (gst_vorbisenc_change_state):
8846         * ext/vorbis/vorbisenc.h:
8847           Set granulepos and timestamp correctly for streams not
8848           starting at 0, taking into account the initial delay.
8849
8850 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8851
8852         * gst/mpegstream/gstdvddemux.c:
8853           Add audio/x-dts to audio pad template caps
8854
8855 2005-01-30  David Schleef  <ds@schleef.org>
8856
8857         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
8858         (create_context), (gst_polypsink_link): Fix silly endianness
8859         bug.  Add some debugging.  Remove float from caps; it doesn't
8860         work.  Attempt to get remote audio working.
8861
8862 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8863
8864         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8865           Add 3IV2 fourcc.
8866
8867 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8868
8869         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
8870         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
8871         (gst_avi_demux_stream_data):
8872         * gst/avi/gstavidemux.h:
8873           Invert DIB images. Fixes #132341.
8874
8875 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8876
8877         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8878         (gst_ffmpegcsp_chain):
8879           D'oh, reference the palette data, not the palette structure.
8880           Fixes color distortion in #132341.
8881
8882 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8883
8884         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
8885           PAR can be non-fixed when not provided as argument (#162626).
8886
8887 2005-01-29  David Moore  <dcm@acm.org>
8888
8889         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8890
8891         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8892         (gst_qtdemux_loop_header):
8893           Re-apply patch from #142272 that allows non-seekable sources,
8894           re-proposed by Daniel Drake <dsd@gentoo.org>.
8895
8896 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8897
8898         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
8899           Use the src template for creating the src pad (#162330).
8900
8901 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8902
8903         * configure.ac:
8904         * ext/musepack/Makefile.am:
8905         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
8906         (gst_musepackdec_init), (gst_musepackdec_dispose),
8907         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
8908         (gst_musepack_stream_init), (gst_musepackdec_loop),
8909         (gst_musepackdec_change_state):
8910         * ext/musepack/gstmusepackdec.cpp:
8911         * ext/musepack/gstmusepackdec.h:
8912         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
8913         (gst_musepack_reader_read), (gst_musepack_reader_seek),
8914         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
8915         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
8916         * ext/musepack/gstmusepackreader.cpp:
8917         * ext/musepack/gstmusepackreader.h:
8918           Update to 1.1 API (#165446).
8919
8920 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8921
8922         * ext/Makefile.am:
8923           Unbreak buildbot.
8924
8925 2005-01-28  Andy Wingo  <wingo@pobox.com>
8926
8927         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
8928         to reflect a different dubious internet source. Add a reference
8929         and some commentary.
8930
8931 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8932
8933         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8934         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
8935         * gst/playback/gststreamselector.h:
8936           Be more selective when we're redoing caps negotiation from
8937           within the chain function on a stream change.
8938
8939 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8940
8941         * configure.ac:
8942         * ext/Makefile.am:
8943         * ext/amrnb/Makefile.am:
8944         * ext/amrnb/amrnb.c: (plugin_init):
8945         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
8946         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
8947         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
8948         (gst_amrnbdec_state_change):
8949         * ext/amrnb/amrnbdec.h:
8950         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
8951         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
8952         (gst_amrnbparse_init), (gst_amrnbparse_formats),
8953         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
8954         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
8955         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
8956         * ext/amrnb/amrnbparse.h:
8957           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
8958         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8959           Add AMR-NB/-WB raw formats.
8960         * ext/alsa/gstalsa.c: (gst_alsa_link):
8961           Keep valid time when changing format.
8962         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8963         (qtdemux_parse_trak):
8964           Add some more format-specific options (#140141, #143555, #155163).
8965
8966 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8967
8968         * gst/matroska/matroska-demux.c:
8969         (gst_matroska_demux_parse_blockgroup):
8970           Fix logic error in timing of subtitle stream synchronization.
8971         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8972           Add skip-chunk, which is found in kodak-camera streams.
8973
8974 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8975
8976         * po/LINGUAS:
8977         * po/vi.po:
8978           Adding Vietnamese translation (submitted by Clytie Siddall)
8979
8980 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8981
8982         * gst/playback/gstdecodebin.c: (try_to_link_1):
8983           Use realpad for signal.
8984
8985 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8986
8987         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
8988           Fix category so decodebin picks it up.
8989
8990 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8991
8992         * ext/mad/Makefile.am:
8993         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
8994         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
8995         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
8996         (found_type), (gst_id3demux_bin_change_state):
8997         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
8998         (gst_id3_tag_init), (gst_id3_tag_handle_event),
8999         (gst_id3_tag_src_link), (gst_id3_tag_chain),
9000         (gst_id3_tag_change_state), (plugin_init):
9001         * ext/mad/gstmad.h:
9002           Add id3demuxbin (which is a simple bin consisting of id3demux
9003           and typefind), take over rank from id3demux, remove typefind
9004           code from id3demux. Makes all broken mp3s that I know of work,
9005           and thereby fixes #152688.
9006
9007 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
9008
9009         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9010
9011         * ext/mad/gstmad.c: (gst_mad_src_event):
9012         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
9013           Allow seeks on audio pad, make mad forward those (#164826).
9014         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9015           Set duration (#165335).
9016
9017 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9018
9019         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
9020         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
9021         (gst_asf_demux_process_ext_content_desc),
9022         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
9023         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
9024         * gst/asfdemux/gstasfdemux.h:
9025           Improve metadata display, e.g. if the metadata comes before the
9026           streams are loaded (which is perfectly valid).
9027
9028 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9029
9030         * tools/gst-launch-ext-m.m:
9031           Fix AVI/ASF pipelines (#165340).
9032
9033 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
9034         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
9035         build failure on amd64
9036
9037 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
9038
9039         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
9040         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
9041           Check environment variables GST_ID3V2_TAG_ENCODING,
9042           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9043           list of character encodings to force interpretation of non-unicode
9044           strings stored in an ID3v2 tag to a particular encoding. If none
9045           is specified, try to use current locale's encoding, then fall back
9046           to ISO-8859-1 (which will always succeed). (Resolves #149274)
9047         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
9048         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
9049           Check environment variables GST_ID3V1_TAG_ENCODING,
9050           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9051           list of character encodings to use in case a string encountered
9052           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
9053           specified, try to use the current locale's encoding, then fall
9054           back to ISO-8859-1 (which will always succeed).
9055
9056 2005-01-25  Benjamin Otte  <otte@gnome.org>
9057
9058         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9059           - on half framerate, compute the rate in advance so the comparisons
9060             don't compare wrong values
9061           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
9062             behaviour
9063           - don't use mad_header_decode anymore, mad_frame_decode does that
9064             automatically
9065           - when getting rid of consumed bytes, reset the stream's skiplen
9066           (fixes #163867)
9067
9068 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9069
9070         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
9071           Use 1/2 a second for default max_discont, as PES streams from DVB
9072           seem to have larger spacings in the SCR. 
9073           Fix a typo.
9074
9075 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9076
9077         * gst/playback/gstplaybasebin.c: (group_commit):
9078           Notify delayed stream-info availability.
9079
9080 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9081         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
9082         (gst_a52dec_handle_event), (gst_a52dec_chain):
9083         Add some debug output. Check that a discont has a valid
9084         time associated.
9085         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9086         (gst_alsa_sink_loop):
9087         Ignore TAG events. A little extra debug for broken timestamps.
9088         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
9089         (dvdnavsrc_change_state):
9090         Ensure we send a discont to engage the link before we send any
9091         other events.
9092         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
9093         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
9094         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
9095         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
9096         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
9097         dvd://title works in totem because typefinding sends a seek that ends
9098         up going back to chapter 1 regardless.
9099         * ext/mpeg2dec/gstmpeg2dec.c:
9100         * ext/mpeg2dec/gstmpeg2dec.h:
9101         Output correct timestamps and handle disconts.
9102         * ext/ogg/gstoggdemux.c: (get_relative):
9103         Small guard against a null dereference.
9104         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
9105         (gst_textoverlay_set_property):
9106         Free memory when done. Don't call gst_event_filler_get_duration on
9107         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
9108         g_warning.
9109         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
9110         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
9111         (gst_sw_srclink), (gst_smoothwave_chain):
9112         Draw solid lines, prettier colours.
9113         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
9114         Add a default palette that'll work for some movies.
9115         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
9116         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
9117         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
9118         * gst/mpegstream/gstdvddemux.h:
9119         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9120         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
9121         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
9122         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
9123         * gst/mpegstream/gstmpegparse.h:
9124         Use PTM/NAV events when for timestamp adjustment when connected to 
9125         dvdnavsrc. Don't use many discont events where one suffices.
9126         * gst/playback/gstplaybasebin.c: (group_destroy),
9127         (gen_preroll_element), (gst_play_base_bin_add_element):
9128         * gst/playback/gstplaybasebin.h:
9129         Make sure we remove subtitles from the same bin we put them in.
9130         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
9131         (gst_subparse_buffer_format_autodetect),
9132         (gst_subparse_change_state):
9133         Fix some memleaks and invalid accesses.
9134         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
9135         (oggskel_type_find), (cmml_type_find), (plugin_init):
9136         Some typefind functions for Annodex v3.0 files
9137         * gst/wavparse/gstwavparse.h:
9138         GstRiffReadClass is the correct parent class.
9139
9140 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9141
9142         * gst-libs/gst/riff/riff-media.c:
9143         (gst_riff_create_video_caps_with_data):
9144           Add extradata to huffyuv (fixes #165013).
9145         * gst-libs/gst/riff/riff-read.c:
9146         (gst_riff_read_strf_vids_with_data):
9147           Fix extradata extraction if it is in the chunk size.
9148
9149 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
9150
9151         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9152
9153         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
9154         (gst_quarktv_change_state), (gst_quarktv_dispose):
9155           Memory free'ing location fix (#164708).
9156
9157 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9158
9159         * gst/playback/gstplaybasebin.c: (group_commit),
9160         (gen_preroll_element), (probe_triggered), (gen_source_element),
9161         (setup_source), (gst_play_base_bin_change_state),
9162         (gst_play_base_bin_add_element):
9163           Don't block for streams.
9164         * gst/playback/gststreaminfo.c: (stream_info_change_state),
9165         (gst_stream_info_set_mute):
9166           Use gst_pad_set_active_recursive.
9167
9168 2005-01-25  Andy Wingo  <wingo@pobox.com>
9169
9170         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
9171         for #ifndef HAVE_XVIDEO.
9172
9173 2005-01-24  Jeffrey C. Ollie
9174
9175         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
9176
9177         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
9178         * ext/gsm/gstgsmdec.h:
9179         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
9180         * ext/gsm/gstgsmenc.h:
9181         Fix rate to 8kHz as per spec, removes obscure errors when no rate
9182         was given by property. Add proper buffer timestamps and offsets.
9183
9184 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9185
9186         * gst-libs/gst/riff/riff-media.c:
9187         (gst_riff_create_audio_caps_with_data):
9188           Audio can be <8000Hz.
9189
9190 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9191
9192         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9193           Explicit state change to workaround refcount bugs.
9194
9195 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9196
9197         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
9198         (gst_avimux_riff_get_avi_header):
9199           Fix...
9200
9201 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9202
9203         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
9204         (gst_riff_read_element_data):
9205         * gst-libs/gst/riff/riff-read.h:
9206           Add _peek version (req'ed in CDXA).
9207         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
9208         (gst_cdxaparse_loop):
9209           Fix parsing in playbin.
9210         * gst/playback/gstdecodebin.c: (close_pad_link):
9211           Ignore current_ pads, they cause major annoyance.
9212
9213 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9214
9215         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9216           Safety guard.
9217
9218 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9219
9220         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
9221           Fix padding...
9222
9223 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9224
9225         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
9226           Allow for 0-sized buffers. Fixes length query problems in
9227           starwars.mkv from the testsuite.
9228
9229 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
9230
9231         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
9232         (gst_video_box_i420), (gst_video_box_chain):
9233           Fix row strides for I420 (fixes #163159)
9234           
9235 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9236
9237         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
9238           MPEG2 has a useful rate property, so we can actually use that.
9239           For MPEG-1, continue using the bytes/time properties.
9240
9241 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9242
9243         * gst-libs/gst/riff/riff-media.c:
9244         (gst_riff_create_video_caps_with_data),
9245         (gst_riff_create_video_template_caps):
9246           Add intel-h263.
9247
9248 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9249
9250         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9251           Fail if caps negotiation fails. Should fix #162184, and should
9252           definately be in there regardless of it fixing the actual bug.
9253         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
9254         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
9255         (gst_avimux_riff_get_avix_header),
9256         (gst_avimux_riff_get_video_header),
9257         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
9258         (gst_avimux_start_file), (gst_avimux_handle_event),
9259         (gst_avimux_change_state):
9260         * gst/avi/gstavimux.h:
9261           Refactor structure writing to use GST_WRITE_UINT macros, add
9262           metadata writing support.
9263
9264 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9265
9266         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
9267           Elements may already be destroyed when this function is called.
9268
9269 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9270
9271         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9272         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
9273           More memory leak fixes (#149162).
9274
9275 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9276
9277         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9278         (gst_qtdemux_add_stream):
9279           Fix two memleaks.
9280
9281 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9282
9283         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
9284           Argh...
9285
9286 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9287
9288         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
9289           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
9290           when fixating to six channels in Totem.
9291
9292 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9293
9294         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
9295           Fix compile warnings on Solaris 10 buildbot
9296
9297 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9298
9299         * ext/dvdread/dvdreadsrc.c: (_read):
9300           Don't read beyond the last cell in a chapter (fixes 
9301           invalid memory access)
9302
9303 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9304
9305         * ext/dvdread/stream_labels.c:
9306         (dvdreadsrc_get_audio_stream_labels):
9307           Use NULL for an empty GList instead of g_list_alloc(); fix 
9308           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
9309           of GString (easier to bulk free later)
9310
9311 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
9312
9313         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9314
9315         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9316         (gst_ffmpeg_pixfmt_to_caps):
9317           Fix BGRA32 caps (#164209).
9318
9319 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
9320
9321         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9322
9323         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9324         (gst_ffmpeg_caps_to_pixfmt):
9325           alpha_mask can be RGBA/ABGR. Fixes #164265.
9326
9327 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
9328
9329         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9330
9331         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
9332         (gst_mpeg2dec_alloc_buffer):
9333         * ext/mpeg2dec/gstmpeg2dec.h:
9334           Crop if decoding size is not the actual image size (#163676).
9335
9336 2005-01-17  Steve Baker  <steve@stevebaker.org>
9337
9338         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9339
9340         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
9341         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
9342           Add libsndfile typefind functions (#163309).
9343
9344 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9345
9346         * tools/gst-launch-ext-m.m:
9347           Add .aac, fix .m1v/.m2v (#163891).
9348
9349 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9350
9351         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
9352           Sanity check, don't wait endlessly since the clock might not
9353           actually run at this point (which is a deadlock). Fixes #164069.
9354
9355 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9356
9357         * gst/playback/gstplaybasebin.c: (probe_triggered):
9358           Of course, only pause if group is done...
9359
9360 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9361
9362         * gst/playback/gstplaybasebin.c: (probe_triggered):
9363           Thread safety.
9364
9365 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9366
9367         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
9368           Don't return state change success when the parent
9369           failed.
9370
9371 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9372
9373         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
9374           Free events (fix memleak in #162905).
9375
9376 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
9377
9378         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9379
9380         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9381         (gst_ffmpeg_caps_to_pixfmt):
9382           Fix for depth = 15. Fixes #161675.
9383
9384 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9385
9386         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9387           Set FPS correctly, even for webcams and the like.
9388         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
9389           Don error on setting while capturing.
9390
9391 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9392
9393         * ext/dv/gstdvdec.c:
9394         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9395         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9396           I'm a bad boy. using /1001. to force C to do float division
9397           and not integer division (as it did in my last commit)
9398           Thanks to David I. Lehn for pointing this mistake.
9399
9400 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9401
9402         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9403           Revert Johan??s 1.35->1.36 since it breaks compat.
9404
9405 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9406
9407         * ext/dv/gstdvdec.c:
9408         * ext/libfame/gstlibfame.c:
9409         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9410         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9411           replace framerate aproximations by their real value
9412           (24000/1001, 30000/1001, 60000/1001)
9413           Finish fixing bug #164049
9414
9415 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9416
9417         * ext/ogg/gstoggmux.c:
9418           eos/bos debugging
9419         * gst/tcp/gstmultifdsink.c:
9420         * gst/tcp/gstmultifdsink.h:
9421         * gst/tcp/gsttcp.c:
9422         * gst/tcp/gsttcp.h:
9423         * gst/tcp/gsttcpclientsink.c:
9424         * gst/tcp/gsttcpclientsrc.c:
9425         * gst/tcp/gsttcpserversink.c:
9426         * gst/tcp/gsttcpserversrc.c:
9427           improve reusability of elements after state changes and errors
9428           make multifdsink throw away streamheaders when receiving new ones
9429
9430 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9431
9432         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9433           Fix for if items are already in list...
9434
9435 2005-01-12  Benjamin Otte  <otte@gnome.org>
9436
9437         * gst/adder/gstadder.c: (gst_adder_loop):
9438           fix adder a bit so it doesn't screw up with events as much anymore
9439
9440 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
9441
9442         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
9443         (pixbufscale_scale), (gst_pixbufscale_chain):
9444         * ext/gdk_pixbuf/pixbufscale.h:
9445           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
9446           to ensure rowstrides are calculated the same way as 
9447           ffmpegcolorspace
9448           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
9449           that we pick up duration and offset also.
9450
9451 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9452
9453         * gst/avi/gstavimux.c: (gst_avimux_class_init),
9454         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
9455           Reusability fixes.
9456
9457 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9458
9459         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
9460         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9461         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9462         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9463           Update flags when requested.
9464
9465 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9466
9467         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9468           Fix dmix.
9469
9470 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9471
9472         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9473         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
9474         (probe_triggered), (new_decoded_pad), (gen_source_element),
9475         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
9476         * gst/playback/gstplaybasebin.h:
9477         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9478         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
9479         (gst_play_bin_change_state):
9480           Implement group-switch signal for use in apps to clear metadata
9481           cache, clean up subtitle, add suburi property instead of # hack,
9482           some error-out fixes.
9483
9484 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9485
9486         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9487           Debug.
9488         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
9489           If we got a state change in the _get handler, don't return success.
9490
9491 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9492
9493         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
9494         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
9495           Make jpegdec quiet on MJPEG decoding
9496         * gst/asfdemux/README:
9497           Fix mimetypes for MJPEG and H263
9498
9499 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9500
9501         * ext/theora/theoradec.c: (theora_dec_chain):
9502           Fix broken code generation by gcc by swapping arguments.
9503         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9504           Fix \n in debug.
9505
9506 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9507
9508         * TODO:
9509           delete this file, it is by far outdated
9510         * ext/alsa/gstalsa.1: remove
9511         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
9512         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
9513         (gst_alsa_get_caps):
9514           Add HW probing for supported sample rates. Fixes #161704
9515
9516 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9517
9518         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9519           Don't crash, biatch! :).
9520
9521 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9522
9523         * ext/musepack/gstmusepackreader.cpp:
9524         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
9525           Some work on tags - still doesn't work in playbin...
9526         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9527           Handle events...
9528
9529 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9530
9531         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
9532           Also shove tags on kid pads.
9533
9534 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9535
9536         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
9537           Don't bail on unknown events.
9538         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9539           Don't crash on events before negotiation.
9540         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
9541           Send tags on pads, too.
9542         * gst/playback/gststreamselector.c:
9543         (gst_stream_selector_request_new_pad):
9544           Forward events on first pad if no input was selected yet.
9545
9546 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9547
9548         * gst/playback/gstplaybasebin.c: (setup_substreams):
9549           Don't disable streamtype if the stream doesn't exist, since
9550           then playing a video after audio will disable both and nothing
9551           will happen. Fixes the testsuite.
9552
9553 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9554
9555         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
9556         (gst_v4l_xoverlay_set_xwindow_id):
9557         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
9558         (gst_v4l2_xoverlay_set_xwindow_id):
9559           Add debug categories, fix overlay disabling.
9560
9561 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9562
9563         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
9564         * ext/alsa/gstalsa.h:
9565           Add HW probing for period_count/size and buffer_size MIX/MAX
9566           Adjust default/user defined value if out of bounds
9567           Should fix bug #162024
9568
9569 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9570
9571         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
9572           Fix warning (#161191).
9573
9574 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9575
9576         * ext/dvdread/stream_labels.c:
9577         (dvdreadsrc_get_audio_stream_labels):
9578           Fix warning (init the good variable in switch default)
9579
9580 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
9581
9582         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9583
9584         * gst/tta/gstttaparse.c: (gst_tta_src_event):
9585           Fix gcc-2.95 compile (#163485).
9586
9587 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9588
9589         * configure.ac:
9590         * ext/flac/gstflacenc.c: (gst_flacenc_init),
9591         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
9592         (gst_flacenc_tell_callback), (gst_flacenc_chain),
9593         (gst_flacenc_change_state):
9594         * ext/flac/gstflacenc.h:
9595           Update for API change in flac-1.1.1. Update requirement in
9596           configure.ac. Fixes #162974.
9597
9598 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9599
9600         * gst/playback/gstplaybasebin.c: (group_destroy):
9601           Remove hack to get rid of assert and get rid of unlinked
9602           signals properly.
9603
9604 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9605
9606         * gst/playback/gstplaybasebin.c: (setup_source):
9607           Set source to NULL so that resources are free'ed. Fixes issues
9608           with playback of CDDA and similar device-accessing things.
9609
9610 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9611
9612         * testsuite/embed/Makefile.am:
9613           test->noinst, fix make test in buildbot.
9614
9615 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9616
9617         * ext/dvdread/stream_labels.c: new file
9618         * ext/dvdread/stream_labels.h: new file
9619         * ext/dvdread/Makefile.am:
9620         * ext/dvdread/dvdreadsrc.c: (_seek_title):
9621           Extract audio stream label from DVD IFO files.
9622           It only dump them on the console for now, still have to
9623           make playbin aware of them.
9624
9625 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9626
9627         * gst/playback/gstplaybasebin.c: (setup_source):
9628           Fix hanging subs.
9629
9630 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9631
9632         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9633         (gen_preroll_element), (remove_groups), (setup_subtitle),
9634         (gen_source_element), (setup_source):
9635         * gst/playback/gstplaybasebin.h:
9636           Multiple .sub files is just a stupid idea... Fix some threading
9637           mistakes. Interestingly, external .sub files cause playbin to
9638           hang, I don't know why... Parsing fixes contributed by Fran??ois
9639           Kooman <fkooman@tuxed.net>.
9640
9641 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9642
9643         * testsuite/embed/Makefile.am:
9644           Fix buildbot.
9645
9646 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9647
9648         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9649
9650         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
9651         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
9652         (gst_pngenc_set_property):
9653         * ext/libpng/gstpngenc.h:
9654           Add compression level property (#163323).
9655
9656 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9657
9658         * configure.ac:
9659         * examples/capsfilter/capsfilter1.c: (main):
9660         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9661         * ext/dvdread/Makefile.am:
9662         * ext/dvdread/demo-play:
9663         * ext/dvdread/demo-play.c:
9664         * gconf/gstreamer.schemas.in:
9665         * gst-libs/gst/gconf/gconf.c:
9666         * sys/v4l/TODO:
9667         * testsuite/Makefile.am:
9668         * testsuite/embed/Makefile.am:
9669         * testsuite/embed/embed.c: (cb_expose), (main):
9670           Remove all references to xvideosink, fix examples (#140845).
9671         * gst/playback/gstplaybasebin.c: (group_destroy):
9672           Apparently, disposal does not unlink - so do explicitely.
9673         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9674           Add debug.
9675
9676 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
9677
9678         * README: fix PKG_CONFIG_PATH instructions, what was there
9679         previously was breaking default search path, not nice. 
9680         Fixes #163358
9681
9682 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9683
9684         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
9685         (gst_audioscale_chain):
9686           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
9687           when resampling - how the ^@$^!@^! is this possible?!?
9688
9689 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9690
9691         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9692           Reset variables on READY.
9693         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
9694         (gst_matroska_mux_loop):
9695           Require data before writing header.
9696
9697 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
9698
9699         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9700
9701         * ext/mad/gstmad.c: (gst_mad_chain):
9702           Don't call mad_stream_sync() directly after recovering sync.
9703           Fixes #151661.
9704
9705 2005-01-09  Martin Eikermann  <meiker@upb.de>
9706
9707         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9708
9709         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
9710         (snapshot_handler), (gst_snapshot_sinkconnect),
9711         (gst_snapshot_chain):
9712           Allocate resources when required, fix recursive signal emission
9713           and fix caps. Fixes #161667.
9714
9715 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9716
9717         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9718
9719         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
9720         (gst_pngdec_chain):
9721           Handle only 8-bppc (bits-per-pixel-component) images, better
9722           error handling and correct strides. Fixes #163177.
9723         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
9724         (gst_pngenc_chain):
9725           Better error handling. Fixes #163348.
9726
9727 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9728
9729         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
9730         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
9731         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
9732         (dvdnavsrc_uri_handler_init):
9733           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
9734         * gst/playback/gstplaybasebin.c: (gen_source_element):
9735           Add MMS to streaming URIs.
9736
9737 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9738
9739         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
9740         * sys/xvimage/xvimagesink.c:
9741         (gst_xvimagesink_navigation_send_event):
9742           Check for pad availability before sending event.
9743
9744 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9745
9746         * gst-plugins.spec.in:
9747           Add subparse.
9748
9749 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9750
9751         * configure.ac:
9752           Since we use functions from CVS, up requirement.
9753
9754 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9755
9756         * gst/playback/Makefile.am:
9757         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9758         (group_destroy), (group_commit), (group_is_muted),
9759         (gen_preroll_element), (add_stream), (unknown_type),
9760         (probe_triggered), (preroll_unlinked), (mute_stream),
9761         (silence_stream), (new_decoded_pad), (setup_substreams),
9762         (setup_source), (get_active_source), (mute_group_type),
9763         (muted_group_change_state), (set_active_source),
9764         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
9765         (play_base_eos), (gst_play_base_bin_change_state):
9766         * gst/playback/gstplaybasebin.h:
9767         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9768         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9769         (gst_stream_info_dispose), (stream_info_mute_pad),
9770         (stream_info_change_state), (gst_stream_info_set_mute):
9771         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
9772         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
9773         (gst_stream_selector_init), (gst_stream_selector_dispose),
9774         (gst_stream_selector_get_linked_pad),
9775         (gst_stream_selector_get_caps), (gst_stream_selector_link),
9776         (gst_stream_selector_get_linked_pads),
9777         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9778         * gst/playback/gststreamselector.h:
9779           Adding stream selection support plus required properties for
9780           applications to use this. Fully fixes #100931.
9781
9782 2005-01-08  Benjamin Otte  <otte@gnome.org>
9783
9784         * gst/games/gstpuzzle.c: (nav_event_handler):
9785           - handle nav events differently: forward every event no matter if it
9786             was handled or not.
9787           - translate events
9788           You can now cheat by using navigationtest ! puzzle and moving the
9789           mouse close to the edge of a tile. ;)
9790
9791 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9792
9793         * configure.ac:
9794         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
9795         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
9796         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
9797         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
9798         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
9799         (gst_ogm_parse_plugin_init):
9800         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
9801         (gst_textoverlay_link), (gst_textoverlay_getcaps),
9802         (gst_textoverlay_event), (gst_textoverlay_video_chain),
9803         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
9804         * ext/pango/gsttextoverlay.h:
9805         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9806         (gst_matroska_demux_handle_seek_event),
9807         (gst_matroska_demux_sync_streams),
9808         (gst_matroska_demux_parse_blockgroup),
9809         (gst_matroska_demux_subtitle_caps),
9810         (gst_matroska_demux_plugin_init):
9811         * gst/matroska/matroska-ids.h:
9812         * gst/playback/gstdecodebin.c: (close_pad_link):
9813         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9814         (gen_preroll_element), (remove_groups), (add_stream),
9815         (new_decoded_pad), (setup_subtitles), (gen_source_element),
9816         (setup_source):
9817         * gst/playback/gstplaybasebin.h:
9818         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
9819         * gst/subparse/Makefile.am:
9820         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
9821         (gst_subparse_base_init), (gst_subparse_class_init),
9822         (gst_subparse_init), (gst_subparse_formats),
9823         (gst_subparse_eventmask), (gst_subparse_event),
9824         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
9825         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
9826         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
9827         (parse_mpsub_deinit), (parse_mpsub_init),
9828         (gst_subparse_buffer_format_autodetect),
9829         (gst_subparse_format_autodetect), (gst_subparse_loop),
9830         (gst_subparse_change_state), (gst_subparse_type_find),
9831         (plugin_init):
9832         * gst/subparse/gstsubparse.h:
9833         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
9834         (plugin_init):
9835           Add subtitle support, .sub parser (supports SRT and MPsub),
9836           OGM text support, Matroska UTF-8 text support, deadlock fixes
9837           all over the place, subtitle awareness in decodebin/playbin
9838           and some fixes to textoverlay to handle subtitles in a stream
9839           correctly. Fixes #100931.
9840
9841 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9842
9843         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9844           Check for pad availability before doing a query on it.
9845
9846 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9847
9848         * ext/dv/gstdvdec.c:
9849           really fix bpp24/32 dvdec caps (classic rgba indeed)
9850         * gst/asfdemux/gstasfdemux.c:
9851         (gst_asf_demux_process_ext_content_desc):
9852           don't send text tags if they are empty (bis repetita)
9853
9854 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9855
9856         * ext/dv/gstdvdec.c:
9857          remove unneeded comment from dvdec
9858           (related to DV 4CC codes in AVI files)
9859           moved them in gstreamer/docs/random/mimetypes
9860         * gst/asfdemux/gstasfdemux.c:
9861         (gst_asf_demux_process_ext_content_desc):
9862          don't send text tags if they are empty
9863          fix mem leak on error path
9864         * gst/ffmpegcolorspace/avcodec.h:
9865         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9866         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9867         (gst_ffmpegcsp_avpicture_fill):
9868         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
9869         * gst/ffmpegcolorspace/imgconvert_template.h:
9870          adds BGR32 and BGRA32 to ffmpegcolorspace
9871           (still bad colors, fixing it on next commit)
9872           helps with dvdec outputing BGR32
9873
9874 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9875
9876         * ext/dv/gstdvdec.c:
9877          Fix audio caps i just broke (missing ',')
9878         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
9879         (gst_matroska_mux_reset):
9880          Fix typo + add FIXME about old "x-gst-metadata" crap
9881
9882 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9883
9884         * ext/dv/demo-play.c: (main):
9885          xvideosink -> xvimagesink
9886         * ext/dv/gstdvdec.c:
9887          change rgb 32/32 caps to 24/32 (no alpha)
9888          change nb of channels to be a list (2 or 4, not 2)
9889          change sample rate to be a list (32, 44.1, 48 kHz) not a range
9890         * gst/asfdemux/gstasfdemux.c:
9891         (gst_asf_demux_process_ext_content_desc):
9892          Add 'date/year' to extracted metadata list
9893
9894 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9895
9896         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
9897           The return value of fixate_to does not imply that the requested
9898           value was set, so don't assume.
9899
9900 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
9901
9902         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9903
9904         * ext/libpng/gstpngdec.c:
9905         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
9906         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
9907         * ext/libpng/gstpngenc.h:
9908           Alpha support (encoder; #163161), mime fixage.
9909
9910 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
9911
9912         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9913
9914         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
9915         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
9916         (gst_faac_set_property), (gst_faac_get_property):
9917         * ext/faac/gstfaac.h:
9918           Allow for ADTS output (#153434).
9919
9920 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9921
9922         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9923           Fix against template (#150576).
9924
9925 2005-01-06  Benjamin Otte  <otte@gnome.org>
9926
9927         * gst/games/gstpuzzle.c: (draw_puzzle):
9928           don't draw a puzzle if either width or height of tiles would be 0.
9929
9930 2005-01-06  Benjamin Otte  <otte@gnome.org>
9931
9932         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
9933         (gst_puzzle_class_init), (gst_puzzle_finalize):
9934           no memleaks, please
9935         (gst_puzzle_create), (gst_puzzle_init),
9936         (gst_puzzle_set_property), (gst_puzzle_setup):
9937           change initialization code around so we don't reshuffle on resize
9938         (draw_puzzle):
9939           fix another stupid typo
9940
9941 2005-01-06  Benjamin Otte  <otte@gnome.org>
9942
9943         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
9944           fix stupid typo that borked copying on YUY2
9945
9946 2005-01-06  Benjamin Otte  <otte@gnome.org>
9947
9948         * gst/games/gstpuzzle.c: (draw_puzzle):
9949           fix edges when image sizes aren't multiples of tile sizes
9950
9951 2005-01-06  Benjamin Otte  <otte@gnome.org>
9952
9953         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
9954           make RGB endianness work correctly
9955         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
9956           refactor and fix race with initial shuffling
9957         (nav_event_handler):
9958           allow using the mouse to puzzle
9959         (draw_puzzle):
9960           insist on tiles having width and height as multiples of 4 to get
9961           clean YUV image handling
9962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9963         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
9964           s/DEBUG/LOG/ for common messages
9965         (gst_xvimagesink_navigation_send_event):
9966           fix mouse event translation to not include screen PAR
9967         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
9968           fix mouse event translation to actually work
9969
9970 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9971
9972         * gst/asfdemux/gstasfdemux.c:
9973         (gst_asf_demux_process_ext_content_desc):
9974          Extract TrackNumber metadata + clean up code
9975         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
9976          Hope this is the good fix (var used unitialised)
9977
9978 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9979
9980         * ext/faad/gstfaad.c: (gst_faad_chain):
9981           Only increment timestamp if it's valid. Fixes raw AAC streams.
9982
9983 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9984
9985         * configure.ac:
9986         * gst/games/Makefile.am:
9987         * gst/games/gstpuzzle.c:
9988           add a puzzle game with...
9989         * gst/games/gstvideoimage.c:
9990         * gst/games/gstvideoimage.h:
9991           ... full colorspace support (that includes YUV9 and RGB16)) stolen
9992           from videotestsrc and made into something that would be a nice
9993           library for a lot of other plugins.
9994
9995 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9996
9997         * configure.ac:
9998          don't compile faad plugin if a RC of 2.0 is found
9999          Fixes #155346 (and FC1 buildbot)
10000         * gst/asfdemux/gstasfdemux.c:
10001         (gst_asf_demux_process_ext_content_desc):
10002          try to make Solaris compiler happier
10003
10004 2005-01-06  Paul Jack  <pjack@sfaf.org>
10005
10006         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10007
10008         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
10009           Fix segfault (#161667).
10010
10011 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10012
10013         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10014           Fix framerate reporting.
10015
10016 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10017
10018         * gst-libs/gst/riff/riff-ids.h:
10019         * gst/wavenc/riff.h:
10020          Add AMR (VBR and CBR) ids to riff.h audio codec list
10021         * gst/asfdemux/gstasfdemux.c:
10022         (gst_asf_demux_process_ext_content_desc),
10023         (gst_asf_demux_process_object):
10024           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
10025
10026 2005-01-05  Martin Eikermann  <meiker@upb.de>
10027
10028         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10029
10030         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10031         (gst_dvd_demux_handle_discont):
10032         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
10033         (gst_mpeg_demux_handle_discont):
10034           Recreate pads on new-media (#160730).
10035         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
10036           Send discont even if manager changes timestamps (#161929).
10037
10038 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
10039
10040         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10041
10042         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
10043           Fix invalid memory access (#159211).
10044
10045 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10046
10047         * examples/gstplay/player.c: (main):
10048           Don't iterate.
10049         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
10050           Add visualizations.
10051         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10052         (gst_a52dec_handle_frame):
10053           Set duration.
10054         * ext/dvdnav/gst-dvd:
10055           Add audioconvert. Fixes #161325.
10056         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
10057           Explicitely case to gint64. Possible valgrind error.
10058         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
10059         (gst_play_tick_callback), (gst_play_change_state),
10060         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
10061         (gst_play_set_location), (gst_play_get_location),
10062         (gst_play_seek_to_time), (gst_play_set_data_src),
10063         (gst_play_set_video_sink), (gst_play_set_audio_sink),
10064         (gst_play_set_visualization), (gst_play_connect_visualization),
10065         (gst_play_get_framerate), (gst_play_get_all_by_interface),
10066         (gst_play_new):
10067           Use playbin. Fixes #139749 and #147744.
10068         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
10069           Add genre tag.
10070         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
10071         (audioscale_get_type), (gst_audioscale_base_init),
10072         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
10073         (gst_audioscale_getcaps), (gst_audioscale_fixate),
10074         (gst_audioscale_link), (gst_audioscale_get_buffer),
10075         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
10076         (gst_audioscale_init), (gst_audioscale_dispose),
10077         (gst_audioscale_chain), (gst_audioscale_set_property),
10078         (gst_audioscale_get_property), (plugin_init):
10079           Indent properly.
10080         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
10081           Fix LPCM.
10082         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
10083         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
10084         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
10085           Add more metadata (fixes #162656).
10086
10087 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10088
10089         * configure.ac:
10090           back to cvs
10091
10092 === release 0.8.7 ===
10093
10094 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10095
10096         * NEWS:
10097         * RELEASE:
10098         * configure.ac:
10099           releasing 0.8.7, "Hyperspace"
10100
10101 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10102
10103         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10104
10105         * gst/playback/gstplaybasebin.c:
10106          Fix for #162924 - free caps after use, not before
10107
10108 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10109
10110         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10111
10112         * gst/playback/gstplaybasebin.c:
10113         * gst/wavparse/gstwavparse.c:
10114           Fix for #154773 - fixes playback of small .wav files
10115
10116 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10117
10118         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10119
10120         * gst/audioscale/gstaudioscale.c:
10121           Fix for #162819 - make audioscale reusable
10122           Fixes playback of more than one file with playbin/totem
10123
10124 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10125
10126         * gst/ffmpegcolorspace/avcodec.h:
10127         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10128         * gst/ffmpegcolorspace/imgconvert.c:
10129           clean up the mess that made me cry and avoid needless duplication
10130
10131 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10132
10133         * gst/ffmpegcolorspace/imgconvert.c:
10134           give some indication of why we're segfaulting
10135
10136 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10137
10138         * configure.ac:
10139           Fix indentation, fix v4l2 plugin detection.
10140         * ext/Makefile.am:
10141           Fix libmms location (Maciej, use diff -u!).
10142         * ext/alsa/gstalsa.c: (gst_alsa_init):
10143           Initialize caps cache to NULL.
10144         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10145           Only change state on audiosink if it exists.
10146
10147 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
10148
10149         * gst/matroska/matroska-demux.c:
10150         * gst/matroska/matroska-ids.h:
10151         * gst/matroska/matroska-demux.h:
10152         Fix Vorbis streams failing to decode in some files, where cluster_time
10153         isn't 0, because then it doesn't send codec_priv before actual data.
10154         Remove time-based test and replace it with marker set on beginning of
10155         new stream
10156
10157 2004-12-28  David Schleef  <ds@schleef.org>
10158
10159         Merge patch from Ronald fixing problems with streaming
10160         text.
10161         * ext/cairo/gstcairo.c: (plugin_init):
10162         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
10163         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10164         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
10165         (gst_textoverlay_font_init), (gst_textoverlay_init),
10166         (gst_textoverlay_set_property):
10167         * ext/cairo/gsttextoverlay.h:
10168
10169 2004-12-27  David Schleef  <ds@schleef.org>
10170
10171         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
10172         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10173         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
10174         (gst_textoverlay_font_init), (gst_textoverlay_init),
10175         (gst_textoverlay_set_property): Improvements to actually
10176         render text as white on black outline on video, including
10177         font selection and horizontal/vertical alignment.  (Ronald's
10178         christmas present)
10179         * ext/cairo/gsttextoverlay.h:
10180
10181 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10182
10183         * ext/ogg/gstogg.c:
10184         * ext/ogg/gstogmparse.c:
10185           fix ogm[audio/video]parse plugin registration
10186           (riff won't load if bytestream is already loaded)
10187
10188 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10189
10190         * gst/audioconvert/gstchannelmix.c:
10191           fix for GLIB < 2.4
10192
10193 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10194
10195         * Makefile.am:
10196         * configure.ac:
10197           disable docs again until it actually passes make distcheck.
10198
10199 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10200
10201         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
10202         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10203         (plugin_init):
10204           Add 3GP (variables name Q3GP because they can't start with a
10205           number). Add samr audio fourcc (used in .3gp files), decoder
10206           is work in progress. Also do a GST_WARNING instead of ERROR
10207           in case of unknown nodes, to decrease output.
10208
10209 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10210
10211         * Makefile.am:
10212           really fix dist
10213
10214 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10215
10216         * configure.ac:
10217         * ext/speex/gstspeexdec.h:
10218         * ext/speex/gstspeexenc.h:
10219           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
10220           Fix detection code in configure.ac
10221
10222 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10223
10224         * gst/matroska/matroska-demux.c:
10225         (gst_matroska_demux_parse_blockgroup):
10226           Save position, so that queries give proper return values. Don't
10227           know how this could ever have worked before...
10228
10229 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10230
10231         * configure.ac:
10232           Put additional LAME check inside the conditional.  Fixes #152339
10233
10234 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10235
10236         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10237         (gst_avi_demux_stream_scan):
10238           Add some more debug. Fix logic error when setting movi offset
10239           while reading index.
10240
10241 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10242
10243         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10244         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
10245         (gst_avi_demux_process_next_entry):
10246           Add some debugging. Better detection of broken indexes and the
10247           accompanying index recovery. No infinite loops on state changes
10248           when we're still in our loopfunction.
10249
10250 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10251
10252         * configure.ac:
10253           Fix up.
10254
10255 2004-12-22  Archana Shah  <archana.shah@wipro.com>
10256
10257         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10258
10259         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
10260           Normalizing the value before setting
10261         (gst_sunaudiomixer_get_volume):
10262           Normalizing the value after getting. Fixes bug# 161980
10263
10264 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10265
10266         * Makefile.am: Make sure docs gets disted
10267         * docs/Makefile.am: Make sure all needed files get disted
10268         * gst-plugins.spec.in: latest updates
10269
10270 2004-12-22  Wim Taymans  <wim@fluendo.com>
10271
10272         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10273         Revert patch 1.38 as clock distribution over schedulers does
10274         not work correcly in the core yet.
10275
10276 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10277
10278         * sys/oss/README: remove this file, which predates my birth
10279           (and which content is by far outdated)
10280
10281 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
10282
10283         * Makefile.am:
10284         * configure.ac:
10285         * docs/Makefile.am:
10286         * docs/libs/Makefile.am:
10287         * docs/libs/gst-plugins-libs-docs.sgml:
10288         * docs/libs/gst-plugins-libs-sections.txt:
10289         * docs/libs/tmpl/gstgconf.sgml:
10290         * docs/upload.mak:
10291         * docs/version.entities.in:
10292           Added boilerplate gtk-doc files for plugin-libs documentation.
10293
10294 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10295
10296         * gst/auparse/gstauparse.c: fix int and float audio caps
10297
10298 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10299
10300         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10301         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
10302           g_assert() can be a macro, don't use #ifdef inside it.
10303
10304 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
10305
10306         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10307
10308         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10309         (gst_videorate_init), (gst_videorate_chain),
10310         (gst_videorate_change_state):
10311           Event handling (fixes #159986).
10312
10313 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10314
10315         * gst-libs/gst/riff/riff-media.c:
10316         (gst_riff_create_video_caps_with_data):
10317           Add BLZ0 (Blizzard's version of DivX) fourcc.
10318
10319 2004-12-18  David Schleef  <ds@schleef.org>
10320
10321         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
10322         portability fix.
10323
10324 2004-12-18  David Schleef  <ds@schleef.org>
10325
10326         * gst/tta/ttadec.h: Disable some header code that isn't used
10327         and clearly isn't portable.
10328
10329 2004-12-18  David Schleef  <ds@schleef.org>
10330
10331         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
10332         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
10333         (avcodec_get_pix_fmt), (avpicture_layout),
10334         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
10335         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
10336         Fix code to not use GCC extensions (and c99 extensions that
10337         Forte does not like.)
10338
10339 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10340
10341         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10342
10343         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
10344         (gst_deinterlace_chain):
10345           Rowstride fixes. Fixes #161039.
10346         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
10347         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
10348         (gst_video_crop_getcaps), (gst_video_crop_link),
10349         (gst_video_crop_i420), (gst_video_crop_chain),
10350         (gst_video_crop_change_state):
10351           Rework of negotiation. Actually works now. Fixes #158650.
10352
10353 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10354
10355         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
10356           That was very stupid.
10357
10358 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10359
10360         * gst/matroska/matroska-demux.c:
10361         (gst_matroska_demux_parse_blockgroup):
10362           Fix possible crasher.
10363
10364 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10365
10366         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
10367         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
10368           Lace sizes can be zero.
10369
10370 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10371
10372         * ext/musepack/gstmusepackdec.cpp:
10373           Fetch error return values. Fixes #161624.
10374         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10375           Really EOS.
10376
10377 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10378
10379         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
10380           Work for truncated (unfinished download etc.) files. Fixes #160514.
10381
10382 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10383
10384         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10385           Fix for integer overflow. Makes #156001 not crash. Probably masks
10386           the real bug.
10387
10388 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10389
10390         * gst/ac3parse/gstac3parse.c: (plugin_init):
10391           Parsers never have ranks. Fixes #159651.
10392
10393 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10394
10395         * gst/playback/gstdecodebin.c: (compare_ranks):
10396           make sure the facotries are ordered the same every time even if they
10397           have the same rank by using the name
10398         * gst/playback/gstdecodebin.c: (find_compatibles):
10399           make sure we don't add factories to the list twice
10400
10401 2004-12-16  David Schleef  <ds@schleef.org>
10402
10403         * configure.ac: look for musepack headers as musepack/*.h
10404         (fixes #159847)
10405         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
10406         * ext/musepack/gstmusepackreader.h: same
10407
10408 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10409
10410         * gst-libs/gst/riff/riff-read.c:
10411         (gst_riff_read_strf_auds_with_data):
10412           Read extradata correctly (fixes #155879).
10413
10414 2004-12-16  David Schleef  <ds@schleef.org>
10415
10416         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
10417         audio.  does _not_ attempt or allow conversion unless channels
10418         is 1 or 2.
10419
10420 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10421
10422         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
10423
10424 2004-12-16  David Schleef  <ds@schleef.org>
10425
10426         * gst/audioscale/gstaudioscale.c: the resample library only
10427         handles 1 or 2 channels.  Change caps to compensate.
10428
10429 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10430
10431         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
10432         (gst_matroska_demux_audio_caps):
10433           Some MPEG-AAC hacks, because else it doesn't work...
10434
10435 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10436
10437         * gst-libs/gst/riff/riff-media.c:
10438         (gst_riff_create_video_caps_with_data),
10439         (gst_riff_create_video_template_caps):
10440           Add h264.
10441
10442 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10443
10444         * gst-libs/gst/audio/Makefile.am:
10445           Try to fix buildbot.
10446
10447 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10448
10449         * gst/tcp/gstmultifdsink.c:
10450           Clean up and uniformize debugging.
10451
10452 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
10453
10454         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10455
10456         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10457         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
10458         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
10459         (gst_mpeg_demux_change_state):
10460           Reset on ready. Fixes 160276.
10461
10462 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10463
10464         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10465
10466         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10467         (gst_ffmpegcsp_pad_link):
10468           Fix memleak (#154815).
10469
10470 2004-12-16  James Bowes  <bowes@cs.dal.ca>
10471
10472         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10473
10474         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
10475         (gst_musicbrainz_init), (gst_musicbrainz_chain),
10476         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
10477         * ext/musicbrainz/gsttrm.h:
10478           Add support for using a proxy server when getting a trm id from
10479           the MusicBrainz database (#149613).
10480
10481 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
10482
10483         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10484
10485         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
10486         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10487           Fix memleaks (#157233).
10488
10489 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10490
10491         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10492
10493         * gst-libs/gst/resample/resample.c: (gst_resample_close):
10494         * gst-libs/gst/resample/resample.h:
10495         * gst/audioscale/gstaudioscale.c:
10496           Fix memleak (#159215).
10497
10498 2004-12-16  Toni Willberg  <toniw@iki.fi>
10499
10500         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10501
10502         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
10503         * sys/oss/oss_probe.c: (main):
10504           Check for mono/stereo support (similar to samplerate probing),
10505           fixes #159433. Also add missing copyright header to oss_probe.c.
10506
10507 2004-12-15  David Schleef  <ds@schleef.org>
10508
10509         * configure.ac: add audioresample and cairo plugins.  Remove
10510         HAVE_MMX stuff, because it's not used.
10511         * ext/Makefile.am: same
10512         * ext/audioresample/Makefile.am: You are not ready for an
10513         audio resampling element based on audioresample.
10514         * ext/audioresample/gstaudioresample.c:
10515         * ext/audioresample/gstaudioresample.h:
10516         * ext/cairo/Makefile.am: You are not ready for overlay elements
10517         based on cairo.  Don't look too closely, these elements kinda
10518         suck right now.
10519         * ext/cairo/gstcairo.c: new
10520         * ext/cairo/gsttextoverlay.c: new
10521         * ext/cairo/gsttextoverlay.h: new
10522         * ext/cairo/gsttimeoverlay.c: new
10523         * ext/cairo/gsttimeoverlay.h: new
10524         * gst-libs/gst/media-info/media-info-priv.h: fix compile
10525         problem with compilers that don't support variadic macros.
10526
10527 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10528
10529         Reviewed by:  David Schleef  <ds@schleef.org>
10530
10531         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
10532         Bala, registering sunaudiosrc (oops!), and cleaning up code a
10533         bit.  Also ran indent-gst.
10534         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
10535         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
10536         (gst_sunaudiosrc_setparams):
10537
10538 2004-12-14  David Schleef  <ds@schleef.org>
10539
10540         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
10541         output rate to 16000.  Should fix #160235.
10542
10543 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10544
10545         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10546         Add typefinding for mpeg2 pes streams
10547
10548 2004-12-13  David Schleef  <ds@schleef.org>
10549
10550         * configure.ac:  Applied patch from bug #143659, making default
10551         sources and sinks OS-dependent (for Solaris), and added code
10552         for OS/X.
10553         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
10554
10555 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10556
10557         * gst-libs/gst/riff/riff-media.c:
10558           forgot to add h2.64 to avidemux template caps
10559
10560 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10561
10562         * gst/wavenc/riff.h:
10563         * gst-libs/gst/riff/riff-media.c:
10564         * gst-libs/gst/riff/riff-ids.h:
10565         * gst/avi/gstavimux.c
10566         add 4CC code for VideoSoft h264 in AVI (VSSH)
10567           fixes bug #160655
10568         remove s323 from riff, it's quicktime specific :(
10569
10570 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10571
10572         * gst/asfdemux/README
10573         * gst/wavenc/riff.h
10574         * gst-libs/gst/riff/riff-ids.h
10575         * gst-libs/gst/riff/riff-media.c
10576         * gst/qtdemux/qtdemux.c:
10577           add new 4CC codes for h263 related codecs
10578           fixes partially bug #155163
10579
10580 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
10581
10582         * configure.ac: Update polyaudio requirement to 0.7
10583         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
10584
10585 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10586
10587         * gst/interleave/deinterleave.c:
10588         fix my name's spelling! :)
10589
10590 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10591
10592         * AUTHORS ChangeLog
10593         * gst/auparse/gstauparse.c
10594         * gst/interleave/deinterleave.c
10595         * gst/law/:
10596                 alaw-decode.c alaw-encode.c
10597                 mulaw-decode.c mulaw-encode.c
10598         * gst/oneton/gstoneton.c
10599         * sys/osxaudio/:
10600                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
10601         * sys/osxvideo/:
10602                 cocoawindow.h cocoawindow.m
10603                 osxvideosink.h osxvideosink.m
10604
10605         put the same mail address for Zaheer Abbas Merali everywhere
10606
10607 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10608
10609         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
10610           Align by packetsize, and assert that we a packet available before
10611           playing. The first makes webstreams work (they often include
10612           trailing padding data in a packet), the second allows pausing a
10613           ASF stream in totem without getting demux errors afterwards.
10614
10615 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10616
10617         * ext/ogg/gstoggdemux.c: (get_relative):
10618           Check for non-NULL before accessing member (end-of-chain).
10619
10620 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10621
10622         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10623         (cdparanoia_set_property), (cdparanoia_get_property):
10624         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
10625         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
10626         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10627         (dvdreadsrc_init), (dvdreadsrc_set_property),
10628         (dvdreadsrc_get_property):
10629         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
10630         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
10631           Synchronize property names where not yet the case. Devices are
10632           now device=X, other versions are deprecated (but still exist).
10633           Also use g_free() unconditionally.
10634         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10635         (setup_source), (gst_play_base_bin_get_property):
10636           Expose source.
10637
10638 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10639
10640         * configure.ac: move GCONF macro outside conditional for the am
10641           conditional. Fixes #160439
10642
10643 2004-12-08  David Schleef  <ds@schleef.org>
10644
10645         * tools/gst-visualise-m.m: Switch to elements that currently
10646         exist.
10647
10648 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10649
10650         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10651           We love wrong commas.
10652
10653 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10654
10655         * gst/matroska/matroska-demux.c:
10656         (gst_matroska_demux_handle_src_query):
10657           Don't set DEFAULT, unsupported - makes length display incorrectly
10658           in some cases.
10659
10660 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10661
10662         * gst/monoscope/README: remove blurb about files being GPL
10663         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
10664         * gst/monoscope/monoscope.c: Change license to BSD with explanation
10665           monoscope is now effectively LGPL licensed
10666
10667 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10668
10669         * gst/monoscope/README: Update information to be more correct
10670         * gst/monoscope/convolve.c: Relicense to LGPL
10671         * gst/monoscope/convolve.h: Relicense to LGPL
10672
10673 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
10674
10675         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
10676           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
10677         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
10678           set default_duration for mpeg1 audio
10679
10680 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10681
10682         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
10683         * ext/alsa/gstalsa.h:
10684           refactor big chunks of the core caps negotiation code to make it
10685           a lot faster, because people claim it's really slow
10686           (actually, just cache the getcaps when the device is opened)
10687
10688 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10689
10690         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
10691         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
10692         (gst_a52dec_handle_frame), (gst_a52dec_chain),
10693         (gst_a52dec_change_state), (plugin_init):
10694         * ext/a52dec/gsta52dec.h:
10695           Do something useful with timestamps. Make chain-based (since
10696           there's really no reason to be loopbased).
10697         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10698           Update current_byte/frame correctly.
10699
10700 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10701
10702         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
10703         (gst_ape_demux_stream_init):
10704           Forward tags, too.
10705
10706 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10707
10708         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
10709           Let's make sure we're done typefinding when detecting tags.
10710
10711 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10712
10713         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
10714         (gst_ebml_read_init), (gst_ebml_read_use_event),
10715         (gst_ebml_read_element_id), (gst_ebml_peek_id),
10716         (gst_ebml_read_seek), (gst_ebml_read_skip),
10717         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
10718         (gst_ebml_read_master):
10719         * gst/matroska/ebml-read.h:
10720         * gst/matroska/matroska-demux.c:
10721         (gst_matroska_demux_parse_contents),
10722         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
10723           Disgustingly evil hack for working around INTERRUPT events and
10724           their extremely annoying habit of being a pain in the ass. We
10725           simply peek a cluster before reading any of it.
10726
10727 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10728
10729         * ext/musepack/gstmusepackdec.cpp:
10730           There's also floating point libmusepacks.
10731
10732 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10733
10734         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
10735         (gst_faad_chanpos_to_gst), (gst_faad_chain):
10736           Set DURATION even if source buffer didn't. Also use increasing
10737           timestamps.
10738         * gst-libs/gst/riff/riff-media.c:
10739         (gst_riff_create_audio_caps_with_data):
10740           Block_align can have larger values than 8192.
10741
10742 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10743
10744         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
10745         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
10746         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
10747         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
10748           Fix caps.
10749
10750 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10751
10752         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
10753           Fix logic bug.
10754
10755 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10756
10757         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
10758           Yay, another one.
10759
10760 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10761
10762         * ext/esd/esdsink.c: (gst_esdsink_chain):
10763           Make error actually say something useful (fixes #156798).
10764         * gst-libs/gst/riff/riff-media.c:
10765         (gst_riff_create_video_caps_with_data),
10766         (gst_riff_create_video_template_caps):
10767           Add Intel Video 5.0 fourcc (IV50).
10768
10769 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
10770
10771         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
10772         detection on mono and stereo mp3 files.
10773
10774 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10775
10776         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10777           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
10778           the contained stream).
10779
10780 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10781
10782         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
10783           Oops, remove debug.
10784
10785 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10786
10787         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10788
10789         * gst/law/alaw-decode.c: (alawdec_getcaps):
10790         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
10791           Prevent warnings when negotiating caps (fixes #159338).
10792
10793 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10794
10795         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10796         (gst_ffmpegcsp_chain):
10797           Remove old leftover that shouldn't be there...
10798
10799 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10800
10801         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10802
10803         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10804           Don't forward DISCONT events (fixes #159684).
10805
10806 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10807
10808         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
10809           Unlink manually since sometimes bin disposal (and therefore
10810           pad unlinking) is delayed, which will cause a new media file
10811           to not be able to start playing instantly.
10812
10813 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10814
10815         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
10816           On mute of an unlinked stream, check for pad availability so
10817           we don't crash on unlinked pad.
10818
10819 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10820
10821         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10822         (gst_avi_demux_massage_index):
10823           Fix quite humiliating bug in omitting 0-sized index chunks but
10824           forgetting to count them for timestamps.
10825
10826 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10827
10828         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10829           Actually leave the loop if we failed to sync. Don't crash.
10830
10831 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10832
10833         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
10834         (gst_dvd_demux_process_private):
10835         * gst/mpegstream/gstdvddemux.h:
10836           Fix crash (#159759). Doesn't work, though. :-(.
10837
10838 2004-11-28  Benjamin Otte  <otte@gnome.org>
10839
10840         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10841           more overwriting protection due to modifying channels one by one
10842           instead of all at once
10843
10844 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10845
10846         * gst/audioconvert/gstchannelmix.c:
10847         (gst_audio_convert_fill_normalize):
10848           Normalize using absolute values.
10849
10850 2004-11-28  Julien MOUTTE  <julien@moutte.net>
10851
10852         * configure.ac:
10853         * ext/Makefile.am:
10854         * ext/directfb/Makefile.am:
10855         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
10856         (gst_directfbvideosink_get_pixel_format),
10857         (gst_directfbvideosink_get_format_from_fourcc),
10858         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
10859         (gst_directfbvideosink_sink_link),
10860         (gst_directfbvideosink_change_state),
10861         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
10862         (gst_directfbvideosink_buffer_alloc),
10863         (gst_directfbvideosink_interface_supported),
10864         (gst_directfbvideosink_interface_init),
10865         (gst_directfbvideosink_navigation_send_event),
10866         (gst_directfbvideosink_navigation_init),
10867         (gst_directfbvideosink_set_property),
10868         (gst_directfbvideosink_get_property),
10869         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
10870         (gst_directfbvideosink_base_init),
10871         (gst_directfbvideosink_class_init),
10872         (gst_directfbvideosink_get_type), (plugin_init):
10873         * ext/directfb/directfbvideosink.h: Adding a first version of
10874         directfbvideosink.
10875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
10876         more.
10877
10878 2004-11-28  Benjamin Otte  <otte@gnome.org>
10879
10880         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10881           walk the samples backwards if out_channels > in_channels so we don't
10882           overwrite data
10883
10884 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10885
10886         * gst/audioconvert/Makefile.am:
10887         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10888         (gst_audio_convert_link), (gst_audio_convert_change_state),
10889         (gst_audio_convert_channels):
10890         * gst/audioconvert/gstchannelmix.c:
10891         (gst_audio_convert_unset_matrix),
10892         (gst_audio_convert_fill_identical),
10893         (gst_audio_convert_fill_compatible),
10894         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
10895         (gst_audio_convert_fill_others),
10896         (gst_audio_convert_fill_normalize),
10897         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
10898         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
10899         * gst/audioconvert/gstchannelmix.h:
10900           Implement a channel mixer.
10901
10902 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
10903
10904         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
10905         * ext/alsa/gstalsa.h:
10906         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
10907         Make alsasink actually honor gst_element_set_clock and use that
10908         clock instead of its internal one.
10909
10910 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
10911
10912         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
10913         (gst_play_base_bin_change_state): nullify source and decoder when
10914         going from READY to NULL so that we don't try to do weird stuff with
10915         them when going from NULL to READY
10916         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
10917         instead of g_object_unref
10918         (gen_video_element), (gen_audio_element): more refcounting fixes, now
10919         it should be correct
10920         (gst_play_bin_change_state): don't call remove_sinks if we are
10921         currently disposing the object
10922
10923 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10924
10925         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10926           Don't forget bass if it's there. Else left channel is silent...
10927
10928 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10929
10930         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
10931         (gst_a52dec_change_state):
10932           Don't do sample adjusting anymore, we use float audio now.
10933         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10934           Don't fixate to non-existing properties.
10935
10936 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10937
10938         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
10939         (gst_a52dec_change_state):
10940           Advertise that we can do surround sound.
10941
10942 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10943
10944         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
10945           Add buffer-frames=0.
10946         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
10947         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
10948         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
10949         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
10950         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
10951         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
10952         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
10953         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
10954         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
10955         * ext/dvdread/dvdreadsrc.h:
10956           Add seeking, querying for bytes, sectors, title, angle and
10957           chapter. Handle multiple chapters. Relicense to LGPL because
10958           Billy agreed on that (thanks Billy!).
10959
10960 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
10961
10962         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
10963         call parent dispose method
10964
10965 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
10966
10967         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
10968         (gst_audio_clock_get_internal_time):
10969         Fix active <-> inactive transitions: ensure time value always
10970         grows and avoid abrupt value changes.
10971
10972 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
10973
10974         * configure.ac:
10975         * gst/tta/Makefile.am:
10976         * gst/tta/crc32.h:
10977         * gst/tta/filters.h:
10978         * gst/tta/gsttta.c:
10979         * gst/tta/gstttadec.c:
10980         * gst/tta/gstttadec.h:
10981         * gst/tta/gstttaparse.c:
10982         * gst/tta/gstttaparse.h:
10983         * gst/tta/ttadec.h:
10984           added TTA parser and decoder
10985
10986 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10987
10988         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10989         (probe_triggered), (check_queue), (buffer_underrun),
10990         (buffer_running), (buffer_overrun), (gen_source_element),
10991         (setup_source):
10992         * gst/playback/gstplaybasebin.h:
10993           Implement buffering. Needs some more work.
10994
10995 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10996
10997         * ext/theora/theoradec.c: (theora_dec_chain):
10998           Fix ilog mask range overflow.
10999
11000 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11001
11002         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11003           Don't omit the last (which in case of dmix is the only :) )
11004           channel count. Don't set channels if <= 2.
11005
11006 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
11007
11008         * gst/playback/gstplaybin.c: (gen_video_element),
11009         (gen_audio_element): Removed 2 obsolete comments
11010
11011 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11012
11013         * ext/vorbis/oggvorbisenc.c
11014         * ext/vorbis/vorbisenc.c :
11015           change description fields of those plugins to differentiate them
11016           (pitivi show Encoders by description, they had the same one)
11017
11018 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
11019
11020         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11021
11022         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11023         (gst_play_bin_set_property), (gen_video_element),
11024         (gen_audio_element):
11025           Refcounting fixes for provided audio-/videosinks.
11026
11027 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11028
11029         * gst/playback/gstplaybin.c: (gen_video_element),
11030         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
11031           Don't reference all sinks, but only the video- and audiosinks.
11032           The vis. element should be disposed when we're done with it.
11033           We don't have any reason to keep it around. This fixes warnings
11034           when reusing playbin for playing multiple audio files with
11035           vis. enabled. Also release audio device on pause - idea stolen
11036           from Rhythmbox.
11037
11038 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11039
11040         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
11041         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
11042         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11043         * ext/alsa/gstalsaplugin.c: (plugin_init):
11044         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
11045         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
11046         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
11047         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
11048         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
11049         (gst_faad_change_state), (plugin_init):
11050         * ext/faad/gstfaad.h:
11051         * ext/vorbis/vorbis.c: (plugin_init):
11052         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11053         * gst-libs/gst/audio/Makefile.am:
11054         * gst-libs/gst/audio/audio.c: (plugin_init):
11055         * gst-libs/gst/audio/multichannel.c:
11056         (gst_audio_check_channel_positions),
11057         (gst_audio_get_channel_positions),
11058         (gst_audio_set_channel_positions),
11059         (gst_audio_set_structure_channel_positions_list),
11060         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
11061         (gst_audio_fixate_channel_positions):
11062         * gst-libs/gst/audio/multichannel.h:
11063         * gst-libs/gst/audio/testchannels.c: (main):
11064         * gst/audioconvert/gstaudioconvert.c:
11065         (gst_audio_convert_class_init), (gst_audio_convert_init),
11066         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
11067         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
11068         (gst_audio_convert_fixate), (gst_audio_convert_channels):
11069         * gst/audioconvert/plugin.c: (plugin_init):
11070           Surround sound support.
11071
11072 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11073
11074         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
11075           Fix position for discont if we're close as well. Nitpicking, but
11076           saves a few milliseconds of extra waiting or skipping.
11077
11078 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11079
11080         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
11081           We sometimes need parsers for playback, so add those too.
11082
11083 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11084
11085         * configure.ac:
11086         * gst/apetag/Makefile.am:
11087         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
11088         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
11089         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
11090         (gst_ape_demux_get_src_query_types),
11091         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
11092         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
11093         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
11094         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
11095         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
11096         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
11097         (gst_ape_demux_change_state):
11098         * gst/apetag/apedemux.h:
11099         * gst/apetag/apetag.c: (plugin_init):
11100         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
11101         (plugin_init):
11102           APE v1/2 tag reader plus typefind function.
11103
11104 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11105
11106         * configure.ac:
11107         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11108         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11109           Remove hacks for older core. Require newer core version
11110           accordingly.
11111
11112 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11113
11114         * gst/cdxaparse/Makefile.am:
11115         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
11116         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
11117         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
11118         * gst/cdxaparse/gstcdxaparse.h:
11119         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
11120         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
11121         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
11122         (gst_cdxastrip_get_src_query_types),
11123         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
11124         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
11125         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
11126         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
11127         * gst/cdxaparse/gstcdxastrip.h:
11128           SVCD/VCD header stripping separated from CDXA image parsing.
11129         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11130         (plugin_init):
11131           Add VCD/SVCD header typefinding for VCD/SVCD.
11132         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
11133         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11134         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11135         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
11136         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
11137         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
11138         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
11139         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
11140         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
11141         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
11142         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
11143         * sys/vcd/vcdsrc.h:
11144           Fix up, add seeking, querying, URI interface. Works in totem now.
11145
11146 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11147
11148         * configure.ac:
11149           back to CVS
11150
11151 === release 0.8.6 ===
11152
11153 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11154
11155         * NEWS:
11156         * RELEASE:
11157         * configure.ac:
11158         * po/af.po:
11159         * po/az.po:
11160         * po/cs.po:
11161         * po/en_GB.po:
11162         * po/hu.po:
11163         * po/it.po:
11164         * po/nb.po:
11165         * po/nl.po:
11166         * po/or.po:
11167         * po/sq.po:
11168         * po/sr.po:
11169         * po/sv.po:
11170         * po/uk.po:
11171           releasing 0.8.6, "IOU Love"
11172
11173 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11174
11175         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11176
11177         * gst/playback/gstplaybasebin.c:
11178           Fix unplayable files error handling.  Fixes #158365
11179
11180 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11181
11182         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11183
11184         * gst/typefind/gsttypefindfunctions.c:
11185           Fix broken mp3 typefinding.  Fixes #158375
11186
11187 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11188
11189         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11190
11191         * ext/ogg/gstoggdemux.c:
11192           Fix sync on broken files.  Fixes #158976
11193
11194 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11195
11196         patch by: Edward Hervey <bilboed@bilboed.com>
11197
11198         * ext/libpng/gstpngenc.c:
11199           Copy over buffer properties.  Fixes #158832
11200
11201 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11202
11203         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
11204
11205         * ext/dvdread/dvdreadsrc.c:
11206           Fixes invalid reads (#158462)
11207
11208 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11209
11210         * sys/v4l/gstv4lsrc.c:
11211         * sys/v4l/gstv4lsrc.h:
11212         * sys/v4l/v4lsrc_calls.c:
11213           Probe less and cache it.  Fixes #159187.
11214
11215 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11216
11217         * gst/videorate/gstvideorate.c:
11218           Handle all video formats. Fixes #159186.
11219
11220 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
11221         * gst/synaesthesia/gstsynaesthesia.c:
11222         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
11223         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
11224         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
11225         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
11226         (gst_synaesthesia_change_state), (plugin_init):
11227         Fix up synaesthesia to work under different samplerates/ buffer sizes.
11228         Force 320x200 output, as that's the only thing the underlying
11229         synaesthesia implementation supports. Still needs to be made
11230         re-entrant.
11231
11232 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11233
11234         * configure.ac:
11235           Fix mpeg2enc configure check (similar to mplex check below).
11236
11237 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
11238
11239         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11240
11241         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11242           Fix for gcc-2.95 (fixes #158221).
11243
11244 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11245
11246         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11247           Re-add clock distribution hack (until new core is released).
11248           Fixes #158125.
11249
11250 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
11251         * configure.ac:
11252           fix mplex configure check segfaulting on some systems (bug #140994)
11253
11254 2004-11-13  Benjamin Otte  <otte@gnome.org>
11255
11256         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
11257           add debugging
11258         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11259           do a wait when we enter the loop func with no data available to
11260           write instead of getting into an 100% CPU loop by just returning and
11261           being called again by the scheduler
11262
11263 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
11264
11265         * configure.ac:
11266         * ext/libvisual/visual.c: (gst_visual_get_type),
11267         (libvisual_log_handler), (gst_visual_getcaps),
11268         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
11269         (plugin_init):
11270           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
11271         * ext/smoothwave/Makefile.am:
11272         * ext/smoothwave/demo-osssrc.c: (main):
11273         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
11274         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
11275         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
11276         (plugin_init):
11277         * ext/smoothwave/gstsmoothwave.h:
11278           Make gstsmoothwave a working element in the 20th century.
11279
11280         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
11281           Fix incorrect link function
11282
11283 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11284
11285         * gst/volume/gstvolume.c:
11286           Allow buffer-frames=0.
11287
11288 2004-11-12 Iain <iaingnome@gmail.com>
11289
11290         * configure.ac: Check for polypaudio
11291
11292         * ext/Makefile.am: Build the polyp dir
11293
11294         * ext/polyp: The polypsink sources.
11295
11296 2004-10-30 Iain <iaingnome@gmail.com>
11297
11298         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
11299         caps to reflect the new number of channels.
11300
11301 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11302
11303         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11304           Fix for negotiation order problem. This would show when the
11305           ALSA loopfuction was called before any other function. ALSA
11306           wouldn't do anything because we're not negotiated yet, leading
11307           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
11308
11309 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11310
11311         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11312
11313         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11314           No warnings (#157986).
11315
11316 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11317
11318         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11319           Prefer apev1/2 and id3v1 (at end of file) over musepack.
11320
11321 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11322
11323         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
11324           Signal no-more-pads (so it works in playbin).
11325
11326 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11327
11328         * ext/musepack/gstmusepackreader.cpp:
11329           Workaround for older core.
11330
11331 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11332
11333         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
11334           Actually test for odd width/height rather than testing whether
11335           a temporary variable that was 0 before we subtracted 1 is now
11336           not equal to zero (which it always is).
11337
11338 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11339
11340         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11341         Fix compilation if HAVE_XVIDEO is not defined
11342
11343 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11344
11345         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11346         Fix compilation if HAVE_XVIDEO is not defined
11347
11348 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
11349
11350         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11351         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
11352         (gst_goom_change_state), (plugin_init):
11353         Use the bytestream adapter so goom doesn't depend on the input
11354         buffer size.
11355         Add a debug category
11356
11357 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11358
11359         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11360           Only set hardware parameters *after* negotiation. Before
11361           negotiation, it will set ANY and that seems to cause crashes
11362           (see e.g. #151288, #153227).
11363
11364 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11365
11366         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11367           This seems to be antique leftover. It needs to pass error
11368           checking.
11369         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
11370         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
11371         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
11372         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
11373           Fix GstXOverlay implementation (#151059).
11374
11375 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11376
11377         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11378           Don't assert (#157853).
11379
11380 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11381
11382         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11383           Fix bytes/samples confustion.
11384         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
11385           Fix for underrun (#144389).
11386
11387 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11388
11389         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11390           Disable halfway-seek for pending release (since it needs a new
11391           core release).
11392
11393 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11394
11395         * sys/v4l/gstv4lsrc.c:
11396         * sys/v4l/gstv4lsrc.h:
11397         * sys/v4l/v4lsrc_calls.c:
11398           add autoprobe-fps property so we can separate autoprobing parts
11399
11400 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11401
11402         * sys/v4l/gstv4lsrc.c:
11403         * sys/v4l/v4lsrc_calls.c:
11404         initialise fourcc to catch unset fourcc's, and debug
11405
11406 2004-11-09  Wim Taymans  <wim@fluendo.com>
11407
11408         * gst/playback/README:
11409         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11410         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11411         (gst_play_bin_dispose), (gst_play_bin_set_property),
11412         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
11413         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
11414         (gst_play_bin_get_formats), (gst_play_bin_convert),
11415         (gst_play_bin_get_query_types), (gst_play_bin_query):
11416         Cleanups and some more documentation.
11417
11418 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
11419
11420         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
11421         (gst_cacasink_init), (gst_cacasink_chain):
11422         * ext/libcaca/gstcacasink.h:
11423         Cacasink inherits from VideoSink, so let that store the clock.
11424
11425 2004-11-09  Wim Taymans  <wim@fluendo.com>
11426
11427         * gst/playback/README:
11428         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
11429         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
11430         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
11431         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
11432         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
11433         (setup_sinks):
11434         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
11435         (gst_stream_info_is_mute), (gst_stream_info_set_property):
11436         * gst/playback/gststreaminfo.h:
11437         Updated README.
11438         Only switch groups if all streams have muted (EOSed).
11439         Send Tags in sync with the stream playback instead of in
11440         the playback/preroll phase.
11441         Some cleanups, free the fakesrc elements.
11442
11443 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11444
11445         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
11446           buffer-frames property was missing
11447         * ext/arts/gst_arts.c:
11448           rate missing from sinkcaps
11449         * ext/audiofile/gstafparse.c:
11450         * ext/audiofile/gstafsink.c:
11451         * ext/audiofile/gstafsrc.c:
11452         * ext/swfdec/gstswfdec.c:
11453           int audio doesn't know buffer-frames
11454         * ext/cdparanoia/gstcdparanoia.c:
11455           int audio doesn't know chunksize either
11456         * ext/nas/nassink.c:
11457           it's endianness, not endianess
11458         * gst-libs/gst/audio/audio.h:
11459           make float standard pad template caps really describe float
11460         * gst/law/mulaw.c: (linear_factory):
11461           signed only, please
11462         * gst/mpegstream/gstdvddemux.c:
11463           widths of 20 are not valid
11464
11465 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11466
11467         Submitted by: Luca Ferretti <elle.uca@infinito.it>
11468
11469         * po/LINGUAS:
11470         * po/it.po:
11471           Add Italian
11472
11473 2004-11-08  Wim Taymans  <wim@fluendo.com>
11474
11475         * gst/playback/README:
11476         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11477         * gst/playback/gstplaybasebin.c: (probe_triggered),
11478         (gst_play_base_bin_change_state):
11479         Updated README, added more comments for fixmes etc..
11480
11481 2004-11-08  Wim Taymans  <wim@fluendo.com>
11482
11483         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11484         We can remove this hack now.
11485
11486 2004-11-08  Wim Taymans  <wim@fluendo.com>
11487
11488         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
11489         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11490         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11491         Only mix AYUV for maximum quality.
11492
11493 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11494
11495         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
11496         (gst_ogg_demux_push), (gst_ogg_pad_push):
11497           Let's act as if we're synchronized now! :).
11498         * ext/theora/theoradec.c: (theora_dec_chain):
11499           Add some debug.
11500
11501 2004-11-08  Wim Taymans  <wim@fluendo.com>
11502
11503         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11504         (gst_alpha_set_property), (gst_alpha_sink_link),
11505         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
11506         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
11507         (gst_alpha_init_params), (gst_alpha_chain):
11508         Implement alpha functions for AYUV too, this increases
11509         accuracy quite a bit.
11510
11511 2004-11-08  Wim Taymans  <wim@fluendo.com>
11512
11513         * gst/ffmpegcolorspace/avcodec.h:
11514         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11515         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11516         (gst_ffmpegcsp_avpicture_fill):
11517         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11518         (gst_ffmpegcsp_caps_remove_format_info):
11519         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11520         (shrink12), (img_get_alpha_info), (deinterlace_line),
11521         (deinterlace_line_inplace):
11522         * gst/ffmpegcolorspace/imgconvert_template.h:
11523         Added AYUV colorspace and handle RGBA a bit more respectful.
11524
11525 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11526
11527         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11528           Actually always send a discont (cornercase when resending the
11529           same serial-tagged chain twice).
11530
11531 2004-11-08  Julien MOUTTE  <julien@moutte.net>
11532
11533         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
11534         (gst_ximagesink_finalize):
11535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
11536         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
11537
11538 2004-11-08  Wim Taymans  <wim@fluendo.com>
11539
11540         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
11541         Don't segfault on NULL data.
11542
11543 2004-11-08  Wim Taymans  <wim@fluendo.com>
11544
11545         * gst/playback/gstdecodebin.c: (unlinked):
11546         * gst/playback/gstplay-marshal.list:
11547         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11548         (gst_play_base_bin_init), (group_create), (get_active_group),
11549         (get_building_group), (group_destroy), (group_commit),
11550         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
11551         (add_element_stream), (no_more_pads), (probe_triggered),
11552         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
11553         (state_change), (setup_source), (gst_play_base_bin_get_property),
11554         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
11555         (gst_play_base_bin_link_stream),
11556         (gst_play_base_bin_get_streaminfo):
11557         * gst/playback/gstplaybasebin.h:
11558         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11559         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
11560         Add support for chained ogg files. Prepare for playlist
11561         support. This patch introduces the concept of pad groups, which
11562         together compose one playable media file.
11563
11564 2004-11-07  David Schleef  <ds@schleef.org>
11565
11566         * testsuite/gst-lint: Check for pad templates that aren't statically
11567         scoped.
11568
11569 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11570
11571         * configure.ac:
11572         * ext/Makefile.am:
11573         * ext/musepack/Makefile.am:
11574         * ext/musepack/gstmusepackdec.cpp:
11575         * ext/musepack/gstmusepackdec.h:
11576         * ext/musepack/gstmusepackreader.cpp:
11577         * ext/musepack/gstmusepackreader.h:
11578           Add musepack decoder.
11579         * ext/faad/gstfaad.c: (gst_faad_base_init):
11580           Make pad templates static.
11581         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11582         (plugin_init):
11583           Add musepack typefinder, make mp3 typefinding work halfway stream,
11584           which doesn't actually work yet because id3demux doesn't implement
11585           _get_length().
11586
11587 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11588
11589         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11590         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
11591           Fix interrupt event handling (#144436).
11592
11593 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11594
11595         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
11596           Hide unused glory.
11597
11598 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11599
11600         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11601
11602         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11603           Fix weird caps (#157548).
11604
11605 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11606
11607         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11608
11609         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
11610           Add missing NULL terminator (#157543).
11611
11612 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11613
11614         * gst/tcp/gsttcp.h:
11615         * gst/tcp/gsttcpclientsink.c:
11616         * gst/tcp/gsttcpclientsrc.c:
11617         * gst/tcp/gsttcpserversink.c:
11618         * gst/tcp/gsttcpserversrc.c:
11619           ports can go up to 65535.  Move common defines to gsttcp.h
11620
11621 2004-11-05  Wim Taymans  <wim@fluendo.com>
11622
11623         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
11624         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
11625         Added two more colorspaces.
11626
11627 2004-11-05  Wim Taymans  <wim@fluendo.com>
11628
11629         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11630         (gst_ffmpegcsp_avpicture_fill):
11631         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11632         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
11633         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
11634         More stride fixes.
11635
11636 2004-11-05  Wim Taymans  <wim@fluendo.com>
11637
11638         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
11639         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
11640         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11641         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
11642         (gst_videomixer_loop):
11643         More stride fixes.
11644
11645 2004-11-05  Benjamin Otte  <otte@gnome.org>
11646
11647         * ext/mad/gstmad.c: (gst_mad_chain):
11648           don't overflow data buffer. Flush not needed sync data when syncing
11649           failed.
11650
11651 2004-11-04  Wim Taymans  <wim@fluendo.com>
11652
11653         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11654         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
11655         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
11656         (gst_alpha_init_params), (gst_alpha_chain),
11657         (gst_alpha_change_state):
11658         Updated the chroma keying algorithm with something more
11659         sophisticated.
11660
11661 2004-11-03  Wim Taymans  <wim@fluendo.com>
11662
11663         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11664         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11665         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11666         Fix stride issues. Does not completely work for odd
11667         heights.
11668
11669 2004-11-03  Wim Taymans  <wim@fluendo.com>
11670
11671         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11672         (gst_alpha_chroma_key), (gst_alpha_chain):
11673         Fix stride issues. Does not completely work for odd
11674         heights.
11675
11676 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
11677
11678         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
11679         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
11680         leak fixes
11681
11682 2004-11-03  Wim Taymans  <wim@fluendo.com>
11683
11684         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11685         (gst_ffmpegcsp_avpicture_fill):
11686         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11687         (avpicture_alloc):
11688         * gst/ffmpegcolorspace/imgconvert_template.h:
11689         Use correct _fill function to get correct strides.
11690
11691 2004-11-02  David Schleef  <ds@schleef.org>
11692
11693         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11694         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
11695         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
11696         Change all g_print()s to debugging.  Add a bunch of consistency
11697         checks.
11698
11699 2004-11-02  Wim Taymans  <wim@fluendo.com>
11700
11701         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11702         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
11703         (unlinked), (no_more_pads), (close_link):
11704         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11705         (unknown_type), (add_element_stream), (new_decoded_pad),
11706         (removed_decoded_pad), (setup_source):
11707         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
11708         (gst_stream_info_class_init), (gst_stream_info_init),
11709         (gst_stream_info_new), (gst_stream_info_dispose),
11710         (stream_info_mute_pad), (gst_stream_info_set_property),
11711         (gst_stream_info_get_property):
11712         * gst/playback/gststreaminfo.h:
11713         Fix playback of multiple files.
11714         a slightly different approach to handling dynamic pad removals.
11715         This one only looks at pads that we have linked.
11716
11717 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
11718
11719         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
11720         free" warning from libc.
11721
11722 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11723
11724         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11725         (get_unconnected_element), (remove_starting_from), (pad_removed),
11726         (close_link):
11727           Implement support for dynamic pad changing. We listen to "live"
11728           pad removals (i.e. while playing) and re-setup autoplugging
11729           after that. Playbasebin/playbin need some more work for this
11730           to finally work, but decodebin supports (and replugs) chained
11731           ogg now.
11732
11733 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
11734
11735         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
11736         (gst_alsa_finalize):
11737         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
11738         (gst_cdaudio_finalize):
11739         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11740         (cdparanoia_finalize):
11741         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
11742         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
11743         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11744         (dvdreadsrc_finalize):
11745         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
11746         (gst_flacdec_finalize):
11747         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
11748         (gst_flacenc_finalize):
11749         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
11750         (gst_gnomevfssink_finalize):
11751         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
11752         (gst_gnomevfssrc_finalize):
11753         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
11754         (gst_fameenc_finalize):
11755         * ext/nas/nassink.c: (gst_nassink_class_init),
11756         (gst_nassink_finalize):
11757         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
11758         (gst_sdlvideosink_class_init):
11759         * ext/sndfile/gstsf.c: (gst_sf_dispose):
11760         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
11761         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
11762         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
11763         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
11764         (gst_x_window_listener_dispose):
11765         * gst/audioscale/gstaudioscale.c:
11766         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
11767         (play_on_demand_finalize):
11768         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
11769         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
11770         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
11771         (cdplayer_finalize):
11772         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
11773         (gst_glimagesink_class_init):
11774         * sys/oss/gstosselement.c: (gst_osselement_class_init),
11775         (gst_osselement_finalize):
11776         * sys/oss/gstosssink.c: (gst_osssink_dispose):
11777         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
11778         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
11779           Fixes a bunch of problems with finalize and dispose functions,
11780           either assumptions that dispose is only called once, or not calling
11781           the parent class dispose/finalize function
11782
11783 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
11784
11785         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
11786           added two api precondition guards
11787           use g_strdup with getenv to fix crash when using ENVVAR
11788
11789 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
11790         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11791         (gst_esdsink_finalize):
11792         Use a finalize function, not dispose, and more importantly,
11793         call the parent class finalize function too
11794
11795 2004-11-01  Johan Dahlin  <johan@gnome.org>
11796
11797         * ext/ogg/gstoggdemux.c:
11798         * gst/tags/gstvorbistag.c:
11799         Plug leaks.
11800
11801 2004-10-31  Benjamin Otte  <otte@gnome.org>
11802
11803         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11804           lotsa memleaks today. But they're all small...
11805
11806 2004-10-31  Benjamin Otte  <otte@gnome.org>
11807
11808         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11809           another memleak crushed
11810
11811 2004-10-31  Benjamin Otte  <otte@gnome.org>
11812
11813         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11814           fix memleak
11815
11816 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11817
11818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11819           Hack to prevent crash when going to READY inside signal handler
11820           while this function is active.
11821
11822 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11823
11824         * gst/ffmpegcolorspace/Makefile.am:
11825         * gst/ffmpegcolorspace/avcodec.h:
11826         * gst/ffmpegcolorspace/common.h:
11827         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
11828         * gst/ffmpegcolorspace/dsputil.h:
11829         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
11830         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11831         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11832         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
11833         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
11834         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
11835         (gst_ffmpegcsp_avpicture_fill):
11836         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11837         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11838         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11839         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
11840         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
11841         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
11842         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
11843         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
11844         * gst/ffmpegcolorspace/imgconvert.c:
11845         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11846         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
11847         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
11848         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
11849         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
11850         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
11851         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
11852         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
11853         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
11854         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
11855         (grow21), (grow22), (grow41), (grow44), (conv411),
11856         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
11857         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
11858         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
11859         (avpicture_free), (is_yuv_planar), (img_convert),
11860         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
11861         (deinterlace_line_inplace), (deinterlace_bottom_field),
11862         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
11863         * gst/ffmpegcolorspace/imgconvert_template.h:
11864         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
11865         * gst/ffmpegcolorspace/mmx.h:
11866         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
11867         (av_fast_realloc), (av_mallocz_static), (av_free_static),
11868         (av_freep), (avcodec_get_context_defaults),
11869         (avcodec_alloc_context), (avcodec_init):
11870           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
11871           handling plus update from ffmpeg CVS. Large clean-up.
11872
11873 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11874
11875         * gst/playback/Makefile.am:
11876           We need the marshallers for decodebin, too.
11877
11878 2004-10-30  David Schleef  <ds@schleef.org>
11879
11880         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
11881           quicktime typefinding work with 64-bit offsets.
11882
11883 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
11884
11885         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
11886           Set EOS on the element when processing an EOS event.
11887         * ext/speex/gstspeexdec.h:
11888         * ext/speex/gstspeexenc.h:
11889           Only keep a const ptr to the mode
11890         * gst-libs/gst/riff/riff-media.c:
11891         (gst_riff_create_audio_caps_with_data),
11892         (gst_riff_create_audio_template_caps):
11893           Allow WMAV3, with up to 6 channels.
11894         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
11895           Don't call gst_pad_set_event_function on a sink pad.
11896         * gst/mpegstream/gstdvddemux.c:
11897         (gst_dvd_demux_get_subpicture_stream),
11898         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
11899           Copy the explicit caps that were set across to the cur_* pads,
11900           instead of trying to use a possibly non-existent negotiated caps.
11901           Reset the type of subpicture pads to UNKNOWN after calling
11902           init_stream, so that the caps get set.
11903
11904 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
11905
11906         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11907
11908         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
11909           Don't touch buffer if it is of size 0 (fixes #151064).
11910
11911 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11912
11913         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
11914           Synchronized discont handling.
11915
11916 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11917
11918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11919         (gst_ogg_demux_push):
11920           Make seeking sort-of exact again (fixes #156387).
11921
11922 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11923
11924         * gst/playback/gstplaybasebin.c: (unknown_type),
11925         (add_element_stream), (new_decoded_pad),
11926         (gst_play_base_bin_change_state):
11927         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11928         (gst_stream_info_init), (gst_stream_info_new),
11929         (gst_stream_info_dispose), (gst_stream_info_get_property):
11930         * gst/playback/gststreaminfo.h:
11931           Make caps explicitely available. Makes testing for unsupported
11932           types possible. Improves error reporting.
11933
11934 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11935
11936         * gst/audioconvert/gstaudioconvert.c:
11937         (gst_audio_convert_buffer_to_default_format):
11938           Really don't touch read-only buffers (#156563).
11939
11940 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
11941
11942         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11943
11944         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11945           Fix memleak (#155223).
11946
11947 2004-10-29  Wim Taymans  <wim@fluendo.com>
11948
11949         * gst/tcp/.cvsignore:
11950         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11951         (gst_multifdsink_class_init), (gst_multifdsink_init),
11952         (gst_multifdsink_add), (gst_multifdsink_remove),
11953         (gst_multifdsink_remove_client_link), (is_sync_frame),
11954         (gst_multifdsink_new_client),
11955         (gst_multifdsink_handle_client_write),
11956         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11957         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11958         (gst_multifdsink_get_property):
11959         * gst/tcp/gstmultifdsink.h:
11960         Added burst on connect sync_method, deprecated sync_clients,
11961         streamlined the sync code some more.
11962
11963 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11964
11965         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
11966         (gst_play_base_bin_change_state):
11967           Improve error reporting.
11968
11969 2004-10-28  Wim Taymans  <wim@fluendo.com>
11970
11971         * gst/tcp/Makefile.am:
11972         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
11973         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
11974         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
11975         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11976         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11977         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11978         (gst_fdset_wait):
11979         Added more locks around fdset structures. Fixed/reworked
11980         the poll array resizing code.
11981         Added stress test for fdset.
11982
11983 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11984
11985         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
11986         fix build
11987
11988 2004-10-28  Benjamin Otte  <otte@gnome.org>
11989
11990         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
11991           fix link function to always query channels and query width for
11992           floats
11993         * configure.ac:
11994           add equalizer dir
11995         * gst/equalizer/Makefile.am:
11996         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
11997         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
11998         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
11999         (arg_to_scale), (setup_filter),
12000         (gst_iir_equalizer_compute_frequencies),
12001         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
12002         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
12003         (plugin_init):
12004           add an equalizer
12005
12006 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12007
12008         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
12009
12010         * po/LINGUAS:
12011         * po/nb.po:
12012           Added Norwegian Bokmaal translation
12013
12014 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12015
12016         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12017           Don't break on options (fixes #156488).
12018
12019 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12020
12021         * configure.ac:
12022         * ext/cdaudio/Makefile.am:
12023         * sys/Makefile.am:
12024           fix build on older automake
12025
12026 2004-10-26  Wim Taymans  <wim@fluendo.com>
12027
12028         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12029         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12030         Allow a little margin when negotiating the framerate.
12031
12032 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
12033
12034         * gst/level/gstlevel.c:
12035           synchonised naming of pads and pad-templates
12036
12037 2004-10-26  Wim Taymans  <wim@fluendo.com>
12038
12039         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12040         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
12041         (_find_streams_check), (gst_ogg_demux_push):
12042         Fix EOS again. Needs to be done in a better way. We should not
12043         remove the pad if there is no new chained stream.
12044
12045 2004-10-26 Iain <iaingnome@gmail.com>
12046
12047         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
12048         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
12049         of the caps.
12050         * gst/interleave/interleave.c (interleave_class_init): Hook up release
12051         pad.
12052         (interleave_release_pad): Remove the pad.
12053         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
12054         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
12055         the set device.
12056         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
12057         attrs
12058         (gst_xvimagesink_xcontext_clear): Free the xcontext.
12059         (gst_xvimagesink_finalize): Free the par.
12060
12061 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12062
12063         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
12064         (gst_avimux_stop_file):
12065           First calculate the rate, and only then use it. Hdr.rate is a
12066           multiple and not a derivative of hdr.scale. Scale is not the
12067           same as blockalign but is solely related to rate.
12068
12069 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12070
12071         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12072         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
12073           Implement seeking.
12074
12075 2004-10-25  James Henstridge  <james@jamesh.id.au>
12076
12077         Reviewed by:  David Schleef  <ds@schleef.org>
12078
12079         * examples/gstplay/player.c: (got_stream_length), (main):
12080         * examples/seeking/cdplayer.c: (update_scale):
12081         * examples/seeking/seek.c: (format_value), (update_scale):
12082         * examples/seeking/spider_seek.c: (format_value), (update_scale),
12083         (stop_seek):
12084         Build fixes on AMD64.
12085
12086 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12087
12088         reviewed by: Ronald Bultje <rbultje at gnome dot org>
12089
12090         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
12091         Fix for some v4l cards which hang in v4lsrc
12092
12093 2004-10-25  Wim Taymans  <wim@fluendo.com>
12094
12095         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
12096         (gst_ogg_demux_push), (gst_ogg_chains_clear):
12097         Make sure to remove the pad when a new chain is
12098         encountered. Set some vars to NULL so we don't try
12099         to reference freed memory.
12100
12101 2004-10-25  Wim Taymans  <wim@fluendo.com>
12102
12103         * examples/seeking/Makefile.am:
12104         * examples/seeking/cdplayer.c: (update_scale):
12105         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
12106         * examples/seeking/playbin.c: (make_playerbin_pipeline),
12107         (format_value), (update_scale), (iterate), (start_seek),
12108         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
12109         (print_usage), (main):
12110         Added some more examples, update others.
12111
12112 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12113
12114         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
12115         * ext/speex/gstspeexdec.c: (speex_dec_chain):
12116         * ext/theora/theoradec.c: (theora_dec_chain):
12117         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12118           Add codec-name metadata.
12119
12120 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
12121
12122         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12123
12124         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12125         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12126         * ext/alsa/gstalsamixertrack.h:
12127         * po/POTFILES.in:
12128           ALSA mixer track label internationalization (#154054).
12129
12130 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12131
12132         * ext/theora/theoradec.c: (theora_dec_chain):
12133           Export bitrate as metadata.
12134
12135 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12136
12137         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12138         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12139         * ext/alsa/gstalsamixertrack.h:
12140           Fix names, fix loop.
12141
12142 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12143
12144         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
12145         (speex_dec_convert):
12146           sinkconvert function so oggdemux can get the file length (totem).
12147
12148 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
12149
12150         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12151
12152         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12153           Don't push incomplete packets.
12154         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
12155           Fix MPEG-4 audio typefinding.
12156
12157 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12158
12159         * sys/v4l/Makefile.am:
12160         * sys/v4l/gstv4l.c: (plugin_init):
12161         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
12162         (gst_v4lelement_init), (gst_v4lelement_dispose),
12163         (gst_v4lelement_change_state):
12164         * sys/v4l/gstv4lelement.h:
12165         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
12166         (gst_v4l_xoverlay_close), (idle_refresh),
12167         (gst_v4l_xoverlay_set_xwindow_id):
12168         * sys/v4l/gstv4lxoverlay.h:
12169         * sys/v4l/v4l-overlay_calls.c:
12170         * sys/v4l/v4l_calls.h:
12171         * sys/v4l2/Makefile.am:
12172         * sys/v4l2/gstv4l2.c: (plugin_init):
12173         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
12174         (gst_v4l2element_init), (gst_v4l2element_dispose),
12175         (gst_v4l2element_change_state):
12176         * sys/v4l2/gstv4l2element.h:
12177         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
12178         (gst_v4l2_xoverlay_close), (idle_refresh),
12179         (gst_v4l2_xoverlay_set_xwindow_id):
12180         * sys/v4l2/gstv4l2xoverlay.h:
12181         * sys/v4l2/v4l2-overlay_calls.c:
12182         * sys/v4l2/v4l2_calls.h:
12183           Remove client-side overlay handling, use the X-server v4l plugin
12184           for that. Nicer overlay, less code. Also make the plugin
12185           compileable without X (but then without overlay, obviously).
12186           Makes xwindowlistener obsolete, should we remove that?
12187
12188 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12189
12190         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
12191         (gst_osssrc_src_query):
12192         * sys/oss/gstosssrc.h:
12193           OK, so people want offset in DEFAULT. This time, actually fix all
12194           cases.
12195         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12196           Add FPS properly.
12197
12198 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12199
12200         * gst/asfdemux/gstasfmux.c:
12201         * gst/avi/gstavimux.c:
12202           Framerate.
12203
12204 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12205
12206         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
12207           Fix properties (channel, norm, frequency).
12208
12209 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12210
12211         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
12212           Flag typo.
12213         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
12214           No warnings.
12215
12216 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12217
12218         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
12219           Fix hang.
12220
12221 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12222
12223         * sys/v4l2/gstv4l2element.h:
12224           Yet Another Hack (tm) for kernel header borkedness.
12225         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
12226         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
12227         (gst_v4l2src_link), (gst_v4l2src_getcaps),
12228         (gst_v4l2src_change_state):
12229         * sys/v4l2/gstv4l2src.h:
12230         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
12231         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
12232           Fix caps, keep track of state, work.
12233
12234 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12235
12236         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12237           Quiet.
12238
12239 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12240
12241         * sys/oss/gstosssrc.c: (gst_osssrc_get):
12242           Don't mix bytes and samples.
12243
12244 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12245
12246         * ext/ogg/gstoggmux.c:
12247           Basic pad template which accepts OGM tracks, speex, flac, vorbis
12248           and theora. Any is incorrect.
12249         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
12250           Fix caps.
12251         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12252         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12253         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
12254         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
12255         * sys/v4l/gstv4lmjpegsrc.h:
12256         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
12257         (gst_v4lsrc_change_state):
12258         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
12259         (gst_v4lmjpegsrc_capture_stop):
12260           Fix caps. Keep track of internal state. Work.
12261
12262 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12263
12264         * ext/Makefile.am:
12265           Fix the build fixes.
12266
12267 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12268
12269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12270         (gst_ogg_demux_src_event), (_find_chain_seek),
12271         (gst_ogg_pad_push):
12272           Check for pad availability before using it.
12273         * ext/ogg/gstoggdemux.c: (_find_chain_process):
12274           Fix parsing of chained ogg. Needs more work on the decoder side.
12275
12276 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12277
12278         * gst/spectrum/Makefile.am:
12279         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
12280         (idle_func):
12281           Fix demo and reenable it. Yes, I'm currently playing with audio
12282           analysis tools
12283
12284 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12285
12286         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12287           We love it if files that start at zero work too...
12288
12289 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12290
12291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12292           Handle files with missing EOS headers.
12293
12294 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12295
12296         * gst/tcp/gsttcpserversink.c:
12297         (gst_tcpserversink_handle_server_read),
12298         (gst_tcpserversink_init_send):
12299         Zero some variables first (need for accept not to return EINVAL)
12300
12301 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12302
12303         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12304         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
12305         * ext/theora/theoradec.c: (theora_dec_sink_convert),
12306         (theora_dec_chain):
12307         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12308         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
12309           Seeking and querying finetune.
12310
12311 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12312
12313         * configure.ac:
12314         * ext/Makefile.am:
12315         * ext/raw1394/Makefile.am:
12316           fix the build
12317
12318 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12319
12320         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12321           Wrong return.
12322         * gst/playback/Makefile.am:
12323         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
12324         * gst/playback/gstplay-marshal.list:
12325         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
12326           Fix marshallers.
12327
12328 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12329
12330         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
12331           Silence.
12332
12333 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12334
12335         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12336         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12337         (gst_ogg_pad_push):
12338           Yay for non-lineair granulepos in theora.
12339
12340 2004-10-18  Wim Taymans  <wim@fluendo.com>
12341
12342         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
12343         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12344         * ext/dv/gstdvdec.h:
12345         Make sure we renegotiate aspect ratio when the camera switches.
12346
12347 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12348
12349         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12350         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
12351           Start at zero.
12352         * ext/theora/theoradec.c: (theora_dec_chain):
12353           Skip headers. Bad idea for chained ogg, but fixes seeking.
12354
12355 2004-10-18  Wim Taymans  <wim@fluendo.com>
12356
12357         * configure.ac:
12358         I swear, this is the last time I touch this.
12359
12360 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12361
12362         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12363         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12364         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
12365           Faster seeking.
12366         * ext/theora/theoradec.c: (theora_dec_sink_convert):
12367           Time-to-default conversion.
12368         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12369           Don't error on unknown packets, just skip. We should probably
12370           read them if we want to support chained ogg.
12371
12372 2004-10-18  Wim Taymans  <wim@fluendo.com>
12373
12374         * configure.ac:
12375         Added cdaudio to wrong list.
12376
12377 2004-10-18  Wim Taymans  <wim@fluendo.com>
12378
12379         * configure.ac:
12380         Revive cdaudio.
12381
12382 2004-10-18  Wim Taymans  <wim@fluendo.com>
12383
12384         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12385         (gst_dvdec_video_link), (gst_dvdec_push):
12386         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12387         (gst_smokeenc_resync), (gst_smokeenc_chain):
12388         Fix mimetype on smoke encoder.
12389         Add aspect ratio to dvdec. Not sure if these
12390         values are correct though....
12391
12392 2004-10-18  Wim Taymans  <wim@fluendo.com>
12393
12394         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12395         Fix vorbis property descriptions and ranges.
12396
12397 2004-10-18  Wim Taymans  <wim@fluendo.com>
12398
12399         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12400         Really do nothing when no data is available.
12401         Go to the playing state when the stream is not seekable
12402         instead of failing.
12403
12404 2004-10-18  Wim Taymans  <wim@fluendo.com>
12405
12406         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
12407         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
12408         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
12409         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
12410         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
12411         Added uri handler for cd://
12412         Port to new API.
12413
12414 2004-10-18  Wim Taymans  <wim@fluendo.com>
12415
12416         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12417         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12418         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12419         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12420         (remove_prerolls), (unknown_type), (add_element_stream),
12421         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
12422         (gst_play_base_bin_remove_element),
12423         (gst_play_base_bin_link_stream):
12424         * gst/playback/gstplaybin.c: (gen_video_element),
12425         (gen_vis_element), (remove_sinks), (setup_sinks):
12426         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12427         (gst_stream_info_get_type), (gst_stream_info_class_init),
12428         (gst_stream_info_init), (gst_stream_info_new),
12429         (gst_stream_info_dispose), (stream_info_mute_pad),
12430         (gst_stream_info_set_property), (gst_stream_info_get_property):
12431         * gst/playback/gststreaminfo.h:
12432         Add sink padtemplate to decodebin.
12433         Added some more comments.
12434         Make queue size configurable in playbasebin.
12435         Added possibility to use elements as sinks (ex cdaudio).
12436
12437 2004-10-15  Wim Taymans  <wim@fluendo.com>
12438
12439         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12440         (gst_speexenc_chain):
12441         Fix speex timestamps so that it gets muxed properly.
12442
12443 2004-10-15  Wim Taymans  <wim@fluendo.com>
12444
12445         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
12446         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
12447         (gst_dv1394src_init), (gst_dv1394src_dispose),
12448         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
12449         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
12450         (gst_dv1394src_event), (gst_dv1394src_get_formats),
12451         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
12452         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
12453         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
12454         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
12455         * ext/raw1394/gstdv1394src.h:
12456         Added conversion/query functions.
12457         Update buffer timestamps,
12458         Added signals.
12459         Added uri dv:// so it might play from the firewire in playbin.
12460         Fix a possible leak.
12461         Added debugging.
12462
12463 2004-10-15  Wim Taymans  <wim@fluendo.com>
12464
12465         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
12466         (gst_dv1394src_init), (gst_dv1394src_set_property),
12467         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
12468         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
12469         * ext/raw1394/gstdv1394src.h:
12470         Added AV/C VTR control support needed for some cameras.
12471         Added automatic port detection.
12472         Added properties for selecting the channel.
12473         The configure.ac script is not yet updated to reflect the
12474         new libavc1394 and librom1394 dependencies.
12475
12476 2004-10-15  Wim Taymans  <wim@fluendo.com>
12477
12478         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12479         (qtdemux_parse), (gst_qtdemux_handle_esds):
12480         An esds box is not a container.
12481         Fix parsing of mp4v boxes.
12482         Do not try to renegotiate fps for each frame. Need to
12483         find a better method. This should fix mp4 playback.
12484
12485 2004-10-14  David Schleef  <ds@schleef.org>
12486
12487         * configure.ac: update for swfdec-0.3 and liboil-0.2
12488         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
12489         * ext/swfdec/gstswfdec.h: same
12490         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
12491         * gst/videotestsrc/videotestsrc.c: same
12492
12493 2004-10-14  Wim Taymans  <wim@fluendo.com>
12494
12495         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12496         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
12497         (is_sync_frame), (gst_multifdsink_new_client),
12498         (gst_multifdsink_handle_client_write),
12499         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12500         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
12501         Turn warnings into info.
12502         Don't allow a state change in the streaming thread.
12503
12504 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12505
12506         * ext/vorbis/oggvorbisenc.c:
12507         * ext/vorbis/vorbisdec.c:
12508           fix template sample rate
12509
12510 2004-10-13  Wim Taymans  <wim@fluendo.com>
12511
12512         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12513         Decoding the header first fixes some problems in resyncing
12514         in more mp3s.
12515
12516 2004-10-12  Wim Taymans  <wim@fluendo.com>
12517
12518         * gst/playback/gstplaybin.c: (gen_video_element),
12519         (gen_vis_element), (remove_sinks), (setup_sinks):
12520         Added vis plugin support, need to configure the vis
12521         element to activate it.
12522
12523 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12524
12525         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
12526         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
12527           Some debug.
12528         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12529         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
12530         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
12531         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
12532         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12533         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
12534         * gst/avi/gstavidemux.h:
12535           Support for openDML-2.0 indx/ix## chunks. Support for broken index
12536           recovery (where, if part of the index is broken, we will still read
12537           the rest of the index and recover the broken part by stream
12538           scanning). More broken media support. EOS workarounds. General AVI
12539           braindamage headache recovery. Aspirin included.
12540
12541 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12542
12543         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
12544         (cdparanoia_event), (cdparanoia_query):
12545           Get rid of hideous lead-in.
12546
12547 2004-10-11  Wim Taymans  <wim@fluendo.com>
12548
12549         * gst/playback/gstplaybasebin.c: (setup_source):
12550         Wrong var used to get g_list_next.
12551
12552 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12553
12554         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12555         (cdparanoia_get), (cdparanoia_open):
12556           Report discid as metadata, add duration.
12557
12558 2004-10-11  Wim Taymans  <wim@fluendo.com>
12559
12560         * gst/playback/gstplaybasebin.c: (setup_source):
12561         Cleanup the previous pipeline a little earlier for the
12562         case that a source element provides raw data.
12563
12564 2004-10-11  Benjamin Otte  <otte@gnome.org>
12565
12566         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12567           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
12568           consuming the last 128 bytes, even though it was valid mp3 data.
12569
12570 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12571
12572         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
12573         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
12574         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12575         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
12576
12577 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12578
12579         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
12580         Fix for webcams that support only specific width or height
12581
12582 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12583
12584         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12585
12586         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
12587           Fix wrong discont event setup (fixes #154967).
12588
12589 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
12590
12591         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12592
12593         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12594           Error out on invalid data (fixes #154807).
12595
12596 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12597
12598         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12599
12600         * ext/dvdread/dvdreadsrc.c: (_read):
12601           Make titles > 0 work again (fixes #154834).
12602
12603 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12604
12605         * gst-libs/gst/riff/riff-media.c:
12606         (gst_riff_create_video_template_caps):
12607           WMV3 missing in template caps.
12608
12609 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12610
12611         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12612           OK, so the original code was too strict. It makes random AVI files
12613           hang for seconds upon opening, which is unacceptable and is far
12614           beyond the original goal of getting multiple chunks for one-chunk
12615           sounc stream files. So now do just that.
12616
12617 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12618
12619         * gst/playback/gstplaybasebin.c: (setup_source),
12620         (gst_play_base_bin_change_state):
12621           Actually clean up streaminfo if output fails. This would trigger
12622           if, for example, there was no CD in the drive. No preroll, so
12623           a streaminfo structure is created, but the subsequent state change
12624           of the thread fails.
12625         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12626           Don't change state if parent failed.
12627
12628 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12629
12630         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12631         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
12632         (gen_video_element), (remove_sinks):
12633           Add small bits of code for screenshot handling.
12634
12635 2004-10-08  Wim Taymans  <wim@fluendo.com>
12636
12637         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
12638         (gen_video_element), (gen_audio_element), (setup_sinks):
12639         Don't assume the user provided sinks are named "sink"...
12640
12641 2004-10-08  Wim Taymans  <wim@fluendo.com>
12642
12643         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12644         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
12645         (gst_play_base_bin_link_stream):
12646         Do not try to autoplug sources that generate raw streams like
12647         cdparanoia.
12648         disconnect the preroll overrun signal when we don't need it anymore.
12649
12650 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
12651
12652         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12653         Added reworked patch from #154903 from milosz derezynski (deadchip).
12654
12655 2004-10-08  Wim Taymans  <wim@fluendo.com>
12656
12657         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12658         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
12659         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
12660         (cdparanoia_convert), (cdparanoia_uri_get_type),
12661         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
12662         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
12663         * ext/cdparanoia/gstcdparanoia.h:
12664         This adds the cdda://<tracknum> uri.
12665
12666 2004-10-08  Wim Taymans  <wim@fluendo.com>
12667
12668         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12669         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12670         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12671         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12672         (unknown_type), (gst_play_base_bin_remove_element),
12673         (gst_play_base_bin_link_stream):
12674         * gst/playback/gstplaybasebin.h:
12675         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12676         (gst_play_bin_set_property), (gen_video_element),
12677         (gen_audio_element), (setup_sinks):
12678         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12679         (gst_stream_info_get_type), (gst_stream_info_class_init),
12680         (gst_stream_info_init), (gst_stream_info_new),
12681         (gst_stream_info_dispose), (stream_info_mute_pad),
12682         (gst_stream_info_set_property), (gst_stream_info_get_property):
12683         * gst/playback/gststreaminfo.h:
12684         Reuse the audio and video bins.
12685         Some internal cleanups in the stream selection code.
12686
12687 2004-10-08  Julien MOUTTE  <julien@moutte.net>
12688
12689         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12690         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12691         * sys/ximage/ximagesink.h:
12692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12693         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12694         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
12695         not coming from those elements. Moreover these elements should not keep
12696         the xid they have been given when in NULL state.
12697
12698 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12699
12700         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12701         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12702         * sys/ximage/ximagesink.h:
12703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12704         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12705         * sys/xvimage/xvimagesink.h:
12706           Actually only create a new toplevel window if we're not gonna
12707           embed it right after.
12708
12709 2004-10-07  Wim Taymans  <wim@fluendo.com>
12710
12711         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
12712         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
12713         * gst/playback/gstplaybin.c: (setup_sinks):
12714         Implement muting/unmuting of streams, mute streams that are not
12715         used.
12716
12717 2004-10-07  Wim Taymans  <wim@fluendo.com>
12718
12719         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
12720         (plugin_init):
12721         Added lame audio/x-ac3 typefind function.
12722
12723 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12724
12725         * configure.ac:
12726           bump nano to cvs
12727
12728 === release 0.8.5 ===
12729
12730 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12731
12732         * NEWS:
12733         * RELEASE:
12734         * configure.ac:
12735           releasing 0.8.5, "Take You On"
12736
12737 2004-10-06  Wim Taymans  <wim@fluendo.com>
12738
12739         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12740         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12741         (no_more_pads), (close_link), (type_found):
12742         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12743         * gst/playback/gstplaybin.c: (gen_video_element):
12744         Do not signal the no_more_pads after the first pad when
12745         we are plugging a non dynamic element with multiple
12746         output pads (like swfdec, dvdec, ...).
12747
12748 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12749
12750         * configure.ac:
12751           bump for prerelease
12752
12753 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12754
12755         * gst/wavparse/gstwavparse.c:
12756           add ATRAC3 to STATIC CAPS to fix a warning
12757
12758         * gst/matroska/ebml-read.c:
12759         * gst-libs/gst/riff/riff-read.c:
12760           fix typos
12761
12762 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12763
12764         * gst-libs/gst/riff/riff-media.c:
12765           generate caps for ATRAC3 audio streams
12766
12767         * gst/realmedia/rmdemux.c:
12768           generate caps for ATRAC3 audio streams
12769
12770 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12771
12772         * gst/wavparse/Makefile.am
12773         * gst/wavparse/riff.h
12774         * gst/wavparse/wavparse.vcproj
12775           riff.h removal (unused and duplication with riff-ids.h)
12776
12777 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12778
12779         * gst/wavparse/gstwavparse.h
12780           remove duplicated defines for audio codec codes
12781
12782         * gst-libs/gst/riff/riff-ids.h
12783         * gst/wavenc/riff.h:
12784           add "4CC" code for ATRAC3 audio streams
12785           add "4CC" code for ITU_G721_ADPCM (unused for now)
12786
12787 2004-10-06  Wim Taymans  <wim@fluendo.com>
12788
12789         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
12790         Actually _do_ negotiation. Pass gdouble as arg instead
12791         of guint64 for the framerate.
12792
12793 2004-10-06  Wim Taymans  <wim@fluendo.com>
12794
12795         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12796         (find_compatibles), (close_pad_link), (try_to_link_1),
12797         (no_more_pads), (close_link), (type_found):
12798         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12799         * gst/playback/gstplaybin.c: (gen_video_element),
12800         (gen_audio_element):
12801         Set state on newly added element to READY so that negotiation
12802         can happen ASAP.
12803         Addes some more debug info.
12804         Do not try to plug pads with multiple caps structures or ANY
12805         because it is too dangerous since we do not do dynamic
12806         replugging.
12807
12808 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12809
12810         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
12811
12812         * po/LINGUAS:
12813         * po/or.po:
12814           add Oriya translation
12815
12816 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12817
12818         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12819           Prevent overwrite of size member. Makes audio sound crappy.
12820
12821 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12822
12823         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12824         Add rmvb to the list of known RealMedia extensions
12825
12826 2004-10-05  Wim Taymans  <wim@fluendo.com>
12827
12828         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
12829         (mngdec_openstream), (mngdec_closestream),
12830         (mngdec_handle_sink_event), (mngdec_readdata),
12831         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
12832         (mngdec_getcanvasline), (mngdec_refresh),
12833         (gst_mngdec_change_state):
12834         Set the framerate correctly.
12835
12836 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12837
12838         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12839           There was something wrong with the index massaging.
12840
12841 2004-10-04  Wim Taymans  <wim@fluendo.com>
12842
12843         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
12844         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12845         (gst_smokedec_chain):
12846         * ext/jpeg/gstsmokedec.h:
12847         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12848         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
12849         * ext/jpeg/gstsmokeenc.h:
12850         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
12851         (smokecodec_decode_new), (smokecodec_info_free),
12852         (smokecodec_set_quality), (smokecodec_get_quality),
12853         (smokecodec_set_threshold), (smokecodec_get_threshold),
12854         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
12855         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
12856         (smokecodec_encode), (smokecodec_parse_id),
12857         (smokecodec_parse_header), (smokecodec_decode):
12858         * ext/jpeg/smokecodec.h:
12859         * ext/jpeg/smokeformat.h:
12860         Updated smoke, new bitstream, allows embedding in ogg.
12861
12862 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12863
12864         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12865           Fix seeking in some files. All this code is no longer needed (and
12866           actually breaks stuff) because we now synchronize the full index
12867           right when reading the header.
12868
12869 2004-10-04  Wim Taymans  <wim@fluendo.com>
12870
12871         * configure.ac:
12872         configure update for libmng.
12873
12874 2004-10-04  Wim Taymans  <wim@fluendo.com>
12875
12876         * ext/libmng/Makefile.am:
12877         * ext/libmng/gstmng.c: (plugin_init):
12878         * ext/libmng/gstmng.h:
12879         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
12880         (gst_mngdec_base_init), (gst_mngdec_class_init),
12881         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
12882         (gst_mngdec_loop), (gst_mngdec_get_property),
12883         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
12884         (mngdec_closestream), (mngdec_handle_sink_event),
12885         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
12886         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
12887         (gst_mngdec_change_state):
12888         * ext/libmng/gstmngdec.h:
12889         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
12890         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
12891         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
12892         (gst_mngenc_chain), (gst_mngenc_get_property),
12893         (gst_mngenc_set_property):
12894         * ext/libmng/gstmngenc.h:
12895         Added basic MNG decoder. Needs more work. The encoder does
12896         not work yet.
12897
12898 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12899
12900         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
12901         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
12902         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
12903           Don't hang on length=0 chunks. Some negotiation fixes. Signal
12904           no-more-pads.
12905
12906 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12907
12908         * configure.ac:
12909           you need at least 1.0.4 of speex
12910
12911 2004-10-04 Iain <iaingnome@gmail.com>
12912
12913         * ext/speex/gstspeexdec.h: Revert the includes changes.
12914
12915         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
12916
12917 2004-09-30 Iain <iaingnome@gmail.com>
12918
12919         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
12920         found during init or set as a property instead of hardcoding /dev/audio
12921
12922 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12923
12924         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
12925         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
12926         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
12927         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
12928         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
12929         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
12930         (gst_rmdemux_dump_data):
12931           Use debug category, fix EOS handling. filesrc ! rmdemux now
12932           works.
12933
12934 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12935
12936         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12937         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
12938         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
12939           Improve allocation, cutting and sorting of the index. How takes a
12940           few seconds instead of minutes.
12941
12942 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
12943
12944         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
12945           fixed compilation
12946
12947 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12948
12949         * gst-libs/gst/riff/riff-media.c:
12950         (gst_riff_create_video_caps_with_data),
12951         (gst_riff_create_video_template_caps):
12952           Add wing commander format mimetype/fourccs.
12953         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12954           Don't crash if some value is 0.
12955
12956 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12957
12958         * gst-libs/gst/riff/riff-media.c:
12959         (gst_riff_create_video_caps_with_data),
12960         (gst_riff_create_video_template_caps):
12961           Add DIB fourcc (raw, palettized 8-bit RGB).
12962         * gst-libs/gst/riff/riff-read.c:
12963         (gst_riff_read_strf_vids_with_data):
12964           Oops, fix strf_data reading bug.
12965         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12966           Use a non-NULL tag.
12967         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
12968           Time for hacks. Sorry Dave. At least one quicktime movie (a
12969           trailer) that I've encountered contains multiple video tracks.
12970           One of those is the actual video track, the other are one-frame
12971           tracks (images). Unfortunately, the number of frames according
12972           to the trak header is 1 for each, so that doesn't help. So
12973           instead, I look at the duration and discard tracks with a
12974           duration shorter than 20% of the length of the stream. Better
12975           than nothing.
12976
12977 2004-10-01  Christian Schaller <christian@fluendo.com>
12978
12979         * ext/ivorbis/vorbis.c:
12980           Patch from Phil Blundell (Bug 152341)
12981
12982 2004-10-01  Wim Taymans  <wim@fluendo.com>
12983
12984         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
12985         (speex_dec_get_formats), (speex_dec_convert),
12986         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
12987         (speex_dec_chain), (gst_speexdec_get_property),
12988         (gst_speexdec_set_property):
12989         Small cleanups.
12990
12991 2004-10-01  Wim Taymans  <wim@fluendo.com>
12992
12993         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12994         (gst_wavparse_stream_init), (gst_wavparse_fmt),
12995         (gst_wavparse_other), (gst_wavparse_loop),
12996         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
12997         (gst_wavparse_srcpad_event):
12998         * gst/wavparse/gstwavparse.h:
12999         Added some more debugging info.
13000         Fix the case where the length of the file is 0.
13001         Make sure we seek to sample borders.
13002
13003 2004-10-01  Wim Taymans  <wim@fluendo.com>
13004
13005         * gst/playback/README:
13006         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13007         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13008         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13009         Add some debug info to decodebin, update README
13010
13011 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13012
13013         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
13014           Don't use g_print(); use GST_DEBUG().
13015
13016 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13017
13018         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13019         (gst_ogg_mux_queue_pads):
13020           Handle EOS properly.
13021
13022 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13023
13024         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13025
13026         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
13027         (gst_faad_chain), (gst_faad_change_state):
13028         * ext/faad/gstfaad.h:
13029           Allow playback of raw (unframed) MPEG AAC files (#148993).
13030
13031 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13032
13033         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13034
13035         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13036           Throw error if we didn't recognize the stream. Fixes #152289.
13037
13038 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13039
13040         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
13041           Fix negotiation.
13042
13043 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
13044
13045         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13046
13047         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13048           Fix memleak.
13049
13050 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
13051
13052         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13053
13054         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
13055           Solve #152805.
13056         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
13057           Solve 152806.
13058
13059 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13060
13061         * gst-libs/gst/riff/riff-media.c:
13062         (gst_riff_create_video_caps_with_data),
13063         (gst_riff_create_audio_caps_with_data):
13064           Add codec_data handling (like asfdemux used to do).
13065         * gst/asfdemux/gstasf.c: (plugin_init):
13066         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13067         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
13068           Use riff-media for caps creation instead of our own (mostly
13069           broken) copy of its functions.
13070
13071 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13072
13073         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
13074           Don't actually error out if we get another return value than
13075           -EINVAL. Opposite to what I first thought, drivers have random
13076           return values for this, although -EINVAL is the expected return
13077           value. Since this is not fatal, we shouldn't use
13078           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
13079
13080 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13081
13082         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13083         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
13084         (dvdreadsrc_get_property), (_open), (_seek), (_read),
13085         (dvdreadsrc_get), (dvdreadsrc_open_file),
13086         (dvdreadsrc_change_state):
13087           Fix. Don't do one big huge loop around the whole DVD, that will
13088           cache all data and thus eat sizeof(dvd) (several GB) before we
13089           see something.
13090         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13091           Actually NULL'ify event after using it.
13092         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
13093         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
13094         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
13095         (gst_ebml_read_seek), (gst_ebml_read_skip):
13096           Handle events.
13097         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
13098         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
13099         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
13100           Fix timing (this will probably break if I seek using menus, but
13101           I didn't get there yet). VOBs and normal DVDs should now work.
13102           Add a mpeg2-only pad with high rank so this get autoplugged for
13103           MPEG-2 movies.
13104         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
13105         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
13106         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
13107         (gst_mpeg_demux_get_audio_stream),
13108         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
13109         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
13110           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
13111           MPEG-1 but use dvddemux for MPEG-2.
13112         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
13113         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
13114         (gst_mpeg_parse_parse_packhead):
13115           Timing. Only add pad template if it exists. Add sink template from
13116           class and not from ourselves. This means we will always use the
13117           correct sink template even if it is not the one defined in this
13118           file.
13119
13120 2004-09-29  Wim Taymans  <wim@fluendo.com>
13121
13122         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
13123         (gst_mpeg_demux_parse_pes):
13124         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
13125         Fix playback of mpeg again, timestamps where screwed up by
13126         patch 1.61.
13127
13128 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13129
13130         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
13131           Only return true if we actually filled something in. Prevents
13132           player applications from showing a random length for flac files.
13133         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
13134         (gst_riff_read_use_event), (gst_riff_read_handle_event),
13135         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
13136         (gst_riff_read_strf_vids_with_data),
13137         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
13138           OK, ok, so I implemented event handling. Apparently it's normal
13139           that we receive random events at random points without asking
13140           for it.
13141         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13142         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13143         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
13144         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13145         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
13146         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
13147         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13148         * gst/avi/gstavidemux.h:
13149           Implement non-lineair chunk handling and subchunk processing.
13150           The first solves playback of AVI files where the audio and video
13151           data of individual buffers that we read are not synchronized.
13152           This should not happen according to the wonderful AVI specs, but
13153           of course it does happen in reality. It is also a prerequisite for
13154           the second. Subchunk processing allows us to cut chunks in small
13155           pieces and process each of these pieces separately. This is
13156           required because I've seen several AVI files with incredibly large
13157           audio chunks, even some files with only one audio chunk for the
13158           whole file. This allows for proper playback including seeking.
13159           This patch is supposed to fix all AVI A/V sync issues.
13160         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
13161         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
13162           Work.
13163         * gst/modplug/gstmodplug.cc:
13164           Proper return value setting for the query() function.
13165         * gst/playback/gstplaybasebin.c: (setup_source):
13166           Being in non-playing state (after, e.g., EOS) is not necessarily
13167           a bad thing. Allow for that. This fixes playback of short files.
13168           They don't actually playback fully now, because the clock already
13169           runs. This means that small files (<500kB) with a small length
13170           (<2sec) will still not or barely play. Other files, such as mod
13171           or flx, will work correctly, however.
13172
13173 2004-09-28  Wim Taymans  <wim@fluendo.com>
13174
13175         * ext/speex/gstspeex.c: (plugin_init):
13176         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
13177         (gst_speex_dec_class_init), (speex_dec_get_formats),
13178         (speex_get_event_masks), (speex_get_query_types),
13179         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
13180         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
13181         (gst_speexdec_get_property), (gst_speexdec_set_property),
13182         (speex_dec_change_state):
13183         * ext/speex/gstspeexdec.h:
13184         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
13185         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
13186         (gst_speexenc_base_init), (gst_speexenc_class_init),
13187         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
13188         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
13189         (gst_speexenc_src_query), (gst_speexenc_init),
13190         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
13191         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
13192         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
13193         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
13194         (gst_speexenc_chain), (gst_speexenc_get_property),
13195         (gst_speexenc_set_property), (gst_speexenc_change_state):
13196         * ext/speex/gstspeexenc.h:
13197         Rewrote speex encoder, make sure it can be embedded in ogg.
13198         Implemented speex decoder.
13199
13200 2004-09-28  Christian Schaller <christian@fluendo.com>
13201
13202         * configure.ac:
13203         Remove kioslave plugin. Markey is brewing a new working one
13204         * ext/Makefile.am: Remove kioslave plugin
13205         * ext/kio: remove
13206         * gst-plugins.spec.in: remove kio plugin from spec
13207
13208 2004-09-27  Wim Taymans  <wim@fluendo.com>
13209
13210         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13211         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13212         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
13213         (gst_multifdsink_new_client),
13214         (gst_multifdsink_handle_client_write),
13215         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13216         (gst_multifdsink_handle_clients):
13217         * gst/tcp/gstmultifdsink.h:
13218         Make syncing to keyframes actually work for new clients and lagging
13219         clients.
13220
13221 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13222
13223         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
13224         (gst_navigationtest_handle_src_event), (draw_box_planar411),
13225         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
13226         * gst/debug/gstnavigationtest.h:
13227           make navigationtest display button-press and button-release events
13228
13229 2004-09-26 Iain <iaingnome@gmail.com>
13230
13231         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
13232         the channels have received a new media event.
13233         (interleave_buffered_loop): Compresses a new media event on all
13234         channels into one.
13235
13236 2004-09-26 Iain <iaingnome@gmail.com>
13237
13238         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
13239         call the sinkpad's default event handler and not the srcpads. He also
13240         says this is confusing :)
13241         (gst_wavenc_stop_file): Company says that seek events only go upstream
13242         we should send a discontinuous downstream instead.
13243
13244 2004-09-25  Christian Schaller <christian@fluendo.com>
13245
13246         * Update SPEC file to be usable in conjunction with Fedora Core,
13247           Fedora.us and freshrpms packages
13248         * Fix typo in multifilesrc test Makefile
13249
13250 2004-09-24  Wim Taymans  <wim@fluendo.com>
13251
13252         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13253         Only signal the no_more_pads signal when we have
13254         added the stream to our list.
13255
13256 2004-09-24  Wim Taymans  <wim@fluendo.com>
13257
13258         * gst/playback/gstplaybasebin.c: (remove_prerolls),
13259         (new_decoded_pad):
13260         * gst/playback/gstplaybasebin.h:
13261         * gst/playback/gstplaybin.c: (setup_sinks):
13262         Don't try to preroll or decode more than one audio/video
13263         track.
13264
13265 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13266
13267         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13268           Throw error if we failed to find a suitable output. This should
13269           throw an error if we successfully set up a pipeline (e.g. because
13270           we recognized a media file) but found no decodable streams in it
13271           (e.g. because it contains only media stream types for which we
13272           have no decoders, or because it's not a media type).
13273
13274 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13275
13276         * ext/dirac/Makefile.am:
13277         * ext/dirac/gstdirac.cc:
13278         * ext/dirac/gstdiracdec.cc:
13279         * ext/dirac/gstdiracdec.h:
13280           Do something. Don't actually know if this works because I don't
13281           have a demuxer yet.
13282         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
13283           Add channels=1 to caps returned from _getcaps().
13284         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
13285         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
13286         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
13287         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
13288         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
13289         (gst_ogm_parse_change_state):
13290           Separate between audio/video so ogmaudioparse actually uses the
13291           audio pad templates. Both audio and video work now, including
13292           autoplugging. Also use sometimes-srcpad hack.
13293         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13294           Handle events better. Don't hang on infinite loops.
13295         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13296         (gst_avi_demux_init), (gst_avi_demux_reset),
13297         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13298         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
13299         (gst_avi_demux_change_state):
13300         * gst/avi/gstavidemux.h:
13301           Improve A/V sync. Still not perfect.
13302         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
13303         (gst_ebml_read_skip):
13304           Handle events better.
13305         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
13306         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
13307         (qtdemux_audio_caps):
13308           Add IMA4. Improve event handling. Save offset after a seek when
13309           the headers are at the end of the file so that we don't end up in
13310           an infinite loop.
13311         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
13312           Add low-priority typefind support for files with no length.
13313
13314 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13315
13316         * testsuite/multifilesink/Makefile.am:
13317         fix typo
13318
13319 2004-09-22  Julien MOUTTE  <julien@moutte.net>
13320
13321         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
13323         mistakes from thaytan's patches.
13324
13325 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
13326
13327         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13328           For completeness, XSync in the destroy function as xvimage does.
13329
13330 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
13331
13332         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
13333            Correct caps negotiation
13334         * gst/volume/gstvolume.c: (volume_chain_float),
13335         (volume_chain_int16):
13336            Modify debug output to be little more informative
13337         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
13338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13339         (gst_xvimagesink_xvimage_destroy):
13340           Add XSync calls after detaching from the shared memory segment to
13341           avoid a crash.
13342
13343 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13344
13345         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13346         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
13347         * ext/vorbis/vorbis.c: (plugin_init):
13348         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13349         (gst_vorbisenc_chain):
13350         * ext/vorbis/vorbisenc.h:
13351         remove explicit newmedia support from oggmux and vorbisenc
13352         add debug category to vorbisenc
13353         * gst/multifilesink/gstmultifilesink.c:
13354         (gst_multifilesink_class_init), (gst_multifilesink_init),
13355         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
13356         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
13357         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
13358         (plugin_init):
13359         * gst/multifilesink/gstmultifilesink.h:
13360         add support for streamheader in multifilesink
13361
13362 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13363
13364         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
13365         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
13366         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
13367           Prevent infinite loops. More correct error reporting.
13368         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13369           Error out if negotiation fails.
13370         * gst/playback/gstplaybasebin.c: (setup_source),
13371         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
13372         (gst_play_base_bin_found_tag):
13373           Error/tag forwarding. Pre-roll fixes for source errors on state
13374           changes (e.g. "file does not exist") to prevent hangs.
13375
13376 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13377
13378         * testsuite/multifilesink/Makefile.am:
13379         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
13380         (gst_newmedia_class_init), (gst_newmedia_init),
13381         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13382         (newfile_signal), (test_signal), (main):
13383         * testsuite/multifilesink/multifilesrc_test.c: (main):
13384         * testsuite/multifilesink/oggtheora_test.c:
13385         (gst_newmedia_base_init), (gst_newmedia_class_init),
13386         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13387         (test_format), (newfile_signal), (test_signal), (main):
13388         * testsuite/multifilesink/oggvorbis_test.c:
13389         (gst_newmedia_base_init), (gst_newmedia_class_init),
13390         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13391         (test_format), (newfile_signal), (test_signal), (main):
13392         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
13393         (gst_newmedia_class_init), (gst_newmedia_init),
13394         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13395         (newfile_signal), (test_signal), (main):
13396         New media tests
13397
13398 2004-09-20  Christian Schaller <christian@fluendo.com>
13399
13400         * Fix mikmod license to LGPL as they have relicensed
13401         * Move Dirac and Effectv into LGPL section of README_license
13402
13403 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13404
13405         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
13406         (gst_mad_change_state):
13407           Allow for mp3 rate/channels changes. However, only very
13408           conservatively. Reason that we *have* to enable this is smiply
13409           because the mad find_sync() function is not good enough, it will
13410           regularly sync on random data as valid frames and therefore make
13411           us provide random caps as *final* caps of the stream. The best fix
13412           I could think of is to simply require several of the same stream
13413           changes in a row before we change caps.
13414           The actual testcase that works now is #
13415         * ext/ogg/Makefile.am:
13416         * ext/ogg/gstogg.c: (plugin_init):
13417         * ext/ogg/gstogmparse.c:
13418           OGM support (video only for now; I need an audio sample file).
13419         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13420         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
13421         (gst_asf_demux_add_video_stream):
13422           WMV extradata.
13423         * gst/playback/gstplaybasebin.c: (unknown_type):
13424           Don't error out on single unknown-types after all. It's wrong.
13425           If we found type of video and audio but not of a subtitle stream,
13426           it will still error out (which is unwanted). Will find a better fix
13427           later on.
13428         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
13429         (ogmaudio_type_find), (plugin_init):
13430           OGM support.
13431
13432 2004-09-20  Johan Dahlin  <johan@gnome.org>
13433
13434         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
13435         after setting caps.
13436
13437 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13438
13439         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
13440         * gst/wavenc/gstwavenc.h:
13441         Added newmedia support to wavenc
13442
13443 2004-09-17  Wim Taymans  <wim@fluendo.com>
13444
13445         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
13446         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
13447         (gst_fdset_fd_can_write), (gst_fdset_wait):
13448         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
13449         (gst_multifdsink_init), (gst_multifdsink_add),
13450         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
13451         (gst_multifdsink_remove_client_link),
13452         (gst_multifdsink_client_queue_buffer),
13453         (gst_multifdsink_handle_client_write),
13454         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
13455         (gst_multifdsink_close), (gst_multifdsink_change_state):
13456         * gst/tcp/gstmultifdsink.h:
13457         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13458         (gst_tcpserversink_removed):
13459         Small cleanups in fdset.c
13460         Use a hastable to map fd to the client structure for faster
13461         lookup in _remove and get_stats.
13462         Added virtual function to close the fds.
13463         Handle clients even when the select/poll call was unblocked because
13464         of a command.
13465         Implement syncing to keyframe in the recovery procedure.
13466
13467 2004-09-16 Iain <iaingnome@gmail.com>
13468
13469         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
13470         try caps.
13471
13472 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13473
13474         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
13475           Caps are only set if the type of the stream is unknown, but this
13476           is initialized in ->init_stream(), so set to UNKNOWN after calling
13477           ->init_stream() so that capsnego starts.
13478
13479 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13480
13481         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13482         (gst_avi_demux_stream_data):
13483           Just hardcode for raw audio then. AVI audio sucks.
13484
13485 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
13486
13487         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
13488         * gst/matroska/matroska-mux.c: (audiosink_templ),
13489         (gst_matroska_mux_audio_pad_link):
13490         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
13491         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
13492
13493 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13494
13495         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13496         (gst_avi_demux_stream_data):
13497           Try to fix a/v sync issues.
13498
13499 2004-09-15  David Schleef  <ds@schleef.org>
13500
13501         * configure.ac: remove NASM check, since we don't use it.  Update
13502         dirac check to 0.4
13503         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
13504         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13505         Initialized variables.
13506         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13507         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
13508         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
13509         SVQ3 format
13510
13511 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13512
13513         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13514         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
13515         * gst/avi/gstavidemux.h:
13516           Fix for compressed audio (mp3) timestamp generation. How did this
13517           ever work?
13518
13519 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13520
13521         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13522           Volume is a double not a float.
13523
13524 2004-09-15  Wim Taymans  <wim@fluendo.com>
13525
13526         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
13527         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13528         Don't close the fd in multifdsink as we didn't open it in the
13529         first place. Some cleanups.
13530
13531 2004-09-15  Wim Taymans  <wim@fluendo.com>
13532
13533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13534         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13535         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13536         Fix the case where the muxer would mark pages as delta
13537         frames when they are not (vorbis only ogg).
13538
13539 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13540
13541         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
13542         (gst_play_base_bin_change_state):
13543           Handle the case where we failed to setup a clear pipeline. This
13544           will throw an error (or EOS, another nice case) and if you don't
13545           catch that, the app will wait for the signal forever (and thus
13546           hang).
13547
13548 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13549
13550         * ext/gnomevfs/gstgnomevfssink.c:
13551         (gst_gnomevfssink_uri_get_protocols):
13552         * ext/gnomevfs/gstgnomevfssrc.c:
13553         (gst_gnomevfssrc_uri_get_protocols):
13554         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13555         * ext/gnomevfs/gstgnomevfsuri.h:
13556           Use _uri_new() instead of _open(), so it doesn't take as long and
13557           Christophe's computer won't hang.
13558         * gst/playback/gstplaybasebin.c: (unknown_type):
13559           Throw error on unknown media type, so apps actually display it.
13560
13561 2004-09-14  Brian Cameron  <brian.cameron@sun.com
13562
13563         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
13564           this script to work on Solaris since bash shell handles echo
13565           differenly than bash.
13566
13567 2004-09-17  Wim Taymans  <wim@fluendo.com>
13568
13569         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
13570         (setup_source), (gst_play_base_bin_set_property),
13571         (gst_play_base_bin_add_element):
13572         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
13573         Some more work on making sure seeking pauses the pipeline and
13574         that changing the uri actually does something.
13575
13576 2004-09-17  Wim Taymans  <wim@fluendo.com>
13577
13578         * gst/tcp/gstfdset.c: (gst_fdset_wait):
13579         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
13580         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
13581         (gst_tcpserversink_close):
13582         Be a bit more paranoid when freeing memory.
13583
13584 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13585
13586         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
13587         (qtdemux_parse_trak):
13588           Don't crash by dividing by zero (see sample movie in #126922).
13589
13590 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13591
13592         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
13593           Don't touch non-existing data (fixes crash on file in #140147).
13594
13595 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13596
13597         * gst/playback/gstplaybasebin.c:
13598         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
13599           Handle double disposals, and proper change of URIs.
13600
13601 2004-09-13  Martin Eikermann <meiker@upb.de>
13602
13603         * gst/mpegstream/gstmpegparse.c:
13604           fix synchronistation for streams recorded from digital PCR
13605           fixes bug #119376
13606
13607 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13608
13609         * ext/gnomevfs/Makefile.am:
13610         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13611         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
13612         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
13613         (gst_gnomevfssink_uri_get_type),
13614         (gst_gnomevfssink_uri_get_protocols),
13615         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
13616         (gst_gnomevfssink_uri_handler_init),
13617         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
13618         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
13619         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
13620         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
13621         (gst_gnomevfssrc_uri_get_type),
13622         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
13623         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
13624         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
13625         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
13626         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13627         * ext/gnomevfs/gstgnomevfsuri.h:
13628           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
13629           of fake URIs to see which this version of Gnome-VFS likes, and
13630           uses that for the Gst-URI interface. Makes playbin support http://
13631           streams. Also fix up some stupid behaviour in gnomevfssrc.
13632
13633 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13634
13635         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
13636         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
13637         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
13638         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
13639           Update mixer (to sync with other sessions) if we try to obtain
13640           a new value. This makes alsamixer work accross applications.
13641         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13642           Only call sync functions if we're running, else alsalib asserts.
13643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
13644           Sometimes fails to compile. Possibly a gcc bug.
13645         * gst/playback/gstplaybin.c: (gen_video_element),
13646         (gen_audio_element):
13647           Add a reference to an application-provided object, because we lose
13648           this same reference if we add it to the bin. If we don't do this,
13649           we can only use this object once and thus crash if we go from
13650           ready to playing, back to ready and back to playing again.
13651           Also add an audioscale element because several cheap soundcards -
13652           like mine - don't support all samplerates.
13653         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13654         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
13655           Fix wrong order or PAR calls. Makes automatically obtained PAR
13656           from the X server atually being used.
13657
13658 2004-09-12  David Schleef  <ds@schleef.org>
13659
13660         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
13661         #151887, #152102, #152247.
13662         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
13663         * examples/seeking/cdparanoia.c: same
13664         * examples/seeking/cdplayer.c: same
13665         * examples/seeking/seek.c: same
13666         * examples/seeking/spider_seek.c: same
13667         * examples/seeking/vorbisfile.c: same
13668         * examples/stats/mp2ogg.c: same
13669         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13670         (gst_esdsink_dispose): Dispose of element properly.
13671         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
13672         fixes.
13673         * ext/nas/nassink.c: (gst_nassink_class_init),
13674         (gst_nassink_dispose): Dispose of element correctly.
13675         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
13676         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13677         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
13678         Fix 64-bit warning.
13679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13680         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13681         Fix 64-bit warning.
13682
13683 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13684
13685         * configure.ac : change speex detection as 1.1.6 now uses
13686           .pc/pkg-config and they changed their headers location.
13687
13688 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
13689
13690         * gst/matroska/matroska-mux.h:
13691         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
13692         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13693         (gst_matroska_mux_write_data):
13694           Write multiple blocks/frames per cluster.
13695                 Write meta-seek information (seek heads).
13696
13697 2004-09-09  Scott Wheeler <wheeler@kde.org>
13698
13699         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
13700         (gst_play_bin_set_property), (gst_play_bin_get_property),
13701         (gen_audio_element), (gen_audio_element):
13702           Add a volume element / property to the pipeline.
13703
13704 2004-09-07  Wim Taymans  <wim@fluendo.com>
13705
13706         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
13707         Copy timestamps from the master pad to the output buffers.
13708
13709 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13710
13711         * ext/raw1394/gstdv1394src.c:
13712           throw errors when applicable
13713
13714 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
13715
13716         * gst/matroska/ebml-ids.h:
13717         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
13718         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
13719         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
13720           automatically convert unix time <-> ebml time when reading/writing
13721           a date, use gst_ebml_write_uint to write CUETIME,
13722           not gst_ebml_write_date.
13723         * gst/matroska/matroska-ids.h:
13724         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
13725         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
13726         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13727         (gst_matroska_mux_write_data):
13728           Write track and segment UIDs, write muxing date, write
13729           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
13730           Create cues for audio only files.
13731
13732 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13733
13734         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13735         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13736           Re-commit ALSA switches.
13737         * gst/adder/gstadder.c: (gst_adder_loop):
13738           64-bit fix (#151416).
13739         * gst/debug/progressreport.c: (gst_progressreport_report):
13740           64-bit fix (#151419).
13741         * gst/matroska/matroska-demux.c:
13742         (gst_matroska_demux_parse_contents):
13743           64-bit fix (#151420).
13744         * gst/playback/test3.c: (update_scale):
13745           64-bit fix (#151421).
13746
13747 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13748
13749         * configure.ac:
13750           bump nano to cvs
13751
13752 === release 0.8.4 ===
13753
13754 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13755
13756         * configure.ac: releasing 0.8.4, "Alias"
13757
13758 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13759
13760         * ext/theora/Makefile.am:
13761           fix makefile.  Fixes #151462.
13762
13763 2004-08-30  Wim Taymans  <wim@fluendo.com>
13764
13765         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
13766         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13767         (gst_multifdsink_remove_client_link),
13768         (gst_multifdsink_client_queue_buffer),
13769         (gst_multifdsink_handle_client_write):
13770         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13771         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13772         Fix some memory leaks.
13773
13774 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13775
13776         Patch by: David Schleef
13777
13778         * configure.ac:
13779         * sys/Makefile.am:
13780           rename our detection macro for V4L2.  Fixes #151236.
13781
13782 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13783
13784         Patch by: David Schleef
13785
13786         * configure.ac:
13787           check to define LAMEPRESET.  Fixes #151232.
13788
13789 2004-08-27  David Schleef  <ds@schleef.org>
13790
13791         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
13792         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
13793         (gst_glimagesink_fixate):  Move local variable declarations to
13794         make gcc-2.95 happy.
13795
13796 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13797
13798         * configure.ac:
13799           bump nano for prerelease
13800
13801 2004-08-27  David Schleef  <ds@schleef.org>
13802
13803         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
13804         * sys/sunaudio/gstsunaudiosrc.c:
13805         * sys/sunaudio/gstsunaudiosrc.h:
13806
13807 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
13808
13809         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
13810         handle EOS correctly
13811         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
13812         * gst/matroska/matroska-mux.h:
13813         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
13814         VFW compatibility mode
13815
13816 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13817
13818         patch by: Zaheer Abbas Merali
13819
13820         * ext/ogg/gstoggmux.c:
13821         * ext/vorbis/vorbisenc.c:
13822         * ext/vorbis/vorbisenc.h:
13823           handle NEWMEDIA
13824
13825 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
13826
13827         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
13828         fix byte order reversion on little endian machines.
13829         * gst/matroska/matroska-mux.c: (audiosink_templ),
13830         (gst_matroska_mux_audio_pad_link):
13831         add TTA codec to the list of supported codecs.
13832         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
13833         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13834         (gst_matroska_mux_write_data):
13835         * gst/matroska/matroska-mux.h:
13836         write segment duration correctly, write muxing app string, fixes bugs
13837         #140897 and #140898.
13838         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
13839         wait for all pads to be negotiated before starting to mux.
13840
13841 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13842
13843         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
13844         * ext/lame/gstlame.h:
13845         Added new media support to lame
13846
13847 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
13848
13849         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
13850         send vorbis headers at the beginning of a stream, fixes bug #141554.
13851         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
13852         bug #148950.
13853         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
13854         (gst_matroska_demux_plugin_init):
13855         * gst/matroska/matroska-ids.h:
13856         enable demuxing of TTA audio streams, fixes bug #148951.
13857         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
13858         enable typefinding for TTA audio files, fixes bug #148711.
13859         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
13860         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
13861         fixes playback of packed bitstream and xvid with bframes, bug #135407.
13862
13863 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
13864
13865         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13866         (gst_riff_read_element_data), (gst_riff_read_seek),
13867         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
13868         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
13869         <teuf@gnome.org>
13870
13871 2004-08-23 Iain <iaingnome@gmail.com>
13872
13873         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
13874         tags. They appear to be handled differently to normal.
13875         (tag_list_to_id3_tag_foreach): Ditto.
13876
13877 2004-08-22  Wim Taymans  <wim@fluendo.com>
13878
13879         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13880         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13881         Make sure we never send -1 granulepos.
13882
13883 2004-08-20  Wim Taymans  <wim@fluendo.com>
13884
13885         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13886         (gst_ogg_mux_loop):
13887         I will accept bitchslappings with non sharp objects.
13888
13889 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13890
13891         * configure.ac:
13892         Clean up the test for lame presets
13893
13894 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13895
13896         * configure.ac:
13897         * ext/lame/Makefile.am:
13898         * ext/lame/gstlame.c: (gst_lame_class_init),
13899         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
13900         Only enable lame presets if version of lame has presets in API
13901
13902 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
13903         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
13904         * gst/udp/gstudpsrc.h:
13905           Don't call gst_pad_push in a get function. Fixes #150449
13906
13907 2004-08-18  Wim Taymans  <wim@fluendo.com>
13908
13909         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
13910         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
13911         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13912         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13913         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13914         (gst_fdset_wait):
13915         * gst/tcp/gstfdset.h:
13916         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13917         (gst_multifdsink_client_queue_buffer),
13918         (gst_multifdsink_handle_client_write):
13919         * gst/tcp/gstmultifdsink.h:
13920         Some extra checks in gstfdset.
13921         Only use send() when the fd is a socket. Don't try to
13922         read from write only fds.
13923
13924 2004-08-18  Wim Taymans  <wim@fluendo.com>
13925
13926         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
13927         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13928         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13929         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13930         (gst_fdset_wait):
13931         Add more locking and bounds checking.
13932
13933 2004-08-18  Wim Taymans  <wim@fluendo.com>
13934
13935         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
13936         Realloc test fdset in the lock and right before starting
13937         the poll call. Bump the limit to 4096.
13938
13939 2004-08-17  David Schleef  <ds@schleef.org>
13940
13941         * sys/sunaudio/Makefile.am:
13942         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
13943         of rates and channels.  Make debugging less obnoxious.
13944
13945         Patch from Balamurali Viswanathan implementing a mixer for
13946         Sun audio.  (bug #144091):
13947         * sys/sunaudio/gstsunelement.c:
13948         * sys/sunaudio/gstsunelement.h:
13949         * sys/sunaudio/gstsunmixer.c:
13950         * sys/sunaudio/gstsunmixer.h:
13951
13952 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13953
13954         * gst/audioscale/gstaudioscale.c:
13955         * gst/audioscale/gstaudioscale.h:
13956         made audioscale resample from any sample rate to any sample rate
13957
13958 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13959
13960         * ext/libpng/gstpngdec.c:
13961           error out on unsupported types
13962
13963 2004-08-17  Iain <iaingnome@gmail.com>
13964
13965         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
13966         mid_side and loose_mid_side properties if its a stereo stream.
13967
13968 2004-08-17  Wim Taymans  <wim@fluendo.com>
13969
13970         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13971         (theora_get_formats), (theora_dec_src_convert),
13972         (theora_dec_sink_convert), (theora_dec_src_query),
13973         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
13974         Add a debug line.
13975
13976 2004-08-17  Wim Taymans  <wim@fluendo.com>
13977
13978         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
13979         (gst_ogg_pad_push):
13980         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13981         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
13982         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
13983         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13984         Mark delta units in the muxer.
13985         Try to decode the packet after an out-of-sync error from
13986         libogg.
13987
13988 2004-08-17  Wim Taymans  <wim@fluendo.com>
13989
13990         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13991         (gst_multifdsink_init), (gst_multifdsink_add),
13992         (gst_multifdsink_client_queue_buffer),
13993         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
13994         * gst/tcp/gstmultifdsink.h:
13995         Added option to send a keyframe to clients as the first buffer.
13996         Make timeout property writable.
13997
13998 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13999
14000         patch by: Wim Taymans
14001
14002         * gst/tcp/gstfdset.c:
14003         * gst/tcp/gstmultifdsink.c:
14004           fix index comparison, should include 0
14005
14006 2004-08-16  Wim Taymans  <wim@fluendo.com>
14007
14008         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
14009         (gst_fdset_add_fd), (gst_fdset_remove_fd),
14010         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14011         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14012         (gst_fdset_wait):
14013           copy when reallocing for poll so the select arguments don't get
14014           changed during the call
14015
14016 2004-08-16  Wim Taymans  <wim@fluendo.com>
14017
14018         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14019         (gst_theora_enc_class_init), (theora_enc_sink_link),
14020         (theora_buffer_from_packet), (theora_enc_chain):
14021         Fix bug where buffers were not marked as keyframes
14022         correctly.
14023
14024 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14025
14026         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14027         (gst_lame_preset_get_type), (gst_lame_class_init):
14028         describe the enum values for vbr mode and presets more verbosely
14029
14030 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14031
14032         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
14033         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
14034         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
14035         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14036         * ext/lame/gstlame.h:
14037         add preset property to lame so it can use lame presets
14038
14039 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14040
14041         * ext/lame/gstlame.c: (gst_lame_get_property):
14042         whoops forgot break, thanks teuf
14043
14044 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14045
14046         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14047         (gst_lame_class_init), (gst_lame_src_getcaps),
14048         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
14049         (gst_lame_get_property), (gst_lame_setup):
14050         * ext/lame/gstlame.h:
14051         fix lame's broken vbr stuff, allow it to resample if need be, and also
14052         make xing header optional
14053
14054 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14055
14056         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
14057         added getcaps function so samplerate doesnt get fixated to silly values
14058
14059 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14060
14061         * ext/lame/gstlame.c: (gst_lame_src_link):
14062         revert previous fix
14063
14064 2004-08-12  Johan Dahlin  <johan@gnome.org>
14065
14066         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
14067         checks. Doesn't matter what state we are in. Interfaces are a
14068         compile time thing, not runtime. It also broke the python bindings.
14069
14070 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14071
14072         * ext/lame/gstlame.c: (gst_lame_src_link):
14073         made source pad link function check if sinkpad is ok..fixes the problem
14074         where core fixates the output rate of lame stupidly
14075
14076 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14077
14078         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
14079         * sys/v4l/v4l_calls.c:
14080         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
14081           fix fixate function to handle nonsimple caps.
14082           remove bogus check in _link
14083           cleanups
14084
14085 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14086
14087         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
14088         set default compression ratio parameter to 0.0 so bitrate parameter
14089         works :)
14090
14091 2004-08-11  David Schleef  <ds@schleef.org>
14092
14093         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
14094
14095 2004-08-11  David Schleef  <ds@schleef.org>
14096
14097         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
14098         before.
14099
14100 2004-08-11  David Schleef  <ds@schleef.org>
14101
14102         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
14103
14104 2004-08-11  David Schleef  <ds@schleef.org>
14105
14106         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
14107           license field
14108         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
14109         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
14110           LGPL.
14111         * gst/auparse/gstauparse.c: Fix plugin license field.
14112         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
14113         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
14114         * gst/rtp/gstrtp.c: Fix plugin license field.
14115
14116 2004-08-11  Wim Taymans  <wim@fluendo.com>
14117
14118         * gst/tcp/Makefile.am:
14119         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
14120         (ensure_size), (gst_fdset_new), (gst_fdset_free),
14121         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
14122         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
14123         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
14124         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14125         (gst_fdset_fd_can_write), (gst_fdset_wait):
14126         * gst/tcp/gstfdset.h:
14127         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
14128         (gst_multifdsink_class_init), (gst_multifdsink_init),
14129         (gst_multifdsink_add), (gst_multifdsink_remove),
14130         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14131         (gst_multifdsink_remove_client_link),
14132         (gst_multifdsink_handle_client_read),
14133         (gst_multifdsink_client_queue_data),
14134         (gst_multifdsink_client_queue_caps),
14135         (gst_multifdsink_client_queue_buffer),
14136         (gst_multifdsink_handle_client_write),
14137         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14138         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14139         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
14140         (gst_multifdsink_close):
14141         * gst/tcp/gstmultifdsink.h:
14142         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14143         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14144         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
14145         (gst_tcpserversink_close):
14146         * gst/tcp/gsttcpserversink.h:
14147         Abstracted away the select call, implemented poll (yes we ran into
14148         the 1024 limit in production).
14149
14150 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14151
14152         * gst/tcp/gsttcp.c:
14153         * gst/tcp/gsttcpplugin.c:
14154           improve debuggging, remove assert
14155
14156 2004-08-10  Wim Taymans  <wim@fluendo.com>
14157
14158         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
14159         (gst_client_status_get_type), (gst_multifdsink_class_init),
14160         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14161         (gst_multifdsink_handle_client_read),
14162         (gst_multifdsink_handle_client_write),
14163         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14164         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14165         (gst_multifdsink_get_property):
14166         * gst/tcp/gstmultifdsink.h:
14167         * gst/tcp/gsttcp-marshal.list:
14168         Starting to prepare for specifying buffer time in other units
14169         than buffers. Expose remove reason in signal.
14170
14171 2004-08-10  Wim Taymans  <wim@fluendo.com>
14172
14173         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14174         (gst_multifdsink_remove), (gst_multifdsink_clear),
14175         (gst_multifdsink_remove_client_link),
14176         (gst_multifdsink_handle_client_read),
14177         (gst_multifdsink_client_queue_data),
14178         (gst_multifdsink_client_queue_buffer),
14179         (gst_multifdsink_handle_client_write),
14180         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14181         (gst_multifdsink_chain), (gst_multifdsink_close):
14182         * gst/tcp/gstmultifdsink.h:
14183         Added more debugging info. Changed the way clients are
14184         removed from the lists. Fixed a bug where a bad file descriptor
14185         could cause many clients to be removed.
14186
14187 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14188
14189         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
14190           allow all pixel-aspect-ratios, not just 1:1
14191
14192 2004-08-09  David Schleef  <ds@schleef.org>
14193
14194         * sys/glsink/ARB_multitexture.h:  Remove old files.
14195         * sys/glsink/EXT_paletted_texture.h:
14196         * sys/glsink/NV_register_combiners.h:
14197         * sys/glsink/gstgl_nvimage.c:
14198         * sys/glsink/gstgl_pdrimage.c:
14199         * sys/glsink/gstgl_rgbimage.c:
14200         * sys/glsink/gstglsink.c:
14201         * sys/glsink/gstglsink.h:
14202         * sys/glsink/gstglxwindow.c:
14203         * sys/glsink/regcomb_yuvrgb.c:
14204
14205 2004-08-09  David Schleef  <ds@schleef.org>
14206
14207         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
14208         GL sink plugin.  (Bug #147302)
14209
14210         * configure.ac: Test for OpenGL
14211         * sys/Makefile.am: Use test for OpenGL
14212         * sys/glsink/Makefile.am:
14213         * sys/glsink/glimagesink.c: rewrite
14214         * sys/glsink/glimagesink.h: rewrite
14215
14216 2004-08-09  David Schleef  <ds@schleef.org>
14217
14218         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
14219         sane framerates.
14220         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
14221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
14222         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
14223
14224 2004-08-09  Wim Taymans  <wim@fluendo.com>
14225
14226         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14227         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14228         (gst_multifdsink_client_remove),
14229         (gst_multifdsink_handle_client_read),
14230         (gst_multifdsink_handle_client_write),
14231         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14232         Do a bit more logging, make the client_read code more robust.
14233
14234 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14235
14236         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
14237         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
14238         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
14239         (gst_jpegdec_init), (gst_jpegdec_chain):
14240         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
14241         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
14242           cleanups, debugging fixes and memleak plugging
14243
14244 2004-08-09  Wim Taymans  <wim@fluendo.com>
14245
14246         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14247         (theora_get_formats), (theora_dec_src_convert),
14248         (theora_dec_sink_convert), (theora_dec_src_query),
14249         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
14250         (theora_dec_change_state):
14251         Don't crash on missing header packets.
14252
14253 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14254
14255         * po/LINGUAS:
14256         * po/sq.po:
14257           Added Albanian translation (Laurent Dhima)
14258         * po/cs.po:
14259           updated
14260
14261 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14262
14263         * ext/lame/gstlame.c:
14264           fix/add debugging
14265
14266 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14267
14268         * sys/ximage/ximagesink.c:
14269         * sys/xvimage/xvimagesink.c:
14270           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
14271
14272 2004-08-06  Wim Taymans  <wim@fluendo.com>
14273
14274         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14275         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14276         (gst_multifdsink_client_remove),
14277         (gst_multifdsink_handle_client_read),
14278         (gst_multifdsink_handle_client_write),
14279         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14280         Make sure we don't try to read more from a client that what
14281         ioctl says us or we deadlock.
14282
14283 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14284
14285         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
14286         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
14287         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14288           decouple running_time and n_frames so it can handle changing
14289           framerate while running
14290
14291 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14292
14293         * po/nl.po:
14294         * po/sv.po:
14295           updated translations
14296
14297 2004-08-04  Benjamin Otte  <otte@gnome.org>
14298
14299         * gst/videotestsrc/gstvideotestsrc.c:
14300         (gst_videotestsrc_get_capslist), (generate_capslist),
14301         (plugin_init):
14302           generate the list of supported caps at startup and reuse it instead
14303           of always generating it
14304
14305 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14306
14307         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
14308           whoops, last checkin broke normal build
14309
14310 2004-08-03  Benjamin Otte  <otte@gnome.org>
14311
14312         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
14313         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14314         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14315         (gst_alsa_mixer_get_option):
14316         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
14317         (dvdnavsrc_print_event):
14318         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
14319         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
14320         (gst_ogg_mux_pad_unlink):
14321         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
14322         (gst_multipart_mux_pad_unlink):
14323         * gst/videofilter/gstvideobalance.c:
14324         (gst_videobalance_colorbalance_set_value):
14325         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
14326         (gst_videomixer_pad_unlink):
14327         * po/uk.po:
14328         * sys/oss/gstossmixer.c:
14329         * sys/v4l/gstv4lcolorbalance.c:
14330         * sys/v4l/gstv4ltuner.c:
14331         * sys/v4l/v4lsrc_calls.c:
14332         * sys/v4l2/gstv4l2colorbalance.c:
14333         * sys/v4l2/gstv4l2tuner.c:
14334           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
14335
14336 2004-08-03  Benjamin Otte  <otte@gnome.org>
14337
14338         * examples/dynparams/filter.c: (ui_control_create):
14339         * examples/gstplay/player.c: (print_tag):
14340         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
14341         * ext/gdk_pixbuf/gstgdkanimation.c:
14342         (gst_gdk_animation_iter_may_advance):
14343         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
14344         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
14345         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
14346         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
14347         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
14348         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
14349         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
14350         * gst/sine/demo-dparams.c: (main):
14351         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14352         * testsuite/alsa/formats.c: (create_pipeline):
14353         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
14354           fixes for G_DISABLE_ASSERT and friends
14355         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
14356         (mp3_type_frame_length_from_header), (mp3_type_find),
14357         (plugin_init):
14358           require mp3 typefinding to have at least MIN_HEADERS valid headers
14359           add typefinding for AAC adts files
14360
14361 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
14362
14363         * sys/ximage/ximagesink.c:
14364         (gst_ximagesink_calculate_pixel_aspect_ratio):
14365         * sys/xvimage/xvimagesink.c:
14366         (gst_xvimagesink_calculate_pixel_aspect_ratio):
14367         Make sure we calculate pixel-aspect-ratio using floating point maths
14368
14369 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14370
14371         * po/uk.po:
14372           updated translation
14373
14374 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14375
14376         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
14378           add debugging for display PAR calculation
14379
14380 2004-08-02  David Schleef  <ds@schleef.org>
14381
14382         * configure.ac: Fix mikmod CFLAGS.
14383
14384 2004-07-27  Benjamin Otte  <otte@gnome.org>
14385
14386         * gst/audioscale/gstaudioscale.c:
14387         - fix templates to only support S16, it's the only format that works
14388         - make caps nego code use try_set_caps_nonfixed and fixation instead
14389         of try_set_caps twice, which is not nice for autopluggers
14390         - change rank to secondary, so autopluggers can pick it up after
14391         audioconvert
14392
14393 2004-08-02  Iain <iain@prettypeople.org>
14394
14395         * gst/interleave/interleave.c (interleave_init),
14396         (interleave_request_new_pad),
14397         (interleave_pad_removed),
14398         (interleave_buffered_loop): Use the real pad count, not the artificial
14399         one.
14400
14401 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14402
14403         * configure.ac: bump nano back to development
14404
14405 === release 0.8.3 ===
14406
14407 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14408
14409         * configure.ac: releasing 0.8.3, "Water"
14410
14411 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14412
14413         * sys/xvimage/xvimagesink.c:
14414         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14415         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
14416         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
14417         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14418         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14419         * sys/xvimage/xvimagesink.h:
14420           apply similar PAR fixes as to ximagesink
14421
14422 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14423
14424         patch from: Benjamin Otte
14425
14426         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
14427           add link function to lame.  Fixes #148986.
14428
14429 2004-08-02  Johan Dahlin  <johan@gnome.org>
14430
14431         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
14432         fix debugging log
14433
14434 2004-07-30  David Schleef  <ds@schleef.org>
14435
14436         * gst/videomixer/Makefile.am: Fix things that should have been
14437         fixed in the last checkin.
14438
14439 2004-07-30  David Schleef  <ds@schleef.org>
14440
14441         * gst/multipart/Makefile.am: Fix things that should have been
14442         fixed in the last checkin.
14443
14444 2004-07-30  David Schleef  <ds@schleef.org>
14445
14446         * testsuite/multifilesink/Makefile.am: Fix unused variable.
14447
14448 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14449
14450         * configure.ac:
14451           bump nano for prerelease
14452         * po/af.po:
14453         * po/az.po:
14454         * po/cs.po:
14455         * po/en_GB.po:
14456         * po/hu.po:
14457         * po/nl.po:
14458         * po/sr.po:
14459         * po/sv.po:
14460         * po/uk.po:
14461           updates
14462
14463 2004-07-30  Wim Taymans  <wim@fluendo.com>
14464
14465         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14466         (gst_multifdsink_add), (gst_multifdsink_remove),
14467         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14468         (gst_multifdsink_client_remove),
14469         (gst_multifdsink_handle_client_write),
14470         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14471         * gst/tcp/gstmultifdsink.h:
14472         Recover from a select with a bad file descriptor by removing
14473         the client.
14474
14475 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14476
14477         * configure.ac:
14478           fix requirement of core
14479         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
14480         (gst_play_pipeline_setup):
14481           don't use colorspace element.  do use hermescolorspace element.
14482           make macro to get a colorspace element.
14483           mark strings for translation.
14484         * po/POTFILES.in:
14485           add play.c
14486         * po/af.po:
14487         * po/az.po:
14488         * po/cs.po:
14489         * po/en_GB.po:
14490         * po/hu.po:
14491         * po/nl.po:
14492         * po/sr.po:
14493         * po/sv.po:
14494         * po/uk.po:
14495           update translations
14496
14497 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14498
14499         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
14500         fix default for newmedia flag
14501
14502 2004-07-30  Wim Taymans  <wim@fluendo.com>
14503
14504         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14505         (gst_theora_dec_init), (theora_get_formats),
14506         (theora_dec_src_convert), (theora_dec_sink_convert),
14507         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14508         (theora_dec_chain), (theora_dec_set_property),
14509         (theora_dec_get_property):
14510         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14511         (gst_theora_enc_class_init), (gst_theora_enc_init),
14512         (theora_enc_sink_link), (theora_enc_chain),
14513         (theora_enc_set_property), (theora_enc_get_property):
14514         Added cropping option to theora decoder.
14515         Added border option to theora encoder.
14516
14517 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14518
14519         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14520         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14521         (gst_pngenc_set_property):
14522         * ext/libpng/gstpngenc.h:
14523         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
14524
14525 2004-07-30  Wim Taymans  <wim@fluendo.com>
14526
14527         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14528         (theora_enc_sink_link), (theora_enc_chain),
14529         (theora_enc_set_property), (theora_enc_get_property):
14530         Fix encoding of non-multiple-of-16 video.
14531
14532 2004-07-29  David Schleef  <ds@schleef.org>
14533
14534         * configure.ac: make test for audiofile more strict
14535
14536 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14537
14538         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14539           give different names to typefind functions
14540
14541 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14542
14543         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14544         (gst_ximagesink_calculate_pixel_aspect_ratio),
14545         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
14546         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
14547         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
14548         (gst_ximagesink_get_property), (gst_ximagesink_init):
14549         * sys/ximage/ximagesink.h:
14550           allocate PAR's dynamically.
14551           use autodetected PAR if no object-set PAR is given.
14552           add workaround for directfb's X not setting physical size.
14553           fix to xvimagesink will follow tomorrow.
14554
14555 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14556
14557         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
14558         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14559         (gst_shout2send_get_type), (gst_shout2send_set_clock),
14560         (gst_shout2send_class_init), (gst_shout2send_init),
14561         (set_shout_metadata), (gst_shout2send_set_metadata),
14562         (gst_shout2send_chain), (gst_shout2send_set_property),
14563         (gst_shout2send_get_property), (gst_shout2send_connect),
14564         (gst_shout2send_change_state):
14565         * ext/shout2/gstshout2.h:
14566         - fix for sending mp3 audio to icecast2 server, if pad link function not
14567         called before PAUSED state
14568         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
14569         - added tagging support for mp3 audio broadcasted
14570         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
14571         debug info
14572
14573 2004-07-28  Wim Taymans  <wim@fluendo.com>
14574
14575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14576         (gst_ogg_demux_push):
14577         Return query failure when we don't know the length of
14578         an ogg stream insteda of returning TRUE with a bogus value.
14579
14580 2004-07-28  Wim Taymans  <wim@fluendo.com>
14581
14582         * ext/theora/theoradec.c: (theora_get_formats),
14583         (theora_dec_src_convert), (theora_dec_sink_convert),
14584         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14585         (theora_dec_chain):
14586         Don't screw up the 1 Chroma for 1 luma sample situation when we
14587         have an odd offset/width by adding a black border in those cases.
14588
14589 2004-07-28  Wim Taymans  <wim@fluendo.com>
14590
14591         * ext/theora/theoradec.c: (theora_get_formats),
14592         (theora_dec_src_convert), (theora_dec_sink_convert),
14593         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14594         (theora_dec_chain):
14595         * ext/theora/theoraenc.c: (theora_enc_sink_link):
14596         Added first attempt at cropping of the image as required by the
14597         theora spec. We need more properties in the caps (offset_x,
14598         offset_y,stride) to implement this correctly.
14599
14600 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14601
14602         * ext/dvdnav/README:
14603           Update the README to use dvddemux
14604         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14605           Ensure getcaps returns a subset of the template caps
14606         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
14607         (gst_mpeg2subt_init):
14608           Ensure getcaps returns a subset of the template caps
14609         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
14610         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
14611         (gst_dvd_demux_get_subpicture_stream),
14612         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
14613         * gst/mpegstream/gstdvddemux.h:
14614           Set the explicit caps on the current_video pad before pushing
14615           anything
14616         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14617         (gst_mpeg_demux_get_audio_stream):
14618           Free caps used to gst_pad_set_explicit_caps, which takes a const
14619           GstCaps *
14620
14621 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14622
14623         * configure.ac: update GStreamer requirement to 0.8.4 because of
14624           GstFraction.
14625
14626 2004-07-28  Wim Taymans  <wim@fluendo.com>
14627
14628         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14629         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
14630         Add the pad to the element after setting up the caps. This
14631         makes it a lot easier to autoplug.
14632
14633 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14634
14635         * gst/median/gstmedian.c:
14636         * gst/mpeg2subt/gstmpeg2subt.c:
14637         * gst/mpegaudioparse/gstmpegaudioparse.c:
14638         * gst/mpegstream/gstdvddemux.c:
14639         * gst/mpegstream/gstmpegdemux.c:
14640         * gst/mpegstream/gstmpegpacketize.c:
14641         * gst/rtjpeg/gstrtjpeg.c:
14642         * gst/rtjpeg/gstrtjpegdec.c:
14643         * gst/rtjpeg/gstrtjpegenc.c:
14644         * gst/sine/gstsinesrc.c:
14645         * gst/smooth/gstsmooth.c:
14646         * gst/smpte/gstsmpte.c:
14647         * gst/smpte/gstsmpte.h:
14648         * gst/stereo/gststereo.c:
14649         * gst/videofilter/gstgamma.c:
14650         * gst/videofilter/gstvideobalance.c:
14651         * gst/videofilter/gstvideofilter.c:
14652         * gst/videofilter/gstvideoflip.c:
14653         * gst/videoscale/gstvideoscale.c:
14654         * gst/videoscale/videoscale.c:
14655         * gst/videotestsrc/gstvideotestsrc.c:
14656         * gst/videotestsrc/videotestsrc.c:
14657         * gst/wavenc/gstwavenc.c:
14658         * gst/wavparse/gstwavparse.c:
14659           fix local includes and 64 bits constants
14660
14661 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14662
14663         * win32/gst.sln:
14664         * gst-libs/gst/*/*.vcproj:
14665         * gst/*/*.vcproj:
14666           more working plugins
14667
14668 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14669
14670         * testsuite/alsa/Makefile.am:
14671         * testsuite/alsa/srcstate.c:
14672         add test for alsasrc changing state
14673
14674 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14675
14676         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
14677         (gst_silence_get):
14678         * gst/silence/gstsilence.h:
14679         fix silence generation for 16bit raw audio
14680
14681 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14682
14683         * gst/matroska/matroska-demux.c:
14684         (gst_matroska_demux_parse_metadata),
14685         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
14686         * gst/mpegaudio/common.c:
14687         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
14688         (gst_videoscale_getcaps), (gst_videoscale_link),
14689         (gst_videoscale_src_fixate), (gst_videoscale_init),
14690         (gst_videoscale_finalize):
14691         * gst/videoscale/gstvideoscale.h:
14692         * gst/videotestsrc/gstvideotestsrc.c:
14693         (gst_videotestsrc_get_capslist):
14694         * gst/wavenc/gstwavenc.c:
14695         * sys/oss/gstossmixer.c: (fill_labels):
14696         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14697         (gst_ximagesink_handle_xevents),
14698         (gst_ximagesink_calculate_pixel_aspect_ratio),
14699         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
14700         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
14701         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
14702         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
14703         (gst_ximagesink_init), (gst_ximagesink_class_init):
14704         * sys/ximage/ximagesink.h:
14705         * sys/xvimage/xvimagesink.c:
14706         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14707         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
14708         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
14709         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14710         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14711         * sys/xvimage/xvimagesink.h:
14712           first batch of pixel aspect ratio commits.
14713
14714 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14715
14716         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14717         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
14718         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
14719           handle stride, needs work if we want to move stride handling
14720           upstream, but works correctly for our purposes.
14721
14722 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14723
14724         * gst/videoscale/README:
14725           add testing examples
14726         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
14727         (gst_videoscale_chain):
14728         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14729         (gst_videoscale_get_size):
14730           add get_size function that handles stride like videotestsrc.
14731           fixes conversion for YUV formats for as much as I can test them.
14732
14733 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14734
14735         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14736         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14738         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
14739         (gst_xvimagesink_xvimage_put):
14740           further cleanups, logging, error handling and synchronizing
14741
14742 2004-07-27  Wim Taymans  <wim@fluendo.com>
14743
14744         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14745         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
14746         (gst_videomixer_pad_set_property),
14747         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
14748         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14749         (gst_videomixer_class_init), (gst_videomixer_init),
14750         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
14751         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
14752         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
14753         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14754         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14755         (gst_videomixer_loop), (plugin_init):
14756         Be a nicer negotiation citizen and provide a getcaps function on
14757         the srcpad. This also fixes a crash when resizing.
14758
14759 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14760
14761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14762         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
14763
14764 2004-07-27  Wim Taymans  <wim@fluendo.com>
14765
14766         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
14767         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14768         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14769         (gst_pngenc_set_property):
14770         * ext/libpng/gstpngenc.h:
14771         Added snapshot property to pngenc.
14772         removed g_print from pngdec
14773
14774 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14775
14776         * gst/ac3parse/ac3parse.vcproj
14777         * gst/adder/adder.vcproj
14778         * gst/alpha/alpha.vcproj
14779         * gst/alpha/alphacolor.vcproj
14780         * gst/asfdemux/asf.vcproj
14781         * gst/audioconvert/audioconvert.vcproj
14782         * gst/audiorate/audiorate.vcproj
14783         * gst/audioscale/audioscale.vcproj
14784         * gst/auparse/auparse.vcproj
14785         * gst/avi/avi.vcproj
14786         * gst/cdxaparse/cdxaparse.vcproj
14787         * gst/chart/chart.vcproj
14788         * gst/colorspace/colorspace.vcproj
14789         * gst/cutter/cutter.vcproj
14790         * gst/debug/debug.vcproj
14791         * gst/debug/efence.vcproj
14792         * gst/debug/navigationtest.vcproj
14793         * gst/deinterlace/deinterlace.vcproj
14794         * gst/effectv/effectv.vcproj
14795         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
14796         * gst/filter/filter.vcproj
14797         * gst/flx/flxdec.vcproj
14798         * gst/goom/goom.vcproj
14799         * gst/interleave/interleave.vcproj
14800         * gst/law/alaw.vcproj
14801         * gst/law/mulaw.vcproj
14802         * gst/matroska/matroska.vcproj
14803         * gst/median/median.vcproj
14804         * gst/mixmatrix/mixmatrix.vcproj
14805         * gst/mpeg1sys/mpeg1systemencode.vcproj
14806         * gst/mpeg1videoparse/mp1videoparse.vcproj
14807         * gst/mpeg2sub/mpeg2subt.vcproj
14808         * gst/mpegaudio/mpegaudio.vcproj
14809         * gst/mpegaudioparse/mpegaudioparse.vcproj
14810         * gst/mpegstream/mpegstream.vcproj
14811         * gst/multifilesink/multifilesink.vcproj
14812         * gst/multipart/multipart.vcproj
14813         * gst/oneton/oneton.vcproj
14814         * gst/overlay/overlay.vcproj
14815         * gst/passthrough/passthrough.vcproj
14816         * gst/qtdemux/qtdemux.vcproj
14817         * gst/realmedia/rmdemux.vcproj
14818         * gst/rtjpeg/rtjpeg.vcproj
14819         * gst/rtp/rtp.vcproj
14820         * gst/silence/silence.vcproj
14821         * gst/sine/sinesrc.vcproj
14822         * gst/smooth/smooth.vcproj
14823         * gst/smpte/smpte.vcproj
14824         * gst/spectrum/spectrum.vcproj
14825         * gst/speed/speed.vcproj
14826         * gst/stereo/stereo.vcproj
14827         * gst/switch/switch.vcproj
14828         * gst/tags/tagedit.vcproj
14829         * gst/tcp/tcp.vcproj
14830         * gst/typefind/typefindfunctions.vcproj
14831         * gst/udp/udp.vcproj
14832         * gst/videobox/videobox.vcproj
14833         * gst/videocrop/videocrop.vcproj
14834         * gst/videodrop/videodrop.vcproj
14835         * gst/videofilter/gamma.vcproj
14836         * gst/videofilter/videobalance.vcproj
14837         * gst/videofilter/videofilter.vcproj
14838         * gst/videofilter/videoflip.vcproj
14839         * gst/videoflip/videoflip.vcproj
14840         * gst/videomixer/videomixer.vcproj
14841         * gst/videorate/videorate.vcproj
14842         * gst/videoscale/videoscale.vcproj
14843         * gst/videotestsrc/videotestsrc.vcproj
14844         * gst/virtualdub/virtualdub.vcproj
14845         * gst/volenv/volenv.vcproj
14846         * gst/volume/volume.vcproj
14847         * gst/wavenc/wavenc.vcproj
14848         * gst/wavparse/wavparse.vcproj
14849         * gst/y4m/y4menc.vcproj
14850         * gst-libs/gst/audio/audio.vcproj
14851         * gst-libs/gst/audio/audiofilter.vcproj
14852         * gst-libs/gst/colorbalance/colorbalance.vcproj
14853         * gst-libs/gst/idct/idtc.vcproj
14854         * gst-libs/gst/media-info/media-info.vcproj
14855         * gst-libs/gst/mixer/mixer.vcproj
14856         * gst-libs/gst/navigation/navigation.vcproj
14857         * gst-libs/gst/play/play.vcproj
14858         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
14859         * gst-libs/gst/resample/resample.vcproj
14860         * gst-libs/gst/riff/riff.vcproj
14861         * gst-libs/gst/tuner/tuner.vcproj
14862         * gst-libs/gst/video/video.vcproj
14863         * gst-libs/gst/xoverlay/xoverlay.vcproj
14864           avoid problems with math.h, fix release dependancy
14865           rename GStreamer-0.8.lib to libgstreamer.lib
14866
14867 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14868
14869         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
14870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
14871         the atom is not available we have to unlock the mutex. Fixes #148023
14872
14873 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14874
14875         * gst-libs/gst/media-info/media-info.h:
14876           issue for a vararg macro with MSVC
14877
14878 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14879
14880         * gst/effectv/effectv.vcproj
14881         * gst-libs/gst/idct/idct.vcproj:
14882         * gst-libs/gst/media-info/media-info.vcproj:
14883         * gst-libs/gst/navigation/navigation.vcproj:
14884         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
14885         * gst-libs/gst/video/video.vcproj:
14886         * gst-libs/gst/xoverlay/xoverlay.vcproj:
14887           fixes for build problems
14888
14889 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14890
14891         * gst-libs/gst/audio/audio.def:
14892         * gst-libs/gst/audio/riff.def:
14893           add some definitions needed by plugins
14894
14895 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14896
14897         * gst/asfdemux/gstasfmux.c
14898           Fix some 64 bits constants to be glib friendly
14899
14900 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14901
14902         * gst/ac3parse/gstac3parse.c
14903         * gst/audioscale/gstaudioscale.c
14904         * gst/auparse/gstauparse.c
14905         * gst/colorspace/gstcolorspace.c
14906         * gst/colorspace/yuv2rgb.h
14907           local include fixes
14908
14909 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14910
14911         * win32/gst.sln
14912           add more plugins to the build
14913
14914 2004-07-26  Julien MOUTTE  <julien@moutte.net>
14915
14916         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14917         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
14918
14919 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14920
14921         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
14922         (gst_level_set_property), (gst_level_get_property),
14923         (gst_level_base_init), (gst_level_class_init):
14924           add debugging categories.  cleanups.
14925
14926 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14927
14928         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14929         (gst_videoscale_planar411), (gst_videoscale_planar400),
14930         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
14931         (gst_videoscale_scale_nearest_str1),
14932         (gst_videoscale_scale_nearest_str2),
14933         (gst_videoscale_scale_nearest_str4),
14934         (gst_videoscale_scale_nearest_16bit),
14935         (gst_videoscale_scale_nearest_24bit):
14936           fixed stride issues
14937           tested with 320x240 -> 321, 322, 324 x240
14938           tested with YV12, I420, YUY2, UYVY
14939           fixed packed422rev (don't think it could have worked before)
14940           by testing with UYVY
14941
14942 2004-07-26  Benjamin Otte  <otte@gnome.org>
14943
14944         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
14945         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
14946         (plugin_init):
14947           add debugging category, add error checks like checking return values
14948           of setup calls, make sure it still works after
14949           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
14950
14951 2004-07-26  Wim Taymans  <wim@fluendo.com>
14952
14953         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14954         (gst_mpeg_demux_get_audio_stream),
14955         (gst_mpeg_demux_process_private):
14956         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
14957         Check for error codes from the negotiation functions. Make sure
14958         we really set the pad caps when a new pad is created.
14959
14960 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14961
14962         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14963         (gst_ffmpeg_caps_to_pix_fmt):
14964         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14965         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14966         (gst_ffmpegcolorspace_pad_link):
14967           don't make function do two things at the same time without reason.
14968
14969 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14970
14971         * gst/ac3parse/ac3parse.vcproj
14972         * gst/adder/adder.vcproj
14973         * gst/alpha/alpha.vcproj
14974         * gst/alpha/alphacolor.vcproj
14975         * gst/asfdemux/asf.vcproj
14976         * gst/audioconvert/audioconvert.vcproj
14977         * gst/audiorate/audiorate.vcproj
14978         * gst/audioscale/audioscale.vcproj
14979         * gst/auparse/auparse.vcproj
14980         * gst/avi/avi.vcproj
14981         * gst/cdxaparse/cdxaparse.vcproj
14982         * gst/chart/chart.vcproj
14983         * gst/colorspace/colorspace.vcproj
14984         * gst/cutter/cutter.vcproj
14985         * gst/debug/debug.vcproj
14986         * gst/debug/efence.vcproj
14987         * gst/debug/navigationtest.vcproj
14988         * gst/deinterlace/deinterlace.vcproj
14989         * gst/effectv/effectv.vcproj
14990         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
14991         * gst/filter/filter.vcproj
14992         * gst/flx/flxdec.vcproj
14993         * gst/goom/goom.vcproj
14994         * gst/interleave/interleave.vcproj
14995         * gst/law/alaw.vcproj
14996         * gst/law/mulaw.vcproj
14997         * gst/matroska/matroska.vcproj
14998         * gst/median/median.vcproj
14999         * gst/mixmatrix/mixmatrix.vcproj
15000         * gst/mpeg1sys/mpeg1systemencode.vcproj
15001         * gst/mpeg1videoparse/mp1videoparse.vcproj
15002         * gst/mpeg2sub/mpeg2subt.vcproj
15003         * gst/mpegaudio/mpegaudio.vcproj
15004         * gst/mpegaudioparse/mpegaudioparse.vcproj
15005         * gst/mpegstream/mpegstream.vcproj
15006         * gst/multifilesink/multifilesink.vcproj
15007         * gst/multipart/multipart.vcproj
15008         * gst/oneton/oneton.vcproj
15009         * gst/overlay/overlay.vcproj
15010         * gst/passthrough/passthrough.vcproj
15011         * gst/qtdemux/qtdemux.vcproj
15012         * gst/realmedia/rmdemux.vcproj
15013         * gst/rtjpeg/rtjpeg.vcproj
15014         * gst/rtp/rtp.vcproj
15015         * gst/silence/silence.vcproj
15016         * gst/sine/sinesrc.vcproj
15017         * gst/smooth/smooth.vcproj
15018         * gst/smpte/smpte.vcproj
15019         * gst/spectrum/spectrum.vcproj
15020         * gst/speed/speed.vcproj
15021         * gst/stereo/stereo.vcproj
15022         * gst/switch/switch.vcproj
15023         * gst/tags/tagedit.vcproj
15024         * gst/tcp/tcp.vcproj
15025         * gst/typefind/typefindfunctions.vcproj
15026         * gst/udp/udp.vcproj
15027         * gst/videobox/videobox.vcproj
15028         * gst/videocrop/videocrop.vcproj
15029         * gst/videodrop/videodrop.vcproj
15030         * gst/videofilter/gamma.vcproj
15031         * gst/videofilter/videobalance.vcproj
15032         * gst/videofilter/videofilter.vcproj
15033         * gst/videofilter/videoflip.vcproj
15034         * gst/videoflip/videoflip.vcproj
15035         * gst/videomixer/videomixer.vcproj
15036         * gst/videorate/videorate.vcproj
15037         * gst/videoscale/videoscale.vcproj
15038         * gst/videotestsrc/videotestsrc.vcproj
15039         * gst/virtualdub/virtualdub.vcproj
15040         * gst/volenv/volenv.vcproj
15041         * gst/volume/volume.vcproj
15042         * gst/wavenc/wavenc.vcproj
15043         * gst/wavparse/wavparse.vcproj
15044         * gst/y4m/y4menc.vcproj
15045           more plugins supported under windows
15046
15047 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15048
15049         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15050         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
15051         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
15052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15053         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
15054           Add debugging statements.  Use the sizes as returned by the
15055           *CreateImage calls.
15056
15057 2004-07-26  Johan Dahlin  <johan@gnome.org>
15058
15059         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
15060         the pad is negotiated.
15061
15062         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
15063
15064 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15065
15066         * gst-libs/gst/colorbalance/colorbalance.vcproj:
15067         * gst-libs/gst/idct/idct.vcproj:
15068         * gst-libs/gst/media-info/media-info.vcproj:
15069         * gst-libs/gst/mixer/mixer.vcproj:
15070         * gst-libs/gst/navigation/navigation.vcproj:
15071         * gst-libs/gst/play/play.vcproj:
15072         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15073         * gst-libs/gst/resample/resample.vcproj:
15074         * gst-libs/gst/tuner/tuner.vcproj:
15075         * gst-libs/gst/video/video.vcproj:
15076         * gst-libs/gst/xoverlay/xoverlay.vcproj:
15077           more plugins supported under windows
15078
15079 2004-07-25 Iain <iain@prettypeople.org>
15080
15081         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
15082         pad now rather than when the pad is created because state changes wipe
15083         explicit caps (fixes #148043).
15084
15085 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
15086
15087         reviewed by Benjamin Otte  <otte@gnome.org>
15088
15089         * ext/mad/gstmad.c:
15090           fix mad plugin crashing on Sun (fixes #148289)
15091
15092 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15093
15094         * gst/avi/avi.def:
15095         * gst/avi/avi.vcproj:
15096         * gst/matroska/matroska.def:
15097         * gst/matroska/matroska.vcproj:
15098           remove unused .def files
15099
15100 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15101
15102         * gst-libs/gst/audio/gstaudiofilter.c:
15103           Clean the local include
15104
15105 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15106
15107         * win32/gst.sln:
15108         * gst-libs/gst/audio/audio.def:
15109         * gst-libs/gst/audio/audio.vcproj:
15110         * gst-libs/gst/audio/audiofilter.vcproj:
15111         * gst-libs/gst/audio/riff.def:
15112         * gst-libs/gst/audio/riff.vcproj:
15113         * gst-libs/gst/gst-libs.def:
15114         * gst-libs/gst/gst-libs.vcproj:
15115         * gst/avi/avi.vcproj:
15116         * gst/avi/avi.vcproj:
15117           Copy the files where needed after building, cleaner projects
15118
15119 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15120
15121         * gst/matroska/ebml-write.c:
15122           Fix some 64 bits constants to be glib friendly
15123
15124 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
15125
15126         * win32/gst.sln:
15127         * gst-libs/gst/gst-libs.def:
15128         * gst-libs/gst/gst-libs.vcproj:
15129         * gst/matroska/matroska.def:
15130         * gst/matroska/matroska.vcproj:
15131           Add the preliminary canvas to build plugins on Win32
15132
15133 2004-07-23  Benjamin Otte  <otte@gnome.org>
15134
15135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15136           don't enfore negotiation from source side, it breaks
15137           sinesrc ! audioconvert ! osssink
15138
15139 2004-07-22  David Schleef  <ds@schleef.org>
15140
15141         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
15142         for ELF files, since they can easily be recognized as audio/mpeg.
15143         (bug #147441)
15144
15145 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15146
15147         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15148         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
15149         (gst_videoscale_scale_nearest_24bit),
15150         (gst_videoscale_scale_nearest_16bit):
15151           fix 16bit and 24bit for stride (24bit might need testing)
15152           don't pretend we do more than one algorithm
15153
15154 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15155
15156         * configure.ac:
15157         * gst/Makefile.am:
15158         * gst/multifilesink/Makefile.am:
15159         * gst/multifilesink/gstmultifilesink.c:
15160         (gst_multifilesink_get_formats),
15161         (gst_multifilesink_get_query_types), (_do_init),
15162         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
15163         (gst_multifilesink_init), (gst_multifilesink_dispose),
15164         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
15165         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
15166         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
15167         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
15168         (gst_multifilesink_chain), (gst_multifilesink_change_state),
15169         (gst_multifilesink_uri_get_type),
15170         (gst_multifilesink_uri_get_protocols),
15171         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
15172         (gst_multifilesink_uri_handler_init), (plugin_init):
15173         * gst/multifilesink/gstmultifilesink.h:
15174         * testsuite/Makefile.am:
15175         * testsuite/multifilesink/Makefile.am:
15176         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
15177         (gst_newmedia_class_init), (gst_newmedia_init),
15178         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
15179         (newfile_signal), (test_signal), (main):
15180         multifilesink plugin for creating new files every time a new media
15181         discontinuity event occurs
15182
15183 2004-07-22  Wim Taymans  <wim@fluendo.com>
15184
15185         * gst/alpha/Makefile.am:
15186         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
15187         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
15188         (gst_alpha_color_init), (gst_alpha_color_set_property),
15189         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
15190         (transform), (gst_alpha_color_chain),
15191         (gst_alpha_color_change_state), (plugin_init):
15192         Stupid plugin to to RGBA to AYUV conversion because none of
15193         the colorspace plugins can handle that yet.
15194
15195 2004-07-22  Wim Taymans  <wim@fluendo.com>
15196
15197         * examples/seeking/seek.c: (update_scale), (main):
15198         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15199         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15200         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15201         (gst_decode_bin_init), (gst_decode_bin_dispose),
15202         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15203         (no_more_pads), (close_link), (type_found),
15204         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15205         (plugin_init):
15206         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15207         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15208         (gst_play_base_bin_dispose), (queue_overrun),
15209         (gen_preroll_element), (remove_prerolls), (unknown_type),
15210         (no_more_pads), (new_stream), (setup_source),
15211         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15212         (play_base_eos), (gst_play_base_bin_change_state),
15213         (gst_play_base_bin_add_element),
15214         (gst_play_base_bin_remove_element),
15215         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15216         (gst_play_base_bin_unlink_stream),
15217         (gst_play_base_bin_get_streaminfo):
15218         * gst/playback/gstplaybin.c: (gen_video_element),
15219         (gen_audio_element):
15220         * gst/playback/gststreaminfo.h:
15221         More playback updates, attempt to fix things after the state change
15222         breakage.
15223
15224 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15225
15226         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
15227         (gst_videoscale_scale_nearest_16bit):
15228           comment algorithm
15229
15230 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15231
15232         * gst/videotestsrc/gstvideotestsrc.c:
15233         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
15234         (gst_videotestsrc_init), (gst_videotestsrc_get),
15235         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
15236         (gst_videotestsrc_get_property):
15237         * gst/videotestsrc/gstvideotestsrc.h:
15238         * gst/videotestsrc/videotestsrc.c:
15239         * gst/videotestsrc/videotestsrc.h:
15240           cleanup and commenting
15241
15242 2004-07-21  Wim Taymans  <wim@fluendo.com>
15243
15244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
15245         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
15246         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
15247         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
15248         (_find_chain_get_unknown_part), (_find_streams_check),
15249         (gst_ogg_demux_push), (gst_ogg_pad_push):
15250         * ext/theora/theoradec.c: (theora_get_formats),
15251         (theora_dec_src_convert), (theora_dec_sink_convert),
15252         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15253         (theora_dec_chain):
15254         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15255         (vorbis_dec_convert), (vorbis_dec_src_query),
15256         (vorbis_dec_src_event), (vorbis_dec_event):
15257         More seeking fixes, oggdemux now supports seeking to time and
15258         uses the downstream element to convert granulepos to time.
15259         Seeking in theora-only ogg files now works.
15260
15261 2004-07-21  Wim Taymans  <wim@fluendo.com>
15262
15263         * ext/theora/theoradec.c: (gst_theora_dec_init),
15264         (theora_get_formats), (theora_get_event_masks),
15265         (theora_get_query_types), (theora_dec_src_convert),
15266         (theora_dec_sink_convert), (theora_dec_src_query),
15267         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15268         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15269         (vorbis_get_event_masks), (vorbis_get_query_types),
15270         (gst_vorbis_dec_init), (vorbis_dec_convert),
15271         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
15272         Added query/convert/formats functions to vorbis and theora decoders
15273         so that the outside world can use them too. Fixed seeking on an
15274         ogg/theora/vorbis file by disabling the seeking seeking on the
15275         theora srcpad.
15276
15277 2004-07-21  Julien MOUTTE  <julien@moutte.net>
15278
15279         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15280         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
15281         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
15282         images creation for both elements. We don't create the image on caps
15283         nego or renego, we just destroy the internal one if present if it does
15284         not match the needs. The chain function takes care of creating a new
15285         image when needed.
15286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15287         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
15288         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15289         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
15290         the image format information. The buffer pool checks for the context
15291         image format and discard images with different formats.
15292         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
15293
15294 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15295
15296         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15297         (gst_ffmpegcolorspace_chain):
15298           no point in doing any chaining if the pad we want to push from
15299           isn't usable.
15300
15301 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15302
15303         * gst-libs/gst/riff/riff-media.c:
15304         (gst_riff_create_audio_caps_with_data):
15305           Fix double end-to-native symbol conversion (#148021).
15306
15307 2004-07-20  David Schleef  <ds@schleef.org>
15308
15309         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
15310         Don't use an Atom that doesn't exist.
15311
15312 2004-07-20  Wim Taymans  <wim@fluendo.com>
15313
15314         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15315         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15316         (gst_multifdsink_client_remove),
15317         (gst_multifdsink_handle_client_write),
15318         (gst_multifdsink_queue_buffer):
15319         * gst/tcp/gstmultifdsink.h:
15320         More multifdsink stats. Avoid deadlock by releasing locks
15321         before sending out a signal.
15322
15323 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15324
15325         * po/LINGUAS:
15326         * po/hu.po:
15327           added Hungarian translation (Laszlo Dvornik)
15328
15329 2004-07-20  Wim Taymans  <wim@fluendo.com>
15330
15331         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15332         (gst_multifdsink_add), (gst_multifdsink_client_remove),
15333         (gst_multifdsink_handle_client_write),
15334         (gst_multifdsink_queue_buffer):
15335         * gst/tcp/gsttcp-marshal.list:
15336         Fixed the stupid marshal definition.
15337
15338 2004-07-20  Wim Taymans  <wim@fluendo.com>
15339
15340         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15341         (gst_multifdsink_init), (gst_multifdsink_add),
15342         (gst_multifdsink_client_remove),
15343         (gst_multifdsink_handle_client_write),
15344         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
15345         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
15346         (gst_multifdsink_init_send):
15347         * gst/tcp/gstmultifdsink.h:
15348         Added more stats, added timeout for a client, fixed some typos
15349         and added some comments.
15350
15351 2004-07-20  Wim Taymans  <wim@fluendo.com>
15352
15353         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15354         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15355         (gst_multifdsink_client_remove),
15356         (gst_multifdsink_handle_client_write):
15357         * gst/tcp/gstmultifdsink.h:
15358         * gst/tcp/gsttcp-marshal.list:
15359         Added get_stats method that returns a GValueArray of
15360         stats values.
15361
15362 2004-07-19  Benjamin Otte  <otte@gnome.org>
15363
15364         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
15365           make sure longname, description and author are valid UTF-8
15366
15367 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15368
15369         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
15370         (gst_ximagesink_set_property):
15371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
15372         (gst_xvimagesink_set_property):
15373           make sure SYNCHRONOUS is respected after getting the X context
15374
15375 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15376
15377         * gst/matroska/matroska-demux.c:
15378         (gst_matroska_demux_handle_src_event),
15379         (gst_matroska_demux_parse_blockgroup):
15380         * gst/matroska/matroska-ids.h:
15381           add BlockReference tag and ignore it to clear out log.
15382           ignore NAVIGATION events to clear out log.
15383
15384 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15385
15386         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15387         (gst_matroska_demux_add_stream):
15388         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
15389           add debug categories
15390
15391 2004-07-16  Wim Taymans  <wim@fluendo.com>
15392
15393         * ext/libpng/Makefile.am:
15394         * ext/libpng/gstpng.c: (plugin_init):
15395         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
15396         (gst_pngdec_get_type), (gst_pngdec_base_init),
15397         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
15398         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
15399         * ext/libpng/gstpngdec.h:
15400         Added png decoder.
15401
15402 2004-07-16  Julien MOUTTE  <julien@moutte.net>
15403
15404         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
15405         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15406         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
15407         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
15408         (gst_ximagesink_buffer_alloc):
15409         * sys/ximage/ximagesink.h:
15410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15411         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15412         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15413         (gst_xvimagesink_buffer_alloc):
15414         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
15415         again. Using internal data pointer of the x(v)image to store image's
15416         data to be coherent with the buffer alloc mechanism. Investigated the
15417         image destruction code to be sure that everything gets freed correctly.
15418
15419 2004-07-16  Wim Taymans  <wim@fluendo.com>
15420
15421         * gst-libs/gst/riff/riff-read.c:
15422         (gst_riff_read_strf_vids_with_data),
15423         (gst_riff_read_strf_auds_with_data):
15424         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15425         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
15426         Make sure we don't create 0 sized subbuffers in riff-read.
15427         Signal the no more pads signal after reading the avi header.
15428
15429 2004-07-16  Wim Taymans  <wim@fluendo.com>
15430
15431         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15432         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15433         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15434         (gst_decode_bin_init), (gst_decode_bin_dispose),
15435         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15436         (no_more_pads), (close_link), (type_found),
15437         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15438         (gst_decode_bin_change_state), (plugin_init):
15439         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15440         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15441         (gst_play_base_bin_dispose), (queue_overrun),
15442         (gen_preroll_element), (remove_prerolls), (unknown_type),
15443         (no_more_pads), (new_stream), (setup_source),
15444         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15445         (play_base_eos), (gst_play_base_bin_change_state),
15446         (gst_play_base_bin_add_element),
15447         (gst_play_base_bin_remove_element),
15448         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15449         (gst_play_base_bin_unlink_stream),
15450         (gst_play_base_bin_get_streaminfo):
15451         * gst/playback/gstplaybasebin.h:
15452         Better error recovery. Added configurable preroll queue size. Faster
15453         detection of no-more-pads.
15454
15455 2004-07-16  Wim Taymans  <wim@fluendo.com>
15456
15457         * gst-libs/gst/video/video.h:
15458         Added 32 bits RGBA. Not sure if we should use another mime-type
15459         for alpha rgb. Currently the presence of the alpha_mask property
15460         signals an alpha channel.
15461
15462 2004-07-16  Wim Taymans  <wim@fluendo.com>
15463
15464         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15466         FPS seems to be 0.0 to MAX everywhere else.
15467
15468 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15469
15470         * gst-libs/gst/riff/riff-media.c:
15471         (gst_riff_create_video_caps_with_data):
15472           mp42/mp43 (no caps) exist too.
15473         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15474           Set pixel_width/height; we've got them in-caps.
15475         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15476         * gst/wavparse/gstwavparse.c: (plugin_init):
15477           Both are valid primary.
15478         * sys/oss/gstossmixer.c:
15479           Remove i18n hack and enable translations.
15480
15481 2004-07-15  Benjamin Otte  <otte@gnome.org>
15482
15483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15484         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15485           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
15486
15487 2004-07-15  Benjamin Otte  <otte@gnome.org>
15488
15489         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15490         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
15491         (gst_alsa_close_audio):
15492           disable some of the debugging code for now. Writing debugging to a
15493           buffer is broken in current alsalib releases.
15494
15495 2004-07-12  Benjamin Otte  <otte@gnome.org>
15496
15497         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
15498           use bufferpools
15499
15500 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15501
15502         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15503         (theora_dec_src_query), (theora_dec_event):
15504         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
15505           add debugging categories.  Remove \n's.
15506
15507 2004-07-13  Johan Dahlin  <johan@gnome.org>
15508
15509         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
15510         (gst_play_bin_get_property): Impl.
15511
15512 2004-07-13  Wim Taymans  <wim@fluendo.com>
15513
15514         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
15515         When trying to find the stream length, seek back N pages
15516         instead of just one, where N is the number of streams in
15517         the current chain.
15518
15519 2004-07-13  Wim Taymans  <wim@fluendo.com>
15520
15521         * gst-libs/gst/riff/riff-media.c:
15522         (gst_riff_create_audio_caps_with_data),
15523         (gst_riff_create_audio_caps),
15524         (gst_riff_create_audio_template_caps):
15525         * gst-libs/gst/riff/riff-media.h:
15526         * gst-libs/gst/riff/riff-read.c:
15527         (gst_riff_read_strf_vids_with_data),
15528         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
15529         * gst-libs/gst/riff/riff-read.h:
15530         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15531         (gst_avi_demux_add_stream):
15532         Set codec_data on caps for avidemuxer.
15533
15534 2004-07-12  David Schleef  <ds@schleef.org>
15535
15536         * configure.ac: Fix test for Objective C
15537
15538 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
15539         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15540         (gst_gdk_pixbuf_chain):
15541           Add svg and pcx to template caps, and ensure that getcaps returns a
15542           subset of the template caps.
15543           Copy each row manually for output, as gdkpixbuf may pad the
15544           rowstride to a 32-bit word boundary.
15545
15546 2004-07-12  Wim Taymans  <wim@fluendo.com>
15547
15548         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
15549         (gst_riff_create_video_template_caps):
15550         Fix the template caps to include some more media types.
15551
15552 2004-07-12  Wim Taymans  <wim@fluendo.com>
15553
15554         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15555         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15556         (compare_ranks), (print_feature), (gst_decode_bin_init),
15557         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15558         (try_to_link_1), (new_pad), (close_link), (type_found),
15559         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15560         (gst_decode_bin_change_state), (plugin_init):
15561         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15562         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15563         (gst_play_base_bin_dispose), (queue_overrun),
15564         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15565         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15566         (gst_play_base_bin_get_property), (play_base_eos),
15567         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15568         (gst_play_base_bin_remove_element),
15569         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15570         (gst_play_base_bin_unlink_stream),
15571         (gst_play_base_bin_get_streaminfo):
15572         * gst/playback/gstplaybasebin.h:
15573         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15574         (gst_play_bin_class_init), (gst_play_bin_init),
15575         (gst_play_bin_dispose), (gst_play_bin_set_property),
15576         (gst_play_bin_get_property), (gen_video_element),
15577         (gen_audio_element), (remove_sinks), (setup_sinks),
15578         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15579         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15580         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15581         (gst_play_bin_query), (plugin_init):
15582         * gst/playback/test4.c: (main):
15583         More fixes on reusing of the element.
15584
15585 2004-07-11  Benjamin Otte  <otte@gnome.org>
15586
15587         * ext/mad/gstmad.c: (normal_seek):
15588           allow seeking for other methods than just SET
15589
15590 2004-07-11  Andy Wingo  <wingo@pobox.com>
15591
15592         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
15593         float, "any" caps -> buffer_frames=[0,MAX].
15594
15595         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
15596         doesn't intersect our caps with the template any more. Do it
15597         ourselves.
15598         (interleave_buffered_loop): Use g_newa instead of malloc/free.
15599
15600 2004-07-09  Wim Taymans  <wim@fluendo.com>
15601
15602         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15603         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15604         (compare_ranks), (print_feature), (gst_decode_bin_init),
15605         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15606         (try_to_link_1), (new_pad), (close_link), (type_found),
15607         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15608         (gst_decode_bin_change_state), (plugin_init):
15609         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15610         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15611         (gst_play_base_bin_dispose), (queue_overrun),
15612         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15613         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15614         (gst_play_base_bin_get_property), (play_base_eos),
15615         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15616         (gst_play_base_bin_remove_element),
15617         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15618         (gst_play_base_bin_unlink_stream),
15619         (gst_play_base_bin_get_streaminfo):
15620         * gst/playback/gstplaybasebin.h:
15621         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15622         (gst_play_bin_class_init), (gst_play_bin_init),
15623         (gst_play_bin_dispose), (gst_play_bin_set_property),
15624         (gst_play_bin_get_property), (gen_video_element),
15625         (gen_audio_element), (remove_sinks), (setup_sinks),
15626         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15627         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15628         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15629         (gst_play_bin_query), (plugin_init):
15630         * gst/playback/test4.c: (main):
15631         Work on object reuse and seeking.
15632
15633 2004-07-09  Wim Taymans  <wim@fluendo.com>
15634
15635         * examples/seeking/seek.c: (iterate):
15636         Don't consume all CPU in the idle loop.
15637
15638 2004-07-09  Wim Taymans  <wim@fluendo.com>
15639
15640         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
15641         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
15642         Add pad to element *after* setting the pad functions so that
15643         the scheduler can use the correct ones.
15644
15645 2004-07-09  Wim Taymans  <wim@fluendo.com>
15646
15647         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15648         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
15649         Sync to keyframe after seek
15650
15651 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15652
15653         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
15654         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15655         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
15656         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
15657         * ext/libvisual/visual.c: (gst_visual_change_state):
15658         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
15659         * ext/theora/theoradec.c: (theora_dec_change_state):
15660         * ext/theora/theoraenc.c: (theora_enc_change_state):
15661         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
15662         * gst-libs/gst/navigation/navigation.c:
15663         * gst/adder/gstadder.c: (gst_adder_change_state):
15664         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15665         (gst_audio_convert_get_buffer):
15666         * gst/multipart/multipartdemux.c:
15667         (gst_multipart_demux_change_state):
15668         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
15669         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15670         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15671         * gst/videoscale/gstvideoscale.c:
15672         (gst_videoscale_handle_src_event):
15673         * gst/volume/gstvolume.c: (volume_chain_int16):
15674           don't assert in state change, this should be done by the base
15675           GstElement class.
15676           various debugging fixes.
15677
15678 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15679
15680         * configure.ac:
15681         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15682         (gst_play_dispose), (gst_play_set_location),
15683         (gst_play_set_data_src), (gst_play_set_video_sink),
15684         (gst_play_set_audio_sink), (gst_play_set_visualization),
15685         (gst_play_connect_visualization), (gst_play_get_sink_element),
15686         (gst_play_get_all_by_interface):
15687         * gst-libs/gst/play/play.h:
15688           add new method to get elements implementing an interface.
15689           add various error logging
15690
15691 2004-07-08  Wim Taymans  <wim@fluendo.com>
15692
15693         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
15694         (make_mpeg_pipeline), (make_mpegnt_pipeline),
15695         (make_playerbin_pipeline), (query_durations_elems),
15696         (query_durations_pads), (query_positions_elems),
15697         (query_positions_pads), (update_scale), (iterate), (stop_seek),
15698         (main):
15699         Added playbin seeking example.
15700
15701 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15702
15703         * gst-libs/gst/play/play.c: (gst_play_set_location),
15704         (gst_play_set_data_src), (gst_play_set_video_sink),
15705         (gst_play_set_audio_sink), (gst_play_set_visualization),
15706         (gst_play_connect_visualization), (gst_play_get_framerate):
15707           use a macro to look up elements from hash table
15708
15709 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15710
15711         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15712         (gst_play_get_length_callback), (gst_play_set_location),
15713         (gst_play_seek_to_time), (gst_play_set_data_src),
15714         (gst_play_set_video_sink), (gst_play_set_audio_sink),
15715         (gst_play_set_visualization), (gst_play_connect_visualization),
15716         (gst_play_get_sink_element):
15717         - add debugging info
15718         - fix looking up sink elements by iterating over complete caps
15719         - put everything except for source and autoplugger in a complete bin
15720
15721 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15722
15723         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
15724         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
15725         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
15726         (gst_alsa_sink_write), (gst_alsa_sink_loop):
15727         * ext/alsa/gstalsasink.h:
15728         - add debugging info
15729         - clean up schizophrenia of data/buffer/event
15730         - fix double event unref error
15731
15732 2004-07-08  Wim Taymans  <wim@fluendo.com>
15733
15734         * gst/playback/Makefile.am:
15735         Add headers to noinst
15736
15737 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15738
15739         * tools/gst-launch-ext-m.m:
15740         * tools/gst-launch-ext.1.in:
15741           convert to the third millenium
15742
15743 2004-07-07  David Schleef  <ds@schleef.org>
15744
15745         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
15746
15747 2004-07-07  Wim Taymans  <wim@fluendo.com>
15748
15749         * gst/playback/Makefile.am:
15750         * gst/playback/README:
15751         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15752         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15753         (compare_ranks), (print_feature), (gst_decode_bin_init),
15754         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15755         (try_to_link_1), (new_pad), (close_link), (type_found),
15756         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15757         (plugin_init):
15758         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15759         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15760         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
15761         (gen_preroll_element), (no_more_pads), (new_stream),
15762         (setup_source), (gst_play_base_bin_set_property),
15763         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
15764         (gst_play_base_bin_add_element),
15765         (gst_play_base_bin_remove_element),
15766         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15767         (gst_play_base_bin_unlink_stream),
15768         (gst_play_base_bin_get_streaminfo):
15769         * gst/playback/gstplaybasebin.h:
15770         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15771         (gst_play_bin_class_init), (gst_play_bin_init),
15772         (gst_play_bin_dispose), (gst_play_bin_set_property),
15773         (gst_play_bin_get_property), (gen_video_element),
15774         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
15775         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
15776         (gst_play_bin_get_formats), (gst_play_bin_convert),
15777         (gst_play_bin_get_query_types), (gst_play_bin_query),
15778         (plugin_init):
15779         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15780         (gst_stream_info_get_type), (gst_stream_info_class_init),
15781         (gst_stream_info_init), (gst_stream_info_new),
15782         (gst_stream_info_dispose), (gst_stream_info_set_property),
15783         (gst_stream_info_get_property):
15784         * gst/playback/gststreaminfo.h:
15785         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15786         (main):
15787         * gst/playback/test2.c: (main):
15788         * gst/playback/test3.c: (update_scale), (main):
15789         More playbin fixes. Added README. Do better element filtering.
15790         Added base class to preroll media. Added test apps.
15791
15792 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15793
15794         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
15795         * ext/mpeg2dec/gstmpeg2dec.h:
15796           various debugging improvements.  Reset stream to next picture
15797           instead of sequence header, otherwise seeks cannot work.
15798
15799 2004-07-07  Wim Taymans  <wim@fluendo.com>
15800
15801         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
15802         (gst_video_box_class_init), (gst_video_box_set_property),
15803         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
15804         Use pad_alloc where possible.
15805
15806 2004-07-07  Wim Taymans  <wim@fluendo.com>
15807
15808         * sys/oss/gstosselement.c: (gst_osselement_reset),
15809         (gst_osselement_parse_caps):
15810         * sys/oss/gstosselement.h:
15811         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15812         Fix offset on osssrc.
15813
15814 2004-07-07  Wim Taymans  <wim@fluendo.com>
15815
15816         * ext/theora/theora.c: (plugin_init):
15817         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15818         (theora_dec_src_query), (theora_dec_chain):
15819         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15820         (theora_enc_sink_link), (theora_buffer_from_packet),
15821         (theora_push_packet), (theora_enc_chain):
15822         Fix theora granulepos calculation.
15823         Fix overflow in duration/position calculation.
15824         Bump rank to PRIMARY for theoradec.
15825         Use granulepos of last packet to calculate position.
15826         Set keyframe flag on buffers when needed.
15827
15828 2004-07-06  David Schleef  <ds@schleef.org>
15829
15830         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
15831         serious?  (Fixed, obviously.)
15832
15833 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15834
15835         * po/LINGUAS:
15836         * po/cs.po:
15837           added Czech translation (Miloslav Trmac)
15838
15839 2004-07-05  Wim Taymans  <wim@fluendo.com>
15840
15841         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15842         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15843         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15844         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15845         (close_link), (type_found), (gst_decode_bin_set_property),
15846         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
15847         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
15848         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
15849         (gst_decode_bin_query), (plugin_init):
15850         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15851         (gst_play_bin_class_init), (gst_play_bin_init),
15852         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
15853         (get_video_element), (new_pad), (setup_source),
15854         (gst_play_bin_set_property), (gst_play_bin_get_property),
15855         (gst_play_bin_change_state), (gst_play_bin_add_element),
15856         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15857         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15858         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15859         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15860         * gst/playback/test.c: (main):
15861         More fixes, cleaned up playbin, make it use decodebin. Added
15862         threaded property to playbin.
15863
15864 2004-07-05  Wim Taymans  <wim@fluendo.com>
15865
15866         * configure.ac:
15867         * gst/playback/Makefile.am:
15868         * gst/playback/decodetest.c: (main):
15869         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15870         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15871         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15872         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15873         (close_link), (type_found), (gst_decode_bin_set_property),
15874         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
15875         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
15876         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
15877         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
15878         (plugin_init):
15879         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15880         (gst_play_bin_class_init), (gst_play_bin_init),
15881         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
15882         (collect_sink_pads), (find_compatibles), (close_pad_link),
15883         (try_to_link_1), (new_pad), (close_link), (type_found),
15884         (setup_source), (gst_play_bin_set_property),
15885         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
15886         (compare_ranks), (gst_play_bin_collect_factories),
15887         (gst_play_bin_change_state), (gst_play_bin_add_element),
15888         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15889         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15890         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15891         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15892         * gst/playback/test.c: (main):
15893         Added some playback helper elements and some test apps, very alpha
15894         still.
15895
15896 2004-07-04  Benjamin Otte  <otte@gnome.org>
15897
15898         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15899           only restart audio when we indeed have an xrun to fix repeated
15900           xruns. Fix suggested by Giuliano Pochini.
15901
15902 2004-07-03  David Schleef  <ds@schleef.org>
15903
15904         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
15905         call to gst_debug_log() if debugging is disabled (bug #145118)
15906
15907 2004-07-03  Benjamin Otte  <otte@gnome.org>
15908
15909         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15910           use our own functions for restarting the alsa device.
15911         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15912           I should apply patches myself - use MIN for the third argument, not
15913           the second, this fixes seeking
15914
15915 2004-07-02  David Schleef  <ds@schleef.org>
15916
15917         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
15918         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
15919         do with the logic.
15920
15921 2004-07-02  David Schleef  <ds@schleef.org>
15922
15923         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
15924         output buffers.  Fix logic mistake.  (bug #144866)
15925
15926 2004-07-02  David Schleef  <ds@schleef.org>
15927
15928         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
15929         on X.  (bug #144753)
15930
15931 2004-07-02  David Schleef  <ds@schleef.org>
15932
15933         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
15934         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
15935         (bug #144624)
15936         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
15937         (gst_osselement_rate_probe_check): Add another workaround for
15938         buggy drivers (bug #145336)
15939
15940 2004-07-02  David Schleef  <ds@schleef.org>
15941
15942         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
15943         Most systems don't have MSG_NOSIGNAL.
15944
15945 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15946
15947         * Makefile.am:
15948         * gst-libs/gst/colorbalance/Makefile.am:
15949         * gst-libs/gst/mixer/Makefile.am:
15950         * gst-libs/gst/play/Makefile.am:
15951         * gst-libs/gst/tuner/Makefile.am:
15952           (hopefully) fix both install and dist and make error message useful.
15953           needs testing across automakes.
15954
15955 2004-07-02  Benjamin Otte  <otte@gnome.org>
15956
15957         * ext/ogg/gstogg.c: (plugin_init):
15958           we require bytestream now
15959         * ext/ogg/gstoggdemux.c:
15960           huge diff to implement chain setup in a fast and generic way. This
15961           improves tag reading and startup of huge files (read: Theora videos)
15962           quite a bit. It probably contains bugs, too, so please test.
15963           Seeking is not improved to the fast method.
15964
15965 2004-06-29  Wim Taymans  <wim@fluendo.com>
15966
15967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15968         * ext/ogg/gstoggmux.c:
15969         Fix memleak in oggdemux when running unconnected pads.
15970         doc update in mux, start working on keyframe mode.
15971
15972 2004-06-29  Benjamin Otte  <otte@gnome.org>
15973
15974         * sys/oss/gstosssink.c:
15975         * sys/oss/gstosssrc.c:
15976           advertise correct template caps - we indeed do non-native endianness
15977           and 8bit audio has no endianness
15978         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
15979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
15980           avoid (wrong) duplications in getcaps function and return
15981           template caps
15982
15983 2004-06-29  Wim Taymans  <wim@fluendo.com>
15984
15985         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15986         (gst_multifdsink_class_init), (gst_multifdsink_add),
15987         (gst_multifdsink_remove), (gst_multifdsink_clear),
15988         (gst_multifdsink_client_remove),
15989         (gst_multifdsink_handle_client_read),
15990         (gst_multifdsink_client_queue_data),
15991         (gst_multifdsink_client_queue_caps),
15992         (gst_multifdsink_client_queue_buffer),
15993         (gst_multifdsink_handle_client_write),
15994         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15995         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15996         (gst_multifdsink_init_send), (gst_multifdsink_close):
15997         Fix wrong GList iteration that could crash the server when
15998         more then 2 clients disconnect at the same time. Read all the
15999         pending commands in one batch to recover from command storms under
16000         very heavy load.
16001
16002 2004-06-28  Wim Taymans  <wim@fluendo.com>
16003
16004         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16005         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
16006         (gst_videomixer_pad_set_property),
16007         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
16008         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16009         (gst_videomixer_class_init), (gst_videomixer_init),
16010         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
16011         (pad_zorder_compare), (gst_videomixer_sort_pads),
16012         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
16013         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
16014         (gst_videomixer_update_queues), (gst_videomixer_loop),
16015         (plugin_init):
16016         Avoid divide by zero, choose masterpad as the pad with the highest
16017         framerate.
16018
16019 2004-06-27  Julien Moutte  <julien@moutte.net>
16020
16021         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16022         (gst_ximagesink_xwindow_new):
16023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16024         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
16025         function directly. We might want to call it from somewhere else one day.
16026
16027 2004-06-27  Julien Moutte  <julien@moutte.net>
16028
16029         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16030         (gst_ximagesink_xwindow_new):
16031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16032         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
16033         window decorations.
16034
16035 2004-06-27  Wim Taymans  <wim@fluendo.com>
16036
16037         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
16038         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
16039         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
16040         (gst_dvdec_set_property), (gst_dvdec_get_property):
16041         * ext/dv/gstdvdec.h:
16042         Implement drop_factor property to lower the framerate with
16043         a factor.
16044
16045 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16046
16047         * gst-libs/gst/colorbalance/Makefile.am:
16048         * gst-libs/gst/mixer/Makefile.am:
16049         * gst-libs/gst/play/Makefile.am:
16050         * gst-libs/gst/tuner/Makefile.am:
16051           unbreak Company's fix that didn't install the -enum.h files
16052
16053 2004-06-27  Wim Taymans  <wim@fluendo.com>
16054
16055         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
16056         (gst_dvdec_change_state):
16057         * ext/dv/gstdvdec.h:
16058         Fix timestamp, duration and offset of the buffers.
16059
16060 2004-06-27  Wim Taymans  <wim@fluendo.com>
16061
16062         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16063         (gst_multifdsink_class_init), (gst_multifdsink_add),
16064         (gst_multifdsink_remove), (gst_multifdsink_clear),
16065         (gst_multifdsink_client_remove),
16066         (gst_multifdsink_handle_client_read),
16067         (gst_multifdsink_client_queue_data),
16068         (gst_multifdsink_client_queue_caps),
16069         (gst_multifdsink_client_queue_buffer),
16070         (gst_multifdsink_handle_client_write),
16071         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16072         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16073         (gst_multifdsink_init_send), (gst_multifdsink_close):
16074         * gst/tcp/gstmultifdsink.h:
16075         * gst/tcp/gsttcpserversink.c:
16076         (gst_tcpserversink_handle_server_read),
16077         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
16078         More multifdsink fixes, more recovery policy fixes.
16079         Removed stupid g_print
16080
16081 2004-06-26  Wim Taymans  <wim@fluendo.com>
16082
16083         * gst/tcp/Makefile.am:
16084         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16085         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
16086         (gst_multifdsink_class_init), (gst_multifdsink_init),
16087         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
16088         (gst_multifdsink_handle_client_read),
16089         (gst_multifdsink_client_queue_data),
16090         (gst_multifdsink_client_queue_caps),
16091         (gst_multifdsink_client_queue_buffer),
16092         (gst_multifdsink_handle_client_write),
16093         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16094         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16095         (gst_multifdsink_chain), (gst_multifdsink_set_property),
16096         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16097         (gst_multifdsink_close), (gst_multifdsink_change_state):
16098         * gst/tcp/gstmultifdsink.h:
16099         * gst/tcp/gsttcpplugin.c: (plugin_init):
16100         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
16101         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
16102         (gst_tcpserversink_handle_server_read),
16103         (gst_tcpserversink_handle_select),
16104         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
16105         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
16106         * gst/tcp/gsttcpserversink.h:
16107         Added multifdsink, made tcpserversink a subclass of fdsink, removed
16108         one of the locks, added recovery policy to multifdsink.
16109
16110 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16111
16112         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16113           fix decision for when getting frames with same timestamp
16114         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16115         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16116         (gst_v4lsrc_get_property):
16117         * sys/v4l/gstv4lsrc.h:
16118           add latency offset property
16119
16120 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16121
16122         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
16123         (plugin_init):
16124           fix debugging. add category.
16125
16126 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16127
16128         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16129           fix wrong offsets
16130
16131 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16132
16133         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16134         (gst_alsa_src_get_time), (gst_alsa_src_loop),
16135         (gst_alsa_src_change_state):
16136           return a time that is in sync with the element's processing
16137
16138 2004-06-25  Wim Taymans  <wim@fluendo.com>
16139
16140         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16141         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16142         (gst_tcpserversink_client_remove),
16143         (gst_tcpserversink_handle_client_read),
16144         (gst_tcpserversink_client_queue_data),
16145         (gst_tcpserversink_client_queue_caps),
16146         (gst_tcpserversink_client_queue_buffer),
16147         (gst_tcpserversink_handle_client_write),
16148         (gst_tcpserversink_queue_buffer),
16149         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
16150         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
16151         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
16152         (gst_tcpserversink_close):
16153         * gst/tcp/gsttcpserversink.h:
16154         Serversink rewrite. Really do non blocking writes to clients and
16155         maintain an internal queue to handle slower clients while not
16156         disturbing fast clients.
16157
16158 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16159
16160         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16161           better debug, don't override OFFSET and OFFSET_END
16162
16163 2004-06-25  Iain <iain@prettypeople.org>
16164
16165         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
16166         name=source for the wavparse pipeline.
16167
16168 2004-06-24  Johan Dahlin  <johan@gnome.org>
16169
16170         * ext/theora/theoraenc.c (theora_enc_chain): Call
16171         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
16172         streamheader caps are set correctly.
16173
16174 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16175
16176         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
16177         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
16178           respect minimum bitrate; same could be done for max bitrate
16179
16180 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16181
16182         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
16183         (gst_vorbisenc_setup):
16184           fix sample rate range
16185
16186 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16187
16188         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
16189         (gst_oggvorbisenc_setup):
16190         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16191         (gst_vorbisenc_setup):
16192           resolve ambiguities in code and description
16193
16194 2004-06-24  Wim Taymans  <wim@fluendo.com>
16195
16196         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
16197         * ext/alsa/gstalsa.h:
16198         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16199         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
16200         Use alsa trigger_tstamp to get the timestamp of the first
16201         sample in the buffer for more precise sync. Some cleanups.
16202
16203 2004-06-24  Wim Taymans  <wim@fluendo.com>
16204
16205         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
16206         (gst_audiorate_init), (gst_audiorate_chain),
16207         (gst_audiorate_set_property), (gst_audiorate_get_property):
16208         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16209         (gst_videorate_chain):
16210         Added some logging, fixed an overflow bug in videorate.
16211
16212 2004-06-24  Benjamin Otte  <otte@gnome.org>
16213
16214         * ext/kio/Makefile.am:
16215           fix for builddir != srcdir and distcheck
16216
16217 2004-06-24  Benjamin Otte  <otte@gnome.org>
16218
16219         * gst-libs/gst/colorbalance/Makefile.am:
16220         * gst-libs/gst/mixer/Makefile.am:
16221         * gst-libs/gst/play/Makefile.am:
16222         * gst-libs/gst/tuner/Makefile.am:
16223         * gst/tcp/Makefile.am:
16224         * sys/dxr3/Makefile.am:
16225           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
16226           tarball.
16227           Also add all *.list files that were missing.
16228         * Makefile.am:
16229           add a distcheck hook to ensure the above doesn't happen again.
16230
16231 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
16232
16233         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
16234
16235 2004-06-23  Colin Walters  <walters@redhat.com>
16236
16237         * m4/Makefile.am: Distribute gst-fionread.m4.
16238
16239 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16240
16241         * configure.ac: back to dev
16242
16243 2004-06-23  Wim Taymans  <wim@fluendo.com>
16244
16245         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
16246         (gst_alsa_xrun_recovery):
16247         * ext/alsa/gstalsa.h:
16248         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16249         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
16250         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16251         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
16252         (gst_alsa_src_loop):
16253         Add clock to alsasrc. Take new capture timestamp when
16254         restarting after an overrun. Split up some functions between
16255         alsasrc and alsasink.
16256
16257 === release 0.8.2 ===
16258
16259 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16260
16261         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16262         (gst_alsa_change_state), (gst_alsa_update_avail),
16263         (gst_alsa_xrun_recovery):
16264         * ext/alsa/gstalsa.h:
16265         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16266           merge back changes from release
16267
16268 2004-06-23  Wim Taymans  <wim@fluendo.com>
16269
16270         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
16271         (gst_audiorate_init), (gst_audiorate_chain),
16272         (gst_audiorate_set_property), (gst_audiorate_get_property):
16273         Implement sample dropping and notify
16274
16275 2004-06-22  Wim Taymans  <wim@fluendo.com>
16276
16277         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16278         (theora_enc_sink_link), (theora_buffer_from_packet),
16279         (theora_push_packet), (theora_enc_chain):
16280         Some cleanups, make sure the timestamps are correct.
16281
16282 2004-06-22  Wim Taymans  <wim@fluendo.com>
16283
16284         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
16285         (gst_alsa_change_state), (gst_alsa_update_avail),
16286         (gst_alsa_xrun_recovery):
16287         * ext/alsa/gstalsa.h:
16288         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16289         Cleanups, take queued samples into account when reporting
16290         the time.
16291
16292 2004-06-22  Wim Taymans  <wim@fluendo.com>
16293
16294         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16295         (gst_videorate_init):
16296         Initialize the property as well.
16297
16298 2004-06-22  Wim Taymans  <wim@fluendo.com>
16299
16300         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16301         (gst_videorate_init), (gst_videorate_chain),
16302         (gst_videorate_set_property), (gst_videorate_get_property):
16303         Add property to make videorate silent.
16304         Add property to prefer new frames over old ones.
16305
16306 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16307
16308         * sys/osxvideo/Makefile.am:
16309         Workaround so that the osxvideo .so file gets linked with the
16310         Cocoa, OpenGL and QuickTime frameworks
16311
16312 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16313
16314         * sys/osxaudio/Makefile.am:
16315         Workaround so that the osxaudio .so file gets linked with the
16316         CoreAudio framework
16317
16318 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16319
16320         * configure.ac:
16321         Whoops, my fault...fixed build issues
16322
16323 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16324
16325         * configure.ac:
16326         Add objective-c support if running in Darwin/Mac OS X
16327         * sys/Makefile.am:
16328         * sys/osxvideo:
16329         * sys/osxvideo/Makefile.am:
16330         * sys/osxvideo/osxvideosink.h:
16331         * sys/osxvideo/osxvideosink.m:
16332         * sys/osxvideo/cocoawindow.h:
16333         * sys/osxvideo/cocoawindow.m:
16334         Add osxvideosink, a cocoa-based osx video sink
16335
16336
16337 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
16338         * ext/dvdnav/gst-dvd:
16339         Grab the gconf key from the right spot
16340         * gst/debug/gstnavseek.c: (gst_navseek_init),
16341         (gst_navseek_segseek), (gst_navseek_handle_src_event),
16342         (gst_navseek_chain):
16343         * gst/debug/gstnavseek.h:
16344           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
16345           and loop parameters of a segment seek.
16346         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
16347         (gst_videotestsrc_get_event_masks),
16348         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
16349         * gst/videotestsrc/gstvideotestsrc.h:
16350           Add seeking support to videotestsrc
16351           Initialise the timestamp_offset variable.
16352
16353 2004-06-18  Wim Taymans  <wim@fluendo.com>
16354
16355         * ext/sidplay/gstsiddec.cc:
16356         Fix negotiation and set correct end offset.
16357
16358 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16359
16360         * configure.ac: branch and prerelease
16361
16362 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16363
16364         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16365         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
16366         (gst_tcpclientsrc_init_receive):
16367         * gst/tcp/gsttcpclientsrc.h:
16368           read caps when connecting to server for GDP so we set them correctly
16369
16370 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16371
16372         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16373           notify drops and duplicates
16374         * gst/videoscale/videoscale.c: (videoscale_get_structure):
16375           no good reason to limit ourselves to 100x100
16376
16377 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16378
16379         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16380         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
16381         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16382         (gst_v4lsrc_get_property):
16383         * sys/v4l/gstv4lsrc.h:
16384         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16385         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16386         (gst_v4l_set_audio):
16387         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
16388         (gst_v4lsrc_try_capture):
16389         * sys/v4l/v4lsrc_calls.h:
16390           change try_palette to more general try_capture
16391           add autoprobe option so we can turn off autoprobing
16392           various fixes
16393
16394 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16395
16396         * configure.ac:
16397           add videorate
16398         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
16399         (gst_ximagesink_class_init):
16400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
16401         (gst_xvimagesink_class_init):
16402           run them as finalize, not dispose, since dispose can be invoked
16403           multiple times
16404
16405 2004-06-17  Wim Taymans  <wim@fluendo.com>
16406
16407         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16408         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
16409         * ext/alsa/gstalsa.h:
16410         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16411         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
16412         (gst_alsa_src_change_state):
16413         * ext/alsa/gstalsasrc.h:
16414         Make the xrun code timestamp and offset the buffers correctly.
16415         moved the clock to the base class, use alsa methods to get time.
16416         Do correct timestamping on outgoing buffers.
16417
16418 2004-06-17  Wim Taymans  <wim@fluendo.com>
16419
16420         * gst/audiorate/Makefile.am:
16421         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
16422         (gst_audiorate_base_init), (gst_audiorate_class_init),
16423         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
16424         (gst_audiorate_set_property), (gst_audiorate_get_property),
16425         (gst_audiorate_change_state), (plugin_init):
16426         Added an audiorate converter that fills in gaps.
16427
16428 2004-06-17  Johan Dahlin  <johan@gnome.org>
16429
16430         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
16431
16432 2004-06-16  Wim Taymans  <wim@fluendo.com>
16433
16434         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
16435         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16436         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16437         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16438         (gst_v4lsrc_get_property):
16439         * sys/v4l/gstv4lsrc.h:
16440         Added a copy mode to v4lsrc where it will output a copied version
16441         of its internal hardware buffer.
16442         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
16443         can't | them.
16444
16445 2004-06-16  Wim Taymans  <wim@fluendo.com>
16446
16447         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16448         Timestamp fixes.
16449
16450 2004-06-16  Wim Taymans  <wim@fluendo.com>
16451
16452         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16453         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16454         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16455         (gst_v4lsrc_get_property):
16456         * sys/v4l/gstv4lsrc.h:
16457         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16458         Added a sync mode enum property to control v4lsrc timestamp method
16459         Removed the use-fixed-fps property and moved functionality in
16460         the enum.
16461         Don't error on an error value from v4l-conf, it might not always
16462         be a real error.
16463
16464 2004-06-16  Wim Taymans  <wim@fluendo.com>
16465
16466         * gst/videorate/Makefile.am:
16467         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
16468         (gst_videorate_base_init), (gst_videorate_class_init),
16469         (gst_videorate_getcaps), (gst_videorate_link),
16470         (gst_videorate_init), (gst_videorate_chain),
16471         (gst_videorate_set_property), (gst_videorate_get_property),
16472         (gst_videorate_change_state), (plugin_init):
16473         Added a video timestamp corrector.
16474
16475 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16476
16477         fixed a potential leak with previous commit
16478
16479         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16480
16481 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16482
16483         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16484         Added missing refcount, fixes bug #144425
16485         Cheers Tim for finding the bug
16486
16487 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16488
16489         * sys/v4l/gstv4l.c: (plugin_init):
16490         * sys/v4l/gstv4lcolorbalance.c:
16491         * sys/v4l/gstv4lcolorbalance.h:
16492         * sys/v4l/gstv4lelement.c:
16493         * sys/v4l/gstv4lelement.h:
16494         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16495         * sys/v4l/gstv4lmjpegsink.h:
16496         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16497         * sys/v4l/gstv4lmjpegsrc.h:
16498         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16499         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16500         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
16501         * sys/v4l/gstv4lsrc.h:
16502         * sys/v4l/gstv4ltuner.c:
16503         * sys/v4l/gstv4ltuner.h:
16504         * sys/v4l/gstv4lxoverlay.c:
16505         * sys/v4l/gstv4lxoverlay.h:
16506         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
16507         (gst_v4l_set_window), (gst_v4l_enable_overlay):
16508         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16509         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16510         (gst_v4l_set_audio):
16511         * sys/v4l/v4l_calls.h:
16512         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
16513         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
16514         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
16515         (gst_v4lmjpegsink_playback_init),
16516         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
16517         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
16518         (gst_v4lmjpegsink_playback_stop),
16519         (gst_v4lmjpegsink_playback_deinit):
16520         * sys/v4l/v4lmjpegsink_calls.h:
16521         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
16522         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
16523         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
16524         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
16525         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
16526         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
16527         * sys/v4l/v4lmjpegsrc_calls.h:
16528         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16529         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
16530         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
16531         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
16532         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
16533         (gst_v4lsrc_try_palette):
16534         * sys/v4l/v4lsrc_calls.h:
16535           bunch of paranoia cleanups
16536
16537 2004-06-14  David Schleef  <ds@schleef.org>
16538
16539         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
16540         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
16541         Send discont events and change timestamps appropriately when
16542         we get a seek event.  (bug #144240)
16543         * ext/cdparanoia/gstcdparanoia.h:
16544
16545 2004-06-14  Benjamin Otte  <otte@gnome.org>
16546
16547         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
16548           snd_pcm_hw_params_set_rate  since the latter fails for no good
16549           reason on some setups.
16550
16551 2004-06-14  David Schleef  <ds@schleef.org>
16552
16553         * gst/volume/demo.c: (value_changed_callback): exp10() is not
16554         standard.  Thank you for playing.
16555
16556 2004-06-14  Wim Taymans  <wim@fluendo.com>
16557
16558         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16559         Patch 1.3 broke the ordering of the colorspace info and
16560         made the plugin basically work by coincidence, reordered
16561         the info.
16562
16563 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16564
16565         * ext/lame/gstlame.c:
16566         * ext/mad/gstmad.c:
16567           sync caps.  Make sure mad can only output a list of rates, not
16568           a full range.  In the future, have three caps lists for each of the
16569           mpeg versions.  Change mpegversion to a double as well.
16570
16571 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16572
16573         * gst/volume/.cvsignore:
16574         * gst/volume/Makefile.am:
16575         * gst/volume/demo.c: (value_changed_callback), (idler),
16576         (setup_gui), (main):
16577           added small demo app
16578
16579 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
16580         * ext/esd/esdsink.c: (gst_esdsink_change_state):
16581         * ext/esd/esdsink.h:
16582         Close the esd connection on pause, because esd will just wait -
16583         blocking all other esd clients indefinitely.
16584
16585 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
16586
16587         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
16588           previous commit with GST_DEBUG
16589
16590 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16591
16592         * configure.ac:
16593           add a header check for a dvdread header in dvdnav.  Fixes #133002
16594
16595 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16596
16597         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16598         * gst/tcp/gsttcpclientsink.h:
16599         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16600         * gst/tcp/gsttcpclientsrc.h:
16601         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
16602         (gst_tcpserversink_handle_server_read),
16603         (gst_tcpserversink_init_send):
16604         * gst/tcp/gsttcpserversink.h:
16605         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16606         * gst/tcp/gsttcpserversrc.h:
16607         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
16608         version of IP)
16609
16610 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16611
16612         * configure.ac:
16613         Added ogg library so that OSX detects libtheora properly
16614
16615 2004-06-11  Wim Taymans  <wim@fluendo.com>
16616
16617         * ext/theora/theoradec.c: (theora_dec_chain),
16618         (theora_dec_change_state):
16619         Don't try to decode frames before we received a keyframe.
16620
16621 2004-06-11  Wim Taymans  <wim@fluendo.com>
16622
16623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16624         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16625         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16626         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16627         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16628         Added property to set the maximum delay of a page.
16629
16630 2004-06-10  Wim Taymans  <wim@fluendo.com>
16631
16632         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16633         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16634         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16635         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16636         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16637         Added max-delay property to control the maximum amount
16638         of data to put in one page.
16639
16640 2004-06-10  Wim Taymans  <wim@fluendo.com>
16641
16642         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16643         (gst_theora_enc_init), (theora_enc_sink_link),
16644         (theora_buffer_from_packet), (theora_enc_set_property),
16645         (theora_enc_get_property):
16646         Set duration on encoded buffer, added some more properties
16647
16648 2004-06-10  Wim Taymans  <wim@fluendo.com>
16649
16650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16651         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16652         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16653         * ext/theora/theoraenc.c: (theora_enc_chain):
16654         Fix refcounting bugs
16655
16656 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16657
16658         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16659         (gst_asf_demux_loop), (gst_asf_demux_process_file),
16660         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
16661         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
16662         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
16663         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
16664         (gst_asf_demux_change_state):
16665         * gst/asfdemux/gstasfdemux.h:
16666           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
16667           feels like. I think we should set a new requirement for demuxers
16668           from now on to implement sane loop functions, data loops, query
16669           and seek functions before first commit into CVS. And this commit
16670           fixes all of the above.
16671
16672 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
16673
16674         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
16675           vorbis comments are properly encoded in UTF-8 before adding them
16676           to a GstTagList
16677
16678 2004-06-09  Benjamin Otte  <otte@gnome.org>
16679
16680         * ext/alsa/gstalsa.c: (add_channels):
16681           handle min <= max correctly
16682         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
16683         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
16684           add fixation functions so we fixate correctly. No preferring of alaw
16685           anymore because it's the first structure.
16686         * ext/alsa/gstalsa.h:
16687         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
16688         (gst_alsa_hw_params_dump):
16689           add functions to ease debugging in alsalib
16690         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16691         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16692         (gst_alsa_start_audio):
16693           only specify hw params if we really setup a format (fixes #134007 -
16694           or at least works around it)
16695
16696 2004-06-09  Wim Taymans  <wim@fluendo.com>
16697
16698         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16699         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16700         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
16701         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
16702         (gst_ogg_mux_loop):
16703         Use stream caps to setup the initial pages in the ogg stream.
16704         Correctly set the streamheader caps on the srcpad.
16705
16706 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16707
16708         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16709         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16710         (gst_v4lsrc_getcaps):
16711         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16712         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
16713           add querying of fps lists for webcams.  Negotiating to a framerate
16714           now works.
16715
16716 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16717
16718         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16719         (theora_push_buffer), (theora_push_packet),
16720         (theora_set_header_on_caps), (theora_enc_chain):
16721           mark buffers and put on streamheader, raw theora streaming
16722           now works too, whee
16723
16724 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16725
16726         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16727         (gst_tcp_gdp_read_caps):
16728           do a looping read for caps and GDP headers too
16729
16730 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16731
16732         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16733         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
16734           return EOS instead of NULL in _get
16735
16736 2004-06-08  Wim Taymans  <wim@fluendo.com>
16737
16738         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16739         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
16740         (gst_tcp_gdp_write_caps):
16741         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16742         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
16743         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
16744         Memory leak fixes
16745
16746 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16747
16748         * ext/vorbis/Makefile.am:
16749         * ext/vorbis/vorbis.c: (plugin_init):
16750         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
16751         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
16752         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
16753         (vorbis_parse_change_state):
16754         * ext/vorbis/vorbisparse.h:
16755           adding a vorbisparse element that marks the buffers, streaming
16756           raw vorbis using GDP now works, whee
16757
16758 2004-06-08  Wim Taymans  <wim@fluendo.com>
16759
16760         * ext/jpeg/Makefile.am:
16761         * ext/jpeg/README:
16762         * ext/jpeg/gstjpeg.c: (plugin_init):
16763         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
16764         (gst_smokedec_base_init), (gst_smokedec_class_init),
16765         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
16766         * ext/jpeg/gstsmokedec.h:
16767         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
16768         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
16769         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
16770         (gst_smokeenc_resync), (gst_smokeenc_chain),
16771         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
16772         * ext/jpeg/gstsmokeenc.h:
16773         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
16774         (smokecodec_flush_destination), (smokecodec_term_destination),
16775         (smokecodec_init_source), (smokecodec_fill_input_buffer),
16776         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
16777         (smokecodec_term_source), (smokecodec_encode_new),
16778         (smokecodec_decode_new), (smokecodec_info_free),
16779         (smokecodec_set_quality), (smokecodec_get_quality),
16780         (smokecodec_set_threshold), (smokecodec_get_threshold),
16781         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
16782         (find_best_size), (abs_diff), (put), (smokecodec_encode),
16783         (smokecodec_parse_header), (smokecodec_decode):
16784         * ext/jpeg/smokecodec.h:
16785         Added a new simple jpeg based codec
16786
16787 2004-06-08  Wim Taymans  <wim@fluendo.com>
16788
16789         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16790         (gst_multipart_mux_loop):
16791         Fix memory leak
16792
16793 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16794
16795         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16796         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
16797         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
16798         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
16799         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
16800         * gst/tcp/gsttcpserversink.h:
16801           take streamheader into account
16802
16803 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16804
16805         * gst/level/Makefile.am:
16806         * gst/level/gstlevel.c: (gst_level_class_init):
16807           clean up marshal generation
16808
16809 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16810
16811         * gst/tcp/Makefile.am:
16812         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
16813         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
16814         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
16815         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16816         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
16817         (gst_tcpclientsrc_get_property):
16818         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16819         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16820         (gst_tcpserversink_handle_client_read),
16821         (gst_tcpserversink_handle_client_write),
16822         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
16823         * gst/tcp/gsttcpserversink.h:
16824           add signals client-added and client-removed
16825         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16826         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
16827         (gst_tcpserversrc_get_property):
16828         uniformized, change default protocol to NONE
16829         * gst/tcp/gsttcp-marshal.list: added
16830 2004-06-07  Benjamin Otte  <otte@gnome.org>
16831
16832         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16833           handle discont events if they happen before caps nego
16834
16835 2004-06-07  Wim Taymans  <wim@fluendo.com>
16836
16837         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16838         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
16839         (gst_multipart_demux_plugin_init):
16840         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16841         (gst_multipart_mux_init), (gst_multipart_mux_loop),
16842         (gst_multipart_mux_change_state):
16843         Small updates, fix a memleak
16844
16845 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16846
16847         * configure.ac: OSS portability
16848         * ext/arts/gst_arts.c: idem
16849         * sys/oss/gstosselement.c: idem
16850         * sys/oss/gstossmixer.c: idem
16851         * sys/oss/gstosssink.c: idem
16852         * sys/oss/gstosssrc.c: idem
16853         * sys/oss/oss_probe.c: idem
16854           - check for soundcard.h in different places for some BSD
16855
16856 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
16857
16858         * AUTHORS:
16859         Add me to the authors file
16860         * configure.ac:
16861         Increase the libdv requirement to >= version 0.100
16862         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
16863         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
16864         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
16865         * ext/dv/gstdvdec.h:
16866         Add support for the new_media flag when sending DISCONT events
16867         Make the querying work when video pad is not linked
16868
16869 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16870
16871         reviewed by Benjamin Otte  <otte@gnome.org>
16872
16873         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
16874           create a NULL-initialized array of pads, so we don't think they
16875           exist already. (fixes #143130)
16876
16877 2004-06-07  Benjamin Otte  <otte@gnome.org>
16878
16879         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
16880         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
16881         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
16882           don't use // coments
16883
16884 2004-06-07  Benjamin Otte  <otte@gnome.org>
16885
16886         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
16887           cast to GstClockTime to get higher granularity
16888         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16889           use gst_element_set_time_delay to get the exact time
16890         * ext/mad/gstmad.c: (gst_mad_chain):
16891           use the negotiated rate instead of the current frame's rate which
16892           might be wrong because of bit errors. This avoids emitting totally
16893           bogus timestamps and screwing sync.
16894         (fixes #143454)
16895
16896 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16897
16898         reviewed by Benjamin Otte  <otte@gnome.org>
16899
16900         * gst/adder/gstadder.c: (gst_adder_loop):
16901           properly error out when no negotiation has happened yet. (fixes
16902           #143032)
16903
16904 2004-06-06  Benjamin Otte  <otte@gnome.org>
16905
16906         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16907           forward correctly transformed offset in discont events. Based on
16908           patch by Arwed v. Merkatz. (fixes #142851)
16909
16910 2004-06-06  David Schleef  <ds@schleef.org>
16911
16912         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
16913         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
16914         problems on several systems.
16915
16916 2004-06-06  Benjamin Otte  <otte@gnome.org>
16917
16918         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
16919           use explicit caps on the srcpad
16920         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16921           properly error out if caps couldn't be set (fixes #142764)
16922
16923 2004-06-06  Benjamin Otte  <otte@gnome.org>
16924
16925         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16926         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16927         (gst_alsa_start_audio):
16928           - don't call set_periods_integer anymore, it breaks the
16929           configuration randomly
16930           - call snd_pcm_hw_params_set_access directly instead of using masks
16931           - don't fail if the sw_params can't be set, just use the default
16932           params and hope it works. Alsalib has weird issues when you touch
16933           sw_params and does no proper error reporting about what failed.
16934         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16935         (gst_alsa_close_audio):
16936           make our alsa debugging go via gst debugging and not conditionally
16937           defined
16938         * ext/alsa/gstalsa.h:
16939           add ALSA_DEBUG_FLUSH macro
16940         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
16941         (plugin_init):
16942           wrap alsa errors to be printed via the gst debugging system and not
16943           spammed to stderr
16944
16945 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16946
16947         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
16948         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
16949         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
16950         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
16951         (qtdemux_parse_trak):
16952         * gst/qtdemux/qtdemux.h:
16953           Bitch. Also known as seeking, querying & co.
16954         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
16955         (gst_osssink_change_state):
16956         * sys/oss/gstosssink.h:
16957           Resyncing is for weenies, this hack is no longer needed and was
16958           broken anyway (since it - unintendedly - always leaves resync to
16959           TRUE).
16960
16961 2004-06-05  Andrew Turner <zxombie@hotpop.com>
16962
16963         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
16964         * gst/tcp/gsttcpclientsrc.h: idem
16965           - define MSG_NOSIGNAL if not done
16966           - include unistd.h for off_t
16967           (fixes #143749)
16968
16969 2004-06-05  Benjamin Otte  <otte@gnome.org>
16970
16971         * configure.ac:
16972         * ext/kio/Makefile.am:
16973           check for qt's moc preprocessor explicitly and use it
16974
16975 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16976
16977         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
16978           don't get a signal for EPIPE on socket writes
16979           (somebody check if this works on other platforms)
16980
16981 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16982
16983         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16984         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16985           check error condition on available samples correctly
16986
16987 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16988
16989         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
16990           avoid a segfault
16991         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
16992         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
16993         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
16994         (gst_tcpserversrc_gdp_read_header):
16995          use ssize_t over size_t since the former is signed and thus the
16996          check for error codes can work
16997
16998 2004-06-02  Wim Taymans  <wim@fluendo.com>
16999
17000         reviewed by: Johan
17001
17002         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17003         (gst_multipart_mux_loop):
17004         Oops
17005
17006 2004-06-02  Wim Taymans  <wim@fluendo.com>
17007
17008         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17009         (gst_multipart_mux_init), (gst_multipart_mux_loop),
17010         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
17011         (gst_multipart_mux_change_state):
17012         Added configurable boundary specifier, added the value as a
17013         caps field as well.
17014
17015 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17016
17017         * gst/tcp/gsttcp.c:
17018         * gst/tcp/gsttcpclientsrc.c:
17019         * gst/tcp/gsttcpclientsrc.h:
17020         * gst/tcp/gsttcpserversrc.c:
17021           - portability fix, to compile on OSX
17022             (fixes #143146)
17023
17024         * sys/osxaudio/gstosxaudioelement.c:
17025         * sys/osxaudio/gstosxaudiosink.c:
17026         * sys/osxaudio/gstosxaudiosrc.c:
17027           - compilation warnings on OSX
17028             (fixes #143153)
17029
17030 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17031
17032         * ext/vorbis/vorbisdec.c : sign warning fixes
17033
17034         * gst-libs/gst/mixer/mixertrack.c :
17035           do no use defines which are glib 2.4 specific
17036
17037 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
17038
17039         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
17040           buffer since libflac doesn't expect it (reports a sync error when
17041           it encounters that)
17042
17043
17044 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
17045
17046         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
17047         * gst-libs/gst/mixer/mixertrack.c:
17048         (gst_mixer_track_get_property), (get_mixer_track_init),
17049         (get_mixer_track_get_property): Added property accessors
17050         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
17051         * gst-libs/gst/mixer/mixeroptions.c:
17052         (gst_mixer_options_get_values): Added
17053         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
17054         * gst-libs/gst/mixer/mixer.c: Fixed comment
17055
17056
17057 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17058
17059         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
17060           improve error messages on open
17061
17062
17063 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17064
17065         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17066           check if v4l-conf is in path
17067
17068 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17069
17070         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17071           change assert to a more readable error message
17072
17073 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17074
17075         * gst-libs/gst/tuner/tunerchannel.h:
17076           - add a freq_multiplicator field to make the conversion
17077             between internal frequency unit and Hz
17078         * sys/v4l/gstv4lelement.c:
17079         * sys/v4l2/gstv4l2element.c:
17080           - change default video device to /dev/video0
17081         * sys/v4l/v4l_calls.c:
17082         * sys/v4l2/v4l2_calls.c:
17083           - we only expose frequency to the user in Hz instead of
17084             bastard v4lX unit (either 62.5kHz or 62.5Hz)
17085
17086 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
17087         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17088           Initialise b_o_s and e_o_s variables
17089         * gst-libs/gst/riff/riff-media.c:
17090         (gst_riff_create_video_caps_with_data):
17091           Add some unusual fourcc's from mplayer avi's
17092         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
17093           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
17094           autoplugging.
17095
17096 2004-05-28  Wim Taymans  <wim@fluendo.com>
17097
17098         * configure.ac:
17099         * gst/alpha/Makefile.am:
17100         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
17101         (gst_alpha_get_type), (gst_alpha_base_init),
17102         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
17103         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
17104         (gst_alpha_chroma_key), (gst_alpha_chain),
17105         (gst_alpha_change_state), (plugin_init):
17106         A plugin to add an alpha channel to I420 video. Can optionally do
17107         chroma keying.
17108         * gst/multipart/Makefile.am:
17109         * gst/multipart/multipart.c: (plugin_init):
17110         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17111         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17112         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
17113         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17114         (gst_multipart_demux_change_state),
17115         (gst_multipart_demux_plugin_init):
17116         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
17117         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
17118         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
17119         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
17120         (gst_multipart_mux_pad_unlink),
17121         (gst_multipart_mux_request_new_pad),
17122         (gst_multipart_mux_handle_src_event),
17123         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
17124         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
17125         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
17126         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
17127         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
17128         send multipart jpeg images to a browser.
17129         * gst/videobox/Makefile.am:
17130         * gst/videobox/README:
17131         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
17132         (gst_video_box_get_type), (gst_video_box_base_init),
17133         (gst_video_box_class_init), (gst_video_box_init),
17134         (gst_video_box_set_property), (gst_video_box_get_property),
17135         (gst_video_box_sink_link), (gst_video_box_i420),
17136         (gst_video_box_ayuv), (gst_video_box_chain),
17137         (gst_video_box_change_state), (plugin_init):
17138         Crops or adds borders around an image. can do alpha channel
17139         borders as well.
17140         * gst/videomixer/Makefile.am:
17141         * gst/videomixer/README:
17142         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17143         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
17144         (gst_videomixer_pad_get_sink_event_masks),
17145         (gst_videomixer_pad_get_property),
17146         (gst_videomixer_pad_set_property),
17147         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
17148         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
17149         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17150         (gst_videomixer_base_init), (gst_videomixer_class_init),
17151         (gst_videomixer_init), (gst_videomixer_request_new_pad),
17152         (gst_videomixer_handle_src_event),
17153         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
17154         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17155         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17156         (gst_videomixer_loop), (gst_videomixer_get_property),
17157         (gst_videomixer_set_property), (gst_videomixer_change_state),
17158         (plugin_init):
17159         Generic video mixer plugin, can handle multiple inputs all with
17160         different framerates and video sizes. Is fully alpha channel
17161         aware.
17162
17163 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17164
17165         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17166           Select first track as master track. Not sure how else to handle
17167           that...
17168         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
17169           Discard discont events. Should fix #142962.
17170
17171 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17172
17173         * ext/alsa/Makefile.am:
17174         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
17175         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
17176         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
17177         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
17178         (gst_alsa_mixer_get_option):
17179         * ext/alsa/gstalsamixer.h:
17180         * ext/alsa/gstalsamixeroptions.c:
17181         (gst_alsa_mixer_options_get_type),
17182         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
17183         (gst_alsa_mixer_options_new):
17184         * ext/alsa/gstalsamixeroptions.h:
17185         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
17186         * ext/alsa/gstalsamixertrack.h:
17187           Add enumerations (as GstMixerOptions). Make correct distinction
17188           between input/output tracks. Add capture/playback private flag.
17189           Use flag to decide on whether to set capture or playback volumes
17190           or switches. Use playback and record switches.
17191         * gst-libs/gst/mixer/Makefile.am:
17192         * gst-libs/gst/mixer/mixer-marshal.list:
17193         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
17194         (gst_mixer_set_option), (gst_mixer_get_option),
17195         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
17196         (gst_mixer_volume_changed), (gst_mixer_option_changed):
17197         * gst-libs/gst/mixer/mixer.h:
17198         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
17199         (gst_mixer_options_class_init), (gst_mixer_options_init),
17200         (gst_mixer_options_dispose):
17201         * gst-libs/gst/mixer/mixeroptions.h:
17202           Add GstMixerOptions.
17203         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17204           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
17205           broken device detection on computers with multiple OSS sound
17206           cards.
17207
17208 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17209
17210         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17211           fixate nicely even when the peer is not negotiating
17212
17213 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17214
17215         * gst/audioconvert/gstaudioconvert.c:
17216         (gst_audio_convert_parse_caps):
17217           make sure we don't allow depth > width
17218         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17219           fixate endianness to G_BYTE_ORDER as default
17220         * gst/audioscale/gstaudioscale.c:
17221           we don't handle another endianness as host-endianness
17222
17223 2004-05-25  David Schleef  <ds@schleef.org>
17224
17225         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
17226
17227 2004-05-24  Benjamin Otte  <otte@gnome.org>
17228
17229         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
17230         (gst_oggvorbisenc_setup):
17231           properly fail when we can't setup the vorbis encoder due to
17232           unsupported settings
17233         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
17234         (gst_vorbisenc_setup):
17235           same
17236         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17237           fix case where warnings occured when one pad was unlinked while the
17238           other's link function was called
17239
17240 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17241
17242         * gst/tcp/Makefile.am:
17243           use GST_ENABLE_NEW
17244
17245 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17246
17247         * gst-libs/gst/resample/private.h:
17248           don't use optimizations that are #if 0'ed
17249
17250 2004-05-24  Wim Taymans  <wim@fluendo.com>
17251
17252         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17253         Fix potential division by zero error and hopefully get
17254         the position query right to get correct timestamps on avi
17255         audio.
17256
17257 2004-05-24  Wim Taymans  <wim@fluendo.com>
17258
17259         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
17260         (gst_videoscale_scale_nearest_str2),
17261         (gst_videoscale_scale_nearest_str4),
17262         (gst_videoscale_scale_nearest_32bit),
17263         (gst_videoscale_scale_nearest_24bit),
17264         (gst_videoscale_scale_nearest_16bit):
17265         Fix the scaling algorithm and avoid a buffer overflow.
17266         removed the while loop in the scaling function as it
17267         was used for point sampling only.
17268
17269 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17270
17271         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
17272         (gst_id3_tag_class_init), (gst_id3_tag_init),
17273         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
17274         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
17275         (gst_id3_tag_send_tag_event):
17276           lots of fixes to make id3mux work and id3demux work correctly
17277
17278 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17279
17280         * ext/Makefile.am:
17281           add rules to build shout2send (was removed by accident
17282           when this module was no more marked experimental/broken)
17283
17284 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17285
17286         * ext/shout2/gstshout2.c:
17287         * ext/shout2/gstshout2.h:
17288           adding a "connection problem" signal to shout2send
17289           (fixes #142954)
17290
17291 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17292
17293         * ext/kio/kioreceiver.cpp:
17294         * ext/kio/kioreceiver.h:
17295           fix sign comparison issues
17296
17297 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17298
17299         * gst/cdxaparse/gstcdxaparse.c:
17300         * gst/cdxaparse/gstcdxaparse.h:
17301           some renaming
17302           add some checks/sanity
17303           prepare for seek addition
17304
17305         * sys/sunaudio/gstsunaudio.c:
17306           remove exported dupe init function
17307
17308 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
17309
17310         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
17311         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
17312           Fix format conversion and position querying.
17313         * gst/debug/progressreport.c: (gst_progressreport_report):
17314           Don't output a bogus total value that we didn't query.
17315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17316           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
17317           only a blank window after xine has been used.
17318
17319 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17320
17321         * m4/as-arts.m4:
17322           sync with upstream version to fix test on FC2
17323           readd with -ko to preserve Id header
17324
17325 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17326
17327         * configure.ac:
17328           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
17329         * gst/tcp/gsttcpclientsrc.c: idem
17330         * gst/tcp/gsttcpserversink.c: idem
17331         * gst/tcp/gsttcpserversrc.c: idem
17332         * m4/gst-fionread.m4: idem
17333
17334         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
17335
17336         * configure.ac: enable speex plugin for speex 1.1.5+
17337         * ext/speex/gstspeexenc.c: fix cast warning
17338
17339         * ext/esd/README: fix typo
17340
17341 2004-05-20  David Schleef  <ds@schleef.org>
17342
17343         * configure.ac: Minor cosmetic change to convince the buildbot to
17344         reautogen.
17345         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
17346         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
17347         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
17348         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
17349         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
17350         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
17351         More hacking.  Plays audio now.
17352
17353 2004-05-20  David Schleef  <ds@schleef.org>
17354
17355         * configure.ac:
17356         * sys/Makefile.am:
17357
17358 2004-05-20  David Schleef  <ds@schleef.org>
17359
17360         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
17361         * sys/osxaudio/gstosxaudio.c:
17362         * sys/osxaudio/gstosxaudioelement.c:
17363         * sys/osxaudio/gstosxaudioelement.h:
17364         * sys/osxaudio/gstosxaudiosink.c:
17365         * sys/osxaudio/gstosxaudiosink.h:
17366         * sys/osxaudio/gstosxaudiosrc.c:
17367         * sys/osxaudio/gstosxaudiosrc.h:
17368
17369 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17370
17371         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
17372         (gst_vorbisenc_chain):
17373           put the codec headers on the caps as streamheader as well as
17374           pushing them out
17375
17376 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17377
17378         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17379         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
17380         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
17381         split up push_packet into two functions
17382
17383 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17384
17385         * gst/tcp/.cvsignore:
17386           ignore enums
17387         * gst/tcp/Makefile.am:
17388         * gst/tcp/README:
17389         * gst/tcp/gsttcp.c:
17390         * gst/tcp/gsttcp.h:
17391         * gst/tcp/gsttcpclientsink.c:
17392         * gst/tcp/gsttcpclientsink.h:
17393         * gst/tcp/gsttcpclientsrc.c:
17394         * gst/tcp/gsttcpclientsrc.h:
17395         * gst/tcp/gsttcpplugin.c:
17396         * gst/tcp/gsttcpserversink.c:
17397         * gst/tcp/gsttcpserversink.h:
17398         * gst/tcp/gsttcpserversrc.c:
17399         * gst/tcp/gsttcpserversrc.h:
17400           add new tcp elements
17401
17402 2004-05-19  Wim Taymans  <wim@fluendo.com>
17403
17404         * gst/law/mulaw-conversion.c: (mulaw_encode):
17405         Fix overflow bug in ulaw encoding.
17406
17407 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17408
17409         * ext/mad/gstmad.c: (gst_mad_handle_event):
17410           don't unref the event twice
17411
17412 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17413
17414         * configure.ac:
17415           remove -Wno-sign-compare
17416
17417 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17418
17419         * configure.ac:
17420           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
17421           if you want to work against glib 2.2 and 2.4
17422
17423 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17424
17425         * gst/tcp/Makefile.am:
17426         * gst/tcp/gsttcp.c:
17427         * gst/tcp/gsttcp.h:
17428         * gst/tcp/gsttcpsink.h:
17429         * gst/tcp/gsttcpsrc.h:
17430           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
17431
17432 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17433
17434         * gst/debug/tests.c: (md5_get_value):
17435           fix segfault on gst-inspect
17436
17437 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17438
17439         * gst/debug/testplugin.c:
17440         * gst/debug/tests.c:
17441         * gst/debug/tests.h:
17442           add new extensible and configurable testing element. Current tests
17443           include buffer count, stream length, timestamp/duration matching and
17444           md5.
17445         * gst/debug/Makefile.am:
17446         * gst/debug/gstdebug.c: (plugin_init):
17447           add infrastructure for new element
17448
17449 2004-05-19  Johan Dahlin  <johan@gnome.org>
17450
17451         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
17452         ending of the array. Fixes gst-inspect segfault on ppc.
17453
17454 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17455
17456         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
17457
17458         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
17459
17460 2004-05-18  David Schleef  <ds@schleef.org>
17461
17462         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
17463         warnings (bugs, actually) noticed by gcc but not forte.
17464
17465 2004-05-18  David Schleef  <ds@schleef.org>
17466
17467         * sys/sunaudio/Makefile.am:
17468         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
17469
17470 2004-05-18  David Schleef  <ds@schleef.org>
17471
17472         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17473         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
17474         to allow qtdemux to use non-seekable streams. (bug #142272)
17475
17476 2004-05-18  David Schleef  <ds@schleef.org>
17477
17478         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
17479         (gst_resample_sinc_ft_float): Remove use of static temporary
17480         buffer.  This code was obviously not supposed to last long, but
17481         it's stuck in our ABI, so it required a little hack to make it
17482         ABI-compatible.  Fixes #142585.
17483         * gst-libs/gst/resample/resample.h: same.
17484
17485 2004-05-18  David Schleef  <ds@schleef.org>
17486
17487         * configure.ac: Add sunaudio
17488         * examples/Makefile.am: make gstplay depend on gconf
17489         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
17490         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
17491         (convert_table_lookup), (img_convert): remove c99-isms
17492         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
17493           unsigned, to fix a warning on Solaris
17494         * gst/mpeg1sys/systems.c: bcopy->memcpy
17495         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
17496         * sys/Makefile.am: Add sunaudio
17497
17498 2004-05-18  Wim Taymans  <wim@fluendo.com>
17499
17500         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
17501         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
17502         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
17503         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
17504         (gst_ogg_mux_loop):
17505         Fix an ugly memleak where the muxer didn't flush enough ogg
17506         pages. This also resulted in badly muxed ogg files.
17507
17508 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17509
17510         * gst/asfdemux/asfheaders.c :
17511         * gst/asfdemux/asfheaders.h :
17512         * gst/asfdemux/gstasfdemux.c :
17513           - fix ASF_OBJ_PADDING guid
17514           - add 3 new object guids (language list, metadata,
17515             extended stream properties)
17516           - add a function to parse extended header objects
17517
17518 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17519
17520         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17521           remove leftover debugging g_print
17522
17523 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17524
17525         * ext/mad/gstmad.c: (gst_mad_handle_event):
17526           Fix for when the first format in a discont event is not a
17527           byte-based one. Should fix #137710.
17528
17529 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17530
17531         * m4/a52.m4 : fix compilation with -Wall -Werror
17532         * m4/libfame.m4 : idem
17533         * m4/libmikmod.m4 : idem
17534
17535 2004-05-17  Benjamin Otte  <otte@gnome.org>
17536
17537         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17538           signal the new tags before giving up the reference
17539
17540 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17541
17542         * ext/shout2/gstshout2.c:
17543           use application/ogg instead of application/x-ogg (patch by Patrick
17544           Guimond, fixes #142432)
17545         * sys/oss/gstosselement.c: (gst_osselement_reset),
17546         (gst_osselement_sync_parms):
17547           don't set fragment size unless specified (fixes #142493)
17548
17549 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17550
17551         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
17552           fixes #142664
17553
17554 2004-05-17  Benjamin Otte  <otte@gnome.org>
17555
17556         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17557           compute offsets correctly for internal buffers so timestamps are set
17558           correctly when we can't seek. Also handle cases where there are no
17559           offsets. (based on a patch by David Moore, fixes #142507)
17560
17561 2004-05-17  Benjamin Otte  <otte@gnome.org>
17562
17563         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17564           use correct variable when determining amount of data to skip so we
17565           don't skip into the void and segfault
17566
17567 2004-05-16  Benjamin Otte  <otte@gnome.org>
17568
17569         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17570           Hi, I'm a memleak
17571
17572 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17573
17574         * gst/asfdemux/gstasfdemux.c:
17575           - fix a mem leak and always propagate tags
17576           - add WMV3 to known video codecs (but no decoder yet)
17577           - replace "surplus data" at end of audio header for what
17578             it is : codec specific data
17579           - fix a typo
17580
17581 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
17582
17583         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
17584
17585         * gst-libs/gst/audio/audioclock.c:
17586           Fix wrong return type (#142205).
17587
17588 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17589
17590         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
17591           Ignore CRCs by default (fixes #142566).
17592
17593 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17594
17595         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
17596         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
17597         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
17598         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
17599         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17600         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
17601           Fix for cases where we fail to attach to a mixer.
17602
17603 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17604
17605         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
17606           Don't touch events after not owning them anymore.
17607         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17608         (gst_wavparse_fmt), (gst_wavparse_other),
17609         (gst_wavparse_handle_seek), (gst_wavparse_loop),
17610         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
17611         (gst_wavparse_srcpad_event):
17612         * gst/wavparse/gstwavparse.h:
17613           Add seeking, fix querying.
17614
17615 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17616
17617         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17618           - process comments even if they don't end with \0\0
17619             g_convert would ignore them if present and works well without them
17620
17621 2004-05-16  Benjamin Otte  <otte@gnome.org>
17622
17623         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
17624           simplify caps
17625
17626 2004-05-16  Benjamin Otte  <otte@gnome.org>
17627
17628         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17629           don't write to memory we might not write to - g_convert does that
17630           for us anyway (fixes #142613)
17631         (gst_asf_demux_audio_caps):
17632           comment out gst_util_dump_mem
17633
17634 2004-05-16  Benjamin Otte  <otte@gnome.org>
17635
17636         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17637           compute correct expected timestamps after seek (broken since
17638           last commit)
17639         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
17640           rename element and debugging category to gdkpixbufscale
17641
17642 2004-05-16  Benjamin Otte  <otte@gnome.org>
17643
17644         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17645           add error checking to snd_pcm_delay and remove duplicate call to
17646           snd_pcm_delay that caused issues (see inline code comments)
17647         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
17648           make more readable and fix return value when snd_pcm_delay fails
17649         (fixes #142586)
17650
17651 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
17652         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
17653         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
17654         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
17655         (gst_pixbufscale_link), (gst_pixbufscale_init),
17656         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
17657         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
17658         (gst_pixbufscale_get_property), (pixbufscale_init):
17659         * ext/gdk_pixbuf/pixbufscale.h:
17660         Add these files I forgot earlier
17661
17662 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
17663         * ext/gdk_pixbuf/Makefile.am:
17664         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17665         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17666         Add new pixbufscale element to scale RGB video
17667         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
17668         and HYPER interpolation correctly.
17669         * ext/theora/theoraenc.c: (theora_enc_chain),
17670         Discard buffer and return if explicit caps could not be set
17671         (theora_enc_get_property):
17672         Make _get return kbps for the bitrate consistent with
17673         the _set function.
17674
17675
17676 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17677
17678         * ext/libvisual/visual.c: (gst_visual_chain):
17679           add missing visual_audio_analyze
17680
17681 2004-05-14  David Schleef  <ds@schleef.org>
17682
17683         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
17684         is killed while we're playing.
17685         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
17686         gst_element_no_more_pads().
17687
17688 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17689
17690         * gst-libs/gst/riff/riff-read.c :
17691           - fix INFO tag extraction in RIFF/AVI files
17692             because gst_event_unref (event) also freed taglist
17693           - avoid a mem leak
17694
17695 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17696
17697         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
17698         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
17699
17700         * gst/auparse/gstauparse.c :
17701           - add code (commented for now) to support audio/x-adpcm on src pad
17702             (we have no decoder for those layout yet)
17703
17704         * gst/cdxaparse/gstcdxaparse.c :
17705         * gst/cdxaparse/gstcdxaparse.h :
17706           - partial rewrite using RiffRead (ripped iain's wavparse code)
17707
17708         * gst/rtp/gstrtpL16enc.c : typo
17709         * gst/rtp/gstrtpgsmenc.c : typo
17710
17711 2004-05-13  Benjamin Otte  <otte@gnome.org>
17712
17713         * configure.ac:
17714           check for exact version of libvisual, it's not supposed to be
17715           API/ABI stable yet
17716
17717 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17718
17719         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
17720           signal no-more-pads
17721
17722 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17723
17724         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
17725         Report which format was used for GST_FORMAT_DEFAULT
17726         * gst/debug/Makefile.am:
17727         * gst/debug/gstdebug.c: (plugin_init):
17728         * gst/debug/progressreport.c: (gst_progressreport_base_init),
17729         (gst_progressreport_class_init), (gst_progressreport_init),
17730         (gst_progressreport_report), (gst_progressreport_set_property),
17731         (gst_progressreport_get_property), (gst_progressreport_chain),
17732         (gst_progressreport_plugin_init):
17733         Add progressreport element for testing.
17734
17735 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17736
17737         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
17738         * sys/v4l/gstv4lsrc.h:
17739         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
17740         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
17741         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
17742         (gst_v4lsrc_grab_frame):
17743           add more debugging
17744           send a discont at start
17745
17746 2004-05-12  Colin Walters  <walters@redhat.com>
17747
17748         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
17749         inflooping if we can't find a chunk.  Or in other words, don't blow
17750         chunks if we don't have a chunk to blow.
17751
17752 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17753         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
17754         Remove old debug output
17755         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
17756         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
17757         (gst_dvdec_set_property), (gst_dvdec_get_property):
17758         Change the quality setting to an enum, so it works from gst-launch
17759         Don't renegotiate a non-linked pad. Allows audio only decoding.
17760         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
17761         (gst_deinterlace_link), (gst_deinterlace_init):
17762         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17763         (gst_videodrop_link):
17764         Some caps negotiation fixes
17765
17766 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17767
17768         * ext/tarkin/gsttarkin.c :
17769           - Change RANK from NONE to PRIMARY
17770         * ext/gdk_pixbuf/gstgdkpixbuf.c :
17771           - Change RANK from NONE to MARGINAL
17772         * ext/divx/gstdivxenc.c :
17773           - Change RANK from PRIMARY to NONE (encoder/spider issue)
17774
17775 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17776
17777         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17778         (gst_vorbisenc_push_packet):
17779           copy a function that was added between 1.0 and 1.0.1 until we
17780           depend on worthwhile features of post-1.0
17781
17782 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17783
17784         * configure.ac:
17785           enable shout2 by default
17786         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17787         (gst_shout2send_base_init), (gst_shout2send_init),
17788         (gst_shout2send_connect), (gst_shout2send_change_state):
17789         * ext/shout2/gstshout2.h:
17790           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
17791           #142262)
17792         * ext/theora/theora.c: (plugin_init):
17793           don't set rank on encoders
17794
17795 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
17796
17797         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17798           Use codec_data property instead of flag1 and flag2 for wma
17799
17800 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17801
17802         * gst/cdxaparse/gstcdxaparse.c :
17803           - Add mpegversion to CAPS to make it link
17804           - Rank is as GST_RANK_SECONDARY instead of NONE
17805         * gst/auparse/gstauparse.c :
17806           - Document all audio encoding we can encounter from Solaris 9
17807             headers and libsndfile information.
17808           - Increase max. rate from 48000 to 192000 (to match other elements)
17809           - Don't try to play junk data between header and samples
17810
17811 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17812
17813         * ext/libvisual/visual.c: (gst_visual_getcaps):
17814           use the right caps depending on endianness (I hope)
17815         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
17816           use GST_RANK_NONE for all non-decoding elements or spider gets
17817           mighty confused
17818
17819 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17820
17821         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17822           Fix some odd cases and fix BE metadata parsing of unicode16 text.
17823
17824 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17825
17826         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17827         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
17828         (gst_switch_loop), (gst_switch_get_type):
17829           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
17830           HEADERS. Had to be said.
17831
17832 2004-05-10  David Schleef  <ds@schleef.org>
17833
17834         * configure.ac: Add prototype Dirac support.
17835         * ext/Makefile.am:
17836         * ext/dirac/Makefile.am:
17837         * ext/dirac/gstdirac.cc:
17838         * ext/dirac/gstdiracdec.cc:
17839
17840 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17841
17842         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
17843         (gst_auparse_init), (gst_auparse_chain),
17844         (gst_auparse_change_state):
17845           Hack around spider. Remove me some day please.
17846
17847 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17848
17849         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17850           Fix for some uninitialized variables in previous patch, also
17851           makes it work. Fixes #142286 while we're at it.
17852
17853 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17854
17855         * gst/auparse/gstauparse.c:
17856                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
17857                 only unsupported formats are ADPCM/CCITT G.72x
17858                 reviewed by Ronald
17859         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
17860
17861 2004-05-10  Wim Taymans  <wim@fluendo.com>
17862
17863         * ext/vorbis/Makefile.am:
17864         * ext/vorbis/README:
17865         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
17866         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
17867         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
17868         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
17869         (gst_oggvorbisenc_convert_sink),
17870         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
17871         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
17872         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
17873         (get_constraints_string), (update_start_message),
17874         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
17875         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
17876         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
17877         * ext/vorbis/oggvorbisenc.h:
17878         * ext/vorbis/vorbis.c: (plugin_init):
17879         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
17880         (raw_caps_factory), (gst_vorbisenc_class_init),
17881         (gst_vorbisenc_init), (gst_vorbisenc_setup),
17882         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
17883         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
17884         * ext/vorbis/vorbisenc.h:
17885         Added a raw vorbis encoder to be used with the oggmuxer.
17886         We still need the old encoder for some gnome applications,
17887         read the README to find out how that works.
17888         The raw encoder is called "rawvorbisenc" until 0.9.
17889
17890 2004-05-10  Wim Taymans  <wim@fluendo.com>
17891
17892         * ext/ogg/gstogg.c: (plugin_init):
17893         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
17894         (gst_ogg_print):
17895         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
17896         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
17897         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
17898         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
17899         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
17900         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
17901         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
17902         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
17903         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
17904         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
17905         Added an ogg muxer.
17906         Small typo fixes in the demuxer.
17907
17908 2004-05-10  Wim Taymans  <wim@fluendo.com>
17909
17910         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17911         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
17912         (theora_enc_change_state), (theora_enc_set_property),
17913         (theora_enc_get_property):
17914         Mark the last packet with an EOS flag which is not really needed
17915         in gstreamer.
17916         Do some better video framerate initialisation.
17917         Update the buffer timestamp.
17918
17919 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
17920
17921         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
17922         Return the result of the parent state change call
17923
17924 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17925
17926         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
17927         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
17928         * gst/law/alaw-encode.c : (idem)
17929         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
17930         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
17931         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
17932
17933 2004-05-09  Benjamin Otte  <otte@gnome.org>
17934
17935         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17936           don't use a fixed buffer size when writing variable length data to
17937           it. Fixes memory corruption and makes alsasrc work
17938
17939 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17940
17941         * ext/gnomevfs/gstgnomevfssink.c:
17942         (_gst_boolean_allow_overwrite_accumulator),
17943         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
17944           Run glib's default signal handler (??) in RUN_CLEANUP rather than
17945           RUN_LAST, and don't use that to set the accumulator value because
17946           then it's always FALSE.
17947
17948 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17949
17950         * gst-libs/gst/riff/riff-media.c:
17951         (gst_riff_create_video_caps_with_data),
17952         (gst_riff_create_audio_caps),
17953         (gst_riff_create_audio_template_caps):
17954         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17955           Fix for unaligned RIFF files (i.e. where all the chunks together
17956           in a LIST chunk are not of the same size as the size given in
17957           the LIST chunk header). Fixes several odd WAVE files. Also fix
17958           ADPCM (block_align property) in audio, so that wavparse based
17959           on this works now as it used to stand-alone.
17960
17961 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
17962
17963         reviewed by Benjamin Otte  <otte@gnome.org>
17964
17965         * ext/a52dec/gsta52dec.c:
17966         * ext/divx/gstdivxdec.c:
17967         * ext/divx/gstdivxenc.c:
17968         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17969         * ext/faac/gstfaac.c: (gst_faac_base_init):
17970         * ext/faad/gstfaad.c: (gst_faad_base_init):
17971         * ext/ivorbis/vorbisfile.c:
17972         * ext/lame/gstlame.c:
17973         * ext/libfame/gstlibfame.c:
17974         * ext/mpeg2enc/gstmpeg2enc.cc:
17975         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17976         * ext/sidplay/gstsiddec.cc:
17977         * ext/speex/gstspeexdec.c:
17978         * ext/speex/gstspeexenc.c:
17979         * ext/xvid/gstxviddec.c:
17980         * ext/xvid/gstxvidenc.c:
17981           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
17982           (fixes #142193)
17983
17984 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17985
17986         * ext/alsa/gstalsa.c: (device_list),
17987         (gst_alsa_class_probe_devices):
17988         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
17989           Fix alsa oddness in mixer after the combination of using mixer
17990           in source/sink elements and using hw:x,y instead of just hw:x.
17991
17992 2004-05-09  Benjamin Otte  <otte@gnome.org>
17993
17994         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
17995         (gst_wavparse_create_sourcepad):
17996           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
17997           sourcepads
17998
17999 2004-05-09  Benjamin Otte  <otte@gnome.org>
18000
18001         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18002           allow discont events before caps nego
18003
18004 2004-05-08  Benjamin Otte  <otte@gnome.org>
18005
18006         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18007           don't leak events
18008
18009 2004-05-08  Benjamin Otte  <otte@gnome.org>
18010
18011         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
18012         (gst_level_change_state), (gst_level_init):
18013         * gst/level/gstlevel.h:
18014           figure out if we're initialized directly instead of keeping a
18015           variable that's wrong in 90% of cases
18016           don't initialize pads and then leak them and use a new unitialized
18017           pad. (fixes #142084)
18018           these were bugs so n00bish I didn't find them for an hour :/
18019
18020 2004-05-08 Iain <iain@prettypeople.org>
18021
18022         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
18023         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
18024         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
18025         return the length that was read.
18026         (gst_riff_read_strf_auds): Allow fmt tags as well.
18027
18028 2004-05-07  David Schleef  <ds@schleef.org>
18029
18030         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
18031         signed char assumption in faad.h.
18032
18033 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18034
18035         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
18036           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
18037
18038 2004-05-07  Colin Walters  <walters@redhat.com>
18039
18040         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
18041         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
18042         function.
18043         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
18044         Add dispose function.
18045
18046 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
18047         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
18048           Fix caps nego and pad templates. RGB mode caps should
18049           work now.
18050         * ext/dvdnav/gst-dvd:
18051           Move mpeg2dec inside the thread because otherwise the
18052           queue rejects cap changes mid-stream
18053         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18054         (gst_mpeg2dec_flush_decoder):
18055           For mpeg2dec > 0.4.0, call the flush function instead of
18056           manually extracting all in-flight frames.
18057         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
18058         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
18059           Change mime type video/dv go video/x-dv to match the
18060           rest of gst-plugins
18061
18062 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18063
18064         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18065         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
18066         (gst_alsa_sink_class_init):
18067         * ext/alsa/gstalsasink.h:
18068         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
18069         (gst_alsa_src_class_init):
18070         * ext/alsa/gstalsasrc.h:
18071           Make alsasink/src a subclass of alsamixer so that mixer stuff
18072           shows up in gst-rec. Needs some finetuning.
18073
18074 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18075
18076         * ext/lame/gstlame.c: (gst_lame_chain):
18077           simplify
18078         * ext/mad/gstmad.c: (gst_mad_handle_event):
18079           fix event leak
18080         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18081           be able to detect mp3 files < 4096 bytes
18082
18083 2004-05-06  Wim Taymans  <wim@fluendo.com>
18084
18085         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18086         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18087         (theora_enc_set_property), (theora_enc_get_property):
18088         Also encode the first frame, cleanup some code.
18089
18090 2004-05-06  Wim Taymans  <wim@fluendo.com>
18091
18092         * ext/mpeg2enc/gstmpeg2enc.cc:
18093         Forward events first before deciding that negotiation was
18094         not performed.
18095
18096 2004-05-06  Wim Taymans  <wim@fluendo.com>
18097
18098         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18099         First process the events before deciding that negotiation
18100         was not performed.
18101
18102 2004-05-06  Wim Taymans  <wim@fluendo.com>
18103
18104         * ext/theora/Makefile.am:
18105         * ext/theora/theora.c: (plugin_init):
18106         * ext/theora/theoradec.c: (theora_dec_change_state):
18107         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
18108         (gst_theora_enc_class_init), (gst_theora_enc_init),
18109         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
18110         (theora_enc_chain), (theora_enc_change_state),
18111         (theora_enc_set_property), (theora_enc_get_property):
18112         Added a theora encoder, grouped the encoder and decoder into the
18113         same plugin.
18114
18115 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18116
18117         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18118         (gst_jpegenc_chain):
18119         fix DURATION on outgoing buffers
18120         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
18121         debug using time formats
18122         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18124         (gst_xvimagesink_sink_link):
18125         windows with width/height 0 generate X errors, so don't allow them
18126
18127 2004-05-05  Wim Taymans  <wim@fluendo.com>
18128
18129         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
18130         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
18131         (gst_mpeg2dec_negotiate_format):
18132         * ext/mpeg2dec/gstmpeg2dec.h:
18133           removed the static pad template so that we can add the
18134           more accurate framerate value to the caps.
18135
18136
18137 2004-05-04  Benjamin Otte  <otte@gnome.org>
18138
18139         * configure.ac:
18140           check for kdemacros.h, too (should fix #141821)
18141         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18142           don't crash if no header was sent, but nicely error out (fixes part
18143           of #141554)
18144
18145 2004-05-04  Wim Taymans  <wim@fluendo.com>
18146
18147         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
18148         parent dispose function to avoid segfault on destroy.
18149
18150 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18151
18152         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18153         (plugin_init):
18154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18155         (gst_xvimagesink_sink_link):
18156         clean up debugging caps
18157         also recreate xvimage when format has changed
18158
18159 2004-05-04  Benjamin Otte  <otte@gnome.org>
18160
18161         * ext/libvisual/Makefile.am:
18162         * ext/libvisual/visual.c: (gst_visual_class_init),
18163         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
18164         (gst_visual_srclink), (gst_visual_chain),
18165         (gst_visual_change_state), (plugin_init):
18166           use a GstAdapter to correctly adapt buffer sizes - allows using a
18167           framerate
18168
18169 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18170
18171         * sys/v4l/gstv4lelement.h:
18172         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18173         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
18174         (gst_v4lsrc_buffer_free):
18175         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
18176         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18177         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
18178         (gst_v4lsrc_requeue_frame):
18179         move some debugging categories around
18180         query for fps index and set accordingly if found
18181
18182 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18183
18184         * ext/lame/gstlame.c:
18185         correct defaults that lame_init puts out of range
18186
18187 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18188
18189         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
18190         (gst_divxenc_class_init):
18191         fix range since -1 is the default
18192         * gst/mpeg1sys/gstmpeg1systemencode.c:
18193         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
18194         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
18195         (gst_rtjpegdec_chain):
18196         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
18197         (gst_rtjpegenc_chain):
18198         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
18199         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
18200         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
18201         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
18202         * sys/v4l/gstv4lsrc.c:
18203         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18204         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18205         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18206         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
18207         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
18208           remove gst_info calls
18209
18210 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18211
18212         * Makefile.am:
18213         * po/af.po:
18214         * po/az.po:
18215         * po/en_GB.po:
18216         * po/nl.po:
18217         * po/sr.po:
18218         * po/sv.po:
18219           Updated translations
18220
18221 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18222
18223         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18224           refactor/comment code
18225
18226 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18227
18228         * gst/asfdemux/Makefile.am:
18229         * gst/asfdemux/asfheaders.c:
18230         * gst/asfdemux/asfheaders.h:
18231         * gst/asfdemux/gstasf.c: (plugin_init):
18232         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
18233         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
18234         (gst_asf_demux_setup_pad):
18235         * gst/asfdemux/gstasfdemux.h:
18236         * gst/asfdemux/gstasfmux.c:
18237         * gst/asfdemux/gstasfmux.h:
18238           Add tagging support to demuxer, split out registration in its own
18239           file instead of in demux (hacky), and prevent having some tables
18240           in our memory multiple times (in asfheaders.h).
18241
18242 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18243
18244         * gst/matroska/matroska-demux.c:
18245         (gst_matroska_demux_parse_metadata):
18246         * gst/matroska/matroska-ids.h:
18247           Basic tag reading support.
18248
18249 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18250
18251         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
18252           Really detect ac-3 audio.
18253         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
18254           really detect matroska files (off-by-1).
18255
18256 2004-04-30  David Schleef  <ds@schleef.org>
18257
18258         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18259         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
18260         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
18261         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
18262         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
18263         hackage -- parse a lot more atoms, extract a few tags.  One might even
18264         mistake this for tag support.  Maybe it is.
18265         * gst/qtdemux/qtdemux.h:
18266
18267 2004-04-30  Colin Walters  <walters@verbum.org>
18268
18269         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
18270
18271 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18272
18273         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18274         (gst_ffmpegcolorspace_getcaps):
18275           remove broken nego fix
18276
18277 2004-04-30  Benjamin Otte  <otte@gnome.org>
18278
18279         * configure.ac:
18280         * ext/Makefile.am:
18281         * ext/libvisual/Makefile.am:
18282         * ext/libvisual/visual.c:
18283           add initial support for libvisual (http://libvisual.sourceforge.net)
18284           libvisual is still quite alpha, so expect crashes in there :)
18285
18286 2004-04-29  David Schleef  <ds@schleef.org>
18287
18288         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
18289         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
18290         up qtdemux to make it spit out codec_data.  Do _not_ look at this
18291         code; you will no longer respect me.
18292
18293 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18294
18295         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
18296         * ext/alsa/gstalsa.h :
18297         change alsa pcm device discovery to find more than 1 device
18298         per card. code review by Ronald.
18299
18300 2004-04-29  David Schleef  <ds@schleef.org>
18301
18302         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
18303         Add a check for a driver bug on FreeBSD.  (bug #140565)
18304
18305 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18306
18307         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
18308         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18309         (gst_jpegenc_getcaps):
18310           move format setting to inner loop
18311         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18312         (gst_ffmpegcolorspace_getcaps):
18313           use GST_PAD_CAPS if available so that we use already negotiated
18314           caps
18315         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18316         (qtdemux_parse_moov), (qtdemux_parse):
18317           extra debugging
18318         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
18319         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
18320           move hardcoded path to DEFINE
18321
18322 2004-04-28  David Schleef  <ds@schleef.org>
18323
18324         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
18325         (bug #140064)
18326
18327 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18328
18329         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
18330           Don't probe for playback device if we're a source element. Fixes
18331           #139658.
18332
18333 2004-04-29  Benjamin Otte  <otte@gnome.org>
18334
18335         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18336         (gst_id3_tag_chain):
18337           rewrite buffer offset
18338
18339 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18340
18341         * configure.ac:
18342         * ext/Makefile.am:
18343         * ext/dts/Makefile.am:
18344         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
18345         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
18346         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
18347         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
18348         (gst_dtsdec_loop), (gst_dtsdec_change_state),
18349         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
18350         (plugin_init):
18351         * ext/dts/gstdtsdec.h:
18352           New DTS decoder.
18353         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
18354         (gst_faad_srcconnect):
18355           Add ESDS atom handling (.m4a).
18356
18357 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18358
18359         * ext/divx/gstdivxdec.c: (plugin_init):
18360           Remove comment that makes no sense.
18361         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
18362           Fix for obvious typo that resulted in warnings during gst-register.
18363         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
18364         (gst_xviddec_sink_link):
18365           Fix caps negotiation a bit better.
18366         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18367           We call this 'codec_data', not 'esds'.
18368
18369 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18370
18371         * gst/monoscope/gstmonoscope.c:
18372           make sure we only provide 256x128
18373         * gst/monoscope/monoscope.c: (monoscope_init):
18374           assert size of 256x128
18375
18376 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18377
18378         * Makefile.am:
18379         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
18380         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
18381           fixate to max width and height of device
18382
18383 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18384
18385         * Makefile.am:
18386         * sys/v4l/gstv4l.c:
18387         * sys/v4l/gstv4lsrc.c:
18388         * sys/v4l/v4l_calls.c:
18389         * sys/v4l/v4lsrc_calls.c:
18390           fix for qc-usb driver which fakes having more than one buffer
18391           by handing the same buffer twice, which confused GStreamer's/v4lsrc
18392           buffer_free override
18393           add debugging
18394
18395 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18396
18397         * Makefile.am:
18398         * gst/videotestsrc/gstvideotestsrc.c:
18399         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
18400         (gst_videotestsrc_init), (gst_videotestsrc_get),
18401         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
18402         * gst/videotestsrc/gstvideotestsrc.h:
18403           add num-buffers property
18404
18405         2004-04-26  Benjamin Otte  <otte@gnome.org>
18406
18407         * ext/mad/gstid3tag.c: (plugin_init):
18408           set id3mux rank to NONE so it doesn't confuse spider
18409           require audio/mpeg,mpegversion=1 in id3mux
18410
18411 2004-04-26  Benjamin Otte  <otte@gnome.org>
18412
18413         * configure.ac:
18414           detect faad correctly as non-working if it's indeed non-working
18415
18416 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18417
18418         * Makefile.am:
18419         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18420         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
18421         fix _getcaps so it only negotiates to its supported format
18422
18423 2004-04-25  Benjamin Otte  <otte@gnome.org>
18424
18425         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18426           fix memleak
18427
18428 2004-04-23  Benjamin Otte  <otte@gnome.org>
18429
18430         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18431           audio/x-raw-int with height rules! not. Now it's depth.
18432
18433 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18434
18435         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
18436         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
18437         (gst_wavparse_loop):
18438           Missing variable initialization. Add handling of DVI ADPCM. Fix
18439           mis-parsing of LIST chunks. This works around a bug where we mis-
18440           parse non-aligning LIST chunks (so LIST chunks where the contents
18441           don't align with the actual LIST size). The correct fix is to use
18442           rifflib, I'm not going to fix wavparse - too much work. All this
18443           fixes #104878.
18444
18445 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18446
18447         reviewed by Benjamin Otte  <otte@gnome.org>
18448
18449         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
18450           fix shoutcast not working (fixes #140844)
18451
18452 2004-04-22  Benjamin Otte  <otte@gnome.org>
18453
18454         * ext/hermes/gsthermescolorspace.c:
18455         (gst_hermes_colorspace_caps_remove_format_info):
18456         * gst/colorspace/gstcolorspace.c:
18457         (gst_colorspace_caps_remove_format_info):
18458         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18459         (gst_ffmpegcolorspace_caps_remove_format_info):
18460           s/gst_caps_simplify/gst_caps_do_simplify/
18461
18462 2004-04-22  Benjamin Otte  <otte@gnome.org>
18463
18464         * gst-libs/gst/riff/riff-media.c:
18465         (gst_riff_create_video_caps_with_data):
18466           mpegversion is an int
18467         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
18468           don't try to create pad templates with NULL caps, use any caps
18469           instead.
18470
18471 2004-04-20  David Schleef  <ds@schleef.org>
18472
18473         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
18474         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
18475         (bug #140384)
18476
18477 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18478
18479         reviewed by David Schleef
18480
18481         * ext/mad/gstid3tag.c: Add stdlib.h
18482         * gst/rtp/gstrtpgsmenc.c: same
18483         * gst/tags/gstid3tag.c: same
18484         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
18485         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
18486         GST_DISABLE_LOADSAVE use.
18487         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
18488         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
18489         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
18490         atol(3)).
18491         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
18492         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
18493         strtoul(3)).
18494         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
18495         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
18496         $(ID3_CFLAGS).
18497         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
18498         $(LIBFAME_CFLAGS).
18499
18500 2004-04-20  David Schleef  <ds@schleef.org>
18501
18502         * gst/realmedia/rmdemux.c:  This was supposed to part of the
18503         last checkin.  Same idea.
18504
18505 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18506
18507         reviewed by David Schleef
18508
18509         * configure.ac: bump required gstreamer version to 0.8.1.1
18510         because of following changes [--ds]
18511
18512         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
18513         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
18514         (gst_riff_read_header):  Use GST_READ_UINT*
18515         macros to access possibly unaligned memory.
18516
18517         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
18518         (mp3_type_find):  Use GST_READ_UINT*
18519         macros to access possibly unaligned memory.
18520         (mp3_type_find, mpeg1_parse_header, qt_type_find)
18521         (speex_type_find): Likewise
18522
18523         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
18524
18525         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
18526         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
18527         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
18528         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
18529         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
18530         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
18531         macros to access possibly unaligned memory.
18532
18533         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
18534         Likewise.
18535
18536         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
18537         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
18538
18539         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18540         Likewise.
18541
18542         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
18543         (gst_mpeg2subt_chain_subtitle): Likewise.
18544
18545         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
18546         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
18547         Likewise.
18548
18549         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
18550         Likewise.
18551
18552         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
18553         Likewise.
18554
18555         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
18556         Likewise.
18557
18558 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18559
18560         * configure.ac:
18561           update required version of GStreamer because of GST_TIME_FORMAT
18562
18563 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18564
18565         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
18566           remove leftover g_print
18567         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18568           don't try setting only a subset of the caps. We don't want to kill
18569           autoplugging on purpose
18570
18571 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18572
18573         * sys/ximage/ximagesink.c: (plugin_init):
18574         * sys/xvimage/xvimagesink.c: (plugin_init):
18575           add debugging categories
18576
18577 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18578
18579         * po/en_GB.po:
18580         * po/LINGUAS:
18581           Adding en_GB translation (Gareth Owen)
18582
18583 2004-04-20  David Schleef  <ds@schleef.org>
18584
18585         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18586         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
18587         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
18588         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
18589         A number of new features and hacks to extract the esds atom and
18590         put it into the caps.  (bug #137724)
18591
18592 2004-04-19  David Schleef  <ds@schleef.org>
18593
18594         * gconf/Makefile.am: Fix for non-GNU make
18595         * gst-libs/gst/Makefile.am: Change directory order to handle
18596         GstPlay linking with gstinterfaces
18597         * gst-libs/gst/audio/make_filter: make use of tr portable
18598         * gst-libs/gst/play/Makefile.am: Add intended \
18599         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18600         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
18601         function prototype instead of void *.
18602         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
18603         macro.
18604         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18605         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
18606         * gst/videofilter/make_filter: make use of tr portable
18607         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
18608
18609 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18610
18611         * po/LINGUAS:
18612         * po/uk.po:
18613           Added Ukrainian translation (Maxim V. Dziumanenko)
18614
18615 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18616
18617         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
18618         (gst_gsmdec_link), (gst_gsmdec_chain):
18619           Fix capsnego, simplify chain function slightly.
18620         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
18621           Add GSM.
18622
18623 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18624
18625         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18626         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
18627         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
18628           Hack to make wavparse work with spider (always -> sometimes pad).
18629           Fixes #135862 && #140411.
18630
18631 2004-04-18  Benjamin Otte  <otte@gnome.org>
18632
18633         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
18634         (gst_osselement_rate_probe_check),
18635         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
18636           get rid of \n in debug output
18637
18638 2004-04-17  Iain <iain@prettypeople.org>
18639
18640         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
18641         not just EOS.
18642
18643 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18644
18645         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18646         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
18647         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
18648         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
18649         (gst_id3_tag_src_link), (gst_id3_tag_chain),
18650         (gst_id3_tag_change_state), (plugin_init):
18651           deprecate id3tag element and replace with id3demux/id3mux.
18652           great side effect: this ugly file is now even uglier, yay!
18653         * ext/mad/gstmad.h:
18654           remove non-available function
18655           update for new get_type
18656
18657 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18658
18659         * configure.ac:
18660           require mpeg2dec >= 0.4.0
18661
18662 2004-04-17  Benjamin Otte  <otte@gnome.org>
18663
18664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18665         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
18666         (gst_xvimagesink_set_xwindow_id):
18667           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
18668           assorted cleanup fixes.
18669
18670 2004-04-16  David Schleef  <ds@schleef.org>
18671
18672         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
18673         * sys/xvimage/xvimagesink.h: same
18674
18675 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18676
18677         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18678           Fix GST_ELEMENT_ERROR with (NULL)
18679
18680 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18681
18682         * gst-libs/gst/riff/riff-media.c:
18683         (gst_riff_create_video_caps_with_data):
18684           Add div[3456] as fourccs for DivX 3 (fixes #140137).
18685
18686 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18687
18688         * gst-libs/gst/riff/riff-media.c:
18689         (gst_riff_create_video_caps_with_data),
18690         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
18691         (gst_riff_create_video_template_caps),
18692         (gst_riff_create_audio_template_caps):
18693         * gst-libs/gst/riff/riff-media.h:
18694         * gst-libs/gst/riff/riff-read.c:
18695         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
18696         * gst-libs/gst/riff/riff-read.h:
18697         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18698           Add MS RLE support. I added some functions to read out strf chunks
18699           into strf chunks and the data behind it. This is usually color
18700           palettes (as in RLE, but also in 8-bit RGB). Also use those during
18701           caps creation. Lastly, add ADPCM (similar to wavparse - which
18702           should eventually be rifflib based).
18703         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18704         (gst_matroska_demux_init), (gst_matroska_demux_reset):
18705         * gst/matroska/matroska-demux.h:
18706           Remove placeholders for some prehistoric tagging system. Didn't add
18707           support for any tag system really anyway.
18708         * gst/qtdemux/qtdemux.c:
18709           Add support for audio/x-m4a (MPEG-4) through spider.
18710         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18711         (gst_wavparse_loop):
18712           ADPCM support (#135862). Increase max. buffer size because we
18713           cannot split buffers for ADPCM (screws references) and I've seen
18714           files with 2048 byte chunks. 4096 seems safe for now.
18715
18716 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18717
18718         * configure.ac: bump nano to 1
18719
18720 === release 0.8.1 ===
18721
18722 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18723
18724         * configure.ac: releasing 0.8.1, "Comforting Sounds"
18725
18726 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18727
18728         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18729           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
18730           Fixes #140058
18731
18732 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18733
18734         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
18735           lower rank of dvddemux so that it's not used for mpeg playback.
18736
18737 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18738
18739         * configure.ac:
18740           save libs correctly when checking mad
18741
18742 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18743
18744         * ext/mad/gstid3tag.c: (plugin_init):
18745           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
18746
18747 2004-04-13  David Schleef  <ds@schleef.org>
18748
18749         * common/m4/gst-feature.m4: Call -config scripts with
18750         --plugin-libs if it is supported.
18751         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
18752         JPEG images are image/jpeg.
18753         * gst/debug/Makefile.am:
18754         * gst/debug/negotiation.c: (gst_negotiation_class_init),
18755         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
18756         (gst_negotiation_update_caps), (gst_negotiation_get_property),
18757         (gst_negotiation_plugin_init): Add a property that acts like
18758         filter caps.
18759         * testsuite/gst-lint:  Move license checking to be a standard
18760         test.
18761
18762 2004-04-13  David Schleef  <ds@schleef.org>
18763
18764         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
18765         patch from Sebastien Cote (bug #139958)
18766
18767 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18768
18769         * examples/gstplay/Makefile.am:
18770         * examples/gstplay/player.c: (main):
18771           make the commandline player example use gconf settings
18772
18773 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18774
18775         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18776         (gst_cacasink_sinkconnect), (gst_cacasink_init),
18777         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
18778           init/end library during state transition, not object
18779           creation/disposal.  get rid of custom dispose handler.
18780
18781
18782 2004-04-12  Christian Schaller <Uraeus@gnome.org>
18783
18784         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
18785         be a symlink
18786
18787 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18788
18789         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
18790           Handle JUNK chunks inside data section. Prevents warnings.
18791
18792 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18793
18794         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18795         (gst_riff_create_video_template_caps):
18796           Add MS video v1.
18797         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18798         (gst_avi_demux_stream_data):
18799           Add support for "rec-list" chunks.
18800
18801 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18802
18803         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18804           Fix another codecname mismatch.
18805
18806 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18807
18808         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18809           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
18810           so that MJPEG plays back.
18811
18812 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18813
18814         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18815         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
18816         * gst/mpeg1videoparse/gstmp1videoparse.h:
18817           Fix for some slight mis-cuts in buffer parsing, and for some
18818           potential overflows or faults-causers. Adds disconts. Also fixes
18819           #139105 while we're at it.
18820
18821 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18822
18823         * configure.ac:
18824         * sys/v4l2/gstv4l2element.h:
18825           Workaround for missing struct v4l2_buffer declaration in Suse 9
18826           and Mandrake 10 linux/videodev2.h header file (#135919).
18827
18828 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18829
18830         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18831           Bail out if no filename was given.
18832
18833 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18834
18835         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
18836         (gst_v4l2_fourcc_from_structure):
18837           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
18838           Y41B somewhere).
18839
18840 2004-04-09  Benjamin Otte  <otte@gnome.org>
18841
18842         * ext/gnomevfs/gstgnomevfssink.c:
18843         (_gst_boolean_allow_overwrite_accumulator),
18844         (gst_gnomevfssink_class_init):
18845           fix erase signal - if any handler returns false the file will not be
18846           overwritten. If no handler is connected, the file will not be
18847           overwritten either.
18848           renamed signal to "allow-overwrite"
18849         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
18850           free string when adding it to ID3 failed
18851         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18852           unref event when done
18853         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18854           free caps
18855         * gst/typefind/gsttypefindfunctions.c:
18856         (mpeg_video_stream_type_find):
18857           fix invalid read
18858
18859 2004-04-08  David Schleef  <ds@schleef.org>
18860
18861         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18862         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
18863
18864 2004-04-08  David Schleef  <ds@schleef.org>
18865
18866         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
18867         we don't support (bug #139532)
18868
18869 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18870
18871         * ext/mad/gstmad.c: (gst_mad_handle_event),
18872         (gst_mad_check_caps_reset), (gst_mad_chain),
18873         (gst_mad_change_state):
18874           only set explicit caps if they haven't been set before for
18875           this stream.  MPEG-audio sample rate/channels aren't allowed
18876           to change in-stream.
18877           Fixes #139382
18878
18879 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18880
18881         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
18882         (_gst_boolean_did_something_accumulator),
18883         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
18884         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
18885         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
18886         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
18887         (gst_gnomevfssink_change_state):
18888           Fix erase signal. Don't erase by default. Remove handoff signal.
18889           Remove erase property. Don't segfault. General cleanup.
18890
18891 2004-04-07  Benjamin Otte  <otte@gnome.org>
18892
18893         * gst-libs/gst/gconf/test-gconf.c: (main):
18894           add missing gst_init
18895
18896 2004-04-07  Benjamin Otte  <otte@gnome.org>
18897
18898         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18899           free the mutexes, too
18900
18901 2004-04-07  Benjamin Otte  <otte@gnome.org>
18902
18903         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18904           actually free the URI string
18905         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
18906           compute offset correctly when passing discont events
18907         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18908           don't leak discont events
18909         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
18910           add some missing breaks so caps aren't copied randomly
18911         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
18912           if we realloc memory, we better use it
18913
18914 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18915
18916         * ext/mad/gstmad.c: (normal_seek):
18917           fix GST_FORMAT_TIME usage
18918
18919 2004-04-05  David Schleef  <ds@schleef.org>
18920
18921         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
18922         a deprecated function (hack!)
18923
18924 2004-04-05  Benjamin Otte  <otte@gnome.org>
18925
18926         * ext/esd/esdmon.c: (gst_esdmon_get):
18927           fix nonterminated vararg and memleak
18928
18929 2004-04-05  Benjamin Otte  <otte@gnome.org>
18930
18931         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
18932         (gst_ladspa_init), (gst_ladspa_force_src_caps),
18933         (gst_ladspa_set_property), (gst_ladspa_get_property),
18934         (gst_ladspa_instantiate), (gst_ladspa_activate),
18935         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
18936           clean up debugging
18937
18938 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
18939
18940         reviewed by Benjamin Otte  <otte@gnome.org>
18941
18942         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
18943           check for broken LADSPA parameters (fixes #138635)
18944
18945 2004-04-05  Benjamin Otte  <otte@gnome.org>
18946
18947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
18948           advertise buffer-frames correctly on sinkpads
18949
18950 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18951
18952         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
18953         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
18954         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
18955         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
18956         (gst_mad_check_caps_reset), (gst_mad_chain):
18957         add more debugging, only reset caps when we're not in error state
18958
18959 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18960
18961         * ext/mad/gstmad.c: add debugging category, comment + cleanups
18962
18963 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
18964
18965         reviewed by Benjamin Otte  <otte@gnome.org>
18966
18967         * configure.ac:
18968           fix == in test(1) operator
18969
18970 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
18971
18972         reviewed by Benjamin Otte  <otte@gnome.org>
18973
18974         * configure.ac:
18975           fix --export-symblos-regex to a working regex.
18976
18977 2004-04-04  Benjamin Otte  <otte@gnome.org>
18978
18979         * sys/oss/.cvsignore:
18980           add for oss_probe
18981
18982 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
18983
18984         reviewed by Benjamin Otte  <otte@gnome.org>
18985
18986         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18987           add missing 'new_media' argument (fixes #138168)
18988         * gst/matroska/matroska-demux.c:
18989         (gst_matroska_demux_handle_seek_event):
18990           add vararg terminator (fixes #138169)
18991
18992 2004-04-02  David Schleef  <ds@schleef.org>
18993
18994         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
18995         disted (bug #138914)
18996
18997 2004-04-01  Benjamin Otte  <otte@gnome.org>
18998
18999         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
19000         (gst_alsa_close_audio):
19001           handle case better where a soundcard can't pause
19002         * ext/ogg/gstoggdemux.c:
19003           don't crash when we get events but don't have pads yet
19004
19005 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19006
19007         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
19008           throw an error if we couldn't probe any caps.
19009
19010 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
19011
19012         * ext/dvdnav/gst-dvd:
19013         Add a really simple sample DVD player
19014
19015 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
19016
19017         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
19018         (gst_a52dec_push), (gst_a52dec_handle_event),
19019         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
19020         (gst_a52dec_change_state):
19021         * ext/a52dec/gsta52dec.h:
19022           Use a debug category, Output timestamps correctly
19023           Emit tag info, Handle events, tell liba52dec about cpu
19024           capabilities so it can use MMX etc.
19025         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
19026           Fix a crasher accessing invalid memory
19027         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
19028         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
19029         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
19030         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
19031         (dvdnavsrc_query):
19032           Some support for byte-format seeking.
19033           Small fixes for still frames and menu button overlays
19034         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19035         (gst_mpeg2dec_alloc_buffer):
19036           Use a debug category. Adjust the report level of several items to
19037           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
19038           so it doesn't lose the GstBuffer pointer
19039         * gst/debug/Makefile.am:
19040         * gst/debug/gstdebug.c: (plugin_init):
19041         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
19042         (gst_navseek_base_init), (gst_navseek_class_init),
19043         (gst_navseek_init), (gst_navseek_seek),
19044         (gst_navseek_handle_src_event), (gst_navseek_set_property),
19045         (gst_navseek_get_property), (gst_navseek_chain),
19046         (gst_navseek_plugin_init):
19047         * gst/debug/gstnavseek.h:
19048           Add the navseek debug element for seeking back and forth in a
19049           video stream using arrow keys.
19050         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
19051         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
19052         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
19053         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
19054         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
19055         (gst_mpeg2subt_parse_header), (gst_get_nibble),
19056         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
19057         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
19058         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
19059         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
19060         * gst/mpeg2sub/gstmpeg2subt.h:
19061           Pretty much a complete rewrite. Now a loopbased element. May still
19062           require work to properly synchronise subtitle buffers.
19063         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
19064         (gst_dvd_demux_send_subbuffer):
19065         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
19066           Don't attempt to create subbuffers of size 0
19067           Reduce a couple of error outputs to warnings.
19068         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
19069         (gst_y4mencode_chain):
19070         Output the y4m frame header correctly.
19071
19072 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19073
19074         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19075           throw errors instead of allowing SIGFPE
19076
19077 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19078
19079         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
19080         (gst_gconf_render_bin_from_key):
19081           leak plugging and style fixing
19082
19083 2004-03-31  David Schleef  <ds@schleef.org>
19084
19085         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
19086         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
19087         (bug #138225)
19088         * gst/debug/Makefile.am:
19089         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
19090         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
19091         plugin.
19092         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
19093         (gst_negotiation_base_init), (gst_negotiation_class_init),
19094         (gst_negotiation_init), (gst_negotiation_getcaps),
19095         (gst_negotiation_pad_link), (gst_negotiation_chain),
19096         (gst_negotiation_set_property), (gst_negotiation_get_property),
19097         (gst_negotiation_plugin_init):  New element to talk about random
19098         negotiation things happening in a pipeline.
19099
19100 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19101
19102         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19103           fix integer addition with help of Stefan Kost
19104
19105 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19106
19107         * po/nl.po: updated Dutch translation (Elros Cyriatan)
19108
19109 2004-03-30  David Schleef  <ds@schleef.org>
19110
19111         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
19112         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
19113         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
19114         (bug #137504)
19115         * ext/mpeg2dec/gstmpeg2dec.h:
19116
19117 2004-03-30  David Schleef  <ds@schleef.org>
19118
19119         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
19120
19121 2004-03-30  David Schleef  <ds@schleef.org>
19122
19123         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
19124         Michael Petullo) to handle .mov
19125
19126 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19127
19128         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
19129         (gst_osselement_rate_check_rate):
19130           probe caps correctly for sound cards that only support one format
19131
19132 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19133
19134         * ext/kio/kiosrc.cpp: (process_events):
19135           update handling event processing if inside KDE - untested
19136
19137 2004-03-29  David Schleef  <ds@schleef.org>
19138
19139         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
19140         by 2 to not interfere with other colorspaces.
19141         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
19142         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
19143         one to not interfere with ffmpeg_colorspace.
19144
19145 2004-03-29  David Schleef  <ds@schleef.org>
19146
19147         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
19148         aren't in the caps.
19149         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
19150         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
19151
19152 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19153
19154         * gst-libs/gst/riff/riff-media.c:
19155           fail on error, don't try to set stuff on NULL caps
19156
19157 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19158
19159         * configure.ac:
19160         * ext/Makefile.am:
19161         * ext/kio/Makefile.am:
19162         * ext/kio/kioreceiver.cpp:
19163         * ext/kio/kioreceiver.h:
19164         * ext/kio/kiosrc.cpp:
19165         * ext/kio/kiosrc.h:
19166           add experimental kiosrc plugin
19167         * ext/alsa/gstalsaplugin.c: (plugin_init):
19168           initialize debugging category only when we're sure registering the
19169           plugins worked.
19170
19171 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19172
19173         * examples/gstplay/player.c: (main):
19174         * gst-libs/gst/play/play.c: (gst_play_class_init),
19175         (gst_play_set_location), (gst_play_set_data_src),
19176         (gst_play_set_video_sink), (gst_play_set_audio_sink),
19177         (gst_play_set_visualization), (gst_play_connect_visualization):
19178           check return values of element_set_state and return FALSE where
19179           failed
19180
19181 2004-03-29  Benjamin Otte  <otte@gnome.org>
19182
19183         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19184           try harder to check if an event is really a discont
19185
19186 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19187
19188         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
19189         * po/az.po:
19190
19191 2004-03-28  Benjamin Otte  <otte@gnome.org>
19192
19193         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
19194         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19195         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
19196           get rid of non-standard "..." ranges in case statements.
19197
19198 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
19199
19200         * gst/mpegstream/gstmpegdemux.c:
19201         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
19202         specific functionality split to the new dvddemux element.
19203         * gst/mpegstream/gstdvddemux.c:
19204         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
19205         streams, derived from mpegdemux.
19206         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
19207         up. SCR based timestamp rewriting can be turned off (will probably
19208         completely disappear soon).
19209         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
19210         hacking. General cleanup. All printf statements replaced by
19211         debugging messages. Almost complete libdvdnav support.
19212         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
19213         by events. New properties for audio and subpicture languages.
19214         (dvdnavsrc_update_highlight): Now uses events.
19215         (dvdnavsrc_user_op): Cleaned up.
19216         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
19217         based). Lots of cleanup, and propper support for most libdvdnav
19218         events.
19219         (dvdnavsrc_make_dvd_event): New function.
19220         (dvdnavsrc_make_dvd_nav_packet_event): New function.
19221         (dvdnavsrc_make_clut_change_event): New function.
19222
19223 2004-03-26  Benjamin Otte  <otte@gnome.org>
19224
19225         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
19226           fix bug where typefinding would claim it's theora whenever less then
19227           7 bytes of data were available
19228
19229 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19230
19231         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
19232         (gst_alawdec_base_init), (gst_alawdec_class_init),
19233         (gst_alawdec_init), (gst_alawdec_chain):
19234         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
19235         (gst_alawenc_base_init), (gst_alawenc_class_init),
19236         (gst_alawenc_init), (gst_alawenc_chain):
19237         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
19238         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
19239         (gst_mulawdec_init), (gst_mulawdec_chain):
19240         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
19241         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
19242         (gst_mulawenc_init), (gst_mulawenc_chain):
19243           Fix capsnego in all four, remove the unused property functions and
19244           simplify the chain functions slightly. I guess we could use macros
19245           or something similar for those, since the code is so similar, but
19246           I'm currently too lazy...
19247
19248 2004-03-24  David Schleef  <ds@schleef.org>
19249
19250         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19251         (gst_osselement_close_audio), (gst_osselement_probe_caps),
19252         (gst_osselement_get_format_structure),
19253         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
19254         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
19255         (gst_osselement_rate_int_compare): Add code to handle rate probing
19256         (bug #120883)
19257         * sys/oss/gstosselement.h: same
19258         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
19259         Use rate probing provided by osselement.
19260         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
19261
19262 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19263
19264         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
19265         (gst_xvidenc_get_property):
19266           ulong/int mess-up.
19267
19268 2004-03-24  David Schleef  <ds@schleef.org>
19269
19270         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
19271         (gst_speexdec_init):
19272         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
19273         (gst_speexenc_init):  Create the pad template correctly (from
19274         the static pad template, not a NULL pointer.)
19275
19276 2004-03-25  Benjamin Otte  <otte@gnome.org>
19277
19278         * gst/debug/Makefile.am:
19279         * gst/debug/breakmydata.c:
19280           add element that quasi-randomly changes bytes in the stream.
19281           Intended use is robustness checking of demuxers and decoders in
19282           media tests.
19283
19284 2004-03-24  Benjamin Otte  <otte@gnome.org>
19285
19286         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19287         (gst_alsa_probe_hw_params):
19288         * ext/alsa/gstalsa.h:
19289           debugging output fixes
19290
19291 2004-03-24  Benjamin Otte  <otte@gnome.org>
19292
19293         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
19294           don't g_return_if_fail if element is PLAYING, fail silently as every
19295           other element.
19296         * gst/effectv/gstquark.c: (gst_quarktv_chain):
19297           only fix needed for cast lvalue issues in gst-plugins
19298         * gst/volenv/gstvolenv.c: (gst_volenv_init):
19299           add proxy_getcaps
19300
19301 2004-03-24  Benjamin Otte  <otte@gnome.org>
19302
19303         * gst/level/gstlevel.c: (gst_level_init):
19304           add proxying getcaps function, so level doesn't advertise impossible
19305           caps
19306
19307 2004-03-24  David Schleef  <ds@schleef.org>
19308
19309         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19310         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
19311         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
19312         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
19313         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
19314         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
19315         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
19316         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
19317         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
19318         messages.  Divide the chunk size by the compression ratio
19319         (needed for MACE audio)
19320
19321 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19322
19323         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19324           Fix buffer overflow read error.
19325
19326 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19327
19328         * ext/alsa/gstalsa.h:
19329           Remove unused entry.
19330         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19331           Add cinepak.
19332         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
19333         (gst_videodrop_link), (gst_videodrop_chain):
19334           Fix, sort of. Was horribly broken with new capsnego. Bah...
19335
19336 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
19337
19338         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
19339         (plugin_init):
19340         Add a monkeysaudio typefind function
19341
19342 2004-03-23  Johan Dahlin  <johan@gnome.org>
19343
19344         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
19345         (gst_play_video_fixate): Check so the structure has the field
19346         before trying to fixate them, this makes it possible to have
19347         fakesinks for video and audio output without printing errors on
19348         the output console.
19349
19350 2004-03-22  David Schleef  <ds@schleef.org>
19351
19352         * sys/oss/Makefile.am:
19353         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
19354         (check_rate), (add_rate):  Rate probing test app.
19355
19356 2004-03-21  Benjamin Otte  <otte@gnome.org>
19357
19358         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19359         (_fixate_caps_to_int), (gst_audio_convert_fixate):
19360           add a fixation function that pretty much does the right thing (fixes
19361           #137556)
19362
19363 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
19364
19365         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
19366
19367 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19368
19369         reviewed by: Benjamin Otte  <otte@gnome.org>
19370
19371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19372           terminate gst_event_new_discontinuous correctly (fixes parts of
19373           #137711)
19374
19375 2004-03-19  David Schleef  <ds@schleef.org>
19376
19377         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
19378         since it doesn't depend on X, and it's part of our ABI.
19379
19380 2004-03-19  Iain <iain@prettypeople.org>
19381
19382         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
19383         is_int in the structure, not the local variable.
19384
19385 2004-03-19  David Schleef  <ds@schleef.org>
19386
19387         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
19388         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
19389         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
19390         Improvements in caps negotiation.
19391
19392 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19393
19394         * po/LINGUAS:
19395         * po/af.po:
19396           adding Afrikaans (Petri Jooste)
19397
19398 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19399
19400         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19401         (gst_ffmpegcolorspace_chain):
19402         throw error instead of g_critical (#137588)
19403
19404 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19405
19406         * Makefile.am:
19407         * configure.ac:
19408           dist common and m4 correctly
19409         * po/sv.po:
19410
19411 2004-03-17  David Schleef  <ds@schleef.org>
19412
19413         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
19414         (bug #137348)
19415
19416 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19417
19418         * po/LINGUAS:
19419         * po/sv.po:
19420           adding Swedish translation (Christian Rose)
19421
19422 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19423
19424         * Makefile.am: use release.mak
19425
19426 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19427
19428         * common/ChangeLog:
19429         * common/gst-autogen.sh:
19430           add some explanation about the version detection
19431         * configure.ac:
19432           fix X check
19433
19434 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19435
19436         * configure.ac: bump nano to 1
19437
19438 === release 0.8.0 ===
19439
19440 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19441
19442         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
19443
19444 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19445
19446         * configure.ac:
19447           update libtool version
19448         * gst-libs/gst/media-info/Makefile.am:
19449           actually use libtool version
19450
19451 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19452
19453         * configure.ac: fix speex detection to work with 1.0 but not 1.1
19454
19455 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19456
19457         * configure.ac:
19458         * gst-plugins.spec.in:
19459         * pkgconfig/Makefile.am:
19460         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
19461         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19462         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19463         * pkgconfig/gstreamer-libs.pc.in:
19464         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19465         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19466         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
19467         * pkgconfig/gstreamer-plugins.pc.in:
19468           remove @VERSION@ from some of the pc files since core and plugins
19469           are decoupled.
19470           created gstreamer-plugins.pc as it's a better name, but keeping
19471           -libs around for now to get fixes upstream done first.
19472
19473 2004-03-15  Julien MOUTTE <julien@moutte.net>
19474
19475         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
19476         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
19477         * gst-libs/gst/play/play.h:
19478
19479 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19480
19481         * *.c, *.cc: don't mix tabs and spaces
19482
19483 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19484
19485         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
19486           use the new ffmpegcolorspace
19487         * gst-plugins.spec.in:
19488           package new colorspace and media-info
19489         * configure.ac:
19490         * pkgconfig/Makefile.am:
19491           fix some more disting issues
19492         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19493         * pkgconfig/gstreamer-media-info.pc.in:
19494           generate media-info pc files
19495
19496 2004-03-15  Johan Dahlin  <johan@gnome.org>
19497
19498         * *.h: Revert indenting
19499
19500 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19501
19502         * configure.ac:
19503           adding ffmpegcolorspace element
19504         * gst/ffmpegcolorspace/Makefile.am:
19505         * gst/ffmpegcolorspace/avcodec.h:
19506         * gst/ffmpegcolorspace/common.h:
19507         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19508         * gst/ffmpegcolorspace/dsputil.h:
19509         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19510         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19511         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
19512         (gst_ffmpeg_caps_to_pix_fmt):
19513         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19514         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19515         (gst_ffmpegcolorspace_caps_remove_format_info),
19516         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
19517         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
19518         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
19519         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
19520         (gst_ffmpegcolorspace_set_property),
19521         (gst_ffmpegcolorspace_get_property),
19522         (gst_ffmpegcolorspace_register):
19523         * gst/ffmpegcolorspace/imgconvert.c:
19524         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19525         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19526         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19527         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19528         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19529         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
19530         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
19531         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
19532         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
19533         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
19534         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
19535         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
19536         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
19537         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
19538         (img_get_alpha_info), (deinterlace_line),
19539         (deinterlace_line_inplace), (deinterlace_bottom_field),
19540         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19541         * gst/ffmpegcolorspace/imgconvert_template.h:
19542         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19543         * gst/ffmpegcolorspace/mmx.h:
19544         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
19545           adding ffmpegcolorspace element supplied by Ronald after cleaning
19546           up and pulling in the right bits of upstream source.
19547           I'm sure a better C/compiler wizard could do some cleaning up (for
19548           example use GLIB's malloc stuff), but as a first pass this
19549           works very well
19550
19551 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19552
19553         * ext/alsa/gstalsa.h:
19554           I assume Ronald forgot to commit the change to have cardname
19555           as a struct member.  Expect some public spanking at the next
19556           opportunity.
19557
19558 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19559
19560         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
19561         (gst_alsa_open_audio), (gst_alsa_close_audio):
19562         * ext/alsa/gstalsa.c:
19563           Don't open the device if we're a mixer (= padless).
19564         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
19565         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
19566         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
19567           Open mixer during state change rather than during object
19568           initialization. Also, get a device name. Currently in a somewhat
19569           hackish fashion, but I didn't really find something better.
19570
19571 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19572
19573         * *.c, *.h: run gst-indent
19574
19575 2004-03-14  Benjamin Otte  <otte@gnome.org>
19576
19577         * gst/modplug/gstmodplug.cc:
19578         * gst/modplug/gstmodplug.h:
19579           set correct timestamps on outgoing buffers
19580
19581 2004-03-14  Benjamin Otte  <otte@gnome.org>
19582
19583         * gst/modplug/gstmodplug.cc:
19584           handle events - don't do crap when a discont arrives that's not
19585           necessary
19586           This allows correct loading and playback of mods in Rhythmbox
19587
19588 2004-03-14  Benjamin Otte  <otte@gnome.org>
19589
19590         * configure.ac:
19591         * gst-libs/gst/gconf/Makefile.am:
19592         * pkgconfig/Makefile.am:
19593           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
19594           they get rebuilt properly
19595         * configure.ac:
19596           when checking for vorbis, try pkgconfig first.
19597         * gst/modplug/gstmodplug.cc:
19598           add fixate function
19599
19600 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19601
19602         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19603           Fix for obvious mistake, where we first shift the offset and then
19604           read a samplesize element assuming the old offset. Note that this
19605           part still has something weird, i.e. my movies containing those
19606           don't actually play well, but at least there's something that looks
19607           like sound now.
19608
19609 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
19610         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
19611         (plugin_init):
19612         Add a typefind function for speex format
19613
19614 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19615
19616         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
19617         (gst_asf_demux_setup_pad):
19618           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
19619           instead of 0. Reason is simple: some elements have a fps range
19620           of 1-max instead of 0-max. So now ASF video actually works.
19621
19622 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19623
19624         * po/LINGUAS:
19625         * po/sr.po:
19626           adding serbian as a language
19627
19628 2004-03-13  Benjamin Otte  <otte@gnome.org>
19629
19630         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19631           return taglist correctly from _get function, don't gst_pad_push it.
19632           (fixes #137042)
19633
19634 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19635         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19636
19637 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19638
19639         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
19640         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
19641         (gst_alsa_mixer_track_new):
19642         * ext/alsa/gstalsamixertrack.h:
19643           Fix ancient leftovers... MixerTrack is a GObject.
19644
19645 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19646
19647         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19648         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19649           Don't block during probing...
19650
19651 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19652
19653         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
19654         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
19655         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
19656         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
19657         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
19658         (gst_alsa_open_audio), (gst_alsa_close_audio):
19659         * ext/alsa/gstalsa.h:
19660           Add propertyprobe interface implementation, add some device-name
19661           property, all this so that it looks good in gnome-volume-control.
19662
19663 2004-03-12  David Schleef  <ds@schleef.org>
19664
19665         * configure.ac: the Hermes library controls hermescolorspace, not
19666         colorspace.
19667         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19668         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
19669         not /* */
19670         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
19671         * ext/sdl/sdlvideosink.h: ditto.
19672         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
19673
19674 2004-03-12  Benjamin Otte  <otte@gnome.org>
19675
19676         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
19677         (gst_x_overlay_got_xwindow_id):
19678         * gst-libs/gst/xoverlay/xoverlay.h:
19679           replace XID with unsigned long to get rid of the xlibs dependency in
19680           XOverlay (fixes #137004)
19681
19682 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19683         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
19684         (gst_agingtv_setup):
19685         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
19686         (gst_dicetv_base_init), (gst_dicetv_class_init),
19687         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
19688         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
19689         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19690         (gst_edgetv_setup), (gst_edgetv_rgb32):
19691         * gst/effectv/gsteffectv.c:
19692         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
19693         (gst_quarktv_set_property):
19694         * gst/effectv/gstrev.c: (gst_revtv_get_type),
19695         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19696         (gst_revtv_setup), (gst_revtv_rgb32):
19697         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
19698         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19699         (gst_shagadelictv_init), (gst_shagadelictv_setup),
19700         (gst_shagadelictv_rgb32):
19701         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
19702         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19703         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
19704         * gst/effectv/gstwarp.c:
19705         Port everything that can be ported to videofilter and fix up the caps.
19706         Can someone with a big-endian machine please check these?
19707
19708 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19709
19710         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
19711         (gst_osssink_chain), (gst_osssink_change_state):
19712           Latest fixes for A/V sync, audio playback and such. This is about
19713           all... MPEG playback issues are mostly related to the async build-
19714           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
19715
19716 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19717
19718         patch from: Stephane Loeuillet
19719
19720         * configure.ac:
19721           use pkg-config for some libraries, falling back to the old .m4 way
19722           (fixes #131270)
19723         * m4/libdv.m4:
19724           removed
19725
19726 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19727
19728         * configure.ac:
19729         * tools/Makefile.am:
19730         * tools/Makefile.in:
19731         * tools/gst-launch-ext-m.m:
19732         * tools/gst-launch-ext.1.in:
19733         * tools/gst-visualise-m.m:
19734         * tools/gst-visualise.1:
19735         * tools/gst-visualise.1.in:
19736           reorganizing generation of script tools
19737
19738 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19739
19740         * ext/divx/gstdivxdec.c:
19741           Downgrade priority. We prefer ffdec_mpeg4.
19742         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
19743         (gst_faad_chain), (gst_faad_change_state):
19744           Fix capsnego. Doesn't work for some sounds because we don't have
19745           a 5:1 to stereo element.
19746         * ext/xvid/gstxvid.c: (plugin_init):
19747           Add priority.
19748         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19749         (gst_osssink_change_state):
19750           Add discont handling.
19751
19752 2004-03-09  Colin Walters  <walters@verbum.org>
19753
19754         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
19755         conversion.
19756
19757 2004-03-09  Benjamin Otte  <otte@gnome.org>
19758
19759         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
19760           the signals take 2 arguments
19761
19762 2004-03-09  David Schleef  <ds@schleef.org>
19763
19764         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
19765         (gst_alsa_fixate): Add fixate function.  (bug #136686)
19766         * ext/alsa/gstalsa.h:
19767         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
19768
19769 2004-03-09  Benjamin Otte  <otte@gnome.org>
19770
19771         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
19772         (gst_mikmod_change_state):
19773         * ext/mikmod/gstmikmod.h:
19774           make mikmod's loop function not loop infinitely and call
19775           gst_element_yield anymore
19776         * gst/modplug/gstmodplug.cc:
19777           fix pad negotiation (fixes #136590)
19778
19779 2004-03-09  David Schleef  <ds@schleef.org>
19780
19781         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
19782         doesn't conflict with the internal colorspace plugin.
19783         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
19784         satisfy the crappy-ass shell shipped by a certain vendor.
19785         * gst/videofilter/make_filter: same (bug #135299)
19786
19787 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19788
19789         * configure.ac: bump nano to 1
19790
19791 === release 0.7.6 ===
19792
19793 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19794
19795         * configure.in: releasing 0.7.6, "There"
19796
19797 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19798
19799         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19800         * pkgconfig/gstreamer-play.pc.in:
19801           synchronize the two
19802
19803 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19804
19805         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
19806         (cdparanoia_open), (cdparanoia_event):
19807           fix/add error handling
19808         * po/POTFILES.in:
19809           add cdparanoia source
19810         * tools/Makefile.am:
19811           make scripts executable
19812
19813 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19814
19815         * configure.ac:
19816         * ext/vorbis/Makefile.am:
19817         * sys/Makefile.am:
19818           remove id3types, vorbisfile and xvideosink from the build (#133783)
19819
19820 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19821
19822         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19823           Fix metadata read crash (#136537).
19824
19825 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19826
19827         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19828         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
19829           adding mime types, fixing the one-stop function
19830
19831 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19832
19833         * ext/nas/nassink.c and /ext/nas/nassink.h:
19834         More NAS love from Arwed von Merkatz
19835         So lets all sing 'Can you feel the NAS tonight'
19836
19837 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19838
19839         * tools/gst-launch-ext.in:
19840         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
19841
19842 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19843
19844         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19845         (gst_mpeg2dec_init):
19846         remove the user_data pad for now, because it is being used in
19847         fixating causing MPEG playback to fixate on 1000 Hz for playback.
19848         If someone knows how to fix this properly, please do.
19849
19850 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19851
19852         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19853         (gst_osssink_get_time):
19854         add a warning, IMO this won't get triggered anymore, remove later
19855
19856 2004-03-07  David Schleef  <ds@schleef.org>
19857
19858         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
19859         format (bug #136470)
19860
19861 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19862
19863         * gst-libs/Makefile.am:
19864         * gst-libs/gst/media-info/Makefile.am:
19865         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
19866         (error_callback), (gst_media_info_error_create),
19867         (gst_media_info_error_element), (gmip_init), (gmip_reset),
19868         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
19869         * gst-libs/gst/media-info/media-info-priv.h:
19870         * gst-libs/gst/media-info/media-info-test.c: (main):
19871         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19872         (gst_media_info_class_init), (gst_media_info_instance_init),
19873         (gst_media_info_set_source), (gst_media_info_read_with_idler),
19874         (gst_media_info_read_idler), (gst_media_info_read):
19875         * gst-libs/gst/media-info/media-info.h:
19876         fixed, should work now
19877
19878 2004-03-07  Christian Schaller <Uraeus@gnome.org>
19879
19880         * ext/nas/nassink.c:
19881         A bunch of NAS fixes from Arwed von Merkatz
19882
19883 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19884
19885         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
19886         (qtdemux_parse_trak):
19887           Fix crash (j might be greater than n_samples, in which case we're
19888           writing outside the allocated space for the array) and memleak.
19889
19890 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19891
19892         * sys/oss/gstosssink.c: (gst_osssink_chain):
19893           And another caller that couldn't handle delay < 0 (unsigned
19894           integer overflow). Video now continues playing on an audio
19895           buffer underrun, and the clock continues working. Audio still
19896           stalls.
19897
19898 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19899
19900         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19901         (gst_osssink_get_time):
19902           get_delay() may return values lower than 0. In those cases, we
19903           should not actually cast to *unsigned* int64, that will break
19904           stuff horribly. In my case, it screwed up A/V sync in movies
19905           in totem rather badly.
19906
19907 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19908
19909         * ext/faac/gstfaac.c: (gst_faac_chain):
19910         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19911         * ext/libpng/gstpngenc.c: (user_write_data):
19912         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19913         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
19914         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
19915         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
19916         Fix several misuse of gst_buffer_merge (it doesn't take ownership
19917         of any buffer), should fix some leaks. I hope I didn't unref buffers
19918         that shouldn't be...
19919
19920 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19921
19922         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19923         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
19924         (error_callback), (gmi_reset), (gmi_seek_to_track),
19925         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
19926         (gmip_find_type_post), (gmip_find_stream_post),
19927         (gmip_find_track_streaminfo_post):
19928         * gst-libs/gst/media-info/media-info-priv.h:
19929         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
19930         (info_print), (main):
19931         * gst-libs/gst/media-info/media-info.c:
19932         (gst_media_info_error_create), (gst_media_info_error_element),
19933         (gst_media_info_instance_init), (gst_media_info_get_property),
19934         (gst_media_info_new), (gst_media_info_set_source),
19935         (gst_media_info_read_idler), (gst_media_info_read):
19936         * gst-libs/gst/media-info/media-info.h:
19937           first pass at making this work again.  This seems to work on
19938           tagged ogg/vorbis and mp3 files.
19939
19940 2004-03-06  Benjamin Otte  <otte@gnome.org>
19941
19942         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19943           fix huge leak: gst_buffer_merge doesn't unref the first argument
19944           itself.
19945
19946 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19947
19948         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
19949           report layer/mode/emphasis
19950
19951 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19952
19953         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
19954
19955 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19956
19957         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
19958           signal serial
19959
19960 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19961
19962         * ext/vorbis/vorbis.c: (plugin_init):
19963         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19964         (gst_vorbis_dec_init), (vorbis_dec_event):
19965         add debug category
19966         make vorbisdec handle _BYTE and _TIME queries
19967
19968 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19969
19970         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
19971           from the xing header
19972
19973 2004-03-06  Benjamin Otte  <otte@gnome.org>
19974
19975         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
19976         (gst_audio_convert_link), (gst_audio_convert_change_state),
19977         (gst_audio_convert_buffer_from_default_format):
19978           do conversions from/to float correctly, fix some caps nego errors,
19979           export correct supported caps in template and getcaps, use correct
19980           caps in try_set_caps functions
19981
19982 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19983
19984         For some reason, I only committed a ChangeLog entry yesterday and
19985         not the corresponding code...
19986         * ext/mad/gstmad.c: Fix detection of Xing headers
19987         * gst/tags/gstid3tag.c: Changes to support TLEN tags
19988
19989 2004-03-06  Benjamin Otte  <otte@gnome.org>
19990
19991         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
19992         (gst_ogg_demux_src_query):
19993           make sure to handle the case where there's no current chain
19994           gracefully.
19995
19996 2004-03-05  David Schleef  <ds@schleef.org>
19997
19998         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
19999         Add fixate function. (bug #131128)
20000         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
20001         (gst_sdlvideosink_fixate):  Add fixate function.
20002         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20003         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
20004         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
20005         Fix missing break that was causing ulaw to be interpreted as
20006         raw int.
20007
20008 2004-03-05  David Schleef  <ds@schleef.org>
20009
20010         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20011         Fix code that ignores return value of gst_buffer_merge().
20012         (bug #114560)
20013         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
20014         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
20015         * testsuite/gst-lint:  Check for above.
20016
20017 2004-03-05  David Schleef  <ds@schleef.org>
20018
20019         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
20020         caps and throw an element error.  (bug #136334)
20021
20022 2004-03-05  David Schleef  <ds@schleef.org>
20023
20024         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
20025         (gst_faad_chain): Fix negotiation.
20026         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
20027         key and button events.
20028         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
20029         dung heap of code.
20030         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
20031         depends on gconf
20032         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
20033         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20034         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
20035         function to encourage better negotiation, particularly between
20036         audioconvert and osssink.
20037         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20038         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
20039         more important.
20040         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
20041         typefinding.
20042         * gst/vbidec/vbiscreen.c:  Add glib header
20043         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
20044
20045 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
20046
20047         * ext/mad/gstmad.c: Fix detection of Xing headers
20048         * gst/tags/gstid3tag.c: Changes to support TLEN tags
20049
20050 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20051
20052         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20053         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
20054           debug updates
20055
20056 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20057
20058         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20059         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
20060         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
20061         files, and report the parsed length as a GST_TAG_DURATION tag.
20062         * gst/tags/gstid3tag.c: support TLEN (duration) tag
20063
20064 2004-03-05  Benjamin Otte  <otte@gnome.org>
20065
20066         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
20067           convert channels correctly. convert correctly to unsigned.
20068
20069 2004-03-05  Julien MOUTTE <julien@moutte.net>
20070
20071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
20072         we have a window before clearing it.
20073
20074 2004-03-05  Julien MOUTTE <julien@moutte.net>
20075
20076         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
20077         have a window before clearing it.
20078
20079 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20080
20081         * gconf/gstreamer.schemas.in:
20082         * gst-libs/gst/gconf/Makefile.am:
20083           version installation path the same way as for 0.6
20084         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20085         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20086         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20087           remove comment that was fixed
20088
20089 2004-03-05  David Schleef  <ds@schleef.org>
20090
20091         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
20092         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
20093         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
20094         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
20095         Add prototype code for handling seeking and querying.
20096
20097 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20098
20099         * examples/gstplay/player.c: (main):
20100           Initialize variables to NULL. Prevents a segfault because the
20101           (uninitialized) variable is not NULL, resulting in a crash on
20102           trying to reach error->message.
20103
20104 2004-03-05  Benjamin Otte  <otte@gnome.org>
20105
20106         * gst/audioconvert/gstaudioconvert.c:
20107         (gst_audio_convert_buffer_to_default_format):
20108         make float=>int conversion work correctly even in cornercases.
20109
20110 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
20111
20112         * debian/README.Debian:
20113         * debian/build-deps:
20114         * debian/changelog:
20115         * debian/control:
20116         * debian/control.in:
20117         * debian/copyright:
20118         * debian/gstreamer-a52dec.files:
20119         * debian/gstreamer-aa.files:
20120         * debian/gstreamer-alsa.files:
20121         * debian/gstreamer-alsa.manpages:
20122         * debian/gstreamer-arts.files:
20123         * debian/gstreamer-artsd.files:
20124         * debian/gstreamer-audiofile.files:
20125         * debian/gstreamer-avifile.files:
20126         * debian/gstreamer-cdparanoia.files:
20127         * debian/gstreamer-colorspace.files:
20128         * debian/gstreamer-doc.files:
20129         * debian/gstreamer-dv.files:
20130         * debian/gstreamer-dvd.files:
20131         * debian/gstreamer-esd.files:
20132         * debian/gstreamer-festival.files:
20133         * debian/gstreamer-flac.files:
20134         * debian/gstreamer-gconf.conffiles:
20135         * debian/gstreamer-gconf.files:
20136         * debian/gstreamer-gconf.postinst:
20137         * debian/gstreamer-gnomevfs.files:
20138         * debian/gstreamer-gsm.files:
20139         * debian/gstreamer-http.files:
20140         * debian/gstreamer-jack.files:
20141         * debian/gstreamer-jpeg.files:
20142         * debian/gstreamer-mad.files:
20143         * debian/gstreamer-mikmod.files:
20144         * debian/gstreamer-misc.files:
20145         * debian/gstreamer-mpeg2dec.files:
20146         * debian/gstreamer-oss.files:
20147         * debian/gstreamer-plugin-apps.files:
20148         * debian/gstreamer-plugin-apps.manpages:
20149         * debian/gstreamer-plugin-libs-dev.files:
20150         * debian/gstreamer-plugin-libs.files:
20151         * debian/gstreamer-plugin-template.postinst:
20152         * debian/gstreamer-plugin-template.postrm:
20153         * debian/gstreamer-sdl.files:
20154         * debian/gstreamer-sid.files:
20155         * debian/gstreamer-vorbis.files:
20156         * debian/gstreamer-x.files:
20157         * debian/mk.control:
20158         * debian/rules:
20159         Debian package info not maintained here.
20160
20161 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20162
20163         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
20164         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
20165         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
20166         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
20167         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
20168         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
20169         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
20170         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
20171         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
20172         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
20173         * gst-libs/gst/colorbalance/colorbalance.c:
20174         (gst_color_balance_class_init):
20175         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20176         (gst_color_balance_channel_class_init):
20177         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20178         * gst-libs/gst/play/play.c: (gst_play_class_init):
20179         * gst-libs/gst/propertyprobe/propertyprobe.c:
20180         (gst_property_probe_iface_init):
20181         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
20182         * gst-libs/gst/tuner/tunerchannel.c:
20183         (gst_tuner_channel_class_init):
20184         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
20185         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
20186         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
20187         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
20188         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
20189         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
20190         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
20192         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
20193           fix signals to use - instead of _
20194         * ext/libcaca/gstcacasink.h:
20195         * ext/sdl/sdlvideosink.h:
20196           fix header rename
20197
20198 2004-03-04  David Schleef  <ds@schleef.org>
20199
20200         * testsuite/gst-lint:  Add a check for bad signal names.
20201
20202 2004-03-04  <kost@imn.htwk-leipzig.de>
20203
20204         reviewed by David Schleef
20205
20206         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
20207         modified the alpha channel and caused a warning. (bug #136192)
20208
20209 2004-04-03  Christian Schaller <Uraeus@gnome.org>
20210
20211         * gst-plugins.spec.in:
20212         Change names of plugins to actually be correct. Try to keep things
20213         alphabetical to avoid getting beat up by Thomas
20214
20215 2004-03-03  Julien MOUTTE <julien@moutte.net>
20216
20217         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
20218         Using ximagesink as a default if no gconf key found. We should
20219         probably consider using alsasink instead of osssink for the audio
20220         part.
20221
20222 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20223
20224         * configure.ac:
20225           fix --with-plugins, don't think it ever worked before
20226         * gst-plugins.spec.in:
20227           even more updates
20228
20229 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20230
20231         * ext/sdl/sdlvideosink.h:
20232         * sys/ximage/ximagesink.h:
20233         * sys/xvideo/xvideosink.h:
20234         * sys/xvimage/xvimagesink.h:
20235           Fix for move of gstvideosink.h -> videosink.h.
20236
20237 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20238
20239         * gst-libs/gst/xwindowlistener/Makefile.am:
20240           this is a plugin library, not a library
20241
20242 2004-03-01  David Schleef  <ds@schleef.org>
20243
20244         * AUTHORS:  Added some names.  Add yourself if you're still
20245         missing.
20246
20247 2004-03-01  David Schleef  <ds@schleef.org>
20248
20249         * MAINTAINERS: Add
20250
20251 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20252
20253         * gst-plugins.spec.in: clean up spec file
20254
20255 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20256
20257         * gst-libs/gst/video/Makefile.am:
20258         * gst-libs/gst/video/gstvideosink.c:
20259         * gst-libs/gst/video/gstvideosink.h:
20260           rename gstvideosink.h to videosink.h to match other headers
20261         * gst/mixmatrix/Makefile.am:
20262           fix plugin filename
20263         * gst/tags/Makefile.am: fix plugin filename
20264
20265 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20266
20267         * gst/tags/Makefile.am: fix plugin filename
20268
20269 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20270
20271         * examples/gstplay/player.c: (got_time_tick), (main):
20272           add error handler
20273           display time_tick more readably
20274         * gst/mixmatrix/Makefile.am:
20275           fix plugin file name
20276
20277 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
20278
20279         * sys/oss/gstosselement.c: (gst_osselement_probe),
20280         (device_combination_append), (gst_osselement_class_probe_devices):
20281         * sys/oss/gstosselement.h:
20282           Reworked enumeration of oss dsps and mixers so that gst-mixer works
20283           on my system using alsa oss emulation, fixes bug #135597
20284
20285 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20286
20287         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
20288         (gst_videodrop_chain), (gst_videodrop_change_state):
20289         * gst/videodrop/gstvideodrop.h:
20290           Work based on timestamp of input data, not based on the expected
20291           framerate from the input. The consequence is that this element now
20292           not only scales framerates, but also functions as a framerate
20293           corrector or framerate stabilizer/constantizer.
20294
20295 2004-02-27  David Schleef  <ds@schleef.org>
20296
20297         patches from jmmv@menta.net (Julio M. Merino Vidal)
20298
20299         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
20300         GST_ELEMENT_ERROR call (bug #135634)
20301         * gst/interleave/interleave.c: (interleave_buffered_loop),
20302         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
20303         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
20304         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20305         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
20306         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
20307         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
20308         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
20309         Fix GST_ELEMENT_ERROR call.
20310         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
20311         GST_ELEMENT_ERROR call.
20312
20313 2004-02-27  Benjamin Otte  <otte@gnome.org>
20314
20315         * gst-libs/gst/audio/audio.h:
20316           add macro to make sure header isn't included twice
20317         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20318           don't use gst_buffer_free
20319         * gst/playondemand/filter.func:
20320           don't use gst_data_free. Free data only once.
20321
20322 2004-02-26  David Schleef  <ds@schleef.org>
20323
20324         * gst-libs/gst/colorbalance/Makefile.am:
20325         * gst-libs/gst/mixer/Makefile.am:
20326         * gst-libs/gst/tuner/Makefile.am:
20327         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
20328         should not be disted, -marshal.h files should not be installed,
20329         and -enum.h files _should_ be installed.  Fix to make this the
20330         case.
20331
20332 === release 0.7.5 ===
20333
20334 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20335
20336         * configure.ac: release 0.7.5, "Under The Sea"
20337
20338 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20339
20340         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20341         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
20342         * gst/videoscale/gstvideoscale.c:
20343         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20344           assorted debug/warning fixes
20345
20346 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20347
20348         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
20349         (gst_videoscale_init), (gst_videoscale_chain),
20350         (gst_videoscale_set_property), (plugin_init):
20351         * gst/videoscale/gstvideoscale.h:
20352         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
20353         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
20354         (gst_videoscale_planar400), (gst_videoscale_packed422),
20355         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
20356         (gst_videoscale_24bit), (gst_videoscale_16bit),
20357         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
20358         (gst_videoscale_scale_plane_slow),
20359         (gst_videoscale_scale_point_sample),
20360         (gst_videoscale_scale_nearest),
20361         (gst_videoscale_scale_nearest_str2),
20362         (gst_videoscale_scale_nearest_str4),
20363         (gst_videoscale_scale_nearest_32bit),
20364         (gst_videoscale_scale_nearest_24bit),
20365         (gst_videoscale_scale_nearest_16bit):
20366         add debugging category and use it properly
20367         fix use of GST_PTR_FORMAT
20368
20369 2004-02-25  Andy Wingo  <wingo@pobox.com>
20370
20371         * gst/interleave/interleave.c (interleave_buffered_loop): Always
20372         push only when channel->buffer is NULL. Prevents segfaults doing
20373         the state change after a nonlocal exit, like a scheme exception.
20374
20375         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
20376         Handle the case where the intersected caps is empty.
20377
20378 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20379
20380         * gst/law/mulaw-decode.c: (mulawdec_link):
20381         * gst/law/mulaw.c: (plugin_init):
20382           fix mulawdec so it actually works again
20383
20384 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
20385
20386         reviewed by: David Schleef  <ds@schleef.org>
20387
20388         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
20389         (gst_gamma_init), (gst_gamma_set_property),
20390         (gst_gamma_get_property), (gst_gamma_calculate_tables),
20391         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
20392         for RGB, with separate r g and b correction factors. (#131167)
20393
20394 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20395
20396         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20397           only signal tags for bitrate if they're > 0 (#134894)
20398
20399 2004-02-24  David Schleef  <ds@schleef.org>
20400
20401         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
20402         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
20403         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
20404         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
20405         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
20406         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
20407         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
20408         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
20409         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
20410         category.  Attempt to fix timestamp calculation.
20411
20412 2004-02-24  Johan Dahlin  <johan@gnome.org>
20413
20414         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
20415
20416 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20417
20418         * configure.ac:
20419         * gconf/Makefile.am:
20420         * gconf/gstreamer.schemas:
20421         * gst-libs/gst/gconf/Makefile.am:
20422         * gst-libs/gst/gconf/gconf.c:
20423           version gconf schemas and install locations
20424
20425 2004-02-23  Benjamin Otte  <otte@gnome.org>
20426
20427         * ext/xine/xineinput.c: (gst_xine_input_dispose):
20428         (gst_xine_input_subclass_init):
20429           call parent dispose.
20430           change pad template for CD reader correctly
20431         * ext/xine/Makefile.am:
20432         * ext/xine/gstxine.h:
20433         * ext/xine/xine.c: (plugin_init):
20434         * ext/xine/xineaudiosink.c:
20435           wrap audio sinks, too
20436         * gst-libs/gst/resample/private.h:
20437         * gst-libs/gst/resample/resample.c: (gst_resample_init),
20438         (gst_resample_reinit), (gst_resample_scale),
20439         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
20440         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
20441         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
20442         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
20443         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
20444         * gst-libs/gst/resample/resample.h:
20445         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20446         (gst_audioscale_class_init), (gst_audioscale_link),
20447         (gst_audioscale_get_buffer), (gst_audioscale_init),
20448         (gst_audioscale_chain), (gst_audioscale_set_property),
20449         (gst_audioscale_get_property):
20450         * gst/audioscale/gstaudioscale.h:
20451           s/resample_*/gst_resample_*/i to not clobber namespaces
20452
20453 2004-02-23  Julien MOUTTE  <julien@moutte.net>
20454
20455         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20456         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
20457         (gst_riff_create_video_template_caps),
20458         (gst_riff_create_audio_template_caps),
20459         (gst_riff_create_iavs_template_caps):
20460         * gst-libs/gst/riff/riff-media.h:
20461         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20462         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
20463         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
20464         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20465         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20466         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
20467         (gst_matroska_demux_plugin_init): First batch implementing audio and
20468         video codec tags in demuxers.
20469
20470 2004-02-22  Benjamin Otte  <otte@gnome.org>
20471
20472         * ext/xine/Makefile.am:
20473         * ext/xine/gstxine.h:
20474         * ext/xine/xine.c: (plugin_init):
20475         * ext/xine/xineinput.c:
20476           add input plugin wrapper. Playback from files, http, mms and cdda
20477           works.
20478         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
20479           remove leftover G_GNUC_UNUSED
20480         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
20481         (gst_asf_demux_identify_guid):
20482           improve debugging output
20483
20484 2004-02-22  Benjamin Otte  <otte@gnome.org>
20485
20486         reported by: Padraig O'Briain <padraig.obriain@sun.com>
20487
20488         * autogen.sh:
20489           replace test -e with test -x for mkinstalldirs to be more portable.
20490           (fixes #134816)
20491
20492 2004-02-22  Benjamin Otte  <otte@gnome.org>
20493
20494         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
20495
20496         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
20497           set rank to PRIMARY
20498         * gst/volume/gstvolume.c: (plugin_init):
20499           set rank to NONE
20500         fixes #134960
20501
20502 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
20503
20504         reviewed by Benjamin Otte  <otte@gnome.org>
20505
20506         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20507           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
20508
20509 2004-02-22  Benjamin Otte  <otte@gnome.org>
20510
20511         * configure.ac:
20512           export [_]*{gst,Gst,GST}.* symbols from plugins
20513
20514 2004-02-22  Christophe Fergeau <teuf@gnome.org>
20515
20516         reviewed by: Benjamin Otte  <otte@gnome.org>
20517
20518         * ext/lame/gstlame.c: (add_one_tag):
20519         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20520         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
20521         (gst_vorbisenc_metadata_set1):
20522         * gst/tags/gstid3tag.c:
20523         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
20524           apply fixes from bugs #135042 (lame can't write tags) and #133817
20525           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
20526
20527 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
20528
20529         * configure.ac: Export only gst_plugin_desc from plugins.
20530          Note that this change only makes any effect with Linux using libtool
20531          1.5.2 or higher. Otherwise it is silently ignored, but it would build
20532          fine. And don't try to have several versions of libtool in different
20533          directories.
20534
20535 2004-02-20  Andy Wingo  <wingo@pobox.com>
20536
20537         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
20538         interleave respectively.
20539
20540         * gst/interleave/deinterleave.c: New plugin: deinterleave
20541         (replaces on oneton).
20542         * gst/interleave/interleave.c: New plugin: interleave.
20543         * gst/interleave/plugin.h: Support file.
20544         * gst/interleave/plugin.c: Support file.
20545
20546         * configure.ac: Remove intfloat and oneton, add interleave.
20547
20548         * ext/sndfile/gstsf.c: Handle events better.
20549
20550         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
20551         and float2int operation. int2float has scheduling problems as
20552         noted in in2float_chain.
20553
20554 2004-02-20  Benjamin Otte  <otte@gnome.org>
20555
20556         * ext/xine/Makefile.am:
20557         * ext/xine/gstxine.h:
20558         * ext/xine/xine.c:
20559         * ext/xine/xineaudiodec.c:
20560         * ext/xine/xinecaps.c:
20561           add first version of xine plugin wrapper. Currently only wraps the
20562           QDM2 win32 DLL, and even that only in proof-of-concept quality.
20563         * configure.ac:
20564         * ext/Makefile.am:
20565           add xine plugin wrapper, disabled by default. Use --enable-xine to
20566           build. Note that it'll segfault on gst-register if you don't remove
20567           the goom and tvtime post plugins from xine.
20568         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20569         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
20570           add extradata parsing for QDM2.
20571           change around debugging prints.
20572
20573 2004-02-19  Benjamin Otte  <otte@gnome.org>
20574
20575         * ext/lame/gstlame.c: (gst_lame_chain):
20576         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20577           use gst_tag_list_insert when you want to insert tags
20578
20579 2004-02-18  David Schleef  <ds@schleef.org>
20580
20581         * configure.ac:  Move massink to gst-rotten
20582         * ext/Makefile.am:
20583         * ext/mas/Makefile.am:
20584         * ext/mas/massink.c:
20585         * ext/mas/massink.h:
20586
20587 2004-02-18  David Schleef  <ds@schleef.org>
20588
20589         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
20590         typefinding, since it seems to be worse than nothing.
20591         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
20592         atom to recognize .mp4 and .m4a files as video/quicktime.
20593
20594 2004-02-18  David Schleef  <ds@schleef.org>
20595
20596         * gst/sine/demo-dparams.c: (quit_live),
20597         (dynparm_log_value_changed), (dynparm_value_changed), (main):
20598         Use double dparams, not float.
20599         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20600         (gst_sinesrc_init): Change sync default to FALSE, since multiple
20601         sync'd elements don't really work correctly.
20602         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
20603         (volume_update_volume), (volume_get_property):  Change dparam
20604         to double.
20605
20606 2004-02-18  Julien MOUTTE  <julien@moutte.net>
20607
20608         * sys/ximage/ximagesink.c:
20609         (gst_ximagesink_xwindow_update_geometry),
20610         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20611         (gst_ximagesink_change_state), (gst_ximagesink_expose),
20612         (gst_ximagesink_init): Rework the way software video scaling works. So
20613         now we check on each chain call if the video frames are feeling the
20614         window. If not we try to renegotiate caps. On failure we memorize that
20615         and we won't try again for that PLAYING sessions.
20616         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
20617         failure.
20618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
20619         synchronous flag.
20620
20621 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20622
20623         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20624           break up _link so we can give a better debug message for errors
20625
20626 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20627
20628         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20629           set up debug category
20630
20631 2004-02-18  Julien MOUTTE <julien@moutte.net>
20632
20633         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20634         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
20635         the way renegotiation work. The event handling function is not taking
20636         care of external windows and renegotiate method check for pad flags
20637         NEGOTIATING. Should fix : #133209
20638
20639 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20640
20641         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
20642         pad is negotiating before trying renegotiation.
20643
20644 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20645
20646         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20647           pass on all possible mime types as typefind hints
20648
20649 2004-02-17  Julien MOUTTE <julien@moutte.net>
20650
20651         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
20652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
20653         possible SHM leak if we crash. All other apps using XShm are doing
20654         that.
20655
20656 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20657
20658         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20659         (gst_ximagesink_expose): Renegotiate size on expose.
20660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
20661         size on expose.
20662
20663 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20664
20665         * testsuite/alsa/sinesrc.c:
20666           cosmetic fix to fix compile issue with gcc 2.95.4
20667
20668 2004-02-16  Julien MOUTTE <julien@moutte.net>
20669
20670         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20671         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
20672         failed opening the audio device.
20673         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20674         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
20675         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
20676         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
20677         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20678         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20679         (gst_ximagesink_change_state), (gst_ximagesink_chain),
20680         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
20681         Removing some useless g_return_if_fail like wingo suggested.
20682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20683         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
20684         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
20685         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
20686         (gst_xvimagesink_update_colorbalance),
20687         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
20688         (gst_xvimagesink_xcontext_clear),
20689         (gst_xvimagesink_get_fourcc_from_caps),
20690         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20691         (gst_xvimagesink_set_xwindow_id),
20692         (gst_xvimagesink_colorbalance_list_channels),
20693         (gst_xvimagesink_colorbalance_set_value),
20694         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
20695         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
20696
20697 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20698
20699         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20700           throw error when not negotiated instead of asserting
20701
20702 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20703
20704         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
20705         correct data refcounting.
20706
20707 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20708
20709         * gst/switch/gstswitch.c: (gst_switch_change_state),
20710         (gst_switch_class_init): Cleaning the sinkpads correctly on state
20711         change, mostly the EOS flag.
20712
20713 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20714
20715         * examples/gstplay/player.c: (got_eos), (main): Adding some
20716         output for debugging.
20717         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
20718         timeouts if we go to any state different from PLAYING.
20719         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
20720         more EOS bugs in riff lib.
20721
20722 2004-02-14  Julien MOUTTE  <julien@moutte.net>
20723
20724         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
20725         visualization until i find a way to fix switch correctly.
20726         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
20727         EOS arrives.
20728         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20729         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20730         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
20731         Reworked switch to get a more correct behaviour with events and refing
20732         of data stored in sinkpads.
20733         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
20734         we don't pull from a pad in EOS.
20735
20736 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20737
20738         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20739           remove v1 tag even if we can't read it (makes sure we don't detect
20740           it again)
20741
20742 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20743
20744         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
20745         (gst_alsa_xrun_recovery):
20746         * ext/alsa/gstalsa.h:
20747           try xrun recovery when wait failed. Make xrun recovery function
20748           return TRUE/FALSE to indicate success. (might fix #134354)
20749
20750 2004-02-13  David Schleef  <ds@schleef.org>
20751
20752         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
20753         (dynparm_value_changed), (main): Convert from float to double.
20754         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
20755
20756 2004-02-13  David Schleef  <ds@schleef.org>
20757
20758         * gst/silence/gstsilence.c: (gst_silence_class_init),
20759         (gst_silence_set_clock), (gst_silence_get),
20760         (gst_silence_set_property), (gst_silence_get_property):
20761         * gst/silence/gstsilence.h: Add sync property.
20762         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20763         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
20764         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
20765         * gst/sine/gstsinesrc.h: Add sync property.
20766
20767 2004-02-13  David Schleef  <ds@schleef.org>
20768
20769         * gst/intfloat/gstint2float.c: (conv_f32_s16),
20770         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
20771
20772 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20773
20774         * configure.ac:
20775         * ext/Makefile.am:
20776         * gst-libs/ext/Makefile.am:
20777           move ffmpeg plugin to gst-ffmpeg module
20778
20779 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20780
20781         * configure.ac: use GST_ARCH to detect architecture
20782
20783 2004-02-12  Julien MOUTTE  <julien@moutte.net>
20784
20785         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
20786
20787 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20788
20789         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
20790           classify LADSPA plugins based on number of src/sink pads
20791           (#133663, Stefan Kost)
20792         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
20793           fix dparams registration
20794           (#133528, Stefan Kost)
20795         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
20796           fix use of isprint and use g_ascii_isprint instead
20797           (#133316, Stefan Kost)
20798
20799 2004-02-11  David Schleef  <ds@schleef.org>
20800
20801         Convert a few inner loops to use liboil.  This is currently
20802         optional, and is only enabled if liboil is present (duh!).
20803         * configure.ac: Check for liboil-0.1
20804         * gst/intfloat/Makefile.am:
20805         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
20806         (gst_int2float_chain_gint16):
20807         * gst/videofilter/Makefile.am:
20808         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
20809         (tablelookup_u8), (gst_videobalance_planar411):
20810         * gst/videotestsrc/Makefile.am:
20811         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
20812         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
20813         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
20814         (paint_hline_RGB565), (paint_hline_xRGB1555):
20815
20816 2004-02-11  David Schleef  <ds@schleef.org>
20817
20818         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
20819         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
20820         (gst_colorspace_getcaps), (gst_colorspace_link),
20821         (gst_colorspace_base_init), (gst_colorspace_init),
20822         (gst_colorspace_chain), (gst_colorspace_change_state),
20823         (plugin_init): Merge Ronald's patch (bug #117897) and update
20824         for new caps and negotiation.  Seems to work, although it
20825         shows off bugs in lcs.
20826
20827 2004-02-11  David Schleef  <ds@schleef.org>
20828
20829         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
20830         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
20831
20832 2004-02-11  David Schleef  <ds@schleef.org>
20833
20834         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
20835         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
20836         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
20837         Add server and port properties
20838
20839 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20840
20841         * m4/a52.m4:
20842         * m4/aalib.m4:
20843         * m4/as-ffmpeg.m4:
20844         * m4/as-liblame.m4:
20845         * m4/as-slurp-ffmpeg.m4:
20846         * m4/check-libheader.m4:
20847         * m4/esd.m4:
20848         * m4/freetype2.m4:
20849         * m4/gconf-2.m4:
20850         * m4/glib.m4:
20851         * m4/gst-alsa.m4:
20852         * m4/gst-artsc.m4:
20853         * m4/gst-ivorbis.m4:
20854         * m4/gst-matroska.m4:
20855         * m4/gst-sdl.m4:
20856         * m4/gst-shout2.m4:
20857         * m4/gst-sid.m4:
20858         * m4/gtk.m4:
20859         * m4/libdv.m4:
20860         * m4/libfame.m4:
20861         * m4/libmikmod.m4:
20862         * m4/ogg.m4:
20863         * m4/vorbis.m4:
20864           fix underquotedness of macros (#133800)
20865         * m4/as-avifile.m4:
20866         * m4/xmms.m4:
20867           removed because no longer used
20868
20869 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20870
20871         * configure.ac:
20872           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
20873           by autopoint (fixes #132996)
20874
20875 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20876
20877         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
20878         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
20879         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
20880         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
20881           fix memleaks
20882
20883 2004-02-11  David Schleef  <ds@schleef.org>
20884
20885         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20886         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
20887         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
20888         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
20889         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
20890         (gst_jpegenc_class_init), (gst_jpegenc_init),
20891         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
20892         (gst_jpegenc_chain), (gst_jpegenc_set_property),
20893         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
20894         * ext/jpeg/gstjpegenc.h: Fix negotiation.
20895
20896 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20897
20898         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20899         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
20900         * ext/mikmod/gstmikmod.h:
20901           fix caps negotiation in mikmod
20902         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
20903           output debug information
20904
20905 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20906
20907         * gst-libs/gst/colorbalance/Makefile.am:
20908         * gst-libs/gst/navigation/Makefile.am:
20909         * gst-libs/gst/xoverlay/Makefile.am:
20910           remove unused GST_OPT_CFLAGS from Makefiles
20911           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
20912
20913 2004-02-07  David Schleef  <ds@schleef.org>
20914
20915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
20916         push events to pads that haven't been created (#133508)
20917
20918 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
20919
20920         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
20921         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
20922         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
20923         (gst_dvdec_loop), (gst_dvdec_change_state):
20924         Second attempt at committing a working dvdec element.
20925
20926 2004-02-06  David Schleef  <ds@schleef.org>
20927
20928         Build fixes for OS X: (see #129600)
20929         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
20930         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
20931         (gst_riff_read_strf_iavs):
20932         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
20933         (gst_avi_demux_stream_odml):
20934         * gst/playondemand/Makefile.am:
20935         * gst/rtp/rtp-packet.c:
20936
20937 2004-02-05  David Schleef  <ds@schleef.org>
20938
20939         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
20940         last change, because it Just Doesn't Compile.
20941
20942 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20943
20944         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20945           skip undecodable id3v2 tag instead of keeping it
20946
20947 2004-02-05  David Schleef  <ds@schleef.org>
20948
20949         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20950         Unref leaked buffer.  (Noticed by Ronald)
20951
20952 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
20953
20954         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20955         Sync requires with other checks.  >= vs =.
20956
20957 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
20958
20959         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20960         (gst_dvdec_video_link), (gst_dvdec_loop):
20961         * ext/dv/gstdvdec.h:
20962           rework the caps negotiation so that dvdec works again instead
20963           of just segfaulting.
20964
20965 === release 0.7.4 ===
20966
20967 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20968
20969         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
20970         * configure.ac: changed for release
20971
20972 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20973
20974         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
20975         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20976         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20977         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20978           reworked patch by David Lehn to fix libdir and includedir for
20979           uninstalled libraries
20980           removed play and gconf from gstreamer-libs since they have their
20981           own pkgconfig files
20982
20983 2004-02-04  David Schleef  <ds@schleef.org>
20984
20985         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
20986         memleak.
20987
20988 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20989
20990         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20991           use correct GST_TAG_ENCODER tag
20992
20993 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20994
20995         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20996           be sure to stop the clock when going to paused
20997         * sys/oss/gstosssink.c: (gst_osssink_change_state):
20998           reset number of transmitted when going to ready.
20999         fixes #132935
21000
21001 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
21002
21003         reviewed by Benjamin Otte
21004
21005         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21006           extract track count (fixes #133410)
21007
21008 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21009
21010         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
21011           that should be !=, not == (fixes #132519)
21012
21013 2004-02-04  David Schleef  <ds@schleef.org>
21014
21015         Make sure set_explicit_caps() is called before adding pad.
21016         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21017         * gst/id3/gstid3types.c: (gst_id3types_loop):
21018         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21019         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21020
21021 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21022
21023         * configure.ac:
21024           bump nano to 2, first prerelease
21025           put back AM_PROG_LIBTOOL
21026
21027 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21028
21029         * testsuite/alsa/Makefile.am:
21030           these are user test apps, not automatic testsuite tests
21031
21032 2004-02-04  David Schleef  <ds@schleef.org>
21033
21034         Convert GST_DEBUG_CAPS() to GST_DEBUG():
21035         * gst/mpeg1videoparse/gstmp1videoparse.c:
21036         (mp1videoparse_parse_seq):
21037         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21038         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21039         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
21040         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
21041         (gst_xvideosink_getcaps):
21042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21043         * testsuite/gst-lint: more tests
21044
21045 2004-02-04  David Schleef  <ds@schleef.org>
21046
21047         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
21048         with the code that they would expand to.
21049         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
21050         (gst_flacdec_get_src_query_types),
21051         (gst_flacdec_get_src_event_masks):
21052         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
21053         (gst_gnomevfssrc_get_query_types),
21054         (gst_gnomevfssrc_get_event_mask):
21055
21056 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21057
21058         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21059         (gst_sinesrc_dispose):
21060           fix memleak by properly disposing sinesrc
21061
21062 2004-02-04  Julien MOUTTE  <julien@moutte.net>
21063
21064         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
21065         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
21066         an overlay to redraw the image because it has been exposed.
21067         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
21068         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
21069         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
21070         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
21071         interface
21072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
21073         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
21074         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
21075         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
21076         interface
21077
21078 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21079
21080         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21081           more memleak fixage
21082
21083 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21084
21085         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21086         * gst/typefind/gsttypefindfunctions.c:
21087           fix memleaks shown by gst-typefind
21088
21089 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21090
21091         * common/glib-gen.mak:
21092           add hack rule to touch .Plo files
21093         * gst-libs/gst/colorbalance/Makefile.am:
21094         * gst-libs/gst/mixer/Makefile.am:
21095         * gst-libs/gst/play/Makefile.am:
21096         * gst-libs/gst/tuner/Makefile.am:
21097           remove glib_root variable
21098
21099 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21100
21101         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
21102           set explicit caps before adding the element, so the autopluggers can
21103           plug correctly.
21104         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21105         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
21106         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21107         (dv_type_find):
21108           fix memleaks in typefind functions. gst_type_find_suggest takes a const
21109           argument.
21110
21111 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21112
21113         * gst-libs/gst/colorbalance/Makefile.am:
21114         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
21115         * gst-libs/gst/colorbalance/colorbalance.c:
21116         * gst-libs/gst/colorbalance/colorbalance.h:
21117         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
21118         * gst-libs/gst/mixer/Makefile.am:
21119         * gst-libs/gst/mixer/mixer-marshal.list:
21120         * gst-libs/gst/mixer/mixer.c:
21121         * gst-libs/gst/mixer/mixer.h:
21122         * gst-libs/gst/mixer/mixermarshal.list:
21123         * gst-libs/gst/play/Makefile.am:
21124         * gst-libs/gst/play/play.h:
21125         * gst-libs/gst/tuner/Makefile.am:
21126         * gst-libs/gst/tuner/tuner-marshal.list:
21127         * gst-libs/gst/tuner/tuner.c:
21128         * gst-libs/gst/tuner/tuner.h:
21129         * gst-libs/gst/tuner/tunermarshal.list:
21130           use new glib-gen.mak snippet to clean up Makefile.am
21131           fix various bugs in Makefile.am's
21132
21133 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21134
21135         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21136           handle chain parsing correctly in the multichain case
21137         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
21138         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
21139         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21140         (theora_dec_chain):
21141           handle events and queries correctly
21142
21143 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21144
21145         * .cvsignore:
21146         Ignore generated file _stdint.h.
21147
21148 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21149
21150         * gst-libs/gst/colorbalance/Makefile.am:
21151         * gst-libs/gst/colorbalance/colorbalance.h:
21152         * gst-libs/gst/mixer/Makefile.am:
21153         * gst-libs/gst/mixer/mixer.h:
21154         * gst-libs/gst/play/Makefile.am:
21155         * gst-libs/gst/play/play.h:
21156         * gst-libs/gst/tuner/Makefile.am:
21157         * gst-libs/gst/tuner/tuner.h:
21158         Generate enum type code with glib-mkenums.
21159         * gst-libs/gst/colorbalance/.cvsignore:
21160         * gst-libs/gst/mixer/.cvsignore:
21161         * gst-libs/gst/play/.cvsignore:
21162         * gst-libs/gst/tuner/.cvsignore:
21163         Ignore generated files.
21164
21165 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21166
21167         * gst-libs/gst/audio/.cvsignore:
21168         Ignore generated file.
21169         * gst-libs/gst/audio/Makefile.am:
21170         Do not install example filter.
21171
21172 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21173
21174         * examples/switch/.cvsignore:
21175         Ignore generated file.
21176
21177 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21178
21179         * common/m4/ax_create_stdint_h.m4:
21180         * configure.ac:
21181           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
21182           _stdint.h.
21183         * Makefile.am:
21184           remove generated _stdint.h in DISTCLEANFILES
21185         * ext/a52dec/gsta52dec.c:
21186           include _stdint.h for a52dec. (should fix #133064)
21187
21188 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
21189
21190         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
21191         (gst_tag_to_vorbis_comments):
21192         Add replaygain support to vorbistag
21193
21194 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
21195         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
21196         (gst_ffmpeg_caps_to_extradata):
21197           Fix SVQ3 caps flag properties
21198           Use glib macro for bytes swap
21199
21200 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21201
21202         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
21203         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
21204         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21205         * ext/sndfile/gstsf.c: (plugin_init):
21206         * gst/avi/gstavi.c: (plugin_init):
21207         * sys/dxr3/dxr3init.c: (plugin_init):
21208         * sys/oss/gstossaudio.c: (plugin_init):
21209         * sys/v4l/gstv4l.c: (plugin_init):
21210         * sys/v4l2/gstv4l2.c: (plugin_init):
21211           remove textdomain calls
21212         * po/nl.po:
21213           update Dutch translation
21214
21215 2004-02-02  Julien MOUTTE  <julien@moutte.net>
21216
21217         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21218         (gst_play_set_audio_sink): Moving volume in the audio thread for
21219         instantaneous volume change. Maybe i will add another volume in front
21220         of visualization later, not sure yet though.
21221
21222 2004-02-02  Julien MOUTTE  <julien@moutte.net>
21223
21224         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21225         (gst_ximagesink_handle_xevents): Better X events handling, only take
21226         the latest events for configure and motion.
21227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
21228
21229 2004-02-02  Jon Trowbridge  <trow@gnu.org>
21230
21231         reviewed by: David Schleef  <ds@schleef.org>
21232
21233         Fix memory leaks:
21234         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
21235         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
21236
21237 2004-02-02  David Schleef  <ds@schleef.org>
21238
21239         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
21240         of lines.
21241         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
21242         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21243         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
21244         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
21245         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21246         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
21247         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
21248         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
21249         (gst_float2_2_int_link):
21250         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21251         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
21252         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
21253         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
21254         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
21255         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
21256         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
21257         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
21258         * testsuite/gst-lint: Add tests for bzero and ;;
21259
21260 2004-02-02  David Schleef  <ds@schleef.org>
21261
21262         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
21263
21264 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21265
21266         * ext/aalib/gstaasink.c: (gst_aasink_open):
21267         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
21268         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21269         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21270         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
21271         (gst_afsink_close_file):
21272         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
21273         (gst_afsrc_close_file):
21274         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21275         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21276         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21277         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
21278         * ext/esd/esdmon.c: (gst_esdmon_get):
21279         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
21280         * ext/faac/gstfaac.c: (gst_faac_chain):
21281         * ext/faad/gstfaad.c: (gst_faad_chain):
21282         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
21283         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21284         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
21285         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
21286         (gst_flacdec_loop):
21287         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21288         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21289         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
21290         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21291         (gst_gnomevfssink_close_file):
21292         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
21293         (gst_gnomevfssrc_open_file):
21294         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
21295         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
21296         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
21297         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21298         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
21299         * ext/mad/gstmad.c: (gst_mad_chain):
21300         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21301         * ext/mpeg2dec/gstmpeg2dec.c:
21302         * ext/mpeg2enc/gstmpeg2enc.cc:
21303         * ext/mplex/gstmplex.cc:
21304         * ext/mplex/gstmplexibitstream.cc:
21305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
21306         (gst_ogg_demux_push):
21307         * ext/raw1394/gstdv1394src.c:
21308         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
21309         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
21310         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
21311         (gst_sf_loop):
21312         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
21313         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
21314         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
21315         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
21316         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21317         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
21318         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
21319         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
21320         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21321         (gst_riff_read_element_data), (gst_riff_read_seek),
21322         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
21323         * gst/adder/gstadder.c: (gst_adder_loop):
21324         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
21325         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
21326         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
21327         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
21328         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
21329         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
21330         * gst/goom/gstgoom.c: (gst_goom_chain):
21331         * gst/id3/gstid3types.c: (gst_id3types_loop):
21332         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21333         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
21334         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
21335         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21336         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21337         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
21338         (gst_ebml_read_float), (gst_ebml_read_header):
21339         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21340         (gst_matroska_demux_parse_blockgroup):
21341         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
21342         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21343         * gst/oneton/gstoneton.c: (gst_oneton_chain):
21344         * gst/silence/gstsilence.c: (gst_silence_get):
21345         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21346         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
21347         * gst/speed/gstspeed.c: (speed_loop):
21348         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21349         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21350         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
21351         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
21352         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21353         (gst_wavparse_loop):
21354         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
21355         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
21356         (dxr3audiosink_close):
21357         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
21358         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
21359         (dxr3videosink_close), (dxr3videosink_write_data):
21360         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21361         * sys/oss/gstosssink.c: (gst_osssink_chain):
21362         * sys/oss/gstosssrc.c: (gst_osssrc_get):
21363         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
21364         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
21365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
21366         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
21367         (gst_v4l_set_window), (gst_v4l_enable_overlay):
21368         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
21369         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
21370         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
21371         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
21372         (gst_v4l_set_audio):
21373         * sys/v4l/v4l_calls.h:
21374         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
21375         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
21376         (gst_v4lmjpegsink_playback_init),
21377         (gst_v4lmjpegsink_playback_start):
21378         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
21379         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21380         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
21381         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
21382         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
21383         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
21384         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
21385         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21386         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
21387         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
21388         (gst_v4l2_get_output), (gst_v4l2_set_output),
21389         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
21390         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
21391         (gst_v4l2_set_attribute):
21392         * sys/v4l2/v4l2_calls.h:
21393         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
21394         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
21395         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
21396         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
21397         (gst_v4l2src_capture_stop):
21398         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
21399         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21400         (gst_ximagesink_chain):
21401         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
21402         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
21403         (gst_xvideosink_xwindow_new):
21404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21405         (gst_xvimagesink_chain):
21406
21407 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21408
21409         * gst/volume/gstvolume.c: (gst_volume_set_volume),
21410         (gst_volume_get_volume), (volume_class_init), (volume_init),
21411         (volume_chain_int16), (volume_update_volume):
21412         * gst/volume/gstvolume.h:
21413           make code more readable by removing magic numbers
21414           make mixer interface export 0-100 range
21415           make it internally map to 0.0-1.0 range so users don't distort
21416           output by putting the sliders at full volume
21417
21418 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21419
21420         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
21421         (gst_play_state_change), (gst_play_seek_to_time):
21422         block the tick callback for 0.5 secs after doing a seek
21423
21424 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21425
21426         * gst-libs/gst/play/play.c: (gst_play_new):
21427           check for GError
21428
21429 2004-02-01  Julien MOUTTE  <julien@moutte.net>
21430
21431         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
21432         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
21433         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
21434         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
21435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
21436         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
21437
21438 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21439
21440         * configure.ac:
21441         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21442           check for a function added in vorbis 1.1
21443
21444 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21445
21446         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
21447         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
21448           really start/stop clock only on PLAYING <=> PAUSED
21449         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21450           remove \n from debugging lines
21451         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21452           make it work when seeking does not
21453         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21454           reset on DISCONT
21455
21456 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21457
21458         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
21459           start clock on PAUSED=>PLAYING, not later
21460         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21461           extract correct time for different discont formats
21462         (gst_alsa_sink_get_time):
21463           don't segfault when no format is negotiated yet, just return 0
21464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21465         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
21466         (gst_ogg_pad_push):
21467           handle flush and discont events correctly
21468         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
21469           handle discont events correctly
21470
21471 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21472
21473         * gst-libs/gst/play/play.c: (gst_play_error_quark),
21474         (gst_play_error_create), (gst_play_error_plugin),
21475         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
21476         * gst-libs/gst/play/play.h:
21477           add error handling during creation
21478         * examples/gstplay/player.c: (main):
21479           use new gst_play_new
21480
21481
21482 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21483
21484         * ext/theora/theoradec.c: (theora_dec_chain):
21485           make comments work
21486         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21487         (vorbis_dec_src_event), (vorbis_dec_chain):
21488           add encoder tag, fix tag reading to be more error tolerant, change
21489           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
21490           gst_pad_event_default.
21491         * gst/tags/gstvorbistag.c:
21492         (gst_tag_list_from_vorbiscomment_buffer):
21493           undefine function specific define at end of function
21494
21495 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
21496
21497         * ext/flac/gstflac.c: (plugin_init):
21498         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
21499         * ext/flac/gstflacdec.h:
21500         * ext/flac/gstflacenc.h:
21501           Fix typos
21502
21503 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
21504
21505         * examples/gstplay/player.c: s/gstplay.h/play.h/
21506
21507 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21508
21509         * gst-libs/gst/play/Makefile.am:
21510         * gst-libs/gst/play/gstplay.c:
21511         * gst-libs/gst/play/gstplay.h:
21512         * gst-libs/gst/play/play.c:
21513           more surgery, operation complete
21514
21515 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21516
21517         * gst-libs/gst/play/play.old.c:
21518         * gst-libs/gst/play/play.old.h:
21519           after CVS surgery by moving, remove
21520         * gst-libs/gst/play/playpipelines.c:
21521           remove
21522
21523         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21524           add negotiation error
21525
21526 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21527
21528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21529         (gst_ogg_demux_push):
21530           add some seeking debug info
21531           send a flush when seeking
21532
21533 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21534
21535         * configure.ac:
21536           use AC_C_INLINE
21537         * configure.ac:
21538         * ext/Makefile.am:
21539         * ext/theora/Makefile.am:
21540         * ext/theora/theoradec.c:
21541           add theora video decoder. Does just do simple decoding for now and
21542           has been tested against Theora cvs only. It only works when theora
21543           is compiled with --enable-static.
21544         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21545           always reset packetno on DISCONT
21546
21547 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21548
21549         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21550           Fix audio.
21551
21552 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21553
21554         * gst/mpegaudioparse/gstmpegaudioparse.c:
21555         (mp3_type_frame_length_from_header):
21556           Fix header parsing - stolen from ffmpeg (thank you! :) ).
21557
21558 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21559
21560         * ext/esd/esdsink.c: (gst_esdsink_init):
21561           Since we have static pad template caps, we don't need to negotiate;
21562           either the core errors out or we know the format.
21563
21564 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21565
21566         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21567         (gst_riff_read_seek):
21568         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21569         (gst_ebml_read_seek):
21570           Fix event handling.
21571
21572 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21573
21574         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
21575           removee video/x-theora from vp3 decoder, it doesn't handle raw
21576           theora streams
21577         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21578           fix bug with finalizing element that never went to PAUSED
21579         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21580           length and position queries were swapped
21581         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
21582         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
21583         (vorbis_dec_src_event):
21584           implement querying time and bytes
21585
21586 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21587
21588         * just about every source file:
21589           gst_element_error -> GST_ELEMENT_ERROR
21590
21591 2004-01-29  Julien MOUTTE  <julien@moutte.net>
21592
21593         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
21594         emiting FLUSH and even before DISCONT.
21595         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
21596         get the best instant seeking as possible yay!
21597
21598 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21599
21600         * gst/mpeg1videoparse/gstmp1videoparse.c:
21601         (gst_mp1videoparse_real_chain):
21602           Committed wrong version last week... Grr... Didn't notice until now.
21603
21604 2004-01-29  Julien MOUTTE <julien@moutte.net>
21605
21606         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
21607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
21608         have_xwindow_id signal in xwindow_create.
21609
21610 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21611
21612         * ext/ogg/gstoggdemux.c:
21613           lots of changes - mainly support for chained bitstreams, seeking,
21614           querying and bugfixes of course
21615         * ext/vorbis/Makefile.am:
21616         * ext/vorbis/vorbisdec.c:
21617         * ext/vorbis/vorbisdec.h:
21618           add vorbisdec raw vorbis decoder
21619         * ext/vorbis/vorbis.c: (plugin_init):
21620           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
21621         * gst/intfloat/Makefile.am:
21622         * gst/intfloat/float22int.c:
21623         * gst/intfloat/float22int.h:
21624         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
21625           add float2intnew plugin. It converts multichannel interleaved float to
21626           multichannel interleaved int. The name should probably be changed.
21627         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
21628         (plugin_init):
21629           add typefinding for raw theora video so oggdemux can detect it.
21630
21631 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21632
21633         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
21634         sink element first.
21635         * gst/videoscale/gstvideoscale.c:
21636         (gst_videoscale_handle_src_event): Fixing src event handler.
21637
21638 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21639
21640         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
21641         (gst_v4lsrc_open), (gst_v4lsrc_close),
21642         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
21643         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
21644         * sys/v4l/gstv4lsrc.h:
21645         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
21646         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
21647           Implement resizing... Hack. But that's why v4l is b0rked...
21648
21649 2004-01-28  Julien MOUTTE <julien@moutte.net>
21650
21651         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21652         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
21653         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
21654         (gst_ximagesink_xwindow_destroy):
21655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21656         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21657         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21658         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
21659         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
21660         correctly cleaning the image created to check xshm calls on succes,
21661         added a lot of XSync calls in X11 functions, and fixed a segfault when
21662         no image format was defined before negotiation happened.
21663
21664 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21665
21666         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
21667           use gst_element_get_time to get correct time
21668
21669 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21670
21671         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
21672         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
21673         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
21674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
21675         (gst_xvimagesink_check_xshm_calls),
21676         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
21677         X plugins are now able to detect that XShm calls will fail even if the
21678         server claims that it has XShm support (remote displays most of the
21679         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
21680         so that we use non XShm functions. This feature is almost useless for
21681         xvimagesink as Xv is not supported on remote displays anyway, but
21682         it might happen than even on the local display XShm calls fail.
21683
21684 2004-01-27  David Schleef  <ds@schleef.org>
21685
21686         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
21687         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
21688         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
21689         changed esdsink to only use 44100,16,2, since esd sucks at rate
21690         conversion and esdsink has had difficulty negotiating.
21691
21692 2004-01-27  Julien MOUTTE <julien@moutte.net>
21693
21694         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
21695         (gst_play_seek_to_time): Fixing the way to get current position.
21696
21697 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21698
21699         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
21700           use gst_element_get_time to get correct time
21701
21702 2004-01-27  Julien MOUTTE <julien@moutte.net>
21703
21704         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
21705         fix ever... Inverting 2 lines of code make spider autoplug correctly
21706         tagged mp3 !
21707
21708 2004-01-27  David Schleef  <ds@schleef.org>
21709
21710         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21711         Use gst_pad_try_set_caps_nonfixed().
21712
21713 2004-01-27  David Schleef  <ds@schleef.org>
21714
21715         * gst/ac3parse/gstac3parse.c: update to checklist 5
21716         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
21717         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
21718         * gst/audioscale/gstaudioscale.c: same
21719         * gst/auparse/gstauparse.c: same
21720         * gst/avi/gstavidemux.c: same
21721
21722 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21723
21724         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
21725           stop processing after EOS
21726
21727 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21728
21729         * gst/asfdemux/asfheaders.h:
21730         * gst/asfdemux/gstasfdemux.c:
21731         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
21732         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
21733         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
21734           lot's of fixes to make data extraction simpler and get the code
21735           architecture and compiler independant. Add debugging category
21736         * gst/goom/gstgoom.c: (gst_goom_change_state):
21737           reset channel count on PAUSED=>READY, not READY=>PAUSED
21738
21739 2004-01-26  Colin Walters  <walters@verbum.org>
21740
21741         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
21742         code to pull a bigger buffer in iradio mode.  This as a side effect
21743         makes typefinding work.
21744
21745 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21746
21747         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
21748         Fix SVQ3 decoding on PPC
21749
21750 2004-01-26  Julien MOUTTE <julien@moutte.net>
21751
21752         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
21753         that one managed to stay there... Fixed.
21754
21755 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21756
21757         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
21758         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
21759         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
21760         (qtdemux_video_caps):
21761         * gst/qtdemux/qtdemux.h:
21762         Add SVQ3 specific flags to qtdemux and ffmpeg
21763
21764 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21765
21766         * gst-libs/gst/audio/audio.h:
21767           remove buffer-frames from audio caps
21768         * gst/audioconvert/gstaudioconvert.c:
21769           fix plugin to really work.
21770
21771 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21772
21773         * gst-libs/gst/mixer/mixer.c:
21774         * gst-libs/gst/propertyprobe/propertyprobe.c:
21775         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
21776         (gst_tuner_find_channel_by_name):
21777         * gst-libs/gst/tuner/tuner.h:
21778           Add gtk-doc style comments. Also fix a function name.
21779
21780 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21781
21782         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
21783         (gst_divxdec_negotiate):
21784           Fix for new capsnego - also fixes gst-player with divxdec.
21785
21786 2004-01-25  Julien MOUTTE  <julien@moutte.net>
21787
21788         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21789         (gst_play_identity_handoff), (gst_play_set_location),
21790         (gst_play_set_visualization), (gst_play_connect_visualization): Another
21791         try in visualization implementation. Still have an issue with switch
21792         blocking when pulling from video_queue and only audio comes out of
21793         spider.
21794         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21795         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
21796         release method. And check if the pad is usable before pulling.
21797
21798 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21799
21800         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
21801         (gst_videobalance_init),
21802         (gst_videobalance_colorbalance_list_channels),
21803         (gst_videobalance_colorbalance_set_value),
21804         (gst_videobalance_colorbalance_get_value),
21805         (gst_videobalance_update_properties),
21806         (gst_videobalance_update_tables_planar411),
21807         (gst_videobalance_planar411):
21808         * gst/videofilter/gstvideobalance.h:
21809           Implement lookup-tables. +/- 10x faster.
21810
21811 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21812
21813         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21814         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21815           The index reading was broken. The rest worked fine, but the whole
21816           goal of my rewrite was to make avidemux readable, and this was
21817           not at all readable. Please use typed variables.
21818
21819 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21820
21821         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21822           Additional pad usability check.
21823         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21824         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
21825         (gst_mp1videoparse_real_chain):
21826           Fix MPEG video stream parsing. The original plugin had several
21827           issues, including not timestamping streams where the source was
21828           not timestamped (this happens with PTS values in mpeg system
21829           streams, but MPEG video is also a valid stream on its own so
21830           that needs timestamps too). We use the display time code for that
21831           for now. Also, if one incoming buffer contains multiple valid
21832           frames, we push them all on correctly now, including proper EOS
21833           handling. Lastly, several potential segfaults were fixed, and we
21834           properly sync on new sequence/gop headers to include them in next,
21835           not previous frames (since they're header for the next frame, not
21836           the previous). Also see #119206.
21837         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
21838         (bpf_from_header):
21839           Move caps setting so we only do it after finding several valid
21840           MPEG-1 fraes sequentially, not right after the first one (which
21841           might be coincidental).
21842         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
21843         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21844         (plugin_init):
21845           Add unsynced MPEG video stream typefinding, and change some
21846           probability values so we detect streams rightly. The idea is as
21847           follows: I can have an unsynced system stream which contains
21848           video. In the current code, I would randomly get a type for either
21849           system or video stream type found, because the probabilities are
21850           being calculated rather randomly. I now use fixed values, so we
21851           always prefer system stream if that was found (and that is how it
21852           should be). If no system stream was found, we can still identity                the stream as video-only.
21853
21854 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21855
21856         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21857         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21858           don't write to buffer. Extract data without the need of
21859           __attribute__ ((packed))
21860
21861 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21862
21863         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
21864         (mpeg1_sys_type_find):
21865           Fix MPEG-1 stream typefinding.
21866
21867 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21868
21869         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21870           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
21871
21872 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21873
21874         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
21875         * ext/esd/gstesd.c: (plugin_init):
21876           private debugging, better error reporting
21877
21878 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21879
21880         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21881         (gst_riff_read_init), (gst_riff_read_change_state):
21882         * gst-libs/gst/riff/riff-read.h:
21883           Remove stuff fromold metadata system.
21884
21885 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21886
21887         * ext/ogg/gstoggdemux.c:
21888           Fix wrong file comment.
21889         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21890         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
21891           Add metadata reading properly.
21892
21893 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21894
21895         * ext/Makefile.am:
21896           Fix nas DIST_SUBDIRS
21897           Uraeus:
21898           Fix bug where make distcheck doesn't get run on adding stuff to
21899           the build.
21900
21901 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21902
21903         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
21904         * ext/divx/gstdivxdec.h:
21905           Fix divx3 ("msmpeg4") playback using divxdec.
21906
21907 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21908
21909         * gst/typefind/gsttypefindfunctions.c:
21910         (mp3_type_frame_length_from_header): fix bug in length computation
21911         (mp3_type_find): improve debugging output
21912
21913 2004-01-23  Julien MOUTTE  <julien@moutte.net>
21914
21915         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21916         (gst_play_set_location), (gst_play_seek_to_time),
21917         (gst_play_set_audio_sink), (gst_play_set_visualization),
21918         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
21919         the pipeline from scratch. Visualization is back and switch went out as
21920         i realized it was not possible to use the way i wanted.
21921         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
21922         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
21923         clearing in state change from READY to NULL. So that one can clean the
21924         X ressources keeping the element.
21925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21926         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
21927         (gst_xvimagesink_colorbalance_set_value),
21928         (gst_xvimagesink_colorbalance_get_value),
21929         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
21930         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
21931         change from READY to NULL and fixed some stupid bugs in colorbalance
21932         get/set values. Also added the following feature : when nobody tries to
21933         set some values to the colorbalance levels before the xcontext is
21934         grabbed, then when creating channels list from Xv attributes we set the
21935         internal values to the Xv defaults. This way we handle buggy Xv drivers
21936         that set default hue values far from the middle of the range (Thanks
21937         to Jon Trowbridge for pointing that issue).
21938         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
21939         colorbalance levels have been set before xcontext is grabbed.
21940
21941 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21942
21943         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21944           Fix the ossmixer case where we shouldn't open /dev/dsp* because
21945           it might block operations (which is bad for a mixer).
21946
21947 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21948
21949         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21950         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
21951         (gmip_find_type_pre):
21952         * gst-libs/gst/media-info/media-info-priv.h:
21953         * gst-libs/gst/media-info/media-info.c:
21954         (gst_media_info_instance_init), (gst_media_info_read_idler):
21955         add fakesink to get caps on decoder src pad again
21956         fix callback prototype to match new have_type signal signature
21957
21958 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21959
21960         * gst/adder/gstadder.c: (gst_adder_link):
21961           fix non-compile and cut-n-paste code
21962
21963 2004-01-21  David Schleef  <ds@schleef.org>
21964
21965         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
21966         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
21967         (gst_swfdec_init), (gst_swfdec_change_state):
21968         * ext/swfdec/gstswfdec.h:
21969         Fix negotiation.
21970         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
21971         (gst_adder_request_new_pad): Fix negotiation.
21972         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
21973         Add a fixate function.
21974         * gst/intfloat/gstfloat2int.c:
21975         * gst/intfloat/gstfloat2int.h:
21976         * gst/intfloat/gstint2float.c:
21977         * gst/intfloat/gstint2float.h:
21978         Completely rewrite the negotiation.  Doesn't quite work yet,
21979         due to some buffer-frames problem.
21980
21981 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21982
21983         * ext/gnomevfs/gstgnomevfssrc.c:
21984         * sys/v4l2/v4l2_calls.h:
21985           fix includes for distcheck
21986
21987 2004-01-21  Christian Schaller <uraeus@gnome.org>
21988
21989         * ext/nas/
21990         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
21991         based on earlier patch from Laurent Vivier
21992
21993 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
21994
21995         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
21996         Fix wma caps property
21997         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
21998         Fix typo (flags1 and flags2)
21999
22000 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22001
22002         * gst-libs/gst/media-info/media-info-priv.c:
22003         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
22004         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
22005         (gmip_find_stream), (gmip_find_track_metadata),
22006         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
22007         (gmip_find_track_format):
22008         * gst-libs/gst/media-info/media-info-priv.h:
22009         * gst-libs/gst/media-info/media-info-test.c: (main):
22010         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22011         (gst_media_info_read_idler), (gst_media_info_read):
22012         * gst-libs/gst/media-info/media-info.h:
22013           register debugging category and use it for debugging
22014
22015 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22016
22017         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
22018         (gst_vorbisfile_new_link):
22019           signal streaminfo through tags
22020
22021 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22022
22023         * ext/mplex/gstmplex.cc:
22024         * ext/mplex/gstmplexibitstream.cc:
22025           g++ doesn't like NULL in our i18n/error macros, should be
22026           either (NULL) or ("").
22027
22028 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22029
22030         * sys/dxr3/dxr3audiosink.c:
22031         * sys/dxr3/dxr3init.c:
22032         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
22033         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
22034           Fix more error error error errors (missing includes here).
22035
22036 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22037
22038         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22039           fix thomas' error errors.
22040
22041 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22042
22043         * ext/mpeg2enc/gstmpeg2enc.cc:
22044           fix error errors.
22045
22046 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22047
22048         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22049         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22050           Fix for new error system.
22051
22052 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22053
22054         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22055           fix for new error reporting
22056
22057 2004-01-20  David Schleef  <ds@schleef.org>
22058
22059         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22060         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22061         (gst_ximagesink_set_xwindow_id): Change to using a framerate
22062         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
22063         and neither is 100+, most likely.
22064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
22065         (gst_xvimagesink_getcaps): same
22066
22067 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22068
22069         * configure.ac:
22070           Up version requirement to 2.0.3 (not yet released) to avoid symbol
22071           clashes with ffmpeg.
22072
22073 2004-01-20  Julien MOUTTE  <julien@moutte.net>
22074
22075         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22076         (gst_switch_init): Fixed switch element : proxying link and setting
22077         caps from src to sink on request.
22078
22079 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22080
22081         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22082         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22083         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22084         fix element_error
22085
22086 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22087
22088         * sys/v4l/v4l_calls.h:
22089         * sys/v4l2/v4l2_calls.h:
22090           element_error fixes
22091
22092 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22093
22094         * gst-libs/gst/gst-i18n-plugin.h:
22095           add locale.h
22096           remove config.h inclusion
22097
22098 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22099
22100         * autogen.sh:
22101           adding autopoint invocation
22102         * Makefile.am:
22103         * configure.ac:
22104         * gst-libs/gst/gettext.h:
22105           adding gettext bits
22106         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22107         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22108         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22109         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22110         (gst_gnomevfssink_close_file):
22111         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
22112         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
22113         * gst-libs/gst/gst-i18n-plugin.h:
22114         * gst/avi/gstavi.c: (plugin_init):
22115         * sys/dxr3/dxr3init.c: (plugin_init):
22116         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
22117         * sys/oss/gstossaudio.c: (plugin_init):
22118         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22119         * sys/v4l/gstv4l.c: (plugin_init):
22120         * sys/v4l/v4l_calls.c: (gst_v4l_open):
22121         * sys/v4l2/gstv4l2.c: (plugin_init):
22122         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22123         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
22124         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
22125         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
22126         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
22127         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
22128           make sure locale and translation domain are set
22129           fix translated strings
22130         * po/.cvsignore:
22131         * po/LINGUAS:
22132         * po/Makevars:
22133         * po/POTFILES.in:
22134         * po/nl.po:
22135           put translation files into place
22136         * sys/xvideo/imagetest.c: (main):
22137         * ext/dv/demo-play.c: (main):
22138           fix unnecessary translations
22139
22140 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22141
22142         * ext/sndfile/gstsf.c:
22143         * gst/avi/gstavimux.c:
22144         * ext/audiofile/gstafsink.c:
22145         * ext/audiofile/gstafsrc.c:
22146         * ext/gnomevfs/gstgnomevfssink.c:
22147         * ext/gnomevfs/gstgnomevfssrc.c:
22148         * sys/oss/gstosselement.c:
22149         * sys/v4l/v4l_calls.h:
22150           fix i18n include
22151
22152 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22153
22154         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22155         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22156         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22157         (gst_v4l2_get_output), (gst_v4l2_set_output),
22158         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22159         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22160         (gst_v4l2_set_attribute):
22161         update to new error handling
22162
22163 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22164
22165         * ext/sidplay/gstsiddec.cc:
22166         * gst/modplug/gstmodplug.cc:
22167           parenthese NULL because C++ seems angry about it
22168
22169 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22170
22171         * gst-libs/gst/gst-i18n-plugin.h:
22172           add skeleton i18n stuff, but needs to be further implemented
22173
22174 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22175
22176         * examples/gstplay/player.c: (main):
22177         * ext/aalib/gstaasink.c: (gst_aasink_open):
22178         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22179         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22180         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22181         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22182         (gst_afsink_close_file):
22183         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22184         (gst_afsrc_close_file):
22185         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22186         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22187         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22188         * ext/esd/esdmon.c: (gst_esdmon_get):
22189         * ext/esd/esdsink.c: (gst_esdsink_chain):
22190         * ext/faac/gstfaac.c: (gst_faac_chain):
22191         * ext/faad/gstfaad.c: (gst_faad_chain):
22192         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22193         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22194         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22195         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22196         (gst_flacdec_loop):
22197         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22198         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22199         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22200         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22201         (gst_gnomevfssink_close_file):
22202         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22203         (gst_gnomevfssrc_open_file):
22204         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22205         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22206         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22207         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22208         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22209         * ext/mad/gstmad.c: (gst_mad_chain):
22210         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22211         * ext/mpeg2dec/gstmpeg2dec.c:
22212         * ext/mpeg2enc/gstmpeg2enc.cc:
22213         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22214         * ext/mplex/gstmplex.cc:
22215         * ext/mplex/gstmplexibitstream.cc:
22216         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22217         (gst_ogg_demux_push), (gst_ogg_pad_push):
22218         * ext/raw1394/gstdv1394src.c:
22219         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22220         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22221         * ext/sidplay/gstsiddec.cc:
22222         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22223         (gst_sf_loop):
22224         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22225         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22226         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22227         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22228         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22229         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22230         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22231         * gst-libs/gst/Makefile.am:
22232         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22233         (gst_riff_read_element_data), (gst_riff_read_seek),
22234         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22235         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
22236         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22237         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22238         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22239         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22240         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22241         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22242         * gst/goom/gstgoom.c: (gst_goom_chain):
22243         * gst/id3/gstid3types.c: (gst_id3types_loop):
22244         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22245         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22246         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22247         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22248         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22249         (gst_ebml_read_float), (gst_ebml_read_header):
22250         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22251         (gst_matroska_demux_parse_blockgroup):
22252         * gst/modplug/gstmodplug.cc:
22253         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22254         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22255         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22256         * gst/silence/gstsilence.c: (gst_silence_get):
22257         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22258         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22259         * gst/speed/gstspeed.c: (speed_loop):
22260         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22261         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22262         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22263         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22264         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22265         (gst_wavparse_loop):
22266         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22267         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22268         (dxr3audiosink_close):
22269         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22270         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22271         (dxr3videosink_close), (dxr3videosink_write_data):
22272         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22273         * sys/oss/gstosselement.h:
22274         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
22275         (gst_osssink_chain):
22276         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22277         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22278         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22279         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22280         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
22281         (gst_v4l_enable_overlay):
22282         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22283         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22284         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22285         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22286         (gst_v4l_set_audio):
22287         * sys/v4l/v4l_calls.h:
22288         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22289         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22290         (gst_v4lmjpegsink_playback_init),
22291         (gst_v4lmjpegsink_playback_start):
22292         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
22293         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
22294         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
22295         (gst_v4lmjpegsrc_requeue_frame):
22296         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22297         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22298         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22299         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22300         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22301         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22302         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22303         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22304         (gst_v4l2src_capture_stop):
22305         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22306         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22307         (gst_ximagesink_chain):
22308         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22309         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22310         (gst_xvideosink_xwindow_new):
22311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22312         (gst_xvimagesink_chain):
22313         use new error signal, function and categories
22314
22315 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
22316
22317         * configure.ac:
22318         * ext/Makefile.am:
22319         * ext/musicbrainz/gsttrm.c:
22320         * ext/musicbrainz/gsttrm.h:
22321         * ext/musicbrainz/Makefile.am:
22322         Add a trm plugin
22323
22324 2004-01-18  Julien MOUTTE  <julien@moutte.net>
22325
22326         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
22327         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
22328         synchronous property for debugging.
22329         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
22330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22331         (gst_xvimagesink_set_property): Moving a pointer declaration to a
22332         smaller block, fixing indent.
22333
22334 2004-01-16  David Schleef  <ds@schleef.org>
22335
22336         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
22337         property affects the video stream.
22338         * sys/xvimage/xvimagesink.c:
22339         * sys/xvimage/xvimagesink.h:
22340         Add synchronous property for debugging.  Should probably be
22341         disabled in non-CVS builds.  Make sure that the Xv attribute
22342         exists before we set it (crash!).  Fix a silly float bug that
22343         caused colorbalance to just not work.
22344
22345 2004-01-17  Christian Schaller <Uraeus@gnome.org>
22346
22347         * tools/gst-launch-ext.in - update for new plugins
22348
22349 2004-01-16  David Schleef  <ds@schleef.org>
22350
22351         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
22352         already-freed caps.
22353
22354 2994-01-16  Christian Schaller <Uraeus@gnome.org>
22355
22356         * Update spec for new colorspace plugin and libcaca plugin
22357         * Fix compilation of libcaca plugin (clock -> id)
22358
22359 2004-01-16  Julien MOUTTE <julien@moutte.net>
22360
22361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
22362         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
22363         (gst_xvimagesink_set_xwindow_id),
22364         (gst_xvimagesink_colorbalance_set_value),
22365         (gst_xvimagesink_colorbalance_get_value),
22366         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22367         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
22368         correct colorbalance properties. They can now be set when the element
22369         is still in NULL state. The values will be committed to the Xv Port
22370         when xcontext is initialized.
22371         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
22372         brightness int values in the GstXvImagesink structure.
22373
22374 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22375
22376         * gst-libs/gst/Makefile.am:
22377           restructure so having local patches works easier.
22378
22379 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22380
22381         * ext/mpeg2enc/Makefile.am:
22382         * ext/mpeg2enc/gstmpeg2enc.cc:
22383         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22384           Bugfix with respect to EOS handling.
22385
22386 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22387
22388         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
22389           Link with right caps (else, it segfaults).
22390         * ext/mplex/gstmplexjob.cc:
22391           Fix for slight API change in 1.6.1.93 release of mjpegtools.
22392
22393 2004-01-15  David Schleef  <ds@schleef.org>
22394
22395         * gst-libs/gst/audio/Makefile.am:
22396         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
22397         from the template.
22398         * gst-libs/gst/audio/gstaudiofilter.c:
22399         * gst-libs/gst/audio/gstaudiofilter.h:
22400         Add bytes_per_sample and size and n_samples calculation.
22401         * gst-libs/gst/audio/gstaudiofilterexample.c:
22402         Remove, now autogenerated.
22403         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
22404         Moved from gstaudiofilterexample, object name changed, code added
22405         so that it actually works.
22406         * gst-libs/gst/audio/make_filter:
22407         Script to build an audiofilter subclass from the template.
22408         * gst/colorspace/Makefile.am:
22409         * gst/colorspace/yuv2yuv.c:
22410         Remove file, since it's GPL, and we don't use it.
22411
22412 2004-01-15  Julien MOUTTE  <julien@moutte.net>
22413
22414         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
22416         them use the buffer free function to test how the buffer was allocated.
22417
22418 2004-01-15  David Schleef  <ds@schleef.org>
22419
22420         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
22421         that handles osssink fallback.
22422         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
22423         (gst_audio_convert_getcaps):
22424         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
22425         Add audio/x-qdm2 for QDM2 audio.
22426         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22427         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
22428         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22429         Decrease minimum size to 16x16.
22430         * gst/wavparse/gstwavparse.c:
22431         Convert disabled pad template caps to new caps.
22432         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22434         (gst_xvimagesink_chain): Throw element error when display cannot
22435         be opened.  Increase minimum framerate to 1.0.  Check the data
22436         free function on a buffer to make sure it is the type we expect
22437         before manipulating it.
22438
22439 2004-01-15  Julien MOUTTE <julien@moutte.net>
22440
22441         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22442         (gst_videobalance_colorbalance_set_value): Implement passthru if
22443         settings are in the middle.
22444         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
22445
22446 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22447
22448         * gst/videofilter/Makefile.am:
22449         * gst/volume/Makefile.am:
22450           Since we use videofilter symbols, link to it.
22451
22452 2004-01-15  Julien MOUTTE <julien@moutte.net>
22453
22454         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
22455         mixer interface type to HARDWARE.
22456         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
22457         type to SOFTWARE.
22458         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
22459         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
22460         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
22461         (gst_volume_interface_init), (gst_volume_list_tracks),
22462         (gst_volume_set_volume), (gst_volume_get_volume),
22463         (gst_volume_set_mute), (gst_volume_mixer_init),
22464         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
22465         (volume_init): Implementing mixer interface.
22466         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
22467         * sys/oss/gstosselement.c: (gst_osselement_get_type),
22468         (gst_osselement_change_state): Removing some trailing commas in
22469         structures.
22470         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
22471         interface type to HARDWARE.
22472         * sys/v4l/gstv4lcolorbalance.c:
22473         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
22474         type to HARDWARE.
22475         * sys/v4l2/gstv4l2colorbalance.c:
22476         (gst_v4l2_color_balance_interface_init): Setting colorbalance
22477         interface type to HARDWARE.
22478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
22479         same code than ximagesink for event handling.
22480
22481 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22482
22483         * ext/snapshot/Makefile.am:
22484         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
22485         (gst_snapshot_chain):
22486         * ext/snapshot/gstsnapshot.h:
22487           This has to be a joke... Snapshot should be connected to a tee,
22488           colorspace element before it and EOS after that, where the other
22489           src of the tee receives normal data.
22490           The current way is *wrong*.
22491
22492 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22493
22494         * ext/hermes/gsthermescolorspace.c:
22495           Fix another compile error. Same as below.
22496
22497 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22498
22499         * gst/colorspace/gstcolorspace.c:
22500         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
22501         (gst_colorspace_i420_to_yv12):
22502           Fix compiling... Didn't test if it actually works.
22503
22504 2004-01-15  David Schleef  <ds@schleef.org>
22505
22506         * configure.ac:
22507         * gst/colorspace/Makefile.am:
22508         * gst/colorspace/gstcolorspace.c:
22509         * gst/colorspace/gstcolorspace.h:
22510         * gst/colorspace/yuv2rgb.c:
22511         * gst/colorspace/yuv2rgb.h:
22512         Duplicate the ext/hermes colorspace plugin, and remove Hermes
22513         code and GPL code.  Fix for new caps negotiation.  Rewrite
22514         much of the format handling code, and some of the conversion
22515         code.  Basically, rewrote almost everything.  This element
22516         handles I420, YV12 to RGB conversions.
22517         * ext/hermes/Makefile.am:
22518         * ext/hermes/gsthermescolorspace.c:
22519         Rename colorspace to hermescolorspace.  Fix negotiation issues.
22520         Remove non-Hermes related code.  This element handles lots of
22521         RGB to RGB conversions, but no YUV.
22522         * ext/hermes/gstcolorspace.c:
22523         * ext/hermes/gstcolorspace.h:
22524         * ext/hermes/rgb2yuv.c:
22525         * ext/hermes/yuv2rgb.c:
22526         * ext/hermes/yuv2rgb.h:
22527         * ext/hermes/yuv2rgb_mmx16.s:
22528         * ext/hermes/yuv2yuv.c:
22529         * ext/hermes/yuv2yuv.h:
22530         Remove old code.
22531
22532 2004-01-14  Colin Walters  <walters@verbum.org>
22533
22534         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
22535         they've already been.
22536
22537 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22538
22539         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22540           assume tag mode when pad is not connected
22541
22542 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22543
22544         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22545           Don't update the time of the clock
22546         (gst_alsa_sink_loop):
22547           sync to the clock given to alsasink, not the own clock
22548         * sys/oss/gstosssink.c: (gst_osssink_chain):
22549           sync to the clock
22550         (gst_osssink_change_state):
22551           activate the clock
22552         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22554           remove bogus code that made DISCONT events unhandled
22555         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
22556           explicitly case to double in _set_simple. (fixes 2nd warning in bug
22557           #131502)
22558         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
22559         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
22560         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
22561           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
22562           2nd warning in bug #131502)
22563
22564 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22565
22566         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22567         (gst_videobalance_colorbalance_set_value),
22568         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
22569         for colorbalance interface implementation.
22570         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22571         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22572         (gst_ximagesink_dispose), (gst_ximagesink_init),
22573         (gst_ximagesink_class_init): Adding DISPLAY property.
22574         * sys/ximage/ximagesink.h: Adding display_name to store display.
22575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22576         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22577         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
22578         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
22579         properties (they still need polishing though for gst-launch use : no
22580         xcontext yet, i ll do that tomorrow).
22581         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
22582
22583 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22584
22585         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22586         (gst_play_set_location), (gst_play_set_visualization): Preparing
22587         switch integration, adding videobalance in the pipeline.
22588
22589 2004-01-14  Julien MOUTTE <julien@moutte.net>
22590
22591         * gst-libs/gst/colorbalance/colorbalance.c:
22592         (gst_color_balance_class_init): Adding a default type.
22593         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
22594         the type.
22595         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
22596         (gst_videobalance_dispose), (gst_videobalance_class_init),
22597         (gst_videobalance_init), (gst_videobalance_interface_supported),
22598         (gst_videobalance_interface_init),
22599         (gst_videobalance_colorbalance_list_channels),
22600         (gst_videobalance_colorbalance_set_value),
22601         (gst_videobalance_colorbalance_get_value),
22602         (gst_videobalance_colorbalance_init): Implementing colorbalance
22603         interface.
22604         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
22605         list.
22606         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
22607         bug which was triggering a BadAccess X error when setting an overlay
22608         before pad was really negotiated.
22609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
22610         Using the colorbalance type macro.
22611
22612 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22613
22614         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
22615         (gst_flacenc_chain):
22616           handle tags correctly
22617         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
22618           extract ID3v1 tags correctly
22619
22620 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22621
22622         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
22623         (plugin_init):
22624           Improve matroska typefinding for odd-typed headers...
22625
22626 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22627
22628         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
22629           Fix for using incremental number on padnames.
22630
22631 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22632
22633         * ext/divx/gstdivxdec.c:
22634         * ext/divx/gstdivxenc.c:
22635           Set category to divx4linux instead of divx (too generic).
22636         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22637         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
22638         (gst_wavparse_loop), (gst_wavparse_change_state):
22639         * gst/wavparse/gstwavparse.h:
22640           fix parsing of WAV files with non-standard fmt-tag size and fix
22641           skipping of unrecognized chunks... Someone please fix this thing
22642           to use rifflib so all this is automated.
22643         * sys/v4l/Makefile.am:
22644         * sys/v4l2/Makefile.am:
22645           Add X_CFLAGS because we depend on X (for overlay).
22646
22647 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
22648
22649         * ext/mpeg2dec/gstmpeg2dec.c:
22650           Don't issue a timestamp unless we tagged the frame
22651           with a PTS.
22652
22653 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22654
22655         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
22656           Query the audio element to get the time, not the clock. We're
22657           interested in the element's time here.
22658
22659 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22660
22661         * ext/aalib/gstaasink.c: (gst_aasink_chain):
22662         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22663         * ext/esd/esdsink.c: (gst_esdsink_chain):
22664         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
22665         * ext/mas/massink.c: (gst_massink_chain):
22666         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
22667         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
22668         (gst_matroska_demux_parse_metadata):
22669         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
22670         (gst_mpeg_parse_release_locks):
22671         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
22672         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
22673         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22674         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22675         (gst_osssink_change_state):
22676         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22677         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22678         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
22679         (gst_xvideosink_release_locks):
22680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22681           use element time.
22682         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
22683         (gst_alsa_clock_stop):
22684         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
22685         (gst_audio_clock_get_internal_time):
22686           simplify for use with new clocking code.
22687         * testsuite/alsa/Makefile.am:
22688         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
22689           fix testsuite for new caps system
22690
22691 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22692
22693         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22694         * ext/flac/gstflacenc.c: (add_one_tag):
22695           length is already host endian, no need to convert. Fixes playback of
22696           tagged files on PPC. (bug #128384)
22697
22698 2004-01-13  Julien MOUTTE <julien@moutte.net>
22699
22700         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
22701         colorbalance interface stating if it is hardware based or software
22702         based.
22703         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
22704         Removing a trailing comma.
22705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22706         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
22707         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
22708         the documentation seems to be wrong on the -1000 to 1000 interval.
22709
22710 2004-01-12  David Schleef  <ds@schleef.org>
22711
22712         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
22713         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
22714         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
22715         Fix negotiation.  Add a bufferalloc function for the sink pad,
22716         and generally clean up some of the code.
22717
22718 2004-01-12  Julien MOUTTE <julien@moutte.net>
22719
22720         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22721         (gst_color_balance_channel_dispose): Adding safety check in dispose
22722         method.
22723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22724         (gst_xvimagesink_xcontext_clear),
22725         (gst_xvimagesink_interface_supported),
22726         (gst_xvimagesink_colorbalance_list_channels),
22727         (gst_xvimagesink_colorbalance_set_value),
22728         (gst_xvimagesink_colorbalance_get_value),
22729         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
22730         Adding colorbalance interface support to set XV parameters such as
22731         HUE, BRIGHTNESS, CONTRAST, SATURATION.
22732         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
22733         interface.
22734
22735 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22736
22737         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
22738         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
22739         (gst_audio_convert_init), (gst_audio_convert_set_property),
22740         (gst_audio_convert_get_property), (gst_audio_convert_chain),
22741         (gst_audio_convert_link),
22742         (gst_audio_convert_buffer_to_default_format),
22743         (gst_audio_convert_buffer_from_default_format), (plugin_init):
22744           - implement _getcaps and use it
22745           - improve linking
22746           - remove float caps since no float conversion is actually done
22747           - remove properties and arguments that were to be used for rate
22748             conversion
22749
22750 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22751
22752         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
22753         (gst_audio_structure_set_int):
22754         * gst-libs/gst/audio/audio.h:
22755           add helper functions for _getcaps matching the standard audio
22756           templates
22757
22758 2004-01-12  David Schleef  <ds@schleef.org>
22759
22760         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22761         Test that pad is negotiated before getting its caps.
22762
22763 2004-01-12  Julien MOUTTE <julien@moutte.net>
22764
22765         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
22766         analyzing the pads of an element the bin is mostly in READY state so
22767         no caps were negotiated. This helper function needs to work with
22768         _get_caps directly then. I was not freeing them though, added that to
22769         fix the mem leak.
22770
22771 2004-01-12  Julien MOUTTE <julien@moutte.net>
22772
22773         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
22775         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
22776         than the free_func.
22777
22778 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22779
22780         * sys/oss/gstossaudio.c: (plugin_init):
22781         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
22782         * sys/oss/gstosselement.h:
22783           make an oss debugging category
22784           make failure more descriptive
22785
22786 2004-01-11  David Schleef  <ds@schleef.org>
22787
22788         * ext/ffmpeg/gstffmpeg.c:
22789         * ext/ffmpeg/gstffmpegcodecmap.c:
22790         * ext/ffmpeg/gstffmpegdec.c:
22791         * ext/ffmpeg/gstffmpegenc.c:
22792         * ext/ffmpeg/gstffmpegprotocol.c:
22793         * ext/gdk_pixbuf/gstgdkanimation.c:
22794         * ext/jpeg/gstjpeg.c:
22795         * ext/libpng/gstpng.c:
22796         * ext/mpeg2dec/perftest.c:
22797         * ext/speex/gstspeex.c:
22798         * gst-libs/gst/resample/dtos.c:
22799         * gst/intfloat/gstintfloatconvert.c:
22800         * gst/oneton/gstoneton.c:
22801         * gst/rtjpeg/RTjpeg.c:
22802         * gst/rtp/gstrtp.c:
22803         * sys/dxr3/dxr3init.c:
22804         * sys/glsink/gstgl_nvimage.c:
22805         * sys/glsink/gstgl_pdrimage.c:
22806         * sys/glsink/gstglsink.c:
22807         * testsuite/gst-lint:
22808         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
22809
22810 2004-01-11  David Schleef  <ds@schleef.org>
22811
22812         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
22813         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
22814         * ext/gdk_pixbuf/gstgdkanimation.c:
22815         (gst_gdk_animation_iter_create_pixbuf):
22816         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22817         (gst_gdk_pixbuf_chain):
22818         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22819         * ext/jack/gstjack.c: (gst_jack_change_state):
22820         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
22821         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
22822         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22823         * gst/videofilter/gstvideofilter.c:
22824         (gst_videofilter_set_output_size):
22825         Remove all usage of gst_pad_get_caps(), and replace it with
22826         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
22827
22828 2004-01-11  David Schleef  <ds@schleef.org>
22829
22830         * configure.ac:
22831         * ext/Makefile.am: Fixes to make ext/libcaca compile.
22832         * ext/divx/gstdivxdec.c:
22833         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22834         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
22835         handle images that span multiple buffers.  Now work with both
22836         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
22837         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22838         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
22839         video/video.h changes
22840         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
22841         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22842         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
22843         of GstData free function.
22844         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22845         same.
22846
22847 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22848
22849         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
22850         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
22851         (gst_v4l2element_get_property):
22852         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
22853           add norm, channel and frequency properties.
22854         * sys/v4l2/gstv4l2tuner.c:
22855           fixes for tuner interface changes
22856         * sys/v4l2/gstv4l2element.h:
22857         * sys/v4l2/gstv4l2src.c:
22858         * sys/v4l2/gstv4l2src.h:
22859         * sys/v4l2/v4l2src_calls.c:
22860         * sys/v4l2/v4l2src_calls.h:
22861           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
22862
22863 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22864
22865         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
22866         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
22867         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
22868         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
22869         * gst-libs/gst/tuner/tuner.h:
22870           GObjects aren't const.
22871           Add find_by_name functions.
22872           Add checks to _changed functions.
22873         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
22874         (gst_v4l_tuner_get_norm):
22875           Fixes for above.
22876
22877 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22878
22879         * gst-libs/gst/video/video.h:
22880           Fix caps template names to be understandable.
22881           Prefix everything with GST_VIDEO.
22882         * ext/aalib/gstaasink.c:
22883         * ext/divx/gstdivxdec.c:
22884         * ext/divx/gstdivxenc.c:
22885         * ext/gdk_pixbuf/gstgdkpixbuf.c:
22886         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
22887         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
22888         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
22889         * ext/libcaca/gstcacasink.c:
22890         * ext/libpng/gstpngenc.c: (raw_caps_factory):
22891         * ext/snapshot/gstsnapshot.c:
22892         * ext/swfdec/gstswfdec.c:
22893         * ext/xvid/gstxviddec.c:
22894         * ext/xvid/gstxvidenc.c:
22895         * gst/chart/gstchart.c:
22896         * gst/deinterlace/gstdeinterlace.c:
22897         * gst/effectv/gsteffectv.c:
22898         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22899         * gst/goom/gstgoom.c:
22900         * gst/median/gstmedian.c:
22901         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
22902         (gst_monoscope_srcconnect), (gst_monoscope_chain):
22903         * gst/overlay/gstoverlay.c:
22904         * gst/smooth/gstsmooth.c:
22905         * gst/smpte/gstsmpte.c:
22906         * gst/synaesthesia/gstsynaesthesia.c:
22907         * gst/videocrop/gstvideocrop.c:
22908         * gst/videodrop/gstvideodrop.c:
22909         * gst/y4m/gsty4mencode.c:
22910         * sys/qcam/gstqcamsrc.c:
22911         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
22912           Make them work with new video.h file.
22913         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22914         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
22915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22916         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
22917           Make it work with new buffer allocation system.
22918
22919 2004-01-11  Julien MOUTTE  <julien@moutte.net>
22920
22921         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
22922         pad_alloc_buffer implementation to use ->srcpad
22923         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
22924         pad_alloc_buffer implementation to use ->srcpad
22925         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
22926         pad_alloc_buffer implementation to use ->srcpad
22927         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22928         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22929         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22930         a reference to everything we need.
22931         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
22932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22933         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22934         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22935         a reference to everything we need.
22936         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
22937
22938 2004-01-11  David Schleef  <ds@schleef.org>
22939
22940         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
22941         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
22942         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
22943         structure members.
22944         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
22945         value during a resize/renegotiation.
22946         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
22947         gst_pad_alloc_buffer();
22948         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22949         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
22950         structure members.
22951         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22952         Fix for rename of buffer private structure members.
22953         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22954         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
22955         Fix for rename of buffer private structure members.
22956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22957         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
22958         Fix for rename of buffer private structure members.
22959
22960 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
22961
22962         reviewed by: David Schleef <ds@schleef.org>
22963
22964         * gst/videofilter/Makefile.am:
22965         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
22966         from the patch by ds to fit in with recent make_filter changes.
22967
22968 2004-01-11  Julien MOUTTE  <julien@moutte.net>
22969
22970         * configure.ac: Adding examples/switch/Makefile
22971         * examples/Makefile.am: Adding examples/switch
22972         * examples/switch/Makefile.am: Adding switcher example.
22973         * examples/switch/switcher.c: (got_eos), (idle_iterate),
22974         (switch_timer), (main): Adding an example demonstrating switch usage
22975         with 2 videotestsrc showing different patterns.
22976         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22977         (gst_switch_init): Fixing switch with the new caps system.
22978
22979 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22980
22981         * gst-libs/gst/video/video.h:
22982           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
22983           They should probably be like
22984           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
22985
22986 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22987
22988         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22989         (qtdemux_parse_trak):
22990           fix audio chunk size/timestamp calculation
22991
22992 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22993
22994         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22995           fix SVQ3 caps
22996
22997 2004-01-11  Steve Baker  <steve@stevebaker.org>
22998
22999         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
23000         (gst_agingtv_base_init), (gst_agingtv_class_init),
23001         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
23002         (gst_agingtv_set_property), (gst_agingtv_get_property):
23003         Port agingTV to videofilter
23004
23005 2004-01-09  Julien MOUTTE <julien@moutte.net>
23006
23007         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
23008         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23009
23010 2004-01-09  Julien MOUTTE <julien@moutte.net>
23011
23012         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
23013         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23014         * gst-libs/gst/xoverlay/xoverlay.c:
23015         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
23016         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
23017         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23018         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23019         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23020         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23021         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23022         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
23023         the bufferalloc_function to replace bufferpools, fixing the XOverlay
23024         interface implementation to handle xid being 0 and fix some bugs
23025         triggered by Benjamin's testcase.
23026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23027         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
23028         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
23029         the bufferalloc_function to replace bufferpools, fixing the XOverlay
23030         interface implementation to handle xid being 0 and fix some bugs
23031         triggered by Benjamin's testcase.
23032
23033 2004-01-09  David Schleef  <ds@schleef.org>
23034
23035         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
23036         mouse pointer events.  It works.
23037
23038 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23039
23040         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
23041           Use explicit caps - fix capsnego.
23042         * ext/xvid/gstxviddec.c:
23043         * ext/xvid/gstxvidenc.c:
23044           Remove macro-inside-macro which caused compile errors.
23045         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
23046           Error out if it's not a RIFF file. Else we error out without
23047           gst_element_error() which is not good...
23048
23049 2004-01-08  David Schleef  <ds@schleef.org>
23050
23051         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23052         Fix pad_link function to handle formats that ffmpeg returns
23053         as multiple caps structures.
23054         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
23055         Only complain if source buffer is _smaller_ than expected.
23056         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23057         (gst_videoscale_handle_src_event): Resize navigation events
23058         when passing them upstream.
23059         * gst/videotestsrc/gstvideotestsrc.c:
23060         * gst/videotestsrc/gstvideotestsrc.h:
23061         * gst/videotestsrc/videotestsrc.c:
23062         * gst/videotestsrc/videotestsrc.h:
23063         Rewrite many of the buffer painting functions to handle odd
23064         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
23065         been verified to work with my video card.
23066         * testsuite/gst-lint:  Add check for elements calling
23067         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
23068
23069 2004-01-08  David Schleef  <ds@schleef.org>
23070
23071         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
23072         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
23073
23074 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23075
23076         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
23077         configure event is not emiting the desired size signal. That fixes
23078         aspect ratio issues with gst-player.
23079
23080 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23081
23082         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
23083           Fix capsnego.
23084
23085 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23086
23087         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
23088         public method to fire size signal.
23089
23090 2004-01-07  Julien MOUTTE  <julien@moutte.net>
23091
23092         * examples/gstplay/Makefile.am: Adding the interface library.
23093         * gst-libs/gst/play/Makefile.am: Adding the interface library.
23094         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
23095         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
23096         GST_IS_X_OVERLAY before signal connect.
23097         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
23098         Removing the have_video_size signal.
23099         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
23100         and associated public method.
23101         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23102         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
23103         signal.
23104         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23105         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
23106         signal.
23107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
23108         Using XOverlay public method to fire size signal.
23109
23110 2004-01-07  David Schleef  <ds@schleef.org>
23111
23112         * gst/videofilter/Makefile.am:
23113         * gst/videofilter/gstvideotemplate.c:
23114         * gst/videofilter/make_filter:
23115         Create gstvideoexample.c in a srcdir!=builddir friendly way.
23116         Convert make_filter to /bin/sh script.
23117
23118 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
23119
23120         * gst/modplug/gstmodplug.cc: fix element description
23121
23122 2004-01-07  Julien MOUTTE  <julien@moutte.net>
23123
23124         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
23125         (got_video_size): Adding some new lines in g_print calls.
23126         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
23127         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
23128         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
23129         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
23130         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
23131         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
23132         Complete code review, reverting some stuff i disagree with, adding
23133         some fixes : time synchronization on invalid timestamps, renegotiation
23134         of private window.
23135         * sys/ximage/ximagesink.h:
23136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
23137         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
23138         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
23139         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
23140         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23141         (gst_xvimagesink_buffer_new),
23142         (gst_xvimagesink_navigation_send_event),
23143         (gst_xvimagesink_set_xwindow_id),
23144         (gst_xvimagesink_get_desired_size),
23145         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
23146         stuff i disagree with, adding some fixes : Renegotiation of private
23147         window, implementing get_desired_size.
23148
23149 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23150
23151         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
23152         (gst_afsink_handle_event):
23153         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
23154         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
23155         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
23156         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
23157         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
23158           Fix for instantiate-test (see core). Also remove dead code from
23159           jpegenc (which still needs fixing, but that's lower on my TODO
23160           list...).
23161         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
23162           Never return NULL as caps.
23163
23164 2004-01-07  David Schleef  <ds@schleef.org>
23165
23166         * configure.ac:
23167         * ext/Makefile.am:
23168         * ext/librfb/Makefile.am:
23169         * ext/librfb/gstrfbsrc.c:
23170         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
23171         is the protocol used by VNC.
23172
23173 2004-01-07  David Schleef  <ds@schleef.org>
23174
23175         * gst/videofilter/gstvideotemplate.c:
23176         * gst/videofilter/gstvideotemplate.h:
23177         * gst/videofilter/make_filter:
23178         Merge videotemplate header into source file.
23179         * gst/effectv/Makefile.am:
23180         * gst/effectv/gsteffectv.c: (plugin_init):
23181         * gst/effectv/gstwarp.c:
23182         Make warpTV a subclass of videofilter.
23183
23184 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23185
23186         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23187           Add guard against invalid utf-8 conversions in mad. Just in case.
23188
23189 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23190
23191         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
23192           Fix for bug shown by poisoning
23193
23194 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23195
23196         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23197         (gst_v4lmjpegsrc_buffer_free):
23198         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23199         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
23200         (gst_v4lsrc_buffer_free):
23201           Fix for removed bufferpools.
23202
23203 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
23204
23205         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23206         Fix caps negotiation.
23207
23208         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
23209         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
23210         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
23211         (dvdnavsrc_event):
23212         * ext/mpeg2dec/gstmpeg2dec.c:
23213         * gst-libs/gst/navigation/navigation.c:
23214         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
23215         * gst-libs/gst/navigation/navigation.h:
23216         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
23217         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
23218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
23219         Super-simple first version of mouse and keyboard events. Clicking
23220         on a DVD menu now works, although it may not take you where you
23221         expected.
23222
23223         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23224         * gst/videotestsrc/gstvideotestsrc.c:
23225         (gst_videotestsrc_src_fixate):
23226         These fixate functions were broken - they never actually
23227         fixated :)
23228
23229 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23230
23231         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
23232         (gst_icecastsend_init):
23233           fix for new caps system.
23234         * gst-libs/gst/mixer/mixertrack.h:
23235         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
23236           Add 'master track' flag (for tools like ACME that only want to
23237           change the main volume).
23238
23239 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
23240
23241         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
23242         (gst_xvid_csp_to_caps):
23243         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
23244         * ext/xvid/gstxvidenc.c:
23245         ifdef out ARGB type when it isn't available
23246         in xvidcore 1.0.0beta2
23247
23248 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23249
23250         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23251           When we have received a new SCR right in the first buffer after
23252           a seek (so in the same cycle that handles the discont), we should
23253           handle the buffer instead of unreffing it, else we lose data.
23254
23255 2004-01-06  Iain <iain@prettypeople.org>
23256
23257         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
23258           buffer-frames caps too.
23259
23260         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
23261           caps that we need, don't destroy them all and rebuild them. And when
23262           creating src pads, use the src pad template rather than the sink...
23263
23264 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23265
23266         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23267           Add pad to element *after* setting functions such as event handler.
23268           Without this, the scheduler (opt) will link pads, set the event
23269           handler from the default event function (dispatcher in gstpad.c)
23270           and *after* that, we will set our own event function, which will
23271           thus never be used (and thus mpegdemux doesn't handle events).
23272
23273 2004-01-04  David Schleef  <ds@schleef.org>
23274
23275         Fix the fixate functions to handle new prototype:
23276         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23277         * gst/videotestsrc/gstvideotestsrc.c:
23278         (gst_videotestsrc_src_fixate):
23279         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
23280         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
23281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
23282
23283 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23284
23285         * sys/ximage/ximagesink.h:
23286         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
23287         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
23288         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
23289         (gst_ximagesink_xoverlay_init):
23290           assorted fixes to make (re)embedding work
23291         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
23292         (gst_ximagesink_get_desired_size):
23293           implement desired size additions to XOverlay
23294
23295 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23296
23297         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
23298         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
23299         (gst_x_overlay_got_desired_size):
23300         * gst-libs/gst/xoverlay/xoverlay.h:
23301           Add optional "desired size" signal and querying.
23302
23303 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23304
23305         * gst/matroska/matroska-demux.c:
23306         (gst_matroska_demux_parse_blockgroup):
23307           Fix EBML-laced block parsing. Diffs are relative to previous
23308           lace, not the first lace. Thanks to Mosu from the Matroska
23309           team for detecting this.
23310         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23311         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
23312         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
23313         (gst_wavparse_change_state):
23314         * gst/wavparse/gstwavparse.h:
23315           Quickfix for capsnego.
23316
23317 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23318
23319         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
23320           Fix indenting, fix pad creation.
23321
23322 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23323
23324         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
23325         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
23326         (gst_xviddec_sink_link):
23327           Implement src_getcaps() so proper size caps is negotiated.
23328
23329 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23330
23331         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
23332           Finish flac decoder on EOS. See #116178.
23333
23334 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23335
23336         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
23337         (gst_matroska_demux_add_stream):
23338         * gst/matroska/matroska-ids.h:
23339           Add getcaps() function to fix capsnego...
23340
23341 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23342
23343         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23344         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
23345         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23346           Fix more integer overflows. Again, see #126967.
23347
23348 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23349
23350         * ext/mpeg2dec/gstmpeg2dec.c:
23351           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
23352           #130416.
23353
23354 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23355
23356         * configure.ac:
23357         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
23358         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
23359         * ext/xvid/gstxvid.h:
23360         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
23361         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
23362         (gst_xviddec_src_link), (gst_xviddec_sink_link),
23363         (gst_xviddec_change_state):
23364         * ext/xvid/gstxviddec.h:
23365         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
23366         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
23367         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
23368         (gst_xvidenc_link), (gst_xvidenc_set_property),
23369         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
23370         * ext/xvid/gstxvidenc.h:
23371           Update xvid plugin to latest xvid (1.0.0-beta3) API.
23372
23373 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23374
23375         * gst/rtp/rtp-packet.c:
23376           Add sys/types.h include, since OS X doesn't define in_addr_t
23377           in netinet/in.h, like it does on Linux (see #129600).
23378
23379 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
23380
23381         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
23382
23383         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
23384           Correct logic of dispose function (see #129306).
23385
23386 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23387
23388         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
23389         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23390         (gst_mpeg_parse_init):
23391         * gst/mpegstream/gstmpegparse.h:
23392           Remove clock (which was never provided, i.e. dead code), and
23393           also fix integer overflows at high PTS values (see #126967).
23394
23395 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23396
23397         * ext/flac/gstflacdec.c:
23398         * ext/libpng/gstpngenc.h:
23399         * ext/mikmod/gstmikmod.h:
23400           OS X fixes (see #126628).
23401
23402 2004-01-02  David Schleef  <ds@schleef.org>
23403
23404         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
23405         (gst_alsa_src_base_init): Remove bogus "src" request pad.
23406         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
23407         (gst_mpeg_parse_class_init): Move pad template registration
23408         to class_init, since the derived class (mpegdemux) doesn't
23409         want them.
23410
23411 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23412
23413         * sys/ximage/Makefile.am:
23414         * sys/xvideo/Makefile.am:
23415         * sys/xvimage/Makefile.am:
23416           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
23417           after installation (see #127664).
23418
23419 2004-01-02  David Schleef  <ds@schleef.org>
23420
23421         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
23422         (gst_ffmpegenc_connect):  Negotiation fixes.
23423         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
23424         Remove inappropriate gst_caps_free().
23425         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23426         Reenable Ronald's internal resize code, since the core handles
23427         it correctly now.
23428
23429 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23430
23431         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
23432         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
23433         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
23434           Fix pad template stuff.
23435
23436 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23437
23438         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
23439         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
23440           fix signed integer reading/writing.
23441
23442 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23443
23444         * ext/alsa/README:
23445           Remove outdated document
23446
23447 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
23448
23449         * gst/cutter/gstcutter.c: (gst_cutter_init):
23450           src pad was being created twice - oops.
23451
23452 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23453
23454         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23455           Comment out internal resize. It doesn't handle the resulting
23456           XEvent internally, does another try_set_caps() which leads to
23457           a really nice loop.
23458           Real fix will come when Julien and Dave are awake. ;).
23459
23460 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23461
23462         * ext/mpeg2enc/gstmpeg2enc.cc:
23463           fix const/nonconst compile issue.
23464
23465 2004-01-02  David Schleef  <ds@schleef.org>
23466
23467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
23468         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
23469         Add fixate function and a check for bad formats.
23470
23471 2004-01-01  David Schleef  <ds@schleef.org>
23472
23473         Negotiation fixes:
23474         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
23475         (gst_audiofilter_init):
23476         * gst/debug/efence.c: (gst_efence_init):
23477         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
23478         (gst_deinterlace_init):
23479         * gst/volume/gstvolume.c: (volume_connect):
23480
23481 2004-01-01  David Schleef  <ds@schleef.org>
23482
23483         Convert elements to use gst_pad_use_explicit_caps() where
23484         appropriate:
23485         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
23486         * ext/audiofile/gstafparse.c: (gst_afparse_init),
23487         (gst_afparse_open_file):
23488         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
23489         (gst_afsrc_open_file):
23490         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
23491         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
23492         (gst_ffmpegdec_chain):
23493         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23494         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
23495         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
23496         (gst_gdk_pixbuf_chain):
23497         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
23498         (gst_jpegdec_chain):
23499         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
23500         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23501         (gst_mikmod_negotiate):
23502         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
23503         (gst_mpeg2dec_negotiate_format):
23504         * ext/mpeg2enc/gstmpeg2enc.cc:
23505         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23506         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
23507         (gst_speexdec_sinkconnect):
23508         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
23509         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
23510         (gst_vorbisfile_new_link):
23511         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
23512         (gst_ac3parse_chain):
23513         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
23514         (gst_asf_demux_setup_pad):
23515         * gst/auparse/gstauparse.c: (gst_auparse_init),
23516         (gst_auparse_chain):
23517         * gst/id3/gstid3types.c: (gst_id3types_loop):
23518         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23519         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23520         (mp1videoparse_parse_seq):
23521         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
23522         (bpf_from_header):
23523         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23524         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
23525         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
23526         (gst_mpeg_parse_send_data):
23527         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23528         (gst_qtdemux_add_stream):
23529         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23530         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23531         (gst_wavparse_parse_fmt):
23532
23533 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23534
23535         * configure.ac:
23536           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
23537           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
23538           it therefore uses the wrong include paths. Too bad... Note
23539           that 1.6.1.93 is not release yet. ;).
23540           Also add a check for mplex, which is now using the lib'ified
23541           mplex from mjpegtools, too.
23542         * ext/ffmpeg/gstffmpegcodecmap.c:
23543           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
23544           issues. I don't think ffmpeg handles 3ivx correctly, so this
23545           probably won't work. But it won't hurt either.
23546         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
23547         (gst_ffmpegdec_chain):
23548         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
23549         (gst_ffmpegenc_chain_audio):
23550           Fix memleak in audio encoding. Close codec if open fails, this
23551           calls the cleanup routines so we can re-use the context.
23552         * ext/mpeg2enc/gstmpeg2enc.cc:
23553           Fix pad template names/types, fix memory issue with getcaps().
23554         * ext/mpeg2enc/gstmpeg2encoder.cc:
23555         * ext/mpeg2enc/gstmpeg2encoder.hh:
23556           Fix compile issue with new caps system (const thingy).
23557         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23558         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
23559           We read a first frame right on initing, so that we have a caps
23560           when we init the output. This caps is cached in padprivate and
23561           read as first frame.
23562         * ext/mplex/Makefile.am:
23563         * ext/mplex/gstmplex.cc:
23564         * ext/mplex/gstmplex.h:
23565         * ext/mplex/gstmplex.hh:
23566         * ext/mplex/gstmplexibitstream.cc:
23567         * ext/mplex/gstmplexibitstream.hh:
23568         * ext/mplex/gstmplexjob.cc:
23569         * ext/mplex/gstmplexjob.hh:
23570         * ext/mplex/gstmplexoutputstream.cc:
23571         * ext/mplex/gstmplexoutputstream.hh:
23572           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
23573           had issues, didn't do capsnego, supported only a subset of the
23574           mplex features and required a mplex fork in our local CVS. Plus
23575           that it worked agaist a very old mplex version. Rewriting was
23576           faster than updating it.
23577         * gst-libs/ext/Makefile.am:
23578         * gst-libs/ext/mplex/INSTRUCT:
23579         * gst-libs/ext/mplex/Makefile.am:
23580         * gst-libs/ext/mplex/README:
23581         * gst-libs/ext/mplex/TODO:
23582         * gst-libs/ext/mplex/ac3strm_in.cc:
23583         * gst-libs/ext/mplex/audiostrm.hh:
23584         * gst-libs/ext/mplex/audiostrm_out.cc:
23585         * gst-libs/ext/mplex/aunit.hh:
23586         * gst-libs/ext/mplex/bits.cc:
23587         * gst-libs/ext/mplex/bits.hh:
23588         * gst-libs/ext/mplex/buffer.cc:
23589         * gst-libs/ext/mplex/buffer.hh:
23590         * gst-libs/ext/mplex/fastintfns.h:
23591         * gst-libs/ext/mplex/format_codes.h:
23592         * gst-libs/ext/mplex/inputstrm.cc:
23593         * gst-libs/ext/mplex/inputstrm.hh:
23594         * gst-libs/ext/mplex/lpcmstrm_in.cc:
23595         * gst-libs/ext/mplex/mjpeg_logging.cc:
23596         * gst-libs/ext/mplex/mjpeg_logging.h:
23597         * gst-libs/ext/mplex/mjpeg_types.h:
23598         * gst-libs/ext/mplex/mpastrm_in.cc:
23599         * gst-libs/ext/mplex/mpegconsts.cc:
23600         * gst-libs/ext/mplex/mpegconsts.h:
23601         * gst-libs/ext/mplex/mplexconsts.hh:
23602         * gst-libs/ext/mplex/multplex.cc:
23603         * gst-libs/ext/mplex/outputstream.hh:
23604         * gst-libs/ext/mplex/padstrm.cc:
23605         * gst-libs/ext/mplex/padstrm.hh:
23606         * gst-libs/ext/mplex/stillsstream.cc:
23607         * gst-libs/ext/mplex/stillsstream.hh:
23608         * gst-libs/ext/mplex/systems.cc:
23609         * gst-libs/ext/mplex/systems.hh:
23610         * gst-libs/ext/mplex/vector.cc:
23611         * gst-libs/ext/mplex/vector.hh:
23612         * gst-libs/ext/mplex/videostrm.hh:
23613         * gst-libs/ext/mplex/videostrm_in.cc:
23614         * gst-libs/ext/mplex/videostrm_out.cc:
23615         * gst-libs/ext/mplex/yuv4mpeg.cc:
23616         * gst-libs/ext/mplex/yuv4mpeg.h:
23617         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
23618         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
23619           We don't fork mjpegtools' mplex in our CVS anymore.
23620         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
23621         (gst_avi_demux_add_stream):
23622         * gst/avi/gstavidemux.h:
23623           Add getcaps() function for proper caps nego. This makes some
23624           parts of AVI playback/reading work.
23625         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23626           Resize window on new capsnego. This is probably wrong, but
23627           I'm still committing it because with current capsnego, the
23628           first successfull capsnego is auto-fixated, therefore rounded
23629           down to the lowest values in the caps. this results in a 16x16
23630           XWindow that is not reized when real capsnego finishes.
23631           Dave, I see more cases of this, do you know a proper solution?
23632         * tools/gst-launch-ext.in:
23633           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
23634
23635 2003-12-31  David Schleef  <ds@schleef.org>
23636
23637         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
23638         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
23639           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
23640
23641 2003-12-30  David Schleef  <ds@schleef.org>
23642
23643         * ext/ffmpeg/gstffmpegcolorspace.c:
23644         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23645         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
23646         (gst_ffmpegcsp_chain): Negotiation fixes
23647         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
23648         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23649         (gst_audio_convert_link), (gst_audio_convert_channels):
23650         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
23651         (gst_audioscale_link), (gst_audioscale_get_buffer),
23652         (gst_audioscale_chain): Negotiation fixes
23653         * gst/audioscale/gstaudioscale.h:
23654         * gst/videofilter/gstvideofilter.c:
23655         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
23656         (gst_videofilter_link), (gst_videofilter_init),
23657         (gst_videofilter_set_output_size), (gst_videofilter_setup),
23658         (gst_videofilter_find_format_by_structure):
23659         * gst/videofilter/gstvideofilter.h: Negotiation fixes
23660         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23661         (gst_videoscale_link):
23662         * gst/videoscale/videoscale.c: (videoscale_get_structure),
23663         (videoscale_find_by_structure), (gst_videoscale_setup):
23664         * gst/videoscale/videoscale.h: Negotiation fixes
23665         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23666         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
23667         function, restrict resizing to a multiple of 4 (hack until
23668         everyone supports odd sizes correctly).
23669
23670 2003-12-29  Colin Walters  <walters@verbum.org>
23671
23672         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
23673         signed.
23674
23675 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
23676
23677         * ext/sndfile/gstsf.c: (gst_sf_loop):
23678           Fix warning about discarding const qualifier
23679
23680 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
23681
23682         * gst/cutter/gstcutter.c:
23683         * gst/videoscale/gstvideoscale.c:
23684         * gst/volenv/gstvolenv.c:
23685         * gst-libs/gst/audio/audio.c:
23686         * gst-libs/gst/video/video.c:
23687           Fix warnings
23688
23689 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23690
23691         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
23692           Don't send ALSA debugging to stderr.
23693         * ext/alsa/gstalsa.h:
23694           Use GST_WARNING instead of g_warning when ALSA functions fail.
23695
23696 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23697
23698         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23699           Free XVAdapterInfo correctly.
23700
23701 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23702
23703         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
23704         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
23705           Make id3tag use correct caps nego.
23706
23707 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
23708
23709         * ext/ivorbis/vorbis.c:
23710         * ext/ivorbis/vorbisenc.h:
23711         * ext/ivorbis/vorbisfile.c:
23712           Modify so that it uses the new caps things
23713
23714 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23715
23716         * testsuite/spider/spider1.c: (main):
23717         * testsuite/spider/spider2.c: (main):
23718         * testsuite/spider/spider3.c: (main):
23719           Make tests compile again. They probably don't work.
23720
23721 2003-12-24  Colin Walters  <walters@verbum.org>
23722
23723         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
23724         we can't fixate the caps anymore.
23725
23726 2003-12-23  David Schleef  <ds@schleef.org>
23727
23728         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
23729         * sys/oss/gstosssink.c: (gst_osssink_init),
23730         (gst_osssink_sink_fixate): Add fixate function.
23731
23732 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23733
23734         * ext/ffmpeg/gstffmpegcodecmap.c:
23735         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
23736         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
23737         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
23738         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
23739         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
23740         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23741         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
23742           fix typo in RGB masks, and move back to "old" colorspace
23743           capsnego code until whoever wrote this new crap has actually
23744           tested it so that it works.
23745           And yes, this works, keep it that way please.
23746
23747 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23748
23749         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
23750         (gst_divxdec_init), (gst_divxdec_negotiate):
23751         * ext/divx/gstdivxdec.h:
23752         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
23753         (gst_divxenc_init):
23754         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
23755         (gst_faac_sinkconnect), (gst_faac_srcconnect):
23756         * ext/mpeg2enc/gstmpeg2enc.cc:
23757         * ext/mpeg2enc/gstmpeg2encoder.cc:
23758         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23759         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
23760         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
23761         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
23762         (dxr3spusink_init):
23763         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
23764         (dxr3videosink_init):
23765           Fix caps breakage after Dave's caps branch merge.
23766
23767 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23768
23769         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23770           Fix for 24bpp display.
23771
23772 2003-12-23  Colin Walters  <walters@verbum.org>
23773
23774         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
23775         a GnomeVFSHandle directly.
23776
23777 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23778
23779         * gst/volume/Makefile.am:
23780         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
23781         (volume_base_init), (volume_init):
23782           Reenable volume element and fix to work with new caps stuff.
23783           Rhythmbox needs this.
23784
23785 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23786
23787         * gst/qtdemux/qtdemux.c: (plugin_init):
23788           qtdemux requires bytestream
23789
23790 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23791
23792         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
23793           Fix remaining caps handling errors due to CAPS merge.
23794
23795 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23796
23797         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
23798         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
23799         (gst_faad_srcconnect):
23800           Port to new caps system.
23801
23802 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23803
23804         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
23805         (got_video_size), (main): using g_print instead of g_message.
23806         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
23807         signal which was not emitted because of "switch" element added to the
23808         bin but not connected. (Removing from the bin temporarily)
23809
23810 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23811
23812         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
23813         find X development files. I don't understand the previous tests and
23814         they fail on my debian/ppc unstable. This one works.
23815         * examples/gstplay/player.c: (main): Set the pipeline to READY before
23816         exiting.
23817         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
23818         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23819         (gst_play_set_visualization): Add some safety checks in set_ methods
23820         and state_change. This was throwing some ugly CRITICAL messages when
23821         pipeline was getting disposed and casts were failing.
23822
23823 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23824
23825         * configure.ac:
23826           Improve mpeg2enc detection. This is for distributions that do
23827           ship mjpegtools, but without mpeg2enc. Also does object check
23828           for might there ever be ABI incompatibility.
23829         * ext/mpeg2enc/gstmpeg2enc.cc:
23830           Add Andrew as second maintainer (he's helping me), and also add
23831           an error if no caps was set. This happens if I pull before capsnego
23832           and that's something I should solve sometime else.
23833         * gst/matroska/matroska-demux.c:
23834         (gst_matroska_demux_parse_blockgroup):
23835           Fix time parsing.
23836         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
23837         (gst_matroska_mux_track_header):
23838           Add caps to templates.
23839         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
23840           Add mpegversion=1 to prevent confusion with MPEG/AAC.
23841         * gst/mpegstream/gstmpegdemux.c:
23842           Remove layer since it causes warnings about unfixed caps.
23843         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23844           Fix obvious typo (we error out if caps were set, we should of
23845           course error out if *no* caps were set).
23846         * sys/oss/gstosselement.c: (gst_osselement_convert):
23847           Fix format conversion, we confused bits/bytes.
23848         * sys/oss/gstosselement.h:
23849           Improve documentation for 'bps'.
23850         * sys/v4l/TODO:
23851           Remove stuff about plugins that need removing - this was done
23852           ages ago.
23853         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
23854         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
23855         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
23856         (gst_v4lsrc_src_query):
23857         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
23858         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
23859           Add get_query_types(), get_formats() and query() functions.
23860
23861 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23862
23863         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
23864         * moved CVS to freedesktop.org