ChangeLog surgery: use UTF-8 encoding in stead of ISO-8859-15
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-02-22  Wim Taymans  <wim@fluendo.com>
2
3         * ext/alsa/gstalsasrc.c:
4         Fix description as pointed out by caugier.
5
6 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7
8         Reviewed by : Edward Hervey  <edward@fluendo.com>
9
10         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11         (qt_type_find):
12         Better 3gp typefinding (#331526).
13
14 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15
16         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17           Don't send EOS event here, the base class will send one for us.
18   
19         * gst/playback/gstplaybasebin.c: (prepare_output):
20           Subpictures without video stream aren't allowed either.
21         
22         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
23           Fix debug statement copy'n'paste-o.
24
25 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
26
27         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
28           Fix issues with mixer keeping state when muting/unmuting
29           and when changing the volume whilst muted (see #331763
30           and #331765).
31
32 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
33
34         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
35         (parse_subrip), (gst_sub_parse_format_autodetect):
36           Set right caps given that we send escaped text. Also,
37           honour <i></i>, <b></b> and <u></u> markers that can be found
38           in .srt files (fixes #310202).
39
40 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
41
42         * gst-libs/gst/audio/mixerutils.c:
43         (element_factory_rank_compare_func):
44           Make order in which elements are tried more determinable.
45
46 2006-02-20  Julien MOUTTE  <julien@moutte.net>
47
48         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
49         (remove_element_chain), (cleanup_decodebin),
50         (gst_decode_bin_change_state): Make decodebin reusable by
51         fixing remove_element_chain first and then introduce a
52         cleaner in state change to ->NULL. (Closes #331678)
53
54 2006-02-19  Wim Taymans  <wim@fluendo.com>
55
56         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
57         use 0666 mask when creating files so umask gets applied
58         correctly. Fixes #331295.
59
60 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
61
62         * gst/subparse/Makefile.am:
63         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
64         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
65         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
66         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
67         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
68         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
69         * gst/subparse/gstssaparse.h:
70         * gst/subparse/gstsubparse.c: (plugin_init):
71           Add very basic parser for SSA subtitle streams (as often
72           found in matroska files).
73
74 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
75
76         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
77           That should be text/x-pango-markup, not text/x-pango-layout.
78
79 2006-02-19  Julien MOUTTE  <julien@moutte.net>
80
81         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
82         Polishing.
83
84 2006-02-19  Julien MOUTTE  <julien@moutte.net>
85
86         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
87         (gst_text_overlay_finalize), (gst_text_overlay_init),
88         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
89         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
90         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
91         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
92         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
93         Fix state change deadlock.
94
95 2006-02-19  Julien MOUTTE  <julien@moutte.net>
96
97         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
98         (gst_text_overlay_finalize), (gst_text_overlay_init),
99         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
100         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
101         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
102         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
103         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
104         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
105         and subtitles files.
106
107 2006-02-19  Julien MOUTTE  <julien@moutte.net>
108
109         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
110         should be considered as row.
111
112 2006-02-19  Julien MOUTTE  <julien@moutte.net>
113
114         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
115         (cb_probe):
116         * gst/playback/gststreaminfo.h: Introduce language informations.
117
118 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
119
120         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
121         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
122         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
123         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
124         Set shared memory segments to be deleted as soon as we have attached,
125         that way they get cleaned up automatically if we crash.
126
127 2006-02-18  Julien MOUTTE  <julien@moutte.net>
128
129         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
130         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
131         functions are called with lock held.
132
133 2006-02-18  Julien MOUTTE  <julien@moutte.net>
134
135         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
136         (gst_text_overlay_finalize), (gst_text_overlay_init),
137         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
138         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
139         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
140         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
141         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
142         (gst_text_overlay_change_state): Refactoring of textoverlay
143         without collectpads. This now supports sparse subtitles coming
144         from a demuxer instead of a sub file. Seeking is still broken 
145         though. Need to discuss with wtay some more on how to handle
146         seeking correctly.
147         * ext/pango/gsttextoverlay.h:
148         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
149         subtitles coming from the demuxer.
150
151 2006-02-17  Wim Taymans  <wim@fluendo.com>
152
153         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
154         (gst_vorbisenc_convert_sink):
155         Use some more scaling functions.
156
157 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
158
159         * ext/cdparanoia/gstcdparanoiasrc.c:
160         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
161         (gst_cd_paranoia_paranoia_callback),
162         (gst_cd_paranoia_src_signal_is_being_watched),
163         (gst_cd_paranoia_src_read_sector):
164         * ext/cdparanoia/gstcdparanoiasrc.h:
165           Add back 'transport-error' and 'uncorrected-error' signals and
166           make them actually be fired when bad stuff happens (#319340).
167
168 2006-02-17  Wim Taymans  <wim@fluendo.com>
169
170         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
171         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
172         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
173         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
174         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
175         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
176         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
177         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
178         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
179         (gst_ring_buffer_clear):
180         Small cleanups.
181         Added some G_LIKELY.
182
183 2006-02-17  Wim Taymans  <wim@fluendo.com>
184
185         * gst-libs/gst/audio/TODO:
186         Update TODO
187
188         * gst-libs/gst/audio/gstbaseaudiosink.c:
189         (gst_base_audio_sink_get_offset):
190         When trying to play samples ASAP and we don't have a
191         previous sample, try to play at position 0 instead of
192         an invalid position.
193
194 2006-02-17  Wim Taymans  <wim@fluendo.com>
195
196         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
197         (gst_alsasink_reset):
198         Also release lock when we get an error in _reset();
199         fix an error message.
200
201 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
202
203         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
204         (gst_alsasink_init), (get_channel_free_structure),
205         (caps_add_channel_configuration), (gst_alsasink_getcaps),
206         (gst_alsasink_close):
207         * ext/alsa/gstalsasink.h:
208           Add support for more than 2 channels (#326720).
209
210 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
211
212         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
213           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
214           with 4 or 6 channels, assume a default channel layout to make things
215           work (not sure there's anything else we can do in those cases).
216
217 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
218
219         * gst-libs/gst/audio/multichannel.c:
220           Minor docs fix.
221
222         * gst-libs/gst/riff/Makefile.am:
223         * gst-libs/gst/riff/riff-ids.h:
224         * gst-libs/gst/riff/riff-media.c:
225         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
226           Add support for WAVEFORMATEX, eg. PCM audio with more than two
227           channels and a channel layout map.
228           
229 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
230
231         Reviewed by Edward Hervey  <edward@fluendo.com>
232
233         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
234         C-level optimization of the RGBA nearest neighbour function.
235         Eventually this might end up in liboil with vectorized versions.
236
237 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
238
239         * gst-libs/gst/audio/multichannel.c:
240         (gst_audio_get_channel_positions):
241           When we have more than 2 channels, but no channel layout is
242           specified in the caps, return some default channel layout
243           to the caller and warn about about a possibly buggy element
244           (could be buggy filtercaps as well of course) (#317038).
245
246 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
247
248         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
249           Add gst-libs/gst/cdda to list of lib search paths.
250
251 2006-02-15  Andy Wingo  <wingo@pobox.com>
252
253         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
254         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
255         to the Lord Jesus that I do not have to touch the ogg muxer ever
256         again.
257
258 2006-02-15  Edward Hervey  <edward@fluendo.com>
259
260         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
261         quicktime movie files can also contain 'uuid' atoms.
262
263 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
264
265         * gst/audioconvert/plugin.c: (plugin_init):
266           Register the GstAudioChannelPosition enum type with the type
267           system in the plugin_init function, so that it is known before
268           any element actually makes use of multi-channel stuff. This is
269           required for example if one wants to be able to deserialise/use
270           a caps string with channel positions before any pipeline has
271           been setup and started, like with gst-launch.
272
273 2006-02-14  Wim Taymans  <wim@fluendo.com>
274
275         * gst-libs/gst/audio/gstringbuffer.c:
276         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
277         (gst_ring_buffer_samples_done), (wait_segment),
278         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
279         Add some compiler G_(UN_)LIKELY help.
280         SIGNAL the ringbuffer waiters when going to PAUSED as well to
281         make sure they can exit their functions. Should fix #330748
282
283 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
284
285         * Makefile.am:
286         * configure.ac:
287         * win32/MANIFEST:
288         * win32/common/_stdint.h:
289           Windows does not have long long; copy the generated _stdint.h
290         * win32/common/interfaces-enumtypes.c:
291         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
292         (gst_mixer_track_flags_get_type),
293         (gst_tuner_channel_flags_get_type):
294         * win32/common/multichannel-enumtypes.c:
295         (gst_audio_channel_position_get_type):
296           update
297
298 2006-02-13  Wim Taymans  <wim@fluendo.com>
299
300         * gst-libs/gst/audio/gstbaseaudiosink.c:
301         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
302         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
303         Always sync on first sample we receive when starting.
304
305 2006-02-13  Wim Taymans  <wim@fluendo.com>
306
307         * gst/playback/gstplaybin.c: (gen_vis_element):
308         Update vis bin docs.
309         Move queue after tee so we don't queue video buffers but
310         audio samples instead. Fixes problems where the video queue
311         is filled and the audio queue empty.
312
313 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
314
315         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
316           No need to push an EOS event here, GstBaseSrc will do that for us
317           when we return FLOW_UNEXPECTED.
318           
319 2006-02-12  Wim Taymans  <wim@fluendo.com>
320
321         * gst-libs/gst/audio/gstbaseaudiosink.c:
322         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
323         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
324         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
325         Use scale functions when possible.
326         Fix error messages.
327         Free clockid when after waiting for EOS.
328         Use G_(UN_)LIKLY when it makes sense.
329         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
330
331 2006-02-12  Edward Hervey  <edward@fluendo.com>
332
333         * gst/playback/gstplaybasebin.c: (prepare_output): 
334         Remove stray semi-colon (fixes #330888).
335
336 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
337
338         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
340         Fix up the XShm call testing so that we catch errors, and don't
341         cause new ones by attempting to detach from a segment we failed
342         to attach to. Fixes #312439.
343
344 2006-02-10  Edward Hervey  <edward@fluendo.com>
345
346         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
347         Added flv file typefind (video/x-flv).
348
349 2006-02-10  Edward Hervey  <edward@fluendo.com>
350
351         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
352         (gst_riff_create_video_template_caps):
353         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
354         Also added the caps to the default set of riff video caps.
355
356 2006-02-09  Andy Wingo  <wingo@pobox.com>
357
358         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
359         time and the end time of the last packet in the page.
360         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
361         on the pages in our queue, set the duration as well. Reflow a
362         debug statement.
363         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
364         Fixes bad muxing order.
365
366 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
367
368         * gst-libs/gst/rtp/gstbasertppayload.c:
369         (gst_basertppayload_setcaps), (gst_basertppayload_push):
370           update seqnum before setting it on the packet; this makes sure
371           that the timestamp and seqnum properties match after pushing
372           a buffer
373
374 2006-02-09  Andy Wingo  <wingo@pobox.com>
375
376         * gst-libs/gst/audio/gstringbuffer.c
377         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
378         overflow after 13.5 hours of recording. Kapow!
379
380         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
381         the buffer size -- we don't care about underrun/overrun reporting
382         right now, just need to return a useful value.
383
384 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
385
386         * configure.ac:
387           Back to CVS
388
389 === release 0.10.3 ===
390
391 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
392
393         * configure.ac:
394           releasing 0.10.3, "Under Pressure"
395
396 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
397
398         * configure.ac:
399         Drat. Bump libtool version number for new API.
400         Prelease 0.10.2.3 (of 0.10.3)
401
402 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
403
404         * configure.ac:
405         * win32/common/config.h:
406         0.10.2.2 prerelease (of 0.10.3).
407
408 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
409
410         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
411           Revert Andy's newsegment change pending a more correct
412           fix.
413
414 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
415
416         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
417         (qt_type_find), (plugin_init):
418           detect more files as 3gp
419           group and reorder the iso file formats
420
421 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
422
423         * ext/vorbis/vorbis.c: (plugin_init):
424           Register musicbrainz tags, so apps don't have to.
425
426 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
427
428         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
429         (gst_tag_to_vorbis_tag):
430           Make sure we called gst_tag_register_musicbrainz_tags()
431           before possibly mapping a vorbiscomment string from/to a
432           musicbrainz tag.
433
434 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
435
436         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
437           In case we can't find the required number of consecutive
438           mpeg audio frames to positively identify an MPEG audio
439           stream, check if there's at least a valid mpeg audio
440           frame right at offset 0 and if so suggest mpeg/audio
441           caps with a very low probability (#153004).
442
443 2006-02-07  Andy Wingo  <wingo@pobox.com>
444
445         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
446         a TIME segment if we get timestamped buffers. Requires recent
447         fixes in core to work properly.
448
449 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
450
451         * gst/playback/gstplaybasebin.c: (prepare_output):
452           Don't print the URI as part of the error message, it
453           makes error dialogs look rather ugly, especially if
454           the URI is very long or has characters in it that
455           need escaping.
456
457 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
458
459         * gst/playback/gstplaybasebin.c: (prepare_output):
460           Error out if we have only text or subtitles, but nothing
461           else. Also error out if we have subtitles but no video
462           stream.
463
464 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
465
466         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
467           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
468           Post an error message on the bus when we encounter an
469           error, which will hopefully be more meaningful than the
470           'Internal Flow Error' message users get to see if we
471           just return GST_FLOW_ERROR.
472
473 2006-02-07  Andy Wingo  <wingo@pobox.com>
474
475         * configure.ac (GST_MAJORMINOR): Update core version req to
476         0.10.2.2, for the collectpads API addition (#330244).
477
478 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
479
480         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
481           Return FALSE from plugin_init() when GnomeVFS can't
482           be initialised for some reason (#328423).
483
484 2006-02-06  Julien MOUTTE  <julien@moutte.net>
485
486         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
487         Stick to seeking theory until i find the bug.
488         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
489
490 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
491
492         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
493         (theora_enc_finalize), (theora_enc_sink_setcaps),
494         (theora_set_header_on_caps), (theora_enc_chain),
495         (theora_enc_change_state):
496         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
497           Make theoraenc and the tests leak free. Like, really.
498
499 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
500
501         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
502         (theora_enc_finalize), (theora_enc_sink_setcaps):
503           Add a finalize method to ensure we clean up state even if
504           someone omitted the state change back to NULL.
505
506         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
507         (gst_vorbisenc_chain):
508           Free some more leaked bits.
509
510         * tests/check/pipelines/theoraenc.c: (start_pipeline),
511         (stop_pipeline):
512           Wait for state changes to happen if they're ASYNC.
513
514           This ought to teach those fancy pants buildbots a lesson.
515
516 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
517
518         * gst-libs/gst/tag/gstid3tag.c:
519           Add mapping for ID3 International Standard Recording Code
520           tag "TSRC"
521
522 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
523
524         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
525           Don't leak tag names.
526
527 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
528
529         * docs/libs/gst-plugins-base-libs-docs.sgml:
530         * docs/libs/gst-plugins-base-libs-sections.txt:
531         * gst-libs/gst/tag/gstid3tag.c:
532         * gst-libs/gst/tag/gstvorbistag.c:
533         * gst-libs/gst/tag/tags.c:
534           Split libgsttag docs into multiple sections.
535
536 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
537
538         * docs/libs/Makefile.am:
539         * docs/libs/gst-plugins-base-libs-docs.sgml:
540         * docs/libs/gst-plugins-base-libs-sections.txt:
541         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
542         * gst-libs/gst/tag/gstvorbistag.c:
543         * gst-libs/gst/tag/tag.h:
544         * gst-libs/gst/tag/tags.c:
545           Add libgsttag to the docs.
546
547 2006-02-05  Julien MOUTTE  <julien@moutte.net>
548
549         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
550         (gst_text_overlay_init), (gst_text_overlay_src_event),
551         (gst_text_overlay_collected): Fix clockoverlay.
552
553 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
554
555         * docs/libs/compiling.sgml:
556           Fix typo: it's pkg-config, not pkg-gconfig
557
558         * docs/libs/gst-plugins-base-libs-docs.sgml:
559         * docs/libs/gst-plugins-base-libs-sections.txt:
560         * docs/libs/tmpl/gstgconf.sgml:
561           There is no libgstgconf in 0.10, remove it
562           from the docs.
563
564 2006-02-05  Julien MOUTTE  <julien@moutte.net>
565
566         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
567         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
568         (gst_text_overlay_src_event), (gst_text_overlay_collected):
569         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
570         (gst_sub_parse_class_init), (gst_sub_parse_init),
571         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
572         (parse_mpsub), (parser_state_init), (handle_buffer),
573         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
574         * gst/subparse/gstsubparse.h: Introduce seeking code.
575
576 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
577
578         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
579           Add comment about LANGUAGE tag inconsistency (we want
580           ISO-639-1, but extract three-letter identifiers?)
581
582         * po/POTFILES.in:
583           Add two translatable files.
584
585 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
586
587         * gst-libs/gst/tag/Makefile.am:
588         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
589         * gst-libs/gst/tag/tag.h:
590         * gst-libs/gst/tag/tags.c:
591         (gst_tag_register_musicbrainz_tags_internal),
592         (gst_tag_register_musicbrainz_tags):
593           Forward-port some tags stuff from the 0.8 branch. This is
594           mostly the addition of musicbrainz tags and their mapping
595           to vorbistags, and a vorbistag mapping of the language tag.
596
597 2006-02-05  Julien MOUTTE  <julien@moutte.net>
598
599         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
600         refactoring.
601
602 2006-02-04  David Schleef  <ds@schleef.org>
603
604         * ext/ogg/gstoggmux.c:
605         * gst/typefind/gsttypefindfunctions.c:
606           Add Dirac typefinding and add dirac format to oggmux.
607
608 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
609
610         * gst/playback/gstdecodebin.c: (try_to_link_1):
611           Don't put essential function call into
612           g_return_*() macro, otherwise it'll all be
613           replaced by NOOPs when compiling with
614           G_DISABLE_CHECKS defined.
615
616 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
617
618         * ext/ogg/gstoggdemux.c:
619         * ext/ogg/gstoggparse.c:
620         * gst/tcp/gsttcpserversink.c:
621         * sys/v4l/v4lsrc_calls.c:
622         * sys/v4l/v4lsrc_calls.h:
623         Just make it compile with --disable-gst-debug.
624
625 2006-02-03  Wim Taymans  <wim@fluendo.com>
626
627         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
628         (gst_alsasink_class_init), (gst_alsasink_init),
629         (gst_alsasink_write), (gst_alsasink_reset):
630         * ext/alsa/gstalsasink.h:
631         Add lock to protect alsa calls.
632         Implement reset to flush samples ASAP, does not work
633         with dmix though.
634
635 2006-02-02  Wim Taymans  <wim@fluendo.com>
636
637         * gst-libs/gst/audio/gstbaseaudiosink.c:
638         (gst_base_audio_sink_provide_clock):
639         Ugh.. getting late I guess...
640
641 2006-02-02  Wim Taymans  <wim@fluendo.com>
642
643         * gst-libs/gst/audio/gstbaseaudiosink.c:
644         (gst_base_audio_sink_provide_clock),
645         (gst_base_audio_sink_set_property),
646         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
647         Don't try to provide a clock when we are not negotiated since
648         we might not be able to make it run.
649
650 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
651
652         * gst/playback/gstdecodebin.c: (try_to_link_1):
653           Unlinking two source pads is ... hard.
654
655 2006-02-02  Wim Taymans  <wim@fluendo.com>
656
657         * gst-libs/gst/audio/TODO:
658         Updated.
659
660         * gst-libs/gst/audio/gstbaseaudiosink.c:
661         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
662         On EOS, wait till the last sample is played before posting EOS.
663
664 2006-02-01  Philippe Kalaf <burger at speedy dot org>
665
666         * gst-libs/gst/rtp/gstbasertpdepayload.c:
667           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
668           setting queue_delay to zero. Also avoid thread being started if
669           queue_delay is zero.
670
671 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
672
673         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
674           Make test work again by connecting fakesinks to each decoded pad,
675           which makes the pipeline wait until each fakesink has a buffer
676           queued before going to PAUSED state. At that point we know the
677           decodebin pads are negotiated.
678
679 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
680
681         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
682         (gst_cdda_base_src_handle_event):
683         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
684           Pass unhandled queries to the parent class's query function.
685
686 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
687
688         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
689         (gst_ogg_pad_src_query):
690         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
691         * ext/theora/theoradec.c: (theora_dec_src_query),
692         (theora_dec_sink_query):
693         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
694         (vorbis_dec_sink_query):
695         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
696         (gst_vorbisenc_sink_query):
697         * gst/adder/gstadder.c: (gst_adder_query):
698           Pass unhandled queries upstream instead of just
699           dropping them (#326447). Also, fix supported
700           query types list for some elements.
701
702 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
703
704         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
705         (paris_type_find), (ilbc_type_find), (plugin_init):
706           Fix typefinding for audio/x-au, audio/x-paris and
707           audio/iLBC-sh. We cannot use the START_WITH macros
708           here, because there can only be one typefind factory
709           with the same name (caps), so the second one would
710           replace the first one and the first one would never
711           be called when doing typefinding (see #161712).
712           
713
714 2006-01-31  Wim Taymans  <wim@fluendo.com>
715
716         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
717         (vorbis_handle_header_packet), (vorbis_dec_push),
718         (vorbis_handle_data_packet):
719         Use scale_int when we can, add some more scaling.
720         Check packettype before parsing it.
721
722 2006-01-31  Wim Taymans  <wim@fluendo.com>
723
724         * ext/theora/theoradec.c: (_theora_granule_time),
725         (theora_dec_src_convert), (theora_dec_sink_convert):
726         Call right _scale functions.
727         Use parameter instead of some other random value.
728
729 2006-01-31  Wim Taymans  <wim@fluendo.com>
730
731         * ext/theora/theoradec.c: (_theora_granule_frame),
732         (_theora_granule_time), (_inc_granulepos),
733         (theora_dec_src_convert), (theora_dec_sink_convert),
734         (theora_handle_type_packet), (theora_handle_data_packet),
735         (theora_dec_chain):
736         Use higher precision timestamps calculation.
737         Convert some other conversions to _scale.
738
739 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
740
741         * gst/audiotestsrc/gstaudiotestsrc.c:
742         (gst_audio_test_src_create_sine_table), (plugin_init):
743         * gst/volume/gstvolume.c: (plugin_init):
744           initialize gst_controller before using
745
746 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
747
748         * tests/check/pipelines/theoraenc.c:
749         * tests/check/pipelines/vorbisenc.c:
750         Define constant using G_GINT64_CONSTANT to avoid errors when
751         passing it around - otherwise it gets truncated to 32 bits.
752
753         Fixes failing tests.
754
755 2006-01-31  Andy Wingo  <wingo@pobox.com>
756
757         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
758         caps being set doesn't have a framerate value. Basically a stopgap
759         measure.
760
761         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
762         technically correct enough to put into core though.
763         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
764         DURATION. Fixes theoraenc ! oggmux.
765
766         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
767         fraction, not double.
768
769 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
770
771         * win32/vs7:
772         add vs7 project files created by Sergey Scobich
773
774 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
775
776         * win32/vs8:
777         add vs8 project files created by Sergey Scobich
778         
779 2006-01-30  Andy Wingo  <wingo@pobox.com>
780
781         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
782         timestamp + duration, not just timestamp -- ogg pages should be
783         ordered by stop time. Necessary fix given the change in vorbis
784         timestamps.
785
786         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
787         (gst_theora_enc_init): Pull the granule shift out of the encoder.
788         (granulepos_add): New function, handles the messiness of adjusting
789         granulepos values.
790         (theora_buffer_from_packet):
791         (theora_enc_chain):
792         (theora_enc_sink_event): Use granulepos_add, not +.
793
794         * tests/check/pipelines/theoraenc.c
795         (check_buffer_granulepos_from_starttime): Just check the frame
796         count, not the actual granulepos -- we can't dictate to the
797         encoder when it should be placing keyframes.
798
799 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
800
801         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
802           SERVICE_NOT_AVAILABLE happens for example when you're trying to
803           play an http:// stream from a server that's not serving
804
805 2006-01-30  Andy Wingo  <wingo@pobox.com>
806
807         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
808         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
809         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
810         available.
811
812         * ext/theora/gsttheoraenc.h:
813         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
814         although theoraenc was timestamping correctly. Added handling of
815         streams that start with nonzero timestamps.
816
817         * tests/check/Makefile.am:
818         * tests/check/pipelines/theoraenc.c: New file, basically does same
819         tests as vorbisenc.
820
821         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
822
823 2006-01-30  Wim Taymans  <wim@fluendo.com>
824
825         * gst-libs/gst/audio/gstaudiosink.c:
826         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
827         (gst_audioringbuffer_pause):
828         Implement pause that does not wait for completion.
829
830         * gst-libs/gst/audio/gstbaseaudiosink.c:
831         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
832         Don't drop buffers when going to PAUSED but perform preroll on
833         remaining samples now that core base class supports this.
834
835         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
836         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
837         (gst_ring_buffer_commit):
838         Pause should not signal waiters.
839         Implement return value of _commit correctly.
840
841 2006-01-30  Andy Wingo  <wingo@pobox.com>
842
843         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
844
845         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
846         updated to timestamp from the first sample, not the last.
847         (gst_vorbisenc_buffer_from_header_packet): New function, takes
848         special care of granulepos and timestamp for header packets.
849         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
850         when the first buffer has a nonzero timestamp.
851
852         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
853         (GstVorbisEnc.subgranule_offset): New members. Take care of the
854         case when the first audio buffer we get has a nonzero timestamp.
855         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
856         properly timestamp vorbis buffers with the time of the first
857         sample, not the last.
858         
859         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
860         vorbis_granule_time_copy -- now it takes the granule/subgranule
861         offset into account.
862
863         * tests/check/pipelines/vorbisenc.c: New test for correctness of
864         timestamps, durations, and granulepos on buffers produced by
865         vorbisenc.
866
867 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
868
869         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
870         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
871           Patch from Eric Jonas to support conversions to/from UYVY 
872           (Fixes: #324626)
873
874 2006-01-30  Julien MOUTTE  <julien@moutte.net>
875
876         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
877         (setup_subtitle), (setup_source), (set_active_source):
878         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
879         (gen_text_element), (gen_audio_element), (gen_vis_element),
880         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
881
882 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
883
884         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
885         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
886                 use gst_guint64_to_gdouble to be compliant with vs6
887         * gst/playback/gstdecodebin.c: (try_to_link_1)
888         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
889                 use G_GINT64_CONSTANT for int64 constants
890         * win32/common/libgstinterfaces.def:
891                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
892         * win32/vs6:
893                 update and add new project files
894                 
895 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
896
897         * Makefile.am:
898         * win32/MANIFEST:
899         * win32/common/interfaces-enumtypes.c:
900         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
901         (gst_mixer_track_flags_get_type),
902         (gst_tuner_channel_flags_get_type):
903         * win32/common/interfaces-enumtypes.h:
904         * win32/common/multichannel-enumtypes.c:
905         (gst_audio_channel_position_get_type):
906         * win32/common/multichannel-enumtypes.h:
907           add a win32-update rule like in core, and copy over enumtypes files
908
909 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
910
911         * win32/MANIFEST:
912         * win32/common/config.h:
913         * win32/common/config.h.in:
914           add config files just like in core
915
916 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
917
918         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
919           Make gcc-4.1 happy (part of #327357).
920
921 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
922
923         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
924         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
925         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
926         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
927         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
928         (gst_alsasrc_unprepare), (gst_alsasrc_read):
929           Update all error messages.  All of them should either use
930           the default translated message, or actually provide a
931           translatable string.
932           Make the string for channel count problems meaningful.
933
934 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
935
936         * sys/v4l/v4l_calls.c: (gst_v4l_open):
937           check for and throw RESOURCE_BUSY
938
939 2006-01-27  David Schleef  <ds@schleef.org>
940
941         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
942           checked in this change -- it requires liboil features not
943           in 0.3.6.  Revert parts.
944
945 2006-01-27  David Schleef  <ds@schleef.org>
946
947         * REQUIREMENTS:
948         * configure.ac: update liboil requirement to 0.3.6
949         * gst/videoscale/Makefile.am:
950         * gst/videoscale/vs_scanline.c: liboilify
951
952 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
953
954         * ext/libvisual/visual.c: (get_buffer):
955           When pad_alloc returns a GstFlowReturn other
956           than GST_FLOW_OK, make sure it is passed upstream.
957
958 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
959
960         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
961         (gst_alsasink_class_init):
962           Free the device name string.
963
964         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
965         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
966         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
967           Don't remove a pad from the collectpads structure until it
968           is released - it's a request pad, and may receive data again
969           if the element gets moved back to PLAYING state.
970
971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
972           Ensure we turn on double buffering on the Xv port, and
973           set the colour key to something dark and mysterious that
974           isn't black.
975
976 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
977
978         * ext/alsa/gstalsaplugin.c: (plugin_init):
979         * ext/cdparanoia/gstcdparanoiasrc.c:
980         (gst_cd_paranoia_src_base_init), (plugin_init):
981         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
982         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
983           - a library should not call setlocale. see "Libraries" node in
984             gettext manual
985           - make sure all plugins that use translation do bindtextdomain
986             to point to the localedir
987         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
988         (setup_sinks), (plugin_init):
989           all this, and check for NULL when creating sinks
990
991 2006-01-27  Julien MOUTTE  <julien@moutte.net>
992
993         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
994         (plugin_init): Make typefinding of subtitles work again.
995
996 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
997
998         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
999         (mp3_type_frame_length_from_header), (mp3_type_find),
1000         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
1001         (plugin_init):
1002           Backport a bunch of typefinding fixes from the 0.8 branch.
1003           Also, improve wavpack typefinding: if we can't peek the
1004           entire wavpack block, try to parse the bits we can get and
1005           see if we find what we're looking for in those.
1006
1007 2006-01-26  Julien MOUTTE  <julien@moutte.net>
1008
1009         * sys/ximage/ximagesink.c:
1010         (gst_ximagesink_calculate_pixel_aspect_ratio):
1011         * sys/xvimage/xvimagesink.c:
1012         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
1013         more cases of pixel aspect ratio.
1014
1015 2006-01-26  Edward Hervey  <edward@fluendo.com>
1016
1017         * gst/playback/gstdecodebin.c: (pad_probe):
1018         Also consider the flush-start and tag events as unblockers
1019         for the pad probes.
1020
1021 2006-01-26  Julien MOUTTE  <julien@moutte.net>
1022
1023         * gst/playback/gstplaybin.c: (gst_play_bin_init),
1024         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
1025         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
1026         On the fly visualisation switch, works disabling, enabling as
1027         well but it won't be able to enable vis in a playbin that was
1028         created with no visualisation.
1029
1030 2006-01-25  Wim Taymans  <wim@fluendo.com>
1031
1032         * gst-libs/gst/audio/gstbaseaudiosink.c:
1033         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1034         Undo previous commit that returned WRONG_STATE sooner, it breaks 
1035         resume after pause.
1036
1037 2006-01-25  Wim Taymans  <wim@fluendo.com>
1038
1039         * gst-libs/gst/audio/gstbaseaudiosink.c:
1040         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
1041         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
1042         Improve debugging.
1043         Post error when caps cannot be parsed.
1044         Resync on discontinuity in the stream.
1045         Clip samples to segment boundaries.
1046         return WRONG_STATE sooner when we are flushing.
1047
1048         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1049         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1050         Make audiosrc operate in TIME.
1051         Set TIMESTAMP and DURATION on buffers.
1052
1053 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1054
1055         * tests/examples/seek/seek.c: (main):
1056           Output tag messages as well.
1057
1058 2006-01-23  Edward Hervey  <edward@fluendo.com>
1059
1060         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1061         (free_pad_probes), (remove_fakesink), (pad_probe),
1062         (close_pad_link), (gst_decode_bin_change_state):
1063         Replace GstPadBlockCallback with pad probes that detect
1064         first buffer AND eos before removing fakesink.
1065         Fixes hang with demuxers doing EOS while pre-rolling.
1066         Solves #328279
1067
1068 2006-01-23  Andy Wingo  <wingo@pobox.com>
1069
1070         * ext/alsa/gstalsasink.c:
1071         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1072         (gst_base_rtp_depayload_setcaps),
1073         (gst_base_rtp_depayload_add_to_queue),
1074         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
1075         
1076         Patch by: Jens Granseuer <jensgr at gmx dot net>
1077
1078 2006-01-22  Julien MOUTTE  <julien@moutte.net>
1079
1080         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1081         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1082         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
1083         frames. We might get a frame destroyed after changing state to
1084         NULL, adding a safety check on xcontext.
1085
1086 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1087
1088         * gst-libs/gst/interfaces/xoverlay.c:
1089           Fix prepare-xwindow-id code example in the docs - we need to
1090           ignore all messages that aren't element messages as well.
1091           
1092 2006-01-21  Julien MOUTTE  <julien@moutte.net>
1093
1094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1095           I think one day i'll completely undestand how caps negotiation
1096           is supposed to work. This refactoring handles buffer_alloc
1097           called with caps we can't handle. We definitely don't want a
1098           set_caps with those caps, so we define and allocate a buffer
1099           we would like to receive.
1100
1101 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1102
1103         * gst/playback/gstplaybasebin.c: (setup_source):
1104           Free iterator when done.
1105
1106 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
1107
1108         * gst-libs/gst/audio/gstbaseaudiosink.c:
1109         (gst_base_audio_sink_render):
1110           Fix playback of non-synchronised streams by assuming a rate
1111           of 1.0 instead of a random one.
1112
1113           Makes this work again:
1114
1115           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
1116           endianness=(int)4321, signed=(boolean)true, width=(int)16,
1117           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
1118           audioresample ! alsasink
1119
1120 === release 0.10.2 ===
1121
1122 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
1123
1124         * configure.ac:
1125           releasing 0.10.2, "Then the devil is six"
1126
1127 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
1128
1129         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1130         * gst/playback/gststreamselector.c:
1131         (gst_stream_selector_set_property):
1132           Comment out broken code that connects to the state-changed signal.
1133           At this point, changing current stream selection is broken, but 
1134           stuff like gst-launch playbin current-audio=1 works and filters
1135           to the chosen stream.
1136
1137 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1138
1139         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1140           Fix #327216 (null dereference in vorbisdec)
1141
1142 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1143
1144         * ext/theora/theoradec.c: (theora_handle_comment_packet):
1145           Post taglist actually on bus instead of just freeing it
1146           (fixes #327114 and totem bug #327080).
1147
1148         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
1149           Use gst_element_found_tags_for_pad(), so that the tags
1150           are sent downstream as an event as well.
1151
1152 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1153
1154         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1155         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
1156         (gst_ximagesink_buffer_alloc):
1157         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
1158         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
1159         (gst_xvimagesink_buffer_alloc):
1160           move all regularly occurring messages to GST_LOG level
1161           add some more object logs
1162
1163 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1164
1165         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
1166           fix a silly segfault
1167
1168 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1169
1170         * docs/libs/gst-plugins-base-libs-docs.sgml:
1171         * docs/libs/gst-plugins-base-libs-sections.txt:
1172         * gst-libs/gst/audio/mixerutils.c:
1173         * gst-libs/gst/audio/mixerutils.h:
1174           Add docs for mixerutils stuff.
1175
1176 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
1177
1178         * gst/playback/gstplaybasebin.c: (setup_source):
1179           Fix playback for sources that emit raw audio or
1180           raw video streams (e.g.: cd audio sources) (#325984).
1181
1182 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1183
1184         * gst-libs/gst/audio/mixerutils.c:
1185         (gst_audio_mixer_filter_do_filter):
1186           actually save the element we create
1187
1188 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1189
1190         * gst-libs/gst/cdda/gstcddabasesrc.c:
1191         (gst_cdda_base_src_handle_track_seek):
1192           No need to post a tag message on the bus when seeking
1193           within the same track, only post it when the current
1194           track changes.
1195
1196 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
1197
1198         * gst/playback/gstplaybasebin.c: (group_destroy),
1199         (probe_triggered), (new_decoded_pad), (mute_group_type),
1200         (set_active_source):
1201         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1202         * gst/playback/gststreamselector.c:
1203         (gst_stream_selector_base_init),
1204         (gst_stream_selector_set_property),
1205         (gst_stream_selector_request_new_pad):
1206           Reenable stream selection. These mechanisms need a complete overhaul
1207           in the face of 0.8->0.10 changes though.
1208
1209 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
1210
1211         * ext/ogg/gstoggdemux.c:
1212           Change the pad template to src_%d to match the pads that 
1213           are created from it. decodebin needs this information in order
1214           to decide that oggdemux is capable of producing multiple pads
1215           (and hence needs queues inserted).
1216
1217         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1218         (gst_ogg_mux_collected):
1219           Make debug output more useful by using GST_PTR_FORMAT.
1220
1221 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1222
1223         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1224
1225         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
1226           Set depth and width for alaw/mulaw (fixes #326601).
1227
1228 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1229
1230         * tests/icles/Makefile.am:
1231           don't build the tests if we don't have the libs
1232
1233 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1234
1235         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
1236         (gst_cd_paranoia_paranoia_callback):
1237           Don't try to free NULL pointers.
1238
1239 2006-01-10  Edward Hervey  <edward@fluendo.com>
1240
1241         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
1242         (gst_audio_rate_change_state), (plugin_init):
1243         Add debugging category.
1244         Fix type issues.
1245         Add case for incoming buffers without valid offset/offset_end.
1246
1247 2006-01-10  Michael Smith  <msmith@fluendo.com>
1248
1249         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
1250           Don't leak GCond in audio sources.
1251
1252 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
1253
1254         * gst/playback/gstplaybin.c: (gen_audio_element):
1255           Don't leak an autoaudiosink/alsasink when we generate
1256           a new audio element. (old code, I guess)
1257
1258 2006-01-10  Michael Smith  <msmith@fluendo.com>
1259
1260         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
1261           Support float audio in audiorate.
1262           Use width rather than depth for selecting sample width.
1263
1264 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1265
1266         * gst/videotestsrc/videotestsrc.h:
1267           Use GLib types here (that way we don't have to include the
1268           generated _stdint.h header, which makes life easier for win32
1269           folks that don't use autotools for the build) (#325990, patch
1270           by: Sergey Scobich).
1271
1272 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1273
1274         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1275         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1276         (gst_ring_buffer_pause), (wait_segment):
1277         * gst-libs/gst/audio/gstringbuffer.h:
1278           Name (private) union, makes Forte compiler happy (this time
1279           for real) (#324900).
1280
1281 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1282
1283         * gst-libs/gst/audio/Makefile.am:
1284           Link against libgstinterfaces, needed for mixer
1285           and property probe stuff.
1286
1287 2006-01-09  Edward Hervey  <edward@fluendo.com>
1288
1289         * gst-libs/gst/Makefile.am:
1290
1291 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1292
1293         * gst-libs/gst/audio/Makefile.am:
1294         * gst-libs/gst/audio/mixerutils.c:
1295         (gst_audio_mixer_filter_do_filter),
1296         (gst_audio_mixer_filter_check_element),
1297         (gst_audio_mixer_filter_probe_feature),
1298         (element_factory_rank_compare_func),
1299         (gst_audio_default_registry_mixer_filter):
1300         * gst-libs/gst/audio/mixerutils.h:
1301           Add gst_audio_default_registry_mixer_filter() utility
1302           function.
1303
1304 2006-01-03  Michael Smith  <msmith@fluendo.com>
1305
1306         * gst/audioresample/resample.h:
1307           As before, but for o_buf
1308
1309 2006-01-03  Michael Smith  <msmith@fluendo.com>
1310
1311         * gst/audioresample/resample.h:
1312           Declare struct _ResampleState.buffer as unsigned char *, not void *,
1313           since we do arithmetic on it.
1314
1315 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
1316
1317         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1318         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1319         (gst_ring_buffer_pause), (wait_segment):
1320         * gst-libs/gst/audio/gstringbuffer.h:
1321           Sun's Forte compiler doesn't seem to like anonymous structs,
1322           so use same setup as in GstBaseSrc (fixes #324900).
1323
1324 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
1325
1326         * configure.ac:
1327         * gst/volume/Makefile.am:
1328         * gst/volume/demo.c:
1329           move old example to tests/examples/volume/volune.c
1330         * tests/examples/Makefile.am:
1331         * tests/examples/seek/seek.c: (main):
1332           change window-close event from "delete-event" to "destroy"
1333         * tests/examples/volume/Makefile.am:
1334         * tests/examples/volume/volume.c: (value_changed_callback),
1335         (setup_gui), (message_received), (eos_message_received), (main):
1336           fix event handling and bus usage
1337
1338 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
1339
1340         * gst/audiotestsrc/gstaudiotestsrc.c:
1341         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1342         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
1343         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
1344         (gst_audio_test_src_create_square),
1345         (gst_audio_test_src_create_saw),
1346         (gst_audio_test_src_create_triangle),
1347         (gst_audio_test_src_create_silence),
1348         (gst_audio_test_src_create_white_noise),
1349         (gst_audio_test_src_create_pink_noise),
1350         (gst_audio_test_src_init_sine_table),
1351         (gst_audio_test_src_create_sine_table),
1352         (gst_audio_test_src_change_wave),
1353         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
1354         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
1355         * gst/audiotestsrc/gstaudiotestsrc.h:
1356           update to basesrc changes, implement segmented seeking and eos
1357           handling, add a 'sine-tab' waveform for performance critical playback
1358
1359 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1360
1361         * po/POTFILES.in:
1362           ... and this time the other modified file that I missed last time.
1363
1364 2005-12-29  Michael Smith  <msmith@fluendo.com>
1365
1366         * gst/playback/gstdecodebin.c: (new_pad):
1367           Fix non-C89 variable declaration not at the start of a block. Should
1368           help some compilers.
1369
1370 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1371
1372         * tests/check/Makefile.am:
1373           And now fix 'make distcheck' (builddir != srcdir)
1374
1375 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1376
1377         * configure.ac:
1378         * ext/cdparanoia/Makefile.am:
1379         * ext/cdparanoia/gstcdparanoia.c:
1380         * ext/cdparanoia/gstcdparanoia.h:
1381         * ext/cdparanoia/gstcdparanoiasrc.c:
1382         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
1383         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
1384         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
1385         (gst_cd_paranoia_paranoia_callback),
1386         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
1387         (gst_cd_paranoia_src_set_property),
1388         (gst_cd_paranoia_src_get_property), (plugin_init):
1389         * ext/cdparanoia/gstcdparanoiasrc.h:
1390           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
1391           plugin again (there are still fixes required to playbin to make
1392           cdda:// uris work there).
1393
1394 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1395
1396         * tests/check/Makefile.am:
1397           Fix test case compilation.
1398
1399 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1400
1401         * gst-libs/gst/cdda/gstcddabasesrc.c:
1402         (gst_cdda_base_src_update_duration),
1403         (gst_cdda_base_src_calculate_cddb_id):
1404           An integer is not a string. Fix access to uninitialised variable.
1405
1406         * tests/check/Makefile.am:
1407           Add cddabasesrc unit test; also actually enable the vorbis test.
1408
1409         * tests/check/generic/states.c:
1410           Blacklist new cd audio elements as well.
1411
1412         * tests/check/libs/cddabasesrc.c:
1413           Unit test for GstCddaBaseSrc (discid calculation mostly).
1414
1415 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1416
1417         * docs/libs/Makefile.am:
1418         * docs/libs/gst-plugins-base-libs-docs.sgml:
1419         * docs/libs/gst-plugins-base-libs-sections.txt:
1420         * docs/libs/gst-plugins-base-libs.types:
1421           Add docs for libgstcdda/GstCddaBaseSrc.
1422
1423         * gst-libs/gst/interfaces/mixertrack.h:
1424           Do one struct member per line with a semicolon at the end, that way
1425           even gtk-doc might parse it without complaining.
1426
1427 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1428
1429         * configure.ac:
1430         * gst-libs/gst/Makefile.am:
1431         * gst-libs/gst/cdda/Makefile.am:
1432         * gst-libs/gst/cdda/base64.c:
1433         * gst-libs/gst/cdda/base64.h:
1434         * gst-libs/gst/cdda/gstcddabasesrc.c:
1435         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
1436         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
1437         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
1438         (gst_cdda_base_src_get_property),
1439         (gst_cdda_base_src_get_track_from_sector),
1440         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
1441         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
1442         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
1443         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
1444         (gst_cdda_base_src_uri_get_protocols),
1445         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
1446         (gst_cdda_base_src_uri_handler_init),
1447         (gst_cdda_base_src_setup_interfaces),
1448         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
1449         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
1450         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
1451         (gst_cdda_base_src_add_tags),
1452         (gst_cdda_base_src_add_index_associations),
1453         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
1454         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
1455         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
1456         (gst_cdda_base_src_create):
1457         * gst-libs/gst/cdda/gstcddabasesrc.h:
1458         * gst-libs/gst/cdda/sha1.c:
1459         * gst-libs/gst/cdda/sha1.h:
1460           Add new libgstcdda with GstCddaBaseSrc class.
1461
1462 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1463
1464         * ext/gnomevfs/gstgnomevfssink.h:
1465           Use GstBaseSinkClass as parent_class member for class struct, not
1466           GstBaseSink.
1467
1468 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1469
1470         * gst/videotestsrc/gstvideotestsrc.c:
1471         (gst_video_test_src_class_init), (gst_video_test_src_start):
1472           Add start method to reset running time and number of frames sent
1473           when starting up (fixes #324696; patch by: Michal Benes).
1474
1475 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1476
1477         * docs/plugins/Makefile.am:
1478         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1479         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1480         * docs/plugins/gst-plugins-base-plugins.args:
1481         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1482         * docs/plugins/gst-plugins-base-plugins.signals:
1483           Add docs stuff for gnomevfssrc and gnomevfssink.
1484
1485         * ext/gnomevfs/gstgnomevfssrc.c:
1486           Fix example pipeline in gtk-doc blurb.
1487
1488 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1489
1490         * ext/gnomevfs/Makefile.am:
1491         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
1492         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
1493         (gst_gnome_vfs_handle_get_type), (plugin_init):
1494         * ext/gnomevfs/gstgnomevfs.h:
1495         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
1496         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
1497         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
1498         (gst_gnome_vfs_sink_set_property),
1499         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
1500         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
1501         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
1502         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
1503         (gst_gnome_vfs_sink_uri_get_type),
1504         (gst_gnome_vfs_sink_uri_get_protocols),
1505         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
1506         (gst_gnome_vfs_sink_uri_handler_init):
1507         * ext/gnomevfs/gstgnomevfssink.h:
1508           Port gnomevfssink; add gtk-doc blurb.
1509
1510         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
1511         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
1512         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1513         (gst_gnome_vfs_src_uri_get_type),
1514         (gst_gnome_vfs_src_uri_get_protocols),
1515         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
1516         (gst_gnome_vfs_src_uri_handler_init),
1517         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
1518         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
1519         (gst_gnome_vfs_src_send_additional_headers_callback),
1520         (gst_gnome_vfs_src_received_headers_callback),
1521         (gst_gnome_vfs_src_push_callbacks),
1522         (gst_gnome_vfs_src_pop_callbacks),
1523         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
1524         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
1525         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
1526         * ext/gnomevfs/gstgnomevfssrc.h:
1527           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
1528           file; add gtk-doc blurb with example pipelines.
1529
1530 === release 0.10.1 ===
1531
1532 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
1533
1534         * configure.ac:
1535           releasing 0.10.1, "Dobro Dedek"
1536
1537 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
1538
1539         * gst/typefind/gsttypefindfunctions.c:
1540         iLBC30 and iLBC20 added to typefind.
1541
1542 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1543
1544         * gst-libs/gst/audio/gstbaseaudiosink.c:
1545         (gst_base_audio_sink_class_init):
1546         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1547         (gst_base_audio_src_class_init):
1548           update strings, values are in microseconds
1549           change the default sink buffer time to something that is smaller
1550           (to help software volume mixing have a slightly lower delay) but
1551           still be acceptable on Wim's laptop
1552
1553 2005-12-20  Edward Hervey  <edward@fluendo.com>
1554
1555         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
1556         Made a quack, forgot to add DUCK to the riff video template.
1557
1558 2005-12-19  Edward Hervey  <edward@fluendo.com>
1559
1560         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
1561         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
1562         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1563         (gst_ogm_parse_chain):
1564         Make sure pads are initialized correctly.
1565         * gst-libs/gst/riff/riff-ids.h:
1566         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1567         (gst_riff_create_video_template_caps):
1568         Add a whole bunch of FOURCC <=> MimeType.
1569         Extend the riff video pad template to support the newly added fourcc.
1570
1571 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
1572
1573         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1574         (gst_ogg_demux_activate_chain):
1575           Extra debug output when activating/deactivating chains.
1576
1577         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1578         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
1579         (unlinked):
1580           Remove a queue from our list when it becomes unlinked.
1581           Don't add queues to elements in class 'Demux' if they
1582           can only produce one pad 
1583
1584 2005-12-18  Julien MOUTTE  <julien@moutte.net>
1585
1586         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
1587         (gst_video_sink_get_type): Add a debug category.
1588
1589 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1590
1591         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1592         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
1593           Handle downstream newsegment by sending our own newsegment before the
1594           next buffer to be released. (#323900)
1595
1596 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1597
1598         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1599         (gst_base_rtp_depayload_set_gst_timestamp):
1600           add queue delay to new segment as well (as opposed to just the first
1601           buffer). (bug #322347)
1602
1603 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
1604
1605         * ext/libvisual/visual.c: (make_valid_name):
1606           change some char* into char[]
1607         * gst/audiotestsrc/gstaudiotestsrc.c:
1608         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
1609         (gst_audio_test_src_create):
1610         * gst/audiotestsrc/gstaudiotestsrc.h:
1611           prepare to handle EOS and SEGMENT_DONE
1612
1613 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1614
1615         * tests/check/generic/states.c: (GST_START_TEST):
1616           Blacklist cdparanoia element in state test.
1617
1618 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1619
1620         * gst/tcp/gsttcp.c:
1621         * gst/tcp/gsttcpclientsink.c:
1622         * gst/tcp/gsttcpserversink.c:
1623         * gst/tcp/gsttcpserversrc.c:
1624           Add <string.h> includes for memset and FD_ZERO (fixes #323878;
1625           patch by: Benjamin Pineau).
1626
1627 2005-12-15  Michael Smith  <msmith@fluendo.com>
1628
1629         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
1630         (gst_video_rate_chain):
1631           Fix timestamping for videorate when the first buffer it sees has a
1632           non-zero timestamp. Fix some misleading debug output.
1633
1634 2005-12-15  Michael Smith  <msmith@fluendo.com>
1635
1636         * gst/audioresample/gstaudioresample.c:
1637           Don't leak all input buffers to audioresample.
1638
1639 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1640
1641         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
1642           Don't operate on empty text buffers. Strip newlines and
1643           tabs only from the end of the text, but leave them intact
1644           in the middle. Fix typo in gtk-doc description.
1645
1646 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1647
1648         * gst/playback/gstplaybasebin.c:
1649         * gst/playback/gstplaybin.c: (handoff):
1650           Make sure the video frame buffer we return to apps via the
1651           "frame" property always has caps set on it. Modify
1652           _gst_gvalue_set_object() macro to handle NULL objects
1653           gracefully too.
1654
1655 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
1656
1657         * gst/audiotestsrc/gstaudiotestsrc.c:
1658         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1659         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
1660         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
1661         (gst_audio_test_src_create):
1662         * gst/audiotestsrc/gstaudiotestsrc.h:
1663         Adjust to some recent api changes and add wtays new cool seeking
1664         capabillities
1665
1666 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1667
1668         * ext/alsa/Makefile.am:
1669         * ext/alsa/gstalsadeviceprobe.c:
1670         * ext/alsa/gstalsadeviceprobe.h:
1671           Helper functions to add device probing via the GstPropertyProbe
1672           interface to a class.
1673
1674         * ext/alsa/gstalsamixer.h:
1675           Comment out GST_ALSA_MIXER, it returns a struct that's not
1676           used.
1677
1678         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
1679           Add some debug info. 
1680
1681         * ext/alsa/gstalsamixerelement.c:
1682         (gst_alsa_mixer_element_interface_supported),
1683         (gst_implements_interface_init),
1684         (gst_alsa_mixer_element_init_interfaces),
1685         (gst_alsa_mixer_element_class_init),
1686         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1687         (gst_alsa_mixer_element_set_property),
1688         (gst_alsa_mixer_element_get_property),
1689         (gst_alsa_mixer_element_change_state):
1690         * ext/alsa/gstalsamixerelement.h:
1691           Add 'device' and 'device-name' properties. Add GstPropertyProbe
1692           for device handling (gnome-volume-control will need that).
1693
1694 2005-12-12  Christian Schaller  <uraeus@gnome.org>
1695
1696         * ext/Makefile.am: fix cdparanoia entry
1697         * gst-plugins-base.spec.in: add cdparanoia
1698
1699 2005-12-12  Michael Smith  <msmith@fluendo.com>
1700
1701         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
1702           Use the correct function to free list of typefind factories.
1703
1704 2005-12-12  Wim Taymans  <wim@fluendo.com>
1705
1706         * gst/videotestsrc/gstvideotestsrc.c:
1707         (gst_video_test_src_class_init), (gst_video_test_src_init),
1708         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
1709         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
1710         (gst_video_test_src_create):
1711         * gst/videotestsrc/gstvideotestsrc.h:
1712         Implement seeking in videotestsrc.
1713         Small cleanups.
1714
1715 2005-12-12  Wim Taymans  <wim@fluendo.com>
1716
1717         * ext/cdparanoia/Makefile.am:
1718         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
1719         (gst_paranoia_endian_get_type), (_do_init),
1720         (cdparanoia_class_init), (cdparanoia_init),
1721         (cdparanoia_set_property), (cdparanoia_get_property),
1722         (cdparanoia_do_seek), (cdparanoia_is_seekable),
1723         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
1724         (cdparanoia_convert), (cdparanoia_get_query_types),
1725         (cdparanoia_query), (cdparanoia_set_index),
1726         (cdparanoia_uri_set_uri):
1727         * ext/cdparanoia/gstcdparanoia.h:
1728         Partially ported cdparanoia now that basesrc can support a
1729         plugin like this..
1730
1731 2005-12-12  Wim Taymans  <wim@fluendo.com>
1732
1733         * tests/examples/seek/scrubby.c: (main):
1734         Set higher priority for bus events so they don't get reordered with
1735         gtk gui events.
1736
1737         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1738         (flush_toggle_cb), (main):
1739         Added checkbox to disable flushing seeks. 
1740         Disable scrubbing when doing non flushing seeks.
1741
1742 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
1743
1744         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
1745         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
1746         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
1747         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
1748           Implement some sort of event handling that doesn't rely on
1749           g_return_if_fail; make sure we always push the last chunk of an 
1750           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
1751           state change function; remove some old cruft. Seeking is still
1752           rather unlikely to work though.
1753
1754         * tools/.cvsignore:
1755           Ignore more.
1756
1757 2005-12-11  Julien MOUTTE  <julien@moutte.net>
1758
1759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
1760         Fixed a leak of the current image reference when cleaning up.
1761         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
1762
1763 2005-12-09  Michael Smith  <msmith@fluendo.com>
1764
1765         * tools/Makefile.am:
1766         * tools/gst-launch-ext-m.m:
1767           Remove gst-launch-ext. It doesn't work, and is no longer
1768           particularly useful.
1769
1770 2005-12-08  Luca Ognibene  <luogni@tin.it>
1771
1772         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1773           don't pass random values to ogmparse convert function.
1774           Make seeking possible in the exile1.ogm file.
1775
1776 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1777
1778         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
1779         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1780           Work around refcount problem with g_value_set_object() that occur
1781           if the core has been compiled against GLib-2.6 (g_value_set_object()
1782           will only g_object_ref() the element, but the caller will
1783           gst_object_unref() it and bad things will happen due to the way
1784           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
1785           totem for people on FC4 using Thomas's 0.10 RPMs.
1786           
1787 2005-12-07  Edward Hervey  <edward@fluendo.com>
1788
1789         Time to welcome ogm to 0.10 :)
1790         
1791         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
1792         (gst_ogg_pad_typefind):
1793         Oggdemux can now properly typefind elements with dynamic pads.
1794         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1795         Properly set caps on src pad, and set caps on outgoing buffers.
1796
1797 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1798
1799         * ext/alsa/gstalsamixer.h:
1800         * ext/alsa/gstalsamixerelement.h:
1801         * ext/alsa/gstalsamixeroptions.h:
1802         * ext/alsa/gstalsamixertrack.h:
1803         * ext/alsa/gstalsasink.c:
1804         * ext/alsa/gstalsasink.h:
1805         * ext/alsa/gstalsasrc.c:
1806         * ext/alsa/gstalsasrc.h:
1807         * ext/cdparanoia/gstcdparanoia.h:
1808         * ext/gnomevfs/gstgnomevfsuri.h:
1809         * ext/ogg/gstoggdemux.c:
1810         * ext/ogg/gstoggmux.c:
1811         * ext/pango/gsttextoverlay.h:
1812         * ext/theora/theoradec.c:
1813         * ext/theora/theoraenc.c:
1814         * ext/vorbis/vorbisdec.h:
1815         * ext/vorbis/vorbisenc.c:
1816         * ext/vorbis/vorbisenc.h:
1817         * ext/vorbis/vorbisparse.h:
1818         * gst-libs/gst/audio/gstaudioclock.h:
1819         * gst-libs/gst/audio/gstaudiosink.c:
1820         * gst-libs/gst/audio/gstaudiosink.h:
1821         * gst-libs/gst/audio/gstaudiosrc.c:
1822         * gst-libs/gst/audio/gstaudiosrc.h:
1823         * gst-libs/gst/audio/gstbaseaudiosink.c:
1824         * gst-libs/gst/audio/gstbaseaudiosink.h:
1825         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1826         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1827         * gst-libs/gst/audio/gstringbuffer.h:
1828         * gst-libs/gst/audio/multichannel.h:
1829         * gst-libs/gst/floatcast/floatcast.h:
1830         * gst-libs/gst/interfaces/colorbalance.c:
1831         * gst-libs/gst/interfaces/colorbalance.h:
1832         * gst-libs/gst/interfaces/colorbalancechannel.h:
1833         * gst-libs/gst/interfaces/mixer.h:
1834         * gst-libs/gst/interfaces/mixeroptions.h:
1835         * gst-libs/gst/interfaces/mixertrack.h:
1836         * gst-libs/gst/interfaces/navigation.h:
1837         * gst-libs/gst/interfaces/propertyprobe.h:
1838         * gst-libs/gst/interfaces/tuner.h:
1839         * gst-libs/gst/interfaces/tunerchannel.h:
1840         * gst-libs/gst/interfaces/tunernorm.h:
1841         * gst-libs/gst/interfaces/xoverlay.h:
1842         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1843         * gst-libs/gst/riff/riff-ids.h:
1844         * gst-libs/gst/riff/riff-media.h:
1845         * gst-libs/gst/riff/riff-read.h:
1846         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1847         * gst-libs/gst/rtp/gstbasertppayload.c:
1848         * gst-libs/gst/rtp/gstbasertppayload.h:
1849         * gst-libs/gst/rtp/gstrtpbuffer.c:
1850         * gst-libs/gst/rtp/gstrtpbuffer.h:
1851         * gst-libs/gst/tag/gsttageditingprivate.h:
1852         * gst-libs/gst/tag/gstvorbistag.c:
1853         (gst_tag_list_from_vorbiscomment_buffer):
1854         * gst-libs/gst/tag/tag.h:
1855         * gst-libs/gst/video/video.h:
1856         * gst/adder/gstadder.c:
1857         * gst/adder/gstadder.h:
1858         * gst/audioconvert/audioconvert.c:
1859         * gst/audioconvert/audioconvert.h:
1860         * gst/audioconvert/gstaudioconvert.c:
1861         * gst/audioconvert/gstchannelmix.c:
1862         * gst/audioconvert/gstchannelmix.h:
1863         * gst/audiorate/gstaudiorate.c:
1864         * gst/audioresample/buffer.h:
1865         * gst/audioresample/functable.h:
1866         * gst/audioresample/gstaudioresample.c:
1867         * gst/audioresample/resample.h:
1868         * gst/ffmpegcolorspace/avcodec.h:
1869         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1870         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1871         * gst/ffmpegcolorspace/imgconvert.c:
1872         * gst/ffmpegcolorspace/imgconvert_template.h:
1873         * gst/playback/gstdecodebin.c:
1874         * gst/playback/gstplaybasebin.h:
1875         * gst/playback/gstplaybin.c:
1876         * gst/playback/gststreaminfo.h:
1877         * gst/tcp/gstfdset.c:
1878         * gst/tcp/gstfdset.h:
1879         * gst/tcp/gstmultifdsink.c:
1880         * gst/tcp/gstmultifdsink.h:
1881         * gst/tcp/gsttcp.h:
1882         * gst/tcp/gsttcpclientsrc.c:
1883         * gst/tcp/gsttcpclientsrc.h:
1884         * gst/tcp/gsttcpplugin.h:
1885         * gst/tcp/gsttcpserversink.c:
1886         * gst/tcp/gsttcpserversrc.c:
1887         * gst/typefind/gsttypefindfunctions.c:
1888         * gst/videorate/gstvideorate.c:
1889         * gst/videotestsrc/gstvideotestsrc.h:
1890         * gst/videotestsrc/videotestsrc.h:
1891         * sys/v4l/gstv4lcolorbalance.h:
1892         * sys/v4l/gstv4ltuner.h:
1893         * sys/v4l/gstv4lxoverlay.h:
1894         * sys/v4l/v4l_calls.h:
1895         * sys/v4l/videodev_mjpeg.h:
1896         * tests/check/elements/audioconvert.c:
1897         * tests/check/elements/audioresample.c:
1898         * tests/check/elements/audiotestsrc.c:
1899         * tests/check/elements/videotestsrc.c:
1900         * tests/check/elements/volume.c:
1901         * tests/examples/seek/scrubby.c:
1902         * tests/examples/seek/seek.c:
1903           expand tabs
1904
1905 === release 0.10.0 ===
1906
1907 2005-12-05   <thomas (at) apestaart (dot) org>
1908
1909         * configure.ac:
1910           releasing 0.10.0, "Mont-d'or"
1911
1912 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1913
1914         * tests/examples/seek/Makefile.am:
1915         Build fix for when gtk is not available.
1916
1917 2005-12-05  Andy Wingo  <wingo@pobox.com>
1918
1919         * ext/libvisual/visual.c: (get_buffer):
1920         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1921         * ext/pango/gsttextrender.c: (gst_text_render_chain):
1922         * ext/theora/theoradec.c: (theora_handle_data_packet):
1923         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
1924         (theora_enc_chain):
1925         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1926         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1927         Update for alloc_buffer changes.
1928
1929 2005-12-05  Andy Wingo  <wingo@pobox.com>
1930
1931         patch by: Kai Vehmanen <kv2004 eca cx>
1932         
1933         * gst-libs/gst/rtp/gstbasertpdepayload.c
1934         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
1935
1936 2005-12-04  Andy Wingo  <wingo@pobox.com>
1937
1938         patch by: Sebastien Cote <sebas642 yahoo ca>
1939         
1940         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
1941         Fixes #319172.
1942
1943 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
1944
1945         * docs/plugins/Makefile.am:
1946         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1947         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1948         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1949         * ext/pango/gstclockoverlay.c:
1950         * ext/pango/gsttextoverlay.c: 
1951         * ext/pango/gsttextrender.c:
1952         * ext/pango/gsttimeoverlay.c:
1953           Add gtk-doc blurbs to pango elements.
1954
1955 2005-12-02  Wim Taymans  <wim@fluendo.com>
1956
1957         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
1958         * gst/audioresample/buffer.h:
1959         * gst/audioresample/gstaudioresample.c:
1960         * gst/audioresample/gstaudioresample.h:
1961         * gst/audioresample/resample.c: (resample_input_flush),
1962         (resample_input_pushthrough), (resample_input_eos),
1963         (resample_get_output_size_for_input),
1964         (resample_get_input_size_for_output), (resample_get_output_size),
1965         (resample_get_output_data):
1966         * gst/audioresample/resample.h:
1967         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1968         Fix audioresample, seek torture, new segments, reverse negotiation
1969         etc.. work fine.
1970
1971 2005-12-02  Wim Taymans  <wim@fluendo.com>
1972
1973         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1974         Small cleanups.
1975
1976 2005-12-02  Wim Taymans  <wim@fluendo.com>
1977
1978         * gst/audioconvert/gstaudioconvert.c:
1979         (gst_audio_convert_transform):
1980         Post errors.
1981
1982 === release 0.9.7 ===
1983
1984 2005-12-01   <thomas (at) apestaart (dot) org>
1985
1986         * configure.ac:
1987           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
1988
1989 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1990
1991         * Makefile.am:
1992         * po/hu.po:
1993         * win32/MANIFEST:
1994         * win32/gst.sln:
1995           add win32 MANIFEST file
1996           do something to the hungarian translation
1997
1998 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
1999
2000         * ext/Makefile.am:
2001           Add $(PANGO_DIR) to SUBDIRS
2002
2003         * ext/pango/gstclockoverlay.c:
2004         * ext/pango/gsttimeoverlay.c:
2005           Fix and improve element descriptions.
2006
2007 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2008
2009         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2010         * docs/plugins/inspect/plugin-libvisual.xml:
2011         * docs/plugins/inspect/plugin-pango.xml:
2012           add pango plugin to docs
2013
2014 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2015
2016         * configure.ac:
2017         * ext/Makefile.am:
2018           moved pango to base
2019
2020 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2021
2022         * configure.ac:
2023         * tests/Makefile.am:
2024         * tests/icles/.cvsignore:
2025         * tests/icles/Makefile.am:
2026         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
2027         (close_display), (resize_window), (move_window), (create_window),
2028         (terminate_playback), (pause_playback), (start_playback), (main):
2029           add stress test for xoverlay from Julien
2030
2031 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2032
2033         * docs/libs/tmpl/gstcolorbalance.sgml:
2034         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2035         * gst-libs/gst/rtp/gstbasertppayload.c:
2036         * gst-libs/gst/rtp/gstrtpbuffer.c:
2037         * gst-libs/gst/rtp/gstrtpbuffer.h:
2038           Do burger's rename for rtp payloaders and depayloaders
2039
2040 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2041
2042         * win32/:
2043           add Visual Studio 6 build files
2044
2045 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2046
2047         * docs/libs/gst-plugins-base-libs-docs.sgml:
2048         * docs/libs/gst-plugins-base-libs-sections.txt:
2049         * docs/libs/tmpl/gstaudio.sgml:
2050         * docs/libs/tmpl/gstringbuffer.sgml:
2051         * gst-libs/gst/interfaces/xoverlay.c:
2052         * gst-libs/gst/video/gstvideofilter.c:
2053         * gst-libs/gst/video/gstvideosink.c:
2054           update documentation
2055
2056 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2057
2058         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
2059         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
2060         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
2061         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2062         (gst_multi_fd_sink_get_stats),
2063         (gst_multi_fd_sink_remove_client_link),
2064         (gst_multi_fd_sink_handle_client_read),
2065         (gst_multi_fd_sink_client_queue_data),
2066         (gst_multi_fd_sink_client_queue_caps),
2067         (gst_multi_fd_sink_client_queue_buffer),
2068         (gst_multi_fd_sink_new_client),
2069         (gst_multi_fd_sink_handle_client_write),
2070         (gst_multi_fd_sink_recover_client),
2071         (gst_multi_fd_sink_queue_buffer),
2072         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
2073         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
2074         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
2075         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
2076         * gst/tcp/gstmultifdsink.h:
2077         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
2078         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
2079         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
2080         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
2081         (gst_tcp_client_sink_set_property),
2082         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
2083         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
2084         * gst/tcp/gsttcpclientsink.h:
2085         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
2086         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
2087         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
2088         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
2089         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
2090         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
2091         * gst/tcp/gsttcpclientsrc.h:
2092         * gst/tcp/gsttcpplugin.c: (plugin_init):
2093         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
2094         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
2095         (gst_tcp_server_sink_finalize),
2096         (gst_tcp_server_sink_handle_server_read),
2097         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
2098         (gst_tcp_server_sink_set_property),
2099         (gst_tcp_server_sink_get_property),
2100         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
2101         * gst/tcp/gsttcpserversink.h:
2102         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
2103         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
2104         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
2105         (gst_tcp_server_src_set_property),
2106         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
2107         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
2108         * gst/tcp/gsttcpserversrc.h:
2109           more borgifying
2110
2111 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2112
2113         * docs/plugins/Makefile.am:
2114         * docs/plugins/gst-plugins-base-plugins.args:
2115         * docs/plugins/inspect/plugin-libvisual.xml:
2116         * gst/audioconvert/plugin.h:
2117         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
2118         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
2119         (gst_audio_rate_setcaps), (gst_audio_rate_init),
2120         (gst_audio_rate_chain), (gst_audio_rate_set_property),
2121         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
2122         (plugin_init):
2123         * gst/audiotestsrc/gstaudiotestsrc.c:
2124         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
2125         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2126         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2127         (gst_audio_test_src_get_query_types),
2128         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
2129         (gst_audio_test_src_create_square),
2130         (gst_audio_test_src_create_saw),
2131         (gst_audio_test_src_create_triangle),
2132         (gst_audio_test_src_create_silence),
2133         (gst_audio_test_src_create_white_noise),
2134         (gst_audio_test_src_init_pink_noise),
2135         (gst_audio_test_src_generate_pink_noise_value),
2136         (gst_audio_test_src_create_pink_noise),
2137         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
2138         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
2139         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
2140         (plugin_init):
2141         * gst/audiotestsrc/gstaudiotestsrc.h:
2142         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
2143         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
2144         (gst_sub_parse_init), (gst_sub_parse_formats),
2145         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
2146         (convert_encoding), (get_next_line),
2147         (gst_sub_parse_data_format_autodetect),
2148         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
2149         (gst_sub_parse_loop), (gst_sub_parse_chain),
2150         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
2151         (plugin_init):
2152         * gst/subparse/gstsubparse.h:
2153         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
2154         (gst_video_rate_base_init), (gst_video_rate_class_init),
2155         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
2156         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
2157         (gst_video_rate_init), (gst_video_rate_event),
2158         (gst_video_rate_chain), (gst_video_rate_set_property),
2159         (gst_video_rate_get_property), (gst_video_rate_change_state),
2160         (plugin_init):
2161         * gst/videoscale/gstvideoscale.c:
2162         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
2163         (gst_video_scale_src_template_factory),
2164         (gst_video_scale_sink_template_factory),
2165         (gst_video_scale_get_type), (gst_video_scale_base_init),
2166         (gst_video_scale_class_init), (gst_video_scale_init),
2167         (gst_video_scale_set_property), (gst_video_scale_get_property),
2168         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
2169         (gst_video_scale_prepare_size), (parse_caps),
2170         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2171         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
2172         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
2173         (plugin_init):
2174         * gst/videoscale/gstvideoscale.h:
2175         * gst/videotestsrc/gstvideotestsrc.c:
2176         (gst_video_test_src_pattern_get_type),
2177         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
2178         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
2179         (gst_video_test_src_set_pattern),
2180         (gst_video_test_src_set_property),
2181         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
2182         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
2183         (gst_video_test_src_event), (gst_video_test_src_get_times),
2184         (gst_video_test_src_create), (plugin_init):
2185         * gst/videotestsrc/gstvideotestsrc.h:
2186         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
2187         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2188         (gst_video_test_src_black):
2189         * gst/videotestsrc/videotestsrc.h:
2190           borgify further
2191           clean up docs a little
2192
2193 2005-11-30  Wim Taymans  <wim@fluendo.com>
2194
2195         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2196         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2197         (gst_basertppayload_event), (gst_basertppayload_push),
2198         (gst_basertppayload_change_state):
2199         * gst-libs/gst/rtp/gstbasertppayload.h:
2200         closed #320644.
2201
2202 2005-11-30  Julien MOUTTE  <julien@moutte.net>
2203
2204         * docs/libs/gst-plugins-base-libs-docs.sgml:
2205         * docs/libs/gst-plugins-base-libs-sections.txt:
2206         * gst-libs/gst/video/gstvideofilter.c:
2207         * gst-libs/gst/video/gstvideosink.c:
2208         * gst-libs/gst/video/gstvideosink.h: Adding docs.
2209
2210 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2211
2212         * LICENSE:
2213           move
2214         * po/af.po:
2215         * po/az.po:
2216         * po/cs.po:
2217         * po/en_GB.po:
2218         * po/hu.po:
2219         * po/it.po:
2220         * po/nb.po:
2221         * po/nl.po:
2222         * po/or.po:
2223         * po/sq.po:
2224         * po/sr.po:
2225         * po/sv.po:
2226         * po/uk.po:
2227         * po/vi.po:
2228         * Makefile.am:
2229           update
2230         * scripts/autoplugins.sh:
2231           remove
2232
2233 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2234
2235         * Makefile.am:
2236         * configure.ac:
2237         * examples/Makefile.am:
2238         * examples/capsfilter/Makefile.am:
2239         * examples/capsfilter/capsfilter1.c:
2240         * examples/gob/Makefile.am:
2241         * examples/gob/gst-identity2.gob:
2242         * examples/indexing/.cvsignore:
2243         * examples/indexing/Makefile.am:
2244         * examples/indexing/indexmpeg.c:
2245         * examples/seeking/.cvsignore:
2246         * examples/seeking/Makefile.am:
2247         * examples/seeking/cdparanoia.c:
2248         * examples/seeking/cdplayer.c:
2249         * examples/seeking/chained.c:
2250         * examples/seeking/scrubby.c:
2251         * examples/seeking/seek.c:
2252         * examples/stats/Makefile.am:
2253         * examples/stats/mp2ogg.c:
2254         * examples/switch/.cvsignore:
2255         * examples/switch/Makefile.am:
2256         * examples/switch/switcher.c:
2257         * tests/Makefile.am:
2258         * tests/check/generic/.cvsignore:
2259         * tests/check/pipelines/.cvsignore:
2260         * tests/examples/Makefile.am:
2261         * tests/examples/seek/Makefile.am:
2262           reorganize stuff under tests/
2263
2264 2005-11-30  Edward Hervey  <edward@fluendo.com>
2265
2266         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2267         Go away you stupid GstStaticPadTemplate memleak.
2268
2269 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2270
2271         * gst-libs/gst/net/Makefile.am:
2272         * gst-libs/gst/net/README:
2273         * gst-libs/gst/net/gstnetbuffer.c:
2274         * gst-libs/gst/net/gstnetbuffer.h:
2275           this was moved to "netbuffer"
2276
2277 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2278
2279         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
2280         (gst_video_filter_class_init), (gst_video_filter_init):
2281         * gst-libs/gst/video/gstvideofilter.h:
2282           borgify name to bring in line with other classes
2283
2284 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2285
2286         * gst/audioscale/.cvsignore:
2287         * gst/audioscale/Makefile.am:
2288         * gst/audioscale/README:
2289         * gst/audioscale/audioscale.vcproj:
2290         * gst/audioscale/dtof.c:
2291         * gst/audioscale/dtos.c:
2292         * gst/audioscale/functable.c:
2293         * gst/audioscale/gstaudioscale.c:
2294         * gst/audioscale/gstaudioscale.h:
2295         * gst/audioscale/private.h:
2296         * gst/audioscale/resample.c:
2297         * gst/audioscale/resample.h:
2298         * gst/audioscale/test.c:
2299           remove
2300
2301 2005-11-30  Edward Hervey  <edward@fluendo.com>
2302
2303         * gst-libs/gst/netbuffer/Makefile.am:
2304         really, really tired
2305
2306 2005-11-30  Edward Hervey  <edward@fluendo.com>
2307
2308         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2309         Update for new GstTypeFindFactory _register()
2310
2311 2005-11-30  Edward Hervey  <edward@fluendo.com>
2312
2313         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
2314         Let's not override libgstnet from core for no reason...
2315         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
2316         Ok, maybe not so quick next time.
2317
2318 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2319
2320         * configure.ac:
2321         * gst-libs/gst/Makefile.am:
2322           moved gst-libs/gst/net to netbuffer through CVS surgery
2323           remove old directory
2324           updating build to accomodate
2325           (#322257)
2326
2327 2005-11-29  Andy Wingo  <wingo@pobox.com>
2328
2329         * pkgconfig/gstreamer-plugins-base.pc.in:
2330         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2331         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
2332         (#322257).
2333
2334 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2335
2336         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
2337         3rd time's the charm. Correct ref-counting for discarded buffers.
2338
2339 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2340
2341         * gst/playback/gststreamselector.c:
2342         (gst_stream_selector_class_init),
2343         (gst_stream_selector_set_property),
2344         (gst_stream_selector_get_property),
2345         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2346         Fix ref-counting
2347
2348 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
2349
2350         * gst/subparse/gstsubparse.c: (feed_textbuf):
2351           Don't access already unref'ed buffer.
2352
2353 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2354
2355         * gst/playback/gststreamselector.c:
2356         (gst_stream_selector_class_init), (gst_stream_selector_init),
2357         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
2358         (gst_stream_selector_get_property),
2359         (gst_stream_selector_get_linked_pad),
2360         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2361         * gst/playback/gststreamselector.h:
2362         Add the active-pad property for playbin to use shortly. Ignore buffers
2363         from any other pad, returning GST_FLOW_NOT_LINKED
2364
2365 2005-11-29  Julien MOUTTE  <julien@moutte.net>
2366
2367         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
2368         patch from bug #322704 (Alessandro Decina).
2369
2370 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2371
2372         * gst-libs/gst/audio/Makefile.am:
2373           folded audiofilter into the audio library
2374
2375 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2376
2377         * gst/videoscale/gstvideoscale.h:
2378         * gst/videoscale/gstvideoscale.c:
2379           remove unimplemented scale methods
2380
2381 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
2382
2383         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
2384           Don't leak caps.
2385
2386 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2387
2388         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2389         (gst_ximagesink_setcaps):
2390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2391         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
2392         happens (only visible on ximagesink but bug is in xv too) set_caps was
2393         destroying the internal x[v]image used to memcpy non locally alloced
2394         buffers so that it got renewed on next _chain. The issue is that 
2395         _expose will try to put that image as it reffed it in _put.
2396         Using gst_buffer_unref instead of destroy fixes it !
2397
2398 2005-11-28  Edward Hervey  <edward@fluendo.com>
2399
2400         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2401         (try_to_link_1), (queue_filled_cb):
2402         Better use of the queues. Start with a small size queue and only increase
2403         the size of the queues when the other queues are empty.
2404
2405 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2406
2407         * gst-libs/gst/video/Makefile.am:
2408           compile in copied-over videofilter into the video library
2409         * gst-libs/gst/video/videosink.h:
2410           rename the header to gstvideosink.h since it's a base GstObject class
2411         * sys/ximage/ximagesink.h:
2412         * sys/xvimage/xvimagesink.h:
2413           use the new header
2414
2415 2005-11-28  Wim Taymans  <wim@fluendo.com>
2416
2417         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
2418         * gst/playback/gstplaybasebin.h:
2419         Prepare to handle errors betters.
2420
2421         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
2422         Set sinks to PAUSED first before adding and linking them so that
2423         we don't interrupt dataflow.
2424
2425 2005-11-28  Wim Taymans  <wim@fluendo.com>
2426
2427         * gst-libs/gst/audio/TODO:
2428         Updated TODO
2429
2430         * gst-libs/gst/audio/gstaudiosink.c:
2431         (gst_audioringbuffer_open_device),
2432         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
2433         (gst_audioringbuffer_release):
2434         Small cleanups.
2435
2436         * gst-libs/gst/audio/gstbaseaudiosink.c:
2437         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
2438         (gst_base_audio_sink_change_state):
2439         Slave to the master clock when going to PLAYING and unslave when
2440         going to PAUSED.
2441
2442         * gst-libs/gst/audio/gstringbuffer.c:
2443         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2444         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
2445         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
2446         (gst_ring_buffer_clear_all), (wait_segment),
2447         (gst_ring_buffer_commit), (gst_ring_buffer_read),
2448         (gst_ring_buffer_advance):
2449         * gst-libs/gst/audio/gstringbuffer.h:
2450         Add some docs and cleanups.
2451
2452 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2453
2454         * sys/xvimage/xvimagesink.c:
2455         (gst_xvimagesink_navigation_send_event): Fix navigation events
2456         coordinates translation with pixel aspect ratios.
2457
2458 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2459
2460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2461         Use calculated video geometry from _setcaps instead of buffer
2462         caps to respect pixel aspect ratio. (fixes #322388)
2463
2464 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2465
2466         * docs/libs/tmpl/gstcolorbalance.sgml:
2467         * docs/libs/tmpl/gstmixer.sgml:
2468         * docs/libs/tmpl/gstxoverlay.sgml:
2469         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
2470         interface.
2471
2472 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2473
2474         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2475         Refuse to create an XvImage if we can't find the format.
2476
2477 2005-11-28  Edward Hervey  <edward@fluendo.com>
2478
2479         * gst-libs/gst/riff/riff-media.c:
2480         (gst_riff_create_audio_template_caps):
2481         Add ATRAC3 to the list of riff-possible audio caps.
2482         I know we still don't have a plugin for atrac3, but it's saner to output
2483         that than a cryptic mimetype.
2484
2485 2005-11-27  Edward Hervey  <edward@fluendo.com>
2486
2487         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
2488         Don't try to create a zero-sized subbuffer.
2489
2490 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2491
2492         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
2493         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2494         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
2495         (gst_ximagesink_expose): Fixed a tricky race.
2496         * sys/ximage/ximagesink.h:
2497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2498         (gst_xvimagesink_expose): Fixed a tricky race.
2499         * sys/xvimage/xvimagesink.h:
2500
2501 2005-11-27  Edward Hervey  <edward@fluendo.com>
2502
2503         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2504         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
2505         Remove unused properties, and add queues between demuxers and decoders
2506         so that a lot more files can preroll properly.
2507
2508 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2509
2510         * gst-libs/gst/net/Makefile.am:
2511         * gst-libs/gst/rtp/Makefile.am:
2512         * gst-libs/gst/tag/Makefile.am:
2513           remove silly include
2514         * gst/tags/Makefile.am:
2515         * gst/tags/gsttagediting.c:
2516         * gst/tags/gsttageditingprivate.h:
2517         * gst/tags/tagedit.vcproj:
2518           remove directory, is as good as empty
2519
2520 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2521
2522         * configure.ac:
2523           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
2524         * gst-libs/Makefile.am:
2525         * gst-libs/gst/audio/Makefile.am:
2526         * gst-libs/gst/interfaces/Makefile.am:
2527         * gst-libs/gst/net/Makefile.am:
2528         * gst-libs/gst/riff/Makefile.am:
2529         * gst-libs/gst/rtp/Makefile.am:
2530         * gst-libs/gst/tag/Makefile.am:
2531         * gst-libs/gst/video/Makefile.am:
2532           and use them
2533
2534 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2535
2536         * docs/libs/tmpl/gstcolorbalance.sgml:
2537         * docs/libs/tmpl/gstmixer.sgml:
2538         * docs/libs/tmpl/gstxoverlay.sgml:
2539         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
2540         * sys/ximage/ximagesink.h:
2541         * sys/xvimage/xvimagesink.h: More and more documentation.
2542
2543 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2544
2545         * docs/libs/gst-plugins-base-libs-docs.sgml:
2546         * docs/libs/gst-plugins-base-libs-sections.txt:
2547         * docs/libs/tmpl/gstcolorbalance.sgml:
2548         * docs/libs/tmpl/gstmixer.sgml:
2549         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
2550         to documentation.
2551
2552 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2553
2554         * docs/plugins/Makefile.am:
2555         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2556         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2557         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
2558
2559 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2560
2561         * docs/plugins/Makefile.am:
2562         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2563         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2564         * docs/plugins/inspect/plugin-adder.xml:
2565         * docs/plugins/inspect/plugin-alsa.xml:
2566         * docs/plugins/inspect/plugin-audioconvert.xml:
2567         * docs/plugins/inspect/plugin-audiorate.xml:
2568         * docs/plugins/inspect/plugin-audioresample.xml:
2569         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2570         * docs/plugins/inspect/plugin-decodebin.xml:
2571         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2572         * docs/plugins/inspect/plugin-gnomevfs.xml:
2573         * docs/plugins/inspect/plugin-ogg.xml:
2574         * docs/plugins/inspect/plugin-playbin.xml:
2575         * docs/plugins/inspect/plugin-subparse.xml:
2576         * docs/plugins/inspect/plugin-tcp.xml:
2577         * docs/plugins/inspect/plugin-theora.xml:
2578         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2579         * docs/plugins/inspect/plugin-video4linux.xml:
2580         * docs/plugins/inspect/plugin-videorate.xml:
2581         * docs/plugins/inspect/plugin-videoscale.xml:
2582         * docs/plugins/inspect/plugin-videotestsrc.xml:
2583         * docs/plugins/inspect/plugin-volume.xml:
2584         * docs/plugins/inspect/plugin-vorbis.xml:
2585         * docs/plugins/inspect/plugin-ximagesink.xml:
2586         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
2587         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
2588
2589 2005-11-26  Edward Hervey  <edward@fluendo.com>
2590
2591         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
2592         Properly return GstFlowReturn from gst_pad_push in chain functions.
2593
2594 2005-11-25  Michael Smith  <msmith@fluendo.com>
2595
2596         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
2597         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
2598         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
2599         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
2600           Handle various conditions better when we don't understand a stream.
2601           Removes a heap of CRITICALs on ogg streams containing unknown data.
2602
2603 2005-11-24  Andy Wingo  <wingo@pobox.com>
2604
2605         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
2606         Be threadsafe.
2607
2608 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2609
2610         * configure.ac: back to HEAD
2611
2612 === release 0.9.6 ===
2613
2614 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
2615
2616         * configure.ac:
2617           releasing 0.9.6, "White Eight"
2618
2619 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2620
2621         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2622         * docs/plugins/inspect/plugin-sine.xml:
2623           remove sinesrc some more
2624
2625 2005-11-23  Wim Taymans  <wim@fluendo.com>
2626
2627         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2628         If we are reading too slowly, jump forward in the ringbuffer
2629         instead of blocking.
2630
2631 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2632
2633         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2634         (gst_visual_chain):
2635         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
2636         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
2637         (gst_videorate_chain):
2638         * gst/videotestsrc/gstvideotestsrc.c:
2639         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
2640         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
2641         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
2642         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
2643         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2644         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2645           Updates for API changes
2646
2647 2005-11-23  Wim Taymans  <wim@fluendo.com>
2648
2649         * gst-libs/gst/audio/gstbaseaudiosink.c:
2650         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2651         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2652         Fix for calibration API change.
2653
2654 2005-11-23  Michael Smith <msmith@fluendo.com>
2655
2656         * gst-libs/gst/audio/multichannel.c:
2657         (gst_audio_get_channel_positions),
2658         (gst_audio_set_channel_positions),
2659         (gst_audio_set_structure_channel_positions_list),
2660         (gst_audio_fixate_channel_positions):
2661           Use gst_value_array_*() functions on value arrays, not
2662           gst_value_list_*().
2663
2664 2005-11-23  Edward Hervey  <edward@fluendo.com>
2665
2666         * autogen.sh:
2667         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
2668         Fixes autogen
2669
2670 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2671
2672         * check/Makefile.am:
2673         * check/elements/videotestsrc.c: (setup_videotestsrc),
2674         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
2675         (main):
2676           add a test for videotestsrc
2677
2678 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2679
2680         * gst/sine/.cvsignore:
2681         * gst/sine/Makefile.am:
2682         * gst/sine/gstsinesrc.c:
2683         * gst/sine/gstsinesrc.h:
2684         * gst/sine/sinesrc.vcproj:
2685           and remove sinesrc from the repository.  Closes #321446
2686
2687 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2688
2689         * configure.ac:
2690         * gst-plugins-base.spec.in:
2691           remove sinesrc from the build
2692
2693 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2694
2695         * check/Makefile.am:
2696         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
2697         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
2698         (main):
2699           add a test for audiotestsrc, testing all waves.  Even seems
2700           leak-free at first glance, nice job Stefan
2701
2702 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2703
2704         * po/af.po:
2705         * po/az.po:
2706         * po/cs.po:
2707         * po/en_GB.po:
2708         * po/hu.po:
2709         * po/it.po:
2710         * po/nb.po:
2711         * po/nl.po:
2712         * po/or.po:
2713         * po/sq.po:
2714         * po/sr.po:
2715         * po/sv.po:
2716         * po/uk.po:
2717         * po/vi.po:
2718           Translation string updates
2719
2720         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2721         (gst_v4lsrc_set_caps):
2722         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2723         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2724         * sys/v4l/v4lsrc_calls.h:
2725           Improve v4lsrc, by making it work again.
2726
2727 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2728
2729         * ext/libvisual/visual.c: (gst_visual_chain):
2730           Fix the fps calculations.
2731
2732         * gst/ffmpegcolorspace/avcodec.h:
2733           Move structure element for clarity
2734
2735         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
2736         * gst-libs/gst/interfaces/tunernorm.h:
2737         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
2738         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
2739         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
2740         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
2741         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
2742         (gst_v4lmjpegsrc_getcaps):
2743         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2744         (gst_v4lsrc_set_caps):
2745         * sys/v4l/gstv4lsrc.h:
2746         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2747         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2748         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2749         * sys/v4l/v4lsrc_calls.h:
2750           Fractional framerates...
2751
2752 2005-11-22  Wim Taymans  <wim@fluendo.com>
2753
2754         * gst-libs/gst/audio/gstbaseaudiosink.c:
2755         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2756         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2757         And we provide a clock by default, of course...
2758
2759 2005-11-22  Wim Taymans  <wim@fluendo.com>
2760
2761         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
2762         This clock can be slaved to a master clock now.
2763
2764         * gst-libs/gst/audio/gstbaseaudiosink.c:
2765         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2766         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
2767         (gst_base_audio_sink_set_clock),
2768         (gst_base_audio_sink_set_property),
2769         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
2770         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2771         * gst-libs/gst/audio/gstbaseaudiosink.h:
2772         Handle slaving the internal clock to the clock selected in the
2773         pipeline.
2774         Add property to make the basesink not provide a clock.
2775
2776         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2777         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2778         (gst_base_rtp_depayload_wait):
2779         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2780         We can use the clock in GstElement, no need to store it ourselves.
2781
2782 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2783
2784         * docs/libs/tmpl/gstaudio.sgml:
2785           update
2786         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2787         (gst_paranoia_endian_get_type):
2788         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
2789         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2790         * gst/audiotestsrc/gstaudiotestsrc.c:
2791         (gst_audiostestsrc_wave_get_type):
2792         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
2793         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2794         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2795         (gst_sync_method_get_type), (gst_unit_type_get_type),
2796         (gst_client_status_get_type), (gst_multifdsink_class_init),
2797         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
2798         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
2799         (gst_multifdsink_get_property):
2800         * gst/tcp/gstmultifdsink.h:
2801         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
2802         * gst/videotestsrc/gstvideotestsrc.c:
2803         (gst_videotestsrc_pattern_get_type):
2804           remove deprecated properties
2805           fix up enums to correctly have short lowercase dashed nicks
2806
2807 2005-11-22  Michael Smith <msmith@fluendo.com>
2808
2809         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2810         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2811           Add underscore.
2812
2813 2005-11-22  Michael Smith <msmith@fluendo.com>
2814
2815         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2816         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2817           Use utility method for scaling clocktime for fractional framerates.
2818
2819 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
2820
2821         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2822         (gst_visual_chain):
2823         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2824         * ext/theora/theoradec.c: (theora_handle_type_packet):
2825         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2826         (theora_enc_chain):
2827         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2828         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
2829         * gst-libs/gst/video/video.h:
2830         * gst/ffmpegcolorspace/avcodec.h:
2831         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2832         (gst_ffmpeg_caps_to_pixfmt):
2833         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2834         (gst_ffmpegcsp_set_caps):
2835         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2836         (gst_videorate_setcaps), (gst_videorate_blank_data),
2837         (gst_videorate_chain):
2838         * gst/videotestsrc/gstvideotestsrc.c:
2839         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
2840         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
2841         (gst_videotestsrc_event), (gst_videotestsrc_create):
2842         * gst/videotestsrc/gstvideotestsrc.h:
2843         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2844         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
2845         (gst_ximagesink_get_times), (gst_ximagesink_init):
2846         * sys/ximage/ximagesink.h:
2847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2848         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
2849         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
2850         * sys/xvimage/xvimagesink.h:
2851           Convert elements to use fractions for their framerate.
2852           V4L elements to come later tonight.
2853
2854 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2855
2856         * gst-libs/gst/audio/audio.c:
2857         * gst-libs/gst/audio/audio.h:
2858           remove some deprecated functions
2859
2860 2005-11-22  Andy Wingo  <wingo@pobox.com>
2861
2862         * Update for gst_tag_setter API changes.
2863
2864 2005-11-22  Andy Wingo  <wingo@pobox.com>
2865
2866         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
2867         (gst_ogg_demux_perform_seek):
2868         * ext/theora/theoradec.c (theora_dec_sink_event):
2869         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
2870         update-funcnames.
2871
2872 2005-11-22  Wim Taymans  <wim@fluendo.com>
2873
2874         * examples/seeking/seek.c: (main):
2875         Give higher priority to bus signals than the gtk events
2876         to fix a race condition in the segment looping.
2877
2878 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2879
2880         * ext/theora/Makefile.am:
2881         * ext/vorbis/Makefile.am:
2882         * gst-libs/gst/tag/Makefile.am:
2883         * gst-plugins-base.spec.in:
2884           Rename libgsttagedit to libgsttag (#322117).
2885
2886 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2887
2888         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
2889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2890           Call gst_x_overlay_prepare_xwindow_id() to give applications
2891           a final chance to set their own xwindow id before the video
2892           sink creates its own window.
2893
2894 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2895
2896         * sys/xvimage/xvimagesink.c:
2897         (gst_xvimagesink_navigation_send_event): Handle navigation
2898         events correcly with borders if applicable.
2899
2900 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2901
2902         Patch by: Luca Ognibene
2903
2904         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2905         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2906         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2907         (gst_ffmpegcsp_caps_remove_format_info):
2908         * gst/ffmpegcolorspace/imgconvert.c:
2909         * gst/ffmpegcolorspace/imgconvert_template.h:
2910           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
2911           #318353); use gst_structure_has_name().
2912
2913 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2914
2915         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
2916         (gst_ximagesink_class_init): Add debug macros on functions.
2917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2918         (gst_xvimagesink_xwindow_draw_borders),
2919         (gst_xvimagesink_xvimage_put),
2920         (gst_xvimagesink_xwindow_update_geometry),
2921         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
2922         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
2923         (gst_xvimagesink_xcontext_clear),
2924         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
2925         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
2926         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
2927         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
2928         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
2929         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2930         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
2931         expose while being PAUSED, out of data flow navigation events, etc..
2932
2933 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2934
2935         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2936         * gst-libs/gst/audio/audio.h:
2937           fix prototype - wondering why the test worked regardless
2938
2939 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2940
2941         * check/Makefile.am:
2942         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2943         * gst-libs/gst/audio/audio.h:
2944           add a method that returns a proper GstClockTime
2945
2946 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2947
2948         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
2949         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
2950         * gst-libs/gst/interfaces/xoverlay.h:
2951           Remove everything having to do with the desired size; add 
2952           gst_x_overlay_prepare_xwindow_id() function; remove the
2953           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
2954           post a message on the bus instead (#321816).
2955
2956         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
2957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
2958         (gst_xvimagesink_xoverlay_init):
2959           Remove desired size stuff (#321816).
2960
2961 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2962
2963         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
2964         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
2965         (mpeg_video_type_find), (mpeg_video_stream_type_find):
2966           Terminate vararg functions with NULL instead of 0 to 
2967           make gcc4 happy.
2968
2969 2005-11-21  Andy Wingo  <wingo@pobox.com>
2970
2971         patch by: Sebastien Cote <sebas642@yahoo.ca>
2972         
2973         * gst-libs/gst/rtp/gstrtpbuffer.h: 
2974         * gst-libs/gst/rtp/gstrtpbuffer.c
2975         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
2976
2977 2005-11-21  Andy Wingo  <wingo@pobox.com>
2978
2979         * gst/playback/gstplaybin.c (gen_audio_element) 
2980         (gen_video_element): Use the new MISSING_PLUGIN core error
2981         category. Closes #320060.
2982
2983         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
2984         * gst/videorate/gstvideorate.c (gst_videorate_event):
2985         * ext/theora/theoradec.c (theora_dec_sink_event): 
2986         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
2987         stream lock.
2988
2989         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
2990         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
2991         stream lock changes.
2992
2993 2005-11-21  Wim Taymans  <wim@fluendo.com>
2994
2995         * gst-libs/gst/audio/gstbaseaudiosink.c:
2996         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2997         (gst_base_audio_sink_provide_clock),
2998         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
2999         (gst_base_audio_sink_change_state):
3000         * gst/audioresample/gstaudioresample.c:
3001         Segment update fix.
3002
3003 2005-11-21  Andy Wingo  <wingo@pobox.com>
3004
3005         * *.h:
3006         * *.c: Ran scripts/update-macros. Oh yes.
3007
3008 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3009
3010         * sys/ximage/Makefile.am:
3011         * sys/ximage/ximage.c:
3012           Rename ximage plugin to ximagesink (#321426) (Don't forget to
3013           remove your old libgstximage.* manually if necessary).
3014
3015 2005-11-21  Michael Smith <msmith@fluendo.com>
3016
3017         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
3018           Minimal fix for bug #320200: set the min/max bitrate in the correct
3019           units. A better fix would be to upgrade to the RATEMANAGE2
3020           interface, rather than using the deprecated interface used here, but
3021           that would require an update in our libvorbis dependency (to 1.1),
3022           which is probably undesirable.
3023
3024 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
3025
3026         * ext/libvisual/visual.c: (get_buffer):
3027         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3028         (gst_base_audio_src_fixate):
3029         * gst/audioconvert/gstaudioconvert.c:
3030         (gst_audio_convert_fixate_caps):
3031         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
3032         * gst/audiotestsrc/gstaudiotestsrc.c:
3033         (gst_audiotestsrc_src_fixate):
3034         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
3035         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
3036         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
3037         * gst/videotestsrc/gstvideotestsrc.c:
3038         (gst_videotestsrc_src_fixate):
3039         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
3040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
3041           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
3042           (#322027)
3043
3044
3045 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3046
3047         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3048         (gst_riff_create_iavs_caps):
3049         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
3050         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3051         (gst_riff_parse_info):
3052         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
3053         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
3054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3055           Fixes for GST_FOURCC_FORMAT API change.
3056
3057 2005-11-21  Andy Wingo  <wingo@pobox.com>
3058
3059         patch by: Alessandro Dessina <alessandro nnva org>
3060
3061         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
3062         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
3063         (gst_ogg_parse_chain):
3064         * ext/theora/theoraenc.c (theora_set_header_on_caps):
3065         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
3066         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
3067         gst_value_list calls on arrays. Fixes #321962.
3068
3069 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3070
3071         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3072         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
3073         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3074         * gst/adder/gstadder.c: (gst_adder_init),
3075         (gst_adder_request_new_pad), (gst_adder_collected),
3076         (gst_adder_change_state):
3077           Update for gst_collectpads_foo() to gst_collect_pads_foo()
3078           API change.
3079
3080 2005-11-21  Michael Smith <msmith@fluendo.com>
3081
3082         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
3083         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
3084           Properly handle pad_push return values.
3085
3086 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
3087
3088         * gst-libs/gst/tag/Makefile.am:
3089         * gst-libs/gst/tag/gstvorbistag.c:
3090         (gst_tag_list_to_vorbiscomment_buffer):
3091           Remove obsolete vorbistag element and debug category.
3092
3093         * gst/playback/gstplaybasebin.c: (check_queue):
3094           Don't divide by 0 when queue-threshold is 0.
3095
3096         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
3097           Don't modify an existing pixel-aspect-ratio if we fail to read
3098           a new one.
3099
3100 2005-11-20  Wim Taymans  <wim@fluendo.com>
3101
3102         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
3103         (gst_vorbisenc_push_packet):
3104         GST_PAD_IS_USABLE is gone, use the return value of
3105         the push or pad_alloc_buffer instead.
3106
3107 2005-11-18  Julien MOUTTE  <julien@moutte.net>
3108
3109         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3110         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3111         (gst_ximagesink_ximage_destroy),
3112         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
3113         (gst_ximagesink_xwindow_new),
3114         (gst_ximagesink_xwindow_update_geometry),
3115         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
3116         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
3117         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
3118         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3119         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
3120         (gst_ximagesink_navigation_send_event),
3121         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
3122         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3123         (gst_ximagesink_finalize), (gst_ximagesink_init),
3124         (gst_ximagesink_class_init):
3125         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
3126         This new version brings correct software scaling, non flickering
3127         window while resizing, pixel aspect ratio handling, usage of
3128         hardware buffer pools, out of data flow event thread for 
3129         navigation and handling of expose events even when being PAUSED,
3130         a new property to keep video aspect ratio when resizing, etc...
3131
3132 2005-11-18  Julien MOUTTE  <julien@moutte.net>
3133
3134         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3135         (gst_videoscale_fixate_caps): Introduce back caps fixate with
3136         handling of PAR.
3137
3138 2005-11-18    <bilboed@dvdsrc.fluendo.com>
3139
3140         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
3141         Unsetting IS_SINK flag from the fakesink, so decodebin
3142         never behaves as a sink.
3143
3144 2005-11-17  Wim Taymans  <wim@fluendo.com>
3145
3146         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3147         (gst_base_audio_src_change_state):
3148         Fix the audiosrc base class again, we did not unflush.
3149
3150 2005-11-17  Julien MOUTTE  <julien@moutte.net>
3151
3152         * examples/seeking/seek.c: (make_dv_pipeline),
3153         (make_vorbis_theora_pipeline), (make_avi_pipeline),
3154         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
3155         to ogg/vorbis/theora pipeline.
3156
3157 2005-11-17  Wim Taymans  <wim@fluendo.com>
3158
3159         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3160         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
3161         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
3162         Fix EOS on multiple streams.
3163         More debugging.
3164
3165 2005-11-16  Wim Taymans  <wim@fluendo.com>
3166
3167         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
3168         (gst_ogg_demux_perform_seek):
3169         Segment done must include stream time.
3170
3171         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3172         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
3173         (gst_ogg_mux_change_state):
3174         Fix ogg muxer again.
3175
3176 2005-11-16  Wim Taymans  <wim@fluendo.com>
3177
3178         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
3179         Fix compile again.
3180
3181 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3182
3183         * ext/libvisual/visual.c: (gst_visual_init):
3184         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
3185         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
3186         (gst_ogg_parse_chain):
3187         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
3188         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
3189         * ext/theora/theoradec.c: (gst_theora_dec_init):
3190         * ext/theora/theoraenc.c: (gst_theora_enc_init):
3191         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
3192         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
3193         * gst/adder/gstadder.c: (gst_adder_class_init),
3194         (gst_adder_dispose):
3195         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3196         * gst/subparse/gstsubparse.c: (gst_subparse_init):
3197         * gst/videorate/gstvideorate.c: (gst_videorate_init):
3198           Fix a whole set of pad template leaks
3199
3200 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3201
3202         * check/generic/states.c: (GST_START_TEST):
3203           fix the test so that it only checks for elements that are part of
3204           this source module
3205
3206 2005-11-16  Michael Smith <msmith@fluendo.com>
3207
3208         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
3209         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
3210         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3211         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3212         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
3213         (gst_ogg_mux_change_state):
3214           Fix leaking collectpads.
3215
3216 2005-11-16  Edward Hervey  <edward@fluendo.com>
3217
3218         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
3219         (gst_videorate_event), (gst_videorate_chain):
3220         Handle segment seeks
3221
3222 2005-11-16  Wim Taymans  <wim@fluendo.com>
3223
3224         * gst-libs/gst/audio/gstbaseaudiosink.c:
3225         (gst_base_audio_sink_provide_clock),
3226         (gst_base_audio_sink_change_state):
3227         Set ringbuffer to non-flushing when going to PAUSED, set to
3228         flushing again when going to READY.
3229
3230         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3231         (gst_ring_buffer_stop):
3232         Start in flushing mode by default.
3233         Don't set flushing in the _stop method, let the app call
3234         this explicitly.
3235
3236 2005-11-16  Julien MOUTTE  <julien@moutte.net>
3237
3238         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
3239         * gst-libs/gst/video/videosink.h: Add helper function needed
3240         for video sinks.
3241
3242 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
3243
3244         * gst/videoscale/gstvideoscale.c:
3245         (gst_videoscale_handle_src_event):
3246           Don't leak reference to pad parent.
3247
3248 2005-11-16  Wim Taymans  <wim@fluendo.com>
3249
3250         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
3251         Set ringbuffer to flushing when stopping so that we don't
3252         block on wait_segment anymore and livelock.
3253
3254 2005-11-16  Wim Taymans  <wim@fluendo.com>
3255
3256         * examples/seeking/seek.c: (send_event), (do_seek),
3257         (loop_toggle_cb), (segment_done), (main):
3258         Added looping checkbox.
3259
3260 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3261
3262         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3263         (gst_ogg_demux_init):
3264         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3265         (gst_vorbis_dec_init):
3266           revert unrefs, they don't pass make check
3267
3268 2005-11-15  Johan Dahlin  <johan@gnome.org>
3269
3270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3271         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
3272         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3273         (gst_vorbis_dec_init):
3274         Fix pad template leaks. 
3275
3276 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
3277
3278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
3279           Make state change function thread safe.
3280
3281 2005-11-15  Edward Hervey  <edward@fluendo.com>
3282
3283         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
3284         (gst_ogg_demux_class_init):
3285         Implement GstElement::send_event, so we can send seek events
3286         in GST_STATE_READY
3287
3288 2005-11-14  Julien MOUTTE  <julien@moutte.net>
3289
3290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
3291         Discovered how to take away flickering while resizing the
3292         window. Please don't put that in ximagesink, refactoring in
3293         progress.
3294
3295 2005-11-14  Michael Smith <msmith@fluendo.com>
3296
3297         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
3298         (gst_multifdsink_render):
3299           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
3300
3301 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
3302
3303         * gst/playback/gstplaybin.c: (gen_audio_element):
3304           Use autoaudiosink, it tends to be more widely available than
3305           autoaudiiosink.
3306           
3307 2005-11-14  Andy Wingo  <wingo@pobox.com>
3308
3309         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
3310         as well if it is available. Fixes #316442.
3311
3312 2005-11-14  Michael Smith <msmith@fluendo.com>
3313
3314         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
3315         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
3316         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3317         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3318         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
3319         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3320         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
3321         (gst_vorbisenc_change_state):
3322           Fix a small memory leak in vorbisenc.
3323           Fix large memory leaks in oggmux, also fix lots of state change
3324           bugs in oggmux.
3325
3326 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3327
3328         * gst/videotestsrc/gstvideotestsrc.c:
3329         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
3330         (gst_videotestsrc_src_fixate):
3331           move fixation to a fixate function
3332           remove negotiate function, basesrc's is good enough
3333           fixes a bug for check when using the element alone
3334
3335 2005-11-13  Edward Hervey  <edward@fluendo.com>
3336
3337         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
3338         (key_toggle_cb), (main):
3339         Added checkboxes for adding/removing the accurate and key_unit seek
3340         flags.
3341
3342 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3343
3344         * configure.ac: back to HEAD
3345
3346 === release 0.9.5 ===
3347
3348 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
3349
3350         * configure.ac:
3351           releasing 0.9.5, "No No Kia"
3352
3353 2005-11-11  Edward Hervey  <edward@fluendo.com>
3354
3355         * examples/seeking/seek.c: (make_parselaunch_pipeline):
3356         Added parse-launch syntax seeking mode for the seeking example.
3357         This should help stress-test even more cases.
3358         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
3359
3360 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
3361
3362         * sys/xvimage/xvimagesink.c:
3363         (gst_xvimagesink_navigation_send_event):
3364           Check whether peer pad exists before sending navigation events
3365           to it.
3366
3367 2005-11-11  Michael Smith <msmith@fluendo.com>
3368
3369         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
3370         (gst_vorbisenc_buffer_from_packet):
3371         * ext/vorbis/vorbisenc.h:
3372           Set duration on encoded buffers. This allows oggmux's
3373           max_page_delay parameter to actually work.
3374
3375 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
3376
3377         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3378         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
3379         (gst_ffmpegcsp_avpicture_fill):
3380         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3381         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
3382           Make palettes work again (see #132341). Use our own macros
3383           for rounding up.
3384
3385 2005-11-10  Andy Wingo  <wingo@pobox.com>
3386
3387         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
3388         string doober.
3389
3390 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3391
3392         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3393         (gst_ffmpegcsp_transform_caps):
3394           Prefer passthrough in transform_caps
3395
3396 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3397
3398         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3399           check for ALSA errors properly, instead of relying on ALSA's
3400           error strings to serve to the user.
3401
3402 2005-11-10  Wim Taymans  <wim@fluendo.com>
3403
3404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
3405         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
3406         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
3407         Modernise the seek code.
3408
3409 2005-11-10  Michael Smith <msmith@fluendo.com>
3410         
3411         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
3412         (setup_substreams), (set_active_source):
3413           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
3414           trying to go to NULL if we failed to read a file.
3415
3416 2005-11-10  Wim Taymans  <wim@fluendo.com>
3417
3418         * gst/audiotestsrc/gstaudiotestsrc.c:
3419         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
3420         (gst_audiotestsrc_create):
3421         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3422         (gst_sinesrc_get_times), (gst_sinesrc_create):
3423         * gst/videotestsrc/gstvideotestsrc.c:
3424         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
3425         (gst_videotestsrc_create):
3426         The base class can now sync for us.
3427
3428 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3429
3430         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
3431           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
3432           name=source autoprobe=false autoprobe-fps=false copy-mode=1
3433           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
3434           format=(fourcc)I420" ! xvimagesink
3435
3436 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
3437
3438         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3439         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
3440         (gst_sinesrc_newsegment):
3441           Send newsegment event in TIME format, set duration if
3442           num-buffers is set, fix duration querying.
3443
3444 2005-11-10  Michael Smith <msmith@fluendo.com>
3445
3446         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3447         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3448         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3449         (gst_ogg_mux_collected):
3450          Fix EOS handling, partially. Now forwarding an EOS event once we have
3451          EOS on all pads works correctly. However, we still don't properly set
3452          EOS on the actual ogg stream pages.
3453
3454 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
3455
3456         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
3457           Set elements to NULL state before disposing of them.
3458
3459 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
3460
3461         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3462
3463         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3464         (gst_base_rtp_depayload_init),
3465         (gst_base_rtp_depayload_set_gst_timestamp):
3466         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3467           We need to send a newsegment event for each instance, not
3468           just for the first instance of this class (get rid of
3469           static variable in function). (#321011).
3470           
3471 2005-11-08  Michael Smith <msmith@fluendo.com>
3472
3473         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3474         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
3475         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
3476         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
3477           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
3478           This makes us mux things correctly according to the ogg muxing
3479           rules. Still not handling EOS correctly right now, though.
3480
3481 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3482
3483         * gst/audioconvert/gstaudioconvert.c:
3484           Fix typo in docs. 
3485
3486 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3487
3488         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3489         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
3490           Initialise segment_stop to GST_CLOCK_TIME_NONE when
3491           creating a new chain; should fix live streaming. Also
3492           add more debug output and fix a typo.
3493
3494 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
3495
3496         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3497
3498         * gst/volume/gstvolume.c: (volume_set_caps):
3499           Fix compilation on Solaris with Forte. (#320923)
3500
3501 2005-11-08  Wim Taymans  <wim@fluendo.com>
3502
3503         * gst-libs/gst/audio/gstbaseaudiosink.c:
3504         (gst_base_audio_sink_render):
3505         No need to do a typecheck.
3506
3507 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
3508
3509         * ext/alsa/gstalsa.h:
3510           We register a debug category, so let's use it.
3511
3512 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3513
3514         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3515         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
3516         Fixed a small problem.
3517
3518 2005-11-04  Wim Taymans  <wim@fluendo.com>
3519
3520         * examples/seeking/Makefile.am:
3521         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
3522         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
3523         (make_playerbin_pipeline), (format_value), (update_scale),
3524         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
3525         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
3526         (print_usage), (main):
3527         Added app for playback speed testing.
3528
3529         * examples/seeking/seek.c: (dynamic_link),
3530         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
3531         (make_mpeg_pipeline), (do_seek), (set_update_scale),
3532         (message_received), (main):
3533         Updated seek example.
3534
3535 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3536
3537         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3538         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3539         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
3540         (gst_base_rtp_depayload_set_clock):
3541         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3542         Don't sleep on the bench (system clock) when you have a nice 
3543         comfortable bed (Gstreamer clock) to sleep on.
3544
3545 2005-11-03  Wim Taymans  <wim@fluendo.com>
3546
3547         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3548         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
3549         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
3550         Handle the case where a pad_block failed.
3551
3552 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
3553
3554         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
3555
3556         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3557         (gst_base_rtp_depayload_add_to_queue),
3558         (gst_base_rtp_depayload_push),
3559         (gst_base_rtp_depayload_set_gst_timestamp),
3560         (gst_base_rtp_depayload_queue_release):
3561           Fixes some bugs in the depayloader's queuing/de-queueing code.
3562
3563 2005-10-31  Michael Smith <msmith@fluendo.com>
3564
3565         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
3566         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3567         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
3568           Patch from Alessandro Decina <alessandro@nnva.org>.
3569           Make oggdemux only find the final time in a chain, not per-pad,
3570           since the per-pad information can be very expensive to locate, and
3571           it isn't used anywhere. This makes reading a file containing
3572           OggSkeleton reasonably fast.
3573           Also, make chain finding work when there are logical bitstreams that
3574           can't be decoded. Fixes #319110.
3575
3576 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3577
3578         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3579         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3580         (gst_base_rtp_depayload_chain),
3581         (gst_base_rtp_depayload_add_to_queue),
3582         (gst_base_rtp_depayload_push),
3583         (gst_base_rtp_depayload_set_gst_timestamp),
3584         (gst_base_rtp_depayload_queue_release),
3585         (gst_base_rtp_depayload_start_thread),
3586         (gst_base_rtp_depayload_set_property),
3587         (gst_base_rtp_depayload_get_property):
3588         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3589         Some random fixes, to fullfill the desires of thomas.
3590
3591 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3592
3593         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3594         (gst_base_rtp_depayload_add_to_queue),
3595         (gst_base_rtp_depayload_push):
3596         Fixed the queueing algorithm.
3597
3598 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3599
3600         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3601         (gst_base_rtp_depayload_push):
3602         A small fix
3603
3604 2005-10-31  Wim Taymans  <wim@fluendo.com>
3605
3606         * gst-libs/gst/audio/gstringbuffer.h:
3607         Don't break ABI.
3608
3609         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3610         (gst_ffmpeg_caps_to_pixfmt):
3611         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3612         (gst_ffmpegcsp_set_caps):
3613         Some more comments.
3614         Handle missing required caps fields better.
3615
3616 2005-10-31  Wim Taymans  <wim@fluendo.com>
3617
3618         * gst-libs/gst/audio/gstbaseaudiosink.c:
3619         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
3620         (gst_base_audio_sink_render):
3621         * gst-libs/gst/audio/gstringbuffer.c:
3622         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3623         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3624         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
3625         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
3626         (gst_ring_buffer_read):
3627         * gst-libs/gst/audio/gstringbuffer.h:
3628         Add flushing mode to the ringbuffer so that it in all cases does
3629         not try to handle more audio. This makes sure it does not try to
3630         block anymore when flushing and fixes a livelock.
3631
3632 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
3633
3634         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3635         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3636         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
3637           Explicitly check for -1 values before doing a conversion
3638           and always map them to -1. (#315545)
3639
3640 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3641
3642         * gst/playback/gstplaybin.c: (gen_video_element):
3643           first try autovideosink, then xvimagesink, then error out
3644         * po/POTFILES.in:
3645           add translatable file
3646         * po/af.po:
3647         * po/az.po:
3648         * po/cs.po:
3649         * po/en_GB.po:
3650         * po/hu.po:
3651         * po/it.po:
3652         * po/nb.po:
3653         * po/nl.po:
3654         * po/or.po:
3655         * po/sq.po:
3656         * po/sr.po:
3657         * po/sv.po:
3658         * po/uk.po:
3659         * po/vi.po:
3660           update translations
3661
3662 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
3663
3664         * gst-libs/gst/rtp/gstbasedepayload.c:
3665         * gst-libs/gst/rtp/gstbasedepayload.h:
3666           Minor cleanups
3667
3668 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
3669
3670         * gst/playback/.cvsignore:
3671         * gst/playback/decodetest.c:
3672         * gst/playback/test3.c:
3673           Port these two tests as well.
3674
3675 2005-10-27  Wim Taymans  <wim@fluendo.com>
3676
3677         * ext/theora/theoradec.c: (theora_dec_src_query),
3678         (theora_dec_sink_event):
3679         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3680         (theora_enc_change_state):
3681         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3682         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
3683         Take proper locks when handling events.
3684
3685 2005-10-27  Wim Taymans  <wim@fluendo.com>
3686
3687         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
3688         (gst_adder_change_state):
3689         Fix timestamps and fix deadlock when stopping the collectpads.
3690
3691 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
3692
3693         * gst-libs/gst/rtp/gstrtpbuffer.h:
3694         Declaring the payload types as strings too so that they can be used
3695         in the padtemplate inialization.
3696
3697 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
3698
3699         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
3700
3701         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3702         (gst_base_rtp_depayload_class_init):
3703         Fixes a small but nasty bug. The derived elements no longer segfaults
3704         on finalization.
3705
3706 2005-10-26  Michael Smith <msmith@fluendo.com>
3707
3708         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
3709           When clearing an audioconvert context, set tmpbufsize to zero, so
3710           we'll allocate it again later if required.
3711           This fixes audioconvert re-negotiating formats, which previously
3712           segfaulted with a NULL destination buffer.
3713
3714 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
3715
3716         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3717         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
3718         (gst_base_rtp_depayload_set_gst_timestamp),
3719         (gst_base_rtp_depayload_queue_release):
3720         Fixed a smalll memleak.
3721
3722 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
3723         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3724         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
3725         (gst_base_rtp_depayload_finalize),
3726         (gst_base_rtp_depayload_setcaps),
3727         (gst_base_rtp_depayload_add_to_queue),
3728         (gst_base_rtp_depayload_push),
3729         (gst_base_rtp_depayload_set_gst_timestamp),
3730         (gst_base_rtp_depayload_queue_release),
3731         (gst_base_rtp_depayload_thread),
3732         (gst_base_rtp_depayload_change_state):
3733         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3734         Changed the C++ comments to C comments
3735
3736 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
3737
3738         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
3739         * gst/tcp/gsttcpclientsrc.h:
3740         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
3741         * gst/tcp/gsttcpserversrc.h:
3742           Remove unused 'curoffset' structure member.
3743
3744 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
3745
3746         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3747         (gst_base_rtp_depayload_base_init),
3748         (gst_base_rtp_depayload_finalize):
3749         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3750         * gst-libs/gst/rtp/gstbasertppayload.h:
3751           The pad-template on the sinkpad should be set by the derived classes.
3752           Also added some useful macros.
3753
3754 2005-10-24  Wim Taymans  <wim@fluendo.com>
3755
3756         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3757         Correctly flush decoder samples even if we could not
3758         copy them to an output buffer. Fixes #319618.
3759
3760 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3761
3762         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
3764         the caps against our xcontext caps.
3765
3766 2005-10-24  Wim Taymans  <wim@fluendo.com>
3767
3768         * gst-libs/gst/audio/gstbaseaudiosink.c:
3769         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3770         Remove g_print
3771         Use sync property from baseclass to disable sync.
3772
3773 2005-10-24  Wim Taymans  <wim@fluendo.com>
3774
3775         * gst-libs/gst/audio/gstbaseaudiosink.c:
3776         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3777         Buffers with no timestamps get aligned with previous buffers or
3778         on underrun, played ASAP.
3779
3780 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3781
3782         * gst-libs/gst/video/video.h:
3783         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3784         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
3786         here comes my change on caps for framerate and geometry range.
3787         We are now accepting 1 to MAXINT for width and height, and from
3788         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
3789         to be blended correctly in videomixer.
3790
3791 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3792
3793         * configure.ac:
3794           back to HEAD
3795
3796 === release 0.9.4 ===
3797
3798 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3799
3800         * NEWS:
3801         * RELEASE:
3802         * configure.ac:
3803           releasing 0.9.4, "Velociraptor"
3804
3805 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3806
3807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
3808         * po/POTFILES.in:
3809           STOPPED -> FAILED
3810
3811 2005-10-21  Wim Taymans  <wim@fluendo.com>
3812
3813         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3814         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
3815         (pad_blocked), (close_pad_link), (new_pad):
3816         Don't try to remove elements twice.
3817
3818 2005-10-21  Wim Taymans  <wim@fluendo.com>
3819
3820         * ext/theora/theoradec.c: (theora_dec_src_query),
3821         (theora_dec_sink_event):
3822         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3823         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3824         (vorbis_handle_data_packet):
3825         * ext/vorbis/vorbisdec.h:
3826         Fix old naming.
3827
3828         * gst-libs/gst/audio/gstbaseaudiosink.c:
3829         (gst_base_audio_sink_render):
3830         Don't try to sync on buffers without a timestamp.
3831
3832 2005-10-21  Wim Taymans  <wim@fluendo.com>
3833
3834         * ext/theora/theoradec.c: (theora_dec_src_query),
3835         (theora_dec_sink_event):
3836         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3837         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3838         (vorbis_handle_data_packet):
3839         * ext/vorbis/vorbisdec.h:
3840         Fix old naming.
3841
3842 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3843
3844         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
3845         (gst_vorbisenc_src_query):
3846           Implement position and duration queries.
3847
3848         * gst/playback/test3.c: (update_scale), (main):
3849           Fix for async state changes and print nicer output.
3850
3851 2005-10-20  Wim Taymans  <wim@fluendo.com>
3852
3853         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3854         (dump_element_stats), (main):
3855         * gst/playback/test6.c: (main):
3856         Fix tests again
3857
3858 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3859
3860         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3861         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3862           Don't use functions for position queries when handling
3863           duration queries.
3864
3865 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3866
3867         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3868         (vorbis_handle_data_packet), (vorbis_dec_chain),
3869         (vorbis_dec_change_state):
3870         * ext/vorbis/vorbisdec.h:
3871           Vorbis streams can be embedded in other container formats
3872           than ogg, container formats where the demuxer might set 
3873           timestamps on encoded vorbis buffers instead of those silly 
3874           granulepos thingies. In short: make vorbisdec handle 
3875           timestamps on incoming buffers as well.
3876
3877 2005-10-20  Wim Taymans  <wim@fluendo.com>
3878
3879         * gst/playback/gstplaybasebin.c: (group_destroy),
3880         (gst_play_base_bin_change_state):
3881         Fix leak.
3882         Handle case where playbasebin is now ASYNC because
3883         decodebin is.
3884
3885 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3886
3887         * gst/audioconvert/Makefile.am:
3888         * gst/audioconvert/bufferframesconvert.c:
3889         * gst/audioconvert/plugin.c: (plugin_init):
3890         * gst/audioconvert/plugin.h:
3891           And bye bye buffer-frames-convert
3892
3893 2005-10-19  Wim Taymans  <wim@fluendo.com>
3894
3895         * check/elements/audioconvert.c:
3896         * docs/libs/tmpl/gstaudio.sgml:
3897         * docs/libs/tmpl/gstcolorbalance.sgml:
3898         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3899         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
3900         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
3901         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
3902         * gst-libs/gst/audio/audio.h:
3903         * gst/audioconvert/audioconvert.h:
3904         * gst/audioconvert/gstaudioconvert.c:
3905         (gst_audio_convert_parse_caps):
3906         * gst/volume/gstvolume.c:
3907         Bye bye buffer-frames.
3908
3909 2005-10-19  Wim Taymans  <wim@fluendo.com>
3910
3911         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3912         (query_positions_elems), (query_positions_pads), (update_scale),
3913         (do_seek), (set_update_scale), (message_received), (main):
3914         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3915         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
3916         (gst_ogg_demux_loop):
3917         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3918         * ext/theora/theoradec.c: (theora_dec_src_query),
3919         (theora_dec_sink_event):
3920         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3921         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
3922         * gst/adder/gstadder.c: (gst_adder_query):
3923         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3924         * gst/playback/test3.c: (update_scale):
3925         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3926         (dump_element_stats), (main):
3927         * gst/playback/test6.c: (main):
3928         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3929         Query API update.
3930
3931 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3932
3933         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
3934         (xml_check_first_element), (xml_type_find), (smil_type_find),
3935         (plugin_init):
3936           Add typefinding for SMIL and for generic XML. Based on patch by
3937           Akos Maroy (#308663).
3938
3939 2005-10-18  Wim Taymans  <wim@fluendo.com>
3940
3941         * gst/playback/Makefile.am:
3942         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3943         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
3944         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
3945         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
3946         (gst_decode_bin_change_state):
3947         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3948         (gst_play_bin_send_event_to_sink):
3949         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3950         (dump_element_stats), (main):
3951         * gst/playback/test6.c: (main):
3952         Make playbin async, it'll commit state to paused when all streams
3953         are detected.
3954         Remove ugly hack.
3955         Added test6.c to show async behaviour.
3956
3957 2005-10-18  Wim Taymans  <wim@fluendo.com>
3958
3959         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
3960         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
3961         Fix for segment-start/stop API change.
3962
3963 2005-10-18  Wim Taymans  <wim@fluendo.com>
3964
3965         * check/Makefile.am:
3966         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
3967         (main):
3968         Add future test for clock selection.
3969
3970 2005-10-18  Wim Taymans  <wim@fluendo.com>
3971
3972         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
3973         (gst_alsasink_close):
3974         Set handle to NULL.
3975
3976         * gst-libs/gst/audio/gstringbuffer.c:
3977         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3978         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3979         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3980         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
3981         (gst_ring_buffer_read):
3982         More debug info.
3983
3984 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
3985
3986         * gst/audiotestsrc/Makefile.am:
3987         * gst/sine/Makefile.am:
3988         * gst/volume/Makefile.am:
3989           fix broken build of controllerized plugins
3990
3991 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
3992
3993         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3994
3995         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3996         (gst_riff_create_video_template_caps):
3997           Add support for Indeo-3 (IV32).
3998
3999 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4000
4001         * configure.ac:
4002           rewrite
4003
4004 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4005
4006         * gst-libs/gst/video/video.c: (gst_video_get_size):
4007         * gst/audiotestsrc/gstaudiotestsrc.c:
4008           doc updates
4009
4010 2005-10-17  Andy Wingo  <wingo@pobox.com>
4011
4012         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
4013         with the collectpads change.
4014         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
4015
4016         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
4017
4018         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
4019
4020         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
4021         alloc_buffer flow return to callers.
4022         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
4023         change. Fix some memleaks in theoraenc.
4024
4025         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
4026         in strange circumstance.
4027
4028 2005-10-17  Julien MOUTTE  <julien@moutte.net>
4029
4030         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4031         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
4032         from caps, let's use the caps...
4033
4034 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4035
4036         * configure.ac:
4037           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
4038
4039 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4040
4041         * gst-libs/gst/interfaces/Makefile.am:
4042           fix silly typo
4043
4044 2005-10-16  Andy Wingo  <wingo@pobox.com>
4045
4046         * gst/playback/gstdecodebin.c
4047         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
4048         function!
4049         (try_to_link_1): Increase kraziness level.
4050
4051 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4052
4053         * configure.ac:
4054           restructure like the core one
4055         * gst-libs/gst/audio/Makefile.am:
4056         * gst-libs/gst/interfaces/Makefile.am:
4057         * gst-libs/gst/net/Makefile.am:
4058         * gst-libs/gst/riff/Makefile.am:
4059         * gst-libs/gst/rtp/Makefile.am:
4060         * gst-libs/gst/tag/Makefile.am:
4061         * gst-libs/gst/video/Makefile.am:
4062           use correct linker flags, now the libs are properly versioned
4063         * check/elements/audioconvert.c: (verify_convert):
4064         * ext/alsa/gstalsaplugin.c:
4065         * ext/cdparanoia/gstcdparanoia.c:
4066         * ext/gnomevfs/gstgnomevfs.c:
4067         * ext/libvisual/visual.c:
4068         * ext/ogg/gstogg.c:
4069         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
4070         * ext/theora/theora.c:
4071         * ext/vorbis/vorbis.c:
4072         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4073         * gst-libs/gst/tag/gsttagediting.c:
4074         * gst-libs/gst/video/video.c:
4075         * gst/adder/gstadder.c:
4076         * gst/audioconvert/plugin.c:
4077         * gst/audiorate/gstaudiorate.c:
4078         * gst/audioresample/gstaudioresample.c:
4079         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4080         * gst/audioscale/gstaudioscale.c:
4081         * gst/audioscale/resample.c:
4082         * gst/audiotestsrc/gstaudiotestsrc.c:
4083         * gst/ffmpegcolorspace/gstffmpeg.c:
4084         * gst/playback/gstdecodebin.c: (close_pad_link):
4085         * gst/playback/gstplaybin.c: (gen_video_element),
4086         (gen_audio_element):
4087         * gst/sine/gstsinesrc.c:
4088         * gst/subparse/gstsubparse.c:
4089         * gst/tags/gsttagediting.c:
4090         * gst/tcp/gsttcpplugin.c:
4091         * gst/typefind/gsttypefindfunctions.c:
4092         * gst/videorate/gstvideorate.c:
4093         * gst/videoscale/gstvideoscale.c:
4094         * gst/videotestsrc/gstvideotestsrc.c:
4095         * gst/volume/gstvolume.c:
4096         * sys/v4l/gstv4l.c:
4097         * sys/ximage/ximage.c:
4098         * sys/xvimage/xvimagesink.c:
4099           fix up defines
4100
4101 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4102
4103         * ext/vorbis/vorbisenc.c:
4104         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4105         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4106         (gst_tag_to_vorbis_comments):
4107           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
4108
4109 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
4110
4111         * examples/stats/mp2ogg.c:
4112         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4113           typo fixes
4114
4115 2005-10-13  Michael Smith <msmith@fluendo.com>
4116
4117         * ext/ogg/gstoggmux.c:
4118           Use magic glib macros to define constants as 64 bit, to ensure
4119           appropriate vararg passing.
4120
4121 2005-10-13  Michael Smith <msmith@fluendo.com>
4122
4123         * ext/ogg/gstoggmux.c:
4124         * gst/audioconvert/audioconvert.c: (float):
4125           Don't use LL suffix, as it's not portable, and neither of these
4126           uses required it anyway.
4127
4128 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
4129
4130         * examples/indexing/indexmpeg.c: (main):
4131         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
4132         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
4133         (cdparanoia_convert), (cdparanoia_query):
4134         * ext/cdparanoia/gstcdparanoia.h:
4135         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
4136         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
4137         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
4138         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
4139         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
4140         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
4141         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
4142         (gst_multifdsink_render), (gst_multifdsink_start),
4143         (gst_multifdsink_stop):
4144         * gst/tcp/gstmultifdsink.h:
4145         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
4146         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4147         (gst_tcpclientsink_stop):
4148         * gst/tcp/gsttcpclientsink.h:
4149         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
4150         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
4151         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
4152         * gst/tcp/gsttcpclientsrc.h:
4153         * gst/tcp/gsttcpserversink.h:
4154         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
4155         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4156         (gst_tcpserversrc_stop):
4157         * gst/tcp/gsttcpserversrc.h:
4158         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
4159         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
4160         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
4161           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
4162           moved bitshift from macro to enum definition
4163
4164 2005-10-12  Wim Taymans  <wim@fluendo.com>
4165
4166         * examples/seeking/Makefile.am:
4167         Oops.
4168
4169 2005-10-12  Wim Taymans  <wim@fluendo.com>
4170
4171         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4172         (gst_ring_buffer_read), (gst_ring_buffer_clear):
4173         Don't assert on normal stuff.
4174
4175         * gst/playback/gstplaybin.c: (do_playbin_seek):
4176         API fix.
4177
4178 2005-10-12  Wim Taymans  <wim@fluendo.com>
4179
4180         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4181         * examples/seeking/Makefile.am:
4182         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
4183         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4184         (do_seek), (set_update_scale), (message_received), (main):
4185         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4186         (gst_ring_buffer_read), (gst_ring_buffer_clear):
4187         Update for _get_state() API change.
4188
4189 2005-10-11  Wim Taymans  <wim@fluendo.com>
4190
4191         * gst-libs/gst/audio/gstbaseaudiosink.c:
4192         (gst_base_audio_sink_render):
4193         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4194         (gst_base_audio_src_create):
4195         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4196         (gst_ring_buffer_read):
4197         Cleanups.
4198         Commit and read from ringbuffer in samples rather than bytes.
4199
4200 2005-10-11  Wim Taymans  <wim@fluendo.com>
4201
4202         * gst-libs/gst/audio/gstbaseaudiosink.c:
4203         (gst_base_audio_sink_render):
4204         Respect segment rate and accum when scheduling samples.
4205
4206 2005-10-11  Julien MOUTTE  <julien@moutte.net>
4207
4208         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4209         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
4210         EOS correctly, that needs more work.
4211
4212 2005-10-11  Wim Taymans  <wim@fluendo.com>
4213
4214         * check/generic/states.c: (GST_START_TEST):
4215         remove old property.
4216
4217         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4218         (gst_ogg_demux_perform_seek):
4219         * ext/theora/theoradec.c: (theora_dec_sink_event):
4220         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4221         (vorbis_handle_data_packet):
4222         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4223         (gst_base_rtp_depayload_set_gst_timestamp):
4224         * gst/videorate/gstvideorate.c: (gst_videorate_event):
4225         Update for newsegment API change.
4226
4227 2005-10-11  Michael Smith <msmith@fluendo.com>
4228
4229         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
4230         (do_playbin_seek), (gst_play_bin_send_event):
4231           Override send_event differently, so that we can takes bits of
4232           functionality from GstPipeline (special handling for seeks,
4233           including pausing/resuming, and resetting stream time) and still get
4234           the appropriate behaviour of only forwarding event to a single sink,
4235           rather than all of them.
4236           Unfortunately requires a lot of code duplication, but the
4237           alternatives are equally ugly in the end.
4238
4239 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4240
4241         * check/elements/audioconvert.c: (setup_audioconvert),
4242         (cleanup_audioconvert), (get_int_caps), (verify_convert),
4243         (GST_START_TEST), (audioconvert_suite):
4244           clean up tests a little, fix some leaks.
4245
4246 2005-10-10  Wim Taymans  <wim@fluendo.com>
4247
4248         * ext/alsa/gstalsasink.c:
4249         Also allow unsigned int.
4250
4251         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4252         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4253         Small cleanup
4254
4255 2005-10-10  Wim Taymans  <wim@fluendo.com>
4256
4257         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4258         Small update, use API as stated in design docs.
4259
4260         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4261         (update_scale), (do_seek), (seek_cb), (set_update_scale),
4262         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
4263         (message_received), (main):
4264         Updated seek example for GOption. Some usability improvements.
4265
4266 2005-10-10  Wim Taymans  <wim@fluendo.com>
4267
4268         * gst/audioconvert/audioconvert.h:
4269         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
4270         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
4271         Alloc temp storage somewhere else where we can do it more
4272         portable.
4273
4274 2005-10-10  Wim Taymans  <wim@fluendo.com>
4275
4276         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
4277         (gst_tcpserversrc_start):
4278         Don't block in accept while doing the state change, move
4279         to poll and make cancellable.
4280
4281 2005-10-09  Philippe Khalaf <burger@speedy.org>
4282
4283         * gst-libs/gst/rtp/rtpbasedepayload.c:
4284         Set timestamp and add queue delay to timestamp
4285         * gst-libs/gst/rtp/rtpbuffer.h:
4286         Set correct payload type for h263
4287
4288 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
4289
4290         * gst/audiotestsrc/gstaudiotestsrc.c:
4291         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
4292         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
4293         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
4294         (gst_audiotestsrc_create_triangle),
4295         (gst_audiotestsrc_create_silence),
4296         (gst_audiotestsrc_create_white_noise),
4297         (gst_audiotestsrc_init_pink_noise),
4298         (gst_audiotestsrc_generate_pink_noise_value),
4299         (gst_audiotestsrc_create_pink_noise),
4300         (gst_audiotestsrc_change_wave):
4301         * gst/audiotestsrc/gstaudiotestsrc.h:
4302           fixed typo, added pink noise
4303
4304 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4305
4306         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
4307         (plugin_init):
4308           Add wavpack and spc typefind functions from 0.8 branch.
4309
4310 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4311
4312         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
4313         (ar_type_find), (msdos_type_find), (plugin_init):
4314           Add typefind functions for tar archives, ar archives,
4315           RAR archives, and msdos-executables (dlls, exe, etc.).
4316           Some of those would be wrongly identified as mpeg
4317           streams of some sort before (#315550).
4318
4319 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
4320
4321         * configure.ac:
4322         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4323         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4324         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
4325         * gst/audiotestsrc/Makefile.am:
4326         * gst/audiotestsrc/gstaudiotestsrc.c:
4327         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
4328         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
4329         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
4330         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
4331         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
4332         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
4333         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
4334         (gst_audiotestsrc_create_silence),
4335         (gst_audiotestsrc_create_white_noise),
4336         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
4337         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
4338         (gst_audiotestsrc_start), (plugin_init):
4339         * gst/audiotestsrc/gstaudiotestsrc.h:
4340           add new plugin and element
4341         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
4342           use gobject_class
4343
4344 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4345
4346         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
4347         (gst_adder_init), (gst_adder_request_new_pad),
4348         (gst_adder_change_state):
4349           Add query function to source pad, so adder reports the correct
4350           time/sample position when queried (#315457); fix state change
4351           function; use GST_DEBUG_FUNCPTR() for pad functions.
4352
4353 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4354
4355         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
4356           Fix leaks in typefind registration
4357           Clean up the gratuitous commenting and whitespacing a little
4358
4359 2005-10-08  Wim Taymans  <wim@fluendo.com>
4360
4361         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
4362         Only actually wait for the thread to be stopped if it's 
4363         running.
4364
4365 2005-10-08  Wim Taymans  <wim@fluendo.com>
4366
4367         * gst-libs/gst/audio/gstbaseaudiosink.c:
4368         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4369         If we receive EOS we can start playback of what we had.
4370
4371 2005-10-08  Wim Taymans  <wim@fluendo.com>
4372
4373         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4374         (gst_multifdsink_finalize), (multifdsink_hash_remove),
4375         (gst_multifdsink_stop):
4376         Fix crasher when going to NULL multiple times.
4377
4378 2005-10-06  Wim Taymans  <wim@fluendo.com>
4379
4380         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
4381         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4382         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4383         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
4384         patch from Edgard Lima <edgard.lima@indt.org.br>
4385         Fixed gstbaseaudiosrc adding ring buffer sync to it.
4386
4387 2005-10-06  Wim Taymans  <wim@fluendo.com>
4388
4389         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4390         Report the FLOW_RETURN as string in the error message.
4391
4392         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
4393         Don't assert when clearing an unnegotiated buffer.
4394
4395 2005-10-04  Michael Smith <msmith@fluendo.com>
4396
4397         * gst/playback/gstplaybasebin.c: (group_destroy),
4398         (gen_preroll_element), (remove_groups), (setup_source):
4399         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
4400         (setup_sinks), (gst_play_bin_send_event),
4401         (gst_play_bin_change_state):
4402           Set state to NULL before removing from bin. Fix refcounting.
4403
4404 2005-10-04  Michael Smith <msmith@fluendo.com>
4405
4406         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
4407           Correct refcounting in send_event() function. Previously was wrong
4408           if the first sink was unable to handle the event.
4409
4410 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4411
4412         * configure.ac:
4413           back to development
4414
4415 === release 0.9.3 ===
4416
4417 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4418
4419         * configure.ac:
4420           Releasing 0.9.3, "De Facto"
4421
4422 2005-10-03  Andy Wingo  <wingo@pobox.com>
4423
4424         * gst/playback/gstdecodebin.c (try_to_link_1)
4425         (remove_element_chain): set element to NULL before removing it.
4426
4427 2005-10-02  Johan Dahlin  <johan@gnome.org>
4428
4429         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
4430         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
4431         MT safe.
4432
4433 2005-10-02  Andy Wingo  <wingo@pobox.com>
4434
4435         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
4436         (gst_ring_buffer_prepare_read): 
4437         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
4438         Demote to LOG.
4439
4440 2005-09-29  Wim Taymans  <wim@fluendo.com>
4441
4442         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4443         * ext/theora/theoradec.c: (theora_handle_data_packet):
4444         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4445         Propagate error codes from alloc_buffer too.
4446
4447 2005-09-29  Wim Taymans  <wim@fluendo.com>
4448
4449         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4450         We use fixed caps.
4451
4452         * gst/playback/Makefile.am:
4453         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4454         (dump_element_stats), (main):
4455         Added example stream introspection code.
4456
4457 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
4458
4459         * gst/adder/gstadder.c: (gst_adder_collected):
4460           fix adder for float elements
4461
4462 2005-09-28  Wim Taymans  <wim@fluendo.com>
4463
4464         * gst-libs/gst/audio/gstbaseaudiosink.c:
4465         (gst_base_audio_sink_class_init),
4466         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4467         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4468         (gst_base_audio_src_class_init),
4469         (gst_base_audio_src_provide_clock):
4470         get_clock -> provide_clock
4471
4472 2005-09-28  Andy Wingo  <wingo@pobox.com>
4473
4474         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
4475         and unlocking.
4476
4477         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
4478         unlocking.
4479
4480         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
4481         Actually add the pad template.
4482         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
4483
4484         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
4485         I'm at it...
4486
4487         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
4488         from fdsrc. Get caps in create() instead of start() so it can be
4489         interrupted. Interruption somewhat untested.
4490
4491         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
4492         Proper EOS handling.
4493
4494 2005-09-27  Andy Wingo  <wingo@pobox.com>
4495
4496         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
4497
4498         * gst/tcp/gsttcpserversrc.c: Cleaned up.
4499
4500         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
4501
4502         * gst/tcp/gsttcp.h: 
4503         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
4504         out of tcpclientsrc.c. Cancellable.
4505         (gst_tcp_socket_read): Made private, cancellable, with better
4506         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
4507         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
4508         whole buffer, and better diagnostics.
4509         (gst_tcp_gdp_read_caps): Same.
4510
4511         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
4512
4513 2005-09-26  Andy Wingo  <wingo@pobox.com>
4514
4515         * gst/sine/gstsinesrc.h:
4516         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
4517         change the 'sync' property to 'is-live' and implement it halfway,
4518         update for controller api change.
4519
4520         * gst/volume/gstvolume.c (volume_transform_ip): Update for
4521         controller api change.
4522
4523 2005-09-24  Wim Taymans  <wim@fluendo.com>
4524
4525         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
4526         * gst-libs/gst/audio/gstaudiosink.c:
4527         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4528         (gst_audioringbuffer_stop):
4529         * gst-libs/gst/audio/gstbaseaudiosink.c:
4530         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
4531         (gst_base_audio_sink_change_state):
4532         * gst-libs/gst/audio/gstbaseaudiosink.h:
4533         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
4534         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
4535         (gst_ring_buffer_commit), (gst_ring_buffer_read):
4536         * gst-libs/gst/audio/gstringbuffer.h:
4537         Fix sync again. Moved sample alignment to basesink.
4538
4539 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4540
4541         * docs/plugins/Makefile.am:
4542         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4543         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4544         * gst/volume/gstvolume.c:
4545           add/fix docs
4546         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
4547         * gst-libs/gst/audio/audio.h:
4548           add conversion macros for frames <-> clocktime
4549
4550 2005-09-23  David Schleef  <ds@schleef.org>
4551
4552         * gst/audioresample/Makefile.am:
4553         * gst/audioresample/debug.h:
4554         * gst/audioresample/gstaudioresample.c:
4555         * gst/audioresample/resample.c: Convert to using gst debugging
4556
4557 2005-09-22  Wim Taymans  <wim@fluendo.com>
4558
4559         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4560         (gst_play_bin_send_event):
4561         Only seek on one sink, the first one that succeeds.
4562
4563 2005-09-22  Michael Smith <msmith@fluendo.com>
4564
4565         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4566         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4567         Don't flush encoder state unless we have an initialised encoder.
4568         Clear out encoder state on PAUSED_TO_READY.
4569
4570 2005-09-22  Wim Taymans  <wim@fluendo.com>
4571
4572         * gst-libs/gst/rtp/gstbasertppayload.c:
4573         (gst_basertppayload_class_init), (gst_basertppayload_init),
4574         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4575         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4576         (gst_basertppayload_is_filled), (gst_basertppayload_push),
4577         (gst_basertppayload_set_property),
4578         (gst_basertppayload_get_property),
4579         (gst_basertppayload_change_state):
4580         * gst-libs/gst/rtp/gstbasertppayload.h:
4581         Added max-ptime to control amount of data in the rtp packets.
4582
4583 2005-09-21  Andy Wingo  <wingo@pobox.com>
4584
4585         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
4586         thingies.
4587
4588         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
4589         can be called multiple times, dogs.
4590
4591 2005-09-21  Wim Taymans  <wim@fluendo.com>
4592
4593         * gst-libs/gst/rtp/gstbasertppayload.c:
4594         (gst_basertppayload_class_init), (gst_basertppayload_init),
4595         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4596         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4597         (gst_basertppayload_push), (gst_basertppayload_get_property),
4598         (gst_basertppayload_change_state):
4599         Allow 0 ssrc too.
4600
4601 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
4602
4603         * docs/libs/compiling.sgml:
4604           fixing typos
4605
4606 2005-09-20  Wim Taymans  <wim@fluendo.com>
4607
4608         * gst-libs/gst/rtp/gstbasertppayload.c:
4609         (gst_basertppayload_class_init), (gst_basertppayload_init),
4610         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4611         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4612         (gst_basertppayload_push), (gst_basertppayload_set_property),
4613         (gst_basertppayload_get_property),
4614         (gst_basertppayload_change_state):
4615         * gst-libs/gst/rtp/gstbasertppayload.h:
4616         Added property to configure sequence number offsets.
4617
4618 2005-09-20  Wim Taymans  <wim@fluendo.com>
4619
4620         * gst-libs/gst/rtp/gstbasertppayload.c:
4621         (gst_basertppayload_class_init), (gst_basertppayload_init),
4622         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4623         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4624         (gst_basertppayload_push), (gst_basertppayload_set_property),
4625         (gst_basertppayload_get_property),
4626         (gst_basertppayload_change_state):
4627         * gst-libs/gst/rtp/gstbasertppayload.h:
4628         Make timestamp offset configurable.
4629
4630 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4631
4632         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4633           fix wrong pop/unref
4634
4635 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
4636
4637         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4638
4639         * gst-libs/gst/interfaces/propertyprobe.c:
4640         (gst_property_probe_probe_property_name),
4641         (gst_property_probe_needs_probe_name),
4642         (gst_property_probe_get_values_name),
4643         (gst_property_probe_probe_and_get_values_name):
4644           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
4645           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
4646
4647 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4648
4649         * check/Makefile.am:
4650           have some tests be disabled for valgrinding
4651         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
4652         (GST_START_TEST):
4653         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
4654           Fix A Leak.  Chain To Parent Finalize.
4655
4656 2005-09-19  Wim Taymans  <wim@fluendo.com>
4657
4658         * examples/seeking/seek.c: (make_wav_pipeline), (main):
4659         Fixed wav pipeline.
4660
4661 2005-09-19  Wim Taymans  <wim@fluendo.com>
4662
4663         * gst-libs/gst/rtp/gstbasertppayload.c:
4664         (gst_basertppayload_class_init), (gst_basertppayload_init),
4665         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4666         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4667         (gst_basertppayload_push), (gst_basertppayload_get_property),
4668         (gst_basertppayload_change_state):
4669         Posting ERROR and WARNING messages is good.
4670
4671 2005-09-19  Wim Taymans  <wim@fluendo.com>
4672
4673         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4674         (gst_base_rtp_depayload_add_to_queue),
4675         (gst_base_rtp_depayload_push),
4676         (gst_base_rtp_depayload_set_gst_timestamp),
4677         (gst_base_rtp_depayload_queue_release):
4678         This one was not supposed to go in.
4679
4680 2005-09-19  Wim Taymans  <wim@fluendo.com>
4681
4682         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4683         Fix for bus API.
4684
4685         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4686         (gst_base_rtp_depayload_chain),
4687         (gst_base_rtp_depayload_add_to_queue),
4688         (gst_base_rtp_depayload_push),
4689         (gst_base_rtp_depayload_set_gst_timestamp),
4690         (gst_base_rtp_depayload_queue_release):
4691         Some cleanups.
4692
4693         * gst-libs/gst/rtp/gstbasertppayload.c:
4694         (gst_basertppayload_class_init), (gst_basertppayload_init),
4695         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
4696         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4697         (gst_basertppayload_get_property),
4698         (gst_basertppayload_change_state):
4699         Added debugging category.
4700
4701 2005-09-18  David Schleef  <ds@schleef.org>
4702
4703         * gst/playback/gstdecodebin.c: free plugin list correctly
4704         * gst/playback/gstplaybin.c: emit warning if autovideosink
4705           and autoaudiosink can't be found (instead of segfaulting)
4706
4707 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4708
4709         * check/elements/audioconvert.c: (GST_START_TEST):
4710           try out 24 bit conversion
4711
4712 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4713
4714         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4715         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
4716         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
4717         * ext/vorbis/vorbisenc.h:
4718           Fix EOS handling.  Still needs a fix in the ogg muxer to
4719           mark the last page as eos.
4720
4721 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4722
4723         * common/gtk-doc-plugins.mak:
4724         * docs/plugins/Makefile.am:
4725         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4726         * gst/ffmpegcolorspace/Makefile.am:
4727         * gst/ffmpegcolorspace/avcodec.h:
4728         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4729         * gst/tcp/gstmultifdsink.c:
4730           fix up ffmpegcolorspace docs; extract header
4731
4732 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4733
4734         * common/gtk-doc-plugins.mak:
4735         * docs/plugins/Makefile.am:
4736         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4737         * ext/theora/Makefile.am:
4738         * ext/theora/gsttheoraenc.h:
4739         * ext/theora/theoraenc.c:
4740         * ext/vorbis/vorbisenc.c:
4741           pick up signals and args for vorbis; add some docs for vorbis
4742
4743 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4744
4745         * common/gstdoc-scangobj:
4746         * common/gtk-doc-plugins.mak:
4747         * docs/libs/Makefile.am:
4748         * docs/plugins/gst-plugins-base-plugins.args:
4749         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4750         * docs/plugins/gst-plugins-base-plugins.interfaces:
4751         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4752         * docs/plugins/gst-plugins-base-plugins.signals:
4753           only scanobj stuff from our source module.  Not sure yet
4754           if that's correct, given the hierarchy stuff :)
4755
4756 2005-09-15  Wim Taymans  <wim@fluendo.com>
4757
4758         * gst/audioconvert/gstaudioconvert.c:
4759         And enable 24 bits mode as well..
4760
4761 2005-09-15  Wim Taymans  <wim@fluendo.com>
4762
4763         * gst-libs/gst/rtp/Makefile.am:
4764         * gst-libs/gst/rtp/gstbasertppayload.c:
4765         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
4766         (gst_basertppayload_class_init), (gst_basertppayload_init),
4767         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
4768         (gst_basertppayload_chain), (gst_basertppayload_set_options),
4769         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4770         (gst_basertppayload_set_property),
4771         (gst_basertppayload_get_property),
4772         (gst_basertppayload_change_state):
4773         * gst-libs/gst/rtp/gstbasertppayload.h:
4774         Added rtp payloader base class.
4775
4776 2005-09-15  Andy Wingo  <wingo@pobox.com>
4777
4778         * configure.ac (plugindir): Remove the EOL matcher from the
4779         regexp, as it causes me problems. Libtool? Make? Who knows?
4780
4781 2005-09-14  David Schleef  <ds@schleef.org>
4782
4783         * check/generic/states.c: 
4784         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4785         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4786           Fixes for changes in registry API.
4787
4788         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
4789           to GST_PLUGIN_LDFLAGS.
4790         * ext/libvisual/visual.c: Make the library shut up.
4791         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
4792         * gst-libs/gst/audio/gstaudiofilter.c: same
4793
4794 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4795
4796         * docs/plugins/Makefile.am:
4797         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4798         * docs/plugins/inspect/plugin-libvisual.xml:
4799         * docs/plugins/tmpl/element-tcpserversink.sgml:
4800         * ext/theora/theoraenc.c:
4801           add libvisual plugin and theoraenc element to docs
4802
4803 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4804
4805         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4806         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4807         * ext/theora/theoraenc.c:
4808           add theoraenc
4809
4810 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
4811
4812         * gst/audioconvert/Makefile.am:
4813           Audioconvert derives from GstBaseTransform and should
4814           link to the library with our base elements to avoid
4815           unresolved symbols. Makes things work with MinGW (#316160)
4816
4817         * gst/playback/test4.c: (main):
4818           Fix MinGW build problem and use g_usleep() instead of 
4819           sleep() (#316162)
4820
4821 2005-09-12  Wim Taymans  <wim@fluendo.com>
4822
4823         * gst/audioconvert/audioconvert.c: (float),
4824         (audio_convert_prepare_context), (audio_convert_convert):
4825         * gst/audioconvert/audioconvert.h:
4826         Cleanups, speedups, simplifications, added back support
4827         for 24 bits.
4828
4829 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4830
4831         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4832         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4833         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4834         * docs/plugins/tmpl/element-tcpserversink.sgml:
4835         * gst/ffmpegcolorspace/gstffmpeg.c:
4836         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4837         * gst/videotestsrc/gstvideotestsrc.c:
4838         * gst/volume/gstvolume.c:
4839           add more elements to the docs
4840
4841 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
4842
4843         * check/Makefile.am:
4844         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
4845         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
4846           Add extra tests for basetransform based components. 
4847           Comment out the test_element_negotiation test until we decide
4848           if it's testing correct behaviour.
4849         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
4850         (gst_visual_chain), (gst_visual_change_state):
4851           Slightly more correct but still bogus timestamping.
4852           Fix state change function.
4853         * gst/audioconvert/gstaudioconvert.c:
4854         (gst_audio_convert_class_init):
4855         * gst/audioresample/gstaudioresample.c:
4856         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4857         (gst_ffmpegcsp_class_init):
4858         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4859         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
4860         (gst_videoscale_prepare_image):
4861         * gst/volume/gstvolume.c: (gst_volume_class_init),
4862         (volume_transform_ip):
4863           Basetransform updates. Enable passthrough modes.
4864         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4865         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
4866         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4867           Negotiation fix that allows the window to return to the original
4868           size and renegotiate passthrough upstream. Extra debug output.
4869
4870 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4871
4872         * gst/sine/gstsinesrc.c:
4873         * gst/volume/gstvolume.c:
4874           fix up header include
4875
4876 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
4877
4878         * gst-libs/gst/audio/gstbaseaudiosink.c:
4879         (gst_base_audio_sink_render):
4880         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
4881         * gst/volume/gstvolume.c: (gst_volume_class_init),
4882         (volume_transform):
4883           fixing lost sync, some more debugging
4884
4885 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
4886
4887         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4888         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
4889         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4890         (gst_xvimagesink_check_xshm_calls):
4891           Fix compilation when XShm is not available.
4892
4893 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4894
4895         * ext/libvisual/visual.c: (gst_visual_dispose),
4896         (gst_visual_getcaps), (gst_visual_src_setcaps),
4897         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
4898         (gst_visual_change_state):
4899           Finish fixing up libvisual plugin so that it runs. 
4900
4901 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4902
4903         * ext/vorbis/vorbisenc.c:
4904         * gst-libs/gst/tag/gstvorbistag.c:
4905           gsttaginterface.h -> gsttagsetter.h
4906
4907 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4908
4909         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
4910           added another test that failes for me (test is not active by default)
4911
4912 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4913
4914         * configure.ac:
4915           v4l2 is no longer in gst-plugins-base
4916
4917 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4918
4919         * configure.ac:
4920           In the output at the end, don't show the first plugin on the same
4921           line as "Core plug-ins, always built:".
4922           Indent the output as for other plugin categories
4923         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4924           #define that can be used to not use peer buffer_alloc functions for
4925           test purposes.
4926         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4927         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
4928         (gst_ximagesink_show_frame):
4929         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4930         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
4931         (gst_xvimagesink_show_frame):
4932           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
4933           fails gracefully instead of XError aborting or deadlocking.
4934
4935 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4936
4937         * ext/libvisual/Makefile.am:
4938           link against gst-base-libs
4939
4940 2005-09-06  David Schleef  <ds@schleef.org>
4941
4942         * configure.ac: Enable libvisual plugin.
4943         * ext/libvisual/Makefile.am:
4944         * ext/libvisual/visual.c: Fixes to make it compile.
4945
4946 === release 0.9.2 ===
4947
4948 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4949
4950         * NEWS:
4951         * RELEASE:
4952         * configure.ac:
4953         * docs/random/ChangeLog-0.8:
4954           releasing 0.9.2, "Spoon"
4955
4956 2005-09-05  Michael Smith <msmith@fluendo.com>
4957
4958         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
4959           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
4960           that in the vorbisenc element.
4961
4962 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4963
4964         * common/gtk-doc-plugins.mak:
4965         * docs/plugins/Makefile.am:
4966           fix distcheck
4967         * gst/audioresample/resample.c:
4968           fix wrong docstring
4969
4970 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4971
4972         * common/gst-xmlinspect.py:
4973         * common/gtk-doc-plugins.mak:
4974           only inspect plugins for this given package
4975           require gst-python 0.9
4976
4977 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4978
4979         * Makefile.am:
4980         * autogen.sh:
4981         * common/gst-xmlinspect.py:
4982         * configure.ac:
4983         * docs/Makefile.am:
4984         * docs/plugins/inspect/plugin-alsa.xml:
4985         * docs/plugins/inspect/plugin-audioresample.xml:
4986         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4987         * docs/plugins/inspect/plugin-ogg.xml:
4988         * docs/plugins/tmpl/element-gnomevfssink.sgml:
4989         * docs/plugins/tmpl/element-multifdsink.sgml:
4990         * docs/plugins/tmpl/element-tcpserversink.sgml:
4991         * docs/plugins/tmpl/element-vorbisenc.sgml:
4992         * gst-plugins-base.spec.in:
4993           various doc-related updates
4994
4995 2005-08-31  Wim Taymans  <wim@fluendo.com>
4996
4997         * gst-libs/gst/audio/gstbaseaudiosink.c:
4998         (gst_base_audio_sink_render):
4999         Resync if the buffer timestamps drift more than a 10th 
5000         of a second.
5001
5002 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
5003
5004         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
5005         (gst_v4lsrc_get_property):
5006           The 'timestamp-offset' property is registered as an int64, so
5007           let's use g_value_{set|get}_int64() in our setter and getter
5008           functions (makes it work and fixes warnings with gst-inspect).
5009
5010 2005-08-30  Wim Taymans  <wim@fluendo.com>
5011
5012         * check/elements/audioconvert.c: (setup_audioconvert):
5013         * check/elements/audioresample.c: (setup_audioresample):
5014         * check/elements/volume.c: (setup_volume):
5015         Fix checks.
5016
5017 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5018
5019         * common/gtk-doc-plugins.mak:
5020         * common/plugins.xsl:
5021         * docs/plugins/Makefile.am:
5022           make module a param
5023
5024 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
5025
5026         * examples/seeking/seek.c: (make_mp3_pipeline),
5027         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
5028         (play_cb), (pause_cb), (stop_cb):
5029           update the example
5030
5031 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
5032
5033         * gst/volume/gstvolume.c: (gst_volume_class_init),
5034         (volume_transform):
5035           do not update controlled params, if buffer has no timestamp
5036
5037 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
5038
5039         * configure.ac:
5040         * gst/sine/Makefile.am:
5041         * gst/volume/Makefile.am:
5042           controllerized elements also need to link against controller-libs ;)
5043
5044 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
5045
5046         * docs/libs/tmpl/gstcolorbalance.sgml:
5047         * docs/libs/tmpl/gstgconf.sgml:
5048         * docs/libs/tmpl/gstmixer.sgml:
5049         * docs/libs/tmpl/gstringbuffer.sgml:
5050         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5051         (gst_sinesrc_create):
5052         * gst/volume/gstvolume.c: (gst_volume_class_init),
5053         (volume_transform):
5054           controllerized two audio plugins
5055
5056 2005-08-29  Andy Wingo  <wingo@pobox.com>
5057
5058         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
5059         (vorbis_handle_data_packet): Fix some int overflow errors.
5060
5061         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
5062         -1.
5063         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
5064         valid.
5065         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
5066         if it's valid. Fixed streaming-mode playback.
5067
5068         * check/elements/volume.c (cleanup_volume): Fix for running
5069         CK_FORK=no.
5070
5071         * check/elements/audioconvert.c: Convert from native endian, not
5072         little endian.
5073
5074 2005-08-29  Michael Smith <msmith@fluendo.com>
5075
5076         * ext/ogg/Makefile.am:
5077         * ext/ogg/gstogg.c: (plugin_init):
5078         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
5079         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
5080         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
5081         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
5082         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
5083         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
5084         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
5085         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
5086         Add an ogg parser element.
5087
5088 2005-08-28  Andy Wingo  <wingo@pobox.com>
5089
5090         * Updates for two-arg init from GST_BOILERPLATE_FULL.
5091
5092 2005-08-26  Wim Taymans  <wim@fluendo.com>
5093
5094         * gst/audioconvert/audioconvert.c: (if), (float),
5095         (audio_convert_get_func_index), (check_default),
5096         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5097         (audio_convert_clean_context), (audio_convert_get_sizes),
5098         (audio_convert_convert):
5099         Cleanups.
5100
5101 2005-08-26  Wim Taymans  <wim@fluendo.com>
5102
5103         * gst/audioconvert/audioconvert.c: (if), (float),
5104         (audio_convert_get_func_index), (check_default),
5105         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5106         (audio_convert_clean_context), (audio_convert_get_sizes),
5107         (audio_convert_convert):
5108         More elegant and working temp buffer selection algo.
5109
5110 2005-08-26  Wim Taymans  <wim@fluendo.com>
5111
5112         * gst/audioconvert/audioconvert.c: (if), (float),
5113         (audio_convert_get_func_index), (check_default),
5114         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5115         (audio_convert_clean_context), (audio_convert_get_sizes),
5116         (get_temp_buffer), (audio_convert_convert):
5117         Use realloc else we lose our original data.
5118
5119 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5120
5121         * gst/audioresample/gstaudioresample.c:
5122           use base class' newsegment to properly timestamp
5123
5124 2005-08-26  Wim Taymans  <wim@fluendo.com>
5125
5126         * gst/audioconvert/audioconvert.c: (if), (float),
5127         (audio_convert_get_func_index), (check_default),
5128         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5129         (audio_convert_clean_context), (audio_convert_get_sizes),
5130         (get_temp_buffer), (audio_convert_convert):
5131         * gst/audioconvert/gstaudioconvert.c:
5132         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
5133         (gst_audio_convert_transform_caps),
5134         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
5135         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
5136         Oops, allocate enough space to perform the channel mix.
5137
5138 2005-08-26  Wim Taymans  <wim@fluendo.com>
5139
5140         * gst/audioconvert/Makefile.am:
5141         * gst/audioconvert/audioconvert.c: (if), (float),
5142         (audio_convert_get_func_index), (check_default),
5143         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5144         (audio_convert_clean_context), (audio_convert_get_sizes),
5145         (get_temp_buffer), (audio_convert_convert):
5146         * gst/audioconvert/audioconvert.h:
5147         * gst/audioconvert/gstaudioconvert.c:
5148         (gst_audio_convert_class_init), (gst_audio_convert_init),
5149         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
5150         (gst_audio_convert_get_unit_size),
5151         (gst_audio_convert_transform_caps),
5152         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
5153         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
5154         * gst/audioconvert/gstaudioconvert.h:
5155         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5156         (gst_channel_mix_fill_identical),
5157         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
5158         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
5159         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
5160         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
5161         (gst_channel_mix_mix):
5162         * gst/audioconvert/gstchannelmix.h:
5163         Cleanups, librarify a bit, optimize, better negotiation and more.
5164
5165 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
5166
5167         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
5168         Another from MikeS:
5169         During typefinding, don't support negative offsets
5170         (offsets from the end of the stream) in our typefind->peek() function
5171         - nothing embedded in ogg ever needs them. However, we need to recognise
5172         those requests and reject them, otherwise we return invalid pointers.
5173
5174 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
5175
5176         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5177         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
5178         (vorbisdec_finalize), (vorbis_handle_type_packet):
5179           Big shout-out to MikeS for fixing this giant memory leak.
5180           Huzzah!
5181
5182 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5183
5184         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
5185         (audio_convert_get_unit_size):
5186           plug some leaks
5187
5188 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5189
5190         * check/Makefile.am:
5191         * check/elements/audioconvert.c: (setup_audioconvert),
5192         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5193         (GST_START_TEST), (audioconvert_suite), (main):
5194           add a test for audioconvert
5195         * gst/audioresample/gstaudioresample.c:
5196         * gst/audioresample/gstaudioresample.h:
5197           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
5198           note that for buffers of 1/3 sec this means DURATION(c) is 
5199           one nanosecond more than for a and b
5200
5201 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5202
5203         * check/Makefile.am:
5204         * check/elements/audioresample.c: (setup_audioresample),
5205         (cleanup_audioresample), (fail_unless_perfect_stream),
5206         (test_perfect_stream_instance), (GST_START_TEST),
5207           add a check for audioresample
5208         (audioresample_suite), (main):
5209         * check/elements/volume.c: (GST_START_TEST):
5210           remove unused method
5211         * gst/audioresample/gstaudioresample.c:
5212           set correct buffer parameters since we're changing them
5213         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5214           add some debug
5215
5216 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5217
5218         * gst/audioresample/debug.c:
5219         * gst/audioresample/gstaudioresample.c:
5220           add room for extra overlap samples when asked to transform size
5221           protect against possible mem corruption and check for discrepancies
5222           between written size and outbuffer's size so we can warn for
5223           potential problems
5224         * gst/audioresample/resample.c: (resample_init),
5225         (resample_get_output_size_for_input), (resample_get_output_size),
5226         (resample_set_n_channels), (resample_set_format):
5227           set debug level based on RESAMPLE_DEBUG env var
5228           make sure that get_output_size* returns a whole number of
5229           sample_size
5230           set sample_size each time either channel or format is set
5231         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
5232         * gst/audioresample/resample_functable.c:
5233         (resample_scale_functable):
5234         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5235           remove r->sample_size, it's done in resample.c now
5236           add some debugging to the ref implementation
5237           make sure we only give back bytes that are wholes of the sample
5238           size
5239
5240 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
5241         * gst/playback/gstplaybasebin.c: (fill_buffer):
5242         Revert unpopular change for GST_MESSAGE_SRC to GObject.
5243
5244 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
5245
5246         * gst/volume/gstvolume.c:
5247           made set_caps function static
5248
5249 2005-08-24  Wim Taymans  <wim@fluendo.com>
5250
5251         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5252         (gst_vorbisenc_change_state):
5253         Stop leaking taglists.
5254
5255 2005-08-24  Wim Taymans  <wim@fluendo.com>
5256
5257         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5258         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
5259         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
5260         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
5261         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5262         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5263         Parse seeking events better.
5264         Unref static caps.
5265         Generate correct newsegment events, fixes seeking in live oggs.
5266
5267         * ext/theora/theoradec.c: (theora_dec_src_query),
5268         (theora_dec_src_event), (theora_dec_src_getcaps),
5269         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
5270         Use newsegment values to report correct play time.
5271
5272         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5273         (vorbis_dec_src_event), (vorbis_dec_sink_event):
5274         * ext/vorbis/vorbisdec.h:
5275         Parse and use newsegment values to report correct play time.
5276
5277         * gst-libs/gst/audio/gstbaseaudiosink.c:
5278         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5279         Clear ringbuffer on flush.
5280         Use newsegment values to calculate playback time.
5281
5282         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
5284         Basesink does newsegment calculations for us now.
5285
5286 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5287
5288         * check/Makefile.am:
5289         * configure.ac:
5290           add core's plugins to the mix so that playbin works
5291         * check/generic/states.c: (GST_START_TEST):
5292           set a 0 timeout on pipelines, so they don't force the next
5293           state change
5294         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
5295         (gst_play_base_bin_change_state):
5296           remove the crappy error handling and do GST error handling
5297
5298 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5299
5300         * check/Makefile.am:
5301         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
5302           add same test as to core, it bitches out on playbin atm.
5303
5304 2005-08-24  Wim Taymans  <wim@fluendo.com>
5305
5306         * configure.ac:
5307         Remove audioscale.
5308
5309 2005-08-24  Wim Taymans  <wim@fluendo.com>
5310
5311         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
5312         (gst_videoscale_prepare_size), (parse_caps),
5313         (gst_videoscale_set_caps), (gst_videoscale_get_size),
5314         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
5315         (gst_videoscale_transform):
5316         * gst/videoscale/gstvideoscale.h:
5317         Refactor, make use of BaseTranform really well.
5318
5319 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5320
5321         * configure.ac:
5322           compile audioresample
5323         * gst/audioresample/Makefile.am:
5324         * gst/audioresample/buffer.c:
5325         * gst/audioresample/functable.c:
5326         * gst/audioresample/gstaudioresample.c:
5327         * gst/audioresample/gstaudioresample.h:
5328         * gst/audioresample/resample.c:
5329         (resample_get_output_size_for_input):
5330         * gst/audioresample/resample.h:
5331         * gst/audioresample/resample_chunk.c:
5332         * gst/audioresample/resample_functable.c:
5333         * gst/audioresample/resample_ref.c:
5334           port to use basetransform; doesn't work in all cases yet
5335
5336 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5337
5338         * gst/audioconvert/gstaudioconvert.c:
5339         (gst_audio_convert_class_init), (gst_audio_convert_init),
5340         (audio_convert_get_unit_size), (audio_convert_transform_caps),
5341         (audio_convert_fixate_caps), (audio_convert_set_caps),
5342         (audio_convert_transform),
5343         (gst_audio_convert_buffer_to_default_format),
5344         (gst_audio_convert_buffer_from_default_format),
5345         (gst_audio_convert_channels):
5346         * gst/audioconvert/gstchannelmix.c:
5347         * gst/audioconvert/gstchannelmix.h:
5348           port to basetransform
5349         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5350         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
5351         (gst_ffmpegcsp_get_unit_size):
5352         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5353         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
5354           fix for basetransform changes
5355
5356 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
5357
5358         * check/Makefile.am:
5359           Add CHECK_CFLAGS and LDFLAGS
5360
5361         * gst/playback/gstplaybasebin.c: (fill_buffer):
5362           GST_MESSAGE_SRC became a GObject
5363
5364 2005-08-24  Wim Taymans  <wim@fluendo.com>
5365
5366         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
5367         (gst_ring_buffer_clear_all):
5368         * gst-libs/gst/audio/gstringbuffer.h:
5369         Added function to clear the ringbuffer.
5370
5371 2005-08-24  Andy Wingo  <wingo@pobox.com>
5372
5373         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
5374         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
5375         of _open and _close.
5376
5377         * sys/v4l/gstv4lxoverlay.h:
5378         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
5379         an Xv connection here, instead of all the time. Make Xv only be
5380         loaded if you axe for it. Kindof a workaround for buggy behaviour
5381         of Xv when using remote xservers (XvQueryExtension would block).
5382         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
5383         replace the _open and _close public API. Only start the xv
5384         connection if necessary.
5385         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
5386
5387 2005-08-23  David Schleef  <ds@schleef.org>
5388
5389         * gst/audioresample/Makefile.am: Leet audioresampling code
5390         * gst/audioresample/buffer.c:
5391         * gst/audioresample/buffer.h:
5392         * gst/audioresample/debug.c:
5393         * gst/audioresample/debug.h:
5394         * gst/audioresample/functable.c:
5395         * gst/audioresample/functable.h:
5396         * gst/audioresample/gstaudioresample.c:
5397         * gst/audioresample/gstaudioresample.h:
5398         * gst/audioresample/resample.c:
5399         * gst/audioresample/resample.h:
5400         * gst/audioresample/resample_chunk.c:
5401         * gst/audioresample/resample_functable.c:
5402         * gst/audioresample/resample_ref.c:
5403
5404 2005-08-23  Wim Taymans  <wim@fluendo.com>
5405
5406         * examples/seeking/seek.c: (make_vorbis_pipeline),
5407         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
5408         Small seek updates.
5409
5410 2005-08-23  Andy Wingo  <wingo@pobox.com>
5411
5412         * gst-libs/gst/audio/gstbaseaudiosrc.c
5413         (gst_base_audio_src_fixate): Only fixate endianness if it is
5414         present in the caps.
5415
5416 2005-08-22  Andy Wingo  <wingo@pobox.com>
5417
5418         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
5419         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
5420         device-name property.
5421
5422         * gst-libs/gst/audio/gstaudiosrc.h:
5423         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
5424         close_device in the ring buffer, like gstaudiosink.
5425
5426         * ext/alsa/gstalsamixer.h:
5427         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
5428         macro to implement the interface without much code. Cleanups. 
5429
5430         * ext/alsa/gstalsasrc.h:
5431         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
5432         READY.
5433
5434         * ext/alsa/Makefile.am: Add new files.
5435         * ext/alsa/gstalsamixerelement.c: 
5436         * ext/alsa/gstalsamixerelement.c: Split element code out from
5437         mixer code so that alsasrc can be a mixer too.
5438
5439 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5440
5441         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5442         (GST_START_TEST):
5443         * check/elements/vorbisdec.c: (setup_vorbisdec),
5444         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
5445         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5446         (vorbis_handle_identification_packet),
5447         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
5448         (vorbis_handle_header_packet), (vorbis_dec_push),
5449         (vorbis_dec_chain):
5450           use the setup/teardown methods to save code.  save code is good.
5451
5452 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5453
5454         * check/Makefile.am:
5455           add ext dir for plugins
5456           add vorbisdec test conditionally
5457         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5458         (GST_START_TEST), (volume_suite):
5459           add a test with wrong caps
5460         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
5461         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
5462           add a vorbisdec test
5463         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
5464         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
5465           clean up debug output
5466         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5467           yay, fix a segfault/security issue in vorbisdec
5468           gst-launch fakesrc ! vorbisdec wasn't happy
5469         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
5470         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
5471         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
5472         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5473         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
5474         (gst_vorbisenc_set_metadata), (get_constraints_string),
5475         (update_start_message), (gst_vorbisenc_setup),
5476         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5477         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
5478         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
5479         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
5480         * ext/vorbis/vorbisenc.h:
5481           march in line
5482         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5483         (gst_ffmpegcsp_transform):
5484           have the kow come home
5485         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5486           debug my func ptr
5487         * gst/volume/gstvolume.c: (volume_set_caps):
5488           add a debug
5489
5490 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5491
5492         * Makefile.am:
5493         * check/.cvsignore:
5494         * check/Makefile.am:
5495         * check/elements/.cvsignore:
5496         * check/elements/volume.c: (chain_func), (event_func),
5497         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
5498         (main):
5499         * configure.ac:
5500           add unit test structure for gst-plugins-base
5501           add a test for volume
5502         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
5503         (gst_volume_set_volume), (gst_volume_get_volume),
5504         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
5505         (volume_funcfind), (volume_process_float), (volume_process_int16),
5506         (volume_set_caps), (volume_transform), (volume_update_mute),
5507         (volume_update_volume), (volume_set_property),
5508         (volume_get_property):
5509           document a little; use basetransform vmethod _set_caps
5510
5511 2005-08-19  Andy Wingo  <wingo@pobox.com>
5512
5513         * ext/alsa/gstalsamixertrack.h:
5514         * ext/alsa/gstalsamixertrack.c:
5515         * ext/alsa/gstalsamixeroptions.h:
5516         * ext/alsa/gstalsamixeroptions.c:
5517         * ext/alsa/gstalsamixer.h:
5518         * ext/alsa/gstalsamixer.c: Port to 0.9.
5519
5520         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
5521         Remove gstalsa.c and alsaclock. No more cruft here.
5522         
5523 2005-08-18  Wim Taymans  <wim@fluendo.com>
5524
5525         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5526         (gst_base_rtp_depayload_chain),
5527         (gst_base_rtp_depayload_add_to_queue),
5528         (gst_base_rtp_depayload_push),
5529         (gst_base_rtp_depayload_queue_release):
5530         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5531         Fix for RTPBuffer changes.
5532
5533         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
5534         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
5535         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
5536         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
5537         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
5538         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
5539         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
5540         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
5541         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
5542         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
5543         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
5544         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
5545         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
5546         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
5547         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
5548         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
5549         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
5550         (gst_rtpbuffer_get_payload):
5551         * gst-libs/gst/rtp/gstrtpbuffer.h:
5552         Don't subclass GstBuffer but add methods and helper functions
5553         to construct and manipulate RTP packets in regular GstBuffers.
5554
5555 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
5556
5557         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5558           moved statement below switch
5559         * gst/volume/gstvolume.c: (gst_volume_class_init):
5560           added debug ptr
5561
5562 2005-08-16  Wim Taymans  <wim@fluendo.com>
5563
5564         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5565         (gst_base_audio_src_change_state):
5566         Open and close device in READY<->NULL state change.
5567
5568 2005-08-16  Andy Wingo  <wingo@pobox.com>
5569
5570         * examples/seeking/Makefile.am: Don't compile non-compiling
5571         compiled objects with the compiler.
5572
5573         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
5574         elements.
5575
5576 2005-08-12  Philippe Khalaf <burger@speedy.org>
5577         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5578         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5579           Made a thread to release the queue.
5580           Removed timestamp conversion for now.
5581
5582 2005-08-10  Philippe Khalaf <burger@speedy.org>
5583         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5584         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5585           Added rtp timestamp -> gst timestamp conversion.
5586           Fixed several problems with queue.
5587
5588 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5589
5590         * gst-libs/gst/audio/gstaudioclock.h:
5591         * gst-libs/gst/audio/gstaudiofilter.h:
5592         * gst-libs/gst/audio/gstaudiosink.h:
5593         * gst-libs/gst/audio/gstaudiosrc.h:
5594         * gst-libs/gst/audio/gstbaseaudiosink.h:
5595         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5596         * gst-libs/gst/audio/gstringbuffer.h:
5597         * gst-libs/gst/net/gstnetbuffer.h:
5598         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5599         * gst-libs/gst/rtp/gstrtpbuffer.h:
5600           Add padding (you will need to rebuild gst-plugins-base,
5601           gst-plugins and all applications afterwards!)
5602
5603 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5604
5605         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5606         (gst_riff_parse_chunk):
5607           Fix bug in debug message and add some more debug messages.
5608
5609 2005-08-08  Edward Hervey  <edward@fluendo.com>
5610
5611         * gst-libs/gst/riff/riff-media.c:
5612         backported updates since branch
5613
5614 2005-08-08  Andy Wingo  <wingo@pobox.com>
5615
5616         * gst-libs/gst/audio/gstbaseaudiosink.c
5617         (gst_base_audio_sink_change_state): Open the device in NULL->READY
5618         like good elements should. Close on READY->NULL too.
5619
5620         * gst-libs/gst/audio/gstaudiosink.c
5621         (gst_audioringbuffer_open_device,
5622         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
5623         (gst_audioringbuffer_release): Updates for new ring buffer API,
5624         hook into the new audio sink api.
5625
5626         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
5627         (GstAudioSinkClass.close): Just open and close the device -- no
5628         resource allocation or configuration.
5629         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
5630         vmethods, handle device setup and resource allocation.
5631
5632         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
5633         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
5634         base class API.
5635
5636         * gst-libs/gst/audio/gstringbuffer.h
5637         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
5638         New vmethods.
5639
5640         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
5641         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
5642         New API functions. The device should be opened before acquiring
5643         and closed after releasing.
5644
5645 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
5646
5647         * gst-libs/gst/interfaces/mixer.h:
5648           Reset padding to GST_PADDING.
5649
5650 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5651
5652         * gst/playback/gstplaybin.c: (remove_sinks):
5653           Remove visualization from parent explicitely; works around some
5654           apparent refcount issue that I haven't tracked down yet.
5655
5656 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5657
5658         * ext/alsa/gstalsasink.c: (set_hwparams):
5659           Assign debug category, add negotiation debug msgs.
5660
5661 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5662
5663         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
5664           Fix error code for file-not-found to NOT_FOUND.
5665
5666 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5667
5668         * common/gtk-doc-plugins.mak:
5669         * docs/plugins/Makefile.am:
5670         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5671         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5672           renamed to actual element names, so much nicer to look at
5673         * docs/plugins/tmpl/gstmultifdsink.sgml:
5674           remove
5675         * docs/plugins/tmpl/multifdsink.sgml:
5676         * docs/plugins/tmpl/tcpserversink.sgml:
5677           add
5678         * ext/alsa/gstalsa.c:
5679         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
5680         * ext/ogg/gstoggmux.c:
5681         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
5682         * gst/playback/gstdecodebin.c:
5683         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5684         * gst/tcp/gsttcpserversink.c:
5685           various fixes and documentation additions
5686
5687 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5688
5689         * common/Makefile.am:
5690         * common/gstdoc-scangobj:
5691         * common/gtk-doc-plugins.mak:
5692         * common/gtk-doc.mak:
5693           add a custom scangobj that uses the registry
5694           add a custom gtk-doc-plugins.mak that uses it
5695           some doc build fixes
5696         * configure.ac:
5697         * docs/Makefile.am:
5698         * docs/plugins/Makefile.am:
5699         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5700         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5701         * docs/plugins/gst-plugins-base-plugins.types:
5702         * docs/plugins/tmpl/gstmultifdsink.sgml:
5703           add docs for one element, multifdsink
5704         * gst/adder/gstadder.h:
5705         * gst/volume/gstvolume.h:
5706           don't privatize enum
5707         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5708         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5709         (gst_sync_method_get_type), (gst_client_status_get_type),
5710         (gst_multifdsink_class_init),
5711         (gst_multifdsink_client_queue_buffer),
5712         (gst_multifdsink_handle_client_write):
5713         * gst/tcp/gstmultifdsink.h:
5714         * gst/tcp/gsttcp.h:
5715         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5716         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
5717         (gst_tcpclientsink_render):
5718         * gst/tcp/gsttcpclientsink.h:
5719         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5720         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
5721         (gst_tcpclientsrc_start):
5722         * gst/tcp/gsttcpclientsrc.h:
5723         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5724         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
5725         * gst/tcp/gsttcpserversrc.h:
5726         * gst/typefind/gsttypefindfunctions.c:
5727           remove superfluous Type stuff
5728
5729 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5730
5731         * gst/playback/gstplaybin.c: (gen_video_element):
5732           Enable videoscale.
5733
5734 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5735
5736         * gst-libs/gst/gconf/gconf.c:
5737         * gst-libs/gst/gconf/gconf.h:
5738           Fix some Andy Problem [tm].
5739
5740 2005-08-04  Andy Wingo  <wingo@pobox.com>
5741
5742         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
5743         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
5744         (gst_ffmpegcsp_get_size): Adapt to API changes.
5745
5746         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
5747         Implement an in-place do-nothing transform.
5748
5749 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5750
5751         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5752         (gst_ximagesink_renegotiate_size):
5753           Do not set new window sizes yet if we prepare a new buffer size
5754           for upstream renegotiation (software scaling) at some point in the
5755           future, because this new size waqs not actually accepted yet. Once
5756           accepted, renegotiation later on will set the new sizes just fine.
5757           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
5758           embedding testcase.
5759
5760 2005-08-03  Andy Wingo  <wingo@pobox.com>
5761
5762         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
5763         (gst_ximagesink_buffer_alloc): 
5764         Protect the height, width, and desired_caps with the pool_lock.
5765         Fixes videotestsrc ! queue ! ximagesink.
5766
5767 2005-08-02  Edward Hervey  <edward@fluendo.com>
5768
5769         * gst/volume/gstvolume.c:
5770         include left from controller cleanup
5771
5772 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
5773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
5774           Stop collectpads before calling the parent state
5775           change function on PAUSED->READY.
5776
5777 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
5778         * configure.ac:
5779           When testing for X libs, use the X CFlags 
5780         * gst/adder/gstadder.c: (gst_adder_change_state):
5781           Stop the collectpads before calling parent state change function
5782           on PAUSED->READY, otherwise we deadlock deactivating pads.
5783
5784 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
5785
5786         * configure.ac:
5787         * docs/libs/tmpl/gstcolorbalance.sgml:
5788         * docs/libs/tmpl/gstmixer.sgml:
5789         * examples/Makefile.am:
5790         * gst/sine/Makefile.am:
5791         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
5792         (gst_sinesrc_set_property), (plugin_init):
5793         * gst/sine/gstsinesrc.h:
5794         * gst/volume/Makefile.am:
5795         * gst/volume/gstvolume.c: (gst_volume_set_volume),
5796         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
5797         (volume_process_float), (volume_process_int16),
5798         (volume_set_property), (plugin_init):
5799         * gst/volume/gstvolume.h:
5800           deactivate and remove dparams (libgstcontrol)
5801
5802 2005-07-29  Wim Taymans  <wim@fluendo.com>
5803
5804         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
5805         Convert me to BaseTransform!! help..
5806
5807 2005-07-29  Andy Wingo  <wingo@pobox.com>
5808
5809         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
5810         sinks.
5811
5812         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
5813         support of both endiannesses.
5814
5815 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5816
5817         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5818           Fix confusing debug message (s/event/query/)
5819
5820 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5821
5822         * gst/videotestsrc/videotestsrc.h:
5823           Use "_stdint.h" instead of <stdint.h>
5824
5825 2005-07-27  Wim Taymans  <wim@fluendo.com>
5826
5827         * ext/vorbis/Makefile.am:
5828         Revert wrong commit.
5829
5830 2005-07-27  Wim Taymans  <wim@fluendo.com>
5831
5832         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
5833         More compilation fixen.
5834
5835 2005-07-27  Wim Taymans  <wim@fluendo.com>
5836
5837         * gst-libs/gst/audio/gstbaseaudiosink.c:
5838         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5839         (gst_base_audio_sink_create_ringbuffer),
5840         (gst_base_audio_sink_change_state):
5841         Fix compilation.
5842
5843 2005-07-27  Wim Taymans  <wim@fluendo.com>
5844
5845         * examples/seeking/seek.c: (setup_dynamic_link),
5846         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
5847         (query_positions_elems), (query_positions_pads), (do_seek):
5848         Update seek example.
5849
5850         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5851         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
5852         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
5853         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5854         (gst_ogg_demux_handle_event),
5855         (gst_ogg_demux_deactivate_current_chain),
5856         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5857         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5858         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
5859         (gst_ogg_demux_loop):
5860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
5861         * ext/theora/theoradec.c: (theora_dec_src_event),
5862         (theora_dec_src_getcaps), (theora_dec_sink_event),
5863         (theora_dec_push), (theora_dec_chain):
5864         * ext/vorbis/Makefile.am:
5865         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
5866         (vorbis_dec_sink_event), (vorbis_dec_push),
5867         (vorbis_handle_data_packet):
5868         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
5869         (gst_vorbisenc_chain):
5870         * gst/playback/gststreaminfo.c: (cb_probe):
5871         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
5872         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5873         * gst/videoscale/gstvideoscale.c:
5874         (gst_videoscale_handle_src_event):
5875         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
5876         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
5877         (gst_ximagesink_navigation_send_event):
5878         * sys/xvimage/xvimagesink.c:
5879         (gst_xvimagesink_navigation_send_event):
5880         Various event updates and cleanups
5881
5882 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5883
5884         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
5885           Fix segfault for I420/YV12.
5886
5887 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5888
5889         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
5890           Report bitrate.
5891
5892 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5893
5894         * gst/playback/gstplaybin.c: (gen_video_element),
5895         (gen_audio_element):
5896           Switch to auto*sink elements as default sinks; add volume element
5897           so that volume control in totem works.
5898
5899 2005-07-21  Wim Taymans  <wim@fluendo.com>
5900
5901         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5902         * gst/playback/gstplaybin.c: (setup_sinks),
5903         (gst_play_bin_change_state):
5904         Refcount fix and more comments.
5905
5906 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5907
5908         * sys/ximage/Makefile.am:
5909         * sys/ximage/ximage.c: (plugin_init):
5910         * sys/ximage/ximagesink.c:
5911         Prepare for adding ximagesrc, rename of plugin to ximage etc.
5912         
5913
5914 2005-07-21  Wim Taymans  <wim@fluendo.com>
5915
5916         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5917         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5918         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5919         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5920         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5921         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
5922         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
5923         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
5924         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5925         Generate correct disconts for live chained oggs.
5926
5927         * gst-libs/gst/audio/gstbaseaudiosink.c:
5928         (gst_base_audio_sink_render),
5929         (gst_base_audio_sink_create_ringbuffer),
5930         (gst_base_audio_sink_change_state):
5931         Handle discont math correctly.
5932
5933         * gst/playback/gstplaybin.c: (add_sink):
5934         Some small debug cleanup.
5935
5936 2005-07-21  Wim Taymans  <wim@fluendo.com>
5937
5938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
5939         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5940         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5941         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5942         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5943         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
5944         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5945         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
5946         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5947         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
5948         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
5949         (gst_ogg_demux_change_state), (gst_ogg_print):
5950         Reorganize code to send the right disconts when in streaming
5951         mode.
5952
5953 2005-07-20  Andy Wingo  <wingo@pobox.com>
5954
5955         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
5956         fix (?), fixes a seggie mcfalterson (#310894).
5957
5958 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5959
5960         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
5961         (gst_ogg_mux_set_header_on_caps):
5962         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
5963         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5964         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
5965         * gst-libs/gst/audio/multichannel.c:
5966         (gst_audio_set_channel_positions),
5967         (gst_audio_set_structure_channel_positions_list):
5968         * gst/playback/gstdecodebin.c: (dynamic_create):
5969         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
5970         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
5971           Fixes for API changes in core.
5972
5973 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5974
5975         * gst/playback/gstplaybasebin.c: (fill_buffer):
5976           Use _new_custom() so we can set custom message types for buffering
5977           messages.
5978
5979 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5980
5981         * configure.ac:
5982         * gst-libs/gst/Makefile.am:
5983         * gst-libs/gst/gconf/.cvsignore:
5984         * gst-libs/gst/gconf/Makefile.am:
5985         * gst-libs/gst/gconf/test-gconf.c:
5986         * pkgconfig/Makefile.am:
5987         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
5988         * pkgconfig/gstreamer-gconf.pc.in:
5989           Remove gconf stuff, use gconf elements instead from now on.
5990
5991 2005-07-20  Wim Taymans  <wim@fluendo.com>
5992
5993         * gst-libs/gst/audio/TODO:
5994         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
5995         (gst_audio_clock_get_internal_time):
5996         * gst-libs/gst/audio/gstaudioclock.h:
5997         * gst-libs/gst/audio/gstbaseaudiosink.c:
5998         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
5999         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
6000         (gst_base_audio_sink_render),
6001         (gst_base_audio_sink_create_ringbuffer),
6002         (gst_base_audio_sink_change_state):
6003         Make sure the audio clock always returns an increasing value.
6004
6005 2005-07-19  Andy Wingo  <wingo@pobox.com>
6006
6007         * gst/videotestsrc/: Cleanups.
6008
6009 2005-07-19  Wim Taymans  <wim@fluendo.com>
6010
6011         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
6012         Better debugging.
6013
6014 2005-07-19  Wim Taymans  <wim@fluendo.com>
6015
6016         * examples/seeking/seek.c: (make_dv_pipeline),
6017         (make_vorbis_theora_pipeline), (query_rates),
6018         (query_positions_elems), (query_positions_pads), (do_seek):
6019         Make correct DV pipeline.
6020
6021 2005-07-18  Andy Wingo  <wingo@pobox.com>
6022
6023         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
6024         default. Also because it's the only thing that really works. (This
6025         is used in the GConf elements).
6026         Use AS_LIBTOOL_TAGS.
6027
6028 2005-07-18  Wim Taymans  <wim@fluendo.com>
6029
6030         * gst/playback/gstdecodebin.c: (remove_element_chain):
6031         * gst/playback/gstplaybin.c: (add_sink):
6032         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6033         (gst_stream_info_set_mute):
6034         * gst/playback/gststreamselector.c:
6035         (gst_stream_selector_get_linked_pad),
6036         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
6037         More leak and compile fixes.
6038
6039 2005-07-18  Wim Taymans  <wim@fluendo.com>
6040
6041         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6042         (query_rates), (query_positions_elems), (query_positions_pads),
6043         (do_seek), (seek_cb), (stop_seek):
6044         Updated seek example. 
6045
6046         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
6047         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6048         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
6049         * gst/playback/gstplaybin.c: (add_sink):
6050         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6051         (gst_stream_info_set_mute):
6052         Some refcount leak fixes.
6053
6054 2005-07-16  Wim Taymans  <wim@fluendo.com>
6055
6056         * gst-libs/gst/audio/gstbaseaudiosink.c:
6057         (gst_base_audio_sink_render):
6058         Align samples even if we have roundoff errors in the 
6059         timestamp conversion.
6060
6061 2005-07-16  Wim Taymans  <wim@fluendo.com>
6062
6063         * docs/libs/tmpl/gstringbuffer.sgml:
6064         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6065         (query_rates), (query_positions_elems), (query_positions_pads),
6066         (update_scale), (do_seek):
6067         Updated seek example.
6068
6069         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6070         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
6071         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
6072         (gst_ogg_demux_loop):
6073         Push out correct discont values.
6074
6075         * ext/theora/theoradec.c: (theora_dec_src_convert),
6076         (theora_dec_sink_convert), (theora_dec_src_getcaps),
6077         (theora_dec_sink_event), (theora_handle_type_packet),
6078         (theora_handle_header_packet), (theora_dec_push),
6079         (theora_handle_data_packet), (theora_dec_chain),
6080         (theora_dec_change_state):
6081         Better timestamping.
6082
6083         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6084         (vorbis_dec_sink_event), (vorbis_dec_push),
6085         (vorbis_handle_data_packet), (vorbis_dec_chain):
6086         * ext/vorbis/vorbisdec.h:
6087         Better timestamping.
6088
6089         * gst-libs/gst/audio/gstbaseaudiosink.c:
6090         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
6091         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6092         Handle syncing on timestamps instead of sample offsets. Make
6093         use of DISCONT values as described in design docs.
6094
6095         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6096         (gst_base_audio_src_get_time):
6097         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
6098         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
6099         (gst_ring_buffer_read):
6100         * gst-libs/gst/audio/gstringbuffer.h:
6101         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
6102         (gst_ximagesink_show_frame):
6103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6104         Correcly convert buffer timestamp to stream time.
6105
6106 2005-07-16  Wim Taymans  <wim@fluendo.com>
6107
6108         * gst/audioconvert/gstaudioconvert.c:
6109         (gst_audio_convert_get_buffer):
6110         Timestamp buffers correctly.
6111
6112         * gst/playback/gstplaybin.c: (gen_video_element):
6113         Make internal fakesink silent.
6114
6115 2005-07-15  Wim Taymans  <wim@fluendo.com>
6116
6117         * gst/ffmpegcolorspace/Makefile.am:
6118         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6119         (gst_ffmpegcsp_caps_remove_format_info),
6120         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
6121         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
6122         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
6123         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
6124         Ported ffmpegcolorspace to basetransform.
6125
6126         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
6127         * gst/volume/gstvolume.c: (volume_transform):
6128         Ported to new API.
6129
6130 2005-07-14  Wim Taymans  <wim@fluendo.com>
6131
6132         * gst/videotestsrc/Makefile.am:
6133         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
6134         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
6135         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
6136         (gst_videotestsrc_init), (gst_videotestsrc_event),
6137         (gst_videotestsrc_create), (gst_videotestsrc_start),
6138         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
6139         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
6140         (gst_videotestsrc_get_property):
6141         * gst/videotestsrc/gstvideotestsrc.h:
6142         Make videotestsrc a pushsrc.
6143
6144 2005-07-14  Wim Taymans  <wim@fluendo.com>
6145
6146         * gst/tcp/gstfdset.c: (gst_fdset_free):
6147         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6148         (gst_multifdsink_add), (gst_multifdsink_remove),
6149         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
6150         (gst_multifdsink_remove_client_link),
6151         (gst_multifdsink_client_queue_data),
6152         (gst_multifdsink_client_queue_caps),
6153         (gst_multifdsink_client_queue_buffer),
6154         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
6155         (gst_multifdsink_stop):
6156         * gst/tcp/gstmultifdsink.h:
6157         0.8 backporting.
6158
6159         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
6160         Also draw image when not from a pool.
6161
6162 2005-07-14  Wim Taymans  <wim@fluendo.com>
6163
6164         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
6165         (mute_stream), (silence_stream):
6166         Small debug additions.
6167
6168 2005-07-14  Wim Taymans  <wim@fluendo.com>
6169
6170         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
6171         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6172         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
6173         Better error recovery, ignore unconnected pads and
6174         non-fatal errors.
6175
6176 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6177
6178         * docs/libs/tmpl/gstaudio.sgml:
6179         * docs/libs/tmpl/gstcolorbalance.sgml:
6180         * docs/libs/tmpl/gstgconf.sgml:
6181         * docs/libs/tmpl/gstmixer.sgml:
6182         * docs/libs/tmpl/gstringbuffer.sgml:
6183         * docs/libs/tmpl/gsttuner.sgml:
6184         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6185         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6186         (gst_tcpclientsrc_class_init):
6187         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6188         (gst_tcpserversrc_class_init):
6189         * sys/v4l/gstv4lelement.c:
6190           more autistic cleanliness in functions/names/defines
6191
6192 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6193
6194         * configure.ac:
6195           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
6196           added manually to each Makefile.am so we are sure it goes
6197           *last* and doesn't add -L flags before linking in libs of our
6198           own, like, say, internal .la libs, that then accidentally pick
6199           up the installed copy.
6200         * docs/libs/Makefile.am:
6201         * ext/alsa/Makefile.am:
6202         * ext/cdparanoia/Makefile.am:
6203         * ext/gnomevfs/Makefile.am:
6204         * ext/libvisual/Makefile.am:
6205         * ext/ogg/Makefile.am:
6206         * ext/theora/Makefile.am:
6207         * ext/vorbis/Makefile.am:
6208         * gst-libs/gst/video/Makefile.am:
6209         * gst/adder/Makefile.am:
6210         * gst/audioconvert/Makefile.am:
6211         * gst/audiorate/Makefile.am:
6212         * gst/audioscale/Makefile.am:
6213         * gst/ffmpegcolorspace/Makefile.am:
6214         * gst/playback/Makefile.am:
6215         * gst/sine/Makefile.am:
6216         * gst/subparse/Makefile.am:
6217         * gst/tags/Makefile.am:
6218         * gst/tcp/Makefile.am:
6219         * gst/typefind/Makefile.am:
6220         * gst/videorate/Makefile.am:
6221         * gst/videoscale/Makefile.am:
6222         * gst/videotestsrc/Makefile.am:
6223         * gst/volume/Makefile.am:
6224         * sys/v4l/Makefile.am:
6225         * sys/ximage/Makefile.am:
6226         * sys/xvimage/Makefile.am:
6227           adapt properly to this change. This should make sure that
6228           plugins and libs properly link to the as-yet-uninstalled
6229           copies of stuff like libgstinterfaces and libgstvideo
6230
6231 2005-07-13  Andy Wingo  <wingo@pobox.com>
6232
6233         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
6234         (gst_v4lsrc_fixate): Fixate on format as well.
6235
6236         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
6237         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
6238         buffer points to it.
6239         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
6240         rather just doing X calls ourselves. Also fixes a memleak.
6241
6242 2005-07-12  Andy Wingo  <wingo@pobox.com>
6243
6244         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
6245         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
6246         (gst_v4lsrc_create): Re-add the copy-mode property, default to
6247         TRUE to avoid deadlocks if an element holds on to our buffers.
6248
6249 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6250
6251         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6252         (gst_sinesrc_init), (gst_sinesrc_create),
6253         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6254         (gst_sinesrc_start):
6255         * gst/sine/gstsinesrc.h:
6256           removing num-buffers property before moving it
6257
6258 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6259
6260         * configure.ac:
6261           use overridable ERROR_CFLAGS
6262         * docs/libs/gst-plugins-base-libs.types:
6263         * docs/libs/tmpl/gstringbuffer.sgml:
6264         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
6265         (gst_alsasink_class_init):
6266         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6267         (gst_alsasrc_class_init):
6268         * gst-libs/gst/audio/audio.h:
6269         * gst-libs/gst/audio/gstaudioclock.h:
6270         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
6271         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
6272         (gst_audio_filter_link), (gst_audio_filter_init),
6273         (gst_audio_filter_chain), (gst_audio_filter_set_property),
6274         (gst_audio_filter_get_property),
6275         (gst_audio_filter_class_add_pad_templates):
6276         * gst-libs/gst/audio/gstaudiofilter.h:
6277         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6278         (gst_audio_filter_template_get_type),
6279         (gst_audio_filter_template_base_init),
6280         (gst_audio_filter_template_class_init),
6281         (gst_audio_filter_template_init),
6282         (gst_audio_filter_template_set_property),
6283         (gst_audio_filter_template_get_property), (plugin_init),
6284         (gst_audio_filter_template_setup),
6285         (gst_audio_filter_template_filter),
6286         (gst_audio_filter_template_filter_inplace):
6287         * gst-libs/gst/audio/gstaudiosink.c:
6288         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6289         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
6290         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6291         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6292         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
6293         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
6294         * gst-libs/gst/audio/gstaudiosink.h:
6295         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6296         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6297         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6298         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
6299         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
6300         (gst_audio_src_class_init), (gst_audio_src_init),
6301         (gst_audio_src_create_ringbuffer):
6302         * gst-libs/gst/audio/gstaudiosrc.h:
6303         * gst-libs/gst/audio/gstbaseaudiosink.c:
6304         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
6305         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6306         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
6307         (gst_base_audio_sink_set_property),
6308         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
6309         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
6310         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
6311         (gst_base_audio_sink_create_ringbuffer),
6312         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
6313         * gst-libs/gst/audio/gstbaseaudiosink.h:
6314         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6315         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
6316         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
6317         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
6318         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
6319         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
6320         (gst_base_audio_src_event), (gst_base_audio_src_create),
6321         (gst_base_audio_src_create_ringbuffer),
6322         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
6323         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6324         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
6325         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
6326         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
6327         (gst_ring_buffer_debug_spec_caps),
6328         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
6329         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6330         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6331         (gst_ring_buffer_start), (gst_ring_buffer_pause),
6332         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
6333         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
6334         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
6335         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6336         (gst_ring_buffer_clear):
6337         * gst-libs/gst/audio/gstringbuffer.h:
6338         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6339         (gst_video_sink_class_init), (gst_video_sink_get_type):
6340         * gst-libs/gst/video/videosink.h:
6341         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6342         (gst_multifdsink_class_init),
6343         (gst_multifdsink_handle_client_write),
6344         (gst_multifdsink_change_state):
6345         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6346         (gst_tcpclientsink_setcaps):
6347         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6348         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
6349         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
6350         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
6351         (gst_ximagesink_send_pending_navigation),
6352         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
6353         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
6354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
6355         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
6356         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
6357         (gst_xvimagesink_send_pending_navigation),
6358         (gst_xvimagesink_navigation_send_event),
6359         (gst_xvimagesink_set_xwindow_id),
6360         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
6361         (gst_xvimagesink_get_type):
6362         more macro splitting
6363
6364 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6365
6366         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6367           plug a memleak, allows me to import 1479 albums in one go
6368           in jamboree
6369         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6370         (vorbis_handle_type_packet), (vorbis_dec_chain),
6371         (vorbis_dec_change_state):
6372           fix some format strings
6373
6374 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6375
6376         * docs/libs/tmpl/gstcolorbalance.sgml:
6377         * docs/libs/tmpl/gstmixer.sgml:
6378         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
6379         (gst_alsasink_set_property), (gst_alsasink_get_property):
6380         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
6381         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
6382           add device property
6383
6384 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6385
6386         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6387         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6388         (audiocast_register_listener), (audiocast_thread_run),
6389         (gst_gnomevfssrc_send_additional_headers_callback),
6390         (gst_gnomevfssrc_received_headers_callback),
6391         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
6392         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
6393         (gst_gnomevfssrc_get_size):
6394           add/clean up debugging
6395         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
6396           cleanups
6397
6398 2005-07-07  Andy Wingo  <wingo@pobox.com>
6399
6400         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
6401         framerate. Need to get a handle on when exactly this function is
6402         called, tho.
6403
6404         * sys/v4l/v4lsrc_calls.h:
6405         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
6406         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
6407         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
6408
6409         * sys/v4l/v4l_calls.h: Cast to V4lElement.
6410         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
6411         v4lelements are sources.
6412
6413         * sys/v4l/gstv4lxoverlay.h:
6414         * sys/v4l/gstv4lxoverlay.c:
6415         * sys/v4l/gstv4ltuner.h:
6416         * sys/v4l/gstv4ltuner.c: Header loc fixen.
6417         
6418         * sys/v4l/gstv4lsrc.h:
6419         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
6420         PushSrc/BaseSrc. Removed most sync-related properties, videorate
6421         or something should handle that. Made a live source.
6422
6423         * sys/v4l/gstv4lelement.h:
6424         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
6425         signals. Some cleanups.
6426
6427         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
6428
6429         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
6430         stuff.
6431
6432         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
6433         stuff.
6434
6435         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
6436
6437 2005-07-07  Wim Taymans  <wim@fluendo.com>
6438
6439         * ext/theora/theoradec.c: (theora_get_query_types),
6440         (theora_dec_src_getcaps), (theora_dec_push):
6441         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
6442         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
6443         Remove deprecated/unused query types.
6444
6445 2005-07-06  Wim Taymans  <wim@fluendo.com>
6446
6447         * ext/alsa/Makefile.am:
6448         * ext/alsa/gstalsaplugin.c: (plugin_init):
6449         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6450         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6451         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
6452         (gst_alsasrc_class_init), (gst_alsasrc_init),
6453         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
6454         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
6455         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
6456         (gst_alsasrc_reset):
6457         * ext/alsa/gstalsasrc.h:
6458         * gst-libs/gst/audio/Makefile.am:
6459         * gst-libs/gst/audio/gstaudiosink.c:
6460         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6461         (gst_audioringbuffer_start):
6462         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6463         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6464         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
6465         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6466         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6467         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6468         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
6469         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
6470         * gst-libs/gst/audio/gstaudiosrc.h:
6471         * gst-libs/gst/audio/gstbaseaudiosink.c:
6472         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6473         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
6474         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
6475         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6476         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
6477         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
6478         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
6479         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
6480         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
6481         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
6482         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
6483         (gst_baseaudiosrc_change_state):
6484         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6485         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6486         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
6487         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
6488         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
6489         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
6490         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
6491         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
6492         * gst-libs/gst/audio/gstringbuffer.h:
6493         Added audiosource base classes.
6494         Ported alsasrc, still very basic.
6495
6496 2005-07-06  Wim Taymans  <wim@fluendo.com>
6497
6498         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
6499         (theora_dec_push), (theora_handle_data_packet):
6500         Prepare for better timestamp fix later.
6501
6502         * gst/audioconvert/gstaudioconvert.c:
6503         List most accurate caps first
6504
6505         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
6506         Use proper pad task function.
6507
6508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6509         (gst_xvimagesink_show_frame):
6510         Fix deadlock when alloc failed.
6511
6512 2005-07-05  Andy Wingo  <wingo@pobox.com>
6513
6514         * ext/gnomevfs/gstgnomevfssrc.c:
6515         * gst/sine/gstsinesrc.c:
6516         * gst/tcp/gsttcpserversrc.c:
6517         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
6518
6519         * sys/v4l/: Port from 0.8.
6520
6521         * Many files: Null if we got it....
6522
6523 2005-07-05  Andy Wingo  <wingo@pobox.com>
6524
6525         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
6526         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
6527         Signedness fixes.
6528
6529 2005-07-05  Wim Taymans  <wim@fluendo.com>
6530
6531         * configure.ac:
6532         * gst/tcp/Makefile.am:
6533         * gst/tcp/README:
6534         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6535         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
6536         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
6537         (is_sync_frame), (gst_multifdsink_handle_client_write),
6538         (gst_multifdsink_render), (gst_multifdsink_start),
6539         (gst_multifdsink_stop), (gst_multifdsink_change_state):
6540         * gst/tcp/gstmultifdsink.h:
6541         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
6542         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
6543         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6544         * gst/tcp/gsttcp.h:
6545         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6546         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6547         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6548         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
6549         * gst/tcp/gsttcpclientsink.h:
6550         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6551         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
6552         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
6553         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
6554         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
6555         * gst/tcp/gsttcpclientsrc.h:
6556         * gst/tcp/gsttcpplugin.c: (plugin_init):
6557         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
6558         * gst/tcp/gsttcpserversink.h:
6559         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6560         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
6561         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
6562         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6563         (gst_tcpserversrc_stop):
6564         * gst/tcp/gsttcpserversrc.h:
6565         * gst/tcp/gsttcpsink.c:
6566         * gst/tcp/gsttcpsink.h:
6567         * gst/tcp/gsttcpsrc.c:
6568         * gst/tcp/gsttcpsrc.h:
6569         Ported tcp plugins to 0.9. 
6570         
6571
6572 2005-07-05  Andy Wingo  <wingo@pobox.com>
6573
6574         * gst/playback/gstplaybasebin.c (fill_buffer):
6575         message_new_application fixen.
6576
6577         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
6578         Style fix.
6579
6580 2005-07-04  Wim Taymans  <wim@fluendo.com>
6581
6582         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6583         Set caps on output buffer.
6584
6585 2005-07-04  Andy Wingo  <wingo@pobox.com>
6586
6587         * ext/gnomevfs/gstgnomevfssrc.c
6588         (gst_gnomevfssrc_received_headers_callback) 
6589         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
6590         hopefully.
6591
6592         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
6593         No refcount leakage.
6594
6595         * configure.ac: Enable -Werror.
6596         
6597         * ext/theora/theoradec.c (theora_dec_src_getcaps):
6598         * gst/audioconvert/bufferframesconvert.c
6599         (buffer_frames_convert_fixate):
6600         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
6601         (gst_audio_convert_fixate):
6602         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
6603         (gst_sinesrc_create): Fixate func changes.
6604         
6605         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6606         (gst_ximagesink_buffer_alloc): Unused var.
6607
6608 2005-07-01  Andy Wingo  <wingo@pobox.com>
6609
6610         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
6611         getcaps to do explicit caps. Needs to be done in all decoders,
6612         possibly via a base class.
6613
6614         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
6615
6616         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
6617         caps on the sink pad, just rely on the pad template. Also, setting
6618         ANY caps on a pad is not valid because the caps are not fixed.
6619
6620         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
6621         caps on the buffer, and get the width from the desired_caps if
6622         they're set.
6623         (gst_ximagesink_renegotiate_size): Implement via setting the
6624         desired_caps on the ximagesink.
6625         (gst_ximagesink_setcaps): Only reset the width of the player if it
6626         wasn't already set. Not sure if this is right.
6627         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
6628
6629         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
6630         that the user wants. NULL unless the window has been resized.
6631
6632         * gst/volume/gstvolume.c (volume_transform): Adapt to
6633         basetransform refcount changes.
6634         
6635 2005-07-01  Andy Wingo  <wingo@pobox.com>
6636
6637         * gst/videoscale/gstvideoscale.c:
6638         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
6639         from BaseTransform, implements a transform_caps. Removed dead code
6640         including some PAR stuff that was never reached -- should probably
6641         be added back somehow.
6642
6643 2005-07-01  Andy Wingo  <wingo@pobox.com>
6644
6645         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
6646         come later.
6647
6648 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6649
6650         * configure.ac:
6651         * docs/libs/Makefile.am:
6652         * docs/libs/gst-plugins-libs.types:
6653         * ext/alsa/Makefile.am:
6654         * ext/alsa/gstalsamixer.h:
6655         * ext/alsa/gstalsamixeroptions.h:
6656         * ext/alsa/gstalsamixertrack.h:
6657         * gst-libs/gst/Makefile.am:
6658         * gst-libs/gst/colorbalance/.cvsignore:
6659         * gst-libs/gst/colorbalance/Makefile.am:
6660         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
6661         * gst-libs/gst/colorbalance/colorbalance.c:
6662         * gst-libs/gst/colorbalance/colorbalance.h:
6663         * gst-libs/gst/colorbalance/colorbalance.vcproj:
6664         * gst-libs/gst/colorbalance/colorbalancechannel.c:
6665         * gst-libs/gst/colorbalance/colorbalancechannel.h:
6666         * gst-libs/gst/interfaces/Makefile.am:
6667         * gst-libs/gst/interfaces/colorbalance.c:
6668         (gst_color_balance_class_init):
6669         * gst-libs/gst/interfaces/colorbalance.h:
6670         * gst-libs/gst/interfaces/interfaces-marshal.list:
6671         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
6672         * gst-libs/gst/interfaces/mixer.h:
6673         * gst-libs/gst/interfaces/mixeroptions.h:
6674         * gst-libs/gst/interfaces/navigation.c:
6675         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
6676         * gst-libs/gst/interfaces/tuner.h:
6677         * gst/volume/Makefile.am:
6678         * gst/volume/gstvolume.c:
6679         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6680         * sys/ximage/Makefile.am:
6681         * sys/ximage/ximagesink.c:
6682         * sys/xvimage/Makefile.am:
6683         * sys/xvimage/xvimagesink.c:
6684           fold in all interfaces into an interfaces dir, preserving CVS
6685           history
6686
6687 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6688
6689         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6690           Fix build after riff changes.
6691
6692 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6693
6694         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6695         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
6696         (gst_riff_create_video_template_caps),
6697         (gst_riff_create_audio_template_caps),
6698         (gst_riff_create_iavs_template_caps):
6699         * gst-libs/gst/riff/riff-media.h:
6700         * gst-libs/gst/riff/riff-read.h:
6701         * gst-libs/gst/riff/riff.c: (gst_riff_init):
6702           Add gst_riff_init() to initialize the debug category, instead
6703           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
6704
6705 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6706
6707         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
6708           Oops, I shouldn't apply hacks.
6709
6710 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6711
6712         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
6713           Remove pad_loop function which doesn't work.
6714
6715 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6716
6717         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
6718           Send EOS when deactivating.
6719         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6720         (check_queue), (queue_threshold_reached), (queue_out_of_data),
6721         (gen_preroll_element), (probe_triggered), (mute_stream),
6722         (silence_stream), (new_decoded_pad), (setup_substreams),
6723         (set_active_source):
6724         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
6725         (remove_sinks), (add_sink):
6726         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
6727           Change for new probe API.
6728
6729 2005-06-29  Wim Taymans  <wim@fluendo.com>
6730
6731         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
6732         * gst-libs/gst/audio/gstbaseaudiosink.c:
6733         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6734         (gst_baseaudiosink_change_state):
6735         * gst-libs/gst/audio/gstbaseaudiosink.h:
6736         * gst-libs/gst/audio/gstringbuffer.c:
6737         (gst_ringbuffer_set_callback):
6738         Fix compilation error.
6739         Ringbuffer starts out as not running.
6740         Free our clock in dispose.
6741         When releasing the ringbuffer we need to renegotiate so
6742         clear the pad caps.
6743
6744 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6745
6746         * autogen.sh:
6747         * configure.ac:
6748         * docs/Makefile.am:
6749         * docs/libs/Makefile.am:
6750         * docs/libs/gst-plugins-libs-docs.sgml:
6751         * docs/libs/gst-plugins-libs-sections.txt:
6752         * docs/libs/gst-plugins-libs.types:
6753         * docs/libs/tmpl/gstaudio.sgml:
6754         * docs/libs/tmpl/gstcolorbalance.sgml:
6755         * docs/libs/tmpl/gstringbuffer.sgml:
6756         * gst-libs/gst/audio/gstringbuffer.c:
6757         (gst_ringbuffer_set_callback):
6758           reinstate gtk-doc docs for plugin libs
6759
6760 2005-06-28  Wim Taymans  <wim@fluendo.com>
6761
6762         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6763         (gst_ogg_demux_init):
6764         Removed pad loop function.
6765
6766 2005-06-28  Wim Taymans  <wim@fluendo.com>
6767
6768         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6769         If we're building a chain we are not in an error case
6770         when we queue a buffer.
6771
6772 2005-06-28  Andy Wingo  <wingo@pobox.com>
6773
6774         * *.c: Don't cast to GstObject before reffing/unreffing.
6775
6776 2005-06-27  Andy Wingo  <wingo@pobox.com>
6777
6778         * gst/videotestsrc/gstvideotestsrc.c
6779         (gst_videotestsrc_activate_push): Activation API changes.
6780
6781         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
6782         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
6783         they have refs on the decodebin.
6784
6785         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
6786         parent class.
6787         (gst_ogg_pad_typefind): Don't leak a pad ref.
6788         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
6789         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
6790         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
6791
6792 2005-06-27  Edward Hervey  <edward@fluendo.com>
6793
6794         * ext/theora/theoradec.c: (theora_dec_change_state): 
6795         re-arranged call to parent's state change in order to avoid locks (or
6796         worse).
6797
6798 2005-06-26  Edward Hervey  <edward@fluendo.com>
6799
6800         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6801         2nd argument of 'unknow-type' signal is a GstCaps and not a
6802         GstMiniObject
6803
6804 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
6805         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
6806           Set the worker thread's running flag to TRUE before starting the
6807           thread.
6808         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
6809           Catch a failure to add typefind to the bin.
6810
6811 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6812
6813         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6814         (gst_sinesrc_init), (gst_sinesrc_create),
6815         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6816         (gst_sinesrc_start):
6817         * gst/sine/gstsinesrc.h:
6818           add num-buffers and timestamp-offset properties
6819         * gst/videotestsrc/gstvideotestsrc.c:
6820         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
6821         (gst_videotestsrc_get_property):
6822           add timestamp-offset property
6823
6824 2005-06-23  Christian Schaller  <uraeus@gnome.org>
6825
6826         * configure.ac: add videorate
6827         * gst-plugins-base.spec.in: add videorate
6828
6829 2005-06-23  Wim Taymans  <wim@fluendo.com>
6830
6831         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6832         (gst_videorate_getcaps), (gst_videorate_setcaps),
6833         (gst_videorate_event), (gst_videorate_chain):
6834         Fixed videorate, fixating an already fixated caps is not
6835         an error.
6836
6837 2005-06-23  Wim Taymans  <wim@fluendo.com>
6838
6839         * ext/ogg/README:
6840         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
6841         Buffer on caps is not boxed anymore.
6842
6843 2005-06-22  Wim Taymans  <wim@fluendo.com>
6844
6845         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6846         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6847         Set buffers on caps as miniobjects and not as boxed.
6848
6849 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6850
6851         * configure.ac:
6852           back to HEAD
6853
6854 === release 0.9.1 ===
6855
6856 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6857
6858         * .cvsignore:
6859         * NEWS:
6860         * README:
6861         * RELEASE:
6862         * configure.ac:
6863         * po/af.po:
6864         * po/az.po:
6865         * po/cs.po:
6866         * po/en_GB.po:
6867         * po/hu.po:
6868         * po/it.po:
6869         * po/nb.po:
6870         * po/nl.po:
6871         * po/or.po:
6872         * po/sq.po:
6873         * po/sr.po:
6874         * po/sv.po:
6875         * po/uk.po:
6876         * po/vi.po:
6877           updates for release
6878
6879 2005-06-09  Andy Wingo  <wingo@pobox.com>
6880
6881         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
6882         
6883 2005-06-09  Andy Wingo  <wingo@pobox.com>
6884
6885         * configure.ac:
6886         * gst-libs/gst/Makefile.am:
6887         * gst-libs/gst/net/Makefile.am:
6888         Add gstnet to build.
6889
6890 2005-06-09  Andy Wingo  <wingo@pobox.com>
6891
6892         * gst-libs/gst/gconf/gconf.c:
6893         * gst/playback/test.c:
6894         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
6895         fixes.
6896
6897         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
6898
6899         * ext/theora/theoraenc.c (theora_enc_chain): 
6900         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
6901
6902         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
6903         RealPad.
6904
6905 2005-06-02  Wim Taymans  <wim@fluendo.com>
6906
6907         * gst-libs/gst/net/Makefile.am:
6908         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6909         * pkgconfig/gstreamer-libs.pc.in:
6910         Added net stuff, version net lib.
6911
6912 2005-06-02  Wim Taymans  <wim@fluendo.com>
6913
6914         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6915         (query_rates), (query_positions_elems), (query_positions_pads),
6916         (do_seek):
6917         Updated seek example.
6918
6919 2005-06-02  Andy Wingo  <wingo@pobox.com>
6920
6921         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
6922         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
6923         list.
6924
6925         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
6926         remove the typefind, the bin dispose will do it for us. When it's
6927         removed and unreffed, the signal handler will be disconnected,
6928         too.
6929         (unlinked): It's too difficult to disconnect from unlinked
6930         handlers, as they are on pads not elements. Just punt if the pads
6931         aren't grandkids of the bin.
6932
6933 2005-06-02  Wim Taymans  <wim@fluendo.com>
6934
6935         * ext/ogg/README:
6936         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6937         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
6938         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6939         * ext/theora/theoradec.c: (theora_dec_src_query),
6940         (theora_handle_data_packet):
6941         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6942         (theora_enc_chain):
6943         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6944         (vorbis_handle_data_packet):
6945         * gst/audioconvert/bufferframesconvert.c:
6946         (buffer_frames_convert_chain):
6947         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6948         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6949         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6950         (gst_ffmpegcsp_chain):
6951         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6952         (gst_videorate_getcaps), (gst_videorate_setcaps),
6953         (gst_videorate_event), (gst_videorate_chain):
6954         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
6955         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
6956         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6957         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6958         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6959         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
6960         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
6961         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6962         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6963         Cleanups and buffer alloc.
6964
6965 2005-05-31  Wim Taymans  <wim@fluendo.com>
6966
6967         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
6968         Don't try to call the delay method when the device is not
6969         opened.
6970
6971 2005-05-31  Wim Taymans  <wim@fluendo.com>
6972
6973         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
6974         Get actual segment size and buffer size after opening
6975         the device.
6976
6977 2005-05-30  Wim Taymans  <wim@fluendo.com>
6978
6979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
6980         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
6981         Also FLUSH upstream, makes the loop function exit faster.
6982         
6983         * ext/theora/theoradec.c: (theora_dec_src_query):
6984         Some more debug info in the query.
6985         
6986         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6987         (gst_ximagesink_setcaps):
6988         Release lock on par error, better error reporting.
6989
6990 2005-05-26  Wim Taymans  <wim@fluendo.com>
6991
6992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6993         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
6994         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
6995         Clear chains in READY
6996         Queue packets until the chain is activated.
6997
6998 2005-05-25  Wim Taymans  <wim@fluendo.com>
6999
7000         * gst-libs/gst/audio/gstaudiosink.c:
7001         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7002         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7003         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7004         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7005         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7006         (gst_audiosink_create_ringbuffer):
7007         * gst-libs/gst/audio/gstbaseaudiosink.c:
7008         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7009         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7010         (gst_baseaudiosink_set_property), (build_linear_format),
7011         (debug_spec_caps), (debug_spec_buffer),
7012         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7013         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7014         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7015         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7016         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7017         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7018         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7019         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7020         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7021         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7022         (wait_segment), (gst_ringbuffer_commit),
7023         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7024         (gst_ringbuffer_clear):
7025         Various small cleanups.
7026
7027         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7028         (gst_audio_convert_change_state):
7029         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
7030         No need to take the locks anymore.
7031
7032 2005-05-25  Wim Taymans  <wim@fluendo.com>
7033
7034         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7035         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
7036         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
7037         (type_found):
7038         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
7039         (group_destroy), (group_commit), (queue_overrun),
7040         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
7041         (mute_stream), (new_decoded_pad), (setup_substreams),
7042         (setup_source), (mute_group_type), (set_active_source),
7043         (gst_play_base_bin_change_state):
7044         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
7045         (gen_video_element), (gen_text_element), (gen_audio_element),
7046         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
7047         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
7048         (gst_stream_info_dispose), (gst_stream_info_set_mute):
7049         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
7050         Some playbin cleanups mostly refcounting sloppyness.
7051
7052 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7053
7054         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7055           Work with streaming input.
7056
7057 2005-05-25  Wim Taymans  <wim@fluendo.com>
7058
7059         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7060         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7061         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7062         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
7063         No need to take the STREAM lock anymore.
7064
7065 2005-05-25  Wim Taymans  <wim@fluendo.com>
7066
7067         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7068         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
7069         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
7070         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
7071         (gst_ogg_demux_sink_activate):
7072         * ext/theora/theoradec.c: (theora_dec_src_event),
7073         (theora_handle_comment_packet), (theora_dec_chain),
7074         (theora_dec_change_state):
7075         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7076         (vorbis_handle_data_packet), (vorbis_dec_chain),
7077         (vorbis_dec_change_state):
7078         Remove STREAM locks as they are taken in core now.
7079         Never set bogus granulepos on vorbis/theora.
7080         Fix leaks in theoradec tag parsing.
7081
7082 2005-05-25  Wim Taymans  <wim@fluendo.com>
7083
7084         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7085         Fix memleaks, GST_BUFFER_DATA() is not freed.
7086
7087 2005-05-25  Wim Taymans  <wim@fluendo.com>
7088
7089         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7090         Open non-blocking, set to blocking mode afterwards to avoid
7091         lockups when audio device is busy.
7092
7093 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7094
7095         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
7096           This can't be good.
7097
7098 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7099
7100         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7101         (gst_audio_convert_chain), (gst_audio_convert_link_src),
7102         (gst_audio_convert_setcaps):
7103           Implement instant setup switching.
7104
7105 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7106
7107         * gst/playback/gstplaybasebin.c: (probe_triggered):
7108           Fix missing unlock.
7109         * gst/playback/gstplaybin.c: (add_sink):
7110           First add, then link (otherwise pad link fails).
7111
7112 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7113
7114         * examples/Makefile.am:
7115         fix buildbot (make distcheck)
7116
7117 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7118
7119         * gst/playback/gstplaybin.c: (gen_vis_element):
7120           Remove some wrong code. Doesn't work yet.
7121
7122 2005-05-19  Wim Taymans  <wim@fluendo.com>
7123
7124         * gst-libs/gst/net/Makefile.am:
7125         * gst-libs/gst/net/README:
7126         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
7127         (gst_netbuffer_class_init), (gst_netbuffer_init),
7128         (gst_netbuffer_finalize), (gst_netbuffer_copy),
7129         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
7130         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
7131         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
7132         * gst-libs/gst/net/gstnetbuffer.h:
7133         Added buffer subclass to store extra to/from addresses for
7134         network sources/sinks.
7135
7136 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7137
7138         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
7139           Don't lock an unassigned variable.
7140
7141 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7142
7143         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7144           Increase buffer for video, decrease buffer for other media types.
7145         * gst/playback/gstplaybin.c: (gen_video_element),
7146         (gen_audio_element):
7147           Change names for debugging purposes.
7148
7149 2005-05-18  Wim Taymans  <wim@fluendo.com>
7150
7151         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7152         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7153         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7154         (gst_ffmpegcsp_chain):
7155         Enable buffer alloc passthrough if the source and dest
7156         formats are the same.
7157
7158 2005-05-17  Wim Taymans  <wim@fluendo.com>
7159
7160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7161         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
7162         (gst_ogg_demux_chain_unlocked):
7163         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7164         (gst_audio_convert_caps_remove_format_info),
7165         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7166         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
7167         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7168         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7169         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
7170         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
7171         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
7172         (gst_ffmpegcsp_get_property):
7173         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7174         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
7175         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
7176         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7177         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
7178         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7179         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
7180         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
7181         Leak fixes in oggdemux.
7182         Some cleanups in audioconvert.
7183         Make passthrough work along with buffer_alloc etc.
7184         Make buffer_alloc and buffer recycling actually work in
7185         xvimagesink.
7186
7187 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7188
7189         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
7190           make the compiler happy
7191
7192 2005-05-17  Wim Taymans  <wim@fluendo.com>
7193
7194         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
7195         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
7196         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
7197         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
7198         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7199         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
7200         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
7201         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
7202         (gst_xvimagesink_set_xwindow_id):
7203         * sys/xvimage/xvimagesink.h:
7204         Port xvimagesink to new MiniObject.
7205
7206 2005-05-17  Wim Taymans  <wim@fluendo.com>
7207
7208         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
7209         (gst_audiofilter_chain):
7210         * gst-libs/gst/audio/gstaudiosink.c:
7211         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7212         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7213         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7214         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7215         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7216         (gst_audiosink_create_ringbuffer):
7217         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7218         (gst_audio_convert_caps_remove_format_info),
7219         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7220         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7221         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7222         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7223         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7224         Fix passthrough in ffmpegcolorspace.
7225         Fix memset in audiosink on wrong memory.
7226
7227 2005-05-16  David Schleef  <ds@schleef.org>
7228
7229         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
7230         to GstMiniObject.
7231
7232 2005-05-16  David Schleef  <ds@schleef.org>
7233
7234         Port from GstData to GstMiniObject.
7235         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7236         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7237         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
7238         (gst_ogg_mux_collected):
7239         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7240         * ext/theora/theoradec.c: (theora_handle_comment_packet),
7241         (theora_handle_data_packet):
7242         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7243         (theora_set_header_on_caps), (theora_enc_chain):
7244         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7245         (vorbis_handle_comment_packet):
7246         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7247         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7248         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
7249         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
7250         * gst/audioconvert/gstaudioconvert.c:
7251         (gst_audio_convert_get_buffer):
7252         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7253         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7254         (mute_stream), (silence_stream):
7255         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
7256         * gst/volume/gstvolume.c: (volume_transform):
7257         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7258         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
7259         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
7260         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
7261         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
7262         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
7263         (gst_ximagesink_buffer_alloc):
7264         * sys/ximage/ximagesink.h:
7265
7266 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7267
7268         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7269         (fill_buffer), (check_queue), (queue_threshold_reached),
7270         (queue_out_of_data):
7271         * gst/playback/gstplaybasebin.h:
7272           Post buffer-fullness on the bus.
7273
7274 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7275
7276         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7277         (try_to_link_1):
7278         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7279         (group_commit), (probe_triggered), (setup_source),
7280         (gst_play_base_bin_change_state):
7281         * gst/playback/gstplaybasebin.h:
7282         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7283         (gst_play_bin_init), (remove_sinks), (setup_sinks),
7284         (gst_play_bin_change_state):
7285           Move setup_output_pads into a virtual function, remove
7286           group-switch (no longer needed) and redirect (handled by bus
7287           now) signals.
7288
7289 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7290
7291         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7292         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
7293         (get_active_group), (get_building_group), (group_destroy),
7294         (group_commit), (check_queue), (queue_overrun),
7295         (queue_threshold_reached), (queue_out_of_data),
7296         (gen_preroll_element), (remove_groups), (unknown_type),
7297         (add_element_stream), (no_more_pads), (probe_triggered),
7298         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
7299         (setup_substreams), (setup_source), (finish_source),
7300         (prepare_output), (muted_group_change_state),
7301         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7302         (gst_play_base_bin_change_state):
7303         * gst/playback/gstplaybasebin.h:
7304         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7305         (gst_play_bin_init), (gst_play_bin_set_property),
7306         (gen_video_element), (gen_text_element), (gen_audio_element),
7307         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7308         (gst_play_bin_change_state):
7309         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7310         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
7311         (stream_info_change_state), (gst_stream_info_set_mute),
7312         (gst_stream_info_get_property):
7313         * gst/playback/gststreaminfo.h:
7314         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7315         (gst_stream_selector_get_linked_pad),
7316         (gst_stream_selector_getcaps),
7317         (gst_stream_selector_get_linked_pads),
7318         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7319         * gst/playback/gststreamselector.h:
7320           Rough port of playbin. Needs some more work, but is mostly done,
7321           and uses a few locks in important places, which should make stuff
7322           like chain-switches clean. Still uses GST_STATE() in a few places,
7323           which isn't all that good an idea, subtitles/elements disabled
7324           because no elements to test with and thus probably broken, query
7325           and event handling moved to GstBin, internal thread removed
7326           alltogether because the pipeline does that for us now. Can play
7327           Ogg/Vorbis files. Haven't tested anything else yet.
7328
7329 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7330
7331         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7332           Do no-more-pads (needed for autoplugging).
7333
7334 2005-05-10  Andy Wingo  <wingo@pobox.com>
7335
7336         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
7337         message to the bus with the tags. Still not sent downstream tho.
7338
7339         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
7340         get_parent.
7341         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
7342         avoid refcounting hassles.
7343
7344 2005-05-09  Andy Wingo  <wingo@pobox.com>
7345
7346         * gst/volume/Makefile.am:
7347         * gst/volume/demo.c
7348         * gst/volume/gstvolume.h
7349         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
7350         basetransform. Probably need an audio filter base class.
7351
7352 2005-05-09  Wim Taymans  <wim@fluendo.com>
7353
7354         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
7355         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
7356         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
7357         (gst_vorbisenc_chain):
7358         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7359         (gst_audio_convert_caps_remove_format_info),
7360         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7361         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7362         Make caps writable before writing to it.
7363         Fix negotiation in audioconvert some more.
7364
7365 2005-05-09  Wim Taymans  <wim@fluendo.com>
7366
7367         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7368         (gst_videorate_getcaps), (gst_videorate_setcaps),
7369         (gst_videorate_event), (gst_videorate_chain):
7370         Better negotiation.
7371
7372 2005-05-09  Wim Taymans  <wim@fluendo.com>
7373
7374         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
7375         (gst_videorate_getcaps), (gst_videorate_setcaps),
7376         (gst_videorate_blank_data), (gst_videorate_init),
7377         (gst_videorate_event), (gst_videorate_chain),
7378         (gst_videorate_change_state):
7379         Port videorate, do a better job at negotiation while we're at
7380         it.
7381
7382 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
7383
7384         * configure.ac:
7385           Disable libvisual
7386
7387         * examples/Makefile.am:
7388         * gst-libs/gst/audio/Makefile.am:
7389         * gst-libs/gst/riff/Makefile.am:
7390         * gst-libs/gst/tag/Makefile.am:
7391         * gst-libs/gst/video/Makefile.am:
7392           Fixups for missing variables.
7393
7394 2005-05-09  Wim Taymans  <wim@fluendo.com>
7395
7396         * examples/seeking/seek.c: (make_theora_pipeline),
7397         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
7398         (query_rates), (query_positions_elems), (query_positions_pads),
7399         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
7400         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
7401         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
7402         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
7403         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7404         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
7405         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7406         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7407         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7408         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
7409         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
7410         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7411         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7412         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
7413         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
7414         (theora_dec_src_convert), (theora_dec_sink_convert),
7415         (theora_dec_src_query), (theora_dec_sink_query),
7416         (theora_dec_src_event), (theora_dec_sink_event),
7417         (theora_handle_comment_packet), (theora_handle_type_packet),
7418         (theora_handle_header_packet), (theora_handle_data_packet),
7419         (theora_dec_chain):
7420         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7421         (vorbis_dec_convert), (vorbis_dec_src_query),
7422         (vorbis_dec_sink_query), (vorbis_dec_src_event),
7423         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7424         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7425         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7426         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7427         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
7428         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
7429         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7430         (gst_play_bin_query):
7431         * gst/playback/test3.c: (update_scale):
7432         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
7433         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
7434         * gst/subparse/gstsubparse.c: (gst_subparse_init):
7435         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
7436         (gst_videotestsrc_src_query):
7437         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
7438         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
7439         (paint_hline_YUV9):
7440         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7441         Port to new query API.
7442         Updated seek.
7443         Cleanups in x[v]imagesink
7444
7445 2005-05-09  Andy Wingo  <wingo@pobox.com>
7446
7447         * ext/alsa/gstalsasink.h:
7448         * ext/gnomevfs/gstgnomevfssrc.c:
7449         (gst_gnomevfssrc_get_icy_metadata):
7450         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
7451         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
7452         * ext/theora/theoradec.c (theora_dec_src_query)
7453         (theora_dec_src_event, theora_dec_sink_event)
7454         (theora_handle_comment_packet, theora_handle_data_packet):
7455         * ext/theora/theoraenc.c (theora_enc_chain):
7456         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
7457         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
7458         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
7459         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
7460         (qt_type_find):
7461         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
7462         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
7463         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
7464         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
7465         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
7466         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
7467         (paint_setup_xBGR8888, paint_setup_RGBx8888)
7468         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
7469         (paint_setup_RGB565, paint_setup_xRGB1555):
7470         * gst/videotestsrc/videotestsrc.h:
7471         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
7472         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
7473         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
7474         GCC4 fixes.
7475         
7476         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
7477         gst_pad_query_position. Fixes oggdemux.
7478
7479 2005-05-08  David Schleef  <ds@schleef.org>
7480
7481         * configure.ac: Require liboil.
7482         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
7483         a few more.
7484         * gst/videotestsrc/videotestsrc.c:
7485         * gst/videotestsrc/videotestsrc.h:
7486
7487 2005-05-06  Wim Taymans  <wim@fluendo.com>
7488
7489         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7490         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7491         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7492         Well, unreffing a buffer right before pushing it is asking
7493         for trouble..
7494
7495 2005-05-06  Christian Schaller  <uraeus@gnome.org>
7496
7497         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
7498
7499 2005-05-06  Wim Taymans  <wim@fluendo.com>
7500
7501         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7502         (gst_audio_convert_caps_remove_format_info),
7503         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7504         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7505         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7506         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7507         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7508         * gst/sine/Makefile.am:
7509         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
7510         (gst_sinesrc_class_init), (gst_sinesrc_init),
7511         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
7512         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
7513         (gst_sinesrc_update_freq):
7514         * gst/sine/gstsinesrc.h:
7515         * gst/tcp/gstmultifdsink.c:
7516         * sys/xvimage/xvimagesink.c:
7517         Fixed negotiation wrt _peer_get_caps()
7518         Some cleanups.
7519
7520
7521 2005-05-06  Wim Taymans  <wim@fluendo.com>
7522
7523         * gst-libs/gst/audio/gstaudiosink.c:
7524         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7525         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7526         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7527         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7528         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7529         (gst_audiosink_create_ringbuffer):
7530         * gst-libs/gst/audio/gstbaseaudiosink.c:
7531         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7532         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7533         (gst_baseaudiosink_set_property), (build_linear_format),
7534         (debug_spec_caps), (debug_spec_buffer),
7535         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7536         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7537         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7538         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7539         * gst-libs/gst/audio/gstbaseaudiosink.h:
7540         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7541         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7542         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7543         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7544         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7545         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7546         (wait_segment), (gst_ringbuffer_commit),
7547         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7548         (gst_ringbuffer_clear):
7549         * gst-libs/gst/audio/gstringbuffer.h:
7550         Make the base audiosink return an error when there is no
7551         audiobuffer negotiated.
7552
7553 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7554
7555         * ext/Makefile.am:
7556         Disable cdparanoia until someone ports it!
7557
7558 2005-05-06  Wim Taymans  <wim@fluendo.com>
7559
7560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7561         (gst_ogg_demux_sink_activate):
7562         And revert after wingo's revert.. sigh..
7563
7564 2005-05-05  Andy Wingo  <wingo@pobox.com>
7565
7566         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
7567         GObject.
7568         * configure.ac: Return audiorate and subparse from the ghetto.
7569         Re-enable -Wall -Werror.
7570         * gst/subparse/gstsubparse.c:
7571         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
7572         or chain-based. Cleaned up a bit. Not tested.
7573         
7574 2005-05-05  Christian Schaller <christian@fluendo.com> 
7575
7576         * Makefile.am: remove stuff that is not building
7577         * configure.ac: remove stuff that is not building
7578         * examples/Makefile.am: remove stuff that is not building
7579         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
7580         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
7581         * sys/Makefile.am: remove stuff that is not building
7582         * testsuite/Makefile.am: remove stuff that is not building
7583
7584 2005-05-05  Andy Wingo  <wingo@pobox.com>
7585
7586         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
7587         * gst-libs/gst/tag/gstvorbistag.c:
7588         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
7589         * gst/adder/gstadder.h:
7590         * gst/audioconvert/gstchannelmix.c:
7591         (gst_audio_convert_fill_one_other):
7592         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
7593         (gst_audiorate_init), (gst_audiorate_chain):
7594         * gst/playback/gstplaybasebin.c: (setup_source):
7595         * gst/playback/test3.c: (update_scale):
7596         Some GCC4 fixes
7597         
7598         * po/af.po:
7599         * po/az.po:
7600         * po/cs.po:
7601         * po/en_GB.po:
7602         * po/hu.po:
7603         * po/it.po:
7604         * po/nb.po:
7605         * po/nl.po:
7606         * po/or.po:
7607         * po/sq.po:
7608         * po/sr.po:
7609         * po/sv.po:
7610         * po/uk.po:
7611         * po/vi.po: Foo
7612
7613 2005-05-05  Wim Taymans  <wim@fluendo.com>
7614
7615         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7616         (gst_audio_convert_caps_remove_format_info),
7617         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7618         (gst_audio_convert_change_state), (gst_audio_convert_channels):
7619         * gst/videotestsrc/gstvideotestsrc.c:
7620         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
7621         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
7622         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
7623         (gst_videotestsrc_init), (gst_videotestsrc_loop):
7624         Don't ignore _push() return values.
7625         Make sure no processing is done when shutting down.
7626         Videotestsrc pad activation fix.
7627
7628 2005-05-05  Wim Taymans  <wim@fluendo.com>
7629
7630         * gst/adder/Makefile.am:
7631         * gst/adder/gstadder.c: (gst_adder_setcaps),
7632         (gst_adder_class_init), (gst_adder_init),
7633         (gst_adder_request_new_pad), (gst_adder_collected),
7634         (gst_adder_change_state):
7635         * gst/adder/gstadder.h:
7636         Ported adder as an example of a mixer element using
7637         collect pads. Needs more negotiation work.
7638
7639 2005-05-05  Wim Taymans  <wim@fluendo.com>
7640
7641         * ext/theora/theoradec.c: (_inc_granulepos),
7642         (theora_dec_src_event), (theora_dec_sink_event),
7643         (theora_handle_comment_packet), (theora_handle_type_packet),
7644         (theora_handle_header_packet), (theora_handle_data_packet),
7645         (theora_dec_chain):
7646         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7647         (gst_theora_enc_init), (theora_enc_sink_setcaps),
7648         (theora_push_buffer), (theora_push_packet),
7649         (theora_enc_sink_event), (theora_enc_chain),
7650         (theora_enc_change_state), (theora_enc_set_property),
7651         (theora_enc_get_property):
7652         Added stream lock to decoder so that we can serialize
7653         the discont event.
7654         More theoraenc porting, recover from errors, do clean
7655         shutdown.
7656
7657 2005-05-05  Wim Taymans  <wim@fluendo.com>
7658
7659         * ext/ogg/Makefile.am:
7660         * ext/ogg/README:
7661         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7662         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
7663         (gst_ogg_print):
7664         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7665         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7666         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7667         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
7668         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
7669         (gst_ogg_mux_change_state):
7670         Ported ogg muxer.
7671
7672 2005-05-05  Wim Taymans  <wim@fluendo.com>
7673
7674         * docs/design-audiosinks.txt:
7675         * gst-libs/gst/audio/TODO:
7676         * gst-libs/gst/audio/gstaudiosink.c:
7677         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7678         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7679         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7680         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7681         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7682         (gst_audiosink_create_ringbuffer):
7683         * gst-libs/gst/audio/gstbaseaudiosink.c:
7684         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7685         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7686         (gst_baseaudiosink_set_property), (build_linear_format),
7687         (debug_spec_caps), (debug_spec_buffer),
7688         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7689         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7690         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7691         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7692         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7693         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7694         (gst_ringbuffer_release), (gst_ringbuffer_play),
7695         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7696         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7697         (gst_ringbuffer_set_sample), (wait_segment),
7698         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7699         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7700         More work on the audiosink, mostly debugging and a race in
7701         shutdown.
7702
7703 2005-04-28  Wim Taymans  <wim@fluendo.com>
7704
7705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7706         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
7707         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7708         (vorbis_dec_src_query), (vorbis_dec_src_event),
7709         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7710         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7711         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7712         Don't crap out when seeking back to position 0.
7713
7714 2005-04-28  Wim Taymans  <wim@fluendo.com>
7715
7716         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
7717         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
7718         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
7719         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
7720         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
7721         Make audio sink configurable, use alsasink as default.
7722
7723 2005-04-28  Wim Taymans  <wim@fluendo.com>
7724
7725         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7726         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7727         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7728         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
7729         (vorbis_dec_change_state):
7730         * ext/vorbis/vorbisdec.h:
7731         Refactor, use STREAM_LOCK.
7732
7733 2005-04-28  Wim Taymans  <wim@fluendo.com>
7734
7735         * ext/theora/theoradec.c: (_inc_granulepos),
7736         (theora_dec_sink_event), (theora_handle_comment_packet),
7737         (theora_handle_type_packet), (theora_handle_header_packet),
7738         (theora_handle_data_packet), (theora_dec_chain),
7739         (theora_dec_change_state):
7740         Refactor a bit, use STREAM_LOCK.
7741
7742 2005-04-28  Wim Taymans  <wim@fluendo.com>
7743
7744         * ext/alsa/Makefile.am:
7745         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
7746         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
7747         (gst_alsa_link), (gst_alsa_close_audio):
7748         * ext/alsa/gstalsaplugin.c: (plugin_init):
7749         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7750         (gst_alsasink_dispose), (gst_alsasink_base_init),
7751         (gst_alsasink_class_init), (gst_alsasink_init),
7752         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
7753         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
7754         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
7755         (gst_alsasink_reset):
7756         * ext/alsa/gstalsasink.h:
7757         Implement alsasink with simple open/write/close API. 
7758         Make alsa dir build by disabling compilation of code.
7759
7760 2005-04-28  Wim Taymans  <wim@fluendo.com>
7761
7762         * gst-libs/gst/audio/Makefile.am:
7763         * gst-libs/gst/audio/audio.h:
7764         * gst-libs/gst/audio/audioclock.c:
7765         * gst-libs/gst/audio/audioclock.h:
7766         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
7767         (gst_audio_clock_class_init), (gst_audio_clock_init),
7768         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
7769         * gst-libs/gst/audio/gstaudioclock.h:
7770         * gst-libs/gst/audio/gstaudiosink.c:
7771         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7772         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7773         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7774         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7775         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7776         (gst_audiosink_create_ringbuffer):
7777         * gst-libs/gst/audio/gstbaseaudiosink.c:
7778         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7779         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7780         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
7781         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
7782         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7783         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7784         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7785         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7786         * gst-libs/gst/audio/gstbaseaudiosink.h:
7787         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7788         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
7789         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7790         (gst_ringbuffer_release), (gst_ringbuffer_play),
7791         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7792         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7793         (gst_ringbuffer_set_sample), (wait_segment),
7794         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7795         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7796         * gst-libs/gst/audio/gstringbuffer.h:
7797         Make ringbuffer faster and more simple by removing the locks
7798         in the playback thread.
7799         Add sample accurate playback based on buffer sample offsets.
7800         Make the baseaudiosink provide a clock.
7801         Parse caps in the base class.
7802         Correctly handle seeking, flushing and state changes.
7803
7804 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7805
7806         * configure.ac:
7807         * gst/audioconvert/Makefile.am:
7808         * gst/audioscale/Makefile.am:
7809           Fix part of the build.  Come on guys, autogen didn't even work :)
7810
7811 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7812
7813         * configure.ac:
7814         * gst-libs/gst/Makefile.am:
7815         * gst-libs/gst/media-info/.cvsignore:
7816         * gst-libs/gst/media-info/Makefile.am:
7817         * gst-libs/gst/media-info/README:
7818         * gst-libs/gst/media-info/media-info-priv.c:
7819         * gst-libs/gst/media-info/media-info-priv.h:
7820         * gst-libs/gst/media-info/media-info-test.c:
7821         * gst-libs/gst/media-info/media-info.c:
7822         * gst-libs/gst/media-info/media-info.h:
7823         * gst-libs/gst/media-info/media-info.vcproj:
7824         * pkgconfig/Makefile.am:
7825         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7826         * pkgconfig/gstreamer-media-info.pc.in:
7827           Remove media-info, which is also successed by playbin (see Totem
7828           implementation).
7829
7830 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7831
7832         * configure.ac:
7833         * examples/Makefile.am:
7834         * examples/gstplay/.cvsignore:
7835         * examples/gstplay/Makefile.am:
7836         * examples/gstplay/player.c:
7837         * gst-libs/gst/Makefile.am:
7838         * gst-libs/gst/play/.cvsignore:
7839         * gst-libs/gst/play/Makefile.am:
7840         * gst-libs/gst/play/play.c:
7841         * gst-libs/gst/play/play.h:
7842         * gst-libs/gst/play/play.vcproj:
7843         * pkgconfig/Makefile.am:
7844         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7845         * pkgconfig/gstreamer-play.pc.in:
7846           Remove libgstplay, playbin is now the official successor.
7847
7848 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7849
7850         * configure.ac:
7851         * gst-libs/gst/Makefile.am:
7852         * gst-libs/gst/xwindowlistener/Makefile.am:
7853         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
7854         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
7855           Remove deprecated xwindowlistener (I've moved xwindowlistening
7856           in the v4l/v4l2 plugins over to serverside).
7857
7858 2005-04-25  David Schleef  <ds@schleef.org>
7859
7860         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
7861         to examples/dynparams.  Examples do not belong interspersed with
7862         source code.
7863         * examples/dynparams/demo-dparams.c:
7864         * gst/sine/Makefile.am:
7865         * gst/sine/demo-dparams.c:
7866
7867 2005-04-25  David Schleef  <ds@schleef.org>
7868
7869         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
7870         * gst-libs/gst/audio/Makefile.am:
7871         * gst-libs/gst/riff/Makefile.am:
7872         * gst-libs/gst/tag/Makefile.am:
7873         * gst-libs/gst/video/Makefile.am:
7874         * gst-libs/gst/xwindowlistener/Makefile.am:
7875
7876         Convert to 0.9 API, seems to work:
7877         * sys/ximage/Makefile.am:
7878         * sys/ximage/ximagesink.c:
7879
7880 2005-04-24  David Schleef  <ds@schleef.org>
7881
7882         Link plugins against libraries:
7883         * ext/alsa/Makefile.am:
7884         * gst/tcp/Makefile.am:
7885
7886         Remove asm code that should be in liboil
7887         * gst/videoscale/Makefile.am:
7888         * gst/videoscale/videoscale_x86_asm.s:
7889
7890         gettext wants these checked in:
7891         * po/af.po:
7892         * po/az.po:
7893         * po/cs.po:
7894         * po/en_GB.po:
7895         * po/hu.po:
7896         * po/it.po:
7897         * po/nb.po:
7898         * po/nl.po:
7899         * po/or.po:
7900         * po/sq.po:
7901         * po/sr.po:
7902         * po/sv.po:
7903         * po/uk.po:
7904         * po/vi.po:
7905
7906 2005-04-24  David Schleef  <ds@schleef.org>
7907
7908         Convert gst_main() to g_main_loop_run()
7909         * gst/playback/decodetest.c: (main):
7910         * gst/playback/test2.c: (main):
7911         * gst/playback/test3.c: (main):
7912         * gst/playback/test4.c: (main):
7913
7914         Link plugins against libraries:
7915         * ext/libvisual/Makefile.am:
7916         * sys/xvimage/Makefile.am:
7917
7918 2005-04-24  David Schleef  <ds@schleef.org>
7919
7920         * configure.ac: Remove idct and resample libs
7921         * gst-libs/gst/Makefile.am: same
7922
7923         Remove usage of gst_library_load():
7924         * ext/alsa/gstalsaplugin.c: (plugin_init):
7925         * ext/libvisual/visual.c: (plugin_init):
7926         * ext/ogg/gstogg.c: (plugin_init):
7927         * ext/theora/theora.c: (plugin_init):
7928         * ext/vorbis/vorbis.c: (plugin_init):
7929         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
7930         * gst/audioscale/gstaudioscale.c:
7931         * gst/adder/gstadder.c: (plugin_init):
7932         * gst/audioconvert/plugin.c: (plugin_init):
7933         * sys/ximage/ximagesink.c: (plugin_init):
7934         * sys/xvimage/xvimagesink.c: (plugin_init):
7935         * gst/tcp/gsttcpplugin.c: (plugin_init):
7936
7937         Link plugins against libraries:
7938         * ext/ogg/Makefile.am:
7939         * ext/theora/Makefile.am:
7940         * ext/vorbis/Makefile.am:
7941         * gst/audioconvert/Makefile.am:
7942
7943         Create proper libraries:
7944         * gst-libs/gst/riff/Makefile.am:
7945         * gst-libs/gst/audio/Makefile.am:
7946         * gst-libs/gst/video/Makefile.am:
7947
7948         Move resample library to audioscale plugin directory:
7949         * gst-libs/gst/resample/Makefile.am:
7950         * gst-libs/gst/resample/README:
7951         * gst-libs/gst/resample/dtof.c:
7952         * gst-libs/gst/resample/dtos.c:
7953         * gst-libs/gst/resample/functable.c:
7954         * gst-libs/gst/resample/private.h:
7955         * gst-libs/gst/resample/resample.c:
7956         * gst-libs/gst/resample/resample.h:
7957         * gst-libs/gst/resample/resample.vcproj:
7958         * gst-libs/gst/resample/test.c:
7959         * gst/audioscale/Makefile.am:
7960         * gst/audioscale/README:
7961         * gst/audioscale/dtof.c:
7962         * gst/audioscale/dtos.c:
7963         * gst/audioscale/functable.c:
7964         * gst/audioscale/private.h:
7965         * gst/audioscale/resample.c:
7966         * gst/audioscale/resample.h:
7967         * gst/audioscale/test.c:
7968
7969         Move tagedit library to gst-libs:
7970         * gst-libs/gst/tag/Makefile.am:
7971         * gst-libs/gst/tag/gstid3tag.c:
7972         * gst-libs/gst/tag/gsttagediting.c:
7973         * gst-libs/gst/tag/gsttageditingprivate.h:
7974         * gst-libs/gst/tag/gstvorbistag.c:
7975         * gst/tags/Makefile.am:
7976         * gst/tags/gstid3tag.c:
7977         * gst/tags/gstvorbistag.c:
7978
7979         Fix for core changes:
7980         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7981         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
7982         (gst_sinesrc_getrange):
7983
7984 2005-04-23  David Schleef  <ds@schleef.org>
7985
7986         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
7987         in gst-plugins in a long time, and properly belongs in liboil.
7988         * gst-libs/gst/idct/Makefile.am:
7989         * gst-libs/gst/idct/README:
7990         * gst-libs/gst/idct/dct.h:
7991         * gst-libs/gst/idct/doieee:
7992         * gst-libs/gst/idct/fastintidct.c:
7993         * gst-libs/gst/idct/floatidct.c:
7994         * gst-libs/gst/idct/idct.c:
7995         * gst-libs/gst/idct/idct.h:
7996         * gst-libs/gst/idct/idtc.vcproj:
7997         * gst-libs/gst/idct/ieeetest.c:
7998         * gst-libs/gst/idct/intidct.c:
7999
8000 2005-04-20  Wim Taymans  <wim@fluendo.com>
8001
8002         * docs/design-audiosinks.txt:
8003         * gst-libs/gst/audio/Makefile.am:
8004         * gst-libs/gst/audio/TODO:
8005         * gst-libs/gst/audio/gstaudiosink.c:
8006         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8007         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8008         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
8009         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8010         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8011         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
8012         (gst_audiosink_class_init), (gst_audiosink_init),
8013         (gst_audiosink_create_ringbuffer):
8014         * gst-libs/gst/audio/gstaudiosink.h:
8015         * gst-libs/gst/audio/gstbaseaudiosink.c:
8016         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
8017         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
8018         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
8019         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
8020         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
8021         (gst_baseaudiosink_create_ringbuffer),
8022         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8023         * gst-libs/gst/audio/gstbaseaudiosink.h:
8024         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8025         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
8026         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
8027         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8028         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
8029         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8030         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
8031         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
8032         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
8033         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
8034         * gst-libs/gst/audio/gstringbuffer.h:
8035         An attempt at a set of audio base classes together with some
8036         design docs.
8037
8038 2005-04-20  Wim Taymans  <wim@fluendo.com>
8039
8040         * gst/audioconvert/Makefile.am:
8041         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8042         (gst_audio_convert_caps_remove_format_info),
8043         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8044         (gst_audio_convert_channels):
8045         Link against audio libs.
8046         Fix audio convert plugin.
8047
8048 2005-04-20  Wim Taymans  <wim@fluendo.com>
8049
8050         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
8051         (gst_ogg_demux_sink_activate):
8052         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8053         (theora_set_header_on_caps), (theora_enc_sink_event),
8054         (theora_enc_chain):
8055         Fix theora encoder.
8056
8057 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8058
8059         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
8060         * gst/playback/gstdecodebin.c: (find_compatibles):
8061           Work with staticpadtemplates in elementfactories.
8062
8063 2005-04-12  Wim Taymans  <wim@fluendo.com>
8064
8065         * gst/playback/README:
8066         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8067         (compare_ranks), (print_feature), (gst_decode_bin_init),
8068         (dynamic_create), (dynamic_free), (find_compatibles),
8069         (mimetype_is_raw), (close_pad_link), (got_redirect),
8070         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
8071         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
8072         (gst_decode_bin_change_state):
8073         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8074         (gst_play_base_bin_init), (group_destroy), (group_commit),
8075         (check_queue), (queue_overrun), (queue_threshold_reached),
8076         (queue_out_of_data), (gen_preroll_element), (unknown_type),
8077         (new_decoded_pad), (setup_subtitle), (gen_source_element),
8078         (got_redirect), (setup_source), (play_base_eos),
8079         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8080         (gst_play_base_bin_remove_element):
8081         * gst/playback/gstplaybasebin.h:
8082         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8083         (gst_play_bin_init), (gst_play_bin_dispose),
8084         (gst_play_bin_set_property), (gen_video_element),
8085         (gen_text_element), (gen_audio_element), (remove_sinks),
8086         (gst_play_bin_send_event):
8087         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8088         (stream_info_change_state), (gst_stream_info_set_mute):
8089         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8090         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
8091         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
8092         (gst_stream_selector_chain):
8093         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8094         (main):
8095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
8096         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
8097         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8098         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
8099         Raw and crude port of decodebin. 
8100         Make playbin compile.
8101
8102 2005-04-06  Wim Taymans  <wim@fluendo.com>
8103
8104         * ext/gnomevfs/Makefile.am:
8105         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
8106         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8107         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
8108         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
8109         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
8110         (gst_gnomevfssrc_stop):
8111         * ext/ogg/Makefile.am:
8112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
8113         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
8114         * ext/theora/Makefile.am:
8115         * ext/theora/theoradec.c: (_inc_granulepos),
8116         (theora_dec_sink_event), (theora_dec_chain):
8117         * ext/vorbis/Makefile.am:
8118         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8119         (vorbis_dec_sink_event), (vorbis_dec_chain):
8120         * gst-libs/gst/audio/Makefile.am:
8121         * sys/xvimage/Makefile.am:
8122         Make gnomevfssrc extend the source base class.
8123         Fix linking against libs in various plugins.
8124
8125 2005-04-06  Andy Wingo  <wingo@pobox.com>
8126
8127         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
8128         GST_BASE_LIBS.
8129
8130         * configure.ac: Add check and AC_SUBST for libgstbase.
8131
8132 2005-03-31  Wim Taymans  <wim@fluendo.com>
8133
8134         * examples/seeking/Makefile.am:
8135         * examples/seeking/cdparanoia.c: (main):
8136         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
8137         (play_cb), (pause_cb), (stop_cb), (main):
8138         * examples/seeking/playbin.c:
8139         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
8140         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
8141         (make_sid_pipeline), (make_vorbis_pipeline),
8142         (make_theora_pipeline), (make_vorbis_theora_pipeline),
8143         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8144         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
8145         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
8146         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
8147         (stop_cb), (main):
8148         * examples/seeking/spider_seek.c:
8149         * examples/seeking/vorbisfile.c:
8150         * ext/gnomevfs/Makefile.am:
8151         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8152         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
8153         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8154         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
8155         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
8156         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
8157         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
8158         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
8159         * ext/ogg/README:
8160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
8161         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
8162         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
8163         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
8164         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
8165         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
8166         (gst_ogg_pad_event), (gst_ogg_pad_reset),
8167         (gst_ogg_demux_factory_filter), (compare_ranks),
8168         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8169         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8170         (gst_ogg_chain_new), (gst_ogg_chain_free),
8171         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
8172         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
8173         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
8174         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
8175         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
8176         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
8177         (gst_ogg_demux_get_prev_page),
8178         (gst_ogg_demux_deactivate_current_chain),
8179         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8180         (gst_ogg_demux_bisect_forward_serialno),
8181         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
8182         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
8183         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
8184         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
8185         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
8186         (gst_ogg_demux_change_state), (gst_ogg_print):
8187         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8188         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
8189         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
8190         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
8191         (gst_ogg_mux_loop):
8192         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8193         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8194         (theora_dec_src_convert), (theora_dec_sink_convert),
8195         (theora_dec_src_query), (theora_dec_src_event),
8196         (theora_dec_sink_event), (theora_dec_chain),
8197         (theora_dec_change_state):
8198         * ext/theora/theoraenc.c: (gst_theora_enc_init),
8199         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
8200         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
8201         (theora_enc_change_state):
8202         * ext/vorbis/Makefile.am:
8203         * ext/vorbis/oggvorbisenc.c:
8204         * ext/vorbis/oggvorbisenc.h:
8205         * ext/vorbis/vorbis.c: (plugin_init):
8206         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8207         (vorbis_dec_src_query), (vorbis_dec_src_event),
8208         (vorbis_dec_sink_event), (vorbis_dec_chain),
8209         (vorbis_dec_change_state):
8210         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
8211         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
8212         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
8213         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
8214         (gst_vorbisenc_change_state):
8215         * ext/vorbis/vorbisenc.h:
8216         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
8217         * gst-libs/gst/audio/audioclock.c:
8218         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8219         (gst_audiofilter_init), (gst_audiofilter_chain):
8220         * gst-libs/gst/audio/testchannels.c: (main):
8221         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8222         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
8223         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
8224         (gmip_find_track_streaminfo), (gmip_find_track_format):
8225         * gst-libs/gst/media-info/media-info.c:
8226         (gst_media_info_read_idler):
8227         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
8228         (gst_play_get_all_by_interface):
8229         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8230         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
8231         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8232         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
8233         (gst_riff_parse_info):
8234         * gst-libs/gst/riff/riff-read.h:
8235         * gst-libs/gst/riff/riff.c: (plugin_init):
8236         * gst-libs/gst/video/Makefile.am:
8237         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
8238         (gst_videosink_class_init), (gst_videosink_get_type):
8239         * gst-libs/gst/video/videosink.h:
8240         * gst/audioconvert/bufferframesconvert.c:
8241         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
8242         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
8243         * gst/audioconvert/channelmixtest.c: (main):
8244         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8245         (gst_audio_convert_chain),
8246         (gst_audio_convert_caps_remove_format_info),
8247         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
8248         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
8249         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
8250         (gst_audio_convert_buffer_to_default_format),
8251         (gst_audio_convert_buffer_from_default_format),
8252         (gst_audio_convert_channels):
8253         * gst/audioconvert/gstchannelmix.h:
8254         * gst/ffmpegcolorspace/avcodec.h:
8255         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8256         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
8257         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
8258         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
8259         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
8260         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8261         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8262         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
8263         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8264         (dv_type_find):
8265         * gst/videotestsrc/gstvideotestsrc.c:
8266         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
8267         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
8268         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
8269         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
8270         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
8271         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
8272         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
8273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8274         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
8275         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
8276         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
8277         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8278         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8279         (gst_xvimagesink_navigation_send_event),
8280         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
8281         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
8282         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8283         * sys/xvimage/xvimagesink.h:
8284         Plugin port to 0.9, ogg/theora playback should work in the seek
8285         example now.
8286         Removed old examples.
8287         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
8288         explained in 0.9 TODO doc.
8289
8290
8291 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8292
8293         * autogen.sh:
8294         * configure.ac:
8295         * ext/Makefile.am:
8296         * gst/Makefile.am:
8297         * po/POTFILES.in:
8298         * po/af.po:
8299         * po/az.po:
8300         * po/cs.po:
8301         * po/en_GB.po:
8302         * po/hu.po:
8303         * po/it.po:
8304         * po/nb.po:
8305         * po/nl.po:
8306         * po/or.po:
8307         * po/sq.po:
8308         * po/sr.po:
8309         * po/sv.po:
8310         * po/uk.po:
8311         * po/vi.po:
8312         * sys/Makefile.am:
8313         * testsuite/Makefile.am:
8314           remove a whole bunch of plugins.  This module now contains a set
8315           of free reference plugins/elements as agreed.
8316
8317 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8318
8319         * configure.ac:
8320           hunting season on 0.9 is now OPEN
8321
8322 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8323
8324         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
8325           Kick the hell out of gcc for not warning me about a symbol conflict.
8326
8327 2005-02-22  Luca Ognibene  <luogni@tin.it>
8328
8329         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8330
8331         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
8332           Don't leak caps string (fixes #168134)
8333
8334         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
8335         (gst_jpegenc_init), (gst_jpegenc_finalize),
8336         (gst_jpegenc_change_state):
8337           Don't leak line buffers and context struct (fixes #168133).
8338
8339 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
8340
8341         * configure.ac:
8342         * ext/dirac/gstdiracdec.cc:
8343         (gst_diracdec_chain):
8344           Since dirac 0.5.0 the framerate in dirac is expressed as a
8345           rational number. Fix build and up requirement to 0.5.0, and
8346           also pass parameters to gst_diracdec_link in the right order
8347           (fixes #167959).
8348
8349 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
8350
8351         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
8352         * ext/faad/gstfaad.h:
8353         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
8354         certain invalid muxed streams, where some packets will contain 
8355         junk after decoder data. Partially fixes #149158.
8356
8357 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
8358         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
8359           Make sure we only write to writable buffers
8360
8361 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
8362
8363         * gst-libs/gst/riff/riff-media.c:
8364         (gst_riff_create_audio_caps_with_data):
8365           Do actually fix invalid RIFF fmt header values for alaw
8366           and mulaw audio instead of just saying so.
8367
8368         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8369           Give gst_riff_create_audio_caps_with_data() a chance to
8370           fix up broken format header fields before extracting any
8371           parameters from the header. (fixes #167633)
8372
8373 2005-02-19  Martin Holters  <martin.holters@gmx.de>
8374
8375         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8376
8377         * gst/audioconvert/bufferframesconvert.c:
8378         (buffer_frames_convert_link):
8379           Don't leak othercaps. (fixes #167878)
8380
8381 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
8382
8383         * configure.ac:
8384         * ext/libvisual/visual.c: (gst_visual_srclink),
8385         (gst_visual_change_state):
8386           Support libvisual 0.2.0.
8387
8388 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
8389
8390         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
8391         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
8392           Use same rowstrides for I420 as used everywhere else.
8393
8394 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
8395
8396         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
8397           Declare variables at beginning of block and make gcc-2.95 happy
8398           (fixes # 167482, patch by Gergely Nagy).
8399           
8400         * gst/tcp/gsttcpclientsrc.c:
8401         * gst/tcp/gsttcpclientsrc.h:
8402           Move some includes into the header, so that struct sockaddr_in is
8403           defined when it should be defined on FreeBSD as well (fixes
8404           #167483).
8405           
8406         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
8407           Don't pass uninitialised values to setsockopt() here either.
8408
8409 2005-02-17  Luca Ognibene  <luogni at tin dot it>
8410
8411         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8412
8413         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
8414           Don't pass uninitialised values to setsockopt(). (fixes #167704)
8415
8416 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8417
8418         * gst/playback/gstplaybin.c: (add_sink):
8419           Invert bin_add/link order to workaround deadlock in opt.
8420
8421 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8422
8423         * gst/modplug/gstmodplug.cc:
8424           Add missing break causing position queries to fail.
8425
8426 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8427
8428         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
8429           Granpos can apparently be -1, which screws up calculations...
8430
8431 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
8432
8433         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8434         (gst_ximagesink_send_pending_navigation),
8435         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
8436         (gst_ximagesink_init):
8437         * sys/ximage/ximagesink.h:
8438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8439         (gst_xvimagesink_send_pending_navigation),
8440         (gst_xvimagesink_navigation_send_event),
8441         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
8442         * sys/xvimage/xvimagesink.h:
8443           Use a mutex protected list to marshal navigation
8444           events into the stream thread from whichever thread
8445           sends them.
8446
8447 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
8448
8449         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
8450           Display current position and track length; misc. clean-ups.
8451           
8452         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
8453         (speed_init), (speed_chain):
8454           Add query function, so that the stream length and current position
8455           get adjusted when queried (note that current position queries may
8456           still be wrong if the audio sink returns values based on buffer
8457           timestamps instead of passing on the query).
8458
8459 2005-02-13  Benjamin Otte  <otte@gnome.org>
8460
8461         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8462         (gst_audio_convert_channels):
8463           create channel conversion matrix when linking
8464         * gst/audioconvert/.cvsignore:
8465         * gst/audioconvert/Makefile.am:
8466         * gst/audioconvert/channelmixtest.c: (main):
8467           add (ugly) test that ensures stereo <=> mono conversion works
8468           correctly
8469
8470 2005-02-13  Benjamin Otte  <otte@gnome.org>
8471
8472         * gst/audioconvert/gstchannelmix.h:
8473           include missing header file
8474         * gst/audioconvert/gstchannelmix.c:
8475         (gst_audio_convert_fill_compatible):
8476           use same sign for both channels when converting to/from compatible
8477           channel. Previously used different signs made the signals cancel
8478           each other out and appear like silence. (fixes #167269)
8479
8480 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8481
8482         * gst/ffmpegcolorspace/avcodec.h:
8483         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8484         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8485         (gst_ffmpegcsp_avpicture_fill):
8486         * gst/ffmpegcolorspace/imgconvert.c:
8487           Convert to and from YV12 (fixes #156379).
8488
8489 2005-02-12  Julien MOUTTE  <julien@moutte.net>
8490
8491         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
8492         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
8493         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
8494         (gst_ximagesink_expose), (gst_ximagesink_set_property),
8495         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
8496         methods from chain and negotiation and vice versa (Fixes #166142).
8497         * sys/ximage/ximagesink.h: Add stream_lock.
8498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8499         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8500         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8501         (gst_xvimagesink_expose): Check for xcontext before trying to link.
8502
8503 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8504
8505         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
8506           Don't send "Hey! You gave me a NULL pointer you naughty person" as
8507           error message when we can't open the DVD device (when dvdnav_open()
8508           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
8509           the above). Send something more useful instead (fixes #167117).
8510
8511 2005-02-11  Julien MOUTTE  <julien@moutte.net>
8512
8513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8514         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
8515         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8516         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8517         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
8518         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
8519         methods from chain and negotiation and vice versa (Fixes #166142).
8520         Fix a possible bug of images in the buffer pool being discarded because
8521         we are looking at the wrong geometry.
8522         * sys/xvimage/xvimagesink.h: Add stream_lock.
8523
8524 2005-02-11  David Schleef  <ds@schleef.org>
8525
8526         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
8527         unsigned int. (fixes #167128)
8528
8529 2005-02-11  David Schleef  <ds@schleef.org>
8530
8531         * gst/librfb/Makefile.am: Testing stuff before committing is
8532           for wimps... and people with fast machines.  Fix stupid
8533           mistake.
8534
8535 2005-02-11  David Schleef  <ds@schleef.org>
8536
8537         * configure.ac: Pull in librfb from my CVS tree, because it is
8538           too small and annoying to be separate.  Move rfbsrc plugin
8539           to gst/.
8540         * ext/Makefile.am:
8541         * ext/librfb/Makefile.am:
8542         * ext/librfb/gstrfbsrc.c:
8543         * gst/librfb/Makefile.am:
8544         * gst/librfb/gstrfbsrc.c:
8545         * gst/librfb/rfb.c:
8546         * gst/librfb/rfb.h:
8547         * gst/librfb/rfbbuffer.c:
8548         * gst/librfb/rfbbuffer.h:
8549         * gst/librfb/rfbbytestream.c:
8550         * gst/librfb/rfbbytestream.h:
8551         * gst/librfb/rfbcontext.h:
8552         * gst/librfb/rfbdecoder.c:
8553         * gst/librfb/rfbdecoder.h:
8554         * gst/librfb/rfbutil.h:
8555
8556 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
8557
8558         * gst/speed/Makefile.am:
8559         * gst/speed/demo-mp3.c: (main):
8560         * gst/speed/filter.func:
8561         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
8562         (speed_class_init), (speed_init), (speed_chain_int16),
8563         (speed_chain_float32), (speed_chain), (speed_set_property),
8564         (speed_get_property), (speed_change_state):
8565         * gst/speed/gstspeed.h:
8566           Fix speed element and make it chain-based (fixes #156467),
8567           and make it handle more than one channel.
8568
8569 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
8570
8571         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
8572         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
8573         (gst_dtsdec_chain), (gst_dtsdec_change_state):
8574         * ext/dts/gstdtsdec.h:
8575           Don't clobber the stack constructing the channels array.
8576           Make the element chain-based. DTS tracks can now be played.
8577           
8578 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
8579
8580         * gst-libs/gst/audio/multichannel.h:
8581         * gst-libs/gst/gconf/gconf.h:
8582         * gst-libs/gst/idct/idct.h:
8583         * gst-libs/gst/media-info/media-info-priv.h:
8584         * gst-libs/gst/play/play.h:
8585         * gst-libs/gst/resample/private.h:
8586         * gst-libs/gst/resample/resample.h:
8587         * gst-libs/gst/riff/riff-ids.h:
8588         * gst-libs/gst/video/video.h:
8589         * gst-libs/gst/video/videosink.h:
8590           Add G_BEGIN_DECLS and G_END_DECLS around headers where
8591           missing, so that they work when included from C++ code.
8592
8593 2005-02-09  David Schleef  <ds@schleef.org>
8594
8595         * testsuite/gst-lint: Check for non-statically scoped
8596           parent_class variables.  This won't be a problem once
8597           plugins are loaded with RTLD_LOCAL.
8598
8599 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8600
8601         * ext/mplex/gstmplexibitstream.cc:
8602           gcc madness.
8603
8604 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8605
8606         * ext/ogg/gstogmparse.c:
8607         * gst/debug/gstnavigationtest.c:
8608           Die, thou faulty symbol pollutors (non-static parent_class).
8609
8610 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8611
8612         * ext/mplex/gstmplexibitstream.cc:
8613           Fix event handling (#165525).
8614
8615 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8616
8617         * ext/mikmod/gstmikmod.c:
8618         * gst/modplug/gstmodplug.cc:
8619           Add missing endianness to template (fixes #165509).
8620
8621 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8622
8623         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
8624           Fix wrong order of reading of optional bytes (#165290).
8625
8626 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8627
8628         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8629           Implement FILLER event awareness.
8630
8631 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8632
8633         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
8634           Fix track calculations (#166208).
8635
8636 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8637
8638         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8639
8640         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
8641         * ext/libpng/gstpngenc.c:
8642           Fix byte-order, use proper fixed caps. Fixes #164197.
8643
8644 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8645
8646         * configure.ac:
8647           Add dvdlpcmdec 
8648
8649         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
8650         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
8651           Don't push buffers if the src pad isn't negotiated yet.
8652           
8653         * gst/audioconvert/gstaudioconvert.c:
8654         (gst_audio_convert_buffer_to_default_format),
8655         (gst_audio_convert_buffer_from_default_format):
8656           Add support for 24-bit width.
8657
8658         * gst/dvdlpcmdec/.cvsignore:
8659         * gst/dvdlpcmdec/Makefile.am:
8660         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
8661         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
8662         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
8663         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
8664         (plugin_init):
8665         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
8666           New decoder for rearranging DVD LPCM into our audio/x-raw-int
8667           format. Needs support for the channels maps if someone can find 
8668           a DVD LPCM track with > 2 channels.
8669
8670         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
8671         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
8672         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
8673         * gst/mpegstream/gstdvddemux.h:
8674         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8675         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
8676         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
8677         * gst/mpegstream/gstmpegdemux.h:
8678         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
8679         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
8680         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
8681         (gst_mpeg_parse_handle_src_query),
8682         (gst_mpeg_parse_handle_src_event):
8683           Use audio/x-dvd-lpcm for LPCM output.
8684           Add DTS output.
8685
8686 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8687
8688         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8689
8690         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
8691         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
8692           Add BGRA handling (#165736).
8693
8694 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
8695
8696         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8697
8698         * gst/law/alaw-decode.c: (alawdec_link):
8699         * gst/law/alaw-encode.c: (alawenc_link):
8700         * gst/law/mulaw-decode.c: (mulawdec_link):
8701         * gst/law/mulaw-encode.c: (mulawenc_link):
8702           Fix caps memleaks (#166600).
8703
8704 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
8705
8706         * ext/tarkin/mem.h:
8707         * ext/tarkin/wavelet.h:
8708         * ext/tarkin/yuv.h:
8709         * gst/ffmpegcolorspace/avcodec.h:
8710           Include "_stdint.h" instead of <stdint.h>. Fixes build on
8711           systems that don't have stdint.h, like Solaris9 (fixes #166631).
8712
8713 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8714
8715         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
8716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
8717         (gst_xvimagesink_change_state):
8718           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
8719           Xv video (and thereby regenerate Xv colourkey) in clear() so
8720           that PLAY -> READY -> PLAY works (fixes #162504).
8721
8722 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8723
8724         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
8725           Switch to list instead of range, since MJPEG-devices really just
8726           support decimations, not any size.
8727
8728 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8729         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
8730         (gst_mpeg2dec_reset), (free_all_buffers),
8731         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
8732         * ext/mpeg2dec/gstmpeg2dec.h:
8733           The libmpeg2 user-allocated buffer management is awkward, 
8734           to say the least. Hopefully this fixes things.
8735
8736 2005-02-04  Andy Wingo  <wingo@pobox.com>
8737
8738         * gst/audioconvert/bufferframesconvert.c
8739         (buffer_frames_convert_fixate): New function, fixates to 256
8740         frames per buffer by default. (Much better than 1.)
8741         (buffer_frames_convert_init): Set the fixate function for both src
8742         and sink pad.
8743         (buffer_frames_convert_link): After success setting nonfixed caps,
8744         get the negotiated caps so we can know how many buffer-frames it
8745         will be. No idea how this worked at all before.
8746
8747 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8748
8749         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
8750         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
8751         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
8752         (handle_sequence), (handle_picture):
8753         * ext/mpeg2dec/gstmpeg2dec.h:
8754           Rearrange buffer tracking and refcounting and refactor
8755           a little for readability. 
8756
8757 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
8758         * sys/v4l/gstv4l.c: (plugin_init):
8759         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
8760         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
8761         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
8762         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
8763         * sys/v4l/gstv4ljpegsrc.h:
8764         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
8765         * sys/v4l/v4l_calls.h:
8766         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
8767         (gst_v4lsrc_get_fps):
8768         * sys/v4l/v4lsrc_calls.h:
8769           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
8770           you jpeg inside rgb frames" driver.
8771           Don't error in the v4lsrc link function, just return 
8772           REFUSED.
8773
8774 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8775
8776         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
8777         (gst_qcamsrc_open):
8778           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
8779
8780 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8781
8782         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8783           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
8784
8785 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8786
8787         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
8788           Reset negotiated state on PAUSED->READY.
8789
8790 2005-02-02  David Schleef  <ds@schleef.org>
8791
8792         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
8793         whereever possible.  (Fixes #165997)
8794         * examples/capsfilter/capsfilter1.c: (main):
8795         * examples/dynparams/filter.c: (create_ui):
8796         * examples/seeking/cdparanoia.c: (get_track_info), (main):
8797         * examples/seeking/chained.c: (main):
8798         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8799         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8800         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
8801         (make_mpeg_pipeline), (make_mpegnt_pipeline):
8802         * examples/seeking/spider_seek.c: (make_spider_pipeline):
8803         * examples/switch/switcher.c: (main):
8804         * ext/dv/demo-play.c: (main):
8805         * ext/faad/gstfaad.c: (gst_faad_change_state):
8806         * ext/mad/gstmad.c: (gst_mad_chain):
8807         * ext/smoothwave/demo-osssrc.c: (main):
8808         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
8809         (gst_gconf_render_bin_from_description),
8810         (gst_gconf_get_default_audio_sink),
8811         (gst_gconf_get_default_video_sink),
8812         (gst_gconf_get_default_audio_src),
8813         (gst_gconf_get_default_video_src),
8814         (gst_gconf_get_default_visualization_element):
8815         * gst/level/demo.c: (main):
8816         * gst/level/plot.c: (main):
8817         * gst/playback/gstplaybin.c: (gen_video_element),
8818         (gen_audio_element):
8819         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
8820         * gst/playondemand/demo-mp3.c: (setup_pipeline):
8821         * gst/sine/demo-dparams.c: (main):
8822         * gst/spectrum/demo-osssrc.c: (main):
8823         * gst/speed/demo-mp3.c: (main):
8824         * gst/volume/demo.c: (main):
8825         * testsuite/embed/embed.c: (main):
8826
8827 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8828
8829         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8830         (gst_tcpclientsink_finalize):
8831         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8832         (gst_tcpclientsrc_finalize):
8833         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8834         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
8835         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8836         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
8837           Don't leak the hostname when shutting down.
8838           In tcpserversrc, take a copy of the default hostname.
8839
8840 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8841
8842         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
8843           Set caps to systemstream=TRUE.
8844
8845 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8846
8847         * testsuite/Makefile.am:
8848           Fix more OSX buildbots.
8849
8850 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8851
8852         * ext/mpeg2dec/gstmpeg2dec.c:
8853           Don't send things to NULL PAD_PEERs
8854
8855         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
8856           Copy-on-write the incoming buffer.
8857
8858         * gst/mpegstream/gstdvddemux.h:
8859         * gst/mpegstream/gstmpegclock.h:
8860         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8861         (normal_seek), (gst_mpeg_demux_handle_src_event):
8862         * gst/mpegstream/gstmpegdemux.h:
8863         * gst/mpegstream/gstmpegpacketize.h:
8864         * gst/mpegstream/gstmpegparse.c:
8865         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
8866         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
8867         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
8868         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
8869         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
8870         * gst/mpegstream/gstmpegparse.h:
8871         * gst/mpegstream/gstrfc2250enc.h:
8872           Various changes to the way time is computed that make seeking and
8873           total time estimation much better here.
8874           Use G_BEGIN/END_DECLS instead of __cplusplus
8875
8876         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
8877           Use gst_buffer_stamp instead of only copying the TIMESTAMP
8878
8879 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8880
8881         * gst/subparse/gstsubparse.c:
8882           Fix OSX buildbot.
8883
8884 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8885
8886         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8887         (theora_enc_chain), (theora_enc_change_state):
8888         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8889         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
8890         (gst_vorbisenc_change_state):
8891         * ext/vorbis/vorbisenc.h:
8892           Set granulepos and timestamp correctly for streams not
8893           starting at 0, taking into account the initial delay.
8894
8895 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8896
8897         * gst/mpegstream/gstdvddemux.c:
8898           Add audio/x-dts to audio pad template caps
8899
8900 2005-01-30  David Schleef  <ds@schleef.org>
8901
8902         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
8903         (create_context), (gst_polypsink_link): Fix silly endianness
8904         bug.  Add some debugging.  Remove float from caps; it doesn't
8905         work.  Attempt to get remote audio working.
8906
8907 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8908
8909         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8910           Add 3IV2 fourcc.
8911
8912 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8913
8914         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
8915         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
8916         (gst_avi_demux_stream_data):
8917         * gst/avi/gstavidemux.h:
8918           Invert DIB images. Fixes #132341.
8919
8920 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8921
8922         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8923         (gst_ffmpegcsp_chain):
8924           D'oh, reference the palette data, not the palette structure.
8925           Fixes color distortion in #132341.
8926
8927 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8928
8929         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
8930           PAR can be non-fixed when not provided as argument (#162626).
8931
8932 2005-01-29  David Moore  <dcm@acm.org>
8933
8934         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8935
8936         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8937         (gst_qtdemux_loop_header):
8938           Re-apply patch from #142272 that allows non-seekable sources,
8939           re-proposed by Daniel Drake <dsd@gentoo.org>.
8940
8941 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8942
8943         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
8944           Use the src template for creating the src pad (#162330).
8945
8946 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8947
8948         * configure.ac:
8949         * ext/musepack/Makefile.am:
8950         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
8951         (gst_musepackdec_init), (gst_musepackdec_dispose),
8952         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
8953         (gst_musepack_stream_init), (gst_musepackdec_loop),
8954         (gst_musepackdec_change_state):
8955         * ext/musepack/gstmusepackdec.cpp:
8956         * ext/musepack/gstmusepackdec.h:
8957         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
8958         (gst_musepack_reader_read), (gst_musepack_reader_seek),
8959         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
8960         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
8961         * ext/musepack/gstmusepackreader.cpp:
8962         * ext/musepack/gstmusepackreader.h:
8963           Update to 1.1 API (#165446).
8964
8965 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8966
8967         * ext/Makefile.am:
8968           Unbreak buildbot.
8969
8970 2005-01-28  Andy Wingo  <wingo@pobox.com>
8971
8972         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
8973         to reflect a different dubious internet source. Add a reference
8974         and some commentary.
8975
8976 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8977
8978         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8979         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
8980         * gst/playback/gststreamselector.h:
8981           Be more selective when we're redoing caps negotiation from
8982           within the chain function on a stream change.
8983
8984 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8985
8986         * configure.ac:
8987         * ext/Makefile.am:
8988         * ext/amrnb/Makefile.am:
8989         * ext/amrnb/amrnb.c: (plugin_init):
8990         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
8991         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
8992         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
8993         (gst_amrnbdec_state_change):
8994         * ext/amrnb/amrnbdec.h:
8995         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
8996         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
8997         (gst_amrnbparse_init), (gst_amrnbparse_formats),
8998         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
8999         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
9000         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
9001         * ext/amrnb/amrnbparse.h:
9002           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
9003         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9004           Add AMR-NB/-WB raw formats.
9005         * ext/alsa/gstalsa.c: (gst_alsa_link):
9006           Keep valid time when changing format.
9007         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9008         (qtdemux_parse_trak):
9009           Add some more format-specific options (#140141, #143555, #155163).
9010
9011 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9012
9013         * gst/matroska/matroska-demux.c:
9014         (gst_matroska_demux_parse_blockgroup):
9015           Fix logic error in timing of subtitle stream synchronization.
9016         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9017           Add skip-chunk, which is found in kodak-camera streams.
9018
9019 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9020
9021         * po/LINGUAS:
9022         * po/vi.po:
9023           Adding Vietnamese translation (submitted by Clytie Siddall)
9024
9025 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9026
9027         * gst/playback/gstdecodebin.c: (try_to_link_1):
9028           Use realpad for signal.
9029
9030 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9031
9032         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
9033           Fix category so decodebin picks it up.
9034
9035 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9036
9037         * ext/mad/Makefile.am:
9038         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
9039         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
9040         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
9041         (found_type), (gst_id3demux_bin_change_state):
9042         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
9043         (gst_id3_tag_init), (gst_id3_tag_handle_event),
9044         (gst_id3_tag_src_link), (gst_id3_tag_chain),
9045         (gst_id3_tag_change_state), (plugin_init):
9046         * ext/mad/gstmad.h:
9047           Add id3demuxbin (which is a simple bin consisting of id3demux
9048           and typefind), take over rank from id3demux, remove typefind
9049           code from id3demux. Makes all broken mp3s that I know of work,
9050           and thereby fixes #152688.
9051
9052 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
9053
9054         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9055
9056         * ext/mad/gstmad.c: (gst_mad_src_event):
9057         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
9058           Allow seeks on audio pad, make mad forward those (#164826).
9059         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9060           Set duration (#165335).
9061
9062 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9063
9064         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
9065         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
9066         (gst_asf_demux_process_ext_content_desc),
9067         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
9068         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
9069         * gst/asfdemux/gstasfdemux.h:
9070           Improve metadata display, e.g. if the metadata comes before the
9071           streams are loaded (which is perfectly valid).
9072
9073 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9074
9075         * tools/gst-launch-ext-m.m:
9076           Fix AVI/ASF pipelines (#165340).
9077
9078 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
9079         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
9080         build failure on amd64
9081
9082 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
9083
9084         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
9085         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
9086           Check environment variables GST_ID3V2_TAG_ENCODING,
9087           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9088           list of character encodings to force interpretation of non-unicode
9089           strings stored in an ID3v2 tag to a particular encoding. If none
9090           is specified, try to use current locale's encoding, then fall back
9091           to ISO-8859-1 (which will always succeed). (Resolves #149274)
9092         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
9093         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
9094           Check environment variables GST_ID3V1_TAG_ENCODING,
9095           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9096           list of character encodings to use in case a string encountered
9097           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
9098           specified, try to use the current locale's encoding, then fall
9099           back to ISO-8859-1 (which will always succeed).
9100
9101 2005-01-25  Benjamin Otte  <otte@gnome.org>
9102
9103         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9104           - on half framerate, compute the rate in advance so the comparisons
9105             don't compare wrong values
9106           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
9107             behaviour
9108           - don't use mad_header_decode anymore, mad_frame_decode does that
9109             automatically
9110           - when getting rid of consumed bytes, reset the stream's skiplen
9111           (fixes #163867)
9112
9113 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9114
9115         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
9116           Use 1/2 a second for default max_discont, as PES streams from DVB
9117           seem to have larger spacings in the SCR. 
9118           Fix a typo.
9119
9120 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9121
9122         * gst/playback/gstplaybasebin.c: (group_commit):
9123           Notify delayed stream-info availability.
9124
9125 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9126         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
9127         (gst_a52dec_handle_event), (gst_a52dec_chain):
9128         Add some debug output. Check that a discont has a valid
9129         time associated.
9130         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9131         (gst_alsa_sink_loop):
9132         Ignore TAG events. A little extra debug for broken timestamps.
9133         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
9134         (dvdnavsrc_change_state):
9135         Ensure we send a discont to engage the link before we send any
9136         other events.
9137         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
9138         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
9139         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
9140         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
9141         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
9142         dvd://title works in totem because typefinding sends a seek that ends
9143         up going back to chapter 1 regardless.
9144         * ext/mpeg2dec/gstmpeg2dec.c:
9145         * ext/mpeg2dec/gstmpeg2dec.h:
9146         Output correct timestamps and handle disconts.
9147         * ext/ogg/gstoggdemux.c: (get_relative):
9148         Small guard against a null dereference.
9149         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
9150         (gst_textoverlay_set_property):
9151         Free memory when done. Don't call gst_event_filler_get_duration on
9152         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
9153         g_warning.
9154         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
9155         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
9156         (gst_sw_srclink), (gst_smoothwave_chain):
9157         Draw solid lines, prettier colours.
9158         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
9159         Add a default palette that'll work for some movies.
9160         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
9161         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
9162         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
9163         * gst/mpegstream/gstdvddemux.h:
9164         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9165         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
9166         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
9167         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
9168         * gst/mpegstream/gstmpegparse.h:
9169         Use PTM/NAV events when for timestamp adjustment when connected to 
9170         dvdnavsrc. Don't use many discont events where one suffices.
9171         * gst/playback/gstplaybasebin.c: (group_destroy),
9172         (gen_preroll_element), (gst_play_base_bin_add_element):
9173         * gst/playback/gstplaybasebin.h:
9174         Make sure we remove subtitles from the same bin we put them in.
9175         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
9176         (gst_subparse_buffer_format_autodetect),
9177         (gst_subparse_change_state):
9178         Fix some memleaks and invalid accesses.
9179         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
9180         (oggskel_type_find), (cmml_type_find), (plugin_init):
9181         Some typefind functions for Annodex v3.0 files
9182         * gst/wavparse/gstwavparse.h:
9183         GstRiffReadClass is the correct parent class.
9184
9185 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9186
9187         * gst-libs/gst/riff/riff-media.c:
9188         (gst_riff_create_video_caps_with_data):
9189           Add extradata to huffyuv (fixes #165013).
9190         * gst-libs/gst/riff/riff-read.c:
9191         (gst_riff_read_strf_vids_with_data):
9192           Fix extradata extraction if it is in the chunk size.
9193
9194 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
9195
9196         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9197
9198         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
9199         (gst_quarktv_change_state), (gst_quarktv_dispose):
9200           Memory free'ing location fix (#164708).
9201
9202 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9203
9204         * gst/playback/gstplaybasebin.c: (group_commit),
9205         (gen_preroll_element), (probe_triggered), (gen_source_element),
9206         (setup_source), (gst_play_base_bin_change_state),
9207         (gst_play_base_bin_add_element):
9208           Don't block for streams.
9209         * gst/playback/gststreaminfo.c: (stream_info_change_state),
9210         (gst_stream_info_set_mute):
9211           Use gst_pad_set_active_recursive.
9212
9213 2005-01-25  Andy Wingo  <wingo@pobox.com>
9214
9215         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
9216         for #ifndef HAVE_XVIDEO.
9217
9218 2005-01-24  Jeffrey C. Ollie
9219
9220         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
9221
9222         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
9223         * ext/gsm/gstgsmdec.h:
9224         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
9225         * ext/gsm/gstgsmenc.h:
9226         Fix rate to 8kHz as per spec, removes obscure errors when no rate
9227         was given by property. Add proper buffer timestamps and offsets.
9228
9229 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9230
9231         * gst-libs/gst/riff/riff-media.c:
9232         (gst_riff_create_audio_caps_with_data):
9233           Audio can be <8000Hz.
9234
9235 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9236
9237         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9238           Explicit state change to workaround refcount bugs.
9239
9240 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9241
9242         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
9243         (gst_avimux_riff_get_avi_header):
9244           Fix...
9245
9246 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9247
9248         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
9249         (gst_riff_read_element_data):
9250         * gst-libs/gst/riff/riff-read.h:
9251           Add _peek version (req'ed in CDXA).
9252         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
9253         (gst_cdxaparse_loop):
9254           Fix parsing in playbin.
9255         * gst/playback/gstdecodebin.c: (close_pad_link):
9256           Ignore current_ pads, they cause major annoyance.
9257
9258 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9259
9260         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9261           Safety guard.
9262
9263 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9264
9265         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
9266           Fix padding...
9267
9268 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9269
9270         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
9271           Allow for 0-sized buffers. Fixes length query problems in
9272           starwars.mkv from the testsuite.
9273
9274 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
9275
9276         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
9277         (gst_video_box_i420), (gst_video_box_chain):
9278           Fix row strides for I420 (fixes #163159)
9279           
9280 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9281
9282         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
9283           MPEG2 has a useful rate property, so we can actually use that.
9284           For MPEG-1, continue using the bytes/time properties.
9285
9286 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9287
9288         * gst-libs/gst/riff/riff-media.c:
9289         (gst_riff_create_video_caps_with_data),
9290         (gst_riff_create_video_template_caps):
9291           Add intel-h263.
9292
9293 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9294
9295         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9296           Fail if caps negotiation fails. Should fix #162184, and should
9297           definately be in there regardless of it fixing the actual bug.
9298         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
9299         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
9300         (gst_avimux_riff_get_avix_header),
9301         (gst_avimux_riff_get_video_header),
9302         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
9303         (gst_avimux_start_file), (gst_avimux_handle_event),
9304         (gst_avimux_change_state):
9305         * gst/avi/gstavimux.h:
9306           Refactor structure writing to use GST_WRITE_UINT macros, add
9307           metadata writing support.
9308
9309 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9310
9311         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
9312           Elements may already be destroyed when this function is called.
9313
9314 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9315
9316         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9317         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
9318           More memory leak fixes (#149162).
9319
9320 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9321
9322         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9323         (gst_qtdemux_add_stream):
9324           Fix two memleaks.
9325
9326 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9327
9328         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
9329           Argh...
9330
9331 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9332
9333         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
9334           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
9335           when fixating to six channels in Totem.
9336
9337 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9338
9339         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
9340           Fix compile warnings on Solaris 10 buildbot
9341
9342 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9343
9344         * ext/dvdread/dvdreadsrc.c: (_read):
9345           Don't read beyond the last cell in a chapter (fixes 
9346           invalid memory access)
9347
9348 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9349
9350         * ext/dvdread/stream_labels.c:
9351         (dvdreadsrc_get_audio_stream_labels):
9352           Use NULL for an empty GList instead of g_list_alloc(); fix 
9353           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
9354           of GString (easier to bulk free later)
9355
9356 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
9357
9358         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9359
9360         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9361         (gst_ffmpeg_pixfmt_to_caps):
9362           Fix BGRA32 caps (#164209).
9363
9364 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
9365
9366         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9367
9368         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9369         (gst_ffmpeg_caps_to_pixfmt):
9370           alpha_mask can be RGBA/ABGR. Fixes #164265.
9371
9372 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
9373
9374         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9375
9376         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
9377         (gst_mpeg2dec_alloc_buffer):
9378         * ext/mpeg2dec/gstmpeg2dec.h:
9379           Crop if decoding size is not the actual image size (#163676).
9380
9381 2005-01-17  Steve Baker  <steve@stevebaker.org>
9382
9383         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9384
9385         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
9386         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
9387           Add libsndfile typefind functions (#163309).
9388
9389 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9390
9391         * tools/gst-launch-ext-m.m:
9392           Add .aac, fix .m1v/.m2v (#163891).
9393
9394 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9395
9396         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
9397           Sanity check, don't wait endlessly since the clock might not
9398           actually run at this point (which is a deadlock). Fixes #164069.
9399
9400 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9401
9402         * gst/playback/gstplaybasebin.c: (probe_triggered):
9403           Of course, only pause if group is done...
9404
9405 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9406
9407         * gst/playback/gstplaybasebin.c: (probe_triggered):
9408           Thread safety.
9409
9410 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9411
9412         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
9413           Don't return state change success when the parent
9414           failed.
9415
9416 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9417
9418         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
9419           Free events (fix memleak in #162905).
9420
9421 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
9422
9423         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9424
9425         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9426         (gst_ffmpeg_caps_to_pixfmt):
9427           Fix for depth = 15. Fixes #161675.
9428
9429 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9430
9431         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9432           Set FPS correctly, even for webcams and the like.
9433         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
9434           Don error on setting while capturing.
9435
9436 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9437
9438         * ext/dv/gstdvdec.c:
9439         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9440         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9441           I'm a bad boy. using /1001. to force C to do float division
9442           and not integer division (as it did in my last commit)
9443           Thanks to David I. Lehn for pointing this mistake.
9444
9445 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9446
9447         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9448           Revert Johan??s 1.35->1.36 since it breaks compat.
9449
9450 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9451
9452         * ext/dv/gstdvdec.c:
9453         * ext/libfame/gstlibfame.c:
9454         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9455         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9456           replace framerate aproximations by their real value
9457           (24000/1001, 30000/1001, 60000/1001)
9458           Finish fixing bug #164049
9459
9460 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9461
9462         * ext/ogg/gstoggmux.c:
9463           eos/bos debugging
9464         * gst/tcp/gstmultifdsink.c:
9465         * gst/tcp/gstmultifdsink.h:
9466         * gst/tcp/gsttcp.c:
9467         * gst/tcp/gsttcp.h:
9468         * gst/tcp/gsttcpclientsink.c:
9469         * gst/tcp/gsttcpclientsrc.c:
9470         * gst/tcp/gsttcpserversink.c:
9471         * gst/tcp/gsttcpserversrc.c:
9472           improve reusability of elements after state changes and errors
9473           make multifdsink throw away streamheaders when receiving new ones
9474
9475 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9476
9477         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9478           Fix for if items are already in list...
9479
9480 2005-01-12  Benjamin Otte  <otte@gnome.org>
9481
9482         * gst/adder/gstadder.c: (gst_adder_loop):
9483           fix adder a bit so it doesn't screw up with events as much anymore
9484
9485 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
9486
9487         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
9488         (pixbufscale_scale), (gst_pixbufscale_chain):
9489         * ext/gdk_pixbuf/pixbufscale.h:
9490           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
9491           to ensure rowstrides are calculated the same way as 
9492           ffmpegcolorspace
9493           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
9494           that we pick up duration and offset also.
9495
9496 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9497
9498         * gst/avi/gstavimux.c: (gst_avimux_class_init),
9499         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
9500           Reusability fixes.
9501
9502 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9503
9504         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
9505         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9506         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9507         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9508           Update flags when requested.
9509
9510 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9511
9512         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9513           Fix dmix.
9514
9515 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9516
9517         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9518         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
9519         (probe_triggered), (new_decoded_pad), (gen_source_element),
9520         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
9521         * gst/playback/gstplaybasebin.h:
9522         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9523         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
9524         (gst_play_bin_change_state):
9525           Implement group-switch signal for use in apps to clear metadata
9526           cache, clean up subtitle, add suburi property instead of # hack,
9527           some error-out fixes.
9528
9529 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9530
9531         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9532           Debug.
9533         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
9534           If we got a state change in the _get handler, don't return success.
9535
9536 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9537
9538         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
9539         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
9540           Make jpegdec quiet on MJPEG decoding
9541         * gst/asfdemux/README:
9542           Fix mimetypes for MJPEG and H263
9543
9544 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9545
9546         * ext/theora/theoradec.c: (theora_dec_chain):
9547           Fix broken code generation by gcc by swapping arguments.
9548         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9549           Fix \n in debug.
9550
9551 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9552
9553         * TODO:
9554           delete this file, it is by far outdated
9555         * ext/alsa/gstalsa.1: remove
9556         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
9557         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
9558         (gst_alsa_get_caps):
9559           Add HW probing for supported sample rates. Fixes #161704
9560
9561 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9562
9563         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9564           Don't crash, biatch! :).
9565
9566 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9567
9568         * ext/musepack/gstmusepackreader.cpp:
9569         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
9570           Some work on tags - still doesn't work in playbin...
9571         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9572           Handle events...
9573
9574 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9575
9576         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
9577           Also shove tags on kid pads.
9578
9579 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9580
9581         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
9582           Don't bail on unknown events.
9583         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9584           Don't crash on events before negotiation.
9585         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
9586           Send tags on pads, too.
9587         * gst/playback/gststreamselector.c:
9588         (gst_stream_selector_request_new_pad):
9589           Forward events on first pad if no input was selected yet.
9590
9591 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9592
9593         * gst/playback/gstplaybasebin.c: (setup_substreams):
9594           Don't disable streamtype if the stream doesn't exist, since
9595           then playing a video after audio will disable both and nothing
9596           will happen. Fixes the testsuite.
9597
9598 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9599
9600         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
9601         (gst_v4l_xoverlay_set_xwindow_id):
9602         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
9603         (gst_v4l2_xoverlay_set_xwindow_id):
9604           Add debug categories, fix overlay disabling.
9605
9606 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9607
9608         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
9609         * ext/alsa/gstalsa.h:
9610           Add HW probing for period_count/size and buffer_size MIX/MAX
9611           Adjust default/user defined value if out of bounds
9612           Should fix bug #162024
9613
9614 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9615
9616         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
9617           Fix warning (#161191).
9618
9619 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9620
9621         * ext/dvdread/stream_labels.c:
9622         (dvdreadsrc_get_audio_stream_labels):
9623           Fix warning (init the good variable in switch default)
9624
9625 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
9626
9627         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9628
9629         * gst/tta/gstttaparse.c: (gst_tta_src_event):
9630           Fix gcc-2.95 compile (#163485).
9631
9632 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9633
9634         * configure.ac:
9635         * ext/flac/gstflacenc.c: (gst_flacenc_init),
9636         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
9637         (gst_flacenc_tell_callback), (gst_flacenc_chain),
9638         (gst_flacenc_change_state):
9639         * ext/flac/gstflacenc.h:
9640           Update for API change in flac-1.1.1. Update requirement in
9641           configure.ac. Fixes #162974.
9642
9643 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9644
9645         * gst/playback/gstplaybasebin.c: (group_destroy):
9646           Remove hack to get rid of assert and get rid of unlinked
9647           signals properly.
9648
9649 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9650
9651         * gst/playback/gstplaybasebin.c: (setup_source):
9652           Set source to NULL so that resources are free'ed. Fixes issues
9653           with playback of CDDA and similar device-accessing things.
9654
9655 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9656
9657         * testsuite/embed/Makefile.am:
9658           test->noinst, fix make test in buildbot.
9659
9660 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9661
9662         * ext/dvdread/stream_labels.c: new file
9663         * ext/dvdread/stream_labels.h: new file
9664         * ext/dvdread/Makefile.am:
9665         * ext/dvdread/dvdreadsrc.c: (_seek_title):
9666           Extract audio stream label from DVD IFO files.
9667           It only dump them on the console for now, still have to
9668           make playbin aware of them.
9669
9670 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9671
9672         * gst/playback/gstplaybasebin.c: (setup_source):
9673           Fix hanging subs.
9674
9675 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9676
9677         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9678         (gen_preroll_element), (remove_groups), (setup_subtitle),
9679         (gen_source_element), (setup_source):
9680         * gst/playback/gstplaybasebin.h:
9681           Multiple .sub files is just a stupid idea... Fix some threading
9682           mistakes. Interestingly, external .sub files cause playbin to
9683           hang, I don't know why... Parsing fixes contributed by Fran??ois
9684           Kooman <fkooman@tuxed.net>.
9685
9686 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9687
9688         * testsuite/embed/Makefile.am:
9689           Fix buildbot.
9690
9691 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9692
9693         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9694
9695         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
9696         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
9697         (gst_pngenc_set_property):
9698         * ext/libpng/gstpngenc.h:
9699           Add compression level property (#163323).
9700
9701 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9702
9703         * configure.ac:
9704         * examples/capsfilter/capsfilter1.c: (main):
9705         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9706         * ext/dvdread/Makefile.am:
9707         * ext/dvdread/demo-play:
9708         * ext/dvdread/demo-play.c:
9709         * gconf/gstreamer.schemas.in:
9710         * gst-libs/gst/gconf/gconf.c:
9711         * sys/v4l/TODO:
9712         * testsuite/Makefile.am:
9713         * testsuite/embed/Makefile.am:
9714         * testsuite/embed/embed.c: (cb_expose), (main):
9715           Remove all references to xvideosink, fix examples (#140845).
9716         * gst/playback/gstplaybasebin.c: (group_destroy):
9717           Apparently, disposal does not unlink - so do explicitely.
9718         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9719           Add debug.
9720
9721 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
9722
9723         * README: fix PKG_CONFIG_PATH instructions, what was there
9724         previously was breaking default search path, not nice. 
9725         Fixes #163358
9726
9727 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9728
9729         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
9730         (gst_audioscale_chain):
9731           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
9732           when resampling - how the ^@$^!@^! is this possible?!?
9733
9734 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9735
9736         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9737           Reset variables on READY.
9738         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
9739         (gst_matroska_mux_loop):
9740           Require data before writing header.
9741
9742 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
9743
9744         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9745
9746         * ext/mad/gstmad.c: (gst_mad_chain):
9747           Don't call mad_stream_sync() directly after recovering sync.
9748           Fixes #151661.
9749
9750 2005-01-09  Martin Eikermann  <meiker@upb.de>
9751
9752         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9753
9754         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
9755         (snapshot_handler), (gst_snapshot_sinkconnect),
9756         (gst_snapshot_chain):
9757           Allocate resources when required, fix recursive signal emission
9758           and fix caps. Fixes #161667.
9759
9760 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9761
9762         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9763
9764         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
9765         (gst_pngdec_chain):
9766           Handle only 8-bppc (bits-per-pixel-component) images, better
9767           error handling and correct strides. Fixes #163177.
9768         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
9769         (gst_pngenc_chain):
9770           Better error handling. Fixes #163348.
9771
9772 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9773
9774         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
9775         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
9776         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
9777         (dvdnavsrc_uri_handler_init):
9778           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
9779         * gst/playback/gstplaybasebin.c: (gen_source_element):
9780           Add MMS to streaming URIs.
9781
9782 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9783
9784         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
9785         * sys/xvimage/xvimagesink.c:
9786         (gst_xvimagesink_navigation_send_event):
9787           Check for pad availability before sending event.
9788
9789 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9790
9791         * gst-plugins.spec.in:
9792           Add subparse.
9793
9794 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9795
9796         * configure.ac:
9797           Since we use functions from CVS, up requirement.
9798
9799 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9800
9801         * gst/playback/Makefile.am:
9802         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9803         (group_destroy), (group_commit), (group_is_muted),
9804         (gen_preroll_element), (add_stream), (unknown_type),
9805         (probe_triggered), (preroll_unlinked), (mute_stream),
9806         (silence_stream), (new_decoded_pad), (setup_substreams),
9807         (setup_source), (get_active_source), (mute_group_type),
9808         (muted_group_change_state), (set_active_source),
9809         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
9810         (play_base_eos), (gst_play_base_bin_change_state):
9811         * gst/playback/gstplaybasebin.h:
9812         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9813         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9814         (gst_stream_info_dispose), (stream_info_mute_pad),
9815         (stream_info_change_state), (gst_stream_info_set_mute):
9816         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
9817         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
9818         (gst_stream_selector_init), (gst_stream_selector_dispose),
9819         (gst_stream_selector_get_linked_pad),
9820         (gst_stream_selector_get_caps), (gst_stream_selector_link),
9821         (gst_stream_selector_get_linked_pads),
9822         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9823         * gst/playback/gststreamselector.h:
9824           Adding stream selection support plus required properties for
9825           applications to use this. Fully fixes #100931.
9826
9827 2005-01-08  Benjamin Otte  <otte@gnome.org>
9828
9829         * gst/games/gstpuzzle.c: (nav_event_handler):
9830           - handle nav events differently: forward every event no matter if it
9831             was handled or not.
9832           - translate events
9833           You can now cheat by using navigationtest ! puzzle and moving the
9834           mouse close to the edge of a tile. ;)
9835
9836 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9837
9838         * configure.ac:
9839         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
9840         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
9841         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
9842         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
9843         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
9844         (gst_ogm_parse_plugin_init):
9845         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
9846         (gst_textoverlay_link), (gst_textoverlay_getcaps),
9847         (gst_textoverlay_event), (gst_textoverlay_video_chain),
9848         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
9849         * ext/pango/gsttextoverlay.h:
9850         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9851         (gst_matroska_demux_handle_seek_event),
9852         (gst_matroska_demux_sync_streams),
9853         (gst_matroska_demux_parse_blockgroup),
9854         (gst_matroska_demux_subtitle_caps),
9855         (gst_matroska_demux_plugin_init):
9856         * gst/matroska/matroska-ids.h:
9857         * gst/playback/gstdecodebin.c: (close_pad_link):
9858         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9859         (gen_preroll_element), (remove_groups), (add_stream),
9860         (new_decoded_pad), (setup_subtitles), (gen_source_element),
9861         (setup_source):
9862         * gst/playback/gstplaybasebin.h:
9863         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
9864         * gst/subparse/Makefile.am:
9865         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
9866         (gst_subparse_base_init), (gst_subparse_class_init),
9867         (gst_subparse_init), (gst_subparse_formats),
9868         (gst_subparse_eventmask), (gst_subparse_event),
9869         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
9870         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
9871         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
9872         (parse_mpsub_deinit), (parse_mpsub_init),
9873         (gst_subparse_buffer_format_autodetect),
9874         (gst_subparse_format_autodetect), (gst_subparse_loop),
9875         (gst_subparse_change_state), (gst_subparse_type_find),
9876         (plugin_init):
9877         * gst/subparse/gstsubparse.h:
9878         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
9879         (plugin_init):
9880           Add subtitle support, .sub parser (supports SRT and MPsub),
9881           OGM text support, Matroska UTF-8 text support, deadlock fixes
9882           all over the place, subtitle awareness in decodebin/playbin
9883           and some fixes to textoverlay to handle subtitles in a stream
9884           correctly. Fixes #100931.
9885
9886 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9887
9888         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9889           Check for pad availability before doing a query on it.
9890
9891 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9892
9893         * ext/dv/gstdvdec.c:
9894           really fix bpp24/32 dvdec caps (classic rgba indeed)
9895         * gst/asfdemux/gstasfdemux.c:
9896         (gst_asf_demux_process_ext_content_desc):
9897           don't send text tags if they are empty (bis repetita)
9898
9899 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9900
9901         * ext/dv/gstdvdec.c:
9902          remove unneeded comment from dvdec
9903           (related to DV 4CC codes in AVI files)
9904           moved them in gstreamer/docs/random/mimetypes
9905         * gst/asfdemux/gstasfdemux.c:
9906         (gst_asf_demux_process_ext_content_desc):
9907          don't send text tags if they are empty
9908          fix mem leak on error path
9909         * gst/ffmpegcolorspace/avcodec.h:
9910         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9911         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9912         (gst_ffmpegcsp_avpicture_fill):
9913         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
9914         * gst/ffmpegcolorspace/imgconvert_template.h:
9915          adds BGR32 and BGRA32 to ffmpegcolorspace
9916           (still bad colors, fixing it on next commit)
9917           helps with dvdec outputing BGR32
9918
9919 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9920
9921         * ext/dv/gstdvdec.c:
9922          Fix audio caps i just broke (missing ',')
9923         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
9924         (gst_matroska_mux_reset):
9925          Fix typo + add FIXME about old "x-gst-metadata" crap
9926
9927 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9928
9929         * ext/dv/demo-play.c: (main):
9930          xvideosink -> xvimagesink
9931         * ext/dv/gstdvdec.c:
9932          change rgb 32/32 caps to 24/32 (no alpha)
9933          change nb of channels to be a list (2 or 4, not 2)
9934          change sample rate to be a list (32, 44.1, 48 kHz) not a range
9935         * gst/asfdemux/gstasfdemux.c:
9936         (gst_asf_demux_process_ext_content_desc):
9937          Add 'date/year' to extracted metadata list
9938
9939 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9940
9941         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
9942           The return value of fixate_to does not imply that the requested
9943           value was set, so don't assume.
9944
9945 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
9946
9947         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9948
9949         * ext/libpng/gstpngdec.c:
9950         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
9951         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
9952         * ext/libpng/gstpngenc.h:
9953           Alpha support (encoder; #163161), mime fixage.
9954
9955 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
9956
9957         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9958
9959         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
9960         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
9961         (gst_faac_set_property), (gst_faac_get_property):
9962         * ext/faac/gstfaac.h:
9963           Allow for ADTS output (#153434).
9964
9965 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9966
9967         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9968           Fix against template (#150576).
9969
9970 2005-01-06  Benjamin Otte  <otte@gnome.org>
9971
9972         * gst/games/gstpuzzle.c: (draw_puzzle):
9973           don't draw a puzzle if either width or height of tiles would be 0.
9974
9975 2005-01-06  Benjamin Otte  <otte@gnome.org>
9976
9977         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
9978         (gst_puzzle_class_init), (gst_puzzle_finalize):
9979           no memleaks, please
9980         (gst_puzzle_create), (gst_puzzle_init),
9981         (gst_puzzle_set_property), (gst_puzzle_setup):
9982           change initialization code around so we don't reshuffle on resize
9983         (draw_puzzle):
9984           fix another stupid typo
9985
9986 2005-01-06  Benjamin Otte  <otte@gnome.org>
9987
9988         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
9989           fix stupid typo that borked copying on YUY2
9990
9991 2005-01-06  Benjamin Otte  <otte@gnome.org>
9992
9993         * gst/games/gstpuzzle.c: (draw_puzzle):
9994           fix edges when image sizes aren't multiples of tile sizes
9995
9996 2005-01-06  Benjamin Otte  <otte@gnome.org>
9997
9998         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
9999           make RGB endianness work correctly
10000         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
10001           refactor and fix race with initial shuffling
10002         (nav_event_handler):
10003           allow using the mouse to puzzle
10004         (draw_puzzle):
10005           insist on tiles having width and height as multiples of 4 to get
10006           clean YUV image handling
10007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10008         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
10009           s/DEBUG/LOG/ for common messages
10010         (gst_xvimagesink_navigation_send_event):
10011           fix mouse event translation to not include screen PAR
10012         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10013           fix mouse event translation to actually work
10014
10015 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10016
10017         * gst/asfdemux/gstasfdemux.c:
10018         (gst_asf_demux_process_ext_content_desc):
10019          Extract TrackNumber metadata + clean up code
10020         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
10021          Hope this is the good fix (var used unitialised)
10022
10023 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10024
10025         * ext/faad/gstfaad.c: (gst_faad_chain):
10026           Only increment timestamp if it's valid. Fixes raw AAC streams.
10027
10028 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10029
10030         * configure.ac:
10031         * gst/games/Makefile.am:
10032         * gst/games/gstpuzzle.c:
10033           add a puzzle game with...
10034         * gst/games/gstvideoimage.c:
10035         * gst/games/gstvideoimage.h:
10036           ... full colorspace support (that includes YUV9 and RGB16)) stolen
10037           from videotestsrc and made into something that would be a nice
10038           library for a lot of other plugins.
10039
10040 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10041
10042         * configure.ac:
10043          don't compile faad plugin if a RC of 2.0 is found
10044          Fixes #155346 (and FC1 buildbot)
10045         * gst/asfdemux/gstasfdemux.c:
10046         (gst_asf_demux_process_ext_content_desc):
10047          try to make Solaris compiler happier
10048
10049 2005-01-06  Paul Jack  <pjack@sfaf.org>
10050
10051         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10052
10053         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
10054           Fix segfault (#161667).
10055
10056 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10057
10058         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10059           Fix framerate reporting.
10060
10061 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10062
10063         * gst-libs/gst/riff/riff-ids.h:
10064         * gst/wavenc/riff.h:
10065          Add AMR (VBR and CBR) ids to riff.h audio codec list
10066         * gst/asfdemux/gstasfdemux.c:
10067         (gst_asf_demux_process_ext_content_desc),
10068         (gst_asf_demux_process_object):
10069           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
10070
10071 2005-01-05  Martin Eikermann  <meiker@upb.de>
10072
10073         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10074
10075         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10076         (gst_dvd_demux_handle_discont):
10077         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
10078         (gst_mpeg_demux_handle_discont):
10079           Recreate pads on new-media (#160730).
10080         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
10081           Send discont even if manager changes timestamps (#161929).
10082
10083 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
10084
10085         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10086
10087         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
10088           Fix invalid memory access (#159211).
10089
10090 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10091
10092         * examples/gstplay/player.c: (main):
10093           Don't iterate.
10094         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
10095           Add visualizations.
10096         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10097         (gst_a52dec_handle_frame):
10098           Set duration.
10099         * ext/dvdnav/gst-dvd:
10100           Add audioconvert. Fixes #161325.
10101         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
10102           Explicitely case to gint64. Possible valgrind error.
10103         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
10104         (gst_play_tick_callback), (gst_play_change_state),
10105         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
10106         (gst_play_set_location), (gst_play_get_location),
10107         (gst_play_seek_to_time), (gst_play_set_data_src),
10108         (gst_play_set_video_sink), (gst_play_set_audio_sink),
10109         (gst_play_set_visualization), (gst_play_connect_visualization),
10110         (gst_play_get_framerate), (gst_play_get_all_by_interface),
10111         (gst_play_new):
10112           Use playbin. Fixes #139749 and #147744.
10113         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
10114           Add genre tag.
10115         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
10116         (audioscale_get_type), (gst_audioscale_base_init),
10117         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
10118         (gst_audioscale_getcaps), (gst_audioscale_fixate),
10119         (gst_audioscale_link), (gst_audioscale_get_buffer),
10120         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
10121         (gst_audioscale_init), (gst_audioscale_dispose),
10122         (gst_audioscale_chain), (gst_audioscale_set_property),
10123         (gst_audioscale_get_property), (plugin_init):
10124           Indent properly.
10125         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
10126           Fix LPCM.
10127         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
10128         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
10129         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
10130           Add more metadata (fixes #162656).
10131
10132 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10133
10134         * configure.ac:
10135           back to cvs
10136
10137 === release 0.8.7 ===
10138
10139 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10140
10141         * NEWS:
10142         * RELEASE:
10143         * configure.ac:
10144           releasing 0.8.7, "Hyperspace"
10145
10146 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10147
10148         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10149
10150         * gst/playback/gstplaybasebin.c:
10151          Fix for #162924 - free caps after use, not before
10152
10153 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10154
10155         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10156
10157         * gst/playback/gstplaybasebin.c:
10158         * gst/wavparse/gstwavparse.c:
10159           Fix for #154773 - fixes playback of small .wav files
10160
10161 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10162
10163         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10164
10165         * gst/audioscale/gstaudioscale.c:
10166           Fix for #162819 - make audioscale reusable
10167           Fixes playback of more than one file with playbin/totem
10168
10169 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10170
10171         * gst/ffmpegcolorspace/avcodec.h:
10172         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10173         * gst/ffmpegcolorspace/imgconvert.c:
10174           clean up the mess that made me cry and avoid needless duplication
10175
10176 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10177
10178         * gst/ffmpegcolorspace/imgconvert.c:
10179           give some indication of why we're segfaulting
10180
10181 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10182
10183         * configure.ac:
10184           Fix indentation, fix v4l2 plugin detection.
10185         * ext/Makefile.am:
10186           Fix libmms location (Maciej, use diff -u!).
10187         * ext/alsa/gstalsa.c: (gst_alsa_init):
10188           Initialize caps cache to NULL.
10189         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10190           Only change state on audiosink if it exists.
10191
10192 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
10193
10194         * gst/matroska/matroska-demux.c:
10195         * gst/matroska/matroska-ids.h:
10196         * gst/matroska/matroska-demux.h:
10197         Fix Vorbis streams failing to decode in some files, where cluster_time
10198         isn't 0, because then it doesn't send codec_priv before actual data.
10199         Remove time-based test and replace it with marker set on beginning of
10200         new stream
10201
10202 2004-12-28  David Schleef  <ds@schleef.org>
10203
10204         Merge patch from Ronald fixing problems with streaming
10205         text.
10206         * ext/cairo/gstcairo.c: (plugin_init):
10207         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
10208         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10209         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
10210         (gst_textoverlay_font_init), (gst_textoverlay_init),
10211         (gst_textoverlay_set_property):
10212         * ext/cairo/gsttextoverlay.h:
10213
10214 2004-12-27  David Schleef  <ds@schleef.org>
10215
10216         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
10217         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10218         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
10219         (gst_textoverlay_font_init), (gst_textoverlay_init),
10220         (gst_textoverlay_set_property): Improvements to actually
10221         render text as white on black outline on video, including
10222         font selection and horizontal/vertical alignment.  (Ronald's
10223         christmas present)
10224         * ext/cairo/gsttextoverlay.h:
10225
10226 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10227
10228         * ext/ogg/gstogg.c:
10229         * ext/ogg/gstogmparse.c:
10230           fix ogm[audio/video]parse plugin registration
10231           (riff won't load if bytestream is already loaded)
10232
10233 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10234
10235         * gst/audioconvert/gstchannelmix.c:
10236           fix for GLIB < 2.4
10237
10238 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10239
10240         * Makefile.am:
10241         * configure.ac:
10242           disable docs again until it actually passes make distcheck.
10243
10244 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10245
10246         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
10247         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10248         (plugin_init):
10249           Add 3GP (variables name Q3GP because they can't start with a
10250           number). Add samr audio fourcc (used in .3gp files), decoder
10251           is work in progress. Also do a GST_WARNING instead of ERROR
10252           in case of unknown nodes, to decrease output.
10253
10254 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10255
10256         * Makefile.am:
10257           really fix dist
10258
10259 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10260
10261         * configure.ac:
10262         * ext/speex/gstspeexdec.h:
10263         * ext/speex/gstspeexenc.h:
10264           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
10265           Fix detection code in configure.ac
10266
10267 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10268
10269         * gst/matroska/matroska-demux.c:
10270         (gst_matroska_demux_parse_blockgroup):
10271           Save position, so that queries give proper return values. Don't
10272           know how this could ever have worked before...
10273
10274 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10275
10276         * configure.ac:
10277           Put additional LAME check inside the conditional.  Fixes #152339
10278
10279 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10280
10281         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10282         (gst_avi_demux_stream_scan):
10283           Add some more debug. Fix logic error when setting movi offset
10284           while reading index.
10285
10286 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10287
10288         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10289         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
10290         (gst_avi_demux_process_next_entry):
10291           Add some debugging. Better detection of broken indexes and the
10292           accompanying index recovery. No infinite loops on state changes
10293           when we're still in our loopfunction.
10294
10295 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10296
10297         * configure.ac:
10298           Fix up.
10299
10300 2004-12-22  Archana Shah  <archana.shah@wipro.com>
10301
10302         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10303
10304         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
10305           Normalizing the value before setting
10306         (gst_sunaudiomixer_get_volume):
10307           Normalizing the value after getting. Fixes bug# 161980
10308
10309 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10310
10311         * Makefile.am: Make sure docs gets disted
10312         * docs/Makefile.am: Make sure all needed files get disted
10313         * gst-plugins.spec.in: latest updates
10314
10315 2004-12-22  Wim Taymans  <wim@fluendo.com>
10316
10317         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10318         Revert patch 1.38 as clock distribution over schedulers does
10319         not work correcly in the core yet.
10320
10321 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10322
10323         * sys/oss/README: remove this file, which predates my birth
10324           (and which content is by far outdated)
10325
10326 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
10327
10328         * Makefile.am:
10329         * configure.ac:
10330         * docs/Makefile.am:
10331         * docs/libs/Makefile.am:
10332         * docs/libs/gst-plugins-libs-docs.sgml:
10333         * docs/libs/gst-plugins-libs-sections.txt:
10334         * docs/libs/tmpl/gstgconf.sgml:
10335         * docs/upload.mak:
10336         * docs/version.entities.in:
10337           Added boilerplate gtk-doc files for plugin-libs documentation.
10338
10339 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10340
10341         * gst/auparse/gstauparse.c: fix int and float audio caps
10342
10343 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10344
10345         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10346         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
10347           g_assert() can be a macro, don't use #ifdef inside it.
10348
10349 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
10350
10351         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10352
10353         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10354         (gst_videorate_init), (gst_videorate_chain),
10355         (gst_videorate_change_state):
10356           Event handling (fixes #159986).
10357
10358 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10359
10360         * gst-libs/gst/riff/riff-media.c:
10361         (gst_riff_create_video_caps_with_data):
10362           Add BLZ0 (Blizzard's version of DivX) fourcc.
10363
10364 2004-12-18  David Schleef  <ds@schleef.org>
10365
10366         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
10367         portability fix.
10368
10369 2004-12-18  David Schleef  <ds@schleef.org>
10370
10371         * gst/tta/ttadec.h: Disable some header code that isn't used
10372         and clearly isn't portable.
10373
10374 2004-12-18  David Schleef  <ds@schleef.org>
10375
10376         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
10377         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
10378         (avcodec_get_pix_fmt), (avpicture_layout),
10379         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
10380         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
10381         Fix code to not use GCC extensions (and c99 extensions that
10382         Forte does not like.)
10383
10384 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10385
10386         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10387
10388         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
10389         (gst_deinterlace_chain):
10390           Rowstride fixes. Fixes #161039.
10391         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
10392         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
10393         (gst_video_crop_getcaps), (gst_video_crop_link),
10394         (gst_video_crop_i420), (gst_video_crop_chain),
10395         (gst_video_crop_change_state):
10396           Rework of negotiation. Actually works now. Fixes #158650.
10397
10398 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10399
10400         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
10401           That was very stupid.
10402
10403 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10404
10405         * gst/matroska/matroska-demux.c:
10406         (gst_matroska_demux_parse_blockgroup):
10407           Fix possible crasher.
10408
10409 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10410
10411         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
10412         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
10413           Lace sizes can be zero.
10414
10415 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10416
10417         * ext/musepack/gstmusepackdec.cpp:
10418           Fetch error return values. Fixes #161624.
10419         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10420           Really EOS.
10421
10422 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10423
10424         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
10425           Work for truncated (unfinished download etc.) files. Fixes #160514.
10426
10427 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10428
10429         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10430           Fix for integer overflow. Makes #156001 not crash. Probably masks
10431           the real bug.
10432
10433 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10434
10435         * gst/ac3parse/gstac3parse.c: (plugin_init):
10436           Parsers never have ranks. Fixes #159651.
10437
10438 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10439
10440         * gst/playback/gstdecodebin.c: (compare_ranks):
10441           make sure the facotries are ordered the same every time even if they
10442           have the same rank by using the name
10443         * gst/playback/gstdecodebin.c: (find_compatibles):
10444           make sure we don't add factories to the list twice
10445
10446 2004-12-16  David Schleef  <ds@schleef.org>
10447
10448         * configure.ac: look for musepack headers as musepack/*.h
10449         (fixes #159847)
10450         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
10451         * ext/musepack/gstmusepackreader.h: same
10452
10453 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10454
10455         * gst-libs/gst/riff/riff-read.c:
10456         (gst_riff_read_strf_auds_with_data):
10457           Read extradata correctly (fixes #155879).
10458
10459 2004-12-16  David Schleef  <ds@schleef.org>
10460
10461         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
10462         audio.  does _not_ attempt or allow conversion unless channels
10463         is 1 or 2.
10464
10465 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10466
10467         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
10468
10469 2004-12-16  David Schleef  <ds@schleef.org>
10470
10471         * gst/audioscale/gstaudioscale.c: the resample library only
10472         handles 1 or 2 channels.  Change caps to compensate.
10473
10474 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10475
10476         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
10477         (gst_matroska_demux_audio_caps):
10478           Some MPEG-AAC hacks, because else it doesn't work...
10479
10480 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10481
10482         * gst-libs/gst/riff/riff-media.c:
10483         (gst_riff_create_video_caps_with_data),
10484         (gst_riff_create_video_template_caps):
10485           Add h264.
10486
10487 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10488
10489         * gst-libs/gst/audio/Makefile.am:
10490           Try to fix buildbot.
10491
10492 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10493
10494         * gst/tcp/gstmultifdsink.c:
10495           Clean up and uniformize debugging.
10496
10497 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
10498
10499         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10500
10501         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10502         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
10503         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
10504         (gst_mpeg_demux_change_state):
10505           Reset on ready. Fixes 160276.
10506
10507 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10508
10509         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10510
10511         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10512         (gst_ffmpegcsp_pad_link):
10513           Fix memleak (#154815).
10514
10515 2004-12-16  James Bowes  <bowes@cs.dal.ca>
10516
10517         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10518
10519         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
10520         (gst_musicbrainz_init), (gst_musicbrainz_chain),
10521         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
10522         * ext/musicbrainz/gsttrm.h:
10523           Add support for using a proxy server when getting a trm id from
10524           the MusicBrainz database (#149613).
10525
10526 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
10527
10528         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10529
10530         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
10531         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10532           Fix memleaks (#157233).
10533
10534 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10535
10536         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10537
10538         * gst-libs/gst/resample/resample.c: (gst_resample_close):
10539         * gst-libs/gst/resample/resample.h:
10540         * gst/audioscale/gstaudioscale.c:
10541           Fix memleak (#159215).
10542
10543 2004-12-16  Toni Willberg  <toniw@iki.fi>
10544
10545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10546
10547         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
10548         * sys/oss/oss_probe.c: (main):
10549           Check for mono/stereo support (similar to samplerate probing),
10550           fixes #159433. Also add missing copyright header to oss_probe.c.
10551
10552 2004-12-15  David Schleef  <ds@schleef.org>
10553
10554         * configure.ac: add audioresample and cairo plugins.  Remove
10555         HAVE_MMX stuff, because it's not used.
10556         * ext/Makefile.am: same
10557         * ext/audioresample/Makefile.am: You are not ready for an
10558         audio resampling element based on audioresample.
10559         * ext/audioresample/gstaudioresample.c:
10560         * ext/audioresample/gstaudioresample.h:
10561         * ext/cairo/Makefile.am: You are not ready for overlay elements
10562         based on cairo.  Don't look too closely, these elements kinda
10563         suck right now.
10564         * ext/cairo/gstcairo.c: new
10565         * ext/cairo/gsttextoverlay.c: new
10566         * ext/cairo/gsttextoverlay.h: new
10567         * ext/cairo/gsttimeoverlay.c: new
10568         * ext/cairo/gsttimeoverlay.h: new
10569         * gst-libs/gst/media-info/media-info-priv.h: fix compile
10570         problem with compilers that don't support variadic macros.
10571
10572 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10573
10574         Reviewed by:  David Schleef  <ds@schleef.org>
10575
10576         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
10577         Bala, registering sunaudiosrc (oops!), and cleaning up code a
10578         bit.  Also ran indent-gst.
10579         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
10580         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
10581         (gst_sunaudiosrc_setparams):
10582
10583 2004-12-14  David Schleef  <ds@schleef.org>
10584
10585         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
10586         output rate to 16000.  Should fix #160235.
10587
10588 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10589
10590         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10591         Add typefinding for mpeg2 pes streams
10592
10593 2004-12-13  David Schleef  <ds@schleef.org>
10594
10595         * configure.ac:  Applied patch from bug #143659, making default
10596         sources and sinks OS-dependent (for Solaris), and added code
10597         for OS/X.
10598         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
10599
10600 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10601
10602         * gst-libs/gst/riff/riff-media.c:
10603           forgot to add h2.64 to avidemux template caps
10604
10605 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10606
10607         * gst/wavenc/riff.h:
10608         * gst-libs/gst/riff/riff-media.c:
10609         * gst-libs/gst/riff/riff-ids.h:
10610         * gst/avi/gstavimux.c
10611         add 4CC code for VideoSoft h264 in AVI (VSSH)
10612           fixes bug #160655
10613         remove s323 from riff, it's quicktime specific :(
10614
10615 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10616
10617         * gst/asfdemux/README
10618         * gst/wavenc/riff.h
10619         * gst-libs/gst/riff/riff-ids.h
10620         * gst-libs/gst/riff/riff-media.c
10621         * gst/qtdemux/qtdemux.c:
10622           add new 4CC codes for h263 related codecs
10623           fixes partially bug #155163
10624
10625 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
10626
10627         * configure.ac: Update polyaudio requirement to 0.7
10628         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
10629
10630 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10631
10632         * gst/interleave/deinterleave.c:
10633         fix my name's spelling! :)
10634
10635 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10636
10637         * AUTHORS ChangeLog
10638         * gst/auparse/gstauparse.c
10639         * gst/interleave/deinterleave.c
10640         * gst/law/:
10641                 alaw-decode.c alaw-encode.c
10642                 mulaw-decode.c mulaw-encode.c
10643         * gst/oneton/gstoneton.c
10644         * sys/osxaudio/:
10645                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
10646         * sys/osxvideo/:
10647                 cocoawindow.h cocoawindow.m
10648                 osxvideosink.h osxvideosink.m
10649
10650         put the same mail address for Zaheer Abbas Merali everywhere
10651
10652 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10653
10654         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
10655           Align by packetsize, and assert that we a packet available before
10656           playing. The first makes webstreams work (they often include
10657           trailing padding data in a packet), the second allows pausing a
10658           ASF stream in totem without getting demux errors afterwards.
10659
10660 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10661
10662         * ext/ogg/gstoggdemux.c: (get_relative):
10663           Check for non-NULL before accessing member (end-of-chain).
10664
10665 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10666
10667         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10668         (cdparanoia_set_property), (cdparanoia_get_property):
10669         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
10670         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
10671         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10672         (dvdreadsrc_init), (dvdreadsrc_set_property),
10673         (dvdreadsrc_get_property):
10674         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
10675         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
10676           Synchronize property names where not yet the case. Devices are
10677           now device=X, other versions are deprecated (but still exist).
10678           Also use g_free() unconditionally.
10679         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10680         (setup_source), (gst_play_base_bin_get_property):
10681           Expose source.
10682
10683 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10684
10685         * configure.ac: move GCONF macro outside conditional for the am
10686           conditional. Fixes #160439
10687
10688 2004-12-08  David Schleef  <ds@schleef.org>
10689
10690         * tools/gst-visualise-m.m: Switch to elements that currently
10691         exist.
10692
10693 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10694
10695         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10696           We love wrong commas.
10697
10698 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10699
10700         * gst/matroska/matroska-demux.c:
10701         (gst_matroska_demux_handle_src_query):
10702           Don't set DEFAULT, unsupported - makes length display incorrectly
10703           in some cases.
10704
10705 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10706
10707         * gst/monoscope/README: remove blurb about files being GPL
10708         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
10709         * gst/monoscope/monoscope.c: Change license to BSD with explanation
10710           monoscope is now effectively LGPL licensed
10711
10712 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10713
10714         * gst/monoscope/README: Update information to be more correct
10715         * gst/monoscope/convolve.c: Relicense to LGPL
10716         * gst/monoscope/convolve.h: Relicense to LGPL
10717
10718 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
10719
10720         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
10721           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
10722         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
10723           set default_duration for mpeg1 audio
10724
10725 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10726
10727         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
10728         * ext/alsa/gstalsa.h:
10729           refactor big chunks of the core caps negotiation code to make it
10730           a lot faster, because people claim it's really slow
10731           (actually, just cache the getcaps when the device is opened)
10732
10733 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10734
10735         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
10736         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
10737         (gst_a52dec_handle_frame), (gst_a52dec_chain),
10738         (gst_a52dec_change_state), (plugin_init):
10739         * ext/a52dec/gsta52dec.h:
10740           Do something useful with timestamps. Make chain-based (since
10741           there's really no reason to be loopbased).
10742         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10743           Update current_byte/frame correctly.
10744
10745 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10746
10747         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
10748         (gst_ape_demux_stream_init):
10749           Forward tags, too.
10750
10751 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10752
10753         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
10754           Let's make sure we're done typefinding when detecting tags.
10755
10756 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10757
10758         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
10759         (gst_ebml_read_init), (gst_ebml_read_use_event),
10760         (gst_ebml_read_element_id), (gst_ebml_peek_id),
10761         (gst_ebml_read_seek), (gst_ebml_read_skip),
10762         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
10763         (gst_ebml_read_master):
10764         * gst/matroska/ebml-read.h:
10765         * gst/matroska/matroska-demux.c:
10766         (gst_matroska_demux_parse_contents),
10767         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
10768           Disgustingly evil hack for working around INTERRUPT events and
10769           their extremely annoying habit of being a pain in the ass. We
10770           simply peek a cluster before reading any of it.
10771
10772 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10773
10774         * ext/musepack/gstmusepackdec.cpp:
10775           There's also floating point libmusepacks.
10776
10777 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10778
10779         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
10780         (gst_faad_chanpos_to_gst), (gst_faad_chain):
10781           Set DURATION even if source buffer didn't. Also use increasing
10782           timestamps.
10783         * gst-libs/gst/riff/riff-media.c:
10784         (gst_riff_create_audio_caps_with_data):
10785           Block_align can have larger values than 8192.
10786
10787 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10788
10789         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
10790         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
10791         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
10792         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
10793           Fix caps.
10794
10795 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10796
10797         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
10798           Fix logic bug.
10799
10800 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10801
10802         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
10803           Yay, another one.
10804
10805 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10806
10807         * ext/esd/esdsink.c: (gst_esdsink_chain):
10808           Make error actually say something useful (fixes #156798).
10809         * gst-libs/gst/riff/riff-media.c:
10810         (gst_riff_create_video_caps_with_data),
10811         (gst_riff_create_video_template_caps):
10812           Add Intel Video 5.0 fourcc (IV50).
10813
10814 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
10815
10816         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
10817         detection on mono and stereo mp3 files.
10818
10819 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10820
10821         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10822           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
10823           the contained stream).
10824
10825 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10826
10827         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
10828           Oops, remove debug.
10829
10830 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10831
10832         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10833
10834         * gst/law/alaw-decode.c: (alawdec_getcaps):
10835         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
10836           Prevent warnings when negotiating caps (fixes #159338).
10837
10838 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10839
10840         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10841         (gst_ffmpegcsp_chain):
10842           Remove old leftover that shouldn't be there...
10843
10844 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10845
10846         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10847
10848         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10849           Don't forward DISCONT events (fixes #159684).
10850
10851 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10852
10853         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
10854           Unlink manually since sometimes bin disposal (and therefore
10855           pad unlinking) is delayed, which will cause a new media file
10856           to not be able to start playing instantly.
10857
10858 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10859
10860         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
10861           On mute of an unlinked stream, check for pad availability so
10862           we don't crash on unlinked pad.
10863
10864 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10865
10866         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10867         (gst_avi_demux_massage_index):
10868           Fix quite humiliating bug in omitting 0-sized index chunks but
10869           forgetting to count them for timestamps.
10870
10871 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10872
10873         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10874           Actually leave the loop if we failed to sync. Don't crash.
10875
10876 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10877
10878         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
10879         (gst_dvd_demux_process_private):
10880         * gst/mpegstream/gstdvddemux.h:
10881           Fix crash (#159759). Doesn't work, though. :-(.
10882
10883 2004-11-28  Benjamin Otte  <otte@gnome.org>
10884
10885         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10886           more overwriting protection due to modifying channels one by one
10887           instead of all at once
10888
10889 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10890
10891         * gst/audioconvert/gstchannelmix.c:
10892         (gst_audio_convert_fill_normalize):
10893           Normalize using absolute values.
10894
10895 2004-11-28  Julien MOUTTE  <julien@moutte.net>
10896
10897         * configure.ac:
10898         * ext/Makefile.am:
10899         * ext/directfb/Makefile.am:
10900         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
10901         (gst_directfbvideosink_get_pixel_format),
10902         (gst_directfbvideosink_get_format_from_fourcc),
10903         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
10904         (gst_directfbvideosink_sink_link),
10905         (gst_directfbvideosink_change_state),
10906         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
10907         (gst_directfbvideosink_buffer_alloc),
10908         (gst_directfbvideosink_interface_supported),
10909         (gst_directfbvideosink_interface_init),
10910         (gst_directfbvideosink_navigation_send_event),
10911         (gst_directfbvideosink_navigation_init),
10912         (gst_directfbvideosink_set_property),
10913         (gst_directfbvideosink_get_property),
10914         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
10915         (gst_directfbvideosink_base_init),
10916         (gst_directfbvideosink_class_init),
10917         (gst_directfbvideosink_get_type), (plugin_init):
10918         * ext/directfb/directfbvideosink.h: Adding a first version of
10919         directfbvideosink.
10920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
10921         more.
10922
10923 2004-11-28  Benjamin Otte  <otte@gnome.org>
10924
10925         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10926           walk the samples backwards if out_channels > in_channels so we don't
10927           overwrite data
10928
10929 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10930
10931         * gst/audioconvert/Makefile.am:
10932         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10933         (gst_audio_convert_link), (gst_audio_convert_change_state),
10934         (gst_audio_convert_channels):
10935         * gst/audioconvert/gstchannelmix.c:
10936         (gst_audio_convert_unset_matrix),
10937         (gst_audio_convert_fill_identical),
10938         (gst_audio_convert_fill_compatible),
10939         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
10940         (gst_audio_convert_fill_others),
10941         (gst_audio_convert_fill_normalize),
10942         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
10943         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
10944         * gst/audioconvert/gstchannelmix.h:
10945           Implement a channel mixer.
10946
10947 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
10948
10949         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
10950         * ext/alsa/gstalsa.h:
10951         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
10952         Make alsasink actually honor gst_element_set_clock and use that
10953         clock instead of its internal one.
10954
10955 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
10956
10957         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
10958         (gst_play_base_bin_change_state): nullify source and decoder when
10959         going from READY to NULL so that we don't try to do weird stuff with
10960         them when going from NULL to READY
10961         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
10962         instead of g_object_unref
10963         (gen_video_element), (gen_audio_element): more refcounting fixes, now
10964         it should be correct
10965         (gst_play_bin_change_state): don't call remove_sinks if we are
10966         currently disposing the object
10967
10968 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10969
10970         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10971           Don't forget bass if it's there. Else left channel is silent...
10972
10973 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10974
10975         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
10976         (gst_a52dec_change_state):
10977           Don't do sample adjusting anymore, we use float audio now.
10978         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10979           Don't fixate to non-existing properties.
10980
10981 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10982
10983         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
10984         (gst_a52dec_change_state):
10985           Advertise that we can do surround sound.
10986
10987 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10988
10989         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
10990           Add buffer-frames=0.
10991         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
10992         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
10993         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
10994         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
10995         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
10996         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
10997         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
10998         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
10999         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
11000         * ext/dvdread/dvdreadsrc.h:
11001           Add seeking, querying for bytes, sectors, title, angle and
11002           chapter. Handle multiple chapters. Relicense to LGPL because
11003           Billy agreed on that (thanks Billy!).
11004
11005 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
11006
11007         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
11008         call parent dispose method
11009
11010 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
11011
11012         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
11013         (gst_audio_clock_get_internal_time):
11014         Fix active <-> inactive transitions: ensure time value always
11015         grows and avoid abrupt value changes.
11016
11017 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
11018
11019         * configure.ac:
11020         * gst/tta/Makefile.am:
11021         * gst/tta/crc32.h:
11022         * gst/tta/filters.h:
11023         * gst/tta/gsttta.c:
11024         * gst/tta/gstttadec.c:
11025         * gst/tta/gstttadec.h:
11026         * gst/tta/gstttaparse.c:
11027         * gst/tta/gstttaparse.h:
11028         * gst/tta/ttadec.h:
11029           added TTA parser and decoder
11030
11031 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11032
11033         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11034         (probe_triggered), (check_queue), (buffer_underrun),
11035         (buffer_running), (buffer_overrun), (gen_source_element),
11036         (setup_source):
11037         * gst/playback/gstplaybasebin.h:
11038           Implement buffering. Needs some more work.
11039
11040 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11041
11042         * ext/theora/theoradec.c: (theora_dec_chain):
11043           Fix ilog mask range overflow.
11044
11045 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11046
11047         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11048           Don't omit the last (which in case of dmix is the only :) )
11049           channel count. Don't set channels if <= 2.
11050
11051 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
11052
11053         * gst/playback/gstplaybin.c: (gen_video_element),
11054         (gen_audio_element): Removed 2 obsolete comments
11055
11056 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11057
11058         * ext/vorbis/oggvorbisenc.c
11059         * ext/vorbis/vorbisenc.c :
11060           change description fields of those plugins to differentiate them
11061           (pitivi show Encoders by description, they had the same one)
11062
11063 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
11064
11065         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11066
11067         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11068         (gst_play_bin_set_property), (gen_video_element),
11069         (gen_audio_element):
11070           Refcounting fixes for provided audio-/videosinks.
11071
11072 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11073
11074         * gst/playback/gstplaybin.c: (gen_video_element),
11075         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
11076           Don't reference all sinks, but only the video- and audiosinks.
11077           The vis. element should be disposed when we're done with it.
11078           We don't have any reason to keep it around. This fixes warnings
11079           when reusing playbin for playing multiple audio files with
11080           vis. enabled. Also release audio device on pause - idea stolen
11081           from Rhythmbox.
11082
11083 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11084
11085         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
11086         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
11087         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11088         * ext/alsa/gstalsaplugin.c: (plugin_init):
11089         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
11090         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
11091         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
11092         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
11093         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
11094         (gst_faad_change_state), (plugin_init):
11095         * ext/faad/gstfaad.h:
11096         * ext/vorbis/vorbis.c: (plugin_init):
11097         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11098         * gst-libs/gst/audio/Makefile.am:
11099         * gst-libs/gst/audio/audio.c: (plugin_init):
11100         * gst-libs/gst/audio/multichannel.c:
11101         (gst_audio_check_channel_positions),
11102         (gst_audio_get_channel_positions),
11103         (gst_audio_set_channel_positions),
11104         (gst_audio_set_structure_channel_positions_list),
11105         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
11106         (gst_audio_fixate_channel_positions):
11107         * gst-libs/gst/audio/multichannel.h:
11108         * gst-libs/gst/audio/testchannels.c: (main):
11109         * gst/audioconvert/gstaudioconvert.c:
11110         (gst_audio_convert_class_init), (gst_audio_convert_init),
11111         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
11112         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
11113         (gst_audio_convert_fixate), (gst_audio_convert_channels):
11114         * gst/audioconvert/plugin.c: (plugin_init):
11115           Surround sound support.
11116
11117 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11118
11119         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
11120           Fix position for discont if we're close as well. Nitpicking, but
11121           saves a few milliseconds of extra waiting or skipping.
11122
11123 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11124
11125         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
11126           We sometimes need parsers for playback, so add those too.
11127
11128 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11129
11130         * configure.ac:
11131         * gst/apetag/Makefile.am:
11132         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
11133         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
11134         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
11135         (gst_ape_demux_get_src_query_types),
11136         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
11137         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
11138         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
11139         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
11140         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
11141         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
11142         (gst_ape_demux_change_state):
11143         * gst/apetag/apedemux.h:
11144         * gst/apetag/apetag.c: (plugin_init):
11145         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
11146         (plugin_init):
11147           APE v1/2 tag reader plus typefind function.
11148
11149 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11150
11151         * configure.ac:
11152         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11153         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11154           Remove hacks for older core. Require newer core version
11155           accordingly.
11156
11157 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11158
11159         * gst/cdxaparse/Makefile.am:
11160         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
11161         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
11162         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
11163         * gst/cdxaparse/gstcdxaparse.h:
11164         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
11165         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
11166         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
11167         (gst_cdxastrip_get_src_query_types),
11168         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
11169         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
11170         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
11171         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
11172         * gst/cdxaparse/gstcdxastrip.h:
11173           SVCD/VCD header stripping separated from CDXA image parsing.
11174         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11175         (plugin_init):
11176           Add VCD/SVCD header typefinding for VCD/SVCD.
11177         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
11178         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11179         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11180         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
11181         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
11182         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
11183         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
11184         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
11185         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
11186         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
11187         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
11188         * sys/vcd/vcdsrc.h:
11189           Fix up, add seeking, querying, URI interface. Works in totem now.
11190
11191 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11192
11193         * configure.ac:
11194           back to CVS
11195
11196 === release 0.8.6 ===
11197
11198 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11199
11200         * NEWS:
11201         * RELEASE:
11202         * configure.ac:
11203         * po/af.po:
11204         * po/az.po:
11205         * po/cs.po:
11206         * po/en_GB.po:
11207         * po/hu.po:
11208         * po/it.po:
11209         * po/nb.po:
11210         * po/nl.po:
11211         * po/or.po:
11212         * po/sq.po:
11213         * po/sr.po:
11214         * po/sv.po:
11215         * po/uk.po:
11216           releasing 0.8.6, "IOU Love"
11217
11218 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11219
11220         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11221
11222         * gst/playback/gstplaybasebin.c:
11223           Fix unplayable files error handling.  Fixes #158365
11224
11225 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11226
11227         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11228
11229         * gst/typefind/gsttypefindfunctions.c:
11230           Fix broken mp3 typefinding.  Fixes #158375
11231
11232 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11233
11234         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11235
11236         * ext/ogg/gstoggdemux.c:
11237           Fix sync on broken files.  Fixes #158976
11238
11239 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11240
11241         patch by: Edward Hervey <bilboed@bilboed.com>
11242
11243         * ext/libpng/gstpngenc.c:
11244           Copy over buffer properties.  Fixes #158832
11245
11246 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11247
11248         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
11249
11250         * ext/dvdread/dvdreadsrc.c:
11251           Fixes invalid reads (#158462)
11252
11253 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11254
11255         * sys/v4l/gstv4lsrc.c:
11256         * sys/v4l/gstv4lsrc.h:
11257         * sys/v4l/v4lsrc_calls.c:
11258           Probe less and cache it.  Fixes #159187.
11259
11260 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11261
11262         * gst/videorate/gstvideorate.c:
11263           Handle all video formats. Fixes #159186.
11264
11265 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
11266         * gst/synaesthesia/gstsynaesthesia.c:
11267         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
11268         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
11269         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
11270         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
11271         (gst_synaesthesia_change_state), (plugin_init):
11272         Fix up synaesthesia to work under different samplerates/ buffer sizes.
11273         Force 320x200 output, as that's the only thing the underlying
11274         synaesthesia implementation supports. Still needs to be made
11275         re-entrant.
11276
11277 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11278
11279         * configure.ac:
11280           Fix mpeg2enc configure check (similar to mplex check below).
11281
11282 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
11283
11284         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11285
11286         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11287           Fix for gcc-2.95 (fixes #158221).
11288
11289 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11290
11291         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11292           Re-add clock distribution hack (until new core is released).
11293           Fixes #158125.
11294
11295 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
11296         * configure.ac:
11297           fix mplex configure check segfaulting on some systems (bug #140994)
11298
11299 2004-11-13  Benjamin Otte  <otte@gnome.org>
11300
11301         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
11302           add debugging
11303         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11304           do a wait when we enter the loop func with no data available to
11305           write instead of getting into an 100% CPU loop by just returning and
11306           being called again by the scheduler
11307
11308 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
11309
11310         * configure.ac:
11311         * ext/libvisual/visual.c: (gst_visual_get_type),
11312         (libvisual_log_handler), (gst_visual_getcaps),
11313         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
11314         (plugin_init):
11315           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
11316         * ext/smoothwave/Makefile.am:
11317         * ext/smoothwave/demo-osssrc.c: (main):
11318         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
11319         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
11320         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
11321         (plugin_init):
11322         * ext/smoothwave/gstsmoothwave.h:
11323           Make gstsmoothwave a working element in the 20th century.
11324
11325         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
11326           Fix incorrect link function
11327
11328 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11329
11330         * gst/volume/gstvolume.c:
11331           Allow buffer-frames=0.
11332
11333 2004-11-12 Iain <iaingnome@gmail.com>
11334
11335         * configure.ac: Check for polypaudio
11336
11337         * ext/Makefile.am: Build the polyp dir
11338
11339         * ext/polyp: The polypsink sources.
11340
11341 2004-10-30 Iain <iaingnome@gmail.com>
11342
11343         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
11344         caps to reflect the new number of channels.
11345
11346 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11347
11348         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11349           Fix for negotiation order problem. This would show when the
11350           ALSA loopfuction was called before any other function. ALSA
11351           wouldn't do anything because we're not negotiated yet, leading
11352           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
11353
11354 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11355
11356         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11357
11358         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11359           No warnings (#157986).
11360
11361 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11362
11363         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11364           Prefer apev1/2 and id3v1 (at end of file) over musepack.
11365
11366 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11367
11368         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
11369           Signal no-more-pads (so it works in playbin).
11370
11371 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11372
11373         * ext/musepack/gstmusepackreader.cpp:
11374           Workaround for older core.
11375
11376 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11377
11378         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
11379           Actually test for odd width/height rather than testing whether
11380           a temporary variable that was 0 before we subtracted 1 is now
11381           not equal to zero (which it always is).
11382
11383 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11384
11385         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11386         Fix compilation if HAVE_XVIDEO is not defined
11387
11388 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11389
11390         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11391         Fix compilation if HAVE_XVIDEO is not defined
11392
11393 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
11394
11395         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11396         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
11397         (gst_goom_change_state), (plugin_init):
11398         Use the bytestream adapter so goom doesn't depend on the input
11399         buffer size.
11400         Add a debug category
11401
11402 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11403
11404         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11405           Only set hardware parameters *after* negotiation. Before
11406           negotiation, it will set ANY and that seems to cause crashes
11407           (see e.g. #151288, #153227).
11408
11409 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11410
11411         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11412           This seems to be antique leftover. It needs to pass error
11413           checking.
11414         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
11415         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
11416         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
11417         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
11418           Fix GstXOverlay implementation (#151059).
11419
11420 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11421
11422         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11423           Don't assert (#157853).
11424
11425 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11426
11427         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11428           Fix bytes/samples confustion.
11429         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
11430           Fix for underrun (#144389).
11431
11432 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11433
11434         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11435           Disable halfway-seek for pending release (since it needs a new
11436           core release).
11437
11438 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11439
11440         * sys/v4l/gstv4lsrc.c:
11441         * sys/v4l/gstv4lsrc.h:
11442         * sys/v4l/v4lsrc_calls.c:
11443           add autoprobe-fps property so we can separate autoprobing parts
11444
11445 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11446
11447         * sys/v4l/gstv4lsrc.c:
11448         * sys/v4l/v4lsrc_calls.c:
11449         initialise fourcc to catch unset fourcc's, and debug
11450
11451 2004-11-09  Wim Taymans  <wim@fluendo.com>
11452
11453         * gst/playback/README:
11454         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11455         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11456         (gst_play_bin_dispose), (gst_play_bin_set_property),
11457         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
11458         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
11459         (gst_play_bin_get_formats), (gst_play_bin_convert),
11460         (gst_play_bin_get_query_types), (gst_play_bin_query):
11461         Cleanups and some more documentation.
11462
11463 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
11464
11465         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
11466         (gst_cacasink_init), (gst_cacasink_chain):
11467         * ext/libcaca/gstcacasink.h:
11468         Cacasink inherits from VideoSink, so let that store the clock.
11469
11470 2004-11-09  Wim Taymans  <wim@fluendo.com>
11471
11472         * gst/playback/README:
11473         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
11474         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
11475         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
11476         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
11477         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
11478         (setup_sinks):
11479         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
11480         (gst_stream_info_is_mute), (gst_stream_info_set_property):
11481         * gst/playback/gststreaminfo.h:
11482         Updated README.
11483         Only switch groups if all streams have muted (EOSed).
11484         Send Tags in sync with the stream playback instead of in
11485         the playback/preroll phase.
11486         Some cleanups, free the fakesrc elements.
11487
11488 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11489
11490         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
11491           buffer-frames property was missing
11492         * ext/arts/gst_arts.c:
11493           rate missing from sinkcaps
11494         * ext/audiofile/gstafparse.c:
11495         * ext/audiofile/gstafsink.c:
11496         * ext/audiofile/gstafsrc.c:
11497         * ext/swfdec/gstswfdec.c:
11498           int audio doesn't know buffer-frames
11499         * ext/cdparanoia/gstcdparanoia.c:
11500           int audio doesn't know chunksize either
11501         * ext/nas/nassink.c:
11502           it's endianness, not endianess
11503         * gst-libs/gst/audio/audio.h:
11504           make float standard pad template caps really describe float
11505         * gst/law/mulaw.c: (linear_factory):
11506           signed only, please
11507         * gst/mpegstream/gstdvddemux.c:
11508           widths of 20 are not valid
11509
11510 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11511
11512         Submitted by: Luca Ferretti <elle.uca@infinito.it>
11513
11514         * po/LINGUAS:
11515         * po/it.po:
11516           Add Italian
11517
11518 2004-11-08  Wim Taymans  <wim@fluendo.com>
11519
11520         * gst/playback/README:
11521         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11522         * gst/playback/gstplaybasebin.c: (probe_triggered),
11523         (gst_play_base_bin_change_state):
11524         Updated README, added more comments for fixmes etc..
11525
11526 2004-11-08  Wim Taymans  <wim@fluendo.com>
11527
11528         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11529         We can remove this hack now.
11530
11531 2004-11-08  Wim Taymans  <wim@fluendo.com>
11532
11533         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
11534         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11535         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11536         Only mix AYUV for maximum quality.
11537
11538 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11539
11540         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
11541         (gst_ogg_demux_push), (gst_ogg_pad_push):
11542           Let's act as if we're synchronized now! :).
11543         * ext/theora/theoradec.c: (theora_dec_chain):
11544           Add some debug.
11545
11546 2004-11-08  Wim Taymans  <wim@fluendo.com>
11547
11548         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11549         (gst_alpha_set_property), (gst_alpha_sink_link),
11550         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
11551         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
11552         (gst_alpha_init_params), (gst_alpha_chain):
11553         Implement alpha functions for AYUV too, this increases
11554         accuracy quite a bit.
11555
11556 2004-11-08  Wim Taymans  <wim@fluendo.com>
11557
11558         * gst/ffmpegcolorspace/avcodec.h:
11559         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11560         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11561         (gst_ffmpegcsp_avpicture_fill):
11562         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11563         (gst_ffmpegcsp_caps_remove_format_info):
11564         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11565         (shrink12), (img_get_alpha_info), (deinterlace_line),
11566         (deinterlace_line_inplace):
11567         * gst/ffmpegcolorspace/imgconvert_template.h:
11568         Added AYUV colorspace and handle RGBA a bit more respectful.
11569
11570 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11571
11572         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11573           Actually always send a discont (cornercase when resending the
11574           same serial-tagged chain twice).
11575
11576 2004-11-08  Julien MOUTTE  <julien@moutte.net>
11577
11578         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
11579         (gst_ximagesink_finalize):
11580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
11581         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
11582
11583 2004-11-08  Wim Taymans  <wim@fluendo.com>
11584
11585         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
11586         Don't segfault on NULL data.
11587
11588 2004-11-08  Wim Taymans  <wim@fluendo.com>
11589
11590         * gst/playback/gstdecodebin.c: (unlinked):
11591         * gst/playback/gstplay-marshal.list:
11592         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11593         (gst_play_base_bin_init), (group_create), (get_active_group),
11594         (get_building_group), (group_destroy), (group_commit),
11595         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
11596         (add_element_stream), (no_more_pads), (probe_triggered),
11597         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
11598         (state_change), (setup_source), (gst_play_base_bin_get_property),
11599         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
11600         (gst_play_base_bin_link_stream),
11601         (gst_play_base_bin_get_streaminfo):
11602         * gst/playback/gstplaybasebin.h:
11603         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11604         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
11605         Add support for chained ogg files. Prepare for playlist
11606         support. This patch introduces the concept of pad groups, which
11607         together compose one playable media file.
11608
11609 2004-11-07  David Schleef  <ds@schleef.org>
11610
11611         * testsuite/gst-lint: Check for pad templates that aren't statically
11612         scoped.
11613
11614 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11615
11616         * configure.ac:
11617         * ext/Makefile.am:
11618         * ext/musepack/Makefile.am:
11619         * ext/musepack/gstmusepackdec.cpp:
11620         * ext/musepack/gstmusepackdec.h:
11621         * ext/musepack/gstmusepackreader.cpp:
11622         * ext/musepack/gstmusepackreader.h:
11623           Add musepack decoder.
11624         * ext/faad/gstfaad.c: (gst_faad_base_init):
11625           Make pad templates static.
11626         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11627         (plugin_init):
11628           Add musepack typefinder, make mp3 typefinding work halfway stream,
11629           which doesn't actually work yet because id3demux doesn't implement
11630           _get_length().
11631
11632 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11633
11634         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11635         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
11636           Fix interrupt event handling (#144436).
11637
11638 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11639
11640         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
11641           Hide unused glory.
11642
11643 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11644
11645         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11646
11647         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11648           Fix weird caps (#157548).
11649
11650 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11651
11652         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11653
11654         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
11655           Add missing NULL terminator (#157543).
11656
11657 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11658
11659         * gst/tcp/gsttcp.h:
11660         * gst/tcp/gsttcpclientsink.c:
11661         * gst/tcp/gsttcpclientsrc.c:
11662         * gst/tcp/gsttcpserversink.c:
11663         * gst/tcp/gsttcpserversrc.c:
11664           ports can go up to 65535.  Move common defines to gsttcp.h
11665
11666 2004-11-05  Wim Taymans  <wim@fluendo.com>
11667
11668         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
11669         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
11670         Added two more colorspaces.
11671
11672 2004-11-05  Wim Taymans  <wim@fluendo.com>
11673
11674         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11675         (gst_ffmpegcsp_avpicture_fill):
11676         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11677         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
11678         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
11679         More stride fixes.
11680
11681 2004-11-05  Wim Taymans  <wim@fluendo.com>
11682
11683         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
11684         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
11685         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11686         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
11687         (gst_videomixer_loop):
11688         More stride fixes.
11689
11690 2004-11-05  Benjamin Otte  <otte@gnome.org>
11691
11692         * ext/mad/gstmad.c: (gst_mad_chain):
11693           don't overflow data buffer. Flush not needed sync data when syncing
11694           failed.
11695
11696 2004-11-04  Wim Taymans  <wim@fluendo.com>
11697
11698         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11699         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
11700         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
11701         (gst_alpha_init_params), (gst_alpha_chain),
11702         (gst_alpha_change_state):
11703         Updated the chroma keying algorithm with something more
11704         sophisticated.
11705
11706 2004-11-03  Wim Taymans  <wim@fluendo.com>
11707
11708         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11709         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11710         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11711         Fix stride issues. Does not completely work for odd
11712         heights.
11713
11714 2004-11-03  Wim Taymans  <wim@fluendo.com>
11715
11716         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11717         (gst_alpha_chroma_key), (gst_alpha_chain):
11718         Fix stride issues. Does not completely work for odd
11719         heights.
11720
11721 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
11722
11723         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
11724         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
11725         leak fixes
11726
11727 2004-11-03  Wim Taymans  <wim@fluendo.com>
11728
11729         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11730         (gst_ffmpegcsp_avpicture_fill):
11731         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11732         (avpicture_alloc):
11733         * gst/ffmpegcolorspace/imgconvert_template.h:
11734         Use correct _fill function to get correct strides.
11735
11736 2004-11-02  David Schleef  <ds@schleef.org>
11737
11738         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11739         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
11740         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
11741         Change all g_print()s to debugging.  Add a bunch of consistency
11742         checks.
11743
11744 2004-11-02  Wim Taymans  <wim@fluendo.com>
11745
11746         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11747         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
11748         (unlinked), (no_more_pads), (close_link):
11749         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11750         (unknown_type), (add_element_stream), (new_decoded_pad),
11751         (removed_decoded_pad), (setup_source):
11752         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
11753         (gst_stream_info_class_init), (gst_stream_info_init),
11754         (gst_stream_info_new), (gst_stream_info_dispose),
11755         (stream_info_mute_pad), (gst_stream_info_set_property),
11756         (gst_stream_info_get_property):
11757         * gst/playback/gststreaminfo.h:
11758         Fix playback of multiple files.
11759         a slightly different approach to handling dynamic pad removals.
11760         This one only looks at pads that we have linked.
11761
11762 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
11763
11764         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
11765         free" warning from libc.
11766
11767 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11768
11769         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11770         (get_unconnected_element), (remove_starting_from), (pad_removed),
11771         (close_link):
11772           Implement support for dynamic pad changing. We listen to "live"
11773           pad removals (i.e. while playing) and re-setup autoplugging
11774           after that. Playbasebin/playbin need some more work for this
11775           to finally work, but decodebin supports (and replugs) chained
11776           ogg now.
11777
11778 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
11779
11780         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
11781         (gst_alsa_finalize):
11782         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
11783         (gst_cdaudio_finalize):
11784         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11785         (cdparanoia_finalize):
11786         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
11787         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
11788         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11789         (dvdreadsrc_finalize):
11790         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
11791         (gst_flacdec_finalize):
11792         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
11793         (gst_flacenc_finalize):
11794         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
11795         (gst_gnomevfssink_finalize):
11796         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
11797         (gst_gnomevfssrc_finalize):
11798         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
11799         (gst_fameenc_finalize):
11800         * ext/nas/nassink.c: (gst_nassink_class_init),
11801         (gst_nassink_finalize):
11802         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
11803         (gst_sdlvideosink_class_init):
11804         * ext/sndfile/gstsf.c: (gst_sf_dispose):
11805         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
11806         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
11807         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
11808         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
11809         (gst_x_window_listener_dispose):
11810         * gst/audioscale/gstaudioscale.c:
11811         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
11812         (play_on_demand_finalize):
11813         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
11814         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
11815         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
11816         (cdplayer_finalize):
11817         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
11818         (gst_glimagesink_class_init):
11819         * sys/oss/gstosselement.c: (gst_osselement_class_init),
11820         (gst_osselement_finalize):
11821         * sys/oss/gstosssink.c: (gst_osssink_dispose):
11822         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
11823         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
11824           Fixes a bunch of problems with finalize and dispose functions,
11825           either assumptions that dispose is only called once, or not calling
11826           the parent class dispose/finalize function
11827
11828 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
11829
11830         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
11831           added two api precondition guards
11832           use g_strdup with getenv to fix crash when using ENVVAR
11833
11834 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
11835         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11836         (gst_esdsink_finalize):
11837         Use a finalize function, not dispose, and more importantly,
11838         call the parent class finalize function too
11839
11840 2004-11-01  Johan Dahlin  <johan@gnome.org>
11841
11842         * ext/ogg/gstoggdemux.c:
11843         * gst/tags/gstvorbistag.c:
11844         Plug leaks.
11845
11846 2004-10-31  Benjamin Otte  <otte@gnome.org>
11847
11848         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11849           lotsa memleaks today. But they're all small...
11850
11851 2004-10-31  Benjamin Otte  <otte@gnome.org>
11852
11853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11854           another memleak crushed
11855
11856 2004-10-31  Benjamin Otte  <otte@gnome.org>
11857
11858         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11859           fix memleak
11860
11861 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11862
11863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11864           Hack to prevent crash when going to READY inside signal handler
11865           while this function is active.
11866
11867 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11868
11869         * gst/ffmpegcolorspace/Makefile.am:
11870         * gst/ffmpegcolorspace/avcodec.h:
11871         * gst/ffmpegcolorspace/common.h:
11872         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
11873         * gst/ffmpegcolorspace/dsputil.h:
11874         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
11875         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11876         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11877         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
11878         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
11879         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
11880         (gst_ffmpegcsp_avpicture_fill):
11881         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11882         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11883         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11884         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
11885         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
11886         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
11887         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
11888         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
11889         * gst/ffmpegcolorspace/imgconvert.c:
11890         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11891         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
11892         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
11893         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
11894         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
11895         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
11896         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
11897         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
11898         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
11899         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
11900         (grow21), (grow22), (grow41), (grow44), (conv411),
11901         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
11902         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
11903         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
11904         (avpicture_free), (is_yuv_planar), (img_convert),
11905         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
11906         (deinterlace_line_inplace), (deinterlace_bottom_field),
11907         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
11908         * gst/ffmpegcolorspace/imgconvert_template.h:
11909         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
11910         * gst/ffmpegcolorspace/mmx.h:
11911         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
11912         (av_fast_realloc), (av_mallocz_static), (av_free_static),
11913         (av_freep), (avcodec_get_context_defaults),
11914         (avcodec_alloc_context), (avcodec_init):
11915           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
11916           handling plus update from ffmpeg CVS. Large clean-up.
11917
11918 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11919
11920         * gst/playback/Makefile.am:
11921           We need the marshallers for decodebin, too.
11922
11923 2004-10-30  David Schleef  <ds@schleef.org>
11924
11925         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
11926           quicktime typefinding work with 64-bit offsets.
11927
11928 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
11929
11930         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
11931           Set EOS on the element when processing an EOS event.
11932         * ext/speex/gstspeexdec.h:
11933         * ext/speex/gstspeexenc.h:
11934           Only keep a const ptr to the mode
11935         * gst-libs/gst/riff/riff-media.c:
11936         (gst_riff_create_audio_caps_with_data),
11937         (gst_riff_create_audio_template_caps):
11938           Allow WMAV3, with up to 6 channels.
11939         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
11940           Don't call gst_pad_set_event_function on a sink pad.
11941         * gst/mpegstream/gstdvddemux.c:
11942         (gst_dvd_demux_get_subpicture_stream),
11943         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
11944           Copy the explicit caps that were set across to the cur_* pads,
11945           instead of trying to use a possibly non-existent negotiated caps.
11946           Reset the type of subpicture pads to UNKNOWN after calling
11947           init_stream, so that the caps get set.
11948
11949 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
11950
11951         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11952
11953         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
11954           Don't touch buffer if it is of size 0 (fixes #151064).
11955
11956 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11957
11958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
11959           Synchronized discont handling.
11960
11961 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11962
11963         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11964         (gst_ogg_demux_push):
11965           Make seeking sort-of exact again (fixes #156387).
11966
11967 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11968
11969         * gst/playback/gstplaybasebin.c: (unknown_type),
11970         (add_element_stream), (new_decoded_pad),
11971         (gst_play_base_bin_change_state):
11972         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11973         (gst_stream_info_init), (gst_stream_info_new),
11974         (gst_stream_info_dispose), (gst_stream_info_get_property):
11975         * gst/playback/gststreaminfo.h:
11976           Make caps explicitely available. Makes testing for unsupported
11977           types possible. Improves error reporting.
11978
11979 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11980
11981         * gst/audioconvert/gstaudioconvert.c:
11982         (gst_audio_convert_buffer_to_default_format):
11983           Really don't touch read-only buffers (#156563).
11984
11985 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
11986
11987         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11988
11989         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11990           Fix memleak (#155223).
11991
11992 2004-10-29  Wim Taymans  <wim@fluendo.com>
11993
11994         * gst/tcp/.cvsignore:
11995         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11996         (gst_multifdsink_class_init), (gst_multifdsink_init),
11997         (gst_multifdsink_add), (gst_multifdsink_remove),
11998         (gst_multifdsink_remove_client_link), (is_sync_frame),
11999         (gst_multifdsink_new_client),
12000         (gst_multifdsink_handle_client_write),
12001         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12002         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
12003         (gst_multifdsink_get_property):
12004         * gst/tcp/gstmultifdsink.h:
12005         Added burst on connect sync_method, deprecated sync_clients,
12006         streamlined the sync code some more.
12007
12008 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12009
12010         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
12011         (gst_play_base_bin_change_state):
12012           Improve error reporting.
12013
12014 2004-10-28  Wim Taymans  <wim@fluendo.com>
12015
12016         * gst/tcp/Makefile.am:
12017         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
12018         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
12019         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
12020         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
12021         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12022         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12023         (gst_fdset_wait):
12024         Added more locks around fdset structures. Fixed/reworked
12025         the poll array resizing code.
12026         Added stress test for fdset.
12027
12028 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12029
12030         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12031         fix build
12032
12033 2004-10-28  Benjamin Otte  <otte@gnome.org>
12034
12035         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12036           fix link function to always query channels and query width for
12037           floats
12038         * configure.ac:
12039           add equalizer dir
12040         * gst/equalizer/Makefile.am:
12041         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
12042         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
12043         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
12044         (arg_to_scale), (setup_filter),
12045         (gst_iir_equalizer_compute_frequencies),
12046         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
12047         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
12048         (plugin_init):
12049           add an equalizer
12050
12051 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12052
12053         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
12054
12055         * po/LINGUAS:
12056         * po/nb.po:
12057           Added Norwegian Bokmaal translation
12058
12059 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12060
12061         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12062           Don't break on options (fixes #156488).
12063
12064 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12065
12066         * configure.ac:
12067         * ext/cdaudio/Makefile.am:
12068         * sys/Makefile.am:
12069           fix build on older automake
12070
12071 2004-10-26  Wim Taymans  <wim@fluendo.com>
12072
12073         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12074         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12075         Allow a little margin when negotiating the framerate.
12076
12077 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
12078
12079         * gst/level/gstlevel.c:
12080           synchonised naming of pads and pad-templates
12081
12082 2004-10-26  Wim Taymans  <wim@fluendo.com>
12083
12084         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12085         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
12086         (_find_streams_check), (gst_ogg_demux_push):
12087         Fix EOS again. Needs to be done in a better way. We should not
12088         remove the pad if there is no new chained stream.
12089
12090 2004-10-26 Iain <iaingnome@gmail.com>
12091
12092         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
12093         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
12094         of the caps.
12095         * gst/interleave/interleave.c (interleave_class_init): Hook up release
12096         pad.
12097         (interleave_release_pad): Remove the pad.
12098         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
12099         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
12100         the set device.
12101         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
12102         attrs
12103         (gst_xvimagesink_xcontext_clear): Free the xcontext.
12104         (gst_xvimagesink_finalize): Free the par.
12105
12106 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12107
12108         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
12109         (gst_avimux_stop_file):
12110           First calculate the rate, and only then use it. Hdr.rate is a
12111           multiple and not a derivative of hdr.scale. Scale is not the
12112           same as blockalign but is solely related to rate.
12113
12114 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12115
12116         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12117         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
12118           Implement seeking.
12119
12120 2004-10-25  James Henstridge  <james@jamesh.id.au>
12121
12122         Reviewed by:  David Schleef  <ds@schleef.org>
12123
12124         * examples/gstplay/player.c: (got_stream_length), (main):
12125         * examples/seeking/cdplayer.c: (update_scale):
12126         * examples/seeking/seek.c: (format_value), (update_scale):
12127         * examples/seeking/spider_seek.c: (format_value), (update_scale),
12128         (stop_seek):
12129         Build fixes on AMD64.
12130
12131 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12132
12133         reviewed by: Ronald Bultje <rbultje at gnome dot org>
12134
12135         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
12136         Fix for some v4l cards which hang in v4lsrc
12137
12138 2004-10-25  Wim Taymans  <wim@fluendo.com>
12139
12140         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
12141         (gst_ogg_demux_push), (gst_ogg_chains_clear):
12142         Make sure to remove the pad when a new chain is
12143         encountered. Set some vars to NULL so we don't try
12144         to reference freed memory.
12145
12146 2004-10-25  Wim Taymans  <wim@fluendo.com>
12147
12148         * examples/seeking/Makefile.am:
12149         * examples/seeking/cdplayer.c: (update_scale):
12150         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
12151         * examples/seeking/playbin.c: (make_playerbin_pipeline),
12152         (format_value), (update_scale), (iterate), (start_seek),
12153         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
12154         (print_usage), (main):
12155         Added some more examples, update others.
12156
12157 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12158
12159         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
12160         * ext/speex/gstspeexdec.c: (speex_dec_chain):
12161         * ext/theora/theoradec.c: (theora_dec_chain):
12162         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12163           Add codec-name metadata.
12164
12165 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
12166
12167         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12168
12169         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12170         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12171         * ext/alsa/gstalsamixertrack.h:
12172         * po/POTFILES.in:
12173           ALSA mixer track label internationalization (#154054).
12174
12175 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12176
12177         * ext/theora/theoradec.c: (theora_dec_chain):
12178           Export bitrate as metadata.
12179
12180 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12181
12182         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12183         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12184         * ext/alsa/gstalsamixertrack.h:
12185           Fix names, fix loop.
12186
12187 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12188
12189         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
12190         (speex_dec_convert):
12191           sinkconvert function so oggdemux can get the file length (totem).
12192
12193 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
12194
12195         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12196
12197         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12198           Don't push incomplete packets.
12199         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
12200           Fix MPEG-4 audio typefinding.
12201
12202 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12203
12204         * sys/v4l/Makefile.am:
12205         * sys/v4l/gstv4l.c: (plugin_init):
12206         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
12207         (gst_v4lelement_init), (gst_v4lelement_dispose),
12208         (gst_v4lelement_change_state):
12209         * sys/v4l/gstv4lelement.h:
12210         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
12211         (gst_v4l_xoverlay_close), (idle_refresh),
12212         (gst_v4l_xoverlay_set_xwindow_id):
12213         * sys/v4l/gstv4lxoverlay.h:
12214         * sys/v4l/v4l-overlay_calls.c:
12215         * sys/v4l/v4l_calls.h:
12216         * sys/v4l2/Makefile.am:
12217         * sys/v4l2/gstv4l2.c: (plugin_init):
12218         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
12219         (gst_v4l2element_init), (gst_v4l2element_dispose),
12220         (gst_v4l2element_change_state):
12221         * sys/v4l2/gstv4l2element.h:
12222         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
12223         (gst_v4l2_xoverlay_close), (idle_refresh),
12224         (gst_v4l2_xoverlay_set_xwindow_id):
12225         * sys/v4l2/gstv4l2xoverlay.h:
12226         * sys/v4l2/v4l2-overlay_calls.c:
12227         * sys/v4l2/v4l2_calls.h:
12228           Remove client-side overlay handling, use the X-server v4l plugin
12229           for that. Nicer overlay, less code. Also make the plugin
12230           compileable without X (but then without overlay, obviously).
12231           Makes xwindowlistener obsolete, should we remove that?
12232
12233 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12234
12235         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
12236         (gst_osssrc_src_query):
12237         * sys/oss/gstosssrc.h:
12238           OK, so people want offset in DEFAULT. This time, actually fix all
12239           cases.
12240         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12241           Add FPS properly.
12242
12243 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12244
12245         * gst/asfdemux/gstasfmux.c:
12246         * gst/avi/gstavimux.c:
12247           Framerate.
12248
12249 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12250
12251         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
12252           Fix properties (channel, norm, frequency).
12253
12254 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12255
12256         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
12257           Flag typo.
12258         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
12259           No warnings.
12260
12261 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12262
12263         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
12264           Fix hang.
12265
12266 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12267
12268         * sys/v4l2/gstv4l2element.h:
12269           Yet Another Hack (tm) for kernel header borkedness.
12270         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
12271         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
12272         (gst_v4l2src_link), (gst_v4l2src_getcaps),
12273         (gst_v4l2src_change_state):
12274         * sys/v4l2/gstv4l2src.h:
12275         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
12276         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
12277           Fix caps, keep track of state, work.
12278
12279 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12280
12281         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12282           Quiet.
12283
12284 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12285
12286         * sys/oss/gstosssrc.c: (gst_osssrc_get):
12287           Don't mix bytes and samples.
12288
12289 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12290
12291         * ext/ogg/gstoggmux.c:
12292           Basic pad template which accepts OGM tracks, speex, flac, vorbis
12293           and theora. Any is incorrect.
12294         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
12295           Fix caps.
12296         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12297         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12298         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
12299         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
12300         * sys/v4l/gstv4lmjpegsrc.h:
12301         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
12302         (gst_v4lsrc_change_state):
12303         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
12304         (gst_v4lmjpegsrc_capture_stop):
12305           Fix caps. Keep track of internal state. Work.
12306
12307 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12308
12309         * ext/Makefile.am:
12310           Fix the build fixes.
12311
12312 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12313
12314         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12315         (gst_ogg_demux_src_event), (_find_chain_seek),
12316         (gst_ogg_pad_push):
12317           Check for pad availability before using it.
12318         * ext/ogg/gstoggdemux.c: (_find_chain_process):
12319           Fix parsing of chained ogg. Needs more work on the decoder side.
12320
12321 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12322
12323         * gst/spectrum/Makefile.am:
12324         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
12325         (idle_func):
12326           Fix demo and reenable it. Yes, I'm currently playing with audio
12327           analysis tools
12328
12329 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12330
12331         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12332           We love it if files that start at zero work too...
12333
12334 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12335
12336         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12337           Handle files with missing EOS headers.
12338
12339 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12340
12341         * gst/tcp/gsttcpserversink.c:
12342         (gst_tcpserversink_handle_server_read),
12343         (gst_tcpserversink_init_send):
12344         Zero some variables first (need for accept not to return EINVAL)
12345
12346 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12347
12348         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12349         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
12350         * ext/theora/theoradec.c: (theora_dec_sink_convert),
12351         (theora_dec_chain):
12352         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12353         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
12354           Seeking and querying finetune.
12355
12356 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12357
12358         * configure.ac:
12359         * ext/Makefile.am:
12360         * ext/raw1394/Makefile.am:
12361           fix the build
12362
12363 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12364
12365         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12366           Wrong return.
12367         * gst/playback/Makefile.am:
12368         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
12369         * gst/playback/gstplay-marshal.list:
12370         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
12371           Fix marshallers.
12372
12373 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12374
12375         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
12376           Silence.
12377
12378 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12379
12380         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12381         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12382         (gst_ogg_pad_push):
12383           Yay for non-lineair granulepos in theora.
12384
12385 2004-10-18  Wim Taymans  <wim@fluendo.com>
12386
12387         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
12388         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12389         * ext/dv/gstdvdec.h:
12390         Make sure we renegotiate aspect ratio when the camera switches.
12391
12392 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12393
12394         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12395         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
12396           Start at zero.
12397         * ext/theora/theoradec.c: (theora_dec_chain):
12398           Skip headers. Bad idea for chained ogg, but fixes seeking.
12399
12400 2004-10-18  Wim Taymans  <wim@fluendo.com>
12401
12402         * configure.ac:
12403         I swear, this is the last time I touch this.
12404
12405 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12406
12407         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12408         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12409         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
12410           Faster seeking.
12411         * ext/theora/theoradec.c: (theora_dec_sink_convert):
12412           Time-to-default conversion.
12413         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12414           Don't error on unknown packets, just skip. We should probably
12415           read them if we want to support chained ogg.
12416
12417 2004-10-18  Wim Taymans  <wim@fluendo.com>
12418
12419         * configure.ac:
12420         Added cdaudio to wrong list.
12421
12422 2004-10-18  Wim Taymans  <wim@fluendo.com>
12423
12424         * configure.ac:
12425         Revive cdaudio.
12426
12427 2004-10-18  Wim Taymans  <wim@fluendo.com>
12428
12429         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12430         (gst_dvdec_video_link), (gst_dvdec_push):
12431         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12432         (gst_smokeenc_resync), (gst_smokeenc_chain):
12433         Fix mimetype on smoke encoder.
12434         Add aspect ratio to dvdec. Not sure if these
12435         values are correct though....
12436
12437 2004-10-18  Wim Taymans  <wim@fluendo.com>
12438
12439         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12440         Fix vorbis property descriptions and ranges.
12441
12442 2004-10-18  Wim Taymans  <wim@fluendo.com>
12443
12444         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12445         Really do nothing when no data is available.
12446         Go to the playing state when the stream is not seekable
12447         instead of failing.
12448
12449 2004-10-18  Wim Taymans  <wim@fluendo.com>
12450
12451         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
12452         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
12453         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
12454         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
12455         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
12456         Added uri handler for cd://
12457         Port to new API.
12458
12459 2004-10-18  Wim Taymans  <wim@fluendo.com>
12460
12461         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12462         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12463         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12464         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12465         (remove_prerolls), (unknown_type), (add_element_stream),
12466         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
12467         (gst_play_base_bin_remove_element),
12468         (gst_play_base_bin_link_stream):
12469         * gst/playback/gstplaybin.c: (gen_video_element),
12470         (gen_vis_element), (remove_sinks), (setup_sinks):
12471         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12472         (gst_stream_info_get_type), (gst_stream_info_class_init),
12473         (gst_stream_info_init), (gst_stream_info_new),
12474         (gst_stream_info_dispose), (stream_info_mute_pad),
12475         (gst_stream_info_set_property), (gst_stream_info_get_property):
12476         * gst/playback/gststreaminfo.h:
12477         Add sink padtemplate to decodebin.
12478         Added some more comments.
12479         Make queue size configurable in playbasebin.
12480         Added possibility to use elements as sinks (ex cdaudio).
12481
12482 2004-10-15  Wim Taymans  <wim@fluendo.com>
12483
12484         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12485         (gst_speexenc_chain):
12486         Fix speex timestamps so that it gets muxed properly.
12487
12488 2004-10-15  Wim Taymans  <wim@fluendo.com>
12489
12490         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
12491         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
12492         (gst_dv1394src_init), (gst_dv1394src_dispose),
12493         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
12494         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
12495         (gst_dv1394src_event), (gst_dv1394src_get_formats),
12496         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
12497         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
12498         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
12499         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
12500         * ext/raw1394/gstdv1394src.h:
12501         Added conversion/query functions.
12502         Update buffer timestamps,
12503         Added signals.
12504         Added uri dv:// so it might play from the firewire in playbin.
12505         Fix a possible leak.
12506         Added debugging.
12507
12508 2004-10-15  Wim Taymans  <wim@fluendo.com>
12509
12510         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
12511         (gst_dv1394src_init), (gst_dv1394src_set_property),
12512         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
12513         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
12514         * ext/raw1394/gstdv1394src.h:
12515         Added AV/C VTR control support needed for some cameras.
12516         Added automatic port detection.
12517         Added properties for selecting the channel.
12518         The configure.ac script is not yet updated to reflect the
12519         new libavc1394 and librom1394 dependencies.
12520
12521 2004-10-15  Wim Taymans  <wim@fluendo.com>
12522
12523         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12524         (qtdemux_parse), (gst_qtdemux_handle_esds):
12525         An esds box is not a container.
12526         Fix parsing of mp4v boxes.
12527         Do not try to renegotiate fps for each frame. Need to
12528         find a better method. This should fix mp4 playback.
12529
12530 2004-10-14  David Schleef  <ds@schleef.org>
12531
12532         * configure.ac: update for swfdec-0.3 and liboil-0.2
12533         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
12534         * ext/swfdec/gstswfdec.h: same
12535         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
12536         * gst/videotestsrc/videotestsrc.c: same
12537
12538 2004-10-14  Wim Taymans  <wim@fluendo.com>
12539
12540         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12541         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
12542         (is_sync_frame), (gst_multifdsink_new_client),
12543         (gst_multifdsink_handle_client_write),
12544         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12545         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
12546         Turn warnings into info.
12547         Don't allow a state change in the streaming thread.
12548
12549 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12550
12551         * ext/vorbis/oggvorbisenc.c:
12552         * ext/vorbis/vorbisdec.c:
12553           fix template sample rate
12554
12555 2004-10-13  Wim Taymans  <wim@fluendo.com>
12556
12557         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12558         Decoding the header first fixes some problems in resyncing
12559         in more mp3s.
12560
12561 2004-10-12  Wim Taymans  <wim@fluendo.com>
12562
12563         * gst/playback/gstplaybin.c: (gen_video_element),
12564         (gen_vis_element), (remove_sinks), (setup_sinks):
12565         Added vis plugin support, need to configure the vis
12566         element to activate it.
12567
12568 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12569
12570         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
12571         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
12572           Some debug.
12573         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12574         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
12575         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
12576         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
12577         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12578         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
12579         * gst/avi/gstavidemux.h:
12580           Support for openDML-2.0 indx/ix## chunks. Support for broken index
12581           recovery (where, if part of the index is broken, we will still read
12582           the rest of the index and recover the broken part by stream
12583           scanning). More broken media support. EOS workarounds. General AVI
12584           braindamage headache recovery. Aspirin included.
12585
12586 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12587
12588         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
12589         (cdparanoia_event), (cdparanoia_query):
12590           Get rid of hideous lead-in.
12591
12592 2004-10-11  Wim Taymans  <wim@fluendo.com>
12593
12594         * gst/playback/gstplaybasebin.c: (setup_source):
12595         Wrong var used to get g_list_next.
12596
12597 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12598
12599         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12600         (cdparanoia_get), (cdparanoia_open):
12601           Report discid as metadata, add duration.
12602
12603 2004-10-11  Wim Taymans  <wim@fluendo.com>
12604
12605         * gst/playback/gstplaybasebin.c: (setup_source):
12606         Cleanup the previous pipeline a little earlier for the
12607         case that a source element provides raw data.
12608
12609 2004-10-11  Benjamin Otte  <otte@gnome.org>
12610
12611         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12612           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
12613           consuming the last 128 bytes, even though it was valid mp3 data.
12614
12615 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12616
12617         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
12618         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
12619         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12620         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
12621
12622 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12623
12624         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
12625         Fix for webcams that support only specific width or height
12626
12627 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12628
12629         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12630
12631         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
12632           Fix wrong discont event setup (fixes #154967).
12633
12634 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
12635
12636         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12637
12638         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12639           Error out on invalid data (fixes #154807).
12640
12641 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12642
12643         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12644
12645         * ext/dvdread/dvdreadsrc.c: (_read):
12646           Make titles > 0 work again (fixes #154834).
12647
12648 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12649
12650         * gst-libs/gst/riff/riff-media.c:
12651         (gst_riff_create_video_template_caps):
12652           WMV3 missing in template caps.
12653
12654 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12655
12656         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12657           OK, so the original code was too strict. It makes random AVI files
12658           hang for seconds upon opening, which is unacceptable and is far
12659           beyond the original goal of getting multiple chunks for one-chunk
12660           sounc stream files. So now do just that.
12661
12662 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12663
12664         * gst/playback/gstplaybasebin.c: (setup_source),
12665         (gst_play_base_bin_change_state):
12666           Actually clean up streaminfo if output fails. This would trigger
12667           if, for example, there was no CD in the drive. No preroll, so
12668           a streaminfo structure is created, but the subsequent state change
12669           of the thread fails.
12670         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12671           Don't change state if parent failed.
12672
12673 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12674
12675         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12676         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
12677         (gen_video_element), (remove_sinks):
12678           Add small bits of code for screenshot handling.
12679
12680 2004-10-08  Wim Taymans  <wim@fluendo.com>
12681
12682         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
12683         (gen_video_element), (gen_audio_element), (setup_sinks):
12684         Don't assume the user provided sinks are named "sink"...
12685
12686 2004-10-08  Wim Taymans  <wim@fluendo.com>
12687
12688         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12689         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
12690         (gst_play_base_bin_link_stream):
12691         Do not try to autoplug sources that generate raw streams like
12692         cdparanoia.
12693         disconnect the preroll overrun signal when we don't need it anymore.
12694
12695 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
12696
12697         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12698         Added reworked patch from #154903 from milosz derezynski (deadchip).
12699
12700 2004-10-08  Wim Taymans  <wim@fluendo.com>
12701
12702         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12703         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
12704         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
12705         (cdparanoia_convert), (cdparanoia_uri_get_type),
12706         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
12707         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
12708         * ext/cdparanoia/gstcdparanoia.h:
12709         This adds the cdda://<tracknum> uri.
12710
12711 2004-10-08  Wim Taymans  <wim@fluendo.com>
12712
12713         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12714         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12715         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12716         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12717         (unknown_type), (gst_play_base_bin_remove_element),
12718         (gst_play_base_bin_link_stream):
12719         * gst/playback/gstplaybasebin.h:
12720         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12721         (gst_play_bin_set_property), (gen_video_element),
12722         (gen_audio_element), (setup_sinks):
12723         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12724         (gst_stream_info_get_type), (gst_stream_info_class_init),
12725         (gst_stream_info_init), (gst_stream_info_new),
12726         (gst_stream_info_dispose), (stream_info_mute_pad),
12727         (gst_stream_info_set_property), (gst_stream_info_get_property):
12728         * gst/playback/gststreaminfo.h:
12729         Reuse the audio and video bins.
12730         Some internal cleanups in the stream selection code.
12731
12732 2004-10-08  Julien MOUTTE  <julien@moutte.net>
12733
12734         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12735         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12736         * sys/ximage/ximagesink.h:
12737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12738         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12739         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
12740         not coming from those elements. Moreover these elements should not keep
12741         the xid they have been given when in NULL state.
12742
12743 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12744
12745         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12746         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12747         * sys/ximage/ximagesink.h:
12748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12749         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12750         * sys/xvimage/xvimagesink.h:
12751           Actually only create a new toplevel window if we're not gonna
12752           embed it right after.
12753
12754 2004-10-07  Wim Taymans  <wim@fluendo.com>
12755
12756         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
12757         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
12758         * gst/playback/gstplaybin.c: (setup_sinks):
12759         Implement muting/unmuting of streams, mute streams that are not
12760         used.
12761
12762 2004-10-07  Wim Taymans  <wim@fluendo.com>
12763
12764         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
12765         (plugin_init):
12766         Added lame audio/x-ac3 typefind function.
12767
12768 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12769
12770         * configure.ac:
12771           bump nano to cvs
12772
12773 === release 0.8.5 ===
12774
12775 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12776
12777         * NEWS:
12778         * RELEASE:
12779         * configure.ac:
12780           releasing 0.8.5, "Take You On"
12781
12782 2004-10-06  Wim Taymans  <wim@fluendo.com>
12783
12784         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12785         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12786         (no_more_pads), (close_link), (type_found):
12787         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12788         * gst/playback/gstplaybin.c: (gen_video_element):
12789         Do not signal the no_more_pads after the first pad when
12790         we are plugging a non dynamic element with multiple
12791         output pads (like swfdec, dvdec, ...).
12792
12793 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12794
12795         * configure.ac:
12796           bump for prerelease
12797
12798 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12799
12800         * gst/wavparse/gstwavparse.c:
12801           add ATRAC3 to STATIC CAPS to fix a warning
12802
12803         * gst/matroska/ebml-read.c:
12804         * gst-libs/gst/riff/riff-read.c:
12805           fix typos
12806
12807 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12808
12809         * gst-libs/gst/riff/riff-media.c:
12810           generate caps for ATRAC3 audio streams
12811
12812         * gst/realmedia/rmdemux.c:
12813           generate caps for ATRAC3 audio streams
12814
12815 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12816
12817         * gst/wavparse/Makefile.am
12818         * gst/wavparse/riff.h
12819         * gst/wavparse/wavparse.vcproj
12820           riff.h removal (unused and duplication with riff-ids.h)
12821
12822 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12823
12824         * gst/wavparse/gstwavparse.h
12825           remove duplicated defines for audio codec codes
12826
12827         * gst-libs/gst/riff/riff-ids.h
12828         * gst/wavenc/riff.h:
12829           add "4CC" code for ATRAC3 audio streams
12830           add "4CC" code for ITU_G721_ADPCM (unused for now)
12831
12832 2004-10-06  Wim Taymans  <wim@fluendo.com>
12833
12834         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
12835         Actually _do_ negotiation. Pass gdouble as arg instead
12836         of guint64 for the framerate.
12837
12838 2004-10-06  Wim Taymans  <wim@fluendo.com>
12839
12840         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12841         (find_compatibles), (close_pad_link), (try_to_link_1),
12842         (no_more_pads), (close_link), (type_found):
12843         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12844         * gst/playback/gstplaybin.c: (gen_video_element),
12845         (gen_audio_element):
12846         Set state on newly added element to READY so that negotiation
12847         can happen ASAP.
12848         Addes some more debug info.
12849         Do not try to plug pads with multiple caps structures or ANY
12850         because it is too dangerous since we do not do dynamic
12851         replugging.
12852
12853 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12854
12855         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
12856
12857         * po/LINGUAS:
12858         * po/or.po:
12859           add Oriya translation
12860
12861 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12862
12863         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12864           Prevent overwrite of size member. Makes audio sound crappy.
12865
12866 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12867
12868         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12869         Add rmvb to the list of known RealMedia extensions
12870
12871 2004-10-05  Wim Taymans  <wim@fluendo.com>
12872
12873         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
12874         (mngdec_openstream), (mngdec_closestream),
12875         (mngdec_handle_sink_event), (mngdec_readdata),
12876         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
12877         (mngdec_getcanvasline), (mngdec_refresh),
12878         (gst_mngdec_change_state):
12879         Set the framerate correctly.
12880
12881 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12882
12883         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12884           There was something wrong with the index massaging.
12885
12886 2004-10-04  Wim Taymans  <wim@fluendo.com>
12887
12888         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
12889         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12890         (gst_smokedec_chain):
12891         * ext/jpeg/gstsmokedec.h:
12892         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12893         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
12894         * ext/jpeg/gstsmokeenc.h:
12895         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
12896         (smokecodec_decode_new), (smokecodec_info_free),
12897         (smokecodec_set_quality), (smokecodec_get_quality),
12898         (smokecodec_set_threshold), (smokecodec_get_threshold),
12899         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
12900         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
12901         (smokecodec_encode), (smokecodec_parse_id),
12902         (smokecodec_parse_header), (smokecodec_decode):
12903         * ext/jpeg/smokecodec.h:
12904         * ext/jpeg/smokeformat.h:
12905         Updated smoke, new bitstream, allows embedding in ogg.
12906
12907 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12908
12909         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12910           Fix seeking in some files. All this code is no longer needed (and
12911           actually breaks stuff) because we now synchronize the full index
12912           right when reading the header.
12913
12914 2004-10-04  Wim Taymans  <wim@fluendo.com>
12915
12916         * configure.ac:
12917         configure update for libmng.
12918
12919 2004-10-04  Wim Taymans  <wim@fluendo.com>
12920
12921         * ext/libmng/Makefile.am:
12922         * ext/libmng/gstmng.c: (plugin_init):
12923         * ext/libmng/gstmng.h:
12924         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
12925         (gst_mngdec_base_init), (gst_mngdec_class_init),
12926         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
12927         (gst_mngdec_loop), (gst_mngdec_get_property),
12928         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
12929         (mngdec_closestream), (mngdec_handle_sink_event),
12930         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
12931         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
12932         (gst_mngdec_change_state):
12933         * ext/libmng/gstmngdec.h:
12934         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
12935         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
12936         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
12937         (gst_mngenc_chain), (gst_mngenc_get_property),
12938         (gst_mngenc_set_property):
12939         * ext/libmng/gstmngenc.h:
12940         Added basic MNG decoder. Needs more work. The encoder does
12941         not work yet.
12942
12943 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12944
12945         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
12946         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
12947         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
12948           Don't hang on length=0 chunks. Some negotiation fixes. Signal
12949           no-more-pads.
12950
12951 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12952
12953         * configure.ac:
12954           you need at least 1.0.4 of speex
12955
12956 2004-10-04 Iain <iaingnome@gmail.com>
12957
12958         * ext/speex/gstspeexdec.h: Revert the includes changes.
12959
12960         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
12961
12962 2004-09-30 Iain <iaingnome@gmail.com>
12963
12964         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
12965         found during init or set as a property instead of hardcoding /dev/audio
12966
12967 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12968
12969         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
12970         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
12971         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
12972         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
12973         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
12974         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
12975         (gst_rmdemux_dump_data):
12976           Use debug category, fix EOS handling. filesrc ! rmdemux now
12977           works.
12978
12979 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12980
12981         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12982         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
12983         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
12984           Improve allocation, cutting and sorting of the index. How takes a
12985           few seconds instead of minutes.
12986
12987 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
12988
12989         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
12990           fixed compilation
12991
12992 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12993
12994         * gst-libs/gst/riff/riff-media.c:
12995         (gst_riff_create_video_caps_with_data),
12996         (gst_riff_create_video_template_caps):
12997           Add wing commander format mimetype/fourccs.
12998         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12999           Don't crash if some value is 0.
13000
13001 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13002
13003         * gst-libs/gst/riff/riff-media.c:
13004         (gst_riff_create_video_caps_with_data),
13005         (gst_riff_create_video_template_caps):
13006           Add DIB fourcc (raw, palettized 8-bit RGB).
13007         * gst-libs/gst/riff/riff-read.c:
13008         (gst_riff_read_strf_vids_with_data):
13009           Oops, fix strf_data reading bug.
13010         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
13011           Use a non-NULL tag.
13012         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
13013           Time for hacks. Sorry Dave. At least one quicktime movie (a
13014           trailer) that I've encountered contains multiple video tracks.
13015           One of those is the actual video track, the other are one-frame
13016           tracks (images). Unfortunately, the number of frames according
13017           to the trak header is 1 for each, so that doesn't help. So
13018           instead, I look at the duration and discard tracks with a
13019           duration shorter than 20% of the length of the stream. Better
13020           than nothing.
13021
13022 2004-10-01  Christian Schaller <christian@fluendo.com>
13023
13024         * ext/ivorbis/vorbis.c:
13025           Patch from Phil Blundell (Bug 152341)
13026
13027 2004-10-01  Wim Taymans  <wim@fluendo.com>
13028
13029         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
13030         (speex_dec_get_formats), (speex_dec_convert),
13031         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
13032         (speex_dec_chain), (gst_speexdec_get_property),
13033         (gst_speexdec_set_property):
13034         Small cleanups.
13035
13036 2004-10-01  Wim Taymans  <wim@fluendo.com>
13037
13038         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
13039         (gst_wavparse_stream_init), (gst_wavparse_fmt),
13040         (gst_wavparse_other), (gst_wavparse_loop),
13041         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
13042         (gst_wavparse_srcpad_event):
13043         * gst/wavparse/gstwavparse.h:
13044         Added some more debugging info.
13045         Fix the case where the length of the file is 0.
13046         Make sure we seek to sample borders.
13047
13048 2004-10-01  Wim Taymans  <wim@fluendo.com>
13049
13050         * gst/playback/README:
13051         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13052         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13053         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13054         Add some debug info to decodebin, update README
13055
13056 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13057
13058         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
13059           Don't use g_print(); use GST_DEBUG().
13060
13061 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13062
13063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13064         (gst_ogg_mux_queue_pads):
13065           Handle EOS properly.
13066
13067 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13068
13069         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13070
13071         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
13072         (gst_faad_chain), (gst_faad_change_state):
13073         * ext/faad/gstfaad.h:
13074           Allow playback of raw (unframed) MPEG AAC files (#148993).
13075
13076 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13077
13078         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13079
13080         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13081           Throw error if we didn't recognize the stream. Fixes #152289.
13082
13083 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13084
13085         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
13086           Fix negotiation.
13087
13088 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
13089
13090         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13091
13092         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13093           Fix memleak.
13094
13095 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
13096
13097         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13098
13099         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
13100           Solve #152805.
13101         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
13102           Solve 152806.
13103
13104 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13105
13106         * gst-libs/gst/riff/riff-media.c:
13107         (gst_riff_create_video_caps_with_data),
13108         (gst_riff_create_audio_caps_with_data):
13109           Add codec_data handling (like asfdemux used to do).
13110         * gst/asfdemux/gstasf.c: (plugin_init):
13111         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13112         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
13113           Use riff-media for caps creation instead of our own (mostly
13114           broken) copy of its functions.
13115
13116 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13117
13118         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
13119           Don't actually error out if we get another return value than
13120           -EINVAL. Opposite to what I first thought, drivers have random
13121           return values for this, although -EINVAL is the expected return
13122           value. Since this is not fatal, we shouldn't use
13123           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
13124
13125 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13126
13127         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13128         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
13129         (dvdreadsrc_get_property), (_open), (_seek), (_read),
13130         (dvdreadsrc_get), (dvdreadsrc_open_file),
13131         (dvdreadsrc_change_state):
13132           Fix. Don't do one big huge loop around the whole DVD, that will
13133           cache all data and thus eat sizeof(dvd) (several GB) before we
13134           see something.
13135         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13136           Actually NULL'ify event after using it.
13137         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
13138         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
13139         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
13140         (gst_ebml_read_seek), (gst_ebml_read_skip):
13141           Handle events.
13142         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
13143         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
13144         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
13145           Fix timing (this will probably break if I seek using menus, but
13146           I didn't get there yet). VOBs and normal DVDs should now work.
13147           Add a mpeg2-only pad with high rank so this get autoplugged for
13148           MPEG-2 movies.
13149         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
13150         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
13151         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
13152         (gst_mpeg_demux_get_audio_stream),
13153         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
13154         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
13155           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
13156           MPEG-1 but use dvddemux for MPEG-2.
13157         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
13158         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
13159         (gst_mpeg_parse_parse_packhead):
13160           Timing. Only add pad template if it exists. Add sink template from
13161           class and not from ourselves. This means we will always use the
13162           correct sink template even if it is not the one defined in this
13163           file.
13164
13165 2004-09-29  Wim Taymans  <wim@fluendo.com>
13166
13167         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
13168         (gst_mpeg_demux_parse_pes):
13169         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
13170         Fix playback of mpeg again, timestamps where screwed up by
13171         patch 1.61.
13172
13173 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13174
13175         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
13176           Only return true if we actually filled something in. Prevents
13177           player applications from showing a random length for flac files.
13178         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
13179         (gst_riff_read_use_event), (gst_riff_read_handle_event),
13180         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
13181         (gst_riff_read_strf_vids_with_data),
13182         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
13183           OK, ok, so I implemented event handling. Apparently it's normal
13184           that we receive random events at random points without asking
13185           for it.
13186         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13187         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13188         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
13189         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13190         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
13191         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
13192         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13193         * gst/avi/gstavidemux.h:
13194           Implement non-lineair chunk handling and subchunk processing.
13195           The first solves playback of AVI files where the audio and video
13196           data of individual buffers that we read are not synchronized.
13197           This should not happen according to the wonderful AVI specs, but
13198           of course it does happen in reality. It is also a prerequisite for
13199           the second. Subchunk processing allows us to cut chunks in small
13200           pieces and process each of these pieces separately. This is
13201           required because I've seen several AVI files with incredibly large
13202           audio chunks, even some files with only one audio chunk for the
13203           whole file. This allows for proper playback including seeking.
13204           This patch is supposed to fix all AVI A/V sync issues.
13205         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
13206         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
13207           Work.
13208         * gst/modplug/gstmodplug.cc:
13209           Proper return value setting for the query() function.
13210         * gst/playback/gstplaybasebin.c: (setup_source):
13211           Being in non-playing state (after, e.g., EOS) is not necessarily
13212           a bad thing. Allow for that. This fixes playback of short files.
13213           They don't actually playback fully now, because the clock already
13214           runs. This means that small files (<500kB) with a small length
13215           (<2sec) will still not or barely play. Other files, such as mod
13216           or flx, will work correctly, however.
13217
13218 2004-09-28  Wim Taymans  <wim@fluendo.com>
13219
13220         * ext/speex/gstspeex.c: (plugin_init):
13221         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
13222         (gst_speex_dec_class_init), (speex_dec_get_formats),
13223         (speex_get_event_masks), (speex_get_query_types),
13224         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
13225         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
13226         (gst_speexdec_get_property), (gst_speexdec_set_property),
13227         (speex_dec_change_state):
13228         * ext/speex/gstspeexdec.h:
13229         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
13230         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
13231         (gst_speexenc_base_init), (gst_speexenc_class_init),
13232         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
13233         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
13234         (gst_speexenc_src_query), (gst_speexenc_init),
13235         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
13236         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
13237         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
13238         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
13239         (gst_speexenc_chain), (gst_speexenc_get_property),
13240         (gst_speexenc_set_property), (gst_speexenc_change_state):
13241         * ext/speex/gstspeexenc.h:
13242         Rewrote speex encoder, make sure it can be embedded in ogg.
13243         Implemented speex decoder.
13244
13245 2004-09-28  Christian Schaller <christian@fluendo.com>
13246
13247         * configure.ac:
13248         Remove kioslave plugin. Markey is brewing a new working one
13249         * ext/Makefile.am: Remove kioslave plugin
13250         * ext/kio: remove
13251         * gst-plugins.spec.in: remove kio plugin from spec
13252
13253 2004-09-27  Wim Taymans  <wim@fluendo.com>
13254
13255         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13256         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13257         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
13258         (gst_multifdsink_new_client),
13259         (gst_multifdsink_handle_client_write),
13260         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13261         (gst_multifdsink_handle_clients):
13262         * gst/tcp/gstmultifdsink.h:
13263         Make syncing to keyframes actually work for new clients and lagging
13264         clients.
13265
13266 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13267
13268         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
13269         (gst_navigationtest_handle_src_event), (draw_box_planar411),
13270         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
13271         * gst/debug/gstnavigationtest.h:
13272           make navigationtest display button-press and button-release events
13273
13274 2004-09-26 Iain <iaingnome@gmail.com>
13275
13276         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
13277         the channels have received a new media event.
13278         (interleave_buffered_loop): Compresses a new media event on all
13279         channels into one.
13280
13281 2004-09-26 Iain <iaingnome@gmail.com>
13282
13283         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
13284         call the sinkpad's default event handler and not the srcpads. He also
13285         says this is confusing :)
13286         (gst_wavenc_stop_file): Company says that seek events only go upstream
13287         we should send a discontinuous downstream instead.
13288
13289 2004-09-25  Christian Schaller <christian@fluendo.com>
13290
13291         * Update SPEC file to be usable in conjunction with Fedora Core,
13292           Fedora.us and freshrpms packages
13293         * Fix typo in multifilesrc test Makefile
13294
13295 2004-09-24  Wim Taymans  <wim@fluendo.com>
13296
13297         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13298         Only signal the no_more_pads signal when we have
13299         added the stream to our list.
13300
13301 2004-09-24  Wim Taymans  <wim@fluendo.com>
13302
13303         * gst/playback/gstplaybasebin.c: (remove_prerolls),
13304         (new_decoded_pad):
13305         * gst/playback/gstplaybasebin.h:
13306         * gst/playback/gstplaybin.c: (setup_sinks):
13307         Don't try to preroll or decode more than one audio/video
13308         track.
13309
13310 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13311
13312         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13313           Throw error if we failed to find a suitable output. This should
13314           throw an error if we successfully set up a pipeline (e.g. because
13315           we recognized a media file) but found no decodable streams in it
13316           (e.g. because it contains only media stream types for which we
13317           have no decoders, or because it's not a media type).
13318
13319 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13320
13321         * ext/dirac/Makefile.am:
13322         * ext/dirac/gstdirac.cc:
13323         * ext/dirac/gstdiracdec.cc:
13324         * ext/dirac/gstdiracdec.h:
13325           Do something. Don't actually know if this works because I don't
13326           have a demuxer yet.
13327         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
13328           Add channels=1 to caps returned from _getcaps().
13329         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
13330         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
13331         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
13332         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
13333         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
13334         (gst_ogm_parse_change_state):
13335           Separate between audio/video so ogmaudioparse actually uses the
13336           audio pad templates. Both audio and video work now, including
13337           autoplugging. Also use sometimes-srcpad hack.
13338         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13339           Handle events better. Don't hang on infinite loops.
13340         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13341         (gst_avi_demux_init), (gst_avi_demux_reset),
13342         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13343         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
13344         (gst_avi_demux_change_state):
13345         * gst/avi/gstavidemux.h:
13346           Improve A/V sync. Still not perfect.
13347         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
13348         (gst_ebml_read_skip):
13349           Handle events better.
13350         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
13351         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
13352         (qtdemux_audio_caps):
13353           Add IMA4. Improve event handling. Save offset after a seek when
13354           the headers are at the end of the file so that we don't end up in
13355           an infinite loop.
13356         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
13357           Add low-priority typefind support for files with no length.
13358
13359 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13360
13361         * testsuite/multifilesink/Makefile.am:
13362         fix typo
13363
13364 2004-09-22  Julien MOUTTE  <julien@moutte.net>
13365
13366         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
13368         mistakes from thaytan's patches.
13369
13370 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
13371
13372         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13373           For completeness, XSync in the destroy function as xvimage does.
13374
13375 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
13376
13377         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
13378            Correct caps negotiation
13379         * gst/volume/gstvolume.c: (volume_chain_float),
13380         (volume_chain_int16):
13381            Modify debug output to be little more informative
13382         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
13383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13384         (gst_xvimagesink_xvimage_destroy):
13385           Add XSync calls after detaching from the shared memory segment to
13386           avoid a crash.
13387
13388 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13389
13390         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13391         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
13392         * ext/vorbis/vorbis.c: (plugin_init):
13393         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13394         (gst_vorbisenc_chain):
13395         * ext/vorbis/vorbisenc.h:
13396         remove explicit newmedia support from oggmux and vorbisenc
13397         add debug category to vorbisenc
13398         * gst/multifilesink/gstmultifilesink.c:
13399         (gst_multifilesink_class_init), (gst_multifilesink_init),
13400         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
13401         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
13402         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
13403         (plugin_init):
13404         * gst/multifilesink/gstmultifilesink.h:
13405         add support for streamheader in multifilesink
13406
13407 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13408
13409         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
13410         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
13411         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
13412           Prevent infinite loops. More correct error reporting.
13413         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13414           Error out if negotiation fails.
13415         * gst/playback/gstplaybasebin.c: (setup_source),
13416         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
13417         (gst_play_base_bin_found_tag):
13418           Error/tag forwarding. Pre-roll fixes for source errors on state
13419           changes (e.g. "file does not exist") to prevent hangs.
13420
13421 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13422
13423         * testsuite/multifilesink/Makefile.am:
13424         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
13425         (gst_newmedia_class_init), (gst_newmedia_init),
13426         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13427         (newfile_signal), (test_signal), (main):
13428         * testsuite/multifilesink/multifilesrc_test.c: (main):
13429         * testsuite/multifilesink/oggtheora_test.c:
13430         (gst_newmedia_base_init), (gst_newmedia_class_init),
13431         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13432         (test_format), (newfile_signal), (test_signal), (main):
13433         * testsuite/multifilesink/oggvorbis_test.c:
13434         (gst_newmedia_base_init), (gst_newmedia_class_init),
13435         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13436         (test_format), (newfile_signal), (test_signal), (main):
13437         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
13438         (gst_newmedia_class_init), (gst_newmedia_init),
13439         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13440         (newfile_signal), (test_signal), (main):
13441         New media tests
13442
13443 2004-09-20  Christian Schaller <christian@fluendo.com>
13444
13445         * Fix mikmod license to LGPL as they have relicensed
13446         * Move Dirac and Effectv into LGPL section of README_license
13447
13448 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13449
13450         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
13451         (gst_mad_change_state):
13452           Allow for mp3 rate/channels changes. However, only very
13453           conservatively. Reason that we *have* to enable this is smiply
13454           because the mad find_sync() function is not good enough, it will
13455           regularly sync on random data as valid frames and therefore make
13456           us provide random caps as *final* caps of the stream. The best fix
13457           I could think of is to simply require several of the same stream
13458           changes in a row before we change caps.
13459           The actual testcase that works now is #
13460         * ext/ogg/Makefile.am:
13461         * ext/ogg/gstogg.c: (plugin_init):
13462         * ext/ogg/gstogmparse.c:
13463           OGM support (video only for now; I need an audio sample file).
13464         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13465         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
13466         (gst_asf_demux_add_video_stream):
13467           WMV extradata.
13468         * gst/playback/gstplaybasebin.c: (unknown_type):
13469           Don't error out on single unknown-types after all. It's wrong.
13470           If we found type of video and audio but not of a subtitle stream,
13471           it will still error out (which is unwanted). Will find a better fix
13472           later on.
13473         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
13474         (ogmaudio_type_find), (plugin_init):
13475           OGM support.
13476
13477 2004-09-20  Johan Dahlin  <johan@gnome.org>
13478
13479         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
13480         after setting caps.
13481
13482 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13483
13484         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
13485         * gst/wavenc/gstwavenc.h:
13486         Added newmedia support to wavenc
13487
13488 2004-09-17  Wim Taymans  <wim@fluendo.com>
13489
13490         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
13491         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
13492         (gst_fdset_fd_can_write), (gst_fdset_wait):
13493         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
13494         (gst_multifdsink_init), (gst_multifdsink_add),
13495         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
13496         (gst_multifdsink_remove_client_link),
13497         (gst_multifdsink_client_queue_buffer),
13498         (gst_multifdsink_handle_client_write),
13499         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
13500         (gst_multifdsink_close), (gst_multifdsink_change_state):
13501         * gst/tcp/gstmultifdsink.h:
13502         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13503         (gst_tcpserversink_removed):
13504         Small cleanups in fdset.c
13505         Use a hastable to map fd to the client structure for faster
13506         lookup in _remove and get_stats.
13507         Added virtual function to close the fds.
13508         Handle clients even when the select/poll call was unblocked because
13509         of a command.
13510         Implement syncing to keyframe in the recovery procedure.
13511
13512 2004-09-16 Iain <iaingnome@gmail.com>
13513
13514         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
13515         try caps.
13516
13517 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13518
13519         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
13520           Caps are only set if the type of the stream is unknown, but this
13521           is initialized in ->init_stream(), so set to UNKNOWN after calling
13522           ->init_stream() so that capsnego starts.
13523
13524 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13525
13526         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13527         (gst_avi_demux_stream_data):
13528           Just hardcode for raw audio then. AVI audio sucks.
13529
13530 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
13531
13532         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
13533         * gst/matroska/matroska-mux.c: (audiosink_templ),
13534         (gst_matroska_mux_audio_pad_link):
13535         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
13536         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
13537
13538 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13539
13540         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13541         (gst_avi_demux_stream_data):
13542           Try to fix a/v sync issues.
13543
13544 2004-09-15  David Schleef  <ds@schleef.org>
13545
13546         * configure.ac: remove NASM check, since we don't use it.  Update
13547         dirac check to 0.4
13548         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
13549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13550         Initialized variables.
13551         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13552         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
13553         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
13554         SVQ3 format
13555
13556 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13557
13558         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13559         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
13560         * gst/avi/gstavidemux.h:
13561           Fix for compressed audio (mp3) timestamp generation. How did this
13562           ever work?
13563
13564 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13565
13566         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13567           Volume is a double not a float.
13568
13569 2004-09-15  Wim Taymans  <wim@fluendo.com>
13570
13571         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
13572         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13573         Don't close the fd in multifdsink as we didn't open it in the
13574         first place. Some cleanups.
13575
13576 2004-09-15  Wim Taymans  <wim@fluendo.com>
13577
13578         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13579         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13580         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13581         Fix the case where the muxer would mark pages as delta
13582         frames when they are not (vorbis only ogg).
13583
13584 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13585
13586         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
13587         (gst_play_base_bin_change_state):
13588           Handle the case where we failed to setup a clear pipeline. This
13589           will throw an error (or EOS, another nice case) and if you don't
13590           catch that, the app will wait for the signal forever (and thus
13591           hang).
13592
13593 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13594
13595         * ext/gnomevfs/gstgnomevfssink.c:
13596         (gst_gnomevfssink_uri_get_protocols):
13597         * ext/gnomevfs/gstgnomevfssrc.c:
13598         (gst_gnomevfssrc_uri_get_protocols):
13599         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13600         * ext/gnomevfs/gstgnomevfsuri.h:
13601           Use _uri_new() instead of _open(), so it doesn't take as long and
13602           Christophe's computer won't hang.
13603         * gst/playback/gstplaybasebin.c: (unknown_type):
13604           Throw error on unknown media type, so apps actually display it.
13605
13606 2004-09-14  Brian Cameron  <brian.cameron@sun.com
13607
13608         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
13609           this script to work on Solaris since bash shell handles echo
13610           differenly than bash.
13611
13612 2004-09-17  Wim Taymans  <wim@fluendo.com>
13613
13614         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
13615         (setup_source), (gst_play_base_bin_set_property),
13616         (gst_play_base_bin_add_element):
13617         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
13618         Some more work on making sure seeking pauses the pipeline and
13619         that changing the uri actually does something.
13620
13621 2004-09-17  Wim Taymans  <wim@fluendo.com>
13622
13623         * gst/tcp/gstfdset.c: (gst_fdset_wait):
13624         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
13625         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
13626         (gst_tcpserversink_close):
13627         Be a bit more paranoid when freeing memory.
13628
13629 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13630
13631         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
13632         (qtdemux_parse_trak):
13633           Don't crash by dividing by zero (see sample movie in #126922).
13634
13635 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13636
13637         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
13638           Don't touch non-existing data (fixes crash on file in #140147).
13639
13640 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13641
13642         * gst/playback/gstplaybasebin.c:
13643         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
13644           Handle double disposals, and proper change of URIs.
13645
13646 2004-09-13  Martin Eikermann <meiker@upb.de>
13647
13648         * gst/mpegstream/gstmpegparse.c:
13649           fix synchronistation for streams recorded from digital PCR
13650           fixes bug #119376
13651
13652 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13653
13654         * ext/gnomevfs/Makefile.am:
13655         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13656         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
13657         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
13658         (gst_gnomevfssink_uri_get_type),
13659         (gst_gnomevfssink_uri_get_protocols),
13660         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
13661         (gst_gnomevfssink_uri_handler_init),
13662         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
13663         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
13664         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
13665         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
13666         (gst_gnomevfssrc_uri_get_type),
13667         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
13668         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
13669         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
13670         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
13671         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13672         * ext/gnomevfs/gstgnomevfsuri.h:
13673           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
13674           of fake URIs to see which this version of Gnome-VFS likes, and
13675           uses that for the Gst-URI interface. Makes playbin support http://
13676           streams. Also fix up some stupid behaviour in gnomevfssrc.
13677
13678 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13679
13680         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
13681         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
13682         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
13683         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
13684           Update mixer (to sync with other sessions) if we try to obtain
13685           a new value. This makes alsamixer work accross applications.
13686         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13687           Only call sync functions if we're running, else alsalib asserts.
13688         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
13689           Sometimes fails to compile. Possibly a gcc bug.
13690         * gst/playback/gstplaybin.c: (gen_video_element),
13691         (gen_audio_element):
13692           Add a reference to an application-provided object, because we lose
13693           this same reference if we add it to the bin. If we don't do this,
13694           we can only use this object once and thus crash if we go from
13695           ready to playing, back to ready and back to playing again.
13696           Also add an audioscale element because several cheap soundcards -
13697           like mine - don't support all samplerates.
13698         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13699         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
13700           Fix wrong order or PAR calls. Makes automatically obtained PAR
13701           from the X server atually being used.
13702
13703 2004-09-12  David Schleef  <ds@schleef.org>
13704
13705         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
13706         #151887, #152102, #152247.
13707         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
13708         * examples/seeking/cdparanoia.c: same
13709         * examples/seeking/cdplayer.c: same
13710         * examples/seeking/seek.c: same
13711         * examples/seeking/spider_seek.c: same
13712         * examples/seeking/vorbisfile.c: same
13713         * examples/stats/mp2ogg.c: same
13714         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13715         (gst_esdsink_dispose): Dispose of element properly.
13716         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
13717         fixes.
13718         * ext/nas/nassink.c: (gst_nassink_class_init),
13719         (gst_nassink_dispose): Dispose of element correctly.
13720         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
13721         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13722         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
13723         Fix 64-bit warning.
13724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13725         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13726         Fix 64-bit warning.
13727
13728 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13729
13730         * configure.ac : change speex detection as 1.1.6 now uses
13731           .pc/pkg-config and they changed their headers location.
13732
13733 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
13734
13735         * gst/matroska/matroska-mux.h:
13736         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
13737         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13738         (gst_matroska_mux_write_data):
13739           Write multiple blocks/frames per cluster.
13740                 Write meta-seek information (seek heads).
13741
13742 2004-09-09  Scott Wheeler <wheeler@kde.org>
13743
13744         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
13745         (gst_play_bin_set_property), (gst_play_bin_get_property),
13746         (gen_audio_element), (gen_audio_element):
13747           Add a volume element / property to the pipeline.
13748
13749 2004-09-07  Wim Taymans  <wim@fluendo.com>
13750
13751         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
13752         Copy timestamps from the master pad to the output buffers.
13753
13754 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13755
13756         * ext/raw1394/gstdv1394src.c:
13757           throw errors when applicable
13758
13759 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
13760
13761         * gst/matroska/ebml-ids.h:
13762         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
13763         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
13764         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
13765           automatically convert unix time <-> ebml time when reading/writing
13766           a date, use gst_ebml_write_uint to write CUETIME,
13767           not gst_ebml_write_date.
13768         * gst/matroska/matroska-ids.h:
13769         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
13770         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
13771         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13772         (gst_matroska_mux_write_data):
13773           Write track and segment UIDs, write muxing date, write
13774           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
13775           Create cues for audio only files.
13776
13777 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13778
13779         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13780         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13781           Re-commit ALSA switches.
13782         * gst/adder/gstadder.c: (gst_adder_loop):
13783           64-bit fix (#151416).
13784         * gst/debug/progressreport.c: (gst_progressreport_report):
13785           64-bit fix (#151419).
13786         * gst/matroska/matroska-demux.c:
13787         (gst_matroska_demux_parse_contents):
13788           64-bit fix (#151420).
13789         * gst/playback/test3.c: (update_scale):
13790           64-bit fix (#151421).
13791
13792 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13793
13794         * configure.ac:
13795           bump nano to cvs
13796
13797 === release 0.8.4 ===
13798
13799 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13800
13801         * configure.ac: releasing 0.8.4, "Alias"
13802
13803 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13804
13805         * ext/theora/Makefile.am:
13806           fix makefile.  Fixes #151462.
13807
13808 2004-08-30  Wim Taymans  <wim@fluendo.com>
13809
13810         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
13811         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13812         (gst_multifdsink_remove_client_link),
13813         (gst_multifdsink_client_queue_buffer),
13814         (gst_multifdsink_handle_client_write):
13815         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13816         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13817         Fix some memory leaks.
13818
13819 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13820
13821         Patch by: David Schleef
13822
13823         * configure.ac:
13824         * sys/Makefile.am:
13825           rename our detection macro for V4L2.  Fixes #151236.
13826
13827 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13828
13829         Patch by: David Schleef
13830
13831         * configure.ac:
13832           check to define LAMEPRESET.  Fixes #151232.
13833
13834 2004-08-27  David Schleef  <ds@schleef.org>
13835
13836         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
13837         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
13838         (gst_glimagesink_fixate):  Move local variable declarations to
13839         make gcc-2.95 happy.
13840
13841 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13842
13843         * configure.ac:
13844           bump nano for prerelease
13845
13846 2004-08-27  David Schleef  <ds@schleef.org>
13847
13848         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
13849         * sys/sunaudio/gstsunaudiosrc.c:
13850         * sys/sunaudio/gstsunaudiosrc.h:
13851
13852 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
13853
13854         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
13855         handle EOS correctly
13856         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
13857         * gst/matroska/matroska-mux.h:
13858         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
13859         VFW compatibility mode
13860
13861 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13862
13863         patch by: Zaheer Abbas Merali
13864
13865         * ext/ogg/gstoggmux.c:
13866         * ext/vorbis/vorbisenc.c:
13867         * ext/vorbis/vorbisenc.h:
13868           handle NEWMEDIA
13869
13870 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
13871
13872         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
13873         fix byte order reversion on little endian machines.
13874         * gst/matroska/matroska-mux.c: (audiosink_templ),
13875         (gst_matroska_mux_audio_pad_link):
13876         add TTA codec to the list of supported codecs.
13877         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
13878         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13879         (gst_matroska_mux_write_data):
13880         * gst/matroska/matroska-mux.h:
13881         write segment duration correctly, write muxing app string, fixes bugs
13882         #140897 and #140898.
13883         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
13884         wait for all pads to be negotiated before starting to mux.
13885
13886 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13887
13888         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
13889         * ext/lame/gstlame.h:
13890         Added new media support to lame
13891
13892 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
13893
13894         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
13895         send vorbis headers at the beginning of a stream, fixes bug #141554.
13896         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
13897         bug #148950.
13898         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
13899         (gst_matroska_demux_plugin_init):
13900         * gst/matroska/matroska-ids.h:
13901         enable demuxing of TTA audio streams, fixes bug #148951.
13902         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
13903         enable typefinding for TTA audio files, fixes bug #148711.
13904         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
13905         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
13906         fixes playback of packed bitstream and xvid with bframes, bug #135407.
13907
13908 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
13909
13910         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13911         (gst_riff_read_element_data), (gst_riff_read_seek),
13912         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
13913         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
13914         <teuf@gnome.org>
13915
13916 2004-08-23 Iain <iaingnome@gmail.com>
13917
13918         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
13919         tags. They appear to be handled differently to normal.
13920         (tag_list_to_id3_tag_foreach): Ditto.
13921
13922 2004-08-22  Wim Taymans  <wim@fluendo.com>
13923
13924         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13925         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13926         Make sure we never send -1 granulepos.
13927
13928 2004-08-20  Wim Taymans  <wim@fluendo.com>
13929
13930         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13931         (gst_ogg_mux_loop):
13932         I will accept bitchslappings with non sharp objects.
13933
13934 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13935
13936         * configure.ac:
13937         Clean up the test for lame presets
13938
13939 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13940
13941         * configure.ac:
13942         * ext/lame/Makefile.am:
13943         * ext/lame/gstlame.c: (gst_lame_class_init),
13944         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
13945         Only enable lame presets if version of lame has presets in API
13946
13947 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
13948         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
13949         * gst/udp/gstudpsrc.h:
13950           Don't call gst_pad_push in a get function. Fixes #150449
13951
13952 2004-08-18  Wim Taymans  <wim@fluendo.com>
13953
13954         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
13955         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
13956         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13957         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13958         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13959         (gst_fdset_wait):
13960         * gst/tcp/gstfdset.h:
13961         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13962         (gst_multifdsink_client_queue_buffer),
13963         (gst_multifdsink_handle_client_write):
13964         * gst/tcp/gstmultifdsink.h:
13965         Some extra checks in gstfdset.
13966         Only use send() when the fd is a socket. Don't try to
13967         read from write only fds.
13968
13969 2004-08-18  Wim Taymans  <wim@fluendo.com>
13970
13971         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
13972         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13973         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13974         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13975         (gst_fdset_wait):
13976         Add more locking and bounds checking.
13977
13978 2004-08-18  Wim Taymans  <wim@fluendo.com>
13979
13980         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
13981         Realloc test fdset in the lock and right before starting
13982         the poll call. Bump the limit to 4096.
13983
13984 2004-08-17  David Schleef  <ds@schleef.org>
13985
13986         * sys/sunaudio/Makefile.am:
13987         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
13988         of rates and channels.  Make debugging less obnoxious.
13989
13990         Patch from Balamurali Viswanathan implementing a mixer for
13991         Sun audio.  (bug #144091):
13992         * sys/sunaudio/gstsunelement.c:
13993         * sys/sunaudio/gstsunelement.h:
13994         * sys/sunaudio/gstsunmixer.c:
13995         * sys/sunaudio/gstsunmixer.h:
13996
13997 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13998
13999         * gst/audioscale/gstaudioscale.c:
14000         * gst/audioscale/gstaudioscale.h:
14001         made audioscale resample from any sample rate to any sample rate
14002
14003 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14004
14005         * ext/libpng/gstpngdec.c:
14006           error out on unsupported types
14007
14008 2004-08-17  Iain <iaingnome@gmail.com>
14009
14010         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
14011         mid_side and loose_mid_side properties if its a stereo stream.
14012
14013 2004-08-17  Wim Taymans  <wim@fluendo.com>
14014
14015         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14016         (theora_get_formats), (theora_dec_src_convert),
14017         (theora_dec_sink_convert), (theora_dec_src_query),
14018         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
14019         Add a debug line.
14020
14021 2004-08-17  Wim Taymans  <wim@fluendo.com>
14022
14023         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
14024         (gst_ogg_pad_push):
14025         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14026         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14027         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
14028         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14029         Mark delta units in the muxer.
14030         Try to decode the packet after an out-of-sync error from
14031         libogg.
14032
14033 2004-08-17  Wim Taymans  <wim@fluendo.com>
14034
14035         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14036         (gst_multifdsink_init), (gst_multifdsink_add),
14037         (gst_multifdsink_client_queue_buffer),
14038         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
14039         * gst/tcp/gstmultifdsink.h:
14040         Added option to send a keyframe to clients as the first buffer.
14041         Make timeout property writable.
14042
14043 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14044
14045         patch by: Wim Taymans
14046
14047         * gst/tcp/gstfdset.c:
14048         * gst/tcp/gstmultifdsink.c:
14049           fix index comparison, should include 0
14050
14051 2004-08-16  Wim Taymans  <wim@fluendo.com>
14052
14053         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
14054         (gst_fdset_add_fd), (gst_fdset_remove_fd),
14055         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14056         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14057         (gst_fdset_wait):
14058           copy when reallocing for poll so the select arguments don't get
14059           changed during the call
14060
14061 2004-08-16  Wim Taymans  <wim@fluendo.com>
14062
14063         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14064         (gst_theora_enc_class_init), (theora_enc_sink_link),
14065         (theora_buffer_from_packet), (theora_enc_chain):
14066         Fix bug where buffers were not marked as keyframes
14067         correctly.
14068
14069 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14070
14071         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14072         (gst_lame_preset_get_type), (gst_lame_class_init):
14073         describe the enum values for vbr mode and presets more verbosely
14074
14075 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14076
14077         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
14078         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
14079         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
14080         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14081         * ext/lame/gstlame.h:
14082         add preset property to lame so it can use lame presets
14083
14084 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14085
14086         * ext/lame/gstlame.c: (gst_lame_get_property):
14087         whoops forgot break, thanks teuf
14088
14089 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14090
14091         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14092         (gst_lame_class_init), (gst_lame_src_getcaps),
14093         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
14094         (gst_lame_get_property), (gst_lame_setup):
14095         * ext/lame/gstlame.h:
14096         fix lame's broken vbr stuff, allow it to resample if need be, and also
14097         make xing header optional
14098
14099 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14100
14101         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
14102         added getcaps function so samplerate doesnt get fixated to silly values
14103
14104 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14105
14106         * ext/lame/gstlame.c: (gst_lame_src_link):
14107         revert previous fix
14108
14109 2004-08-12  Johan Dahlin  <johan@gnome.org>
14110
14111         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
14112         checks. Doesn't matter what state we are in. Interfaces are a
14113         compile time thing, not runtime. It also broke the python bindings.
14114
14115 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14116
14117         * ext/lame/gstlame.c: (gst_lame_src_link):
14118         made source pad link function check if sinkpad is ok..fixes the problem
14119         where core fixates the output rate of lame stupidly
14120
14121 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14122
14123         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
14124         * sys/v4l/v4l_calls.c:
14125         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
14126           fix fixate function to handle nonsimple caps.
14127           remove bogus check in _link
14128           cleanups
14129
14130 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14131
14132         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
14133         set default compression ratio parameter to 0.0 so bitrate parameter
14134         works :)
14135
14136 2004-08-11  David Schleef  <ds@schleef.org>
14137
14138         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
14139
14140 2004-08-11  David Schleef  <ds@schleef.org>
14141
14142         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
14143         before.
14144
14145 2004-08-11  David Schleef  <ds@schleef.org>
14146
14147         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
14148
14149 2004-08-11  David Schleef  <ds@schleef.org>
14150
14151         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
14152           license field
14153         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
14154         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
14155           LGPL.
14156         * gst/auparse/gstauparse.c: Fix plugin license field.
14157         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
14158         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
14159         * gst/rtp/gstrtp.c: Fix plugin license field.
14160
14161 2004-08-11  Wim Taymans  <wim@fluendo.com>
14162
14163         * gst/tcp/Makefile.am:
14164         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
14165         (ensure_size), (gst_fdset_new), (gst_fdset_free),
14166         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
14167         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
14168         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
14169         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14170         (gst_fdset_fd_can_write), (gst_fdset_wait):
14171         * gst/tcp/gstfdset.h:
14172         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
14173         (gst_multifdsink_class_init), (gst_multifdsink_init),
14174         (gst_multifdsink_add), (gst_multifdsink_remove),
14175         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14176         (gst_multifdsink_remove_client_link),
14177         (gst_multifdsink_handle_client_read),
14178         (gst_multifdsink_client_queue_data),
14179         (gst_multifdsink_client_queue_caps),
14180         (gst_multifdsink_client_queue_buffer),
14181         (gst_multifdsink_handle_client_write),
14182         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14183         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14184         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
14185         (gst_multifdsink_close):
14186         * gst/tcp/gstmultifdsink.h:
14187         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14188         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14189         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
14190         (gst_tcpserversink_close):
14191         * gst/tcp/gsttcpserversink.h:
14192         Abstracted away the select call, implemented poll (yes we ran into
14193         the 1024 limit in production).
14194
14195 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14196
14197         * gst/tcp/gsttcp.c:
14198         * gst/tcp/gsttcpplugin.c:
14199           improve debuggging, remove assert
14200
14201 2004-08-10  Wim Taymans  <wim@fluendo.com>
14202
14203         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
14204         (gst_client_status_get_type), (gst_multifdsink_class_init),
14205         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14206         (gst_multifdsink_handle_client_read),
14207         (gst_multifdsink_handle_client_write),
14208         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14209         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14210         (gst_multifdsink_get_property):
14211         * gst/tcp/gstmultifdsink.h:
14212         * gst/tcp/gsttcp-marshal.list:
14213         Starting to prepare for specifying buffer time in other units
14214         than buffers. Expose remove reason in signal.
14215
14216 2004-08-10  Wim Taymans  <wim@fluendo.com>
14217
14218         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14219         (gst_multifdsink_remove), (gst_multifdsink_clear),
14220         (gst_multifdsink_remove_client_link),
14221         (gst_multifdsink_handle_client_read),
14222         (gst_multifdsink_client_queue_data),
14223         (gst_multifdsink_client_queue_buffer),
14224         (gst_multifdsink_handle_client_write),
14225         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14226         (gst_multifdsink_chain), (gst_multifdsink_close):
14227         * gst/tcp/gstmultifdsink.h:
14228         Added more debugging info. Changed the way clients are
14229         removed from the lists. Fixed a bug where a bad file descriptor
14230         could cause many clients to be removed.
14231
14232 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14233
14234         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
14235           allow all pixel-aspect-ratios, not just 1:1
14236
14237 2004-08-09  David Schleef  <ds@schleef.org>
14238
14239         * sys/glsink/ARB_multitexture.h:  Remove old files.
14240         * sys/glsink/EXT_paletted_texture.h:
14241         * sys/glsink/NV_register_combiners.h:
14242         * sys/glsink/gstgl_nvimage.c:
14243         * sys/glsink/gstgl_pdrimage.c:
14244         * sys/glsink/gstgl_rgbimage.c:
14245         * sys/glsink/gstglsink.c:
14246         * sys/glsink/gstglsink.h:
14247         * sys/glsink/gstglxwindow.c:
14248         * sys/glsink/regcomb_yuvrgb.c:
14249
14250 2004-08-09  David Schleef  <ds@schleef.org>
14251
14252         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
14253         GL sink plugin.  (Bug #147302)
14254
14255         * configure.ac: Test for OpenGL
14256         * sys/Makefile.am: Use test for OpenGL
14257         * sys/glsink/Makefile.am:
14258         * sys/glsink/glimagesink.c: rewrite
14259         * sys/glsink/glimagesink.h: rewrite
14260
14261 2004-08-09  David Schleef  <ds@schleef.org>
14262
14263         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
14264         sane framerates.
14265         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
14266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
14267         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
14268
14269 2004-08-09  Wim Taymans  <wim@fluendo.com>
14270
14271         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14272         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14273         (gst_multifdsink_client_remove),
14274         (gst_multifdsink_handle_client_read),
14275         (gst_multifdsink_handle_client_write),
14276         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14277         Do a bit more logging, make the client_read code more robust.
14278
14279 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14280
14281         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
14282         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
14283         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
14284         (gst_jpegdec_init), (gst_jpegdec_chain):
14285         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
14286         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
14287           cleanups, debugging fixes and memleak plugging
14288
14289 2004-08-09  Wim Taymans  <wim@fluendo.com>
14290
14291         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14292         (theora_get_formats), (theora_dec_src_convert),
14293         (theora_dec_sink_convert), (theora_dec_src_query),
14294         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
14295         (theora_dec_change_state):
14296         Don't crash on missing header packets.
14297
14298 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14299
14300         * po/LINGUAS:
14301         * po/sq.po:
14302           Added Albanian translation (Laurent Dhima)
14303         * po/cs.po:
14304           updated
14305
14306 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14307
14308         * ext/lame/gstlame.c:
14309           fix/add debugging
14310
14311 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14312
14313         * sys/ximage/ximagesink.c:
14314         * sys/xvimage/xvimagesink.c:
14315           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
14316
14317 2004-08-06  Wim Taymans  <wim@fluendo.com>
14318
14319         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14320         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14321         (gst_multifdsink_client_remove),
14322         (gst_multifdsink_handle_client_read),
14323         (gst_multifdsink_handle_client_write),
14324         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14325         Make sure we don't try to read more from a client that what
14326         ioctl says us or we deadlock.
14327
14328 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14329
14330         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
14331         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
14332         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14333           decouple running_time and n_frames so it can handle changing
14334           framerate while running
14335
14336 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14337
14338         * po/nl.po:
14339         * po/sv.po:
14340           updated translations
14341
14342 2004-08-04  Benjamin Otte  <otte@gnome.org>
14343
14344         * gst/videotestsrc/gstvideotestsrc.c:
14345         (gst_videotestsrc_get_capslist), (generate_capslist),
14346         (plugin_init):
14347           generate the list of supported caps at startup and reuse it instead
14348           of always generating it
14349
14350 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14351
14352         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
14353           whoops, last checkin broke normal build
14354
14355 2004-08-03  Benjamin Otte  <otte@gnome.org>
14356
14357         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
14358         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14359         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14360         (gst_alsa_mixer_get_option):
14361         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
14362         (dvdnavsrc_print_event):
14363         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
14364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
14365         (gst_ogg_mux_pad_unlink):
14366         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
14367         (gst_multipart_mux_pad_unlink):
14368         * gst/videofilter/gstvideobalance.c:
14369         (gst_videobalance_colorbalance_set_value):
14370         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
14371         (gst_videomixer_pad_unlink):
14372         * po/uk.po:
14373         * sys/oss/gstossmixer.c:
14374         * sys/v4l/gstv4lcolorbalance.c:
14375         * sys/v4l/gstv4ltuner.c:
14376         * sys/v4l/v4lsrc_calls.c:
14377         * sys/v4l2/gstv4l2colorbalance.c:
14378         * sys/v4l2/gstv4l2tuner.c:
14379           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
14380
14381 2004-08-03  Benjamin Otte  <otte@gnome.org>
14382
14383         * examples/dynparams/filter.c: (ui_control_create):
14384         * examples/gstplay/player.c: (print_tag):
14385         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
14386         * ext/gdk_pixbuf/gstgdkanimation.c:
14387         (gst_gdk_animation_iter_may_advance):
14388         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
14389         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
14390         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
14391         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
14392         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
14393         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
14394         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
14395         * gst/sine/demo-dparams.c: (main):
14396         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14397         * testsuite/alsa/formats.c: (create_pipeline):
14398         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
14399           fixes for G_DISABLE_ASSERT and friends
14400         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
14401         (mp3_type_frame_length_from_header), (mp3_type_find),
14402         (plugin_init):
14403           require mp3 typefinding to have at least MIN_HEADERS valid headers
14404           add typefinding for AAC adts files
14405
14406 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
14407
14408         * sys/ximage/ximagesink.c:
14409         (gst_ximagesink_calculate_pixel_aspect_ratio):
14410         * sys/xvimage/xvimagesink.c:
14411         (gst_xvimagesink_calculate_pixel_aspect_ratio):
14412         Make sure we calculate pixel-aspect-ratio using floating point maths
14413
14414 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14415
14416         * po/uk.po:
14417           updated translation
14418
14419 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14420
14421         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
14423           add debugging for display PAR calculation
14424
14425 2004-08-02  David Schleef  <ds@schleef.org>
14426
14427         * configure.ac: Fix mikmod CFLAGS.
14428
14429 2004-07-27  Benjamin Otte  <otte@gnome.org>
14430
14431         * gst/audioscale/gstaudioscale.c:
14432         - fix templates to only support S16, it's the only format that works
14433         - make caps nego code use try_set_caps_nonfixed and fixation instead
14434         of try_set_caps twice, which is not nice for autopluggers
14435         - change rank to secondary, so autopluggers can pick it up after
14436         audioconvert
14437
14438 2004-08-02  Iain <iain@prettypeople.org>
14439
14440         * gst/interleave/interleave.c (interleave_init),
14441         (interleave_request_new_pad),
14442         (interleave_pad_removed),
14443         (interleave_buffered_loop): Use the real pad count, not the artificial
14444         one.
14445
14446 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14447
14448         * configure.ac: bump nano back to development
14449
14450 === release 0.8.3 ===
14451
14452 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14453
14454         * configure.ac: releasing 0.8.3, "Water"
14455
14456 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14457
14458         * sys/xvimage/xvimagesink.c:
14459         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14460         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
14461         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
14462         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14463         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14464         * sys/xvimage/xvimagesink.h:
14465           apply similar PAR fixes as to ximagesink
14466
14467 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14468
14469         patch from: Benjamin Otte
14470
14471         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
14472           add link function to lame.  Fixes #148986.
14473
14474 2004-08-02  Johan Dahlin  <johan@gnome.org>
14475
14476         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
14477         fix debugging log
14478
14479 2004-07-30  David Schleef  <ds@schleef.org>
14480
14481         * gst/videomixer/Makefile.am: Fix things that should have been
14482         fixed in the last checkin.
14483
14484 2004-07-30  David Schleef  <ds@schleef.org>
14485
14486         * gst/multipart/Makefile.am: Fix things that should have been
14487         fixed in the last checkin.
14488
14489 2004-07-30  David Schleef  <ds@schleef.org>
14490
14491         * testsuite/multifilesink/Makefile.am: Fix unused variable.
14492
14493 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14494
14495         * configure.ac:
14496           bump nano for prerelease
14497         * po/af.po:
14498         * po/az.po:
14499         * po/cs.po:
14500         * po/en_GB.po:
14501         * po/hu.po:
14502         * po/nl.po:
14503         * po/sr.po:
14504         * po/sv.po:
14505         * po/uk.po:
14506           updates
14507
14508 2004-07-30  Wim Taymans  <wim@fluendo.com>
14509
14510         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14511         (gst_multifdsink_add), (gst_multifdsink_remove),
14512         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14513         (gst_multifdsink_client_remove),
14514         (gst_multifdsink_handle_client_write),
14515         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14516         * gst/tcp/gstmultifdsink.h:
14517         Recover from a select with a bad file descriptor by removing
14518         the client.
14519
14520 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14521
14522         * configure.ac:
14523           fix requirement of core
14524         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
14525         (gst_play_pipeline_setup):
14526           don't use colorspace element.  do use hermescolorspace element.
14527           make macro to get a colorspace element.
14528           mark strings for translation.
14529         * po/POTFILES.in:
14530           add play.c
14531         * po/af.po:
14532         * po/az.po:
14533         * po/cs.po:
14534         * po/en_GB.po:
14535         * po/hu.po:
14536         * po/nl.po:
14537         * po/sr.po:
14538         * po/sv.po:
14539         * po/uk.po:
14540           update translations
14541
14542 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14543
14544         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
14545         fix default for newmedia flag
14546
14547 2004-07-30  Wim Taymans  <wim@fluendo.com>
14548
14549         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14550         (gst_theora_dec_init), (theora_get_formats),
14551         (theora_dec_src_convert), (theora_dec_sink_convert),
14552         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14553         (theora_dec_chain), (theora_dec_set_property),
14554         (theora_dec_get_property):
14555         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14556         (gst_theora_enc_class_init), (gst_theora_enc_init),
14557         (theora_enc_sink_link), (theora_enc_chain),
14558         (theora_enc_set_property), (theora_enc_get_property):
14559         Added cropping option to theora decoder.
14560         Added border option to theora encoder.
14561
14562 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14563
14564         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14565         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14566         (gst_pngenc_set_property):
14567         * ext/libpng/gstpngenc.h:
14568         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
14569
14570 2004-07-30  Wim Taymans  <wim@fluendo.com>
14571
14572         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14573         (theora_enc_sink_link), (theora_enc_chain),
14574         (theora_enc_set_property), (theora_enc_get_property):
14575         Fix encoding of non-multiple-of-16 video.
14576
14577 2004-07-29  David Schleef  <ds@schleef.org>
14578
14579         * configure.ac: make test for audiofile more strict
14580
14581 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14582
14583         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14584           give different names to typefind functions
14585
14586 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14587
14588         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14589         (gst_ximagesink_calculate_pixel_aspect_ratio),
14590         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
14591         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
14592         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
14593         (gst_ximagesink_get_property), (gst_ximagesink_init):
14594         * sys/ximage/ximagesink.h:
14595           allocate PAR's dynamically.
14596           use autodetected PAR if no object-set PAR is given.
14597           add workaround for directfb's X not setting physical size.
14598           fix to xvimagesink will follow tomorrow.
14599
14600 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14601
14602         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
14603         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14604         (gst_shout2send_get_type), (gst_shout2send_set_clock),
14605         (gst_shout2send_class_init), (gst_shout2send_init),
14606         (set_shout_metadata), (gst_shout2send_set_metadata),
14607         (gst_shout2send_chain), (gst_shout2send_set_property),
14608         (gst_shout2send_get_property), (gst_shout2send_connect),
14609         (gst_shout2send_change_state):
14610         * ext/shout2/gstshout2.h:
14611         - fix for sending mp3 audio to icecast2 server, if pad link function not
14612         called before PAUSED state
14613         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
14614         - added tagging support for mp3 audio broadcasted
14615         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
14616         debug info
14617
14618 2004-07-28  Wim Taymans  <wim@fluendo.com>
14619
14620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14621         (gst_ogg_demux_push):
14622         Return query failure when we don't know the length of
14623         an ogg stream insteda of returning TRUE with a bogus value.
14624
14625 2004-07-28  Wim Taymans  <wim@fluendo.com>
14626
14627         * ext/theora/theoradec.c: (theora_get_formats),
14628         (theora_dec_src_convert), (theora_dec_sink_convert),
14629         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14630         (theora_dec_chain):
14631         Don't screw up the 1 Chroma for 1 luma sample situation when we
14632         have an odd offset/width by adding a black border in those cases.
14633
14634 2004-07-28  Wim Taymans  <wim@fluendo.com>
14635
14636         * ext/theora/theoradec.c: (theora_get_formats),
14637         (theora_dec_src_convert), (theora_dec_sink_convert),
14638         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14639         (theora_dec_chain):
14640         * ext/theora/theoraenc.c: (theora_enc_sink_link):
14641         Added first attempt at cropping of the image as required by the
14642         theora spec. We need more properties in the caps (offset_x,
14643         offset_y,stride) to implement this correctly.
14644
14645 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14646
14647         * ext/dvdnav/README:
14648           Update the README to use dvddemux
14649         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14650           Ensure getcaps returns a subset of the template caps
14651         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
14652         (gst_mpeg2subt_init):
14653           Ensure getcaps returns a subset of the template caps
14654         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
14655         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
14656         (gst_dvd_demux_get_subpicture_stream),
14657         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
14658         * gst/mpegstream/gstdvddemux.h:
14659           Set the explicit caps on the current_video pad before pushing
14660           anything
14661         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14662         (gst_mpeg_demux_get_audio_stream):
14663           Free caps used to gst_pad_set_explicit_caps, which takes a const
14664           GstCaps *
14665
14666 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14667
14668         * configure.ac: update GStreamer requirement to 0.8.4 because of
14669           GstFraction.
14670
14671 2004-07-28  Wim Taymans  <wim@fluendo.com>
14672
14673         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14674         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
14675         Add the pad to the element after setting up the caps. This
14676         makes it a lot easier to autoplug.
14677
14678 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14679
14680         * gst/median/gstmedian.c:
14681         * gst/mpeg2subt/gstmpeg2subt.c:
14682         * gst/mpegaudioparse/gstmpegaudioparse.c:
14683         * gst/mpegstream/gstdvddemux.c:
14684         * gst/mpegstream/gstmpegdemux.c:
14685         * gst/mpegstream/gstmpegpacketize.c:
14686         * gst/rtjpeg/gstrtjpeg.c:
14687         * gst/rtjpeg/gstrtjpegdec.c:
14688         * gst/rtjpeg/gstrtjpegenc.c:
14689         * gst/sine/gstsinesrc.c:
14690         * gst/smooth/gstsmooth.c:
14691         * gst/smpte/gstsmpte.c:
14692         * gst/smpte/gstsmpte.h:
14693         * gst/stereo/gststereo.c:
14694         * gst/videofilter/gstgamma.c:
14695         * gst/videofilter/gstvideobalance.c:
14696         * gst/videofilter/gstvideofilter.c:
14697         * gst/videofilter/gstvideoflip.c:
14698         * gst/videoscale/gstvideoscale.c:
14699         * gst/videoscale/videoscale.c:
14700         * gst/videotestsrc/gstvideotestsrc.c:
14701         * gst/videotestsrc/videotestsrc.c:
14702         * gst/wavenc/gstwavenc.c:
14703         * gst/wavparse/gstwavparse.c:
14704           fix local includes and 64 bits constants
14705
14706 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14707
14708         * win32/gst.sln:
14709         * gst-libs/gst/*/*.vcproj:
14710         * gst/*/*.vcproj:
14711           more working plugins
14712
14713 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14714
14715         * testsuite/alsa/Makefile.am:
14716         * testsuite/alsa/srcstate.c:
14717         add test for alsasrc changing state
14718
14719 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14720
14721         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
14722         (gst_silence_get):
14723         * gst/silence/gstsilence.h:
14724         fix silence generation for 16bit raw audio
14725
14726 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14727
14728         * gst/matroska/matroska-demux.c:
14729         (gst_matroska_demux_parse_metadata),
14730         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
14731         * gst/mpegaudio/common.c:
14732         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
14733         (gst_videoscale_getcaps), (gst_videoscale_link),
14734         (gst_videoscale_src_fixate), (gst_videoscale_init),
14735         (gst_videoscale_finalize):
14736         * gst/videoscale/gstvideoscale.h:
14737         * gst/videotestsrc/gstvideotestsrc.c:
14738         (gst_videotestsrc_get_capslist):
14739         * gst/wavenc/gstwavenc.c:
14740         * sys/oss/gstossmixer.c: (fill_labels):
14741         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14742         (gst_ximagesink_handle_xevents),
14743         (gst_ximagesink_calculate_pixel_aspect_ratio),
14744         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
14745         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
14746         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
14747         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
14748         (gst_ximagesink_init), (gst_ximagesink_class_init):
14749         * sys/ximage/ximagesink.h:
14750         * sys/xvimage/xvimagesink.c:
14751         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14752         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
14753         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
14754         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14755         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14756         * sys/xvimage/xvimagesink.h:
14757           first batch of pixel aspect ratio commits.
14758
14759 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14760
14761         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14762         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
14763         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
14764           handle stride, needs work if we want to move stride handling
14765           upstream, but works correctly for our purposes.
14766
14767 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14768
14769         * gst/videoscale/README:
14770           add testing examples
14771         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
14772         (gst_videoscale_chain):
14773         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14774         (gst_videoscale_get_size):
14775           add get_size function that handles stride like videotestsrc.
14776           fixes conversion for YUV formats for as much as I can test them.
14777
14778 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14779
14780         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14781         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14783         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
14784         (gst_xvimagesink_xvimage_put):
14785           further cleanups, logging, error handling and synchronizing
14786
14787 2004-07-27  Wim Taymans  <wim@fluendo.com>
14788
14789         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14790         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
14791         (gst_videomixer_pad_set_property),
14792         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
14793         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14794         (gst_videomixer_class_init), (gst_videomixer_init),
14795         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
14796         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
14797         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
14798         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14799         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14800         (gst_videomixer_loop), (plugin_init):
14801         Be a nicer negotiation citizen and provide a getcaps function on
14802         the srcpad. This also fixes a crash when resizing.
14803
14804 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14805
14806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14807         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
14808
14809 2004-07-27  Wim Taymans  <wim@fluendo.com>
14810
14811         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
14812         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14813         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14814         (gst_pngenc_set_property):
14815         * ext/libpng/gstpngenc.h:
14816         Added snapshot property to pngenc.
14817         removed g_print from pngdec
14818
14819 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14820
14821         * gst/ac3parse/ac3parse.vcproj
14822         * gst/adder/adder.vcproj
14823         * gst/alpha/alpha.vcproj
14824         * gst/alpha/alphacolor.vcproj
14825         * gst/asfdemux/asf.vcproj
14826         * gst/audioconvert/audioconvert.vcproj
14827         * gst/audiorate/audiorate.vcproj
14828         * gst/audioscale/audioscale.vcproj
14829         * gst/auparse/auparse.vcproj
14830         * gst/avi/avi.vcproj
14831         * gst/cdxaparse/cdxaparse.vcproj
14832         * gst/chart/chart.vcproj
14833         * gst/colorspace/colorspace.vcproj
14834         * gst/cutter/cutter.vcproj
14835         * gst/debug/debug.vcproj
14836         * gst/debug/efence.vcproj
14837         * gst/debug/navigationtest.vcproj
14838         * gst/deinterlace/deinterlace.vcproj
14839         * gst/effectv/effectv.vcproj
14840         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
14841         * gst/filter/filter.vcproj
14842         * gst/flx/flxdec.vcproj
14843         * gst/goom/goom.vcproj
14844         * gst/interleave/interleave.vcproj
14845         * gst/law/alaw.vcproj
14846         * gst/law/mulaw.vcproj
14847         * gst/matroska/matroska.vcproj
14848         * gst/median/median.vcproj
14849         * gst/mixmatrix/mixmatrix.vcproj
14850         * gst/mpeg1sys/mpeg1systemencode.vcproj
14851         * gst/mpeg1videoparse/mp1videoparse.vcproj
14852         * gst/mpeg2sub/mpeg2subt.vcproj
14853         * gst/mpegaudio/mpegaudio.vcproj
14854         * gst/mpegaudioparse/mpegaudioparse.vcproj
14855         * gst/mpegstream/mpegstream.vcproj
14856         * gst/multifilesink/multifilesink.vcproj
14857         * gst/multipart/multipart.vcproj
14858         * gst/oneton/oneton.vcproj
14859         * gst/overlay/overlay.vcproj
14860         * gst/passthrough/passthrough.vcproj
14861         * gst/qtdemux/qtdemux.vcproj
14862         * gst/realmedia/rmdemux.vcproj
14863         * gst/rtjpeg/rtjpeg.vcproj
14864         * gst/rtp/rtp.vcproj
14865         * gst/silence/silence.vcproj
14866         * gst/sine/sinesrc.vcproj
14867         * gst/smooth/smooth.vcproj
14868         * gst/smpte/smpte.vcproj
14869         * gst/spectrum/spectrum.vcproj
14870         * gst/speed/speed.vcproj
14871         * gst/stereo/stereo.vcproj
14872         * gst/switch/switch.vcproj
14873         * gst/tags/tagedit.vcproj
14874         * gst/tcp/tcp.vcproj
14875         * gst/typefind/typefindfunctions.vcproj
14876         * gst/udp/udp.vcproj
14877         * gst/videobox/videobox.vcproj
14878         * gst/videocrop/videocrop.vcproj
14879         * gst/videodrop/videodrop.vcproj
14880         * gst/videofilter/gamma.vcproj
14881         * gst/videofilter/videobalance.vcproj
14882         * gst/videofilter/videofilter.vcproj
14883         * gst/videofilter/videoflip.vcproj
14884         * gst/videoflip/videoflip.vcproj
14885         * gst/videomixer/videomixer.vcproj
14886         * gst/videorate/videorate.vcproj
14887         * gst/videoscale/videoscale.vcproj
14888         * gst/videotestsrc/videotestsrc.vcproj
14889         * gst/virtualdub/virtualdub.vcproj
14890         * gst/volenv/volenv.vcproj
14891         * gst/volume/volume.vcproj
14892         * gst/wavenc/wavenc.vcproj
14893         * gst/wavparse/wavparse.vcproj
14894         * gst/y4m/y4menc.vcproj
14895         * gst-libs/gst/audio/audio.vcproj
14896         * gst-libs/gst/audio/audiofilter.vcproj
14897         * gst-libs/gst/colorbalance/colorbalance.vcproj
14898         * gst-libs/gst/idct/idtc.vcproj
14899         * gst-libs/gst/media-info/media-info.vcproj
14900         * gst-libs/gst/mixer/mixer.vcproj
14901         * gst-libs/gst/navigation/navigation.vcproj
14902         * gst-libs/gst/play/play.vcproj
14903         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
14904         * gst-libs/gst/resample/resample.vcproj
14905         * gst-libs/gst/riff/riff.vcproj
14906         * gst-libs/gst/tuner/tuner.vcproj
14907         * gst-libs/gst/video/video.vcproj
14908         * gst-libs/gst/xoverlay/xoverlay.vcproj
14909           avoid problems with math.h, fix release dependancy
14910           rename GStreamer-0.8.lib to libgstreamer.lib
14911
14912 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14913
14914         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
14915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
14916         the atom is not available we have to unlock the mutex. Fixes #148023
14917
14918 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14919
14920         * gst-libs/gst/media-info/media-info.h:
14921           issue for a vararg macro with MSVC
14922
14923 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14924
14925         * gst/effectv/effectv.vcproj
14926         * gst-libs/gst/idct/idct.vcproj:
14927         * gst-libs/gst/media-info/media-info.vcproj:
14928         * gst-libs/gst/navigation/navigation.vcproj:
14929         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
14930         * gst-libs/gst/video/video.vcproj:
14931         * gst-libs/gst/xoverlay/xoverlay.vcproj:
14932           fixes for build problems
14933
14934 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14935
14936         * gst-libs/gst/audio/audio.def:
14937         * gst-libs/gst/audio/riff.def:
14938           add some definitions needed by plugins
14939
14940 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14941
14942         * gst/asfdemux/gstasfmux.c
14943           Fix some 64 bits constants to be glib friendly
14944
14945 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14946
14947         * gst/ac3parse/gstac3parse.c
14948         * gst/audioscale/gstaudioscale.c
14949         * gst/auparse/gstauparse.c
14950         * gst/colorspace/gstcolorspace.c
14951         * gst/colorspace/yuv2rgb.h
14952           local include fixes
14953
14954 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14955
14956         * win32/gst.sln
14957           add more plugins to the build
14958
14959 2004-07-26  Julien MOUTTE  <julien@moutte.net>
14960
14961         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14962         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
14963
14964 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14965
14966         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
14967         (gst_level_set_property), (gst_level_get_property),
14968         (gst_level_base_init), (gst_level_class_init):
14969           add debugging categories.  cleanups.
14970
14971 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14972
14973         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14974         (gst_videoscale_planar411), (gst_videoscale_planar400),
14975         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
14976         (gst_videoscale_scale_nearest_str1),
14977         (gst_videoscale_scale_nearest_str2),
14978         (gst_videoscale_scale_nearest_str4),
14979         (gst_videoscale_scale_nearest_16bit),
14980         (gst_videoscale_scale_nearest_24bit):
14981           fixed stride issues
14982           tested with 320x240 -> 321, 322, 324 x240
14983           tested with YV12, I420, YUY2, UYVY
14984           fixed packed422rev (don't think it could have worked before)
14985           by testing with UYVY
14986
14987 2004-07-26  Benjamin Otte  <otte@gnome.org>
14988
14989         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
14990         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
14991         (plugin_init):
14992           add debugging category, add error checks like checking return values
14993           of setup calls, make sure it still works after
14994           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
14995
14996 2004-07-26  Wim Taymans  <wim@fluendo.com>
14997
14998         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14999         (gst_mpeg_demux_get_audio_stream),
15000         (gst_mpeg_demux_process_private):
15001         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
15002         Check for error codes from the negotiation functions. Make sure
15003         we really set the pad caps when a new pad is created.
15004
15005 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15006
15007         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15008         (gst_ffmpeg_caps_to_pix_fmt):
15009         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
15010         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15011         (gst_ffmpegcolorspace_pad_link):
15012           don't make function do two things at the same time without reason.
15013
15014 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15015
15016         * gst/ac3parse/ac3parse.vcproj
15017         * gst/adder/adder.vcproj
15018         * gst/alpha/alpha.vcproj
15019         * gst/alpha/alphacolor.vcproj
15020         * gst/asfdemux/asf.vcproj
15021         * gst/audioconvert/audioconvert.vcproj
15022         * gst/audiorate/audiorate.vcproj
15023         * gst/audioscale/audioscale.vcproj
15024         * gst/auparse/auparse.vcproj
15025         * gst/avi/avi.vcproj
15026         * gst/cdxaparse/cdxaparse.vcproj
15027         * gst/chart/chart.vcproj
15028         * gst/colorspace/colorspace.vcproj
15029         * gst/cutter/cutter.vcproj
15030         * gst/debug/debug.vcproj
15031         * gst/debug/efence.vcproj
15032         * gst/debug/navigationtest.vcproj
15033         * gst/deinterlace/deinterlace.vcproj
15034         * gst/effectv/effectv.vcproj
15035         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15036         * gst/filter/filter.vcproj
15037         * gst/flx/flxdec.vcproj
15038         * gst/goom/goom.vcproj
15039         * gst/interleave/interleave.vcproj
15040         * gst/law/alaw.vcproj
15041         * gst/law/mulaw.vcproj
15042         * gst/matroska/matroska.vcproj
15043         * gst/median/median.vcproj
15044         * gst/mixmatrix/mixmatrix.vcproj
15045         * gst/mpeg1sys/mpeg1systemencode.vcproj
15046         * gst/mpeg1videoparse/mp1videoparse.vcproj
15047         * gst/mpeg2sub/mpeg2subt.vcproj
15048         * gst/mpegaudio/mpegaudio.vcproj
15049         * gst/mpegaudioparse/mpegaudioparse.vcproj
15050         * gst/mpegstream/mpegstream.vcproj
15051         * gst/multifilesink/multifilesink.vcproj
15052         * gst/multipart/multipart.vcproj
15053         * gst/oneton/oneton.vcproj
15054         * gst/overlay/overlay.vcproj
15055         * gst/passthrough/passthrough.vcproj
15056         * gst/qtdemux/qtdemux.vcproj
15057         * gst/realmedia/rmdemux.vcproj
15058         * gst/rtjpeg/rtjpeg.vcproj
15059         * gst/rtp/rtp.vcproj
15060         * gst/silence/silence.vcproj
15061         * gst/sine/sinesrc.vcproj
15062         * gst/smooth/smooth.vcproj
15063         * gst/smpte/smpte.vcproj
15064         * gst/spectrum/spectrum.vcproj
15065         * gst/speed/speed.vcproj
15066         * gst/stereo/stereo.vcproj
15067         * gst/switch/switch.vcproj
15068         * gst/tags/tagedit.vcproj
15069         * gst/tcp/tcp.vcproj
15070         * gst/typefind/typefindfunctions.vcproj
15071         * gst/udp/udp.vcproj
15072         * gst/videobox/videobox.vcproj
15073         * gst/videocrop/videocrop.vcproj
15074         * gst/videodrop/videodrop.vcproj
15075         * gst/videofilter/gamma.vcproj
15076         * gst/videofilter/videobalance.vcproj
15077         * gst/videofilter/videofilter.vcproj
15078         * gst/videofilter/videoflip.vcproj
15079         * gst/videoflip/videoflip.vcproj
15080         * gst/videomixer/videomixer.vcproj
15081         * gst/videorate/videorate.vcproj
15082         * gst/videoscale/videoscale.vcproj
15083         * gst/videotestsrc/videotestsrc.vcproj
15084         * gst/virtualdub/virtualdub.vcproj
15085         * gst/volenv/volenv.vcproj
15086         * gst/volume/volume.vcproj
15087         * gst/wavenc/wavenc.vcproj
15088         * gst/wavparse/wavparse.vcproj
15089         * gst/y4m/y4menc.vcproj
15090           more plugins supported under windows
15091
15092 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15093
15094         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15095         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
15096         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
15097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15098         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
15099           Add debugging statements.  Use the sizes as returned by the
15100           *CreateImage calls.
15101
15102 2004-07-26  Johan Dahlin  <johan@gnome.org>
15103
15104         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
15105         the pad is negotiated.
15106
15107         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
15108
15109 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15110
15111         * gst-libs/gst/colorbalance/colorbalance.vcproj:
15112         * gst-libs/gst/idct/idct.vcproj:
15113         * gst-libs/gst/media-info/media-info.vcproj:
15114         * gst-libs/gst/mixer/mixer.vcproj:
15115         * gst-libs/gst/navigation/navigation.vcproj:
15116         * gst-libs/gst/play/play.vcproj:
15117         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15118         * gst-libs/gst/resample/resample.vcproj:
15119         * gst-libs/gst/tuner/tuner.vcproj:
15120         * gst-libs/gst/video/video.vcproj:
15121         * gst-libs/gst/xoverlay/xoverlay.vcproj:
15122           more plugins supported under windows
15123
15124 2004-07-25 Iain <iain@prettypeople.org>
15125
15126         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
15127         pad now rather than when the pad is created because state changes wipe
15128         explicit caps (fixes #148043).
15129
15130 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
15131
15132         reviewed by Benjamin Otte  <otte@gnome.org>
15133
15134         * ext/mad/gstmad.c:
15135           fix mad plugin crashing on Sun (fixes #148289)
15136
15137 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15138
15139         * gst/avi/avi.def:
15140         * gst/avi/avi.vcproj:
15141         * gst/matroska/matroska.def:
15142         * gst/matroska/matroska.vcproj:
15143           remove unused .def files
15144
15145 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15146
15147         * gst-libs/gst/audio/gstaudiofilter.c:
15148           Clean the local include
15149
15150 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15151
15152         * win32/gst.sln:
15153         * gst-libs/gst/audio/audio.def:
15154         * gst-libs/gst/audio/audio.vcproj:
15155         * gst-libs/gst/audio/audiofilter.vcproj:
15156         * gst-libs/gst/audio/riff.def:
15157         * gst-libs/gst/audio/riff.vcproj:
15158         * gst-libs/gst/gst-libs.def:
15159         * gst-libs/gst/gst-libs.vcproj:
15160         * gst/avi/avi.vcproj:
15161         * gst/avi/avi.vcproj:
15162           Copy the files where needed after building, cleaner projects
15163
15164 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15165
15166         * gst/matroska/ebml-write.c:
15167           Fix some 64 bits constants to be glib friendly
15168
15169 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
15170
15171         * win32/gst.sln:
15172         * gst-libs/gst/gst-libs.def:
15173         * gst-libs/gst/gst-libs.vcproj:
15174         * gst/matroska/matroska.def:
15175         * gst/matroska/matroska.vcproj:
15176           Add the preliminary canvas to build plugins on Win32
15177
15178 2004-07-23  Benjamin Otte  <otte@gnome.org>
15179
15180         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15181           don't enfore negotiation from source side, it breaks
15182           sinesrc ! audioconvert ! osssink
15183
15184 2004-07-22  David Schleef  <ds@schleef.org>
15185
15186         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
15187         for ELF files, since they can easily be recognized as audio/mpeg.
15188         (bug #147441)
15189
15190 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15191
15192         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15193         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
15194         (gst_videoscale_scale_nearest_24bit),
15195         (gst_videoscale_scale_nearest_16bit):
15196           fix 16bit and 24bit for stride (24bit might need testing)
15197           don't pretend we do more than one algorithm
15198
15199 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15200
15201         * configure.ac:
15202         * gst/Makefile.am:
15203         * gst/multifilesink/Makefile.am:
15204         * gst/multifilesink/gstmultifilesink.c:
15205         (gst_multifilesink_get_formats),
15206         (gst_multifilesink_get_query_types), (_do_init),
15207         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
15208         (gst_multifilesink_init), (gst_multifilesink_dispose),
15209         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
15210         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
15211         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
15212         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
15213         (gst_multifilesink_chain), (gst_multifilesink_change_state),
15214         (gst_multifilesink_uri_get_type),
15215         (gst_multifilesink_uri_get_protocols),
15216         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
15217         (gst_multifilesink_uri_handler_init), (plugin_init):
15218         * gst/multifilesink/gstmultifilesink.h:
15219         * testsuite/Makefile.am:
15220         * testsuite/multifilesink/Makefile.am:
15221         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
15222         (gst_newmedia_class_init), (gst_newmedia_init),
15223         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
15224         (newfile_signal), (test_signal), (main):
15225         multifilesink plugin for creating new files every time a new media
15226         discontinuity event occurs
15227
15228 2004-07-22  Wim Taymans  <wim@fluendo.com>
15229
15230         * gst/alpha/Makefile.am:
15231         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
15232         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
15233         (gst_alpha_color_init), (gst_alpha_color_set_property),
15234         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
15235         (transform), (gst_alpha_color_chain),
15236         (gst_alpha_color_change_state), (plugin_init):
15237         Stupid plugin to to RGBA to AYUV conversion because none of
15238         the colorspace plugins can handle that yet.
15239
15240 2004-07-22  Wim Taymans  <wim@fluendo.com>
15241
15242         * examples/seeking/seek.c: (update_scale), (main):
15243         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15244         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15245         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15246         (gst_decode_bin_init), (gst_decode_bin_dispose),
15247         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15248         (no_more_pads), (close_link), (type_found),
15249         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15250         (plugin_init):
15251         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15252         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15253         (gst_play_base_bin_dispose), (queue_overrun),
15254         (gen_preroll_element), (remove_prerolls), (unknown_type),
15255         (no_more_pads), (new_stream), (setup_source),
15256         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15257         (play_base_eos), (gst_play_base_bin_change_state),
15258         (gst_play_base_bin_add_element),
15259         (gst_play_base_bin_remove_element),
15260         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15261         (gst_play_base_bin_unlink_stream),
15262         (gst_play_base_bin_get_streaminfo):
15263         * gst/playback/gstplaybin.c: (gen_video_element),
15264         (gen_audio_element):
15265         * gst/playback/gststreaminfo.h:
15266         More playback updates, attempt to fix things after the state change
15267         breakage.
15268
15269 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15270
15271         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
15272         (gst_videoscale_scale_nearest_16bit):
15273           comment algorithm
15274
15275 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15276
15277         * gst/videotestsrc/gstvideotestsrc.c:
15278         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
15279         (gst_videotestsrc_init), (gst_videotestsrc_get),
15280         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
15281         (gst_videotestsrc_get_property):
15282         * gst/videotestsrc/gstvideotestsrc.h:
15283         * gst/videotestsrc/videotestsrc.c:
15284         * gst/videotestsrc/videotestsrc.h:
15285           cleanup and commenting
15286
15287 2004-07-21  Wim Taymans  <wim@fluendo.com>
15288
15289         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
15290         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
15291         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
15292         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
15293         (_find_chain_get_unknown_part), (_find_streams_check),
15294         (gst_ogg_demux_push), (gst_ogg_pad_push):
15295         * ext/theora/theoradec.c: (theora_get_formats),
15296         (theora_dec_src_convert), (theora_dec_sink_convert),
15297         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15298         (theora_dec_chain):
15299         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15300         (vorbis_dec_convert), (vorbis_dec_src_query),
15301         (vorbis_dec_src_event), (vorbis_dec_event):
15302         More seeking fixes, oggdemux now supports seeking to time and
15303         uses the downstream element to convert granulepos to time.
15304         Seeking in theora-only ogg files now works.
15305
15306 2004-07-21  Wim Taymans  <wim@fluendo.com>
15307
15308         * ext/theora/theoradec.c: (gst_theora_dec_init),
15309         (theora_get_formats), (theora_get_event_masks),
15310         (theora_get_query_types), (theora_dec_src_convert),
15311         (theora_dec_sink_convert), (theora_dec_src_query),
15312         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15313         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15314         (vorbis_get_event_masks), (vorbis_get_query_types),
15315         (gst_vorbis_dec_init), (vorbis_dec_convert),
15316         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
15317         Added query/convert/formats functions to vorbis and theora decoders
15318         so that the outside world can use them too. Fixed seeking on an
15319         ogg/theora/vorbis file by disabling the seeking seeking on the
15320         theora srcpad.
15321
15322 2004-07-21  Julien MOUTTE  <julien@moutte.net>
15323
15324         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15325         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
15326         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
15327         images creation for both elements. We don't create the image on caps
15328         nego or renego, we just destroy the internal one if present if it does
15329         not match the needs. The chain function takes care of creating a new
15330         image when needed.
15331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15332         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
15333         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15334         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
15335         the image format information. The buffer pool checks for the context
15336         image format and discard images with different formats.
15337         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
15338
15339 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15340
15341         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15342         (gst_ffmpegcolorspace_chain):
15343           no point in doing any chaining if the pad we want to push from
15344           isn't usable.
15345
15346 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15347
15348         * gst-libs/gst/riff/riff-media.c:
15349         (gst_riff_create_audio_caps_with_data):
15350           Fix double end-to-native symbol conversion (#148021).
15351
15352 2004-07-20  David Schleef  <ds@schleef.org>
15353
15354         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
15355         Don't use an Atom that doesn't exist.
15356
15357 2004-07-20  Wim Taymans  <wim@fluendo.com>
15358
15359         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15360         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15361         (gst_multifdsink_client_remove),
15362         (gst_multifdsink_handle_client_write),
15363         (gst_multifdsink_queue_buffer):
15364         * gst/tcp/gstmultifdsink.h:
15365         More multifdsink stats. Avoid deadlock by releasing locks
15366         before sending out a signal.
15367
15368 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15369
15370         * po/LINGUAS:
15371         * po/hu.po:
15372           added Hungarian translation (Laszlo Dvornik)
15373
15374 2004-07-20  Wim Taymans  <wim@fluendo.com>
15375
15376         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15377         (gst_multifdsink_add), (gst_multifdsink_client_remove),
15378         (gst_multifdsink_handle_client_write),
15379         (gst_multifdsink_queue_buffer):
15380         * gst/tcp/gsttcp-marshal.list:
15381         Fixed the stupid marshal definition.
15382
15383 2004-07-20  Wim Taymans  <wim@fluendo.com>
15384
15385         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15386         (gst_multifdsink_init), (gst_multifdsink_add),
15387         (gst_multifdsink_client_remove),
15388         (gst_multifdsink_handle_client_write),
15389         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
15390         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
15391         (gst_multifdsink_init_send):
15392         * gst/tcp/gstmultifdsink.h:
15393         Added more stats, added timeout for a client, fixed some typos
15394         and added some comments.
15395
15396 2004-07-20  Wim Taymans  <wim@fluendo.com>
15397
15398         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15399         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15400         (gst_multifdsink_client_remove),
15401         (gst_multifdsink_handle_client_write):
15402         * gst/tcp/gstmultifdsink.h:
15403         * gst/tcp/gsttcp-marshal.list:
15404         Added get_stats method that returns a GValueArray of
15405         stats values.
15406
15407 2004-07-19  Benjamin Otte  <otte@gnome.org>
15408
15409         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
15410           make sure longname, description and author are valid UTF-8
15411
15412 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15413
15414         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
15415         (gst_ximagesink_set_property):
15416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
15417         (gst_xvimagesink_set_property):
15418           make sure SYNCHRONOUS is respected after getting the X context
15419
15420 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15421
15422         * gst/matroska/matroska-demux.c:
15423         (gst_matroska_demux_handle_src_event),
15424         (gst_matroska_demux_parse_blockgroup):
15425         * gst/matroska/matroska-ids.h:
15426           add BlockReference tag and ignore it to clear out log.
15427           ignore NAVIGATION events to clear out log.
15428
15429 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15430
15431         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15432         (gst_matroska_demux_add_stream):
15433         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
15434           add debug categories
15435
15436 2004-07-16  Wim Taymans  <wim@fluendo.com>
15437
15438         * ext/libpng/Makefile.am:
15439         * ext/libpng/gstpng.c: (plugin_init):
15440         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
15441         (gst_pngdec_get_type), (gst_pngdec_base_init),
15442         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
15443         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
15444         * ext/libpng/gstpngdec.h:
15445         Added png decoder.
15446
15447 2004-07-16  Julien MOUTTE  <julien@moutte.net>
15448
15449         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
15450         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15451         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
15452         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
15453         (gst_ximagesink_buffer_alloc):
15454         * sys/ximage/ximagesink.h:
15455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15456         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15457         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15458         (gst_xvimagesink_buffer_alloc):
15459         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
15460         again. Using internal data pointer of the x(v)image to store image's
15461         data to be coherent with the buffer alloc mechanism. Investigated the
15462         image destruction code to be sure that everything gets freed correctly.
15463
15464 2004-07-16  Wim Taymans  <wim@fluendo.com>
15465
15466         * gst-libs/gst/riff/riff-read.c:
15467         (gst_riff_read_strf_vids_with_data),
15468         (gst_riff_read_strf_auds_with_data):
15469         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15470         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
15471         Make sure we don't create 0 sized subbuffers in riff-read.
15472         Signal the no more pads signal after reading the avi header.
15473
15474 2004-07-16  Wim Taymans  <wim@fluendo.com>
15475
15476         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15477         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15478         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15479         (gst_decode_bin_init), (gst_decode_bin_dispose),
15480         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15481         (no_more_pads), (close_link), (type_found),
15482         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15483         (gst_decode_bin_change_state), (plugin_init):
15484         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15485         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15486         (gst_play_base_bin_dispose), (queue_overrun),
15487         (gen_preroll_element), (remove_prerolls), (unknown_type),
15488         (no_more_pads), (new_stream), (setup_source),
15489         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15490         (play_base_eos), (gst_play_base_bin_change_state),
15491         (gst_play_base_bin_add_element),
15492         (gst_play_base_bin_remove_element),
15493         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15494         (gst_play_base_bin_unlink_stream),
15495         (gst_play_base_bin_get_streaminfo):
15496         * gst/playback/gstplaybasebin.h:
15497         Better error recovery. Added configurable preroll queue size. Faster
15498         detection of no-more-pads.
15499
15500 2004-07-16  Wim Taymans  <wim@fluendo.com>
15501
15502         * gst-libs/gst/video/video.h:
15503         Added 32 bits RGBA. Not sure if we should use another mime-type
15504         for alpha rgb. Currently the presence of the alpha_mask property
15505         signals an alpha channel.
15506
15507 2004-07-16  Wim Taymans  <wim@fluendo.com>
15508
15509         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15511         FPS seems to be 0.0 to MAX everywhere else.
15512
15513 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15514
15515         * gst-libs/gst/riff/riff-media.c:
15516         (gst_riff_create_video_caps_with_data):
15517           mp42/mp43 (no caps) exist too.
15518         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15519           Set pixel_width/height; we've got them in-caps.
15520         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15521         * gst/wavparse/gstwavparse.c: (plugin_init):
15522           Both are valid primary.
15523         * sys/oss/gstossmixer.c:
15524           Remove i18n hack and enable translations.
15525
15526 2004-07-15  Benjamin Otte  <otte@gnome.org>
15527
15528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15529         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15530           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
15531
15532 2004-07-15  Benjamin Otte  <otte@gnome.org>
15533
15534         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15535         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
15536         (gst_alsa_close_audio):
15537           disable some of the debugging code for now. Writing debugging to a
15538           buffer is broken in current alsalib releases.
15539
15540 2004-07-12  Benjamin Otte  <otte@gnome.org>
15541
15542         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
15543           use bufferpools
15544
15545 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15546
15547         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15548         (theora_dec_src_query), (theora_dec_event):
15549         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
15550           add debugging categories.  Remove \n's.
15551
15552 2004-07-13  Johan Dahlin  <johan@gnome.org>
15553
15554         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
15555         (gst_play_bin_get_property): Impl.
15556
15557 2004-07-13  Wim Taymans  <wim@fluendo.com>
15558
15559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
15560         When trying to find the stream length, seek back N pages
15561         instead of just one, where N is the number of streams in
15562         the current chain.
15563
15564 2004-07-13  Wim Taymans  <wim@fluendo.com>
15565
15566         * gst-libs/gst/riff/riff-media.c:
15567         (gst_riff_create_audio_caps_with_data),
15568         (gst_riff_create_audio_caps),
15569         (gst_riff_create_audio_template_caps):
15570         * gst-libs/gst/riff/riff-media.h:
15571         * gst-libs/gst/riff/riff-read.c:
15572         (gst_riff_read_strf_vids_with_data),
15573         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
15574         * gst-libs/gst/riff/riff-read.h:
15575         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15576         (gst_avi_demux_add_stream):
15577         Set codec_data on caps for avidemuxer.
15578
15579 2004-07-12  David Schleef  <ds@schleef.org>
15580
15581         * configure.ac: Fix test for Objective C
15582
15583 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
15584         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15585         (gst_gdk_pixbuf_chain):
15586           Add svg and pcx to template caps, and ensure that getcaps returns a
15587           subset of the template caps.
15588           Copy each row manually for output, as gdkpixbuf may pad the
15589           rowstride to a 32-bit word boundary.
15590
15591 2004-07-12  Wim Taymans  <wim@fluendo.com>
15592
15593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
15594         (gst_riff_create_video_template_caps):
15595         Fix the template caps to include some more media types.
15596
15597 2004-07-12  Wim Taymans  <wim@fluendo.com>
15598
15599         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15600         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15601         (compare_ranks), (print_feature), (gst_decode_bin_init),
15602         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15603         (try_to_link_1), (new_pad), (close_link), (type_found),
15604         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15605         (gst_decode_bin_change_state), (plugin_init):
15606         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15607         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15608         (gst_play_base_bin_dispose), (queue_overrun),
15609         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15610         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15611         (gst_play_base_bin_get_property), (play_base_eos),
15612         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15613         (gst_play_base_bin_remove_element),
15614         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15615         (gst_play_base_bin_unlink_stream),
15616         (gst_play_base_bin_get_streaminfo):
15617         * gst/playback/gstplaybasebin.h:
15618         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15619         (gst_play_bin_class_init), (gst_play_bin_init),
15620         (gst_play_bin_dispose), (gst_play_bin_set_property),
15621         (gst_play_bin_get_property), (gen_video_element),
15622         (gen_audio_element), (remove_sinks), (setup_sinks),
15623         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15624         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15625         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15626         (gst_play_bin_query), (plugin_init):
15627         * gst/playback/test4.c: (main):
15628         More fixes on reusing of the element.
15629
15630 2004-07-11  Benjamin Otte  <otte@gnome.org>
15631
15632         * ext/mad/gstmad.c: (normal_seek):
15633           allow seeking for other methods than just SET
15634
15635 2004-07-11  Andy Wingo  <wingo@pobox.com>
15636
15637         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
15638         float, "any" caps -> buffer_frames=[0,MAX].
15639
15640         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
15641         doesn't intersect our caps with the template any more. Do it
15642         ourselves.
15643         (interleave_buffered_loop): Use g_newa instead of malloc/free.
15644
15645 2004-07-09  Wim Taymans  <wim@fluendo.com>
15646
15647         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15648         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15649         (compare_ranks), (print_feature), (gst_decode_bin_init),
15650         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15651         (try_to_link_1), (new_pad), (close_link), (type_found),
15652         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15653         (gst_decode_bin_change_state), (plugin_init):
15654         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15655         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15656         (gst_play_base_bin_dispose), (queue_overrun),
15657         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15658         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15659         (gst_play_base_bin_get_property), (play_base_eos),
15660         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15661         (gst_play_base_bin_remove_element),
15662         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15663         (gst_play_base_bin_unlink_stream),
15664         (gst_play_base_bin_get_streaminfo):
15665         * gst/playback/gstplaybasebin.h:
15666         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15667         (gst_play_bin_class_init), (gst_play_bin_init),
15668         (gst_play_bin_dispose), (gst_play_bin_set_property),
15669         (gst_play_bin_get_property), (gen_video_element),
15670         (gen_audio_element), (remove_sinks), (setup_sinks),
15671         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15672         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15673         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15674         (gst_play_bin_query), (plugin_init):
15675         * gst/playback/test4.c: (main):
15676         Work on object reuse and seeking.
15677
15678 2004-07-09  Wim Taymans  <wim@fluendo.com>
15679
15680         * examples/seeking/seek.c: (iterate):
15681         Don't consume all CPU in the idle loop.
15682
15683 2004-07-09  Wim Taymans  <wim@fluendo.com>
15684
15685         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
15686         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
15687         Add pad to element *after* setting the pad functions so that
15688         the scheduler can use the correct ones.
15689
15690 2004-07-09  Wim Taymans  <wim@fluendo.com>
15691
15692         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15693         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
15694         Sync to keyframe after seek
15695
15696 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15697
15698         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
15699         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15700         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
15701         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
15702         * ext/libvisual/visual.c: (gst_visual_change_state):
15703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
15704         * ext/theora/theoradec.c: (theora_dec_change_state):
15705         * ext/theora/theoraenc.c: (theora_enc_change_state):
15706         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
15707         * gst-libs/gst/navigation/navigation.c:
15708         * gst/adder/gstadder.c: (gst_adder_change_state):
15709         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15710         (gst_audio_convert_get_buffer):
15711         * gst/multipart/multipartdemux.c:
15712         (gst_multipart_demux_change_state):
15713         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
15714         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15715         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15716         * gst/videoscale/gstvideoscale.c:
15717         (gst_videoscale_handle_src_event):
15718         * gst/volume/gstvolume.c: (volume_chain_int16):
15719           don't assert in state change, this should be done by the base
15720           GstElement class.
15721           various debugging fixes.
15722
15723 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15724
15725         * configure.ac:
15726         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15727         (gst_play_dispose), (gst_play_set_location),
15728         (gst_play_set_data_src), (gst_play_set_video_sink),
15729         (gst_play_set_audio_sink), (gst_play_set_visualization),
15730         (gst_play_connect_visualization), (gst_play_get_sink_element),
15731         (gst_play_get_all_by_interface):
15732         * gst-libs/gst/play/play.h:
15733           add new method to get elements implementing an interface.
15734           add various error logging
15735
15736 2004-07-08  Wim Taymans  <wim@fluendo.com>
15737
15738         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
15739         (make_mpeg_pipeline), (make_mpegnt_pipeline),
15740         (make_playerbin_pipeline), (query_durations_elems),
15741         (query_durations_pads), (query_positions_elems),
15742         (query_positions_pads), (update_scale), (iterate), (stop_seek),
15743         (main):
15744         Added playbin seeking example.
15745
15746 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15747
15748         * gst-libs/gst/play/play.c: (gst_play_set_location),
15749         (gst_play_set_data_src), (gst_play_set_video_sink),
15750         (gst_play_set_audio_sink), (gst_play_set_visualization),
15751         (gst_play_connect_visualization), (gst_play_get_framerate):
15752           use a macro to look up elements from hash table
15753
15754 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15755
15756         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15757         (gst_play_get_length_callback), (gst_play_set_location),
15758         (gst_play_seek_to_time), (gst_play_set_data_src),
15759         (gst_play_set_video_sink), (gst_play_set_audio_sink),
15760         (gst_play_set_visualization), (gst_play_connect_visualization),
15761         (gst_play_get_sink_element):
15762         - add debugging info
15763         - fix looking up sink elements by iterating over complete caps
15764         - put everything except for source and autoplugger in a complete bin
15765
15766 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15767
15768         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
15769         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
15770         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
15771         (gst_alsa_sink_write), (gst_alsa_sink_loop):
15772         * ext/alsa/gstalsasink.h:
15773         - add debugging info
15774         - clean up schizophrenia of data/buffer/event
15775         - fix double event unref error
15776
15777 2004-07-08  Wim Taymans  <wim@fluendo.com>
15778
15779         * gst/playback/Makefile.am:
15780         Add headers to noinst
15781
15782 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15783
15784         * tools/gst-launch-ext-m.m:
15785         * tools/gst-launch-ext.1.in:
15786           convert to the third millenium
15787
15788 2004-07-07  David Schleef  <ds@schleef.org>
15789
15790         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
15791
15792 2004-07-07  Wim Taymans  <wim@fluendo.com>
15793
15794         * gst/playback/Makefile.am:
15795         * gst/playback/README:
15796         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15797         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15798         (compare_ranks), (print_feature), (gst_decode_bin_init),
15799         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15800         (try_to_link_1), (new_pad), (close_link), (type_found),
15801         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15802         (plugin_init):
15803         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15804         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15805         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
15806         (gen_preroll_element), (no_more_pads), (new_stream),
15807         (setup_source), (gst_play_base_bin_set_property),
15808         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
15809         (gst_play_base_bin_add_element),
15810         (gst_play_base_bin_remove_element),
15811         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15812         (gst_play_base_bin_unlink_stream),
15813         (gst_play_base_bin_get_streaminfo):
15814         * gst/playback/gstplaybasebin.h:
15815         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15816         (gst_play_bin_class_init), (gst_play_bin_init),
15817         (gst_play_bin_dispose), (gst_play_bin_set_property),
15818         (gst_play_bin_get_property), (gen_video_element),
15819         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
15820         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
15821         (gst_play_bin_get_formats), (gst_play_bin_convert),
15822         (gst_play_bin_get_query_types), (gst_play_bin_query),
15823         (plugin_init):
15824         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15825         (gst_stream_info_get_type), (gst_stream_info_class_init),
15826         (gst_stream_info_init), (gst_stream_info_new),
15827         (gst_stream_info_dispose), (gst_stream_info_set_property),
15828         (gst_stream_info_get_property):
15829         * gst/playback/gststreaminfo.h:
15830         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15831         (main):
15832         * gst/playback/test2.c: (main):
15833         * gst/playback/test3.c: (update_scale), (main):
15834         More playbin fixes. Added README. Do better element filtering.
15835         Added base class to preroll media. Added test apps.
15836
15837 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15838
15839         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
15840         * ext/mpeg2dec/gstmpeg2dec.h:
15841           various debugging improvements.  Reset stream to next picture
15842           instead of sequence header, otherwise seeks cannot work.
15843
15844 2004-07-07  Wim Taymans  <wim@fluendo.com>
15845
15846         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
15847         (gst_video_box_class_init), (gst_video_box_set_property),
15848         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
15849         Use pad_alloc where possible.
15850
15851 2004-07-07  Wim Taymans  <wim@fluendo.com>
15852
15853         * sys/oss/gstosselement.c: (gst_osselement_reset),
15854         (gst_osselement_parse_caps):
15855         * sys/oss/gstosselement.h:
15856         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15857         Fix offset on osssrc.
15858
15859 2004-07-07  Wim Taymans  <wim@fluendo.com>
15860
15861         * ext/theora/theora.c: (plugin_init):
15862         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15863         (theora_dec_src_query), (theora_dec_chain):
15864         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15865         (theora_enc_sink_link), (theora_buffer_from_packet),
15866         (theora_push_packet), (theora_enc_chain):
15867         Fix theora granulepos calculation.
15868         Fix overflow in duration/position calculation.
15869         Bump rank to PRIMARY for theoradec.
15870         Use granulepos of last packet to calculate position.
15871         Set keyframe flag on buffers when needed.
15872
15873 2004-07-06  David Schleef  <ds@schleef.org>
15874
15875         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
15876         serious?  (Fixed, obviously.)
15877
15878 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15879
15880         * po/LINGUAS:
15881         * po/cs.po:
15882           added Czech translation (Miloslav Trmac)
15883
15884 2004-07-05  Wim Taymans  <wim@fluendo.com>
15885
15886         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15887         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15888         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15889         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15890         (close_link), (type_found), (gst_decode_bin_set_property),
15891         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
15892         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
15893         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
15894         (gst_decode_bin_query), (plugin_init):
15895         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15896         (gst_play_bin_class_init), (gst_play_bin_init),
15897         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
15898         (get_video_element), (new_pad), (setup_source),
15899         (gst_play_bin_set_property), (gst_play_bin_get_property),
15900         (gst_play_bin_change_state), (gst_play_bin_add_element),
15901         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15902         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15903         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15904         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15905         * gst/playback/test.c: (main):
15906         More fixes, cleaned up playbin, make it use decodebin. Added
15907         threaded property to playbin.
15908
15909 2004-07-05  Wim Taymans  <wim@fluendo.com>
15910
15911         * configure.ac:
15912         * gst/playback/Makefile.am:
15913         * gst/playback/decodetest.c: (main):
15914         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15915         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15916         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15917         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15918         (close_link), (type_found), (gst_decode_bin_set_property),
15919         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
15920         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
15921         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
15922         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
15923         (plugin_init):
15924         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15925         (gst_play_bin_class_init), (gst_play_bin_init),
15926         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
15927         (collect_sink_pads), (find_compatibles), (close_pad_link),
15928         (try_to_link_1), (new_pad), (close_link), (type_found),
15929         (setup_source), (gst_play_bin_set_property),
15930         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
15931         (compare_ranks), (gst_play_bin_collect_factories),
15932         (gst_play_bin_change_state), (gst_play_bin_add_element),
15933         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15934         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15935         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15936         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15937         * gst/playback/test.c: (main):
15938         Added some playback helper elements and some test apps, very alpha
15939         still.
15940
15941 2004-07-04  Benjamin Otte  <otte@gnome.org>
15942
15943         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15944           only restart audio when we indeed have an xrun to fix repeated
15945           xruns. Fix suggested by Giuliano Pochini.
15946
15947 2004-07-03  David Schleef  <ds@schleef.org>
15948
15949         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
15950         call to gst_debug_log() if debugging is disabled (bug #145118)
15951
15952 2004-07-03  Benjamin Otte  <otte@gnome.org>
15953
15954         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15955           use our own functions for restarting the alsa device.
15956         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15957           I should apply patches myself - use MIN for the third argument, not
15958           the second, this fixes seeking
15959
15960 2004-07-02  David Schleef  <ds@schleef.org>
15961
15962         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
15963         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
15964         do with the logic.
15965
15966 2004-07-02  David Schleef  <ds@schleef.org>
15967
15968         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
15969         output buffers.  Fix logic mistake.  (bug #144866)
15970
15971 2004-07-02  David Schleef  <ds@schleef.org>
15972
15973         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
15974         on X.  (bug #144753)
15975
15976 2004-07-02  David Schleef  <ds@schleef.org>
15977
15978         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
15979         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
15980         (bug #144624)
15981         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
15982         (gst_osselement_rate_probe_check): Add another workaround for
15983         buggy drivers (bug #145336)
15984
15985 2004-07-02  David Schleef  <ds@schleef.org>
15986
15987         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
15988         Most systems don't have MSG_NOSIGNAL.
15989
15990 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15991
15992         * Makefile.am:
15993         * gst-libs/gst/colorbalance/Makefile.am:
15994         * gst-libs/gst/mixer/Makefile.am:
15995         * gst-libs/gst/play/Makefile.am:
15996         * gst-libs/gst/tuner/Makefile.am:
15997           (hopefully) fix both install and dist and make error message useful.
15998           needs testing across automakes.
15999
16000 2004-07-02  Benjamin Otte  <otte@gnome.org>
16001
16002         * ext/ogg/gstogg.c: (plugin_init):
16003           we require bytestream now
16004         * ext/ogg/gstoggdemux.c:
16005           huge diff to implement chain setup in a fast and generic way. This
16006           improves tag reading and startup of huge files (read: Theora videos)
16007           quite a bit. It probably contains bugs, too, so please test.
16008           Seeking is not improved to the fast method.
16009
16010 2004-06-29  Wim Taymans  <wim@fluendo.com>
16011
16012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16013         * ext/ogg/gstoggmux.c:
16014         Fix memleak in oggdemux when running unconnected pads.
16015         doc update in mux, start working on keyframe mode.
16016
16017 2004-06-29  Benjamin Otte  <otte@gnome.org>
16018
16019         * sys/oss/gstosssink.c:
16020         * sys/oss/gstosssrc.c:
16021           advertise correct template caps - we indeed do non-native endianness
16022           and 8bit audio has no endianness
16023         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
16024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
16025           avoid (wrong) duplications in getcaps function and return
16026           template caps
16027
16028 2004-06-29  Wim Taymans  <wim@fluendo.com>
16029
16030         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16031         (gst_multifdsink_class_init), (gst_multifdsink_add),
16032         (gst_multifdsink_remove), (gst_multifdsink_clear),
16033         (gst_multifdsink_client_remove),
16034         (gst_multifdsink_handle_client_read),
16035         (gst_multifdsink_client_queue_data),
16036         (gst_multifdsink_client_queue_caps),
16037         (gst_multifdsink_client_queue_buffer),
16038         (gst_multifdsink_handle_client_write),
16039         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16040         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16041         (gst_multifdsink_init_send), (gst_multifdsink_close):
16042         Fix wrong GList iteration that could crash the server when
16043         more then 2 clients disconnect at the same time. Read all the
16044         pending commands in one batch to recover from command storms under
16045         very heavy load.
16046
16047 2004-06-28  Wim Taymans  <wim@fluendo.com>
16048
16049         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16050         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
16051         (gst_videomixer_pad_set_property),
16052         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
16053         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16054         (gst_videomixer_class_init), (gst_videomixer_init),
16055         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
16056         (pad_zorder_compare), (gst_videomixer_sort_pads),
16057         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
16058         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
16059         (gst_videomixer_update_queues), (gst_videomixer_loop),
16060         (plugin_init):
16061         Avoid divide by zero, choose masterpad as the pad with the highest
16062         framerate.
16063
16064 2004-06-27  Julien Moutte  <julien@moutte.net>
16065
16066         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16067         (gst_ximagesink_xwindow_new):
16068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16069         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
16070         function directly. We might want to call it from somewhere else one day.
16071
16072 2004-06-27  Julien Moutte  <julien@moutte.net>
16073
16074         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16075         (gst_ximagesink_xwindow_new):
16076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16077         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
16078         window decorations.
16079
16080 2004-06-27  Wim Taymans  <wim@fluendo.com>
16081
16082         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
16083         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
16084         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
16085         (gst_dvdec_set_property), (gst_dvdec_get_property):
16086         * ext/dv/gstdvdec.h:
16087         Implement drop_factor property to lower the framerate with
16088         a factor.
16089
16090 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16091
16092         * gst-libs/gst/colorbalance/Makefile.am:
16093         * gst-libs/gst/mixer/Makefile.am:
16094         * gst-libs/gst/play/Makefile.am:
16095         * gst-libs/gst/tuner/Makefile.am:
16096           unbreak Company's fix that didn't install the -enum.h files
16097
16098 2004-06-27  Wim Taymans  <wim@fluendo.com>
16099
16100         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
16101         (gst_dvdec_change_state):
16102         * ext/dv/gstdvdec.h:
16103         Fix timestamp, duration and offset of the buffers.
16104
16105 2004-06-27  Wim Taymans  <wim@fluendo.com>
16106
16107         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16108         (gst_multifdsink_class_init), (gst_multifdsink_add),
16109         (gst_multifdsink_remove), (gst_multifdsink_clear),
16110         (gst_multifdsink_client_remove),
16111         (gst_multifdsink_handle_client_read),
16112         (gst_multifdsink_client_queue_data),
16113         (gst_multifdsink_client_queue_caps),
16114         (gst_multifdsink_client_queue_buffer),
16115         (gst_multifdsink_handle_client_write),
16116         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16117         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16118         (gst_multifdsink_init_send), (gst_multifdsink_close):
16119         * gst/tcp/gstmultifdsink.h:
16120         * gst/tcp/gsttcpserversink.c:
16121         (gst_tcpserversink_handle_server_read),
16122         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
16123         More multifdsink fixes, more recovery policy fixes.
16124         Removed stupid g_print
16125
16126 2004-06-26  Wim Taymans  <wim@fluendo.com>
16127
16128         * gst/tcp/Makefile.am:
16129         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16130         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
16131         (gst_multifdsink_class_init), (gst_multifdsink_init),
16132         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
16133         (gst_multifdsink_handle_client_read),
16134         (gst_multifdsink_client_queue_data),
16135         (gst_multifdsink_client_queue_caps),
16136         (gst_multifdsink_client_queue_buffer),
16137         (gst_multifdsink_handle_client_write),
16138         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16139         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16140         (gst_multifdsink_chain), (gst_multifdsink_set_property),
16141         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16142         (gst_multifdsink_close), (gst_multifdsink_change_state):
16143         * gst/tcp/gstmultifdsink.h:
16144         * gst/tcp/gsttcpplugin.c: (plugin_init):
16145         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
16146         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
16147         (gst_tcpserversink_handle_server_read),
16148         (gst_tcpserversink_handle_select),
16149         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
16150         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
16151         * gst/tcp/gsttcpserversink.h:
16152         Added multifdsink, made tcpserversink a subclass of fdsink, removed
16153         one of the locks, added recovery policy to multifdsink.
16154
16155 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16156
16157         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16158           fix decision for when getting frames with same timestamp
16159         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16160         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16161         (gst_v4lsrc_get_property):
16162         * sys/v4l/gstv4lsrc.h:
16163           add latency offset property
16164
16165 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16166
16167         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
16168         (plugin_init):
16169           fix debugging. add category.
16170
16171 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16172
16173         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16174           fix wrong offsets
16175
16176 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16177
16178         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16179         (gst_alsa_src_get_time), (gst_alsa_src_loop),
16180         (gst_alsa_src_change_state):
16181           return a time that is in sync with the element's processing
16182
16183 2004-06-25  Wim Taymans  <wim@fluendo.com>
16184
16185         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16186         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16187         (gst_tcpserversink_client_remove),
16188         (gst_tcpserversink_handle_client_read),
16189         (gst_tcpserversink_client_queue_data),
16190         (gst_tcpserversink_client_queue_caps),
16191         (gst_tcpserversink_client_queue_buffer),
16192         (gst_tcpserversink_handle_client_write),
16193         (gst_tcpserversink_queue_buffer),
16194         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
16195         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
16196         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
16197         (gst_tcpserversink_close):
16198         * gst/tcp/gsttcpserversink.h:
16199         Serversink rewrite. Really do non blocking writes to clients and
16200         maintain an internal queue to handle slower clients while not
16201         disturbing fast clients.
16202
16203 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16204
16205         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16206           better debug, don't override OFFSET and OFFSET_END
16207
16208 2004-06-25  Iain <iain@prettypeople.org>
16209
16210         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
16211         name=source for the wavparse pipeline.
16212
16213 2004-06-24  Johan Dahlin  <johan@gnome.org>
16214
16215         * ext/theora/theoraenc.c (theora_enc_chain): Call
16216         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
16217         streamheader caps are set correctly.
16218
16219 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16220
16221         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
16222         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
16223           respect minimum bitrate; same could be done for max bitrate
16224
16225 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16226
16227         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
16228         (gst_vorbisenc_setup):
16229           fix sample rate range
16230
16231 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16232
16233         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
16234         (gst_oggvorbisenc_setup):
16235         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16236         (gst_vorbisenc_setup):
16237           resolve ambiguities in code and description
16238
16239 2004-06-24  Wim Taymans  <wim@fluendo.com>
16240
16241         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
16242         * ext/alsa/gstalsa.h:
16243         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16244         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
16245         Use alsa trigger_tstamp to get the timestamp of the first
16246         sample in the buffer for more precise sync. Some cleanups.
16247
16248 2004-06-24  Wim Taymans  <wim@fluendo.com>
16249
16250         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
16251         (gst_audiorate_init), (gst_audiorate_chain),
16252         (gst_audiorate_set_property), (gst_audiorate_get_property):
16253         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16254         (gst_videorate_chain):
16255         Added some logging, fixed an overflow bug in videorate.
16256
16257 2004-06-24  Benjamin Otte  <otte@gnome.org>
16258
16259         * ext/kio/Makefile.am:
16260           fix for builddir != srcdir and distcheck
16261
16262 2004-06-24  Benjamin Otte  <otte@gnome.org>
16263
16264         * gst-libs/gst/colorbalance/Makefile.am:
16265         * gst-libs/gst/mixer/Makefile.am:
16266         * gst-libs/gst/play/Makefile.am:
16267         * gst-libs/gst/tuner/Makefile.am:
16268         * gst/tcp/Makefile.am:
16269         * sys/dxr3/Makefile.am:
16270           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
16271           tarball.
16272           Also add all *.list files that were missing.
16273         * Makefile.am:
16274           add a distcheck hook to ensure the above doesn't happen again.
16275
16276 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
16277
16278         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
16279
16280 2004-06-23  Colin Walters  <walters@redhat.com>
16281
16282         * m4/Makefile.am: Distribute gst-fionread.m4.
16283
16284 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16285
16286         * configure.ac: back to dev
16287
16288 2004-06-23  Wim Taymans  <wim@fluendo.com>
16289
16290         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
16291         (gst_alsa_xrun_recovery):
16292         * ext/alsa/gstalsa.h:
16293         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16294         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
16295         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16296         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
16297         (gst_alsa_src_loop):
16298         Add clock to alsasrc. Take new capture timestamp when
16299         restarting after an overrun. Split up some functions between
16300         alsasrc and alsasink.
16301
16302 === release 0.8.2 ===
16303
16304 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16305
16306         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16307         (gst_alsa_change_state), (gst_alsa_update_avail),
16308         (gst_alsa_xrun_recovery):
16309         * ext/alsa/gstalsa.h:
16310         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16311           merge back changes from release
16312
16313 2004-06-23  Wim Taymans  <wim@fluendo.com>
16314
16315         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
16316         (gst_audiorate_init), (gst_audiorate_chain),
16317         (gst_audiorate_set_property), (gst_audiorate_get_property):
16318         Implement sample dropping and notify
16319
16320 2004-06-22  Wim Taymans  <wim@fluendo.com>
16321
16322         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16323         (theora_enc_sink_link), (theora_buffer_from_packet),
16324         (theora_push_packet), (theora_enc_chain):
16325         Some cleanups, make sure the timestamps are correct.
16326
16327 2004-06-22  Wim Taymans  <wim@fluendo.com>
16328
16329         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
16330         (gst_alsa_change_state), (gst_alsa_update_avail),
16331         (gst_alsa_xrun_recovery):
16332         * ext/alsa/gstalsa.h:
16333         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16334         Cleanups, take queued samples into account when reporting
16335         the time.
16336
16337 2004-06-22  Wim Taymans  <wim@fluendo.com>
16338
16339         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16340         (gst_videorate_init):
16341         Initialize the property as well.
16342
16343 2004-06-22  Wim Taymans  <wim@fluendo.com>
16344
16345         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16346         (gst_videorate_init), (gst_videorate_chain),
16347         (gst_videorate_set_property), (gst_videorate_get_property):
16348         Add property to make videorate silent.
16349         Add property to prefer new frames over old ones.
16350
16351 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16352
16353         * sys/osxvideo/Makefile.am:
16354         Workaround so that the osxvideo .so file gets linked with the
16355         Cocoa, OpenGL and QuickTime frameworks
16356
16357 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16358
16359         * sys/osxaudio/Makefile.am:
16360         Workaround so that the osxaudio .so file gets linked with the
16361         CoreAudio framework
16362
16363 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16364
16365         * configure.ac:
16366         Whoops, my fault...fixed build issues
16367
16368 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16369
16370         * configure.ac:
16371         Add objective-c support if running in Darwin/Mac OS X
16372         * sys/Makefile.am:
16373         * sys/osxvideo:
16374         * sys/osxvideo/Makefile.am:
16375         * sys/osxvideo/osxvideosink.h:
16376         * sys/osxvideo/osxvideosink.m:
16377         * sys/osxvideo/cocoawindow.h:
16378         * sys/osxvideo/cocoawindow.m:
16379         Add osxvideosink, a cocoa-based osx video sink
16380
16381
16382 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
16383         * ext/dvdnav/gst-dvd:
16384         Grab the gconf key from the right spot
16385         * gst/debug/gstnavseek.c: (gst_navseek_init),
16386         (gst_navseek_segseek), (gst_navseek_handle_src_event),
16387         (gst_navseek_chain):
16388         * gst/debug/gstnavseek.h:
16389           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
16390           and loop parameters of a segment seek.
16391         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
16392         (gst_videotestsrc_get_event_masks),
16393         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
16394         * gst/videotestsrc/gstvideotestsrc.h:
16395           Add seeking support to videotestsrc
16396           Initialise the timestamp_offset variable.
16397
16398 2004-06-18  Wim Taymans  <wim@fluendo.com>
16399
16400         * ext/sidplay/gstsiddec.cc:
16401         Fix negotiation and set correct end offset.
16402
16403 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16404
16405         * configure.ac: branch and prerelease
16406
16407 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16408
16409         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16410         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
16411         (gst_tcpclientsrc_init_receive):
16412         * gst/tcp/gsttcpclientsrc.h:
16413           read caps when connecting to server for GDP so we set them correctly
16414
16415 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16416
16417         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16418           notify drops and duplicates
16419         * gst/videoscale/videoscale.c: (videoscale_get_structure):
16420           no good reason to limit ourselves to 100x100
16421
16422 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16423
16424         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16425         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
16426         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16427         (gst_v4lsrc_get_property):
16428         * sys/v4l/gstv4lsrc.h:
16429         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16430         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16431         (gst_v4l_set_audio):
16432         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
16433         (gst_v4lsrc_try_capture):
16434         * sys/v4l/v4lsrc_calls.h:
16435           change try_palette to more general try_capture
16436           add autoprobe option so we can turn off autoprobing
16437           various fixes
16438
16439 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16440
16441         * configure.ac:
16442           add videorate
16443         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
16444         (gst_ximagesink_class_init):
16445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
16446         (gst_xvimagesink_class_init):
16447           run them as finalize, not dispose, since dispose can be invoked
16448           multiple times
16449
16450 2004-06-17  Wim Taymans  <wim@fluendo.com>
16451
16452         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16453         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
16454         * ext/alsa/gstalsa.h:
16455         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16456         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
16457         (gst_alsa_src_change_state):
16458         * ext/alsa/gstalsasrc.h:
16459         Make the xrun code timestamp and offset the buffers correctly.
16460         moved the clock to the base class, use alsa methods to get time.
16461         Do correct timestamping on outgoing buffers.
16462
16463 2004-06-17  Wim Taymans  <wim@fluendo.com>
16464
16465         * gst/audiorate/Makefile.am:
16466         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
16467         (gst_audiorate_base_init), (gst_audiorate_class_init),
16468         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
16469         (gst_audiorate_set_property), (gst_audiorate_get_property),
16470         (gst_audiorate_change_state), (plugin_init):
16471         Added an audiorate converter that fills in gaps.
16472
16473 2004-06-17  Johan Dahlin  <johan@gnome.org>
16474
16475         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
16476
16477 2004-06-16  Wim Taymans  <wim@fluendo.com>
16478
16479         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
16480         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16481         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16482         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16483         (gst_v4lsrc_get_property):
16484         * sys/v4l/gstv4lsrc.h:
16485         Added a copy mode to v4lsrc where it will output a copied version
16486         of its internal hardware buffer.
16487         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
16488         can't | them.
16489
16490 2004-06-16  Wim Taymans  <wim@fluendo.com>
16491
16492         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16493         Timestamp fixes.
16494
16495 2004-06-16  Wim Taymans  <wim@fluendo.com>
16496
16497         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16498         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16499         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16500         (gst_v4lsrc_get_property):
16501         * sys/v4l/gstv4lsrc.h:
16502         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16503         Added a sync mode enum property to control v4lsrc timestamp method
16504         Removed the use-fixed-fps property and moved functionality in
16505         the enum.
16506         Don't error on an error value from v4l-conf, it might not always
16507         be a real error.
16508
16509 2004-06-16  Wim Taymans  <wim@fluendo.com>
16510
16511         * gst/videorate/Makefile.am:
16512         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
16513         (gst_videorate_base_init), (gst_videorate_class_init),
16514         (gst_videorate_getcaps), (gst_videorate_link),
16515         (gst_videorate_init), (gst_videorate_chain),
16516         (gst_videorate_set_property), (gst_videorate_get_property),
16517         (gst_videorate_change_state), (plugin_init):
16518         Added a video timestamp corrector.
16519
16520 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16521
16522         fixed a potential leak with previous commit
16523
16524         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16525
16526 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16527
16528         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16529         Added missing refcount, fixes bug #144425
16530         Cheers Tim for finding the bug
16531
16532 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16533
16534         * sys/v4l/gstv4l.c: (plugin_init):
16535         * sys/v4l/gstv4lcolorbalance.c:
16536         * sys/v4l/gstv4lcolorbalance.h:
16537         * sys/v4l/gstv4lelement.c:
16538         * sys/v4l/gstv4lelement.h:
16539         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16540         * sys/v4l/gstv4lmjpegsink.h:
16541         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16542         * sys/v4l/gstv4lmjpegsrc.h:
16543         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16544         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16545         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
16546         * sys/v4l/gstv4lsrc.h:
16547         * sys/v4l/gstv4ltuner.c:
16548         * sys/v4l/gstv4ltuner.h:
16549         * sys/v4l/gstv4lxoverlay.c:
16550         * sys/v4l/gstv4lxoverlay.h:
16551         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
16552         (gst_v4l_set_window), (gst_v4l_enable_overlay):
16553         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16554         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16555         (gst_v4l_set_audio):
16556         * sys/v4l/v4l_calls.h:
16557         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
16558         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
16559         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
16560         (gst_v4lmjpegsink_playback_init),
16561         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
16562         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
16563         (gst_v4lmjpegsink_playback_stop),
16564         (gst_v4lmjpegsink_playback_deinit):
16565         * sys/v4l/v4lmjpegsink_calls.h:
16566         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
16567         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
16568         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
16569         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
16570         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
16571         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
16572         * sys/v4l/v4lmjpegsrc_calls.h:
16573         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16574         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
16575         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
16576         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
16577         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
16578         (gst_v4lsrc_try_palette):
16579         * sys/v4l/v4lsrc_calls.h:
16580           bunch of paranoia cleanups
16581
16582 2004-06-14  David Schleef  <ds@schleef.org>
16583
16584         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
16585         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
16586         Send discont events and change timestamps appropriately when
16587         we get a seek event.  (bug #144240)
16588         * ext/cdparanoia/gstcdparanoia.h:
16589
16590 2004-06-14  Benjamin Otte  <otte@gnome.org>
16591
16592         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
16593           snd_pcm_hw_params_set_rate  since the latter fails for no good
16594           reason on some setups.
16595
16596 2004-06-14  David Schleef  <ds@schleef.org>
16597
16598         * gst/volume/demo.c: (value_changed_callback): exp10() is not
16599         standard.  Thank you for playing.
16600
16601 2004-06-14  Wim Taymans  <wim@fluendo.com>
16602
16603         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16604         Patch 1.3 broke the ordering of the colorspace info and
16605         made the plugin basically work by coincidence, reordered
16606         the info.
16607
16608 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16609
16610         * ext/lame/gstlame.c:
16611         * ext/mad/gstmad.c:
16612           sync caps.  Make sure mad can only output a list of rates, not
16613           a full range.  In the future, have three caps lists for each of the
16614           mpeg versions.  Change mpegversion to a double as well.
16615
16616 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16617
16618         * gst/volume/.cvsignore:
16619         * gst/volume/Makefile.am:
16620         * gst/volume/demo.c: (value_changed_callback), (idler),
16621         (setup_gui), (main):
16622           added small demo app
16623
16624 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
16625         * ext/esd/esdsink.c: (gst_esdsink_change_state):
16626         * ext/esd/esdsink.h:
16627         Close the esd connection on pause, because esd will just wait -
16628         blocking all other esd clients indefinitely.
16629
16630 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
16631
16632         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
16633           previous commit with GST_DEBUG
16634
16635 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16636
16637         * configure.ac:
16638           add a header check for a dvdread header in dvdnav.  Fixes #133002
16639
16640 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16641
16642         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16643         * gst/tcp/gsttcpclientsink.h:
16644         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16645         * gst/tcp/gsttcpclientsrc.h:
16646         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
16647         (gst_tcpserversink_handle_server_read),
16648         (gst_tcpserversink_init_send):
16649         * gst/tcp/gsttcpserversink.h:
16650         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16651         * gst/tcp/gsttcpserversrc.h:
16652         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
16653         version of IP)
16654
16655 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16656
16657         * configure.ac:
16658         Added ogg library so that OSX detects libtheora properly
16659
16660 2004-06-11  Wim Taymans  <wim@fluendo.com>
16661
16662         * ext/theora/theoradec.c: (theora_dec_chain),
16663         (theora_dec_change_state):
16664         Don't try to decode frames before we received a keyframe.
16665
16666 2004-06-11  Wim Taymans  <wim@fluendo.com>
16667
16668         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16669         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16670         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16671         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16672         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16673         Added property to set the maximum delay of a page.
16674
16675 2004-06-10  Wim Taymans  <wim@fluendo.com>
16676
16677         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16678         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16679         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16680         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16681         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16682         Added max-delay property to control the maximum amount
16683         of data to put in one page.
16684
16685 2004-06-10  Wim Taymans  <wim@fluendo.com>
16686
16687         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16688         (gst_theora_enc_init), (theora_enc_sink_link),
16689         (theora_buffer_from_packet), (theora_enc_set_property),
16690         (theora_enc_get_property):
16691         Set duration on encoded buffer, added some more properties
16692
16693 2004-06-10  Wim Taymans  <wim@fluendo.com>
16694
16695         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16696         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16697         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16698         * ext/theora/theoraenc.c: (theora_enc_chain):
16699         Fix refcounting bugs
16700
16701 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16702
16703         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16704         (gst_asf_demux_loop), (gst_asf_demux_process_file),
16705         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
16706         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
16707         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
16708         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
16709         (gst_asf_demux_change_state):
16710         * gst/asfdemux/gstasfdemux.h:
16711           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
16712           feels like. I think we should set a new requirement for demuxers
16713           from now on to implement sane loop functions, data loops, query
16714           and seek functions before first commit into CVS. And this commit
16715           fixes all of the above.
16716
16717 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
16718
16719         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
16720           vorbis comments are properly encoded in UTF-8 before adding them
16721           to a GstTagList
16722
16723 2004-06-09  Benjamin Otte  <otte@gnome.org>
16724
16725         * ext/alsa/gstalsa.c: (add_channels):
16726           handle min <= max correctly
16727         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
16728         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
16729           add fixation functions so we fixate correctly. No preferring of alaw
16730           anymore because it's the first structure.
16731         * ext/alsa/gstalsa.h:
16732         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
16733         (gst_alsa_hw_params_dump):
16734           add functions to ease debugging in alsalib
16735         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16736         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16737         (gst_alsa_start_audio):
16738           only specify hw params if we really setup a format (fixes #134007 -
16739           or at least works around it)
16740
16741 2004-06-09  Wim Taymans  <wim@fluendo.com>
16742
16743         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16744         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16745         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
16746         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
16747         (gst_ogg_mux_loop):
16748         Use stream caps to setup the initial pages in the ogg stream.
16749         Correctly set the streamheader caps on the srcpad.
16750
16751 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16752
16753         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16754         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16755         (gst_v4lsrc_getcaps):
16756         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16757         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
16758           add querying of fps lists for webcams.  Negotiating to a framerate
16759           now works.
16760
16761 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16762
16763         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16764         (theora_push_buffer), (theora_push_packet),
16765         (theora_set_header_on_caps), (theora_enc_chain):
16766           mark buffers and put on streamheader, raw theora streaming
16767           now works too, whee
16768
16769 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16770
16771         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16772         (gst_tcp_gdp_read_caps):
16773           do a looping read for caps and GDP headers too
16774
16775 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16776
16777         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16778         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
16779           return EOS instead of NULL in _get
16780
16781 2004-06-08  Wim Taymans  <wim@fluendo.com>
16782
16783         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16784         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
16785         (gst_tcp_gdp_write_caps):
16786         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16787         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
16788         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
16789         Memory leak fixes
16790
16791 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16792
16793         * ext/vorbis/Makefile.am:
16794         * ext/vorbis/vorbis.c: (plugin_init):
16795         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
16796         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
16797         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
16798         (vorbis_parse_change_state):
16799         * ext/vorbis/vorbisparse.h:
16800           adding a vorbisparse element that marks the buffers, streaming
16801           raw vorbis using GDP now works, whee
16802
16803 2004-06-08  Wim Taymans  <wim@fluendo.com>
16804
16805         * ext/jpeg/Makefile.am:
16806         * ext/jpeg/README:
16807         * ext/jpeg/gstjpeg.c: (plugin_init):
16808         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
16809         (gst_smokedec_base_init), (gst_smokedec_class_init),
16810         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
16811         * ext/jpeg/gstsmokedec.h:
16812         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
16813         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
16814         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
16815         (gst_smokeenc_resync), (gst_smokeenc_chain),
16816         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
16817         * ext/jpeg/gstsmokeenc.h:
16818         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
16819         (smokecodec_flush_destination), (smokecodec_term_destination),
16820         (smokecodec_init_source), (smokecodec_fill_input_buffer),
16821         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
16822         (smokecodec_term_source), (smokecodec_encode_new),
16823         (smokecodec_decode_new), (smokecodec_info_free),
16824         (smokecodec_set_quality), (smokecodec_get_quality),
16825         (smokecodec_set_threshold), (smokecodec_get_threshold),
16826         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
16827         (find_best_size), (abs_diff), (put), (smokecodec_encode),
16828         (smokecodec_parse_header), (smokecodec_decode):
16829         * ext/jpeg/smokecodec.h:
16830         Added a new simple jpeg based codec
16831
16832 2004-06-08  Wim Taymans  <wim@fluendo.com>
16833
16834         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16835         (gst_multipart_mux_loop):
16836         Fix memory leak
16837
16838 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16839
16840         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16841         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
16842         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
16843         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
16844         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
16845         * gst/tcp/gsttcpserversink.h:
16846           take streamheader into account
16847
16848 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16849
16850         * gst/level/Makefile.am:
16851         * gst/level/gstlevel.c: (gst_level_class_init):
16852           clean up marshal generation
16853
16854 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16855
16856         * gst/tcp/Makefile.am:
16857         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
16858         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
16859         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
16860         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16861         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
16862         (gst_tcpclientsrc_get_property):
16863         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16864         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16865         (gst_tcpserversink_handle_client_read),
16866         (gst_tcpserversink_handle_client_write),
16867         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
16868         * gst/tcp/gsttcpserversink.h:
16869           add signals client-added and client-removed
16870         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16871         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
16872         (gst_tcpserversrc_get_property):
16873         uniformized, change default protocol to NONE
16874         * gst/tcp/gsttcp-marshal.list: added
16875 2004-06-07  Benjamin Otte  <otte@gnome.org>
16876
16877         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16878           handle discont events if they happen before caps nego
16879
16880 2004-06-07  Wim Taymans  <wim@fluendo.com>
16881
16882         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16883         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
16884         (gst_multipart_demux_plugin_init):
16885         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16886         (gst_multipart_mux_init), (gst_multipart_mux_loop),
16887         (gst_multipart_mux_change_state):
16888         Small updates, fix a memleak
16889
16890 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16891
16892         * configure.ac: OSS portability
16893         * ext/arts/gst_arts.c: idem
16894         * sys/oss/gstosselement.c: idem
16895         * sys/oss/gstossmixer.c: idem
16896         * sys/oss/gstosssink.c: idem
16897         * sys/oss/gstosssrc.c: idem
16898         * sys/oss/oss_probe.c: idem
16899           - check for soundcard.h in different places for some BSD
16900
16901 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
16902
16903         * AUTHORS:
16904         Add me to the authors file
16905         * configure.ac:
16906         Increase the libdv requirement to >= version 0.100
16907         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
16908         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
16909         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
16910         * ext/dv/gstdvdec.h:
16911         Add support for the new_media flag when sending DISCONT events
16912         Make the querying work when video pad is not linked
16913
16914 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16915
16916         reviewed by Benjamin Otte  <otte@gnome.org>
16917
16918         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
16919           create a NULL-initialized array of pads, so we don't think they
16920           exist already. (fixes #143130)
16921
16922 2004-06-07  Benjamin Otte  <otte@gnome.org>
16923
16924         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
16925         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
16926         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
16927           don't use // coments
16928
16929 2004-06-07  Benjamin Otte  <otte@gnome.org>
16930
16931         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
16932           cast to GstClockTime to get higher granularity
16933         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16934           use gst_element_set_time_delay to get the exact time
16935         * ext/mad/gstmad.c: (gst_mad_chain):
16936           use the negotiated rate instead of the current frame's rate which
16937           might be wrong because of bit errors. This avoids emitting totally
16938           bogus timestamps and screwing sync.
16939         (fixes #143454)
16940
16941 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16942
16943         reviewed by Benjamin Otte  <otte@gnome.org>
16944
16945         * gst/adder/gstadder.c: (gst_adder_loop):
16946           properly error out when no negotiation has happened yet. (fixes
16947           #143032)
16948
16949 2004-06-06  Benjamin Otte  <otte@gnome.org>
16950
16951         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16952           forward correctly transformed offset in discont events. Based on
16953           patch by Arwed v. Merkatz. (fixes #142851)
16954
16955 2004-06-06  David Schleef  <ds@schleef.org>
16956
16957         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
16958         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
16959         problems on several systems.
16960
16961 2004-06-06  Benjamin Otte  <otte@gnome.org>
16962
16963         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
16964           use explicit caps on the srcpad
16965         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16966           properly error out if caps couldn't be set (fixes #142764)
16967
16968 2004-06-06  Benjamin Otte  <otte@gnome.org>
16969
16970         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16971         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16972         (gst_alsa_start_audio):
16973           - don't call set_periods_integer anymore, it breaks the
16974           configuration randomly
16975           - call snd_pcm_hw_params_set_access directly instead of using masks
16976           - don't fail if the sw_params can't be set, just use the default
16977           params and hope it works. Alsalib has weird issues when you touch
16978           sw_params and does no proper error reporting about what failed.
16979         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16980         (gst_alsa_close_audio):
16981           make our alsa debugging go via gst debugging and not conditionally
16982           defined
16983         * ext/alsa/gstalsa.h:
16984           add ALSA_DEBUG_FLUSH macro
16985         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
16986         (plugin_init):
16987           wrap alsa errors to be printed via the gst debugging system and not
16988           spammed to stderr
16989
16990 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16991
16992         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
16993         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
16994         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
16995         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
16996         (qtdemux_parse_trak):
16997         * gst/qtdemux/qtdemux.h:
16998           Bitch. Also known as seeking, querying & co.
16999         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17000         (gst_osssink_change_state):
17001         * sys/oss/gstosssink.h:
17002           Resyncing is for weenies, this hack is no longer needed and was
17003           broken anyway (since it - unintendedly - always leaves resync to
17004           TRUE).
17005
17006 2004-06-05  Andrew Turner <zxombie@hotpop.com>
17007
17008         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
17009         * gst/tcp/gsttcpclientsrc.h: idem
17010           - define MSG_NOSIGNAL if not done
17011           - include unistd.h for off_t
17012           (fixes #143749)
17013
17014 2004-06-05  Benjamin Otte  <otte@gnome.org>
17015
17016         * configure.ac:
17017         * ext/kio/Makefile.am:
17018           check for qt's moc preprocessor explicitly and use it
17019
17020 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17021
17022         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
17023           don't get a signal for EPIPE on socket writes
17024           (somebody check if this works on other platforms)
17025
17026 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17027
17028         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17029         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17030           check error condition on available samples correctly
17031
17032 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17033
17034         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
17035           avoid a segfault
17036         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
17037         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
17038         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17039         (gst_tcpserversrc_gdp_read_header):
17040          use ssize_t over size_t since the former is signed and thus the
17041          check for error codes can work
17042
17043 2004-06-02  Wim Taymans  <wim@fluendo.com>
17044
17045         reviewed by: Johan
17046
17047         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17048         (gst_multipart_mux_loop):
17049         Oops
17050
17051 2004-06-02  Wim Taymans  <wim@fluendo.com>
17052
17053         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17054         (gst_multipart_mux_init), (gst_multipart_mux_loop),
17055         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
17056         (gst_multipart_mux_change_state):
17057         Added configurable boundary specifier, added the value as a
17058         caps field as well.
17059
17060 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17061
17062         * gst/tcp/gsttcp.c:
17063         * gst/tcp/gsttcpclientsrc.c:
17064         * gst/tcp/gsttcpclientsrc.h:
17065         * gst/tcp/gsttcpserversrc.c:
17066           - portability fix, to compile on OSX
17067             (fixes #143146)
17068
17069         * sys/osxaudio/gstosxaudioelement.c:
17070         * sys/osxaudio/gstosxaudiosink.c:
17071         * sys/osxaudio/gstosxaudiosrc.c:
17072           - compilation warnings on OSX
17073             (fixes #143153)
17074
17075 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17076
17077         * ext/vorbis/vorbisdec.c : sign warning fixes
17078
17079         * gst-libs/gst/mixer/mixertrack.c :
17080           do no use defines which are glib 2.4 specific
17081
17082 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
17083
17084         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
17085           buffer since libflac doesn't expect it (reports a sync error when
17086           it encounters that)
17087
17088
17089 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
17090
17091         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
17092         * gst-libs/gst/mixer/mixertrack.c:
17093         (gst_mixer_track_get_property), (get_mixer_track_init),
17094         (get_mixer_track_get_property): Added property accessors
17095         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
17096         * gst-libs/gst/mixer/mixeroptions.c:
17097         (gst_mixer_options_get_values): Added
17098         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
17099         * gst-libs/gst/mixer/mixer.c: Fixed comment
17100
17101
17102 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17103
17104         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
17105           improve error messages on open
17106
17107
17108 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17109
17110         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17111           check if v4l-conf is in path
17112
17113 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17114
17115         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17116           change assert to a more readable error message
17117
17118 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17119
17120         * gst-libs/gst/tuner/tunerchannel.h:
17121           - add a freq_multiplicator field to make the conversion
17122             between internal frequency unit and Hz
17123         * sys/v4l/gstv4lelement.c:
17124         * sys/v4l2/gstv4l2element.c:
17125           - change default video device to /dev/video0
17126         * sys/v4l/v4l_calls.c:
17127         * sys/v4l2/v4l2_calls.c:
17128           - we only expose frequency to the user in Hz instead of
17129             bastard v4lX unit (either 62.5kHz or 62.5Hz)
17130
17131 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
17132         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17133           Initialise b_o_s and e_o_s variables
17134         * gst-libs/gst/riff/riff-media.c:
17135         (gst_riff_create_video_caps_with_data):
17136           Add some unusual fourcc's from mplayer avi's
17137         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
17138           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
17139           autoplugging.
17140
17141 2004-05-28  Wim Taymans  <wim@fluendo.com>
17142
17143         * configure.ac:
17144         * gst/alpha/Makefile.am:
17145         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
17146         (gst_alpha_get_type), (gst_alpha_base_init),
17147         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
17148         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
17149         (gst_alpha_chroma_key), (gst_alpha_chain),
17150         (gst_alpha_change_state), (plugin_init):
17151         A plugin to add an alpha channel to I420 video. Can optionally do
17152         chroma keying.
17153         * gst/multipart/Makefile.am:
17154         * gst/multipart/multipart.c: (plugin_init):
17155         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17156         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17157         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
17158         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17159         (gst_multipart_demux_change_state),
17160         (gst_multipart_demux_plugin_init):
17161         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
17162         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
17163         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
17164         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
17165         (gst_multipart_mux_pad_unlink),
17166         (gst_multipart_mux_request_new_pad),
17167         (gst_multipart_mux_handle_src_event),
17168         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
17169         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
17170         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
17171         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
17172         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
17173         send multipart jpeg images to a browser.
17174         * gst/videobox/Makefile.am:
17175         * gst/videobox/README:
17176         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
17177         (gst_video_box_get_type), (gst_video_box_base_init),
17178         (gst_video_box_class_init), (gst_video_box_init),
17179         (gst_video_box_set_property), (gst_video_box_get_property),
17180         (gst_video_box_sink_link), (gst_video_box_i420),
17181         (gst_video_box_ayuv), (gst_video_box_chain),
17182         (gst_video_box_change_state), (plugin_init):
17183         Crops or adds borders around an image. can do alpha channel
17184         borders as well.
17185         * gst/videomixer/Makefile.am:
17186         * gst/videomixer/README:
17187         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17188         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
17189         (gst_videomixer_pad_get_sink_event_masks),
17190         (gst_videomixer_pad_get_property),
17191         (gst_videomixer_pad_set_property),
17192         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
17193         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
17194         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17195         (gst_videomixer_base_init), (gst_videomixer_class_init),
17196         (gst_videomixer_init), (gst_videomixer_request_new_pad),
17197         (gst_videomixer_handle_src_event),
17198         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
17199         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17200         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17201         (gst_videomixer_loop), (gst_videomixer_get_property),
17202         (gst_videomixer_set_property), (gst_videomixer_change_state),
17203         (plugin_init):
17204         Generic video mixer plugin, can handle multiple inputs all with
17205         different framerates and video sizes. Is fully alpha channel
17206         aware.
17207
17208 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17209
17210         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17211           Select first track as master track. Not sure how else to handle
17212           that...
17213         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
17214           Discard discont events. Should fix #142962.
17215
17216 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17217
17218         * ext/alsa/Makefile.am:
17219         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
17220         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
17221         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
17222         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
17223         (gst_alsa_mixer_get_option):
17224         * ext/alsa/gstalsamixer.h:
17225         * ext/alsa/gstalsamixeroptions.c:
17226         (gst_alsa_mixer_options_get_type),
17227         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
17228         (gst_alsa_mixer_options_new):
17229         * ext/alsa/gstalsamixeroptions.h:
17230         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
17231         * ext/alsa/gstalsamixertrack.h:
17232           Add enumerations (as GstMixerOptions). Make correct distinction
17233           between input/output tracks. Add capture/playback private flag.
17234           Use flag to decide on whether to set capture or playback volumes
17235           or switches. Use playback and record switches.
17236         * gst-libs/gst/mixer/Makefile.am:
17237         * gst-libs/gst/mixer/mixer-marshal.list:
17238         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
17239         (gst_mixer_set_option), (gst_mixer_get_option),
17240         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
17241         (gst_mixer_volume_changed), (gst_mixer_option_changed):
17242         * gst-libs/gst/mixer/mixer.h:
17243         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
17244         (gst_mixer_options_class_init), (gst_mixer_options_init),
17245         (gst_mixer_options_dispose):
17246         * gst-libs/gst/mixer/mixeroptions.h:
17247           Add GstMixerOptions.
17248         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17249           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
17250           broken device detection on computers with multiple OSS sound
17251           cards.
17252
17253 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17254
17255         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17256           fixate nicely even when the peer is not negotiating
17257
17258 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17259
17260         * gst/audioconvert/gstaudioconvert.c:
17261         (gst_audio_convert_parse_caps):
17262           make sure we don't allow depth > width
17263         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17264           fixate endianness to G_BYTE_ORDER as default
17265         * gst/audioscale/gstaudioscale.c:
17266           we don't handle another endianness as host-endianness
17267
17268 2004-05-25  David Schleef  <ds@schleef.org>
17269
17270         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
17271
17272 2004-05-24  Benjamin Otte  <otte@gnome.org>
17273
17274         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
17275         (gst_oggvorbisenc_setup):
17276           properly fail when we can't setup the vorbis encoder due to
17277           unsupported settings
17278         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
17279         (gst_vorbisenc_setup):
17280           same
17281         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17282           fix case where warnings occured when one pad was unlinked while the
17283           other's link function was called
17284
17285 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17286
17287         * gst/tcp/Makefile.am:
17288           use GST_ENABLE_NEW
17289
17290 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17291
17292         * gst-libs/gst/resample/private.h:
17293           don't use optimizations that are #if 0'ed
17294
17295 2004-05-24  Wim Taymans  <wim@fluendo.com>
17296
17297         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17298         Fix potential division by zero error and hopefully get
17299         the position query right to get correct timestamps on avi
17300         audio.
17301
17302 2004-05-24  Wim Taymans  <wim@fluendo.com>
17303
17304         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
17305         (gst_videoscale_scale_nearest_str2),
17306         (gst_videoscale_scale_nearest_str4),
17307         (gst_videoscale_scale_nearest_32bit),
17308         (gst_videoscale_scale_nearest_24bit),
17309         (gst_videoscale_scale_nearest_16bit):
17310         Fix the scaling algorithm and avoid a buffer overflow.
17311         removed the while loop in the scaling function as it
17312         was used for point sampling only.
17313
17314 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17315
17316         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
17317         (gst_id3_tag_class_init), (gst_id3_tag_init),
17318         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
17319         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
17320         (gst_id3_tag_send_tag_event):
17321           lots of fixes to make id3mux work and id3demux work correctly
17322
17323 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17324
17325         * ext/Makefile.am:
17326           add rules to build shout2send (was removed by accident
17327           when this module was no more marked experimental/broken)
17328
17329 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17330
17331         * ext/shout2/gstshout2.c:
17332         * ext/shout2/gstshout2.h:
17333           adding a "connection problem" signal to shout2send
17334           (fixes #142954)
17335
17336 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17337
17338         * ext/kio/kioreceiver.cpp:
17339         * ext/kio/kioreceiver.h:
17340           fix sign comparison issues
17341
17342 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17343
17344         * gst/cdxaparse/gstcdxaparse.c:
17345         * gst/cdxaparse/gstcdxaparse.h:
17346           some renaming
17347           add some checks/sanity
17348           prepare for seek addition
17349
17350         * sys/sunaudio/gstsunaudio.c:
17351           remove exported dupe init function
17352
17353 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
17354
17355         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
17356         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
17357           Fix format conversion and position querying.
17358         * gst/debug/progressreport.c: (gst_progressreport_report):
17359           Don't output a bogus total value that we didn't query.
17360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17361           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
17362           only a blank window after xine has been used.
17363
17364 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17365
17366         * m4/as-arts.m4:
17367           sync with upstream version to fix test on FC2
17368           readd with -ko to preserve Id header
17369
17370 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17371
17372         * configure.ac:
17373           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
17374         * gst/tcp/gsttcpclientsrc.c: idem
17375         * gst/tcp/gsttcpserversink.c: idem
17376         * gst/tcp/gsttcpserversrc.c: idem
17377         * m4/gst-fionread.m4: idem
17378
17379         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
17380
17381         * configure.ac: enable speex plugin for speex 1.1.5+
17382         * ext/speex/gstspeexenc.c: fix cast warning
17383
17384         * ext/esd/README: fix typo
17385
17386 2004-05-20  David Schleef  <ds@schleef.org>
17387
17388         * configure.ac: Minor cosmetic change to convince the buildbot to
17389         reautogen.
17390         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
17391         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
17392         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
17393         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
17394         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
17395         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
17396         More hacking.  Plays audio now.
17397
17398 2004-05-20  David Schleef  <ds@schleef.org>
17399
17400         * configure.ac:
17401         * sys/Makefile.am:
17402
17403 2004-05-20  David Schleef  <ds@schleef.org>
17404
17405         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
17406         * sys/osxaudio/gstosxaudio.c:
17407         * sys/osxaudio/gstosxaudioelement.c:
17408         * sys/osxaudio/gstosxaudioelement.h:
17409         * sys/osxaudio/gstosxaudiosink.c:
17410         * sys/osxaudio/gstosxaudiosink.h:
17411         * sys/osxaudio/gstosxaudiosrc.c:
17412         * sys/osxaudio/gstosxaudiosrc.h:
17413
17414 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17415
17416         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
17417         (gst_vorbisenc_chain):
17418           put the codec headers on the caps as streamheader as well as
17419           pushing them out
17420
17421 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17422
17423         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17424         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
17425         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
17426         split up push_packet into two functions
17427
17428 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17429
17430         * gst/tcp/.cvsignore:
17431           ignore enums
17432         * gst/tcp/Makefile.am:
17433         * gst/tcp/README:
17434         * gst/tcp/gsttcp.c:
17435         * gst/tcp/gsttcp.h:
17436         * gst/tcp/gsttcpclientsink.c:
17437         * gst/tcp/gsttcpclientsink.h:
17438         * gst/tcp/gsttcpclientsrc.c:
17439         * gst/tcp/gsttcpclientsrc.h:
17440         * gst/tcp/gsttcpplugin.c:
17441         * gst/tcp/gsttcpserversink.c:
17442         * gst/tcp/gsttcpserversink.h:
17443         * gst/tcp/gsttcpserversrc.c:
17444         * gst/tcp/gsttcpserversrc.h:
17445           add new tcp elements
17446
17447 2004-05-19  Wim Taymans  <wim@fluendo.com>
17448
17449         * gst/law/mulaw-conversion.c: (mulaw_encode):
17450         Fix overflow bug in ulaw encoding.
17451
17452 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17453
17454         * ext/mad/gstmad.c: (gst_mad_handle_event):
17455           don't unref the event twice
17456
17457 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17458
17459         * configure.ac:
17460           remove -Wno-sign-compare
17461
17462 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17463
17464         * configure.ac:
17465           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
17466           if you want to work against glib 2.2 and 2.4
17467
17468 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17469
17470         * gst/tcp/Makefile.am:
17471         * gst/tcp/gsttcp.c:
17472         * gst/tcp/gsttcp.h:
17473         * gst/tcp/gsttcpsink.h:
17474         * gst/tcp/gsttcpsrc.h:
17475           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
17476
17477 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17478
17479         * gst/debug/tests.c: (md5_get_value):
17480           fix segfault on gst-inspect
17481
17482 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17483
17484         * gst/debug/testplugin.c:
17485         * gst/debug/tests.c:
17486         * gst/debug/tests.h:
17487           add new extensible and configurable testing element. Current tests
17488           include buffer count, stream length, timestamp/duration matching and
17489           md5.
17490         * gst/debug/Makefile.am:
17491         * gst/debug/gstdebug.c: (plugin_init):
17492           add infrastructure for new element
17493
17494 2004-05-19  Johan Dahlin  <johan@gnome.org>
17495
17496         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
17497         ending of the array. Fixes gst-inspect segfault on ppc.
17498
17499 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17500
17501         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
17502
17503         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
17504
17505 2004-05-18  David Schleef  <ds@schleef.org>
17506
17507         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
17508         warnings (bugs, actually) noticed by gcc but not forte.
17509
17510 2004-05-18  David Schleef  <ds@schleef.org>
17511
17512         * sys/sunaudio/Makefile.am:
17513         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
17514
17515 2004-05-18  David Schleef  <ds@schleef.org>
17516
17517         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17518         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
17519         to allow qtdemux to use non-seekable streams. (bug #142272)
17520
17521 2004-05-18  David Schleef  <ds@schleef.org>
17522
17523         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
17524         (gst_resample_sinc_ft_float): Remove use of static temporary
17525         buffer.  This code was obviously not supposed to last long, but
17526         it's stuck in our ABI, so it required a little hack to make it
17527         ABI-compatible.  Fixes #142585.
17528         * gst-libs/gst/resample/resample.h: same.
17529
17530 2004-05-18  David Schleef  <ds@schleef.org>
17531
17532         * configure.ac: Add sunaudio
17533         * examples/Makefile.am: make gstplay depend on gconf
17534         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
17535         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
17536         (convert_table_lookup), (img_convert): remove c99-isms
17537         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
17538           unsigned, to fix a warning on Solaris
17539         * gst/mpeg1sys/systems.c: bcopy->memcpy
17540         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
17541         * sys/Makefile.am: Add sunaudio
17542
17543 2004-05-18  Wim Taymans  <wim@fluendo.com>
17544
17545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
17546         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
17547         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
17548         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
17549         (gst_ogg_mux_loop):
17550         Fix an ugly memleak where the muxer didn't flush enough ogg
17551         pages. This also resulted in badly muxed ogg files.
17552
17553 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17554
17555         * gst/asfdemux/asfheaders.c :
17556         * gst/asfdemux/asfheaders.h :
17557         * gst/asfdemux/gstasfdemux.c :
17558           - fix ASF_OBJ_PADDING guid
17559           - add 3 new object guids (language list, metadata,
17560             extended stream properties)
17561           - add a function to parse extended header objects
17562
17563 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17564
17565         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17566           remove leftover debugging g_print
17567
17568 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17569
17570         * ext/mad/gstmad.c: (gst_mad_handle_event):
17571           Fix for when the first format in a discont event is not a
17572           byte-based one. Should fix #137710.
17573
17574 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17575
17576         * m4/a52.m4 : fix compilation with -Wall -Werror
17577         * m4/libfame.m4 : idem
17578         * m4/libmikmod.m4 : idem
17579
17580 2004-05-17  Benjamin Otte  <otte@gnome.org>
17581
17582         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17583           signal the new tags before giving up the reference
17584
17585 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17586
17587         * ext/shout2/gstshout2.c:
17588           use application/ogg instead of application/x-ogg (patch by Patrick
17589           Guimond, fixes #142432)
17590         * sys/oss/gstosselement.c: (gst_osselement_reset),
17591         (gst_osselement_sync_parms):
17592           don't set fragment size unless specified (fixes #142493)
17593
17594 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17595
17596         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
17597           fixes #142664
17598
17599 2004-05-17  Benjamin Otte  <otte@gnome.org>
17600
17601         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17602           compute offsets correctly for internal buffers so timestamps are set
17603           correctly when we can't seek. Also handle cases where there are no
17604           offsets. (based on a patch by David Moore, fixes #142507)
17605
17606 2004-05-17  Benjamin Otte  <otte@gnome.org>
17607
17608         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17609           use correct variable when determining amount of data to skip so we
17610           don't skip into the void and segfault
17611
17612 2004-05-16  Benjamin Otte  <otte@gnome.org>
17613
17614         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17615           Hi, I'm a memleak
17616
17617 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17618
17619         * gst/asfdemux/gstasfdemux.c:
17620           - fix a mem leak and always propagate tags
17621           - add WMV3 to known video codecs (but no decoder yet)
17622           - replace "surplus data" at end of audio header for what
17623             it is : codec specific data
17624           - fix a typo
17625
17626 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
17627
17628         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
17629
17630         * gst-libs/gst/audio/audioclock.c:
17631           Fix wrong return type (#142205).
17632
17633 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17634
17635         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
17636           Ignore CRCs by default (fixes #142566).
17637
17638 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17639
17640         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
17641         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
17642         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
17643         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
17644         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17645         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
17646           Fix for cases where we fail to attach to a mixer.
17647
17648 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17649
17650         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
17651           Don't touch events after not owning them anymore.
17652         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17653         (gst_wavparse_fmt), (gst_wavparse_other),
17654         (gst_wavparse_handle_seek), (gst_wavparse_loop),
17655         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
17656         (gst_wavparse_srcpad_event):
17657         * gst/wavparse/gstwavparse.h:
17658           Add seeking, fix querying.
17659
17660 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17661
17662         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17663           - process comments even if they don't end with \0\0
17664             g_convert would ignore them if present and works well without them
17665
17666 2004-05-16  Benjamin Otte  <otte@gnome.org>
17667
17668         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
17669           simplify caps
17670
17671 2004-05-16  Benjamin Otte  <otte@gnome.org>
17672
17673         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17674           don't write to memory we might not write to - g_convert does that
17675           for us anyway (fixes #142613)
17676         (gst_asf_demux_audio_caps):
17677           comment out gst_util_dump_mem
17678
17679 2004-05-16  Benjamin Otte  <otte@gnome.org>
17680
17681         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17682           compute correct expected timestamps after seek (broken since
17683           last commit)
17684         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
17685           rename element and debugging category to gdkpixbufscale
17686
17687 2004-05-16  Benjamin Otte  <otte@gnome.org>
17688
17689         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17690           add error checking to snd_pcm_delay and remove duplicate call to
17691           snd_pcm_delay that caused issues (see inline code comments)
17692         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
17693           make more readable and fix return value when snd_pcm_delay fails
17694         (fixes #142586)
17695
17696 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
17697         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
17698         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
17699         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
17700         (gst_pixbufscale_link), (gst_pixbufscale_init),
17701         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
17702         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
17703         (gst_pixbufscale_get_property), (pixbufscale_init):
17704         * ext/gdk_pixbuf/pixbufscale.h:
17705         Add these files I forgot earlier
17706
17707 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
17708         * ext/gdk_pixbuf/Makefile.am:
17709         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17710         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17711         Add new pixbufscale element to scale RGB video
17712         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
17713         and HYPER interpolation correctly.
17714         * ext/theora/theoraenc.c: (theora_enc_chain),
17715         Discard buffer and return if explicit caps could not be set
17716         (theora_enc_get_property):
17717         Make _get return kbps for the bitrate consistent with
17718         the _set function.
17719
17720
17721 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17722
17723         * ext/libvisual/visual.c: (gst_visual_chain):
17724           add missing visual_audio_analyze
17725
17726 2004-05-14  David Schleef  <ds@schleef.org>
17727
17728         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
17729         is killed while we're playing.
17730         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
17731         gst_element_no_more_pads().
17732
17733 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17734
17735         * gst-libs/gst/riff/riff-read.c :
17736           - fix INFO tag extraction in RIFF/AVI files
17737             because gst_event_unref (event) also freed taglist
17738           - avoid a mem leak
17739
17740 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17741
17742         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
17743         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
17744
17745         * gst/auparse/gstauparse.c :
17746           - add code (commented for now) to support audio/x-adpcm on src pad
17747             (we have no decoder for those layout yet)
17748
17749         * gst/cdxaparse/gstcdxaparse.c :
17750         * gst/cdxaparse/gstcdxaparse.h :
17751           - partial rewrite using RiffRead (ripped iain's wavparse code)
17752
17753         * gst/rtp/gstrtpL16enc.c : typo
17754         * gst/rtp/gstrtpgsmenc.c : typo
17755
17756 2004-05-13  Benjamin Otte  <otte@gnome.org>
17757
17758         * configure.ac:
17759           check for exact version of libvisual, it's not supposed to be
17760           API/ABI stable yet
17761
17762 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17763
17764         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
17765           signal no-more-pads
17766
17767 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17768
17769         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
17770         Report which format was used for GST_FORMAT_DEFAULT
17771         * gst/debug/Makefile.am:
17772         * gst/debug/gstdebug.c: (plugin_init):
17773         * gst/debug/progressreport.c: (gst_progressreport_base_init),
17774         (gst_progressreport_class_init), (gst_progressreport_init),
17775         (gst_progressreport_report), (gst_progressreport_set_property),
17776         (gst_progressreport_get_property), (gst_progressreport_chain),
17777         (gst_progressreport_plugin_init):
17778         Add progressreport element for testing.
17779
17780 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17781
17782         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
17783         * sys/v4l/gstv4lsrc.h:
17784         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
17785         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
17786         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
17787         (gst_v4lsrc_grab_frame):
17788           add more debugging
17789           send a discont at start
17790
17791 2004-05-12  Colin Walters  <walters@redhat.com>
17792
17793         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
17794         inflooping if we can't find a chunk.  Or in other words, don't blow
17795         chunks if we don't have a chunk to blow.
17796
17797 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17798         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
17799         Remove old debug output
17800         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
17801         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
17802         (gst_dvdec_set_property), (gst_dvdec_get_property):
17803         Change the quality setting to an enum, so it works from gst-launch
17804         Don't renegotiate a non-linked pad. Allows audio only decoding.
17805         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
17806         (gst_deinterlace_link), (gst_deinterlace_init):
17807         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17808         (gst_videodrop_link):
17809         Some caps negotiation fixes
17810
17811 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17812
17813         * ext/tarkin/gsttarkin.c :
17814           - Change RANK from NONE to PRIMARY
17815         * ext/gdk_pixbuf/gstgdkpixbuf.c :
17816           - Change RANK from NONE to MARGINAL
17817         * ext/divx/gstdivxenc.c :
17818           - Change RANK from PRIMARY to NONE (encoder/spider issue)
17819
17820 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17821
17822         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17823         (gst_vorbisenc_push_packet):
17824           copy a function that was added between 1.0 and 1.0.1 until we
17825           depend on worthwhile features of post-1.0
17826
17827 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17828
17829         * configure.ac:
17830           enable shout2 by default
17831         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17832         (gst_shout2send_base_init), (gst_shout2send_init),
17833         (gst_shout2send_connect), (gst_shout2send_change_state):
17834         * ext/shout2/gstshout2.h:
17835           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
17836           #142262)
17837         * ext/theora/theora.c: (plugin_init):
17838           don't set rank on encoders
17839
17840 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
17841
17842         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17843           Use codec_data property instead of flag1 and flag2 for wma
17844
17845 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17846
17847         * gst/cdxaparse/gstcdxaparse.c :
17848           - Add mpegversion to CAPS to make it link
17849           - Rank is as GST_RANK_SECONDARY instead of NONE
17850         * gst/auparse/gstauparse.c :
17851           - Document all audio encoding we can encounter from Solaris 9
17852             headers and libsndfile information.
17853           - Increase max. rate from 48000 to 192000 (to match other elements)
17854           - Don't try to play junk data between header and samples
17855
17856 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17857
17858         * ext/libvisual/visual.c: (gst_visual_getcaps):
17859           use the right caps depending on endianness (I hope)
17860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
17861           use GST_RANK_NONE for all non-decoding elements or spider gets
17862           mighty confused
17863
17864 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17865
17866         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17867           Fix some odd cases and fix BE metadata parsing of unicode16 text.
17868
17869 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17870
17871         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17872         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
17873         (gst_switch_loop), (gst_switch_get_type):
17874           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
17875           HEADERS. Had to be said.
17876
17877 2004-05-10  David Schleef  <ds@schleef.org>
17878
17879         * configure.ac: Add prototype Dirac support.
17880         * ext/Makefile.am:
17881         * ext/dirac/Makefile.am:
17882         * ext/dirac/gstdirac.cc:
17883         * ext/dirac/gstdiracdec.cc:
17884
17885 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17886
17887         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
17888         (gst_auparse_init), (gst_auparse_chain),
17889         (gst_auparse_change_state):
17890           Hack around spider. Remove me some day please.
17891
17892 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17893
17894         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17895           Fix for some uninitialized variables in previous patch, also
17896           makes it work. Fixes #142286 while we're at it.
17897
17898 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17899
17900         * gst/auparse/gstauparse.c:
17901                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
17902                 only unsupported formats are ADPCM/CCITT G.72x
17903                 reviewed by Ronald
17904         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
17905
17906 2004-05-10  Wim Taymans  <wim@fluendo.com>
17907
17908         * ext/vorbis/Makefile.am:
17909         * ext/vorbis/README:
17910         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
17911         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
17912         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
17913         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
17914         (gst_oggvorbisenc_convert_sink),
17915         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
17916         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
17917         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
17918         (get_constraints_string), (update_start_message),
17919         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
17920         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
17921         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
17922         * ext/vorbis/oggvorbisenc.h:
17923         * ext/vorbis/vorbis.c: (plugin_init):
17924         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
17925         (raw_caps_factory), (gst_vorbisenc_class_init),
17926         (gst_vorbisenc_init), (gst_vorbisenc_setup),
17927         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
17928         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
17929         * ext/vorbis/vorbisenc.h:
17930         Added a raw vorbis encoder to be used with the oggmuxer.
17931         We still need the old encoder for some gnome applications,
17932         read the README to find out how that works.
17933         The raw encoder is called "rawvorbisenc" until 0.9.
17934
17935 2004-05-10  Wim Taymans  <wim@fluendo.com>
17936
17937         * ext/ogg/gstogg.c: (plugin_init):
17938         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
17939         (gst_ogg_print):
17940         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
17941         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
17942         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
17943         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
17944         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
17945         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
17946         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
17947         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
17948         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
17949         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
17950         Added an ogg muxer.
17951         Small typo fixes in the demuxer.
17952
17953 2004-05-10  Wim Taymans  <wim@fluendo.com>
17954
17955         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17956         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
17957         (theora_enc_change_state), (theora_enc_set_property),
17958         (theora_enc_get_property):
17959         Mark the last packet with an EOS flag which is not really needed
17960         in gstreamer.
17961         Do some better video framerate initialisation.
17962         Update the buffer timestamp.
17963
17964 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
17965
17966         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
17967         Return the result of the parent state change call
17968
17969 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17970
17971         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
17972         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
17973         * gst/law/alaw-encode.c : (idem)
17974         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
17975         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
17976         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
17977
17978 2004-05-09  Benjamin Otte  <otte@gnome.org>
17979
17980         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17981           don't use a fixed buffer size when writing variable length data to
17982           it. Fixes memory corruption and makes alsasrc work
17983
17984 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17985
17986         * ext/gnomevfs/gstgnomevfssink.c:
17987         (_gst_boolean_allow_overwrite_accumulator),
17988         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
17989           Run glib's default signal handler (??) in RUN_CLEANUP rather than
17990           RUN_LAST, and don't use that to set the accumulator value because
17991           then it's always FALSE.
17992
17993 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17994
17995         * gst-libs/gst/riff/riff-media.c:
17996         (gst_riff_create_video_caps_with_data),
17997         (gst_riff_create_audio_caps),
17998         (gst_riff_create_audio_template_caps):
17999         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18000           Fix for unaligned RIFF files (i.e. where all the chunks together
18001           in a LIST chunk are not of the same size as the size given in
18002           the LIST chunk header). Fixes several odd WAVE files. Also fix
18003           ADPCM (block_align property) in audio, so that wavparse based
18004           on this works now as it used to stand-alone.
18005
18006 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
18007
18008         reviewed by Benjamin Otte  <otte@gnome.org>
18009
18010         * ext/a52dec/gsta52dec.c:
18011         * ext/divx/gstdivxdec.c:
18012         * ext/divx/gstdivxenc.c:
18013         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
18014         * ext/faac/gstfaac.c: (gst_faac_base_init):
18015         * ext/faad/gstfaad.c: (gst_faad_base_init):
18016         * ext/ivorbis/vorbisfile.c:
18017         * ext/lame/gstlame.c:
18018         * ext/libfame/gstlibfame.c:
18019         * ext/mpeg2enc/gstmpeg2enc.cc:
18020         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
18021         * ext/sidplay/gstsiddec.cc:
18022         * ext/speex/gstspeexdec.c:
18023         * ext/speex/gstspeexenc.c:
18024         * ext/xvid/gstxviddec.c:
18025         * ext/xvid/gstxvidenc.c:
18026           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
18027           (fixes #142193)
18028
18029 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18030
18031         * ext/alsa/gstalsa.c: (device_list),
18032         (gst_alsa_class_probe_devices):
18033         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18034           Fix alsa oddness in mixer after the combination of using mixer
18035           in source/sink elements and using hw:x,y instead of just hw:x.
18036
18037 2004-05-09  Benjamin Otte  <otte@gnome.org>
18038
18039         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
18040         (gst_wavparse_create_sourcepad):
18041           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
18042           sourcepads
18043
18044 2004-05-09  Benjamin Otte  <otte@gnome.org>
18045
18046         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18047           allow discont events before caps nego
18048
18049 2004-05-08  Benjamin Otte  <otte@gnome.org>
18050
18051         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18052           don't leak events
18053
18054 2004-05-08  Benjamin Otte  <otte@gnome.org>
18055
18056         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
18057         (gst_level_change_state), (gst_level_init):
18058         * gst/level/gstlevel.h:
18059           figure out if we're initialized directly instead of keeping a
18060           variable that's wrong in 90% of cases
18061           don't initialize pads and then leak them and use a new unitialized
18062           pad. (fixes #142084)
18063           these were bugs so n00bish I didn't find them for an hour :/
18064
18065 2004-05-08 Iain <iain@prettypeople.org>
18066
18067         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
18068         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
18069         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
18070         return the length that was read.
18071         (gst_riff_read_strf_auds): Allow fmt tags as well.
18072
18073 2004-05-07  David Schleef  <ds@schleef.org>
18074
18075         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
18076         signed char assumption in faad.h.
18077
18078 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18079
18080         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
18081           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
18082
18083 2004-05-07  Colin Walters  <walters@redhat.com>
18084
18085         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
18086         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
18087         function.
18088         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
18089         Add dispose function.
18090
18091 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
18092         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
18093           Fix caps nego and pad templates. RGB mode caps should
18094           work now.
18095         * ext/dvdnav/gst-dvd:
18096           Move mpeg2dec inside the thread because otherwise the
18097           queue rejects cap changes mid-stream
18098         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18099         (gst_mpeg2dec_flush_decoder):
18100           For mpeg2dec > 0.4.0, call the flush function instead of
18101           manually extracting all in-flight frames.
18102         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
18103         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
18104           Change mime type video/dv go video/x-dv to match the
18105           rest of gst-plugins
18106
18107 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18108
18109         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18110         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
18111         (gst_alsa_sink_class_init):
18112         * ext/alsa/gstalsasink.h:
18113         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
18114         (gst_alsa_src_class_init):
18115         * ext/alsa/gstalsasrc.h:
18116           Make alsasink/src a subclass of alsamixer so that mixer stuff
18117           shows up in gst-rec. Needs some finetuning.
18118
18119 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18120
18121         * ext/lame/gstlame.c: (gst_lame_chain):
18122           simplify
18123         * ext/mad/gstmad.c: (gst_mad_handle_event):
18124           fix event leak
18125         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18126           be able to detect mp3 files < 4096 bytes
18127
18128 2004-05-06  Wim Taymans  <wim@fluendo.com>
18129
18130         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18131         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18132         (theora_enc_set_property), (theora_enc_get_property):
18133         Also encode the first frame, cleanup some code.
18134
18135 2004-05-06  Wim Taymans  <wim@fluendo.com>
18136
18137         * ext/mpeg2enc/gstmpeg2enc.cc:
18138         Forward events first before deciding that negotiation was
18139         not performed.
18140
18141 2004-05-06  Wim Taymans  <wim@fluendo.com>
18142
18143         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18144         First process the events before deciding that negotiation
18145         was not performed.
18146
18147 2004-05-06  Wim Taymans  <wim@fluendo.com>
18148
18149         * ext/theora/Makefile.am:
18150         * ext/theora/theora.c: (plugin_init):
18151         * ext/theora/theoradec.c: (theora_dec_change_state):
18152         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
18153         (gst_theora_enc_class_init), (gst_theora_enc_init),
18154         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
18155         (theora_enc_chain), (theora_enc_change_state),
18156         (theora_enc_set_property), (theora_enc_get_property):
18157         Added a theora encoder, grouped the encoder and decoder into the
18158         same plugin.
18159
18160 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18161
18162         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18163         (gst_jpegenc_chain):
18164         fix DURATION on outgoing buffers
18165         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
18166         debug using time formats
18167         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18169         (gst_xvimagesink_sink_link):
18170         windows with width/height 0 generate X errors, so don't allow them
18171
18172 2004-05-05  Wim Taymans  <wim@fluendo.com>
18173
18174         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
18175         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
18176         (gst_mpeg2dec_negotiate_format):
18177         * ext/mpeg2dec/gstmpeg2dec.h:
18178           removed the static pad template so that we can add the
18179           more accurate framerate value to the caps.
18180
18181
18182 2004-05-04  Benjamin Otte  <otte@gnome.org>
18183
18184         * configure.ac:
18185           check for kdemacros.h, too (should fix #141821)
18186         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18187           don't crash if no header was sent, but nicely error out (fixes part
18188           of #141554)
18189
18190 2004-05-04  Wim Taymans  <wim@fluendo.com>
18191
18192         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
18193         parent dispose function to avoid segfault on destroy.
18194
18195 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18196
18197         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18198         (plugin_init):
18199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18200         (gst_xvimagesink_sink_link):
18201         clean up debugging caps
18202         also recreate xvimage when format has changed
18203
18204 2004-05-04  Benjamin Otte  <otte@gnome.org>
18205
18206         * ext/libvisual/Makefile.am:
18207         * ext/libvisual/visual.c: (gst_visual_class_init),
18208         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
18209         (gst_visual_srclink), (gst_visual_chain),
18210         (gst_visual_change_state), (plugin_init):
18211           use a GstAdapter to correctly adapt buffer sizes - allows using a
18212           framerate
18213
18214 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18215
18216         * sys/v4l/gstv4lelement.h:
18217         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18218         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
18219         (gst_v4lsrc_buffer_free):
18220         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
18221         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18222         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
18223         (gst_v4lsrc_requeue_frame):
18224         move some debugging categories around
18225         query for fps index and set accordingly if found
18226
18227 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18228
18229         * ext/lame/gstlame.c:
18230         correct defaults that lame_init puts out of range
18231
18232 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18233
18234         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
18235         (gst_divxenc_class_init):
18236         fix range since -1 is the default
18237         * gst/mpeg1sys/gstmpeg1systemencode.c:
18238         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
18239         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
18240         (gst_rtjpegdec_chain):
18241         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
18242         (gst_rtjpegenc_chain):
18243         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
18244         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
18245         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
18246         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
18247         * sys/v4l/gstv4lsrc.c:
18248         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18249         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18250         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18251         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
18252         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
18253           remove gst_info calls
18254
18255 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18256
18257         * Makefile.am:
18258         * po/af.po:
18259         * po/az.po:
18260         * po/en_GB.po:
18261         * po/nl.po:
18262         * po/sr.po:
18263         * po/sv.po:
18264           Updated translations
18265
18266 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18267
18268         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18269           refactor/comment code
18270
18271 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18272
18273         * gst/asfdemux/Makefile.am:
18274         * gst/asfdemux/asfheaders.c:
18275         * gst/asfdemux/asfheaders.h:
18276         * gst/asfdemux/gstasf.c: (plugin_init):
18277         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
18278         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
18279         (gst_asf_demux_setup_pad):
18280         * gst/asfdemux/gstasfdemux.h:
18281         * gst/asfdemux/gstasfmux.c:
18282         * gst/asfdemux/gstasfmux.h:
18283           Add tagging support to demuxer, split out registration in its own
18284           file instead of in demux (hacky), and prevent having some tables
18285           in our memory multiple times (in asfheaders.h).
18286
18287 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18288
18289         * gst/matroska/matroska-demux.c:
18290         (gst_matroska_demux_parse_metadata):
18291         * gst/matroska/matroska-ids.h:
18292           Basic tag reading support.
18293
18294 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18295
18296         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
18297           Really detect ac-3 audio.
18298         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
18299           really detect matroska files (off-by-1).
18300
18301 2004-04-30  David Schleef  <ds@schleef.org>
18302
18303         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18304         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
18305         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
18306         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
18307         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
18308         hackage -- parse a lot more atoms, extract a few tags.  One might even
18309         mistake this for tag support.  Maybe it is.
18310         * gst/qtdemux/qtdemux.h:
18311
18312 2004-04-30  Colin Walters  <walters@verbum.org>
18313
18314         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
18315
18316 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18317
18318         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18319         (gst_ffmpegcolorspace_getcaps):
18320           remove broken nego fix
18321
18322 2004-04-30  Benjamin Otte  <otte@gnome.org>
18323
18324         * configure.ac:
18325         * ext/Makefile.am:
18326         * ext/libvisual/Makefile.am:
18327         * ext/libvisual/visual.c:
18328           add initial support for libvisual (http://libvisual.sourceforge.net)
18329           libvisual is still quite alpha, so expect crashes in there :)
18330
18331 2004-04-29  David Schleef  <ds@schleef.org>
18332
18333         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
18334         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
18335         up qtdemux to make it spit out codec_data.  Do _not_ look at this
18336         code; you will no longer respect me.
18337
18338 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18339
18340         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
18341         * ext/alsa/gstalsa.h :
18342         change alsa pcm device discovery to find more than 1 device
18343         per card. code review by Ronald.
18344
18345 2004-04-29  David Schleef  <ds@schleef.org>
18346
18347         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
18348         Add a check for a driver bug on FreeBSD.  (bug #140565)
18349
18350 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18351
18352         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
18353         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18354         (gst_jpegenc_getcaps):
18355           move format setting to inner loop
18356         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18357         (gst_ffmpegcolorspace_getcaps):
18358           use GST_PAD_CAPS if available so that we use already negotiated
18359           caps
18360         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18361         (qtdemux_parse_moov), (qtdemux_parse):
18362           extra debugging
18363         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
18364         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
18365           move hardcoded path to DEFINE
18366
18367 2004-04-28  David Schleef  <ds@schleef.org>
18368
18369         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
18370         (bug #140064)
18371
18372 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18373
18374         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
18375           Don't probe for playback device if we're a source element. Fixes
18376           #139658.
18377
18378 2004-04-29  Benjamin Otte  <otte@gnome.org>
18379
18380         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18381         (gst_id3_tag_chain):
18382           rewrite buffer offset
18383
18384 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18385
18386         * configure.ac:
18387         * ext/Makefile.am:
18388         * ext/dts/Makefile.am:
18389         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
18390         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
18391         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
18392         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
18393         (gst_dtsdec_loop), (gst_dtsdec_change_state),
18394         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
18395         (plugin_init):
18396         * ext/dts/gstdtsdec.h:
18397           New DTS decoder.
18398         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
18399         (gst_faad_srcconnect):
18400           Add ESDS atom handling (.m4a).
18401
18402 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18403
18404         * ext/divx/gstdivxdec.c: (plugin_init):
18405           Remove comment that makes no sense.
18406         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
18407           Fix for obvious typo that resulted in warnings during gst-register.
18408         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
18409         (gst_xviddec_sink_link):
18410           Fix caps negotiation a bit better.
18411         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18412           We call this 'codec_data', not 'esds'.
18413
18414 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18415
18416         * gst/monoscope/gstmonoscope.c:
18417           make sure we only provide 256x128
18418         * gst/monoscope/monoscope.c: (monoscope_init):
18419           assert size of 256x128
18420
18421 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18422
18423         * Makefile.am:
18424         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
18425         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
18426           fixate to max width and height of device
18427
18428 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18429
18430         * Makefile.am:
18431         * sys/v4l/gstv4l.c:
18432         * sys/v4l/gstv4lsrc.c:
18433         * sys/v4l/v4l_calls.c:
18434         * sys/v4l/v4lsrc_calls.c:
18435           fix for qc-usb driver which fakes having more than one buffer
18436           by handing the same buffer twice, which confused GStreamer's/v4lsrc
18437           buffer_free override
18438           add debugging
18439
18440 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18441
18442         * Makefile.am:
18443         * gst/videotestsrc/gstvideotestsrc.c:
18444         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
18445         (gst_videotestsrc_init), (gst_videotestsrc_get),
18446         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
18447         * gst/videotestsrc/gstvideotestsrc.h:
18448           add num-buffers property
18449
18450         2004-04-26  Benjamin Otte  <otte@gnome.org>
18451
18452         * ext/mad/gstid3tag.c: (plugin_init):
18453           set id3mux rank to NONE so it doesn't confuse spider
18454           require audio/mpeg,mpegversion=1 in id3mux
18455
18456 2004-04-26  Benjamin Otte  <otte@gnome.org>
18457
18458         * configure.ac:
18459           detect faad correctly as non-working if it's indeed non-working
18460
18461 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18462
18463         * Makefile.am:
18464         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18465         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
18466         fix _getcaps so it only negotiates to its supported format
18467
18468 2004-04-25  Benjamin Otte  <otte@gnome.org>
18469
18470         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18471           fix memleak
18472
18473 2004-04-23  Benjamin Otte  <otte@gnome.org>
18474
18475         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18476           audio/x-raw-int with height rules! not. Now it's depth.
18477
18478 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18479
18480         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
18481         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
18482         (gst_wavparse_loop):
18483           Missing variable initialization. Add handling of DVI ADPCM. Fix
18484           mis-parsing of LIST chunks. This works around a bug where we mis-
18485           parse non-aligning LIST chunks (so LIST chunks where the contents
18486           don't align with the actual LIST size). The correct fix is to use
18487           rifflib, I'm not going to fix wavparse - too much work. All this
18488           fixes #104878.
18489
18490 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18491
18492         reviewed by Benjamin Otte  <otte@gnome.org>
18493
18494         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
18495           fix shoutcast not working (fixes #140844)
18496
18497 2004-04-22  Benjamin Otte  <otte@gnome.org>
18498
18499         * ext/hermes/gsthermescolorspace.c:
18500         (gst_hermes_colorspace_caps_remove_format_info):
18501         * gst/colorspace/gstcolorspace.c:
18502         (gst_colorspace_caps_remove_format_info):
18503         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18504         (gst_ffmpegcolorspace_caps_remove_format_info):
18505           s/gst_caps_simplify/gst_caps_do_simplify/
18506
18507 2004-04-22  Benjamin Otte  <otte@gnome.org>
18508
18509         * gst-libs/gst/riff/riff-media.c:
18510         (gst_riff_create_video_caps_with_data):
18511           mpegversion is an int
18512         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
18513           don't try to create pad templates with NULL caps, use any caps
18514           instead.
18515
18516 2004-04-20  David Schleef  <ds@schleef.org>
18517
18518         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
18519         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
18520         (bug #140384)
18521
18522 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18523
18524         reviewed by David Schleef
18525
18526         * ext/mad/gstid3tag.c: Add stdlib.h
18527         * gst/rtp/gstrtpgsmenc.c: same
18528         * gst/tags/gstid3tag.c: same
18529         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
18530         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
18531         GST_DISABLE_LOADSAVE use.
18532         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
18533         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
18534         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
18535         atol(3)).
18536         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
18537         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
18538         strtoul(3)).
18539         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
18540         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
18541         $(ID3_CFLAGS).
18542         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
18543         $(LIBFAME_CFLAGS).
18544
18545 2004-04-20  David Schleef  <ds@schleef.org>
18546
18547         * gst/realmedia/rmdemux.c:  This was supposed to part of the
18548         last checkin.  Same idea.
18549
18550 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18551
18552         reviewed by David Schleef
18553
18554         * configure.ac: bump required gstreamer version to 0.8.1.1
18555         because of following changes [--ds]
18556
18557         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
18558         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
18559         (gst_riff_read_header):  Use GST_READ_UINT*
18560         macros to access possibly unaligned memory.
18561
18562         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
18563         (mp3_type_find):  Use GST_READ_UINT*
18564         macros to access possibly unaligned memory.
18565         (mp3_type_find, mpeg1_parse_header, qt_type_find)
18566         (speex_type_find): Likewise
18567
18568         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
18569
18570         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
18571         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
18572         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
18573         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
18574         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
18575         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
18576         macros to access possibly unaligned memory.
18577
18578         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
18579         Likewise.
18580
18581         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
18582         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
18583
18584         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18585         Likewise.
18586
18587         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
18588         (gst_mpeg2subt_chain_subtitle): Likewise.
18589
18590         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
18591         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
18592         Likewise.
18593
18594         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
18595         Likewise.
18596
18597         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
18598         Likewise.
18599
18600         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
18601         Likewise.
18602
18603 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18604
18605         * configure.ac:
18606           update required version of GStreamer because of GST_TIME_FORMAT
18607
18608 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18609
18610         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
18611           remove leftover g_print
18612         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18613           don't try setting only a subset of the caps. We don't want to kill
18614           autoplugging on purpose
18615
18616 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18617
18618         * sys/ximage/ximagesink.c: (plugin_init):
18619         * sys/xvimage/xvimagesink.c: (plugin_init):
18620           add debugging categories
18621
18622 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18623
18624         * po/en_GB.po:
18625         * po/LINGUAS:
18626           Adding en_GB translation (Gareth Owen)
18627
18628 2004-04-20  David Schleef  <ds@schleef.org>
18629
18630         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18631         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
18632         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
18633         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
18634         A number of new features and hacks to extract the esds atom and
18635         put it into the caps.  (bug #137724)
18636
18637 2004-04-19  David Schleef  <ds@schleef.org>
18638
18639         * gconf/Makefile.am: Fix for non-GNU make
18640         * gst-libs/gst/Makefile.am: Change directory order to handle
18641         GstPlay linking with gstinterfaces
18642         * gst-libs/gst/audio/make_filter: make use of tr portable
18643         * gst-libs/gst/play/Makefile.am: Add intended \
18644         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18645         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
18646         function prototype instead of void *.
18647         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
18648         macro.
18649         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18650         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
18651         * gst/videofilter/make_filter: make use of tr portable
18652         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
18653
18654 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18655
18656         * po/LINGUAS:
18657         * po/uk.po:
18658           Added Ukrainian translation (Maxim V. Dziumanenko)
18659
18660 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18661
18662         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
18663         (gst_gsmdec_link), (gst_gsmdec_chain):
18664           Fix capsnego, simplify chain function slightly.
18665         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
18666           Add GSM.
18667
18668 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18669
18670         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18671         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
18672         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
18673           Hack to make wavparse work with spider (always -> sometimes pad).
18674           Fixes #135862 && #140411.
18675
18676 2004-04-18  Benjamin Otte  <otte@gnome.org>
18677
18678         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
18679         (gst_osselement_rate_probe_check),
18680         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
18681           get rid of \n in debug output
18682
18683 2004-04-17  Iain <iain@prettypeople.org>
18684
18685         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
18686         not just EOS.
18687
18688 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18689
18690         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18691         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
18692         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
18693         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
18694         (gst_id3_tag_src_link), (gst_id3_tag_chain),
18695         (gst_id3_tag_change_state), (plugin_init):
18696           deprecate id3tag element and replace with id3demux/id3mux.
18697           great side effect: this ugly file is now even uglier, yay!
18698         * ext/mad/gstmad.h:
18699           remove non-available function
18700           update for new get_type
18701
18702 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18703
18704         * configure.ac:
18705           require mpeg2dec >= 0.4.0
18706
18707 2004-04-17  Benjamin Otte  <otte@gnome.org>
18708
18709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18710         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
18711         (gst_xvimagesink_set_xwindow_id):
18712           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
18713           assorted cleanup fixes.
18714
18715 2004-04-16  David Schleef  <ds@schleef.org>
18716
18717         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
18718         * sys/xvimage/xvimagesink.h: same
18719
18720 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18721
18722         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18723           Fix GST_ELEMENT_ERROR with (NULL)
18724
18725 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18726
18727         * gst-libs/gst/riff/riff-media.c:
18728         (gst_riff_create_video_caps_with_data):
18729           Add div[3456] as fourccs for DivX 3 (fixes #140137).
18730
18731 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18732
18733         * gst-libs/gst/riff/riff-media.c:
18734         (gst_riff_create_video_caps_with_data),
18735         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
18736         (gst_riff_create_video_template_caps),
18737         (gst_riff_create_audio_template_caps):
18738         * gst-libs/gst/riff/riff-media.h:
18739         * gst-libs/gst/riff/riff-read.c:
18740         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
18741         * gst-libs/gst/riff/riff-read.h:
18742         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18743           Add MS RLE support. I added some functions to read out strf chunks
18744           into strf chunks and the data behind it. This is usually color
18745           palettes (as in RLE, but also in 8-bit RGB). Also use those during
18746           caps creation. Lastly, add ADPCM (similar to wavparse - which
18747           should eventually be rifflib based).
18748         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18749         (gst_matroska_demux_init), (gst_matroska_demux_reset):
18750         * gst/matroska/matroska-demux.h:
18751           Remove placeholders for some prehistoric tagging system. Didn't add
18752           support for any tag system really anyway.
18753         * gst/qtdemux/qtdemux.c:
18754           Add support for audio/x-m4a (MPEG-4) through spider.
18755         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18756         (gst_wavparse_loop):
18757           ADPCM support (#135862). Increase max. buffer size because we
18758           cannot split buffers for ADPCM (screws references) and I've seen
18759           files with 2048 byte chunks. 4096 seems safe for now.
18760
18761 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18762
18763         * configure.ac: bump nano to 1
18764
18765 === release 0.8.1 ===
18766
18767 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18768
18769         * configure.ac: releasing 0.8.1, "Comforting Sounds"
18770
18771 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18772
18773         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18774           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
18775           Fixes #140058
18776
18777 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18778
18779         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
18780           lower rank of dvddemux so that it's not used for mpeg playback.
18781
18782 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18783
18784         * configure.ac:
18785           save libs correctly when checking mad
18786
18787 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18788
18789         * ext/mad/gstid3tag.c: (plugin_init):
18790           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
18791
18792 2004-04-13  David Schleef  <ds@schleef.org>
18793
18794         * common/m4/gst-feature.m4: Call -config scripts with
18795         --plugin-libs if it is supported.
18796         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
18797         JPEG images are image/jpeg.
18798         * gst/debug/Makefile.am:
18799         * gst/debug/negotiation.c: (gst_negotiation_class_init),
18800         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
18801         (gst_negotiation_update_caps), (gst_negotiation_get_property),
18802         (gst_negotiation_plugin_init): Add a property that acts like
18803         filter caps.
18804         * testsuite/gst-lint:  Move license checking to be a standard
18805         test.
18806
18807 2004-04-13  David Schleef  <ds@schleef.org>
18808
18809         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
18810         patch from Sebastien Cote (bug #139958)
18811
18812 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18813
18814         * examples/gstplay/Makefile.am:
18815         * examples/gstplay/player.c: (main):
18816           make the commandline player example use gconf settings
18817
18818 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18819
18820         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18821         (gst_cacasink_sinkconnect), (gst_cacasink_init),
18822         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
18823           init/end library during state transition, not object
18824           creation/disposal.  get rid of custom dispose handler.
18825
18826
18827 2004-04-12  Christian Schaller <Uraeus@gnome.org>
18828
18829         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
18830         be a symlink
18831
18832 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18833
18834         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
18835           Handle JUNK chunks inside data section. Prevents warnings.
18836
18837 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18838
18839         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18840         (gst_riff_create_video_template_caps):
18841           Add MS video v1.
18842         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18843         (gst_avi_demux_stream_data):
18844           Add support for "rec-list" chunks.
18845
18846 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18847
18848         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18849           Fix another codecname mismatch.
18850
18851 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18852
18853         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18854           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
18855           so that MJPEG plays back.
18856
18857 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18858
18859         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18860         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
18861         * gst/mpeg1videoparse/gstmp1videoparse.h:
18862           Fix for some slight mis-cuts in buffer parsing, and for some
18863           potential overflows or faults-causers. Adds disconts. Also fixes
18864           #139105 while we're at it.
18865
18866 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18867
18868         * configure.ac:
18869         * sys/v4l2/gstv4l2element.h:
18870           Workaround for missing struct v4l2_buffer declaration in Suse 9
18871           and Mandrake 10 linux/videodev2.h header file (#135919).
18872
18873 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18874
18875         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18876           Bail out if no filename was given.
18877
18878 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18879
18880         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
18881         (gst_v4l2_fourcc_from_structure):
18882           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
18883           Y41B somewhere).
18884
18885 2004-04-09  Benjamin Otte  <otte@gnome.org>
18886
18887         * ext/gnomevfs/gstgnomevfssink.c:
18888         (_gst_boolean_allow_overwrite_accumulator),
18889         (gst_gnomevfssink_class_init):
18890           fix erase signal - if any handler returns false the file will not be
18891           overwritten. If no handler is connected, the file will not be
18892           overwritten either.
18893           renamed signal to "allow-overwrite"
18894         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
18895           free string when adding it to ID3 failed
18896         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18897           unref event when done
18898         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18899           free caps
18900         * gst/typefind/gsttypefindfunctions.c:
18901         (mpeg_video_stream_type_find):
18902           fix invalid read
18903
18904 2004-04-08  David Schleef  <ds@schleef.org>
18905
18906         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18907         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
18908
18909 2004-04-08  David Schleef  <ds@schleef.org>
18910
18911         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
18912         we don't support (bug #139532)
18913
18914 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18915
18916         * ext/mad/gstmad.c: (gst_mad_handle_event),
18917         (gst_mad_check_caps_reset), (gst_mad_chain),
18918         (gst_mad_change_state):
18919           only set explicit caps if they haven't been set before for
18920           this stream.  MPEG-audio sample rate/channels aren't allowed
18921           to change in-stream.
18922           Fixes #139382
18923
18924 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18925
18926         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
18927         (_gst_boolean_did_something_accumulator),
18928         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
18929         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
18930         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
18931         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
18932         (gst_gnomevfssink_change_state):
18933           Fix erase signal. Don't erase by default. Remove handoff signal.
18934           Remove erase property. Don't segfault. General cleanup.
18935
18936 2004-04-07  Benjamin Otte  <otte@gnome.org>
18937
18938         * gst-libs/gst/gconf/test-gconf.c: (main):
18939           add missing gst_init
18940
18941 2004-04-07  Benjamin Otte  <otte@gnome.org>
18942
18943         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18944           free the mutexes, too
18945
18946 2004-04-07  Benjamin Otte  <otte@gnome.org>
18947
18948         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18949           actually free the URI string
18950         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
18951           compute offset correctly when passing discont events
18952         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18953           don't leak discont events
18954         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
18955           add some missing breaks so caps aren't copied randomly
18956         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
18957           if we realloc memory, we better use it
18958
18959 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18960
18961         * ext/mad/gstmad.c: (normal_seek):
18962           fix GST_FORMAT_TIME usage
18963
18964 2004-04-05  David Schleef  <ds@schleef.org>
18965
18966         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
18967         a deprecated function (hack!)
18968
18969 2004-04-05  Benjamin Otte  <otte@gnome.org>
18970
18971         * ext/esd/esdmon.c: (gst_esdmon_get):
18972           fix nonterminated vararg and memleak
18973
18974 2004-04-05  Benjamin Otte  <otte@gnome.org>
18975
18976         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
18977         (gst_ladspa_init), (gst_ladspa_force_src_caps),
18978         (gst_ladspa_set_property), (gst_ladspa_get_property),
18979         (gst_ladspa_instantiate), (gst_ladspa_activate),
18980         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
18981           clean up debugging
18982
18983 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
18984
18985         reviewed by Benjamin Otte  <otte@gnome.org>
18986
18987         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
18988           check for broken LADSPA parameters (fixes #138635)
18989
18990 2004-04-05  Benjamin Otte  <otte@gnome.org>
18991
18992         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
18993           advertise buffer-frames correctly on sinkpads
18994
18995 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18996
18997         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
18998         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
18999         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
19000         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
19001         (gst_mad_check_caps_reset), (gst_mad_chain):
19002         add more debugging, only reset caps when we're not in error state
19003
19004 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19005
19006         * ext/mad/gstmad.c: add debugging category, comment + cleanups
19007
19008 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
19009
19010         reviewed by Benjamin Otte  <otte@gnome.org>
19011
19012         * configure.ac:
19013           fix == in test(1) operator
19014
19015 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
19016
19017         reviewed by Benjamin Otte  <otte@gnome.org>
19018
19019         * configure.ac:
19020           fix --export-symblos-regex to a working regex.
19021
19022 2004-04-04  Benjamin Otte  <otte@gnome.org>
19023
19024         * sys/oss/.cvsignore:
19025           add for oss_probe
19026
19027 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19028
19029         reviewed by Benjamin Otte  <otte@gnome.org>
19030
19031         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19032           add missing 'new_media' argument (fixes #138168)
19033         * gst/matroska/matroska-demux.c:
19034         (gst_matroska_demux_handle_seek_event):
19035           add vararg terminator (fixes #138169)
19036
19037 2004-04-02  David Schleef  <ds@schleef.org>
19038
19039         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
19040         disted (bug #138914)
19041
19042 2004-04-01  Benjamin Otte  <otte@gnome.org>
19043
19044         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
19045         (gst_alsa_close_audio):
19046           handle case better where a soundcard can't pause
19047         * ext/ogg/gstoggdemux.c:
19048           don't crash when we get events but don't have pads yet
19049
19050 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19051
19052         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
19053           throw an error if we couldn't probe any caps.
19054
19055 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
19056
19057         * ext/dvdnav/gst-dvd:
19058         Add a really simple sample DVD player
19059
19060 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
19061
19062         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
19063         (gst_a52dec_push), (gst_a52dec_handle_event),
19064         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
19065         (gst_a52dec_change_state):
19066         * ext/a52dec/gsta52dec.h:
19067           Use a debug category, Output timestamps correctly
19068           Emit tag info, Handle events, tell liba52dec about cpu
19069           capabilities so it can use MMX etc.
19070         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
19071           Fix a crasher accessing invalid memory
19072         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
19073         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
19074         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
19075         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
19076         (dvdnavsrc_query):
19077           Some support for byte-format seeking.
19078           Small fixes for still frames and menu button overlays
19079         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19080         (gst_mpeg2dec_alloc_buffer):
19081           Use a debug category. Adjust the report level of several items to
19082           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
19083           so it doesn't lose the GstBuffer pointer
19084         * gst/debug/Makefile.am:
19085         * gst/debug/gstdebug.c: (plugin_init):
19086         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
19087         (gst_navseek_base_init), (gst_navseek_class_init),
19088         (gst_navseek_init), (gst_navseek_seek),
19089         (gst_navseek_handle_src_event), (gst_navseek_set_property),
19090         (gst_navseek_get_property), (gst_navseek_chain),
19091         (gst_navseek_plugin_init):
19092         * gst/debug/gstnavseek.h:
19093           Add the navseek debug element for seeking back and forth in a
19094           video stream using arrow keys.
19095         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
19096         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
19097         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
19098         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
19099         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
19100         (gst_mpeg2subt_parse_header), (gst_get_nibble),
19101         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
19102         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
19103         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
19104         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
19105         * gst/mpeg2sub/gstmpeg2subt.h:
19106           Pretty much a complete rewrite. Now a loopbased element. May still
19107           require work to properly synchronise subtitle buffers.
19108         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
19109         (gst_dvd_demux_send_subbuffer):
19110         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
19111           Don't attempt to create subbuffers of size 0
19112           Reduce a couple of error outputs to warnings.
19113         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
19114         (gst_y4mencode_chain):
19115         Output the y4m frame header correctly.
19116
19117 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19118
19119         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19120           throw errors instead of allowing SIGFPE
19121
19122 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19123
19124         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
19125         (gst_gconf_render_bin_from_key):
19126           leak plugging and style fixing
19127
19128 2004-03-31  David Schleef  <ds@schleef.org>
19129
19130         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
19131         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
19132         (bug #138225)
19133         * gst/debug/Makefile.am:
19134         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
19135         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
19136         plugin.
19137         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
19138         (gst_negotiation_base_init), (gst_negotiation_class_init),
19139         (gst_negotiation_init), (gst_negotiation_getcaps),
19140         (gst_negotiation_pad_link), (gst_negotiation_chain),
19141         (gst_negotiation_set_property), (gst_negotiation_get_property),
19142         (gst_negotiation_plugin_init):  New element to talk about random
19143         negotiation things happening in a pipeline.
19144
19145 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19146
19147         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19148           fix integer addition with help of Stefan Kost
19149
19150 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19151
19152         * po/nl.po: updated Dutch translation (Elros Cyriatan)
19153
19154 2004-03-30  David Schleef  <ds@schleef.org>
19155
19156         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
19157         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
19158         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
19159         (bug #137504)
19160         * ext/mpeg2dec/gstmpeg2dec.h:
19161
19162 2004-03-30  David Schleef  <ds@schleef.org>
19163
19164         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
19165
19166 2004-03-30  David Schleef  <ds@schleef.org>
19167
19168         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
19169         Michael Petullo) to handle .mov
19170
19171 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19172
19173         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
19174         (gst_osselement_rate_check_rate):
19175           probe caps correctly for sound cards that only support one format
19176
19177 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19178
19179         * ext/kio/kiosrc.cpp: (process_events):
19180           update handling event processing if inside KDE - untested
19181
19182 2004-03-29  David Schleef  <ds@schleef.org>
19183
19184         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
19185         by 2 to not interfere with other colorspaces.
19186         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
19187         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
19188         one to not interfere with ffmpeg_colorspace.
19189
19190 2004-03-29  David Schleef  <ds@schleef.org>
19191
19192         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
19193         aren't in the caps.
19194         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
19195         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
19196
19197 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19198
19199         * gst-libs/gst/riff/riff-media.c:
19200           fail on error, don't try to set stuff on NULL caps
19201
19202 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19203
19204         * configure.ac:
19205         * ext/Makefile.am:
19206         * ext/kio/Makefile.am:
19207         * ext/kio/kioreceiver.cpp:
19208         * ext/kio/kioreceiver.h:
19209         * ext/kio/kiosrc.cpp:
19210         * ext/kio/kiosrc.h:
19211           add experimental kiosrc plugin
19212         * ext/alsa/gstalsaplugin.c: (plugin_init):
19213           initialize debugging category only when we're sure registering the
19214           plugins worked.
19215
19216 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19217
19218         * examples/gstplay/player.c: (main):
19219         * gst-libs/gst/play/play.c: (gst_play_class_init),
19220         (gst_play_set_location), (gst_play_set_data_src),
19221         (gst_play_set_video_sink), (gst_play_set_audio_sink),
19222         (gst_play_set_visualization), (gst_play_connect_visualization):
19223           check return values of element_set_state and return FALSE where
19224           failed
19225
19226 2004-03-29  Benjamin Otte  <otte@gnome.org>
19227
19228         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19229           try harder to check if an event is really a discont
19230
19231 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19232
19233         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
19234         * po/az.po:
19235
19236 2004-03-28  Benjamin Otte  <otte@gnome.org>
19237
19238         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
19239         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19240         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
19241           get rid of non-standard "..." ranges in case statements.
19242
19243 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
19244
19245         * gst/mpegstream/gstmpegdemux.c:
19246         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
19247         specific functionality split to the new dvddemux element.
19248         * gst/mpegstream/gstdvddemux.c:
19249         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
19250         streams, derived from mpegdemux.
19251         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
19252         up. SCR based timestamp rewriting can be turned off (will probably
19253         completely disappear soon).
19254         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
19255         hacking. General cleanup. All printf statements replaced by
19256         debugging messages. Almost complete libdvdnav support.
19257         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
19258         by events. New properties for audio and subpicture languages.
19259         (dvdnavsrc_update_highlight): Now uses events.
19260         (dvdnavsrc_user_op): Cleaned up.
19261         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
19262         based). Lots of cleanup, and propper support for most libdvdnav
19263         events.
19264         (dvdnavsrc_make_dvd_event): New function.
19265         (dvdnavsrc_make_dvd_nav_packet_event): New function.
19266         (dvdnavsrc_make_clut_change_event): New function.
19267
19268 2004-03-26  Benjamin Otte  <otte@gnome.org>
19269
19270         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
19271           fix bug where typefinding would claim it's theora whenever less then
19272           7 bytes of data were available
19273
19274 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19275
19276         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
19277         (gst_alawdec_base_init), (gst_alawdec_class_init),
19278         (gst_alawdec_init), (gst_alawdec_chain):
19279         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
19280         (gst_alawenc_base_init), (gst_alawenc_class_init),
19281         (gst_alawenc_init), (gst_alawenc_chain):
19282         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
19283         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
19284         (gst_mulawdec_init), (gst_mulawdec_chain):
19285         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
19286         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
19287         (gst_mulawenc_init), (gst_mulawenc_chain):
19288           Fix capsnego in all four, remove the unused property functions and
19289           simplify the chain functions slightly. I guess we could use macros
19290           or something similar for those, since the code is so similar, but
19291           I'm currently too lazy...
19292
19293 2004-03-24  David Schleef  <ds@schleef.org>
19294
19295         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19296         (gst_osselement_close_audio), (gst_osselement_probe_caps),
19297         (gst_osselement_get_format_structure),
19298         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
19299         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
19300         (gst_osselement_rate_int_compare): Add code to handle rate probing
19301         (bug #120883)
19302         * sys/oss/gstosselement.h: same
19303         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
19304         Use rate probing provided by osselement.
19305         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
19306
19307 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19308
19309         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
19310         (gst_xvidenc_get_property):
19311           ulong/int mess-up.
19312
19313 2004-03-24  David Schleef  <ds@schleef.org>
19314
19315         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
19316         (gst_speexdec_init):
19317         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
19318         (gst_speexenc_init):  Create the pad template correctly (from
19319         the static pad template, not a NULL pointer.)
19320
19321 2004-03-25  Benjamin Otte  <otte@gnome.org>
19322
19323         * gst/debug/Makefile.am:
19324         * gst/debug/breakmydata.c:
19325           add element that quasi-randomly changes bytes in the stream.
19326           Intended use is robustness checking of demuxers and decoders in
19327           media tests.
19328
19329 2004-03-24  Benjamin Otte  <otte@gnome.org>
19330
19331         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19332         (gst_alsa_probe_hw_params):
19333         * ext/alsa/gstalsa.h:
19334           debugging output fixes
19335
19336 2004-03-24  Benjamin Otte  <otte@gnome.org>
19337
19338         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
19339           don't g_return_if_fail if element is PLAYING, fail silently as every
19340           other element.
19341         * gst/effectv/gstquark.c: (gst_quarktv_chain):
19342           only fix needed for cast lvalue issues in gst-plugins
19343         * gst/volenv/gstvolenv.c: (gst_volenv_init):
19344           add proxy_getcaps
19345
19346 2004-03-24  Benjamin Otte  <otte@gnome.org>
19347
19348         * gst/level/gstlevel.c: (gst_level_init):
19349           add proxying getcaps function, so level doesn't advertise impossible
19350           caps
19351
19352 2004-03-24  David Schleef  <ds@schleef.org>
19353
19354         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19355         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
19356         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
19357         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
19358         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
19359         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
19360         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
19361         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
19362         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
19363         messages.  Divide the chunk size by the compression ratio
19364         (needed for MACE audio)
19365
19366 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19367
19368         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19369           Fix buffer overflow read error.
19370
19371 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19372
19373         * ext/alsa/gstalsa.h:
19374           Remove unused entry.
19375         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19376           Add cinepak.
19377         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
19378         (gst_videodrop_link), (gst_videodrop_chain):
19379           Fix, sort of. Was horribly broken with new capsnego. Bah...
19380
19381 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
19382
19383         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
19384         (plugin_init):
19385         Add a monkeysaudio typefind function
19386
19387 2004-03-23  Johan Dahlin  <johan@gnome.org>
19388
19389         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
19390         (gst_play_video_fixate): Check so the structure has the field
19391         before trying to fixate them, this makes it possible to have
19392         fakesinks for video and audio output without printing errors on
19393         the output console.
19394
19395 2004-03-22  David Schleef  <ds@schleef.org>
19396
19397         * sys/oss/Makefile.am:
19398         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
19399         (check_rate), (add_rate):  Rate probing test app.
19400
19401 2004-03-21  Benjamin Otte  <otte@gnome.org>
19402
19403         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19404         (_fixate_caps_to_int), (gst_audio_convert_fixate):
19405           add a fixation function that pretty much does the right thing (fixes
19406           #137556)
19407
19408 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
19409
19410         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
19411
19412 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19413
19414         reviewed by: Benjamin Otte  <otte@gnome.org>
19415
19416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19417           terminate gst_event_new_discontinuous correctly (fixes parts of
19418           #137711)
19419
19420 2004-03-19  David Schleef  <ds@schleef.org>
19421
19422         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
19423         since it doesn't depend on X, and it's part of our ABI.
19424
19425 2004-03-19  Iain <iain@prettypeople.org>
19426
19427         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
19428         is_int in the structure, not the local variable.
19429
19430 2004-03-19  David Schleef  <ds@schleef.org>
19431
19432         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
19433         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
19434         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
19435         Improvements in caps negotiation.
19436
19437 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19438
19439         * po/LINGUAS:
19440         * po/af.po:
19441           adding Afrikaans (Petri Jooste)
19442
19443 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19444
19445         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19446         (gst_ffmpegcolorspace_chain):
19447         throw error instead of g_critical (#137588)
19448
19449 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19450
19451         * Makefile.am:
19452         * configure.ac:
19453           dist common and m4 correctly
19454         * po/sv.po:
19455
19456 2004-03-17  David Schleef  <ds@schleef.org>
19457
19458         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
19459         (bug #137348)
19460
19461 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19462
19463         * po/LINGUAS:
19464         * po/sv.po:
19465           adding Swedish translation (Christian Rose)
19466
19467 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19468
19469         * Makefile.am: use release.mak
19470
19471 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19472
19473         * common/ChangeLog:
19474         * common/gst-autogen.sh:
19475           add some explanation about the version detection
19476         * configure.ac:
19477           fix X check
19478
19479 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19480
19481         * configure.ac: bump nano to 1
19482
19483 === release 0.8.0 ===
19484
19485 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19486
19487         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
19488
19489 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19490
19491         * configure.ac:
19492           update libtool version
19493         * gst-libs/gst/media-info/Makefile.am:
19494           actually use libtool version
19495
19496 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19497
19498         * configure.ac: fix speex detection to work with 1.0 but not 1.1
19499
19500 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19501
19502         * configure.ac:
19503         * gst-plugins.spec.in:
19504         * pkgconfig/Makefile.am:
19505         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
19506         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19507         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19508         * pkgconfig/gstreamer-libs.pc.in:
19509         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19510         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19511         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
19512         * pkgconfig/gstreamer-plugins.pc.in:
19513           remove @VERSION@ from some of the pc files since core and plugins
19514           are decoupled.
19515           created gstreamer-plugins.pc as it's a better name, but keeping
19516           -libs around for now to get fixes upstream done first.
19517
19518 2004-03-15  Julien MOUTTE <julien@moutte.net>
19519
19520         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
19521         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
19522         * gst-libs/gst/play/play.h:
19523
19524 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19525
19526         * *.c, *.cc: don't mix tabs and spaces
19527
19528 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19529
19530         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
19531           use the new ffmpegcolorspace
19532         * gst-plugins.spec.in:
19533           package new colorspace and media-info
19534         * configure.ac:
19535         * pkgconfig/Makefile.am:
19536           fix some more disting issues
19537         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19538         * pkgconfig/gstreamer-media-info.pc.in:
19539           generate media-info pc files
19540
19541 2004-03-15  Johan Dahlin  <johan@gnome.org>
19542
19543         * *.h: Revert indenting
19544
19545 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19546
19547         * configure.ac:
19548           adding ffmpegcolorspace element
19549         * gst/ffmpegcolorspace/Makefile.am:
19550         * gst/ffmpegcolorspace/avcodec.h:
19551         * gst/ffmpegcolorspace/common.h:
19552         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19553         * gst/ffmpegcolorspace/dsputil.h:
19554         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19555         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19556         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
19557         (gst_ffmpeg_caps_to_pix_fmt):
19558         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19559         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19560         (gst_ffmpegcolorspace_caps_remove_format_info),
19561         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
19562         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
19563         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
19564         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
19565         (gst_ffmpegcolorspace_set_property),
19566         (gst_ffmpegcolorspace_get_property),
19567         (gst_ffmpegcolorspace_register):
19568         * gst/ffmpegcolorspace/imgconvert.c:
19569         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19570         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19571         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19572         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19573         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19574         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
19575         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
19576         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
19577         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
19578         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
19579         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
19580         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
19581         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
19582         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
19583         (img_get_alpha_info), (deinterlace_line),
19584         (deinterlace_line_inplace), (deinterlace_bottom_field),
19585         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19586         * gst/ffmpegcolorspace/imgconvert_template.h:
19587         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19588         * gst/ffmpegcolorspace/mmx.h:
19589         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
19590           adding ffmpegcolorspace element supplied by Ronald after cleaning
19591           up and pulling in the right bits of upstream source.
19592           I'm sure a better C/compiler wizard could do some cleaning up (for
19593           example use GLIB's malloc stuff), but as a first pass this
19594           works very well
19595
19596 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19597
19598         * ext/alsa/gstalsa.h:
19599           I assume Ronald forgot to commit the change to have cardname
19600           as a struct member.  Expect some public spanking at the next
19601           opportunity.
19602
19603 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19604
19605         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
19606         (gst_alsa_open_audio), (gst_alsa_close_audio):
19607         * ext/alsa/gstalsa.c:
19608           Don't open the device if we're a mixer (= padless).
19609         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
19610         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
19611         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
19612           Open mixer during state change rather than during object
19613           initialization. Also, get a device name. Currently in a somewhat
19614           hackish fashion, but I didn't really find something better.
19615
19616 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19617
19618         * *.c, *.h: run gst-indent
19619
19620 2004-03-14  Benjamin Otte  <otte@gnome.org>
19621
19622         * gst/modplug/gstmodplug.cc:
19623         * gst/modplug/gstmodplug.h:
19624           set correct timestamps on outgoing buffers
19625
19626 2004-03-14  Benjamin Otte  <otte@gnome.org>
19627
19628         * gst/modplug/gstmodplug.cc:
19629           handle events - don't do crap when a discont arrives that's not
19630           necessary
19631           This allows correct loading and playback of mods in Rhythmbox
19632
19633 2004-03-14  Benjamin Otte  <otte@gnome.org>
19634
19635         * configure.ac:
19636         * gst-libs/gst/gconf/Makefile.am:
19637         * pkgconfig/Makefile.am:
19638           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
19639           they get rebuilt properly
19640         * configure.ac:
19641           when checking for vorbis, try pkgconfig first.
19642         * gst/modplug/gstmodplug.cc:
19643           add fixate function
19644
19645 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19646
19647         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19648           Fix for obvious mistake, where we first shift the offset and then
19649           read a samplesize element assuming the old offset. Note that this
19650           part still has something weird, i.e. my movies containing those
19651           don't actually play well, but at least there's something that looks
19652           like sound now.
19653
19654 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
19655         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
19656         (plugin_init):
19657         Add a typefind function for speex format
19658
19659 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19660
19661         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
19662         (gst_asf_demux_setup_pad):
19663           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
19664           instead of 0. Reason is simple: some elements have a fps range
19665           of 1-max instead of 0-max. So now ASF video actually works.
19666
19667 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19668
19669         * po/LINGUAS:
19670         * po/sr.po:
19671           adding serbian as a language
19672
19673 2004-03-13  Benjamin Otte  <otte@gnome.org>
19674
19675         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19676           return taglist correctly from _get function, don't gst_pad_push it.
19677           (fixes #137042)
19678
19679 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19680         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19681
19682 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19683
19684         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
19685         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
19686         (gst_alsa_mixer_track_new):
19687         * ext/alsa/gstalsamixertrack.h:
19688           Fix ancient leftovers... MixerTrack is a GObject.
19689
19690 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19691
19692         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19693         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19694           Don't block during probing...
19695
19696 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19697
19698         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
19699         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
19700         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
19701         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
19702         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
19703         (gst_alsa_open_audio), (gst_alsa_close_audio):
19704         * ext/alsa/gstalsa.h:
19705           Add propertyprobe interface implementation, add some device-name
19706           property, all this so that it looks good in gnome-volume-control.
19707
19708 2004-03-12  David Schleef  <ds@schleef.org>
19709
19710         * configure.ac: the Hermes library controls hermescolorspace, not
19711         colorspace.
19712         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19713         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
19714         not /* */
19715         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
19716         * ext/sdl/sdlvideosink.h: ditto.
19717         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
19718
19719 2004-03-12  Benjamin Otte  <otte@gnome.org>
19720
19721         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
19722         (gst_x_overlay_got_xwindow_id):
19723         * gst-libs/gst/xoverlay/xoverlay.h:
19724           replace XID with unsigned long to get rid of the xlibs dependency in
19725           XOverlay (fixes #137004)
19726
19727 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19728         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
19729         (gst_agingtv_setup):
19730         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
19731         (gst_dicetv_base_init), (gst_dicetv_class_init),
19732         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
19733         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
19734         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19735         (gst_edgetv_setup), (gst_edgetv_rgb32):
19736         * gst/effectv/gsteffectv.c:
19737         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
19738         (gst_quarktv_set_property):
19739         * gst/effectv/gstrev.c: (gst_revtv_get_type),
19740         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19741         (gst_revtv_setup), (gst_revtv_rgb32):
19742         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
19743         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19744         (gst_shagadelictv_init), (gst_shagadelictv_setup),
19745         (gst_shagadelictv_rgb32):
19746         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
19747         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19748         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
19749         * gst/effectv/gstwarp.c:
19750         Port everything that can be ported to videofilter and fix up the caps.
19751         Can someone with a big-endian machine please check these?
19752
19753 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19754
19755         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
19756         (gst_osssink_chain), (gst_osssink_change_state):
19757           Latest fixes for A/V sync, audio playback and such. This is about
19758           all... MPEG playback issues are mostly related to the async build-
19759           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
19760
19761 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19762
19763         patch from: Stephane Loeuillet
19764
19765         * configure.ac:
19766           use pkg-config for some libraries, falling back to the old .m4 way
19767           (fixes #131270)
19768         * m4/libdv.m4:
19769           removed
19770
19771 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19772
19773         * configure.ac:
19774         * tools/Makefile.am:
19775         * tools/Makefile.in:
19776         * tools/gst-launch-ext-m.m:
19777         * tools/gst-launch-ext.1.in:
19778         * tools/gst-visualise-m.m:
19779         * tools/gst-visualise.1:
19780         * tools/gst-visualise.1.in:
19781           reorganizing generation of script tools
19782
19783 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19784
19785         * ext/divx/gstdivxdec.c:
19786           Downgrade priority. We prefer ffdec_mpeg4.
19787         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
19788         (gst_faad_chain), (gst_faad_change_state):
19789           Fix capsnego. Doesn't work for some sounds because we don't have
19790           a 5:1 to stereo element.
19791         * ext/xvid/gstxvid.c: (plugin_init):
19792           Add priority.
19793         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19794         (gst_osssink_change_state):
19795           Add discont handling.
19796
19797 2004-03-09  Colin Walters  <walters@verbum.org>
19798
19799         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
19800         conversion.
19801
19802 2004-03-09  Benjamin Otte  <otte@gnome.org>
19803
19804         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
19805           the signals take 2 arguments
19806
19807 2004-03-09  David Schleef  <ds@schleef.org>
19808
19809         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
19810         (gst_alsa_fixate): Add fixate function.  (bug #136686)
19811         * ext/alsa/gstalsa.h:
19812         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
19813
19814 2004-03-09  Benjamin Otte  <otte@gnome.org>
19815
19816         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
19817         (gst_mikmod_change_state):
19818         * ext/mikmod/gstmikmod.h:
19819           make mikmod's loop function not loop infinitely and call
19820           gst_element_yield anymore
19821         * gst/modplug/gstmodplug.cc:
19822           fix pad negotiation (fixes #136590)
19823
19824 2004-03-09  David Schleef  <ds@schleef.org>
19825
19826         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
19827         doesn't conflict with the internal colorspace plugin.
19828         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
19829         satisfy the crappy-ass shell shipped by a certain vendor.
19830         * gst/videofilter/make_filter: same (bug #135299)
19831
19832 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19833
19834         * configure.ac: bump nano to 1
19835
19836 === release 0.7.6 ===
19837
19838 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19839
19840         * configure.in: releasing 0.7.6, "There"
19841
19842 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19843
19844         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19845         * pkgconfig/gstreamer-play.pc.in:
19846           synchronize the two
19847
19848 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19849
19850         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
19851         (cdparanoia_open), (cdparanoia_event):
19852           fix/add error handling
19853         * po/POTFILES.in:
19854           add cdparanoia source
19855         * tools/Makefile.am:
19856           make scripts executable
19857
19858 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19859
19860         * configure.ac:
19861         * ext/vorbis/Makefile.am:
19862         * sys/Makefile.am:
19863           remove id3types, vorbisfile and xvideosink from the build (#133783)
19864
19865 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19866
19867         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19868           Fix metadata read crash (#136537).
19869
19870 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19871
19872         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19873         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
19874           adding mime types, fixing the one-stop function
19875
19876 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19877
19878         * ext/nas/nassink.c and /ext/nas/nassink.h:
19879         More NAS love from Arwed von Merkatz
19880         So lets all sing 'Can you feel the NAS tonight'
19881
19882 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19883
19884         * tools/gst-launch-ext.in:
19885         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
19886
19887 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19888
19889         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19890         (gst_mpeg2dec_init):
19891         remove the user_data pad for now, because it is being used in
19892         fixating causing MPEG playback to fixate on 1000 Hz for playback.
19893         If someone knows how to fix this properly, please do.
19894
19895 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19896
19897         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19898         (gst_osssink_get_time):
19899         add a warning, IMO this won't get triggered anymore, remove later
19900
19901 2004-03-07  David Schleef  <ds@schleef.org>
19902
19903         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
19904         format (bug #136470)
19905
19906 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19907
19908         * gst-libs/Makefile.am:
19909         * gst-libs/gst/media-info/Makefile.am:
19910         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
19911         (error_callback), (gst_media_info_error_create),
19912         (gst_media_info_error_element), (gmip_init), (gmip_reset),
19913         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
19914         * gst-libs/gst/media-info/media-info-priv.h:
19915         * gst-libs/gst/media-info/media-info-test.c: (main):
19916         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19917         (gst_media_info_class_init), (gst_media_info_instance_init),
19918         (gst_media_info_set_source), (gst_media_info_read_with_idler),
19919         (gst_media_info_read_idler), (gst_media_info_read):
19920         * gst-libs/gst/media-info/media-info.h:
19921         fixed, should work now
19922
19923 2004-03-07  Christian Schaller <Uraeus@gnome.org>
19924
19925         * ext/nas/nassink.c:
19926         A bunch of NAS fixes from Arwed von Merkatz
19927
19928 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19929
19930         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
19931         (qtdemux_parse_trak):
19932           Fix crash (j might be greater than n_samples, in which case we're
19933           writing outside the allocated space for the array) and memleak.
19934
19935 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19936
19937         * sys/oss/gstosssink.c: (gst_osssink_chain):
19938           And another caller that couldn't handle delay < 0 (unsigned
19939           integer overflow). Video now continues playing on an audio
19940           buffer underrun, and the clock continues working. Audio still
19941           stalls.
19942
19943 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19944
19945         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19946         (gst_osssink_get_time):
19947           get_delay() may return values lower than 0. In those cases, we
19948           should not actually cast to *unsigned* int64, that will break
19949           stuff horribly. In my case, it screwed up A/V sync in movies
19950           in totem rather badly.
19951
19952 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19953
19954         * ext/faac/gstfaac.c: (gst_faac_chain):
19955         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19956         * ext/libpng/gstpngenc.c: (user_write_data):
19957         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19958         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
19959         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
19960         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
19961         Fix several misuse of gst_buffer_merge (it doesn't take ownership
19962         of any buffer), should fix some leaks. I hope I didn't unref buffers
19963         that shouldn't be...
19964
19965 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19966
19967         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19968         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
19969         (error_callback), (gmi_reset), (gmi_seek_to_track),
19970         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
19971         (gmip_find_type_post), (gmip_find_stream_post),
19972         (gmip_find_track_streaminfo_post):
19973         * gst-libs/gst/media-info/media-info-priv.h:
19974         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
19975         (info_print), (main):
19976         * gst-libs/gst/media-info/media-info.c:
19977         (gst_media_info_error_create), (gst_media_info_error_element),
19978         (gst_media_info_instance_init), (gst_media_info_get_property),
19979         (gst_media_info_new), (gst_media_info_set_source),
19980         (gst_media_info_read_idler), (gst_media_info_read):
19981         * gst-libs/gst/media-info/media-info.h:
19982           first pass at making this work again.  This seems to work on
19983           tagged ogg/vorbis and mp3 files.
19984
19985 2004-03-06  Benjamin Otte  <otte@gnome.org>
19986
19987         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19988           fix huge leak: gst_buffer_merge doesn't unref the first argument
19989           itself.
19990
19991 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19992
19993         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
19994           report layer/mode/emphasis
19995
19996 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19997
19998         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
19999
20000 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20001
20002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20003           signal serial
20004
20005 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20006
20007         * ext/vorbis/vorbis.c: (plugin_init):
20008         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20009         (gst_vorbis_dec_init), (vorbis_dec_event):
20010         add debug category
20011         make vorbisdec handle _BYTE and _TIME queries
20012
20013 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20014
20015         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
20016           from the xing header
20017
20018 2004-03-06  Benjamin Otte  <otte@gnome.org>
20019
20020         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
20021         (gst_audio_convert_link), (gst_audio_convert_change_state),
20022         (gst_audio_convert_buffer_from_default_format):
20023           do conversions from/to float correctly, fix some caps nego errors,
20024           export correct supported caps in template and getcaps, use correct
20025           caps in try_set_caps functions
20026
20027 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20028
20029         For some reason, I only committed a ChangeLog entry yesterday and
20030         not the corresponding code...
20031         * ext/mad/gstmad.c: Fix detection of Xing headers
20032         * gst/tags/gstid3tag.c: Changes to support TLEN tags
20033
20034 2004-03-06  Benjamin Otte  <otte@gnome.org>
20035
20036         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
20037         (gst_ogg_demux_src_query):
20038           make sure to handle the case where there's no current chain
20039           gracefully.
20040
20041 2004-03-05  David Schleef  <ds@schleef.org>
20042
20043         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
20044         Add fixate function. (bug #131128)
20045         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
20046         (gst_sdlvideosink_fixate):  Add fixate function.
20047         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20048         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
20049         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
20050         Fix missing break that was causing ulaw to be interpreted as
20051         raw int.
20052
20053 2004-03-05  David Schleef  <ds@schleef.org>
20054
20055         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20056         Fix code that ignores return value of gst_buffer_merge().
20057         (bug #114560)
20058         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
20059         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
20060         * testsuite/gst-lint:  Check for above.
20061
20062 2004-03-05  David Schleef  <ds@schleef.org>
20063
20064         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
20065         caps and throw an element error.  (bug #136334)
20066
20067 2004-03-05  David Schleef  <ds@schleef.org>
20068
20069         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
20070         (gst_faad_chain): Fix negotiation.
20071         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
20072         key and button events.
20073         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
20074         dung heap of code.
20075         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
20076         depends on gconf
20077         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
20078         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20079         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
20080         function to encourage better negotiation, particularly between
20081         audioconvert and osssink.
20082         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20083         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
20084         more important.
20085         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
20086         typefinding.
20087         * gst/vbidec/vbiscreen.c:  Add glib header
20088         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
20089
20090 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
20091
20092         * ext/mad/gstmad.c: Fix detection of Xing headers
20093         * gst/tags/gstid3tag.c: Changes to support TLEN tags
20094
20095 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20096
20097         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20098         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
20099           debug updates
20100
20101 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20102
20103         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20104         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
20105         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
20106         files, and report the parsed length as a GST_TAG_DURATION tag.
20107         * gst/tags/gstid3tag.c: support TLEN (duration) tag
20108
20109 2004-03-05  Benjamin Otte  <otte@gnome.org>
20110
20111         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
20112           convert channels correctly. convert correctly to unsigned.
20113
20114 2004-03-05  Julien MOUTTE <julien@moutte.net>
20115
20116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
20117         we have a window before clearing it.
20118
20119 2004-03-05  Julien MOUTTE <julien@moutte.net>
20120
20121         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
20122         have a window before clearing it.
20123
20124 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20125
20126         * gconf/gstreamer.schemas.in:
20127         * gst-libs/gst/gconf/Makefile.am:
20128           version installation path the same way as for 0.6
20129         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20130         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20131         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20132           remove comment that was fixed
20133
20134 2004-03-05  David Schleef  <ds@schleef.org>
20135
20136         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
20137         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
20138         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
20139         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
20140         Add prototype code for handling seeking and querying.
20141
20142 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20143
20144         * examples/gstplay/player.c: (main):
20145           Initialize variables to NULL. Prevents a segfault because the
20146           (uninitialized) variable is not NULL, resulting in a crash on
20147           trying to reach error->message.
20148
20149 2004-03-05  Benjamin Otte  <otte@gnome.org>
20150
20151         * gst/audioconvert/gstaudioconvert.c:
20152         (gst_audio_convert_buffer_to_default_format):
20153         make float=>int conversion work correctly even in cornercases.
20154
20155 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
20156
20157         * debian/README.Debian:
20158         * debian/build-deps:
20159         * debian/changelog:
20160         * debian/control:
20161         * debian/control.in:
20162         * debian/copyright:
20163         * debian/gstreamer-a52dec.files:
20164         * debian/gstreamer-aa.files:
20165         * debian/gstreamer-alsa.files:
20166         * debian/gstreamer-alsa.manpages:
20167         * debian/gstreamer-arts.files:
20168         * debian/gstreamer-artsd.files:
20169         * debian/gstreamer-audiofile.files:
20170         * debian/gstreamer-avifile.files:
20171         * debian/gstreamer-cdparanoia.files:
20172         * debian/gstreamer-colorspace.files:
20173         * debian/gstreamer-doc.files:
20174         * debian/gstreamer-dv.files:
20175         * debian/gstreamer-dvd.files:
20176         * debian/gstreamer-esd.files:
20177         * debian/gstreamer-festival.files:
20178         * debian/gstreamer-flac.files:
20179         * debian/gstreamer-gconf.conffiles:
20180         * debian/gstreamer-gconf.files:
20181         * debian/gstreamer-gconf.postinst:
20182         * debian/gstreamer-gnomevfs.files:
20183         * debian/gstreamer-gsm.files:
20184         * debian/gstreamer-http.files:
20185         * debian/gstreamer-jack.files:
20186         * debian/gstreamer-jpeg.files:
20187         * debian/gstreamer-mad.files:
20188         * debian/gstreamer-mikmod.files:
20189         * debian/gstreamer-misc.files:
20190         * debian/gstreamer-mpeg2dec.files:
20191         * debian/gstreamer-oss.files:
20192         * debian/gstreamer-plugin-apps.files:
20193         * debian/gstreamer-plugin-apps.manpages:
20194         * debian/gstreamer-plugin-libs-dev.files:
20195         * debian/gstreamer-plugin-libs.files:
20196         * debian/gstreamer-plugin-template.postinst:
20197         * debian/gstreamer-plugin-template.postrm:
20198         * debian/gstreamer-sdl.files:
20199         * debian/gstreamer-sid.files:
20200         * debian/gstreamer-vorbis.files:
20201         * debian/gstreamer-x.files:
20202         * debian/mk.control:
20203         * debian/rules:
20204         Debian package info not maintained here.
20205
20206 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20207
20208         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
20209         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
20210         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
20211         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
20212         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
20213         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
20214         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
20215         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
20216         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
20217         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
20218         * gst-libs/gst/colorbalance/colorbalance.c:
20219         (gst_color_balance_class_init):
20220         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20221         (gst_color_balance_channel_class_init):
20222         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20223         * gst-libs/gst/play/play.c: (gst_play_class_init):
20224         * gst-libs/gst/propertyprobe/propertyprobe.c:
20225         (gst_property_probe_iface_init):
20226         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
20227         * gst-libs/gst/tuner/tunerchannel.c:
20228         (gst_tuner_channel_class_init):
20229         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
20230         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
20231         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
20232         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
20233         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
20234         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
20235         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20236         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
20237         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
20238           fix signals to use - instead of _
20239         * ext/libcaca/gstcacasink.h:
20240         * ext/sdl/sdlvideosink.h:
20241           fix header rename
20242
20243 2004-03-04  David Schleef  <ds@schleef.org>
20244
20245         * testsuite/gst-lint:  Add a check for bad signal names.
20246
20247 2004-03-04  <kost@imn.htwk-leipzig.de>
20248
20249         reviewed by David Schleef
20250
20251         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
20252         modified the alpha channel and caused a warning. (bug #136192)
20253
20254 2004-04-03  Christian Schaller <Uraeus@gnome.org>
20255
20256         * gst-plugins.spec.in:
20257         Change names of plugins to actually be correct. Try to keep things
20258         alphabetical to avoid getting beat up by Thomas
20259
20260 2004-03-03  Julien MOUTTE <julien@moutte.net>
20261
20262         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
20263         Using ximagesink as a default if no gconf key found. We should
20264         probably consider using alsasink instead of osssink for the audio
20265         part.
20266
20267 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20268
20269         * configure.ac:
20270           fix --with-plugins, don't think it ever worked before
20271         * gst-plugins.spec.in:
20272           even more updates
20273
20274 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20275
20276         * ext/sdl/sdlvideosink.h:
20277         * sys/ximage/ximagesink.h:
20278         * sys/xvideo/xvideosink.h:
20279         * sys/xvimage/xvimagesink.h:
20280           Fix for move of gstvideosink.h -> videosink.h.
20281
20282 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20283
20284         * gst-libs/gst/xwindowlistener/Makefile.am:
20285           this is a plugin library, not a library
20286
20287 2004-03-01  David Schleef  <ds@schleef.org>
20288
20289         * AUTHORS:  Added some names.  Add yourself if you're still
20290         missing.
20291
20292 2004-03-01  David Schleef  <ds@schleef.org>
20293
20294         * MAINTAINERS: Add
20295
20296 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20297
20298         * gst-plugins.spec.in: clean up spec file
20299
20300 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20301
20302         * gst-libs/gst/video/Makefile.am:
20303         * gst-libs/gst/video/gstvideosink.c:
20304         * gst-libs/gst/video/gstvideosink.h:
20305           rename gstvideosink.h to videosink.h to match other headers
20306         * gst/mixmatrix/Makefile.am:
20307           fix plugin filename
20308         * gst/tags/Makefile.am: fix plugin filename
20309
20310 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20311
20312         * gst/tags/Makefile.am: fix plugin filename
20313
20314 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20315
20316         * examples/gstplay/player.c: (got_time_tick), (main):
20317           add error handler
20318           display time_tick more readably
20319         * gst/mixmatrix/Makefile.am:
20320           fix plugin file name
20321
20322 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
20323
20324         * sys/oss/gstosselement.c: (gst_osselement_probe),
20325         (device_combination_append), (gst_osselement_class_probe_devices):
20326         * sys/oss/gstosselement.h:
20327           Reworked enumeration of oss dsps and mixers so that gst-mixer works
20328           on my system using alsa oss emulation, fixes bug #135597
20329
20330 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20331
20332         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
20333         (gst_videodrop_chain), (gst_videodrop_change_state):
20334         * gst/videodrop/gstvideodrop.h:
20335           Work based on timestamp of input data, not based on the expected
20336           framerate from the input. The consequence is that this element now
20337           not only scales framerates, but also functions as a framerate
20338           corrector or framerate stabilizer/constantizer.
20339
20340 2004-02-27  David Schleef  <ds@schleef.org>
20341
20342         patches from jmmv@menta.net (Julio M. Merino Vidal)
20343
20344         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
20345         GST_ELEMENT_ERROR call (bug #135634)
20346         * gst/interleave/interleave.c: (interleave_buffered_loop),
20347         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
20348         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
20349         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20350         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
20351         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
20352         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
20353         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
20354         Fix GST_ELEMENT_ERROR call.
20355         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
20356         GST_ELEMENT_ERROR call.
20357
20358 2004-02-27  Benjamin Otte  <otte@gnome.org>
20359
20360         * gst-libs/gst/audio/audio.h:
20361           add macro to make sure header isn't included twice
20362         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20363           don't use gst_buffer_free
20364         * gst/playondemand/filter.func:
20365           don't use gst_data_free. Free data only once.
20366
20367 2004-02-26  David Schleef  <ds@schleef.org>
20368
20369         * gst-libs/gst/colorbalance/Makefile.am:
20370         * gst-libs/gst/mixer/Makefile.am:
20371         * gst-libs/gst/tuner/Makefile.am:
20372         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
20373         should not be disted, -marshal.h files should not be installed,
20374         and -enum.h files _should_ be installed.  Fix to make this the
20375         case.
20376
20377 === release 0.7.5 ===
20378
20379 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20380
20381         * configure.ac: release 0.7.5, "Under The Sea"
20382
20383 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20384
20385         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20386         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
20387         * gst/videoscale/gstvideoscale.c:
20388         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20389           assorted debug/warning fixes
20390
20391 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20392
20393         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
20394         (gst_videoscale_init), (gst_videoscale_chain),
20395         (gst_videoscale_set_property), (plugin_init):
20396         * gst/videoscale/gstvideoscale.h:
20397         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
20398         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
20399         (gst_videoscale_planar400), (gst_videoscale_packed422),
20400         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
20401         (gst_videoscale_24bit), (gst_videoscale_16bit),
20402         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
20403         (gst_videoscale_scale_plane_slow),
20404         (gst_videoscale_scale_point_sample),
20405         (gst_videoscale_scale_nearest),
20406         (gst_videoscale_scale_nearest_str2),
20407         (gst_videoscale_scale_nearest_str4),
20408         (gst_videoscale_scale_nearest_32bit),
20409         (gst_videoscale_scale_nearest_24bit),
20410         (gst_videoscale_scale_nearest_16bit):
20411         add debugging category and use it properly
20412         fix use of GST_PTR_FORMAT
20413
20414 2004-02-25  Andy Wingo  <wingo@pobox.com>
20415
20416         * gst/interleave/interleave.c (interleave_buffered_loop): Always
20417         push only when channel->buffer is NULL. Prevents segfaults doing
20418         the state change after a nonlocal exit, like a scheme exception.
20419
20420         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
20421         Handle the case where the intersected caps is empty.
20422
20423 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20424
20425         * gst/law/mulaw-decode.c: (mulawdec_link):
20426         * gst/law/mulaw.c: (plugin_init):
20427           fix mulawdec so it actually works again
20428
20429 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
20430
20431         reviewed by: David Schleef  <ds@schleef.org>
20432
20433         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
20434         (gst_gamma_init), (gst_gamma_set_property),
20435         (gst_gamma_get_property), (gst_gamma_calculate_tables),
20436         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
20437         for RGB, with separate r g and b correction factors. (#131167)
20438
20439 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20440
20441         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20442           only signal tags for bitrate if they're > 0 (#134894)
20443
20444 2004-02-24  David Schleef  <ds@schleef.org>
20445
20446         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
20447         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
20448         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
20449         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
20450         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
20451         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
20452         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
20453         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
20454         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
20455         category.  Attempt to fix timestamp calculation.
20456
20457 2004-02-24  Johan Dahlin  <johan@gnome.org>
20458
20459         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
20460
20461 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20462
20463         * configure.ac:
20464         * gconf/Makefile.am:
20465         * gconf/gstreamer.schemas:
20466         * gst-libs/gst/gconf/Makefile.am:
20467         * gst-libs/gst/gconf/gconf.c:
20468           version gconf schemas and install locations
20469
20470 2004-02-23  Benjamin Otte  <otte@gnome.org>
20471
20472         * ext/xine/xineinput.c: (gst_xine_input_dispose):
20473         (gst_xine_input_subclass_init):
20474           call parent dispose.
20475           change pad template for CD reader correctly
20476         * ext/xine/Makefile.am:
20477         * ext/xine/gstxine.h:
20478         * ext/xine/xine.c: (plugin_init):
20479         * ext/xine/xineaudiosink.c:
20480           wrap audio sinks, too
20481         * gst-libs/gst/resample/private.h:
20482         * gst-libs/gst/resample/resample.c: (gst_resample_init),
20483         (gst_resample_reinit), (gst_resample_scale),
20484         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
20485         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
20486         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
20487         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
20488         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
20489         * gst-libs/gst/resample/resample.h:
20490         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20491         (gst_audioscale_class_init), (gst_audioscale_link),
20492         (gst_audioscale_get_buffer), (gst_audioscale_init),
20493         (gst_audioscale_chain), (gst_audioscale_set_property),
20494         (gst_audioscale_get_property):
20495         * gst/audioscale/gstaudioscale.h:
20496           s/resample_*/gst_resample_*/i to not clobber namespaces
20497
20498 2004-02-23  Julien MOUTTE  <julien@moutte.net>
20499
20500         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20501         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
20502         (gst_riff_create_video_template_caps),
20503         (gst_riff_create_audio_template_caps),
20504         (gst_riff_create_iavs_template_caps):
20505         * gst-libs/gst/riff/riff-media.h:
20506         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20507         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
20508         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
20509         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20510         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20511         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
20512         (gst_matroska_demux_plugin_init): First batch implementing audio and
20513         video codec tags in demuxers.
20514
20515 2004-02-22  Benjamin Otte  <otte@gnome.org>
20516
20517         * ext/xine/Makefile.am:
20518         * ext/xine/gstxine.h:
20519         * ext/xine/xine.c: (plugin_init):
20520         * ext/xine/xineinput.c:
20521           add input plugin wrapper. Playback from files, http, mms and cdda
20522           works.
20523         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
20524           remove leftover G_GNUC_UNUSED
20525         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
20526         (gst_asf_demux_identify_guid):
20527           improve debugging output
20528
20529 2004-02-22  Benjamin Otte  <otte@gnome.org>
20530
20531         reported by: Padraig O'Briain <padraig.obriain@sun.com>
20532
20533         * autogen.sh:
20534           replace test -e with test -x for mkinstalldirs to be more portable.
20535           (fixes #134816)
20536
20537 2004-02-22  Benjamin Otte  <otte@gnome.org>
20538
20539         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
20540
20541         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
20542           set rank to PRIMARY
20543         * gst/volume/gstvolume.c: (plugin_init):
20544           set rank to NONE
20545         fixes #134960
20546
20547 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
20548
20549         reviewed by Benjamin Otte  <otte@gnome.org>
20550
20551         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20552           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
20553
20554 2004-02-22  Benjamin Otte  <otte@gnome.org>
20555
20556         * configure.ac:
20557           export [_]*{gst,Gst,GST}.* symbols from plugins
20558
20559 2004-02-22  Christophe Fergeau <teuf@gnome.org>
20560
20561         reviewed by: Benjamin Otte  <otte@gnome.org>
20562
20563         * ext/lame/gstlame.c: (add_one_tag):
20564         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20565         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
20566         (gst_vorbisenc_metadata_set1):
20567         * gst/tags/gstid3tag.c:
20568         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
20569           apply fixes from bugs #135042 (lame can't write tags) and #133817
20570           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
20571
20572 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
20573
20574         * configure.ac: Export only gst_plugin_desc from plugins.
20575          Note that this change only makes any effect with Linux using libtool
20576          1.5.2 or higher. Otherwise it is silently ignored, but it would build
20577          fine. And don't try to have several versions of libtool in different
20578          directories.
20579
20580 2004-02-20  Andy Wingo  <wingo@pobox.com>
20581
20582         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
20583         interleave respectively.
20584
20585         * gst/interleave/deinterleave.c: New plugin: deinterleave
20586         (replaces on oneton).
20587         * gst/interleave/interleave.c: New plugin: interleave.
20588         * gst/interleave/plugin.h: Support file.
20589         * gst/interleave/plugin.c: Support file.
20590
20591         * configure.ac: Remove intfloat and oneton, add interleave.
20592
20593         * ext/sndfile/gstsf.c: Handle events better.
20594
20595         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
20596         and float2int operation. int2float has scheduling problems as
20597         noted in in2float_chain.
20598
20599 2004-02-20  Benjamin Otte  <otte@gnome.org>
20600
20601         * ext/xine/Makefile.am:
20602         * ext/xine/gstxine.h:
20603         * ext/xine/xine.c:
20604         * ext/xine/xineaudiodec.c:
20605         * ext/xine/xinecaps.c:
20606           add first version of xine plugin wrapper. Currently only wraps the
20607           QDM2 win32 DLL, and even that only in proof-of-concept quality.
20608         * configure.ac:
20609         * ext/Makefile.am:
20610           add xine plugin wrapper, disabled by default. Use --enable-xine to
20611           build. Note that it'll segfault on gst-register if you don't remove
20612           the goom and tvtime post plugins from xine.
20613         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20614         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
20615           add extradata parsing for QDM2.
20616           change around debugging prints.
20617
20618 2004-02-19  Benjamin Otte  <otte@gnome.org>
20619
20620         * ext/lame/gstlame.c: (gst_lame_chain):
20621         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20622           use gst_tag_list_insert when you want to insert tags
20623
20624 2004-02-18  David Schleef  <ds@schleef.org>
20625
20626         * configure.ac:  Move massink to gst-rotten
20627         * ext/Makefile.am:
20628         * ext/mas/Makefile.am:
20629         * ext/mas/massink.c:
20630         * ext/mas/massink.h:
20631
20632 2004-02-18  David Schleef  <ds@schleef.org>
20633
20634         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
20635         typefinding, since it seems to be worse than nothing.
20636         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
20637         atom to recognize .mp4 and .m4a files as video/quicktime.
20638
20639 2004-02-18  David Schleef  <ds@schleef.org>
20640
20641         * gst/sine/demo-dparams.c: (quit_live),
20642         (dynparm_log_value_changed), (dynparm_value_changed), (main):
20643         Use double dparams, not float.
20644         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20645         (gst_sinesrc_init): Change sync default to FALSE, since multiple
20646         sync'd elements don't really work correctly.
20647         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
20648         (volume_update_volume), (volume_get_property):  Change dparam
20649         to double.
20650
20651 2004-02-18  Julien MOUTTE  <julien@moutte.net>
20652
20653         * sys/ximage/ximagesink.c:
20654         (gst_ximagesink_xwindow_update_geometry),
20655         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20656         (gst_ximagesink_change_state), (gst_ximagesink_expose),
20657         (gst_ximagesink_init): Rework the way software video scaling works. So
20658         now we check on each chain call if the video frames are feeling the
20659         window. If not we try to renegotiate caps. On failure we memorize that
20660         and we won't try again for that PLAYING sessions.
20661         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
20662         failure.
20663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
20664         synchronous flag.
20665
20666 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20667
20668         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20669           break up _link so we can give a better debug message for errors
20670
20671 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20672
20673         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20674           set up debug category
20675
20676 2004-02-18  Julien MOUTTE <julien@moutte.net>
20677
20678         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20679         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
20680         the way renegotiation work. The event handling function is not taking
20681         care of external windows and renegotiate method check for pad flags
20682         NEGOTIATING. Should fix : #133209
20683
20684 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20685
20686         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
20687         pad is negotiating before trying renegotiation.
20688
20689 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20690
20691         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20692           pass on all possible mime types as typefind hints
20693
20694 2004-02-17  Julien MOUTTE <julien@moutte.net>
20695
20696         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
20697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
20698         possible SHM leak if we crash. All other apps using XShm are doing
20699         that.
20700
20701 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20702
20703         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20704         (gst_ximagesink_expose): Renegotiate size on expose.
20705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
20706         size on expose.
20707
20708 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20709
20710         * testsuite/alsa/sinesrc.c:
20711           cosmetic fix to fix compile issue with gcc 2.95.4
20712
20713 2004-02-16  Julien MOUTTE <julien@moutte.net>
20714
20715         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20716         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
20717         failed opening the audio device.
20718         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20719         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
20720         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
20721         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
20722         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20723         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20724         (gst_ximagesink_change_state), (gst_ximagesink_chain),
20725         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
20726         Removing some useless g_return_if_fail like wingo suggested.
20727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20728         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
20729         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
20730         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
20731         (gst_xvimagesink_update_colorbalance),
20732         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
20733         (gst_xvimagesink_xcontext_clear),
20734         (gst_xvimagesink_get_fourcc_from_caps),
20735         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20736         (gst_xvimagesink_set_xwindow_id),
20737         (gst_xvimagesink_colorbalance_list_channels),
20738         (gst_xvimagesink_colorbalance_set_value),
20739         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
20740         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
20741
20742 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20743
20744         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20745           throw error when not negotiated instead of asserting
20746
20747 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20748
20749         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
20750         correct data refcounting.
20751
20752 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20753
20754         * gst/switch/gstswitch.c: (gst_switch_change_state),
20755         (gst_switch_class_init): Cleaning the sinkpads correctly on state
20756         change, mostly the EOS flag.
20757
20758 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20759
20760         * examples/gstplay/player.c: (got_eos), (main): Adding some
20761         output for debugging.
20762         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
20763         timeouts if we go to any state different from PLAYING.
20764         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
20765         more EOS bugs in riff lib.
20766
20767 2004-02-14  Julien MOUTTE  <julien@moutte.net>
20768
20769         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
20770         visualization until i find a way to fix switch correctly.
20771         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
20772         EOS arrives.
20773         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20774         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20775         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
20776         Reworked switch to get a more correct behaviour with events and refing
20777         of data stored in sinkpads.
20778         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
20779         we don't pull from a pad in EOS.
20780
20781 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20782
20783         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20784           remove v1 tag even if we can't read it (makes sure we don't detect
20785           it again)
20786
20787 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20788
20789         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
20790         (gst_alsa_xrun_recovery):
20791         * ext/alsa/gstalsa.h:
20792           try xrun recovery when wait failed. Make xrun recovery function
20793           return TRUE/FALSE to indicate success. (might fix #134354)
20794
20795 2004-02-13  David Schleef  <ds@schleef.org>
20796
20797         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
20798         (dynparm_value_changed), (main): Convert from float to double.
20799         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
20800
20801 2004-02-13  David Schleef  <ds@schleef.org>
20802
20803         * gst/silence/gstsilence.c: (gst_silence_class_init),
20804         (gst_silence_set_clock), (gst_silence_get),
20805         (gst_silence_set_property), (gst_silence_get_property):
20806         * gst/silence/gstsilence.h: Add sync property.
20807         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20808         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
20809         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
20810         * gst/sine/gstsinesrc.h: Add sync property.
20811
20812 2004-02-13  David Schleef  <ds@schleef.org>
20813
20814         * gst/intfloat/gstint2float.c: (conv_f32_s16),
20815         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
20816
20817 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20818
20819         * configure.ac:
20820         * ext/Makefile.am:
20821         * gst-libs/ext/Makefile.am:
20822           move ffmpeg plugin to gst-ffmpeg module
20823
20824 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20825
20826         * configure.ac: use GST_ARCH to detect architecture
20827
20828 2004-02-12  Julien MOUTTE  <julien@moutte.net>
20829
20830         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
20831
20832 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20833
20834         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
20835           classify LADSPA plugins based on number of src/sink pads
20836           (#133663, Stefan Kost)
20837         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
20838           fix dparams registration
20839           (#133528, Stefan Kost)
20840         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
20841           fix use of isprint and use g_ascii_isprint instead
20842           (#133316, Stefan Kost)
20843
20844 2004-02-11  David Schleef  <ds@schleef.org>
20845
20846         Convert a few inner loops to use liboil.  This is currently
20847         optional, and is only enabled if liboil is present (duh!).
20848         * configure.ac: Check for liboil-0.1
20849         * gst/intfloat/Makefile.am:
20850         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
20851         (gst_int2float_chain_gint16):
20852         * gst/videofilter/Makefile.am:
20853         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
20854         (tablelookup_u8), (gst_videobalance_planar411):
20855         * gst/videotestsrc/Makefile.am:
20856         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
20857         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
20858         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
20859         (paint_hline_RGB565), (paint_hline_xRGB1555):
20860
20861 2004-02-11  David Schleef  <ds@schleef.org>
20862
20863         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
20864         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
20865         (gst_colorspace_getcaps), (gst_colorspace_link),
20866         (gst_colorspace_base_init), (gst_colorspace_init),
20867         (gst_colorspace_chain), (gst_colorspace_change_state),
20868         (plugin_init): Merge Ronald's patch (bug #117897) and update
20869         for new caps and negotiation.  Seems to work, although it
20870         shows off bugs in lcs.
20871
20872 2004-02-11  David Schleef  <ds@schleef.org>
20873
20874         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
20875         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
20876
20877 2004-02-11  David Schleef  <ds@schleef.org>
20878
20879         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
20880         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
20881         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
20882         Add server and port properties
20883
20884 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20885
20886         * m4/a52.m4:
20887         * m4/aalib.m4:
20888         * m4/as-ffmpeg.m4:
20889         * m4/as-liblame.m4:
20890         * m4/as-slurp-ffmpeg.m4:
20891         * m4/check-libheader.m4:
20892         * m4/esd.m4:
20893         * m4/freetype2.m4:
20894         * m4/gconf-2.m4:
20895         * m4/glib.m4:
20896         * m4/gst-alsa.m4:
20897         * m4/gst-artsc.m4:
20898         * m4/gst-ivorbis.m4:
20899         * m4/gst-matroska.m4:
20900         * m4/gst-sdl.m4:
20901         * m4/gst-shout2.m4:
20902         * m4/gst-sid.m4:
20903         * m4/gtk.m4:
20904         * m4/libdv.m4:
20905         * m4/libfame.m4:
20906         * m4/libmikmod.m4:
20907         * m4/ogg.m4:
20908         * m4/vorbis.m4:
20909           fix underquotedness of macros (#133800)
20910         * m4/as-avifile.m4:
20911         * m4/xmms.m4:
20912           removed because no longer used
20913
20914 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20915
20916         * configure.ac:
20917           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
20918           by autopoint (fixes #132996)
20919
20920 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20921
20922         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
20923         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
20924         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
20925         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
20926           fix memleaks
20927
20928 2004-02-11  David Schleef  <ds@schleef.org>
20929
20930         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20931         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
20932         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
20933         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
20934         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
20935         (gst_jpegenc_class_init), (gst_jpegenc_init),
20936         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
20937         (gst_jpegenc_chain), (gst_jpegenc_set_property),
20938         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
20939         * ext/jpeg/gstjpegenc.h: Fix negotiation.
20940
20941 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20942
20943         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20944         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
20945         * ext/mikmod/gstmikmod.h:
20946           fix caps negotiation in mikmod
20947         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
20948           output debug information
20949
20950 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20951
20952         * gst-libs/gst/colorbalance/Makefile.am:
20953         * gst-libs/gst/navigation/Makefile.am:
20954         * gst-libs/gst/xoverlay/Makefile.am:
20955           remove unused GST_OPT_CFLAGS from Makefiles
20956           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
20957
20958 2004-02-07  David Schleef  <ds@schleef.org>
20959
20960         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
20961         push events to pads that haven't been created (#133508)
20962
20963 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
20964
20965         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
20966         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
20967         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
20968         (gst_dvdec_loop), (gst_dvdec_change_state):
20969         Second attempt at committing a working dvdec element.
20970
20971 2004-02-06  David Schleef  <ds@schleef.org>
20972
20973         Build fixes for OS X: (see #129600)
20974         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
20975         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
20976         (gst_riff_read_strf_iavs):
20977         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
20978         (gst_avi_demux_stream_odml):
20979         * gst/playondemand/Makefile.am:
20980         * gst/rtp/rtp-packet.c:
20981
20982 2004-02-05  David Schleef  <ds@schleef.org>
20983
20984         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
20985         last change, because it Just Doesn't Compile.
20986
20987 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20988
20989         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20990           skip undecodable id3v2 tag instead of keeping it
20991
20992 2004-02-05  David Schleef  <ds@schleef.org>
20993
20994         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20995         Unref leaked buffer.  (Noticed by Ronald)
20996
20997 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
20998
20999         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21000         Sync requires with other checks.  >= vs =.
21001
21002 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
21003
21004         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
21005         (gst_dvdec_video_link), (gst_dvdec_loop):
21006         * ext/dv/gstdvdec.h:
21007           rework the caps negotiation so that dvdec works again instead
21008           of just segfaulting.
21009
21010 === release 0.7.4 ===
21011
21012 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21013
21014         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
21015         * configure.ac: changed for release
21016
21017 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21018
21019         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
21020         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21021         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21022         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21023           reworked patch by David Lehn to fix libdir and includedir for
21024           uninstalled libraries
21025           removed play and gconf from gstreamer-libs since they have their
21026           own pkgconfig files
21027
21028 2004-02-04  David Schleef  <ds@schleef.org>
21029
21030         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
21031         memleak.
21032
21033 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21034
21035         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21036           use correct GST_TAG_ENCODER tag
21037
21038 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21039
21040         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21041           be sure to stop the clock when going to paused
21042         * sys/oss/gstosssink.c: (gst_osssink_change_state):
21043           reset number of transmitted when going to ready.
21044         fixes #132935
21045
21046 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
21047
21048         reviewed by Benjamin Otte
21049
21050         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21051           extract track count (fixes #133410)
21052
21053 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21054
21055         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
21056           that should be !=, not == (fixes #132519)
21057
21058 2004-02-04  David Schleef  <ds@schleef.org>
21059
21060         Make sure set_explicit_caps() is called before adding pad.
21061         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21062         * gst/id3/gstid3types.c: (gst_id3types_loop):
21063         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21064         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21065
21066 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21067
21068         * configure.ac:
21069           bump nano to 2, first prerelease
21070           put back AM_PROG_LIBTOOL
21071
21072 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21073
21074         * testsuite/alsa/Makefile.am:
21075           these are user test apps, not automatic testsuite tests
21076
21077 2004-02-04  David Schleef  <ds@schleef.org>
21078
21079         Convert GST_DEBUG_CAPS() to GST_DEBUG():
21080         * gst/mpeg1videoparse/gstmp1videoparse.c:
21081         (mp1videoparse_parse_seq):
21082         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21083         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21084         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
21085         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
21086         (gst_xvideosink_getcaps):
21087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21088         * testsuite/gst-lint: more tests
21089
21090 2004-02-04  David Schleef  <ds@schleef.org>
21091
21092         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
21093         with the code that they would expand to.
21094         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
21095         (gst_flacdec_get_src_query_types),
21096         (gst_flacdec_get_src_event_masks):
21097         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
21098         (gst_gnomevfssrc_get_query_types),
21099         (gst_gnomevfssrc_get_event_mask):
21100
21101 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21102
21103         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21104         (gst_sinesrc_dispose):
21105           fix memleak by properly disposing sinesrc
21106
21107 2004-02-04  Julien MOUTTE  <julien@moutte.net>
21108
21109         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
21110         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
21111         an overlay to redraw the image because it has been exposed.
21112         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
21113         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
21114         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
21115         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
21116         interface
21117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
21118         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
21119         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
21120         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
21121         interface
21122
21123 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21124
21125         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21126           more memleak fixage
21127
21128 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21129
21130         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21131         * gst/typefind/gsttypefindfunctions.c:
21132           fix memleaks shown by gst-typefind
21133
21134 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21135
21136         * common/glib-gen.mak:
21137           add hack rule to touch .Plo files
21138         * gst-libs/gst/colorbalance/Makefile.am:
21139         * gst-libs/gst/mixer/Makefile.am:
21140         * gst-libs/gst/play/Makefile.am:
21141         * gst-libs/gst/tuner/Makefile.am:
21142           remove glib_root variable
21143
21144 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21145
21146         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
21147           set explicit caps before adding the element, so the autopluggers can
21148           plug correctly.
21149         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21150         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
21151         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21152         (dv_type_find):
21153           fix memleaks in typefind functions. gst_type_find_suggest takes a const
21154           argument.
21155
21156 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21157
21158         * gst-libs/gst/colorbalance/Makefile.am:
21159         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
21160         * gst-libs/gst/colorbalance/colorbalance.c:
21161         * gst-libs/gst/colorbalance/colorbalance.h:
21162         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
21163         * gst-libs/gst/mixer/Makefile.am:
21164         * gst-libs/gst/mixer/mixer-marshal.list:
21165         * gst-libs/gst/mixer/mixer.c:
21166         * gst-libs/gst/mixer/mixer.h:
21167         * gst-libs/gst/mixer/mixermarshal.list:
21168         * gst-libs/gst/play/Makefile.am:
21169         * gst-libs/gst/play/play.h:
21170         * gst-libs/gst/tuner/Makefile.am:
21171         * gst-libs/gst/tuner/tuner-marshal.list:
21172         * gst-libs/gst/tuner/tuner.c:
21173         * gst-libs/gst/tuner/tuner.h:
21174         * gst-libs/gst/tuner/tunermarshal.list:
21175           use new glib-gen.mak snippet to clean up Makefile.am
21176           fix various bugs in Makefile.am's
21177
21178 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21179
21180         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21181           handle chain parsing correctly in the multichain case
21182         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
21183         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
21184         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21185         (theora_dec_chain):
21186           handle events and queries correctly
21187
21188 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21189
21190         * .cvsignore:
21191         Ignore generated file _stdint.h.
21192
21193 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21194
21195         * gst-libs/gst/colorbalance/Makefile.am:
21196         * gst-libs/gst/colorbalance/colorbalance.h:
21197         * gst-libs/gst/mixer/Makefile.am:
21198         * gst-libs/gst/mixer/mixer.h:
21199         * gst-libs/gst/play/Makefile.am:
21200         * gst-libs/gst/play/play.h:
21201         * gst-libs/gst/tuner/Makefile.am:
21202         * gst-libs/gst/tuner/tuner.h:
21203         Generate enum type code with glib-mkenums.
21204         * gst-libs/gst/colorbalance/.cvsignore:
21205         * gst-libs/gst/mixer/.cvsignore:
21206         * gst-libs/gst/play/.cvsignore:
21207         * gst-libs/gst/tuner/.cvsignore:
21208         Ignore generated files.
21209
21210 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21211
21212         * gst-libs/gst/audio/.cvsignore:
21213         Ignore generated file.
21214         * gst-libs/gst/audio/Makefile.am:
21215         Do not install example filter.
21216
21217 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21218
21219         * examples/switch/.cvsignore:
21220         Ignore generated file.
21221
21222 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21223
21224         * common/m4/ax_create_stdint_h.m4:
21225         * configure.ac:
21226           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
21227           _stdint.h.
21228         * Makefile.am:
21229           remove generated _stdint.h in DISTCLEANFILES
21230         * ext/a52dec/gsta52dec.c:
21231           include _stdint.h for a52dec. (should fix #133064)
21232
21233 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
21234
21235         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
21236         (gst_tag_to_vorbis_comments):
21237         Add replaygain support to vorbistag
21238
21239 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
21240         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
21241         (gst_ffmpeg_caps_to_extradata):
21242           Fix SVQ3 caps flag properties
21243           Use glib macro for bytes swap
21244
21245 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21246
21247         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
21248         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
21249         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21250         * ext/sndfile/gstsf.c: (plugin_init):
21251         * gst/avi/gstavi.c: (plugin_init):
21252         * sys/dxr3/dxr3init.c: (plugin_init):
21253         * sys/oss/gstossaudio.c: (plugin_init):
21254         * sys/v4l/gstv4l.c: (plugin_init):
21255         * sys/v4l2/gstv4l2.c: (plugin_init):
21256           remove textdomain calls
21257         * po/nl.po:
21258           update Dutch translation
21259
21260 2004-02-02  Julien MOUTTE  <julien@moutte.net>
21261
21262         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21263         (gst_play_set_audio_sink): Moving volume in the audio thread for
21264         instantaneous volume change. Maybe i will add another volume in front
21265         of visualization later, not sure yet though.
21266
21267 2004-02-02  Julien MOUTTE  <julien@moutte.net>
21268
21269         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21270         (gst_ximagesink_handle_xevents): Better X events handling, only take
21271         the latest events for configure and motion.
21272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
21273
21274 2004-02-02  Jon Trowbridge  <trow@gnu.org>
21275
21276         reviewed by: David Schleef  <ds@schleef.org>
21277
21278         Fix memory leaks:
21279         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
21280         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
21281
21282 2004-02-02  David Schleef  <ds@schleef.org>
21283
21284         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
21285         of lines.
21286         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
21287         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21288         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
21289         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
21290         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21291         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
21292         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
21293         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
21294         (gst_float2_2_int_link):
21295         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21296         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
21297         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
21298         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
21299         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
21300         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
21301         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
21302         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
21303         * testsuite/gst-lint: Add tests for bzero and ;;
21304
21305 2004-02-02  David Schleef  <ds@schleef.org>
21306
21307         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
21308
21309 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21310
21311         * ext/aalib/gstaasink.c: (gst_aasink_open):
21312         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
21313         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21314         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21315         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
21316         (gst_afsink_close_file):
21317         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
21318         (gst_afsrc_close_file):
21319         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21320         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21321         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21322         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
21323         * ext/esd/esdmon.c: (gst_esdmon_get):
21324         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
21325         * ext/faac/gstfaac.c: (gst_faac_chain):
21326         * ext/faad/gstfaad.c: (gst_faad_chain):
21327         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
21328         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21329         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
21330         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
21331         (gst_flacdec_loop):
21332         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21333         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21334         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
21335         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21336         (gst_gnomevfssink_close_file):
21337         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
21338         (gst_gnomevfssrc_open_file):
21339         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
21340         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
21341         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
21342         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21343         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
21344         * ext/mad/gstmad.c: (gst_mad_chain):
21345         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21346         * ext/mpeg2dec/gstmpeg2dec.c:
21347         * ext/mpeg2enc/gstmpeg2enc.cc:
21348         * ext/mplex/gstmplex.cc:
21349         * ext/mplex/gstmplexibitstream.cc:
21350         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
21351         (gst_ogg_demux_push):
21352         * ext/raw1394/gstdv1394src.c:
21353         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
21354         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
21355         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
21356         (gst_sf_loop):
21357         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
21358         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
21359         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
21360         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
21361         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21362         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
21363         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
21364         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
21365         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21366         (gst_riff_read_element_data), (gst_riff_read_seek),
21367         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
21368         * gst/adder/gstadder.c: (gst_adder_loop):
21369         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
21370         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
21371         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
21372         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
21373         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
21374         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
21375         * gst/goom/gstgoom.c: (gst_goom_chain):
21376         * gst/id3/gstid3types.c: (gst_id3types_loop):
21377         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21378         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
21379         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
21380         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21381         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21382         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
21383         (gst_ebml_read_float), (gst_ebml_read_header):
21384         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21385         (gst_matroska_demux_parse_blockgroup):
21386         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
21387         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21388         * gst/oneton/gstoneton.c: (gst_oneton_chain):
21389         * gst/silence/gstsilence.c: (gst_silence_get):
21390         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21391         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
21392         * gst/speed/gstspeed.c: (speed_loop):
21393         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21394         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21395         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
21396         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
21397         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21398         (gst_wavparse_loop):
21399         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
21400         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
21401         (dxr3audiosink_close):
21402         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
21403         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
21404         (dxr3videosink_close), (dxr3videosink_write_data):
21405         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21406         * sys/oss/gstosssink.c: (gst_osssink_chain):
21407         * sys/oss/gstosssrc.c: (gst_osssrc_get):
21408         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
21409         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
21410         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
21411         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
21412         (gst_v4l_set_window), (gst_v4l_enable_overlay):
21413         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
21414         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
21415         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
21416         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
21417         (gst_v4l_set_audio):
21418         * sys/v4l/v4l_calls.h:
21419         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
21420         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
21421         (gst_v4lmjpegsink_playback_init),
21422         (gst_v4lmjpegsink_playback_start):
21423         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
21424         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21425         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
21426         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
21427         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
21428         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
21429         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
21430         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21431         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
21432         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
21433         (gst_v4l2_get_output), (gst_v4l2_set_output),
21434         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
21435         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
21436         (gst_v4l2_set_attribute):
21437         * sys/v4l2/v4l2_calls.h:
21438         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
21439         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
21440         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
21441         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
21442         (gst_v4l2src_capture_stop):
21443         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
21444         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21445         (gst_ximagesink_chain):
21446         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
21447         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
21448         (gst_xvideosink_xwindow_new):
21449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21450         (gst_xvimagesink_chain):
21451
21452 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21453
21454         * gst/volume/gstvolume.c: (gst_volume_set_volume),
21455         (gst_volume_get_volume), (volume_class_init), (volume_init),
21456         (volume_chain_int16), (volume_update_volume):
21457         * gst/volume/gstvolume.h:
21458           make code more readable by removing magic numbers
21459           make mixer interface export 0-100 range
21460           make it internally map to 0.0-1.0 range so users don't distort
21461           output by putting the sliders at full volume
21462
21463 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21464
21465         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
21466         (gst_play_state_change), (gst_play_seek_to_time):
21467         block the tick callback for 0.5 secs after doing a seek
21468
21469 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21470
21471         * gst-libs/gst/play/play.c: (gst_play_new):
21472           check for GError
21473
21474 2004-02-01  Julien MOUTTE  <julien@moutte.net>
21475
21476         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
21477         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
21478         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
21479         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
21480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
21481         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
21482
21483 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21484
21485         * configure.ac:
21486         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21487           check for a function added in vorbis 1.1
21488
21489 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21490
21491         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
21492         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
21493           really start/stop clock only on PLAYING <=> PAUSED
21494         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21495           remove \n from debugging lines
21496         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21497           make it work when seeking does not
21498         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21499           reset on DISCONT
21500
21501 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21502
21503         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
21504           start clock on PAUSED=>PLAYING, not later
21505         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21506           extract correct time for different discont formats
21507         (gst_alsa_sink_get_time):
21508           don't segfault when no format is negotiated yet, just return 0
21509         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21510         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
21511         (gst_ogg_pad_push):
21512           handle flush and discont events correctly
21513         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
21514           handle discont events correctly
21515
21516 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21517
21518         * gst-libs/gst/play/play.c: (gst_play_error_quark),
21519         (gst_play_error_create), (gst_play_error_plugin),
21520         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
21521         * gst-libs/gst/play/play.h:
21522           add error handling during creation
21523         * examples/gstplay/player.c: (main):
21524           use new gst_play_new
21525
21526
21527 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21528
21529         * ext/theora/theoradec.c: (theora_dec_chain):
21530           make comments work
21531         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21532         (vorbis_dec_src_event), (vorbis_dec_chain):
21533           add encoder tag, fix tag reading to be more error tolerant, change
21534           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
21535           gst_pad_event_default.
21536         * gst/tags/gstvorbistag.c:
21537         (gst_tag_list_from_vorbiscomment_buffer):
21538           undefine function specific define at end of function
21539
21540 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
21541
21542         * ext/flac/gstflac.c: (plugin_init):
21543         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
21544         * ext/flac/gstflacdec.h:
21545         * ext/flac/gstflacenc.h:
21546           Fix typos
21547
21548 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
21549
21550         * examples/gstplay/player.c: s/gstplay.h/play.h/
21551
21552 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21553
21554         * gst-libs/gst/play/Makefile.am:
21555         * gst-libs/gst/play/gstplay.c:
21556         * gst-libs/gst/play/gstplay.h:
21557         * gst-libs/gst/play/play.c:
21558           more surgery, operation complete
21559
21560 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21561
21562         * gst-libs/gst/play/play.old.c:
21563         * gst-libs/gst/play/play.old.h:
21564           after CVS surgery by moving, remove
21565         * gst-libs/gst/play/playpipelines.c:
21566           remove
21567
21568         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21569           add negotiation error
21570
21571 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21572
21573         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21574         (gst_ogg_demux_push):
21575           add some seeking debug info
21576           send a flush when seeking
21577
21578 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21579
21580         * configure.ac:
21581           use AC_C_INLINE
21582         * configure.ac:
21583         * ext/Makefile.am:
21584         * ext/theora/Makefile.am:
21585         * ext/theora/theoradec.c:
21586           add theora video decoder. Does just do simple decoding for now and
21587           has been tested against Theora cvs only. It only works when theora
21588           is compiled with --enable-static.
21589         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21590           always reset packetno on DISCONT
21591
21592 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21593
21594         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21595           Fix audio.
21596
21597 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21598
21599         * gst/mpegaudioparse/gstmpegaudioparse.c:
21600         (mp3_type_frame_length_from_header):
21601           Fix header parsing - stolen from ffmpeg (thank you! :) ).
21602
21603 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21604
21605         * ext/esd/esdsink.c: (gst_esdsink_init):
21606           Since we have static pad template caps, we don't need to negotiate;
21607           either the core errors out or we know the format.
21608
21609 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21610
21611         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21612         (gst_riff_read_seek):
21613         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21614         (gst_ebml_read_seek):
21615           Fix event handling.
21616
21617 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21618
21619         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
21620           removee video/x-theora from vp3 decoder, it doesn't handle raw
21621           theora streams
21622         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21623           fix bug with finalizing element that never went to PAUSED
21624         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21625           length and position queries were swapped
21626         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
21627         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
21628         (vorbis_dec_src_event):
21629           implement querying time and bytes
21630
21631 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21632
21633         * just about every source file:
21634           gst_element_error -> GST_ELEMENT_ERROR
21635
21636 2004-01-29  Julien MOUTTE  <julien@moutte.net>
21637
21638         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
21639         emiting FLUSH and even before DISCONT.
21640         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
21641         get the best instant seeking as possible yay!
21642
21643 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21644
21645         * gst/mpeg1videoparse/gstmp1videoparse.c:
21646         (gst_mp1videoparse_real_chain):
21647           Committed wrong version last week... Grr... Didn't notice until now.
21648
21649 2004-01-29  Julien MOUTTE <julien@moutte.net>
21650
21651         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
21652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
21653         have_xwindow_id signal in xwindow_create.
21654
21655 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21656
21657         * ext/ogg/gstoggdemux.c:
21658           lots of changes - mainly support for chained bitstreams, seeking,
21659           querying and bugfixes of course
21660         * ext/vorbis/Makefile.am:
21661         * ext/vorbis/vorbisdec.c:
21662         * ext/vorbis/vorbisdec.h:
21663           add vorbisdec raw vorbis decoder
21664         * ext/vorbis/vorbis.c: (plugin_init):
21665           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
21666         * gst/intfloat/Makefile.am:
21667         * gst/intfloat/float22int.c:
21668         * gst/intfloat/float22int.h:
21669         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
21670           add float2intnew plugin. It converts multichannel interleaved float to
21671           multichannel interleaved int. The name should probably be changed.
21672         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
21673         (plugin_init):
21674           add typefinding for raw theora video so oggdemux can detect it.
21675
21676 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21677
21678         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
21679         sink element first.
21680         * gst/videoscale/gstvideoscale.c:
21681         (gst_videoscale_handle_src_event): Fixing src event handler.
21682
21683 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21684
21685         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
21686         (gst_v4lsrc_open), (gst_v4lsrc_close),
21687         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
21688         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
21689         * sys/v4l/gstv4lsrc.h:
21690         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
21691         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
21692           Implement resizing... Hack. But that's why v4l is b0rked...
21693
21694 2004-01-28  Julien MOUTTE <julien@moutte.net>
21695
21696         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21697         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
21698         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
21699         (gst_ximagesink_xwindow_destroy):
21700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21701         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21702         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21703         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
21704         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
21705         correctly cleaning the image created to check xshm calls on succes,
21706         added a lot of XSync calls in X11 functions, and fixed a segfault when
21707         no image format was defined before negotiation happened.
21708
21709 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21710
21711         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
21712           use gst_element_get_time to get correct time
21713
21714 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21715
21716         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
21717         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
21718         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
21719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
21720         (gst_xvimagesink_check_xshm_calls),
21721         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
21722         X plugins are now able to detect that XShm calls will fail even if the
21723         server claims that it has XShm support (remote displays most of the
21724         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
21725         so that we use non XShm functions. This feature is almost useless for
21726         xvimagesink as Xv is not supported on remote displays anyway, but
21727         it might happen than even on the local display XShm calls fail.
21728
21729 2004-01-27  David Schleef  <ds@schleef.org>
21730
21731         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
21732         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
21733         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
21734         changed esdsink to only use 44100,16,2, since esd sucks at rate
21735         conversion and esdsink has had difficulty negotiating.
21736
21737 2004-01-27  Julien MOUTTE <julien@moutte.net>
21738
21739         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
21740         (gst_play_seek_to_time): Fixing the way to get current position.
21741
21742 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21743
21744         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
21745           use gst_element_get_time to get correct time
21746
21747 2004-01-27  Julien MOUTTE <julien@moutte.net>
21748
21749         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
21750         fix ever... Inverting 2 lines of code make spider autoplug correctly
21751         tagged mp3 !
21752
21753 2004-01-27  David Schleef  <ds@schleef.org>
21754
21755         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21756         Use gst_pad_try_set_caps_nonfixed().
21757
21758 2004-01-27  David Schleef  <ds@schleef.org>
21759
21760         * gst/ac3parse/gstac3parse.c: update to checklist 5
21761         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
21762         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
21763         * gst/audioscale/gstaudioscale.c: same
21764         * gst/auparse/gstauparse.c: same
21765         * gst/avi/gstavidemux.c: same
21766
21767 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21768
21769         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
21770           stop processing after EOS
21771
21772 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21773
21774         * gst/asfdemux/asfheaders.h:
21775         * gst/asfdemux/gstasfdemux.c:
21776         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
21777         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
21778         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
21779           lot's of fixes to make data extraction simpler and get the code
21780           architecture and compiler independant. Add debugging category
21781         * gst/goom/gstgoom.c: (gst_goom_change_state):
21782           reset channel count on PAUSED=>READY, not READY=>PAUSED
21783
21784 2004-01-26  Colin Walters  <walters@verbum.org>
21785
21786         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
21787         code to pull a bigger buffer in iradio mode.  This as a side effect
21788         makes typefinding work.
21789
21790 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21791
21792         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
21793         Fix SVQ3 decoding on PPC
21794
21795 2004-01-26  Julien MOUTTE <julien@moutte.net>
21796
21797         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
21798         that one managed to stay there... Fixed.
21799
21800 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21801
21802         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
21803         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
21804         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
21805         (qtdemux_video_caps):
21806         * gst/qtdemux/qtdemux.h:
21807         Add SVQ3 specific flags to qtdemux and ffmpeg
21808
21809 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21810
21811         * gst-libs/gst/audio/audio.h:
21812           remove buffer-frames from audio caps
21813         * gst/audioconvert/gstaudioconvert.c:
21814           fix plugin to really work.
21815
21816 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21817
21818         * gst-libs/gst/mixer/mixer.c:
21819         * gst-libs/gst/propertyprobe/propertyprobe.c:
21820         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
21821         (gst_tuner_find_channel_by_name):
21822         * gst-libs/gst/tuner/tuner.h:
21823           Add gtk-doc style comments. Also fix a function name.
21824
21825 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21826
21827         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
21828         (gst_divxdec_negotiate):
21829           Fix for new capsnego - also fixes gst-player with divxdec.
21830
21831 2004-01-25  Julien MOUTTE  <julien@moutte.net>
21832
21833         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21834         (gst_play_identity_handoff), (gst_play_set_location),
21835         (gst_play_set_visualization), (gst_play_connect_visualization): Another
21836         try in visualization implementation. Still have an issue with switch
21837         blocking when pulling from video_queue and only audio comes out of
21838         spider.
21839         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21840         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
21841         release method. And check if the pad is usable before pulling.
21842
21843 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21844
21845         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
21846         (gst_videobalance_init),
21847         (gst_videobalance_colorbalance_list_channels),
21848         (gst_videobalance_colorbalance_set_value),
21849         (gst_videobalance_colorbalance_get_value),
21850         (gst_videobalance_update_properties),
21851         (gst_videobalance_update_tables_planar411),
21852         (gst_videobalance_planar411):
21853         * gst/videofilter/gstvideobalance.h:
21854           Implement lookup-tables. +/- 10x faster.
21855
21856 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21857
21858         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21859         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21860           The index reading was broken. The rest worked fine, but the whole
21861           goal of my rewrite was to make avidemux readable, and this was
21862           not at all readable. Please use typed variables.
21863
21864 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21865
21866         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21867           Additional pad usability check.
21868         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21869         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
21870         (gst_mp1videoparse_real_chain):
21871           Fix MPEG video stream parsing. The original plugin had several
21872           issues, including not timestamping streams where the source was
21873           not timestamped (this happens with PTS values in mpeg system
21874           streams, but MPEG video is also a valid stream on its own so
21875           that needs timestamps too). We use the display time code for that
21876           for now. Also, if one incoming buffer contains multiple valid
21877           frames, we push them all on correctly now, including proper EOS
21878           handling. Lastly, several potential segfaults were fixed, and we
21879           properly sync on new sequence/gop headers to include them in next,
21880           not previous frames (since they're header for the next frame, not
21881           the previous). Also see #119206.
21882         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
21883         (bpf_from_header):
21884           Move caps setting so we only do it after finding several valid
21885           MPEG-1 fraes sequentially, not right after the first one (which
21886           might be coincidental).
21887         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
21888         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21889         (plugin_init):
21890           Add unsynced MPEG video stream typefinding, and change some
21891           probability values so we detect streams rightly. The idea is as
21892           follows: I can have an unsynced system stream which contains
21893           video. In the current code, I would randomly get a type for either
21894           system or video stream type found, because the probabilities are
21895           being calculated rather randomly. I now use fixed values, so we
21896           always prefer system stream if that was found (and that is how it
21897           should be). If no system stream was found, we can still identity                the stream as video-only.
21898
21899 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21900
21901         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21902         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21903           don't write to buffer. Extract data without the need of
21904           __attribute__ ((packed))
21905
21906 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21907
21908         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
21909         (mpeg1_sys_type_find):
21910           Fix MPEG-1 stream typefinding.
21911
21912 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21913
21914         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21915           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
21916
21917 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21918
21919         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
21920         * ext/esd/gstesd.c: (plugin_init):
21921           private debugging, better error reporting
21922
21923 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21924
21925         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21926         (gst_riff_read_init), (gst_riff_read_change_state):
21927         * gst-libs/gst/riff/riff-read.h:
21928           Remove stuff fromold metadata system.
21929
21930 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21931
21932         * ext/ogg/gstoggdemux.c:
21933           Fix wrong file comment.
21934         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21935         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
21936           Add metadata reading properly.
21937
21938 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21939
21940         * ext/Makefile.am:
21941           Fix nas DIST_SUBDIRS
21942           Uraeus:
21943           Fix bug where make distcheck doesn't get run on adding stuff to
21944           the build.
21945
21946 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21947
21948         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
21949         * ext/divx/gstdivxdec.h:
21950           Fix divx3 ("msmpeg4") playback using divxdec.
21951
21952 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21953
21954         * gst/typefind/gsttypefindfunctions.c:
21955         (mp3_type_frame_length_from_header): fix bug in length computation
21956         (mp3_type_find): improve debugging output
21957
21958 2004-01-23  Julien MOUTTE  <julien@moutte.net>
21959
21960         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21961         (gst_play_set_location), (gst_play_seek_to_time),
21962         (gst_play_set_audio_sink), (gst_play_set_visualization),
21963         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
21964         the pipeline from scratch. Visualization is back and switch went out as
21965         i realized it was not possible to use the way i wanted.
21966         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
21967         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
21968         clearing in state change from READY to NULL. So that one can clean the
21969         X ressources keeping the element.
21970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21971         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
21972         (gst_xvimagesink_colorbalance_set_value),
21973         (gst_xvimagesink_colorbalance_get_value),
21974         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
21975         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
21976         change from READY to NULL and fixed some stupid bugs in colorbalance
21977         get/set values. Also added the following feature : when nobody tries to
21978         set some values to the colorbalance levels before the xcontext is
21979         grabbed, then when creating channels list from Xv attributes we set the
21980         internal values to the Xv defaults. This way we handle buggy Xv drivers
21981         that set default hue values far from the middle of the range (Thanks
21982         to Jon Trowbridge for pointing that issue).
21983         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
21984         colorbalance levels have been set before xcontext is grabbed.
21985
21986 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21987
21988         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21989           Fix the ossmixer case where we shouldn't open /dev/dsp* because
21990           it might block operations (which is bad for a mixer).
21991
21992 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21993
21994         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21995         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
21996         (gmip_find_type_pre):
21997         * gst-libs/gst/media-info/media-info-priv.h:
21998         * gst-libs/gst/media-info/media-info.c:
21999         (gst_media_info_instance_init), (gst_media_info_read_idler):
22000         add fakesink to get caps on decoder src pad again
22001         fix callback prototype to match new have_type signal signature
22002
22003 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22004
22005         * gst/adder/gstadder.c: (gst_adder_link):
22006           fix non-compile and cut-n-paste code
22007
22008 2004-01-21  David Schleef  <ds@schleef.org>
22009
22010         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
22011         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
22012         (gst_swfdec_init), (gst_swfdec_change_state):
22013         * ext/swfdec/gstswfdec.h:
22014         Fix negotiation.
22015         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
22016         (gst_adder_request_new_pad): Fix negotiation.
22017         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
22018         Add a fixate function.
22019         * gst/intfloat/gstfloat2int.c:
22020         * gst/intfloat/gstfloat2int.h:
22021         * gst/intfloat/gstint2float.c:
22022         * gst/intfloat/gstint2float.h:
22023         Completely rewrite the negotiation.  Doesn't quite work yet,
22024         due to some buffer-frames problem.
22025
22026 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22027
22028         * ext/gnomevfs/gstgnomevfssrc.c:
22029         * sys/v4l2/v4l2_calls.h:
22030           fix includes for distcheck
22031
22032 2004-01-21  Christian Schaller <uraeus@gnome.org>
22033
22034         * ext/nas/
22035         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
22036         based on earlier patch from Laurent Vivier
22037
22038 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
22039
22040         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22041         Fix wma caps property
22042         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
22043         Fix typo (flags1 and flags2)
22044
22045 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22046
22047         * gst-libs/gst/media-info/media-info-priv.c:
22048         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
22049         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
22050         (gmip_find_stream), (gmip_find_track_metadata),
22051         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
22052         (gmip_find_track_format):
22053         * gst-libs/gst/media-info/media-info-priv.h:
22054         * gst-libs/gst/media-info/media-info-test.c: (main):
22055         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22056         (gst_media_info_read_idler), (gst_media_info_read):
22057         * gst-libs/gst/media-info/media-info.h:
22058           register debugging category and use it for debugging
22059
22060 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22061
22062         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
22063         (gst_vorbisfile_new_link):
22064           signal streaminfo through tags
22065
22066 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22067
22068         * ext/mplex/gstmplex.cc:
22069         * ext/mplex/gstmplexibitstream.cc:
22070           g++ doesn't like NULL in our i18n/error macros, should be
22071           either (NULL) or ("").
22072
22073 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22074
22075         * sys/dxr3/dxr3audiosink.c:
22076         * sys/dxr3/dxr3init.c:
22077         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
22078         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
22079           Fix more error error error errors (missing includes here).
22080
22081 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22082
22083         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22084           fix thomas' error errors.
22085
22086 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22087
22088         * ext/mpeg2enc/gstmpeg2enc.cc:
22089           fix error errors.
22090
22091 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22092
22093         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22094         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22095           Fix for new error system.
22096
22097 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22098
22099         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22100           fix for new error reporting
22101
22102 2004-01-20  David Schleef  <ds@schleef.org>
22103
22104         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22105         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22106         (gst_ximagesink_set_xwindow_id): Change to using a framerate
22107         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
22108         and neither is 100+, most likely.
22109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
22110         (gst_xvimagesink_getcaps): same
22111
22112 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22113
22114         * configure.ac:
22115           Up version requirement to 2.0.3 (not yet released) to avoid symbol
22116           clashes with ffmpeg.
22117
22118 2004-01-20  Julien MOUTTE  <julien@moutte.net>
22119
22120         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22121         (gst_switch_init): Fixed switch element : proxying link and setting
22122         caps from src to sink on request.
22123
22124 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22125
22126         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22127         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22128         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22129         fix element_error
22130
22131 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22132
22133         * sys/v4l/v4l_calls.h:
22134         * sys/v4l2/v4l2_calls.h:
22135           element_error fixes
22136
22137 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22138
22139         * gst-libs/gst/gst-i18n-plugin.h:
22140           add locale.h
22141           remove config.h inclusion
22142
22143 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22144
22145         * autogen.sh:
22146           adding autopoint invocation
22147         * Makefile.am:
22148         * configure.ac:
22149         * gst-libs/gst/gettext.h:
22150           adding gettext bits
22151         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22152         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22153         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22154         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22155         (gst_gnomevfssink_close_file):
22156         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
22157         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
22158         * gst-libs/gst/gst-i18n-plugin.h:
22159         * gst/avi/gstavi.c: (plugin_init):
22160         * sys/dxr3/dxr3init.c: (plugin_init):
22161         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
22162         * sys/oss/gstossaudio.c: (plugin_init):
22163         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22164         * sys/v4l/gstv4l.c: (plugin_init):
22165         * sys/v4l/v4l_calls.c: (gst_v4l_open):
22166         * sys/v4l2/gstv4l2.c: (plugin_init):
22167         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22168         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
22169         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
22170         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
22171         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
22172         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
22173           make sure locale and translation domain are set
22174           fix translated strings
22175         * po/.cvsignore:
22176         * po/LINGUAS:
22177         * po/Makevars:
22178         * po/POTFILES.in:
22179         * po/nl.po:
22180           put translation files into place
22181         * sys/xvideo/imagetest.c: (main):
22182         * ext/dv/demo-play.c: (main):
22183           fix unnecessary translations
22184
22185 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22186
22187         * ext/sndfile/gstsf.c:
22188         * gst/avi/gstavimux.c:
22189         * ext/audiofile/gstafsink.c:
22190         * ext/audiofile/gstafsrc.c:
22191         * ext/gnomevfs/gstgnomevfssink.c:
22192         * ext/gnomevfs/gstgnomevfssrc.c:
22193         * sys/oss/gstosselement.c:
22194         * sys/v4l/v4l_calls.h:
22195           fix i18n include
22196
22197 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22198
22199         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22200         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22201         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22202         (gst_v4l2_get_output), (gst_v4l2_set_output),
22203         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22204         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22205         (gst_v4l2_set_attribute):
22206         update to new error handling
22207
22208 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22209
22210         * ext/sidplay/gstsiddec.cc:
22211         * gst/modplug/gstmodplug.cc:
22212           parenthese NULL because C++ seems angry about it
22213
22214 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22215
22216         * gst-libs/gst/gst-i18n-plugin.h:
22217           add skeleton i18n stuff, but needs to be further implemented
22218
22219 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22220
22221         * examples/gstplay/player.c: (main):
22222         * ext/aalib/gstaasink.c: (gst_aasink_open):
22223         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22224         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22225         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22226         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22227         (gst_afsink_close_file):
22228         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22229         (gst_afsrc_close_file):
22230         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22231         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22232         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22233         * ext/esd/esdmon.c: (gst_esdmon_get):
22234         * ext/esd/esdsink.c: (gst_esdsink_chain):
22235         * ext/faac/gstfaac.c: (gst_faac_chain):
22236         * ext/faad/gstfaad.c: (gst_faad_chain):
22237         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22238         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22239         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22240         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22241         (gst_flacdec_loop):
22242         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22243         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22244         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22245         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22246         (gst_gnomevfssink_close_file):
22247         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22248         (gst_gnomevfssrc_open_file):
22249         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22250         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22251         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22252         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22253         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22254         * ext/mad/gstmad.c: (gst_mad_chain):
22255         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22256         * ext/mpeg2dec/gstmpeg2dec.c:
22257         * ext/mpeg2enc/gstmpeg2enc.cc:
22258         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22259         * ext/mplex/gstmplex.cc:
22260         * ext/mplex/gstmplexibitstream.cc:
22261         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22262         (gst_ogg_demux_push), (gst_ogg_pad_push):
22263         * ext/raw1394/gstdv1394src.c:
22264         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22265         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22266         * ext/sidplay/gstsiddec.cc:
22267         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22268         (gst_sf_loop):
22269         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22270         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22271         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22272         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22273         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22274         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22275         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22276         * gst-libs/gst/Makefile.am:
22277         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22278         (gst_riff_read_element_data), (gst_riff_read_seek),
22279         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22280         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
22281         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22282         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22283         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22284         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22285         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22286         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22287         * gst/goom/gstgoom.c: (gst_goom_chain):
22288         * gst/id3/gstid3types.c: (gst_id3types_loop):
22289         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22290         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22291         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22292         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22293         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22294         (gst_ebml_read_float), (gst_ebml_read_header):
22295         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22296         (gst_matroska_demux_parse_blockgroup):
22297         * gst/modplug/gstmodplug.cc:
22298         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22299         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22300         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22301         * gst/silence/gstsilence.c: (gst_silence_get):
22302         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22303         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22304         * gst/speed/gstspeed.c: (speed_loop):
22305         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22306         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22307         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22308         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22309         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22310         (gst_wavparse_loop):
22311         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22312         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22313         (dxr3audiosink_close):
22314         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22315         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22316         (dxr3videosink_close), (dxr3videosink_write_data):
22317         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22318         * sys/oss/gstosselement.h:
22319         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
22320         (gst_osssink_chain):
22321         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22322         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22323         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22324         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22325         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
22326         (gst_v4l_enable_overlay):
22327         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22328         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22329         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22330         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22331         (gst_v4l_set_audio):
22332         * sys/v4l/v4l_calls.h:
22333         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22334         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22335         (gst_v4lmjpegsink_playback_init),
22336         (gst_v4lmjpegsink_playback_start):
22337         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
22338         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
22339         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
22340         (gst_v4lmjpegsrc_requeue_frame):
22341         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22342         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22343         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22344         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22345         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22346         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22347         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22348         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22349         (gst_v4l2src_capture_stop):
22350         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22351         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22352         (gst_ximagesink_chain):
22353         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22354         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22355         (gst_xvideosink_xwindow_new):
22356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22357         (gst_xvimagesink_chain):
22358         use new error signal, function and categories
22359
22360 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
22361
22362         * configure.ac:
22363         * ext/Makefile.am:
22364         * ext/musicbrainz/gsttrm.c:
22365         * ext/musicbrainz/gsttrm.h:
22366         * ext/musicbrainz/Makefile.am:
22367         Add a trm plugin
22368
22369 2004-01-18  Julien MOUTTE  <julien@moutte.net>
22370
22371         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
22372         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
22373         synchronous property for debugging.
22374         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
22375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22376         (gst_xvimagesink_set_property): Moving a pointer declaration to a
22377         smaller block, fixing indent.
22378
22379 2004-01-16  David Schleef  <ds@schleef.org>
22380
22381         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
22382         property affects the video stream.
22383         * sys/xvimage/xvimagesink.c:
22384         * sys/xvimage/xvimagesink.h:
22385         Add synchronous property for debugging.  Should probably be
22386         disabled in non-CVS builds.  Make sure that the Xv attribute
22387         exists before we set it (crash!).  Fix a silly float bug that
22388         caused colorbalance to just not work.
22389
22390 2004-01-17  Christian Schaller <Uraeus@gnome.org>
22391
22392         * tools/gst-launch-ext.in - update for new plugins
22393
22394 2004-01-16  David Schleef  <ds@schleef.org>
22395
22396         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
22397         already-freed caps.
22398
22399 2994-01-16  Christian Schaller <Uraeus@gnome.org>
22400
22401         * Update spec for new colorspace plugin and libcaca plugin
22402         * Fix compilation of libcaca plugin (clock -> id)
22403
22404 2004-01-16  Julien MOUTTE <julien@moutte.net>
22405
22406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
22407         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
22408         (gst_xvimagesink_set_xwindow_id),
22409         (gst_xvimagesink_colorbalance_set_value),
22410         (gst_xvimagesink_colorbalance_get_value),
22411         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22412         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
22413         correct colorbalance properties. They can now be set when the element
22414         is still in NULL state. The values will be committed to the Xv Port
22415         when xcontext is initialized.
22416         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
22417         brightness int values in the GstXvImagesink structure.
22418
22419 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22420
22421         * gst-libs/gst/Makefile.am:
22422           restructure so having local patches works easier.
22423
22424 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22425
22426         * ext/mpeg2enc/Makefile.am:
22427         * ext/mpeg2enc/gstmpeg2enc.cc:
22428         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22429           Bugfix with respect to EOS handling.
22430
22431 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22432
22433         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
22434           Link with right caps (else, it segfaults).
22435         * ext/mplex/gstmplexjob.cc:
22436           Fix for slight API change in 1.6.1.93 release of mjpegtools.
22437
22438 2004-01-15  David Schleef  <ds@schleef.org>
22439
22440         * gst-libs/gst/audio/Makefile.am:
22441         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
22442         from the template.
22443         * gst-libs/gst/audio/gstaudiofilter.c:
22444         * gst-libs/gst/audio/gstaudiofilter.h:
22445         Add bytes_per_sample and size and n_samples calculation.
22446         * gst-libs/gst/audio/gstaudiofilterexample.c:
22447         Remove, now autogenerated.
22448         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
22449         Moved from gstaudiofilterexample, object name changed, code added
22450         so that it actually works.
22451         * gst-libs/gst/audio/make_filter:
22452         Script to build an audiofilter subclass from the template.
22453         * gst/colorspace/Makefile.am:
22454         * gst/colorspace/yuv2yuv.c:
22455         Remove file, since it's GPL, and we don't use it.
22456
22457 2004-01-15  Julien MOUTTE  <julien@moutte.net>
22458
22459         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
22461         them use the buffer free function to test how the buffer was allocated.
22462
22463 2004-01-15  David Schleef  <ds@schleef.org>
22464
22465         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
22466         that handles osssink fallback.
22467         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
22468         (gst_audio_convert_getcaps):
22469         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
22470         Add audio/x-qdm2 for QDM2 audio.
22471         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22472         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
22473         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22474         Decrease minimum size to 16x16.
22475         * gst/wavparse/gstwavparse.c:
22476         Convert disabled pad template caps to new caps.
22477         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22479         (gst_xvimagesink_chain): Throw element error when display cannot
22480         be opened.  Increase minimum framerate to 1.0.  Check the data
22481         free function on a buffer to make sure it is the type we expect
22482         before manipulating it.
22483
22484 2004-01-15  Julien MOUTTE <julien@moutte.net>
22485
22486         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22487         (gst_videobalance_colorbalance_set_value): Implement passthru if
22488         settings are in the middle.
22489         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
22490
22491 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22492
22493         * gst/videofilter/Makefile.am:
22494         * gst/volume/Makefile.am:
22495           Since we use videofilter symbols, link to it.
22496
22497 2004-01-15  Julien MOUTTE <julien@moutte.net>
22498
22499         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
22500         mixer interface type to HARDWARE.
22501         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
22502         type to SOFTWARE.
22503         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
22504         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
22505         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
22506         (gst_volume_interface_init), (gst_volume_list_tracks),
22507         (gst_volume_set_volume), (gst_volume_get_volume),
22508         (gst_volume_set_mute), (gst_volume_mixer_init),
22509         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
22510         (volume_init): Implementing mixer interface.
22511         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
22512         * sys/oss/gstosselement.c: (gst_osselement_get_type),
22513         (gst_osselement_change_state): Removing some trailing commas in
22514         structures.
22515         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
22516         interface type to HARDWARE.
22517         * sys/v4l/gstv4lcolorbalance.c:
22518         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
22519         type to HARDWARE.
22520         * sys/v4l2/gstv4l2colorbalance.c:
22521         (gst_v4l2_color_balance_interface_init): Setting colorbalance
22522         interface type to HARDWARE.
22523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
22524         same code than ximagesink for event handling.
22525
22526 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22527
22528         * ext/snapshot/Makefile.am:
22529         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
22530         (gst_snapshot_chain):
22531         * ext/snapshot/gstsnapshot.h:
22532           This has to be a joke... Snapshot should be connected to a tee,
22533           colorspace element before it and EOS after that, where the other
22534           src of the tee receives normal data.
22535           The current way is *wrong*.
22536
22537 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22538
22539         * ext/hermes/gsthermescolorspace.c:
22540           Fix another compile error. Same as below.
22541
22542 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22543
22544         * gst/colorspace/gstcolorspace.c:
22545         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
22546         (gst_colorspace_i420_to_yv12):
22547           Fix compiling... Didn't test if it actually works.
22548
22549 2004-01-15  David Schleef  <ds@schleef.org>
22550
22551         * configure.ac:
22552         * gst/colorspace/Makefile.am:
22553         * gst/colorspace/gstcolorspace.c:
22554         * gst/colorspace/gstcolorspace.h:
22555         * gst/colorspace/yuv2rgb.c:
22556         * gst/colorspace/yuv2rgb.h:
22557         Duplicate the ext/hermes colorspace plugin, and remove Hermes
22558         code and GPL code.  Fix for new caps negotiation.  Rewrite
22559         much of the format handling code, and some of the conversion
22560         code.  Basically, rewrote almost everything.  This element
22561         handles I420, YV12 to RGB conversions.
22562         * ext/hermes/Makefile.am:
22563         * ext/hermes/gsthermescolorspace.c:
22564         Rename colorspace to hermescolorspace.  Fix negotiation issues.
22565         Remove non-Hermes related code.  This element handles lots of
22566         RGB to RGB conversions, but no YUV.
22567         * ext/hermes/gstcolorspace.c:
22568         * ext/hermes/gstcolorspace.h:
22569         * ext/hermes/rgb2yuv.c:
22570         * ext/hermes/yuv2rgb.c:
22571         * ext/hermes/yuv2rgb.h:
22572         * ext/hermes/yuv2rgb_mmx16.s:
22573         * ext/hermes/yuv2yuv.c:
22574         * ext/hermes/yuv2yuv.h:
22575         Remove old code.
22576
22577 2004-01-14  Colin Walters  <walters@verbum.org>
22578
22579         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
22580         they've already been.
22581
22582 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22583
22584         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22585           assume tag mode when pad is not connected
22586
22587 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22588
22589         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22590           Don't update the time of the clock
22591         (gst_alsa_sink_loop):
22592           sync to the clock given to alsasink, not the own clock
22593         * sys/oss/gstosssink.c: (gst_osssink_chain):
22594           sync to the clock
22595         (gst_osssink_change_state):
22596           activate the clock
22597         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22599           remove bogus code that made DISCONT events unhandled
22600         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
22601           explicitly case to double in _set_simple. (fixes 2nd warning in bug
22602           #131502)
22603         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
22604         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
22605         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
22606           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
22607           2nd warning in bug #131502)
22608
22609 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22610
22611         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22612         (gst_videobalance_colorbalance_set_value),
22613         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
22614         for colorbalance interface implementation.
22615         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22616         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22617         (gst_ximagesink_dispose), (gst_ximagesink_init),
22618         (gst_ximagesink_class_init): Adding DISPLAY property.
22619         * sys/ximage/ximagesink.h: Adding display_name to store display.
22620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22621         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22622         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
22623         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
22624         properties (they still need polishing though for gst-launch use : no
22625         xcontext yet, i ll do that tomorrow).
22626         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
22627
22628 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22629
22630         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22631         (gst_play_set_location), (gst_play_set_visualization): Preparing
22632         switch integration, adding videobalance in the pipeline.
22633
22634 2004-01-14  Julien MOUTTE <julien@moutte.net>
22635
22636         * gst-libs/gst/colorbalance/colorbalance.c:
22637         (gst_color_balance_class_init): Adding a default type.
22638         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
22639         the type.
22640         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
22641         (gst_videobalance_dispose), (gst_videobalance_class_init),
22642         (gst_videobalance_init), (gst_videobalance_interface_supported),
22643         (gst_videobalance_interface_init),
22644         (gst_videobalance_colorbalance_list_channels),
22645         (gst_videobalance_colorbalance_set_value),
22646         (gst_videobalance_colorbalance_get_value),
22647         (gst_videobalance_colorbalance_init): Implementing colorbalance
22648         interface.
22649         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
22650         list.
22651         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
22652         bug which was triggering a BadAccess X error when setting an overlay
22653         before pad was really negotiated.
22654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
22655         Using the colorbalance type macro.
22656
22657 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22658
22659         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
22660         (gst_flacenc_chain):
22661           handle tags correctly
22662         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
22663           extract ID3v1 tags correctly
22664
22665 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22666
22667         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
22668         (plugin_init):
22669           Improve matroska typefinding for odd-typed headers...
22670
22671 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22672
22673         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
22674           Fix for using incremental number on padnames.
22675
22676 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22677
22678         * ext/divx/gstdivxdec.c:
22679         * ext/divx/gstdivxenc.c:
22680           Set category to divx4linux instead of divx (too generic).
22681         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22682         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
22683         (gst_wavparse_loop), (gst_wavparse_change_state):
22684         * gst/wavparse/gstwavparse.h:
22685           fix parsing of WAV files with non-standard fmt-tag size and fix
22686           skipping of unrecognized chunks... Someone please fix this thing
22687           to use rifflib so all this is automated.
22688         * sys/v4l/Makefile.am:
22689         * sys/v4l2/Makefile.am:
22690           Add X_CFLAGS because we depend on X (for overlay).
22691
22692 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
22693
22694         * ext/mpeg2dec/gstmpeg2dec.c:
22695           Don't issue a timestamp unless we tagged the frame
22696           with a PTS.
22697
22698 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22699
22700         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
22701           Query the audio element to get the time, not the clock. We're
22702           interested in the element's time here.
22703
22704 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22705
22706         * ext/aalib/gstaasink.c: (gst_aasink_chain):
22707         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22708         * ext/esd/esdsink.c: (gst_esdsink_chain):
22709         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
22710         * ext/mas/massink.c: (gst_massink_chain):
22711         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
22712         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
22713         (gst_matroska_demux_parse_metadata):
22714         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
22715         (gst_mpeg_parse_release_locks):
22716         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
22717         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
22718         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22719         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22720         (gst_osssink_change_state):
22721         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22722         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22723         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
22724         (gst_xvideosink_release_locks):
22725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22726           use element time.
22727         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
22728         (gst_alsa_clock_stop):
22729         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
22730         (gst_audio_clock_get_internal_time):
22731           simplify for use with new clocking code.
22732         * testsuite/alsa/Makefile.am:
22733         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
22734           fix testsuite for new caps system
22735
22736 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22737
22738         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22739         * ext/flac/gstflacenc.c: (add_one_tag):
22740           length is already host endian, no need to convert. Fixes playback of
22741           tagged files on PPC. (bug #128384)
22742
22743 2004-01-13  Julien MOUTTE <julien@moutte.net>
22744
22745         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
22746         colorbalance interface stating if it is hardware based or software
22747         based.
22748         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
22749         Removing a trailing comma.
22750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22751         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
22752         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
22753         the documentation seems to be wrong on the -1000 to 1000 interval.
22754
22755 2004-01-12  David Schleef  <ds@schleef.org>
22756
22757         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
22758         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
22759         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
22760         Fix negotiation.  Add a bufferalloc function for the sink pad,
22761         and generally clean up some of the code.
22762
22763 2004-01-12  Julien MOUTTE <julien@moutte.net>
22764
22765         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22766         (gst_color_balance_channel_dispose): Adding safety check in dispose
22767         method.
22768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22769         (gst_xvimagesink_xcontext_clear),
22770         (gst_xvimagesink_interface_supported),
22771         (gst_xvimagesink_colorbalance_list_channels),
22772         (gst_xvimagesink_colorbalance_set_value),
22773         (gst_xvimagesink_colorbalance_get_value),
22774         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
22775         Adding colorbalance interface support to set XV parameters such as
22776         HUE, BRIGHTNESS, CONTRAST, SATURATION.
22777         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
22778         interface.
22779
22780 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22781
22782         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
22783         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
22784         (gst_audio_convert_init), (gst_audio_convert_set_property),
22785         (gst_audio_convert_get_property), (gst_audio_convert_chain),
22786         (gst_audio_convert_link),
22787         (gst_audio_convert_buffer_to_default_format),
22788         (gst_audio_convert_buffer_from_default_format), (plugin_init):
22789           - implement _getcaps and use it
22790           - improve linking
22791           - remove float caps since no float conversion is actually done
22792           - remove properties and arguments that were to be used for rate
22793             conversion
22794
22795 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22796
22797         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
22798         (gst_audio_structure_set_int):
22799         * gst-libs/gst/audio/audio.h:
22800           add helper functions for _getcaps matching the standard audio
22801           templates
22802
22803 2004-01-12  David Schleef  <ds@schleef.org>
22804
22805         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22806         Test that pad is negotiated before getting its caps.
22807
22808 2004-01-12  Julien MOUTTE <julien@moutte.net>
22809
22810         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
22811         analyzing the pads of an element the bin is mostly in READY state so
22812         no caps were negotiated. This helper function needs to work with
22813         _get_caps directly then. I was not freeing them though, added that to
22814         fix the mem leak.
22815
22816 2004-01-12  Julien MOUTTE <julien@moutte.net>
22817
22818         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
22820         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
22821         than the free_func.
22822
22823 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22824
22825         * sys/oss/gstossaudio.c: (plugin_init):
22826         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
22827         * sys/oss/gstosselement.h:
22828           make an oss debugging category
22829           make failure more descriptive
22830
22831 2004-01-11  David Schleef  <ds@schleef.org>
22832
22833         * ext/ffmpeg/gstffmpeg.c:
22834         * ext/ffmpeg/gstffmpegcodecmap.c:
22835         * ext/ffmpeg/gstffmpegdec.c:
22836         * ext/ffmpeg/gstffmpegenc.c:
22837         * ext/ffmpeg/gstffmpegprotocol.c:
22838         * ext/gdk_pixbuf/gstgdkanimation.c:
22839         * ext/jpeg/gstjpeg.c:
22840         * ext/libpng/gstpng.c:
22841         * ext/mpeg2dec/perftest.c:
22842         * ext/speex/gstspeex.c:
22843         * gst-libs/gst/resample/dtos.c:
22844         * gst/intfloat/gstintfloatconvert.c:
22845         * gst/oneton/gstoneton.c:
22846         * gst/rtjpeg/RTjpeg.c:
22847         * gst/rtp/gstrtp.c:
22848         * sys/dxr3/dxr3init.c:
22849         * sys/glsink/gstgl_nvimage.c:
22850         * sys/glsink/gstgl_pdrimage.c:
22851         * sys/glsink/gstglsink.c:
22852         * testsuite/gst-lint:
22853         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
22854
22855 2004-01-11  David Schleef  <ds@schleef.org>
22856
22857         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
22858         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
22859         * ext/gdk_pixbuf/gstgdkanimation.c:
22860         (gst_gdk_animation_iter_create_pixbuf):
22861         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22862         (gst_gdk_pixbuf_chain):
22863         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22864         * ext/jack/gstjack.c: (gst_jack_change_state):
22865         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
22866         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
22867         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22868         * gst/videofilter/gstvideofilter.c:
22869         (gst_videofilter_set_output_size):
22870         Remove all usage of gst_pad_get_caps(), and replace it with
22871         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
22872
22873 2004-01-11  David Schleef  <ds@schleef.org>
22874
22875         * configure.ac:
22876         * ext/Makefile.am: Fixes to make ext/libcaca compile.
22877         * ext/divx/gstdivxdec.c:
22878         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22879         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
22880         handle images that span multiple buffers.  Now work with both
22881         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
22882         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22883         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
22884         video/video.h changes
22885         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
22886         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22887         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
22888         of GstData free function.
22889         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22890         same.
22891
22892 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22893
22894         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
22895         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
22896         (gst_v4l2element_get_property):
22897         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
22898           add norm, channel and frequency properties.
22899         * sys/v4l2/gstv4l2tuner.c:
22900           fixes for tuner interface changes
22901         * sys/v4l2/gstv4l2element.h:
22902         * sys/v4l2/gstv4l2src.c:
22903         * sys/v4l2/gstv4l2src.h:
22904         * sys/v4l2/v4l2src_calls.c:
22905         * sys/v4l2/v4l2src_calls.h:
22906           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
22907
22908 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22909
22910         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
22911         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
22912         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
22913         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
22914         * gst-libs/gst/tuner/tuner.h:
22915           GObjects aren't const.
22916           Add find_by_name functions.
22917           Add checks to _changed functions.
22918         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
22919         (gst_v4l_tuner_get_norm):
22920           Fixes for above.
22921
22922 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22923
22924         * gst-libs/gst/video/video.h:
22925           Fix caps template names to be understandable.
22926           Prefix everything with GST_VIDEO.
22927         * ext/aalib/gstaasink.c:
22928         * ext/divx/gstdivxdec.c:
22929         * ext/divx/gstdivxenc.c:
22930         * ext/gdk_pixbuf/gstgdkpixbuf.c:
22931         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
22932         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
22933         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
22934         * ext/libcaca/gstcacasink.c:
22935         * ext/libpng/gstpngenc.c: (raw_caps_factory):
22936         * ext/snapshot/gstsnapshot.c:
22937         * ext/swfdec/gstswfdec.c:
22938         * ext/xvid/gstxviddec.c:
22939         * ext/xvid/gstxvidenc.c:
22940         * gst/chart/gstchart.c:
22941         * gst/deinterlace/gstdeinterlace.c:
22942         * gst/effectv/gsteffectv.c:
22943         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22944         * gst/goom/gstgoom.c:
22945         * gst/median/gstmedian.c:
22946         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
22947         (gst_monoscope_srcconnect), (gst_monoscope_chain):
22948         * gst/overlay/gstoverlay.c:
22949         * gst/smooth/gstsmooth.c:
22950         * gst/smpte/gstsmpte.c:
22951         * gst/synaesthesia/gstsynaesthesia.c:
22952         * gst/videocrop/gstvideocrop.c:
22953         * gst/videodrop/gstvideodrop.c:
22954         * gst/y4m/gsty4mencode.c:
22955         * sys/qcam/gstqcamsrc.c:
22956         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
22957           Make them work with new video.h file.
22958         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22959         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
22960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22961         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
22962           Make it work with new buffer allocation system.
22963
22964 2004-01-11  Julien MOUTTE  <julien@moutte.net>
22965
22966         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
22967         pad_alloc_buffer implementation to use ->srcpad
22968         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
22969         pad_alloc_buffer implementation to use ->srcpad
22970         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
22971         pad_alloc_buffer implementation to use ->srcpad
22972         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22973         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22974         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22975         a reference to everything we need.
22976         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
22977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22978         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22979         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22980         a reference to everything we need.
22981         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
22982
22983 2004-01-11  David Schleef  <ds@schleef.org>
22984
22985         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
22986         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
22987         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
22988         structure members.
22989         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
22990         value during a resize/renegotiation.
22991         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
22992         gst_pad_alloc_buffer();
22993         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22994         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
22995         structure members.
22996         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22997         Fix for rename of buffer private structure members.
22998         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22999         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23000         Fix for rename of buffer private structure members.
23001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23002         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23003         Fix for rename of buffer private structure members.
23004
23005 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
23006
23007         reviewed by: David Schleef <ds@schleef.org>
23008
23009         * gst/videofilter/Makefile.am:
23010         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
23011         from the patch by ds to fit in with recent make_filter changes.
23012
23013 2004-01-11  Julien MOUTTE  <julien@moutte.net>
23014
23015         * configure.ac: Adding examples/switch/Makefile
23016         * examples/Makefile.am: Adding examples/switch
23017         * examples/switch/Makefile.am: Adding switcher example.
23018         * examples/switch/switcher.c: (got_eos), (idle_iterate),
23019         (switch_timer), (main): Adding an example demonstrating switch usage
23020         with 2 videotestsrc showing different patterns.
23021         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23022         (gst_switch_init): Fixing switch with the new caps system.
23023
23024 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23025
23026         * gst-libs/gst/video/video.h:
23027           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
23028           They should probably be like
23029           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
23030
23031 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23032
23033         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23034         (qtdemux_parse_trak):
23035           fix audio chunk size/timestamp calculation
23036
23037 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23038
23039         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
23040           fix SVQ3 caps
23041
23042 2004-01-11  Steve Baker  <steve@stevebaker.org>
23043
23044         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
23045         (gst_agingtv_base_init), (gst_agingtv_class_init),
23046         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
23047         (gst_agingtv_set_property), (gst_agingtv_get_property):
23048         Port agingTV to videofilter
23049
23050 2004-01-09  Julien MOUTTE <julien@moutte.net>
23051
23052         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
23053         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23054
23055 2004-01-09  Julien MOUTTE <julien@moutte.net>
23056
23057         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
23058         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23059         * gst-libs/gst/xoverlay/xoverlay.c:
23060         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
23061         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
23062         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23063         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23064         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23065         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23066         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23067         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
23068         the bufferalloc_function to replace bufferpools, fixing the XOverlay
23069         interface implementation to handle xid being 0 and fix some bugs
23070         triggered by Benjamin's testcase.
23071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23072         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
23073         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
23074         the bufferalloc_function to replace bufferpools, fixing the XOverlay
23075         interface implementation to handle xid being 0 and fix some bugs
23076         triggered by Benjamin's testcase.
23077
23078 2004-01-09  David Schleef  <ds@schleef.org>
23079
23080         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
23081         mouse pointer events.  It works.
23082
23083 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23084
23085         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
23086           Use explicit caps - fix capsnego.
23087         * ext/xvid/gstxviddec.c:
23088         * ext/xvid/gstxvidenc.c:
23089           Remove macro-inside-macro which caused compile errors.
23090         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
23091           Error out if it's not a RIFF file. Else we error out without
23092           gst_element_error() which is not good...
23093
23094 2004-01-08  David Schleef  <ds@schleef.org>
23095
23096         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23097         Fix pad_link function to handle formats that ffmpeg returns
23098         as multiple caps structures.
23099         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
23100         Only complain if source buffer is _smaller_ than expected.
23101         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23102         (gst_videoscale_handle_src_event): Resize navigation events
23103         when passing them upstream.
23104         * gst/videotestsrc/gstvideotestsrc.c:
23105         * gst/videotestsrc/gstvideotestsrc.h:
23106         * gst/videotestsrc/videotestsrc.c:
23107         * gst/videotestsrc/videotestsrc.h:
23108         Rewrite many of the buffer painting functions to handle odd
23109         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
23110         been verified to work with my video card.
23111         * testsuite/gst-lint:  Add check for elements calling
23112         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
23113
23114 2004-01-08  David Schleef  <ds@schleef.org>
23115
23116         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
23117         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
23118
23119 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23120
23121         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
23122         configure event is not emiting the desired size signal. That fixes
23123         aspect ratio issues with gst-player.
23124
23125 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23126
23127         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
23128           Fix capsnego.
23129
23130 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23131
23132         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
23133         public method to fire size signal.
23134
23135 2004-01-07  Julien MOUTTE  <julien@moutte.net>
23136
23137         * examples/gstplay/Makefile.am: Adding the interface library.
23138         * gst-libs/gst/play/Makefile.am: Adding the interface library.
23139         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
23140         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
23141         GST_IS_X_OVERLAY before signal connect.
23142         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
23143         Removing the have_video_size signal.
23144         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
23145         and associated public method.
23146         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23147         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
23148         signal.
23149         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23150         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
23151         signal.
23152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
23153         Using XOverlay public method to fire size signal.
23154
23155 2004-01-07  David Schleef  <ds@schleef.org>
23156
23157         * gst/videofilter/Makefile.am:
23158         * gst/videofilter/gstvideotemplate.c:
23159         * gst/videofilter/make_filter:
23160         Create gstvideoexample.c in a srcdir!=builddir friendly way.
23161         Convert make_filter to /bin/sh script.
23162
23163 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
23164
23165         * gst/modplug/gstmodplug.cc: fix element description
23166
23167 2004-01-07  Julien MOUTTE  <julien@moutte.net>
23168
23169         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
23170         (got_video_size): Adding some new lines in g_print calls.
23171         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
23172         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
23173         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
23174         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
23175         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
23176         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
23177         Complete code review, reverting some stuff i disagree with, adding
23178         some fixes : time synchronization on invalid timestamps, renegotiation
23179         of private window.
23180         * sys/ximage/ximagesink.h:
23181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
23182         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
23183         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
23184         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
23185         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23186         (gst_xvimagesink_buffer_new),
23187         (gst_xvimagesink_navigation_send_event),
23188         (gst_xvimagesink_set_xwindow_id),
23189         (gst_xvimagesink_get_desired_size),
23190         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
23191         stuff i disagree with, adding some fixes : Renegotiation of private
23192         window, implementing get_desired_size.
23193
23194 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23195
23196         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
23197         (gst_afsink_handle_event):
23198         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
23199         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
23200         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
23201         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
23202         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
23203           Fix for instantiate-test (see core). Also remove dead code from
23204           jpegenc (which still needs fixing, but that's lower on my TODO
23205           list...).
23206         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
23207           Never return NULL as caps.
23208
23209 2004-01-07  David Schleef  <ds@schleef.org>
23210
23211         * configure.ac:
23212         * ext/Makefile.am:
23213         * ext/librfb/Makefile.am:
23214         * ext/librfb/gstrfbsrc.c:
23215         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
23216         is the protocol used by VNC.
23217
23218 2004-01-07  David Schleef  <ds@schleef.org>
23219
23220         * gst/videofilter/gstvideotemplate.c:
23221         * gst/videofilter/gstvideotemplate.h:
23222         * gst/videofilter/make_filter:
23223         Merge videotemplate header into source file.
23224         * gst/effectv/Makefile.am:
23225         * gst/effectv/gsteffectv.c: (plugin_init):
23226         * gst/effectv/gstwarp.c:
23227         Make warpTV a subclass of videofilter.
23228
23229 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23230
23231         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23232           Add guard against invalid utf-8 conversions in mad. Just in case.
23233
23234 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23235
23236         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
23237           Fix for bug shown by poisoning
23238
23239 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23240
23241         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23242         (gst_v4lmjpegsrc_buffer_free):
23243         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23244         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
23245         (gst_v4lsrc_buffer_free):
23246           Fix for removed bufferpools.
23247
23248 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
23249
23250         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23251         Fix caps negotiation.
23252
23253         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
23254         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
23255         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
23256         (dvdnavsrc_event):
23257         * ext/mpeg2dec/gstmpeg2dec.c:
23258         * gst-libs/gst/navigation/navigation.c:
23259         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
23260         * gst-libs/gst/navigation/navigation.h:
23261         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
23262         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
23263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
23264         Super-simple first version of mouse and keyboard events. Clicking
23265         on a DVD menu now works, although it may not take you where you
23266         expected.
23267
23268         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23269         * gst/videotestsrc/gstvideotestsrc.c:
23270         (gst_videotestsrc_src_fixate):
23271         These fixate functions were broken - they never actually
23272         fixated :)
23273
23274 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23275
23276         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
23277         (gst_icecastsend_init):
23278           fix for new caps system.
23279         * gst-libs/gst/mixer/mixertrack.h:
23280         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
23281           Add 'master track' flag (for tools like ACME that only want to
23282           change the main volume).
23283
23284 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
23285
23286         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
23287         (gst_xvid_csp_to_caps):
23288         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
23289         * ext/xvid/gstxvidenc.c:
23290         ifdef out ARGB type when it isn't available
23291         in xvidcore 1.0.0beta2
23292
23293 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23294
23295         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23296           When we have received a new SCR right in the first buffer after
23297           a seek (so in the same cycle that handles the discont), we should
23298           handle the buffer instead of unreffing it, else we lose data.
23299
23300 2004-01-06  Iain <iain@prettypeople.org>
23301
23302         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
23303           buffer-frames caps too.
23304
23305         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
23306           caps that we need, don't destroy them all and rebuild them. And when
23307           creating src pads, use the src pad template rather than the sink...
23308
23309 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23310
23311         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23312           Add pad to element *after* setting functions such as event handler.
23313           Without this, the scheduler (opt) will link pads, set the event
23314           handler from the default event function (dispatcher in gstpad.c)
23315           and *after* that, we will set our own event function, which will
23316           thus never be used (and thus mpegdemux doesn't handle events).
23317
23318 2004-01-04  David Schleef  <ds@schleef.org>
23319
23320         Fix the fixate functions to handle new prototype:
23321         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23322         * gst/videotestsrc/gstvideotestsrc.c:
23323         (gst_videotestsrc_src_fixate):
23324         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
23325         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
23326         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
23327
23328 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23329
23330         * sys/ximage/ximagesink.h:
23331         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
23332         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
23333         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
23334         (gst_ximagesink_xoverlay_init):
23335           assorted fixes to make (re)embedding work
23336         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
23337         (gst_ximagesink_get_desired_size):
23338           implement desired size additions to XOverlay
23339
23340 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23341
23342         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
23343         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
23344         (gst_x_overlay_got_desired_size):
23345         * gst-libs/gst/xoverlay/xoverlay.h:
23346           Add optional "desired size" signal and querying.
23347
23348 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23349
23350         * gst/matroska/matroska-demux.c:
23351         (gst_matroska_demux_parse_blockgroup):
23352           Fix EBML-laced block parsing. Diffs are relative to previous
23353           lace, not the first lace. Thanks to Mosu from the Matroska
23354           team for detecting this.
23355         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23356         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
23357         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
23358         (gst_wavparse_change_state):
23359         * gst/wavparse/gstwavparse.h:
23360           Quickfix for capsnego.
23361
23362 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23363
23364         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
23365           Fix indenting, fix pad creation.
23366
23367 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23368
23369         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
23370         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
23371         (gst_xviddec_sink_link):
23372           Implement src_getcaps() so proper size caps is negotiated.
23373
23374 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23375
23376         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
23377           Finish flac decoder on EOS. See #116178.
23378
23379 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23380
23381         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
23382         (gst_matroska_demux_add_stream):
23383         * gst/matroska/matroska-ids.h:
23384           Add getcaps() function to fix capsnego...
23385
23386 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23387
23388         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23389         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
23390         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23391           Fix more integer overflows. Again, see #126967.
23392
23393 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23394
23395         * ext/mpeg2dec/gstmpeg2dec.c:
23396           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
23397           #130416.
23398
23399 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23400
23401         * configure.ac:
23402         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
23403         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
23404         * ext/xvid/gstxvid.h:
23405         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
23406         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
23407         (gst_xviddec_src_link), (gst_xviddec_sink_link),
23408         (gst_xviddec_change_state):
23409         * ext/xvid/gstxviddec.h:
23410         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
23411         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
23412         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
23413         (gst_xvidenc_link), (gst_xvidenc_set_property),
23414         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
23415         * ext/xvid/gstxvidenc.h:
23416           Update xvid plugin to latest xvid (1.0.0-beta3) API.
23417
23418 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23419
23420         * gst/rtp/rtp-packet.c:
23421           Add sys/types.h include, since OS X doesn't define in_addr_t
23422           in netinet/in.h, like it does on Linux (see #129600).
23423
23424 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
23425
23426         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
23427
23428         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
23429           Correct logic of dispose function (see #129306).
23430
23431 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23432
23433         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
23434         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23435         (gst_mpeg_parse_init):
23436         * gst/mpegstream/gstmpegparse.h:
23437           Remove clock (which was never provided, i.e. dead code), and
23438           also fix integer overflows at high PTS values (see #126967).
23439
23440 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23441
23442         * ext/flac/gstflacdec.c:
23443         * ext/libpng/gstpngenc.h:
23444         * ext/mikmod/gstmikmod.h:
23445           OS X fixes (see #126628).
23446
23447 2004-01-02  David Schleef  <ds@schleef.org>
23448
23449         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
23450         (gst_alsa_src_base_init): Remove bogus "src" request pad.
23451         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
23452         (gst_mpeg_parse_class_init): Move pad template registration
23453         to class_init, since the derived class (mpegdemux) doesn't
23454         want them.
23455
23456 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23457
23458         * sys/ximage/Makefile.am:
23459         * sys/xvideo/Makefile.am:
23460         * sys/xvimage/Makefile.am:
23461           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
23462           after installation (see #127664).
23463
23464 2004-01-02  David Schleef  <ds@schleef.org>
23465
23466         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
23467         (gst_ffmpegenc_connect):  Negotiation fixes.
23468         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
23469         Remove inappropriate gst_caps_free().
23470         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23471         Reenable Ronald's internal resize code, since the core handles
23472         it correctly now.
23473
23474 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23475
23476         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
23477         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
23478         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
23479           Fix pad template stuff.
23480
23481 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23482
23483         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
23484         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
23485           fix signed integer reading/writing.
23486
23487 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23488
23489         * ext/alsa/README:
23490           Remove outdated document
23491
23492 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
23493
23494         * gst/cutter/gstcutter.c: (gst_cutter_init):
23495           src pad was being created twice - oops.
23496
23497 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23498
23499         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23500           Comment out internal resize. It doesn't handle the resulting
23501           XEvent internally, does another try_set_caps() which leads to
23502           a really nice loop.
23503           Real fix will come when Julien and Dave are awake. ;).
23504
23505 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23506
23507         * ext/mpeg2enc/gstmpeg2enc.cc:
23508           fix const/nonconst compile issue.
23509
23510 2004-01-02  David Schleef  <ds@schleef.org>
23511
23512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
23513         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
23514         Add fixate function and a check for bad formats.
23515
23516 2004-01-01  David Schleef  <ds@schleef.org>
23517
23518         Negotiation fixes:
23519         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
23520         (gst_audiofilter_init):
23521         * gst/debug/efence.c: (gst_efence_init):
23522         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
23523         (gst_deinterlace_init):
23524         * gst/volume/gstvolume.c: (volume_connect):
23525
23526 2004-01-01  David Schleef  <ds@schleef.org>
23527
23528         Convert elements to use gst_pad_use_explicit_caps() where
23529         appropriate:
23530         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
23531         * ext/audiofile/gstafparse.c: (gst_afparse_init),
23532         (gst_afparse_open_file):
23533         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
23534         (gst_afsrc_open_file):
23535         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
23536         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
23537         (gst_ffmpegdec_chain):
23538         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23539         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
23540         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
23541         (gst_gdk_pixbuf_chain):
23542         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
23543         (gst_jpegdec_chain):
23544         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
23545         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23546         (gst_mikmod_negotiate):
23547         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
23548         (gst_mpeg2dec_negotiate_format):
23549         * ext/mpeg2enc/gstmpeg2enc.cc:
23550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23551         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
23552         (gst_speexdec_sinkconnect):
23553         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
23554         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
23555         (gst_vorbisfile_new_link):
23556         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
23557         (gst_ac3parse_chain):
23558         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
23559         (gst_asf_demux_setup_pad):
23560         * gst/auparse/gstauparse.c: (gst_auparse_init),
23561         (gst_auparse_chain):
23562         * gst/id3/gstid3types.c: (gst_id3types_loop):
23563         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23564         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23565         (mp1videoparse_parse_seq):
23566         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
23567         (bpf_from_header):
23568         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23569         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
23570         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
23571         (gst_mpeg_parse_send_data):
23572         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23573         (gst_qtdemux_add_stream):
23574         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23575         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23576         (gst_wavparse_parse_fmt):
23577
23578 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23579
23580         * configure.ac:
23581           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
23582           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
23583           it therefore uses the wrong include paths. Too bad... Note
23584           that 1.6.1.93 is not release yet. ;).
23585           Also add a check for mplex, which is now using the lib'ified
23586           mplex from mjpegtools, too.
23587         * ext/ffmpeg/gstffmpegcodecmap.c:
23588           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
23589           issues. I don't think ffmpeg handles 3ivx correctly, so this
23590           probably won't work. But it won't hurt either.
23591         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
23592         (gst_ffmpegdec_chain):
23593         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
23594         (gst_ffmpegenc_chain_audio):
23595           Fix memleak in audio encoding. Close codec if open fails, this
23596           calls the cleanup routines so we can re-use the context.
23597         * ext/mpeg2enc/gstmpeg2enc.cc:
23598           Fix pad template names/types, fix memory issue with getcaps().
23599         * ext/mpeg2enc/gstmpeg2encoder.cc:
23600         * ext/mpeg2enc/gstmpeg2encoder.hh:
23601           Fix compile issue with new caps system (const thingy).
23602         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23603         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
23604           We read a first frame right on initing, so that we have a caps
23605           when we init the output. This caps is cached in padprivate and
23606           read as first frame.
23607         * ext/mplex/Makefile.am:
23608         * ext/mplex/gstmplex.cc:
23609         * ext/mplex/gstmplex.h:
23610         * ext/mplex/gstmplex.hh:
23611         * ext/mplex/gstmplexibitstream.cc:
23612         * ext/mplex/gstmplexibitstream.hh:
23613         * ext/mplex/gstmplexjob.cc:
23614         * ext/mplex/gstmplexjob.hh:
23615         * ext/mplex/gstmplexoutputstream.cc:
23616         * ext/mplex/gstmplexoutputstream.hh:
23617           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
23618           had issues, didn't do capsnego, supported only a subset of the
23619           mplex features and required a mplex fork in our local CVS. Plus
23620           that it worked agaist a very old mplex version. Rewriting was
23621           faster than updating it.
23622         * gst-libs/ext/Makefile.am:
23623         * gst-libs/ext/mplex/INSTRUCT:
23624         * gst-libs/ext/mplex/Makefile.am:
23625         * gst-libs/ext/mplex/README:
23626         * gst-libs/ext/mplex/TODO:
23627         * gst-libs/ext/mplex/ac3strm_in.cc:
23628         * gst-libs/ext/mplex/audiostrm.hh:
23629         * gst-libs/ext/mplex/audiostrm_out.cc:
23630         * gst-libs/ext/mplex/aunit.hh:
23631         * gst-libs/ext/mplex/bits.cc:
23632         * gst-libs/ext/mplex/bits.hh:
23633         * gst-libs/ext/mplex/buffer.cc:
23634         * gst-libs/ext/mplex/buffer.hh:
23635         * gst-libs/ext/mplex/fastintfns.h:
23636         * gst-libs/ext/mplex/format_codes.h:
23637         * gst-libs/ext/mplex/inputstrm.cc:
23638         * gst-libs/ext/mplex/inputstrm.hh:
23639         * gst-libs/ext/mplex/lpcmstrm_in.cc:
23640         * gst-libs/ext/mplex/mjpeg_logging.cc:
23641         * gst-libs/ext/mplex/mjpeg_logging.h:
23642         * gst-libs/ext/mplex/mjpeg_types.h:
23643         * gst-libs/ext/mplex/mpastrm_in.cc:
23644         * gst-libs/ext/mplex/mpegconsts.cc:
23645         * gst-libs/ext/mplex/mpegconsts.h:
23646         * gst-libs/ext/mplex/mplexconsts.hh:
23647         * gst-libs/ext/mplex/multplex.cc:
23648         * gst-libs/ext/mplex/outputstream.hh:
23649         * gst-libs/ext/mplex/padstrm.cc:
23650         * gst-libs/ext/mplex/padstrm.hh:
23651         * gst-libs/ext/mplex/stillsstream.cc:
23652         * gst-libs/ext/mplex/stillsstream.hh:
23653         * gst-libs/ext/mplex/systems.cc:
23654         * gst-libs/ext/mplex/systems.hh:
23655         * gst-libs/ext/mplex/vector.cc:
23656         * gst-libs/ext/mplex/vector.hh:
23657         * gst-libs/ext/mplex/videostrm.hh:
23658         * gst-libs/ext/mplex/videostrm_in.cc:
23659         * gst-libs/ext/mplex/videostrm_out.cc:
23660         * gst-libs/ext/mplex/yuv4mpeg.cc:
23661         * gst-libs/ext/mplex/yuv4mpeg.h:
23662         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
23663         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
23664           We don't fork mjpegtools' mplex in our CVS anymore.
23665         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
23666         (gst_avi_demux_add_stream):
23667         * gst/avi/gstavidemux.h:
23668           Add getcaps() function for proper caps nego. This makes some
23669           parts of AVI playback/reading work.
23670         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23671           Resize window on new capsnego. This is probably wrong, but
23672           I'm still committing it because with current capsnego, the
23673           first successfull capsnego is auto-fixated, therefore rounded
23674           down to the lowest values in the caps. this results in a 16x16
23675           XWindow that is not reized when real capsnego finishes.
23676           Dave, I see more cases of this, do you know a proper solution?
23677         * tools/gst-launch-ext.in:
23678           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
23679
23680 2003-12-31  David Schleef  <ds@schleef.org>
23681
23682         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
23683         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
23684           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
23685
23686 2003-12-30  David Schleef  <ds@schleef.org>
23687
23688         * ext/ffmpeg/gstffmpegcolorspace.c:
23689         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23690         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
23691         (gst_ffmpegcsp_chain): Negotiation fixes
23692         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
23693         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23694         (gst_audio_convert_link), (gst_audio_convert_channels):
23695         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
23696         (gst_audioscale_link), (gst_audioscale_get_buffer),
23697         (gst_audioscale_chain): Negotiation fixes
23698         * gst/audioscale/gstaudioscale.h:
23699         * gst/videofilter/gstvideofilter.c:
23700         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
23701         (gst_videofilter_link), (gst_videofilter_init),
23702         (gst_videofilter_set_output_size), (gst_videofilter_setup),
23703         (gst_videofilter_find_format_by_structure):
23704         * gst/videofilter/gstvideofilter.h: Negotiation fixes
23705         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23706         (gst_videoscale_link):
23707         * gst/videoscale/videoscale.c: (videoscale_get_structure),
23708         (videoscale_find_by_structure), (gst_videoscale_setup):
23709         * gst/videoscale/videoscale.h: Negotiation fixes
23710         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23711         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
23712         function, restrict resizing to a multiple of 4 (hack until
23713         everyone supports odd sizes correctly).
23714
23715 2003-12-29  Colin Walters  <walters@verbum.org>
23716
23717         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
23718         signed.
23719
23720 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
23721
23722         * ext/sndfile/gstsf.c: (gst_sf_loop):
23723           Fix warning about discarding const qualifier
23724
23725 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
23726
23727         * gst/cutter/gstcutter.c:
23728         * gst/videoscale/gstvideoscale.c:
23729         * gst/volenv/gstvolenv.c:
23730         * gst-libs/gst/audio/audio.c:
23731         * gst-libs/gst/video/video.c:
23732           Fix warnings
23733
23734 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23735
23736         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
23737           Don't send ALSA debugging to stderr.
23738         * ext/alsa/gstalsa.h:
23739           Use GST_WARNING instead of g_warning when ALSA functions fail.
23740
23741 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23742
23743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23744           Free XVAdapterInfo correctly.
23745
23746 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23747
23748         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
23749         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
23750           Make id3tag use correct caps nego.
23751
23752 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
23753
23754         * ext/ivorbis/vorbis.c:
23755         * ext/ivorbis/vorbisenc.h:
23756         * ext/ivorbis/vorbisfile.c:
23757           Modify so that it uses the new caps things
23758
23759 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23760
23761         * testsuite/spider/spider1.c: (main):
23762         * testsuite/spider/spider2.c: (main):
23763         * testsuite/spider/spider3.c: (main):
23764           Make tests compile again. They probably don't work.
23765
23766 2003-12-24  Colin Walters  <walters@verbum.org>
23767
23768         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
23769         we can't fixate the caps anymore.
23770
23771 2003-12-23  David Schleef  <ds@schleef.org>
23772
23773         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
23774         * sys/oss/gstosssink.c: (gst_osssink_init),
23775         (gst_osssink_sink_fixate): Add fixate function.
23776
23777 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23778
23779         * ext/ffmpeg/gstffmpegcodecmap.c:
23780         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
23781         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
23782         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
23783         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
23784         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
23785         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23786         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
23787           fix typo in RGB masks, and move back to "old" colorspace
23788           capsnego code until whoever wrote this new crap has actually
23789           tested it so that it works.
23790           And yes, this works, keep it that way please.
23791
23792 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23793
23794         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
23795         (gst_divxdec_init), (gst_divxdec_negotiate):
23796         * ext/divx/gstdivxdec.h:
23797         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
23798         (gst_divxenc_init):
23799         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
23800         (gst_faac_sinkconnect), (gst_faac_srcconnect):
23801         * ext/mpeg2enc/gstmpeg2enc.cc:
23802         * ext/mpeg2enc/gstmpeg2encoder.cc:
23803         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23804         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
23805         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
23806         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
23807         (dxr3spusink_init):
23808         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
23809         (dxr3videosink_init):
23810           Fix caps breakage after Dave's caps branch merge.
23811
23812 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23813
23814         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23815           Fix for 24bpp display.
23816
23817 2003-12-23  Colin Walters  <walters@verbum.org>
23818
23819         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
23820         a GnomeVFSHandle directly.
23821
23822 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23823
23824         * gst/volume/Makefile.am:
23825         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
23826         (volume_base_init), (volume_init):
23827           Reenable volume element and fix to work with new caps stuff.
23828           Rhythmbox needs this.
23829
23830 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23831
23832         * gst/qtdemux/qtdemux.c: (plugin_init):
23833           qtdemux requires bytestream
23834
23835 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23836
23837         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
23838           Fix remaining caps handling errors due to CAPS merge.
23839
23840 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23841
23842         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
23843         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
23844         (gst_faad_srcconnect):
23845           Port to new caps system.
23846
23847 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23848
23849         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
23850         (got_video_size), (main): using g_print instead of g_message.
23851         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
23852         signal which was not emitted because of "switch" element added to the
23853         bin but not connected. (Removing from the bin temporarily)
23854
23855 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23856
23857         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
23858         find X development files. I don't understand the previous tests and
23859         they fail on my debian/ppc unstable. This one works.
23860         * examples/gstplay/player.c: (main): Set the pipeline to READY before
23861         exiting.
23862         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
23863         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23864         (gst_play_set_visualization): Add some safety checks in set_ methods
23865         and state_change. This was throwing some ugly CRITICAL messages when
23866         pipeline was getting disposed and casts were failing.
23867
23868 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23869
23870         * configure.ac:
23871           Improve mpeg2enc detection. This is for distributions that do
23872           ship mjpegtools, but without mpeg2enc. Also does object check
23873           for might there ever be ABI incompatibility.
23874         * ext/mpeg2enc/gstmpeg2enc.cc:
23875           Add Andrew as second maintainer (he's helping me), and also add
23876           an error if no caps was set. This happens if I pull before capsnego
23877           and that's something I should solve sometime else.
23878         * gst/matroska/matroska-demux.c:
23879         (gst_matroska_demux_parse_blockgroup):
23880           Fix time parsing.
23881         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
23882         (gst_matroska_mux_track_header):
23883           Add caps to templates.
23884         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
23885           Add mpegversion=1 to prevent confusion with MPEG/AAC.
23886         * gst/mpegstream/gstmpegdemux.c:
23887           Remove layer since it causes warnings about unfixed caps.
23888         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23889           Fix obvious typo (we error out if caps were set, we should of
23890           course error out if *no* caps were set).
23891         * sys/oss/gstosselement.c: (gst_osselement_convert):
23892           Fix format conversion, we confused bits/bytes.
23893         * sys/oss/gstosselement.h:
23894           Improve documentation for 'bps'.
23895         * sys/v4l/TODO:
23896           Remove stuff about plugins that need removing - this was done
23897           ages ago.
23898         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
23899         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
23900         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
23901         (gst_v4lsrc_src_query):
23902         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
23903         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
23904           Add get_query_types(), get_formats() and query() functions.
23905
23906 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23907
23908         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
23909         * moved CVS to freedesktop.org