ext/pango/gsttextoverlay.*: Fix seeking both for muxed formats and subtitles files.
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-02-19  Julien MOUTTE  <julien@moutte.net>
2
3         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
4         (gst_text_overlay_finalize), (gst_text_overlay_init),
5         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
6         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
9         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
11         and subtitles files.
12
13 2006-02-19  Julien MOUTTE  <julien@moutte.net>
14
15         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
16         should be considered as row.
17
18 2006-02-19  Julien MOUTTE  <julien@moutte.net>
19
20         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
21         (cb_probe):
22         * gst/playback/gststreaminfo.h: Introduce language informations.
23
24 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
25
26         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
27         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
28         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
29         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
30         Set shared memory segments to be deleted as soon as we have attached,
31         that way they get cleaned up automatically if we crash.
32
33 2006-02-18  Julien MOUTTE  <julien@moutte.net>
34
35         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
36         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
37         functions are called with lock held.
38
39 2006-02-18  Julien MOUTTE  <julien@moutte.net>
40
41         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
42         (gst_text_overlay_finalize), (gst_text_overlay_init),
43         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
44         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
45         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
46         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
47         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
48         (gst_text_overlay_change_state): Refactoring of textoverlay
49         without collectpads. This now supports sparse subtitles coming
50         from a demuxer instead of a sub file. Seeking is still broken 
51         though. Need to discuss with wtay some more on how to handle
52         seeking correctly.
53         * ext/pango/gsttextoverlay.h:
54         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
55         subtitles coming from the demuxer.
56
57 2006-02-17  Wim Taymans  <wim@fluendo.com>
58
59         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
60         (gst_vorbisenc_convert_sink):
61         Use some more scaling functions.
62
63 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
64
65         * ext/cdparanoia/gstcdparanoiasrc.c:
66         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
67         (gst_cd_paranoia_paranoia_callback),
68         (gst_cd_paranoia_src_signal_is_being_watched),
69         (gst_cd_paranoia_src_read_sector):
70         * ext/cdparanoia/gstcdparanoiasrc.h:
71           Add back 'transport-error' and 'uncorrected-error' signals and
72           make them actually be fired when bad stuff happens (#319340).
73
74 2006-02-17  Wim Taymans  <wim@fluendo.com>
75
76         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
77         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
78         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
79         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
80         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
81         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
82         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
83         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
84         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
85         (gst_ring_buffer_clear):
86         Small cleanups.
87         Added some G_LIKELY.
88
89 2006-02-17  Wim Taymans  <wim@fluendo.com>
90
91         * gst-libs/gst/audio/TODO:
92         Update TODO
93
94         * gst-libs/gst/audio/gstbaseaudiosink.c:
95         (gst_base_audio_sink_get_offset):
96         When trying to play samples ASAP and we don't have a
97         previous sample, try to play at position 0 instead of
98         an invalid position.
99
100 2006-02-17  Wim Taymans  <wim@fluendo.com>
101
102         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
103         (gst_alsasink_reset):
104         Also release lock when we get an error in _reset();
105         fix an error message.
106
107 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
108
109         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
110         (gst_alsasink_init), (get_channel_free_structure),
111         (caps_add_channel_configuration), (gst_alsasink_getcaps),
112         (gst_alsasink_close):
113         * ext/alsa/gstalsasink.h:
114           Add support for more than 2 channels (#326720).
115
116 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
117
118         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
119           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
120           with 4 or 6 channels, assume a default channel layout to make things
121           work (not sure there's anything else we can do in those cases).
122
123 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
124
125         * gst-libs/gst/audio/multichannel.c:
126           Minor docs fix.
127
128         * gst-libs/gst/riff/Makefile.am:
129         * gst-libs/gst/riff/riff-ids.h:
130         * gst-libs/gst/riff/riff-media.c:
131         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
132           Add support for WAVEFORMATEX, eg. PCM audio with more than two
133           channels and a channel layout map.
134           
135 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
136
137         Reviewed by Edward Hervey  <edward@fluendo.com>
138
139         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
140         C-level optimization of the RGBA nearest neighbour function.
141         Eventually this might end up in liboil with vectorized versions.
142
143 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
144
145         * gst-libs/gst/audio/multichannel.c:
146         (gst_audio_get_channel_positions):
147           When we have more than 2 channels, but no channel layout is
148           specified in the caps, return some default channel layout
149           to the caller and warn about about a possibly buggy element
150           (could be buggy filtercaps as well of course) (#317038).
151
152 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
153
154         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
155           Add gst-libs/gst/cdda to list of lib search paths.
156
157 2006-02-15  Andy Wingo  <wingo@pobox.com>
158
159         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
160         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
161         to the Lord Jesus that I do not have to touch the ogg muxer ever
162         again.
163
164 2006-02-15  Edward Hervey  <edward@fluendo.com>
165
166         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
167         quicktime movie files can also contain 'uuid' atoms.
168
169 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
170
171         * gst/audioconvert/plugin.c: (plugin_init):
172           Register the GstAudioChannelPosition enum type with the type
173           system in the plugin_init function, so that it is known before
174           any element actually makes use of multi-channel stuff. This is
175           required for example if one wants to be able to deserialise/use
176           a caps string with channel positions before any pipeline has
177           been setup and started, like with gst-launch.
178
179 2006-02-14  Wim Taymans  <wim@fluendo.com>
180
181         * gst-libs/gst/audio/gstringbuffer.c:
182         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
183         (gst_ring_buffer_samples_done), (wait_segment),
184         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
185         Add some compiler G_(UN_)LIKELY help.
186         SIGNAL the ringbuffer waiters when going to PAUSED as well to
187         make sure they can exit their functions. Should fix #330748
188
189 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
190
191         * Makefile.am:
192         * configure.ac:
193         * win32/MANIFEST:
194         * win32/common/_stdint.h:
195           Windows does not have long long; copy the generated _stdint.h
196         * win32/common/interfaces-enumtypes.c:
197         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
198         (gst_mixer_track_flags_get_type),
199         (gst_tuner_channel_flags_get_type):
200         * win32/common/multichannel-enumtypes.c:
201         (gst_audio_channel_position_get_type):
202           update
203
204 2006-02-13  Wim Taymans  <wim@fluendo.com>
205
206         * gst-libs/gst/audio/gstbaseaudiosink.c:
207         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
208         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
209         Always sync on first sample we receive when starting.
210
211 2006-02-13  Wim Taymans  <wim@fluendo.com>
212
213         * gst/playback/gstplaybin.c: (gen_vis_element):
214         Update vis bin docs.
215         Move queue after tee so we don't queue video buffers but
216         audio samples instead. Fixes problems where the video queue
217         is filled and the audio queue empty.
218
219 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
220
221         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
222           No need to push an EOS event here, GstBaseSrc will do that for us
223           when we return FLOW_UNEXPECTED.
224           
225 2006-02-12  Wim Taymans  <wim@fluendo.com>
226
227         * gst-libs/gst/audio/gstbaseaudiosink.c:
228         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
229         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
230         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
231         Use scale functions when possible.
232         Fix error messages.
233         Free clockid when after waiting for EOS.
234         Use G_(UN_)LIKLY when it makes sense.
235         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
236
237 2006-02-12  Edward Hervey  <edward@fluendo.com>
238
239         * gst/playback/gstplaybasebin.c: (prepare_output): 
240         Remove stray semi-colon (fixes #330888).
241
242 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
243
244         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
246         Fix up the XShm call testing so that we catch errors, and don't
247         cause new ones by attempting to detach from a segment we failed
248         to attach to. Fixes #312439.
249
250 2006-02-10  Edward Hervey  <edward@fluendo.com>
251
252         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
253         Added flv file typefind (video/x-flv).
254
255 2006-02-10  Edward Hervey  <edward@fluendo.com>
256
257         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
258         (gst_riff_create_video_template_caps):
259         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
260         Also added the caps to the default set of riff video caps.
261
262 2006-02-09  Andy Wingo  <wingo@pobox.com>
263
264         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
265         time and the end time of the last packet in the page.
266         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
267         on the pages in our queue, set the duration as well. Reflow a
268         debug statement.
269         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
270         Fixes bad muxing order.
271
272 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
273
274         * gst-libs/gst/rtp/gstbasertppayload.c:
275         (gst_basertppayload_setcaps), (gst_basertppayload_push):
276           update seqnum before setting it on the packet; this makes sure
277           that the timestamp and seqnum properties match after pushing
278           a buffer
279
280 2006-02-09  Andy Wingo  <wingo@pobox.com>
281
282         * gst-libs/gst/audio/gstringbuffer.c
283         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
284         overflow after 13.5 hours of recording. Kapow!
285
286         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
287         the buffer size -- we don't care about underrun/overrun reporting
288         right now, just need to return a useful value.
289
290 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
291
292         * configure.ac:
293           Back to CVS
294
295 === release 0.10.3 ===
296
297 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
298
299         * configure.ac:
300           releasing 0.10.3, "Under Pressure"
301
302 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
303
304         * configure.ac:
305         Drat. Bump libtool version number for new API.
306         Prelease 0.10.2.3 (of 0.10.3)
307
308 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
309
310         * configure.ac:
311         * win32/common/config.h:
312         0.10.2.2 prerelease (of 0.10.3).
313
314 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
315
316         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
317           Revert Andy's newsegment change pending a more correct
318           fix.
319
320 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
321
322         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
323         (qt_type_find), (plugin_init):
324           detect more files as 3gp
325           group and reorder the iso file formats
326
327 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
328
329         * ext/vorbis/vorbis.c: (plugin_init):
330           Register musicbrainz tags, so apps don't have to.
331
332 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
333
334         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
335         (gst_tag_to_vorbis_tag):
336           Make sure we called gst_tag_register_musicbrainz_tags()
337           before possibly mapping a vorbiscomment string from/to a
338           musicbrainz tag.
339
340 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
341
342         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
343           In case we can't find the required number of consecutive
344           mpeg audio frames to positively identify an MPEG audio
345           stream, check if there's at least a valid mpeg audio
346           frame right at offset 0 and if so suggest mpeg/audio
347           caps with a very low probability (#153004).
348
349 2006-02-07  Andy Wingo  <wingo@pobox.com>
350
351         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
352         a TIME segment if we get timestamped buffers. Requires recent
353         fixes in core to work properly.
354
355 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
356
357         * gst/playback/gstplaybasebin.c: (prepare_output):
358           Don't print the URI as part of the error message, it
359           makes error dialogs look rather ugly, especially if
360           the URI is very long or has characters in it that
361           need escaping.
362
363 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
364
365         * gst/playback/gstplaybasebin.c: (prepare_output):
366           Error out if we have only text or subtitles, but nothing
367           else. Also error out if we have subtitles but no video
368           stream.
369
370 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
371
372         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
373           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
374           Post an error message on the bus when we encounter an
375           error, which will hopefully be more meaningful than the
376           'Internal Flow Error' message users get to see if we
377           just return GST_FLOW_ERROR.
378
379 2006-02-07  Andy Wingo  <wingo@pobox.com>
380
381         * configure.ac (GST_MAJORMINOR): Update core version req to
382         0.10.2.2, for the collectpads API addition (#330244).
383
384 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
385
386         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
387           Return FALSE from plugin_init() when GnomeVFS can't
388           be initialised for some reason (#328423).
389
390 2006-02-06  Julien MOUTTE  <julien@moutte.net>
391
392         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
393         Stick to seeking theory until i find the bug.
394         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
395
396 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
397
398         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
399         (theora_enc_finalize), (theora_enc_sink_setcaps),
400         (theora_set_header_on_caps), (theora_enc_chain),
401         (theora_enc_change_state):
402         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
403           Make theoraenc and the tests leak free. Like, really.
404
405 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
406
407         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
408         (theora_enc_finalize), (theora_enc_sink_setcaps):
409           Add a finalize method to ensure we clean up state even if
410           someone omitted the state change back to NULL.
411
412         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
413         (gst_vorbisenc_chain):
414           Free some more leaked bits.
415
416         * tests/check/pipelines/theoraenc.c: (start_pipeline),
417         (stop_pipeline):
418           Wait for state changes to happen if they're ASYNC.
419
420           This ought to teach those fancy pants buildbots a lesson.
421
422 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
423
424         * gst-libs/gst/tag/gstid3tag.c:
425           Add mapping for ID3 International Standard Recording Code
426           tag "TSRC"
427
428 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
429
430         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
431           Don't leak tag names.
432
433 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
434
435         * docs/libs/gst-plugins-base-libs-docs.sgml:
436         * docs/libs/gst-plugins-base-libs-sections.txt:
437         * gst-libs/gst/tag/gstid3tag.c:
438         * gst-libs/gst/tag/gstvorbistag.c:
439         * gst-libs/gst/tag/tags.c:
440           Split libgsttag docs into multiple sections.
441
442 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
443
444         * docs/libs/Makefile.am:
445         * docs/libs/gst-plugins-base-libs-docs.sgml:
446         * docs/libs/gst-plugins-base-libs-sections.txt:
447         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
448         * gst-libs/gst/tag/gstvorbistag.c:
449         * gst-libs/gst/tag/tag.h:
450         * gst-libs/gst/tag/tags.c:
451           Add libgsttag to the docs.
452
453 2006-02-05  Julien MOUTTE  <julien@moutte.net>
454
455         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
456         (gst_text_overlay_init), (gst_text_overlay_src_event),
457         (gst_text_overlay_collected): Fix clockoverlay.
458
459 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
460
461         * docs/libs/compiling.sgml:
462           Fix typo: it's pkg-config, not pkg-gconfig
463
464         * docs/libs/gst-plugins-base-libs-docs.sgml:
465         * docs/libs/gst-plugins-base-libs-sections.txt:
466         * docs/libs/tmpl/gstgconf.sgml:
467           There is no libgstgconf in 0.10, remove it
468           from the docs.
469
470 2006-02-05  Julien MOUTTE  <julien@moutte.net>
471
472         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
473         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
474         (gst_text_overlay_src_event), (gst_text_overlay_collected):
475         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
476         (gst_sub_parse_class_init), (gst_sub_parse_init),
477         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
478         (parse_mpsub), (parser_state_init), (handle_buffer),
479         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
480         * gst/subparse/gstsubparse.h: Introduce seeking code.
481
482 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
483
484         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
485           Add comment about LANGUAGE tag inconsistency (we want
486           ISO-639-1, but extract three-letter identifiers?)
487
488         * po/POTFILES.in:
489           Add two translatable files.
490
491 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
492
493         * gst-libs/gst/tag/Makefile.am:
494         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
495         * gst-libs/gst/tag/tag.h:
496         * gst-libs/gst/tag/tags.c:
497         (gst_tag_register_musicbrainz_tags_internal),
498         (gst_tag_register_musicbrainz_tags):
499           Forward-port some tags stuff from the 0.8 branch. This is
500           mostly the addition of musicbrainz tags and their mapping
501           to vorbistags, and a vorbistag mapping of the language tag.
502
503 2006-02-05  Julien MOUTTE  <julien@moutte.net>
504
505         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
506         refactoring.
507
508 2006-02-04  David Schleef  <ds@schleef.org>
509
510         * ext/ogg/gstoggmux.c:
511         * gst/typefind/gsttypefindfunctions.c:
512           Add Dirac typefinding and add dirac format to oggmux.
513
514 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
515
516         * gst/playback/gstdecodebin.c: (try_to_link_1):
517           Don't put essential function call into
518           g_return_*() macro, otherwise it'll all be
519           replaced by NOOPs when compiling with
520           G_DISABLE_CHECKS defined.
521
522 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
523
524         * ext/ogg/gstoggdemux.c:
525         * ext/ogg/gstoggparse.c:
526         * gst/tcp/gsttcpserversink.c:
527         * sys/v4l/v4lsrc_calls.c:
528         * sys/v4l/v4lsrc_calls.h:
529         Just make it compile with --disable-gst-debug.
530
531 2006-02-03  Wim Taymans  <wim@fluendo.com>
532
533         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
534         (gst_alsasink_class_init), (gst_alsasink_init),
535         (gst_alsasink_write), (gst_alsasink_reset):
536         * ext/alsa/gstalsasink.h:
537         Add lock to protect alsa calls.
538         Implement reset to flush samples ASAP, does not work
539         with dmix though.
540
541 2006-02-02  Wim Taymans  <wim@fluendo.com>
542
543         * gst-libs/gst/audio/gstbaseaudiosink.c:
544         (gst_base_audio_sink_provide_clock):
545         Ugh.. getting late I guess...
546
547 2006-02-02  Wim Taymans  <wim@fluendo.com>
548
549         * gst-libs/gst/audio/gstbaseaudiosink.c:
550         (gst_base_audio_sink_provide_clock),
551         (gst_base_audio_sink_set_property),
552         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
553         Don't try to provide a clock when we are not negotiated since
554         we might not be able to make it run.
555
556 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
557
558         * gst/playback/gstdecodebin.c: (try_to_link_1):
559           Unlinking two source pads is ... hard.
560
561 2006-02-02  Wim Taymans  <wim@fluendo.com>
562
563         * gst-libs/gst/audio/TODO:
564         Updated.
565
566         * gst-libs/gst/audio/gstbaseaudiosink.c:
567         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
568         On EOS, wait till the last sample is played before posting EOS.
569
570 2006-02-01  Philippe Kalaf <burger at speedy dot org>
571
572         * gst-libs/gst/rtp/gstbasertpdepayload.c:
573           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
574           setting queue_delay to zero. Also avoid thread being started if
575           queue_delay is zero.
576
577 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
578
579         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
580           Make test work again by connecting fakesinks to each decoded pad,
581           which makes the pipeline wait until each fakesink has a buffer
582           queued before going to PAUSED state. At that point we know the
583           decodebin pads are negotiated.
584
585 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
586
587         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
588         (gst_cdda_base_src_handle_event):
589         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
590           Pass unhandled queries to the parent class's query function.
591
592 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
593
594         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
595         (gst_ogg_pad_src_query):
596         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
597         * ext/theora/theoradec.c: (theora_dec_src_query),
598         (theora_dec_sink_query):
599         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
600         (vorbis_dec_sink_query):
601         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
602         (gst_vorbisenc_sink_query):
603         * gst/adder/gstadder.c: (gst_adder_query):
604           Pass unhandled queries upstream instead of just
605           dropping them (#326447). Also, fix supported
606           query types list for some elements.
607
608 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
609
610         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
611         (paris_type_find), (ilbc_type_find), (plugin_init):
612           Fix typefinding for audio/x-au, audio/x-paris and
613           audio/iLBC-sh. We cannot use the START_WITH macros
614           here, because there can only be one typefind factory
615           with the same name (caps), so the second one would
616           replace the first one and the first one would never
617           be called when doing typefinding (see #161712).
618           
619
620 2006-01-31  Wim Taymans  <wim@fluendo.com>
621
622         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
623         (vorbis_handle_header_packet), (vorbis_dec_push),
624         (vorbis_handle_data_packet):
625         Use scale_int when we can, add some more scaling.
626         Check packettype before parsing it.
627
628 2006-01-31  Wim Taymans  <wim@fluendo.com>
629
630         * ext/theora/theoradec.c: (_theora_granule_time),
631         (theora_dec_src_convert), (theora_dec_sink_convert):
632         Call right _scale functions.
633         Use parameter instead of some other random value.
634
635 2006-01-31  Wim Taymans  <wim@fluendo.com>
636
637         * ext/theora/theoradec.c: (_theora_granule_frame),
638         (_theora_granule_time), (_inc_granulepos),
639         (theora_dec_src_convert), (theora_dec_sink_convert),
640         (theora_handle_type_packet), (theora_handle_data_packet),
641         (theora_dec_chain):
642         Use higher precision timestamps calculation.
643         Convert some other conversions to _scale.
644
645 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
646
647         * gst/audiotestsrc/gstaudiotestsrc.c:
648         (gst_audio_test_src_create_sine_table), (plugin_init):
649         * gst/volume/gstvolume.c: (plugin_init):
650           initialize gst_controller before using
651
652 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
653
654         * tests/check/pipelines/theoraenc.c:
655         * tests/check/pipelines/vorbisenc.c:
656         Define constant using G_GINT64_CONSTANT to avoid errors when
657         passing it around - otherwise it gets truncated to 32 bits.
658
659         Fixes failing tests.
660
661 2006-01-31  Andy Wingo  <wingo@pobox.com>
662
663         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
664         caps being set doesn't have a framerate value. Basically a stopgap
665         measure.
666
667         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
668         technically correct enough to put into core though.
669         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
670         DURATION. Fixes theoraenc ! oggmux.
671
672         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
673         fraction, not double.
674
675 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
676
677         * win32/vs7:
678         add vs7 project files created by Sergey Scobich
679
680 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
681
682         * win32/vs8:
683         add vs8 project files created by Sergey Scobich
684         
685 2006-01-30  Andy Wingo  <wingo@pobox.com>
686
687         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
688         timestamp + duration, not just timestamp -- ogg pages should be
689         ordered by stop time. Necessary fix given the change in vorbis
690         timestamps.
691
692         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
693         (gst_theora_enc_init): Pull the granule shift out of the encoder.
694         (granulepos_add): New function, handles the messiness of adjusting
695         granulepos values.
696         (theora_buffer_from_packet):
697         (theora_enc_chain):
698         (theora_enc_sink_event): Use granulepos_add, not +.
699
700         * tests/check/pipelines/theoraenc.c
701         (check_buffer_granulepos_from_starttime): Just check the frame
702         count, not the actual granulepos -- we can't dictate to the
703         encoder when it should be placing keyframes.
704
705 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
706
707         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
708           SERVICE_NOT_AVAILABLE happens for example when you're trying to
709           play an http:// stream from a server that's not serving
710
711 2006-01-30  Andy Wingo  <wingo@pobox.com>
712
713         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
714         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
715         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
716         available.
717
718         * ext/theora/gsttheoraenc.h:
719         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
720         although theoraenc was timestamping correctly. Added handling of
721         streams that start with nonzero timestamps.
722
723         * tests/check/Makefile.am:
724         * tests/check/pipelines/theoraenc.c: New file, basically does same
725         tests as vorbisenc.
726
727         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
728
729 2006-01-30  Wim Taymans  <wim@fluendo.com>
730
731         * gst-libs/gst/audio/gstaudiosink.c:
732         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
733         (gst_audioringbuffer_pause):
734         Implement pause that does not wait for completion.
735
736         * gst-libs/gst/audio/gstbaseaudiosink.c:
737         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
738         Don't drop buffers when going to PAUSED but perform preroll on
739         remaining samples now that core base class supports this.
740
741         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
742         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
743         (gst_ring_buffer_commit):
744         Pause should not signal waiters.
745         Implement return value of _commit correctly.
746
747 2006-01-30  Andy Wingo  <wingo@pobox.com>
748
749         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
750
751         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
752         updated to timestamp from the first sample, not the last.
753         (gst_vorbisenc_buffer_from_header_packet): New function, takes
754         special care of granulepos and timestamp for header packets.
755         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
756         when the first buffer has a nonzero timestamp.
757
758         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
759         (GstVorbisEnc.subgranule_offset): New members. Take care of the
760         case when the first audio buffer we get has a nonzero timestamp.
761         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
762         properly timestamp vorbis buffers with the time of the first
763         sample, not the last.
764         
765         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
766         vorbis_granule_time_copy -- now it takes the granule/subgranule
767         offset into account.
768
769         * tests/check/pipelines/vorbisenc.c: New test for correctness of
770         timestamps, durations, and granulepos on buffers produced by
771         vorbisenc.
772
773 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
774
775         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
776         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
777           Patch from Eric Jonas to support conversions to/from UYVY 
778           (Fixes: #324626)
779
780 2006-01-30  Julien MOUTTE  <julien@moutte.net>
781
782         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
783         (setup_subtitle), (setup_source), (set_active_source):
784         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
785         (gen_text_element), (gen_audio_element), (gen_vis_element),
786         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
787
788 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
789
790         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
791         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
792                 use gst_guint64_to_gdouble to be compliant with vs6
793         * gst/playback/gstdecodebin.c: (try_to_link_1)
794         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
795                 use G_GINT64_CONSTANT for int64 constants
796         * win32/common/libgstinterfaces.def:
797                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
798         * win32/vs6:
799                 update and add new project files
800                 
801 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
802
803         * Makefile.am:
804         * win32/MANIFEST:
805         * win32/common/interfaces-enumtypes.c:
806         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
807         (gst_mixer_track_flags_get_type),
808         (gst_tuner_channel_flags_get_type):
809         * win32/common/interfaces-enumtypes.h:
810         * win32/common/multichannel-enumtypes.c:
811         (gst_audio_channel_position_get_type):
812         * win32/common/multichannel-enumtypes.h:
813           add a win32-update rule like in core, and copy over enumtypes files
814
815 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
816
817         * win32/MANIFEST:
818         * win32/common/config.h:
819         * win32/common/config.h.in:
820           add config files just like in core
821
822 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
823
824         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
825           Make gcc-4.1 happy (part of #327357).
826
827 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
828
829         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
830         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
831         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
832         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
833         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
834         (gst_alsasrc_unprepare), (gst_alsasrc_read):
835           Update all error messages.  All of them should either use
836           the default translated message, or actually provide a
837           translatable string.
838           Make the string for channel count problems meaningful.
839
840 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
841
842         * sys/v4l/v4l_calls.c: (gst_v4l_open):
843           check for and throw RESOURCE_BUSY
844
845 2006-01-27  David Schleef  <ds@schleef.org>
846
847         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
848           checked in this change -- it requires liboil features not
849           in 0.3.6.  Revert parts.
850
851 2006-01-27  David Schleef  <ds@schleef.org>
852
853         * REQUIREMENTS:
854         * configure.ac: update liboil requirement to 0.3.6
855         * gst/videoscale/Makefile.am:
856         * gst/videoscale/vs_scanline.c: liboilify
857
858 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
859
860         * ext/libvisual/visual.c: (get_buffer):
861           When pad_alloc returns a GstFlowReturn other
862           than GST_FLOW_OK, make sure it is passed upstream.
863
864 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
865
866         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
867         (gst_alsasink_class_init):
868           Free the device name string.
869
870         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
871         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
872         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
873           Don't remove a pad from the collectpads structure until it
874           is released - it's a request pad, and may receive data again
875           if the element gets moved back to PLAYING state.
876
877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
878           Ensure we turn on double buffering on the Xv port, and
879           set the colour key to something dark and mysterious that
880           isn't black.
881
882 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
883
884         * ext/alsa/gstalsaplugin.c: (plugin_init):
885         * ext/cdparanoia/gstcdparanoiasrc.c:
886         (gst_cd_paranoia_src_base_init), (plugin_init):
887         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
888         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
889           - a library should not call setlocale. see "Libraries" node in
890             gettext manual
891           - make sure all plugins that use translation do bindtextdomain
892             to point to the localedir
893         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
894         (setup_sinks), (plugin_init):
895           all this, and check for NULL when creating sinks
896
897 2006-01-27  Julien MOUTTE  <julien@moutte.net>
898
899         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
900         (plugin_init): Make typefinding of subtitles work again.
901
902 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
903
904         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
905         (mp3_type_frame_length_from_header), (mp3_type_find),
906         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
907         (plugin_init):
908           Backport a bunch of typefinding fixes from the 0.8 branch.
909           Also, improve wavpack typefinding: if we can't peek the
910           entire wavpack block, try to parse the bits we can get and
911           see if we find what we're looking for in those.
912
913 2006-01-26  Julien MOUTTE  <julien@moutte.net>
914
915         * sys/ximage/ximagesink.c:
916         (gst_ximagesink_calculate_pixel_aspect_ratio):
917         * sys/xvimage/xvimagesink.c:
918         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
919         more cases of pixel aspect ratio.
920
921 2006-01-26  Edward Hervey  <edward@fluendo.com>
922
923         * gst/playback/gstdecodebin.c: (pad_probe):
924         Also consider the flush-start and tag events as unblockers
925         for the pad probes.
926
927 2006-01-26  Julien MOUTTE  <julien@moutte.net>
928
929         * gst/playback/gstplaybin.c: (gst_play_bin_init),
930         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
931         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
932         On the fly visualisation switch, works disabling, enabling as
933         well but it won't be able to enable vis in a playbin that was
934         created with no visualisation.
935
936 2006-01-25  Wim Taymans  <wim@fluendo.com>
937
938         * gst-libs/gst/audio/gstbaseaudiosink.c:
939         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
940         Undo previous commit that returned WRONG_STATE sooner, it breaks 
941         resume after pause.
942
943 2006-01-25  Wim Taymans  <wim@fluendo.com>
944
945         * gst-libs/gst/audio/gstbaseaudiosink.c:
946         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
947         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
948         Improve debugging.
949         Post error when caps cannot be parsed.
950         Resync on discontinuity in the stream.
951         Clip samples to segment boundaries.
952         return WRONG_STATE sooner when we are flushing.
953
954         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
955         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
956         Make audiosrc operate in TIME.
957         Set TIMESTAMP and DURATION on buffers.
958
959 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
960
961         * tests/examples/seek/seek.c: (main):
962           Output tag messages as well.
963
964 2006-01-23  Edward Hervey  <edward@fluendo.com>
965
966         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
967         (free_pad_probes), (remove_fakesink), (pad_probe),
968         (close_pad_link), (gst_decode_bin_change_state):
969         Replace GstPadBlockCallback with pad probes that detect
970         first buffer AND eos before removing fakesink.
971         Fixes hang with demuxers doing EOS while pre-rolling.
972         Solves #328279
973
974 2006-01-23  Andy Wingo  <wingo@pobox.com>
975
976         * ext/alsa/gstalsasink.c:
977         * gst-libs/gst/rtp/gstbasertpdepayload.c:
978         (gst_base_rtp_depayload_setcaps),
979         (gst_base_rtp_depayload_add_to_queue),
980         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
981         
982         Patch by: Jens Granseuer <jensgr at gmx dot net>
983
984 2006-01-22  Julien MOUTTE  <julien@moutte.net>
985
986         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
987         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
988         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
989         frames. We might get a frame destroyed after changing state to
990         NULL, adding a safety check on xcontext.
991
992 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
993
994         * gst-libs/gst/interfaces/xoverlay.c:
995           Fix prepare-xwindow-id code example in the docs - we need to
996           ignore all messages that aren't element messages as well.
997           
998 2006-01-21  Julien MOUTTE  <julien@moutte.net>
999
1000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1001           I think one day i'll completely undestand how caps negotiation
1002           is supposed to work. This refactoring handles buffer_alloc
1003           called with caps we can't handle. We definitely don't want a
1004           set_caps with those caps, so we define and allocate a buffer
1005           we would like to receive.
1006
1007 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1008
1009         * gst/playback/gstplaybasebin.c: (setup_source):
1010           Free iterator when done.
1011
1012 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
1013
1014         * gst-libs/gst/audio/gstbaseaudiosink.c:
1015         (gst_base_audio_sink_render):
1016           Fix playback of non-synchronised streams by assuming a rate
1017           of 1.0 instead of a random one.
1018
1019           Makes this work again:
1020
1021           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
1022           endianness=(int)4321, signed=(boolean)true, width=(int)16,
1023           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
1024           audioresample ! alsasink
1025
1026 === release 0.10.2 ===
1027
1028 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
1029
1030         * configure.ac:
1031           releasing 0.10.2, "Then the devil is six"
1032
1033 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
1034
1035         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1036         * gst/playback/gststreamselector.c:
1037         (gst_stream_selector_set_property):
1038           Comment out broken code that connects to the state-changed signal.
1039           At this point, changing current stream selection is broken, but 
1040           stuff like gst-launch playbin current-audio=1 works and filters
1041           to the chosen stream.
1042
1043 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1044
1045         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1046           Fix #327216 (null dereference in vorbisdec)
1047
1048 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1049
1050         * ext/theora/theoradec.c: (theora_handle_comment_packet):
1051           Post taglist actually on bus instead of just freeing it
1052           (fixes #327114 and totem bug #327080).
1053
1054         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
1055           Use gst_element_found_tags_for_pad(), so that the tags
1056           are sent downstream as an event as well.
1057
1058 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1059
1060         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1061         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
1062         (gst_ximagesink_buffer_alloc):
1063         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
1064         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
1065         (gst_xvimagesink_buffer_alloc):
1066           move all regularly occurring messages to GST_LOG level
1067           add some more object logs
1068
1069 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1070
1071         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
1072           fix a silly segfault
1073
1074 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1075
1076         * docs/libs/gst-plugins-base-libs-docs.sgml:
1077         * docs/libs/gst-plugins-base-libs-sections.txt:
1078         * gst-libs/gst/audio/mixerutils.c:
1079         * gst-libs/gst/audio/mixerutils.h:
1080           Add docs for mixerutils stuff.
1081
1082 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
1083
1084         * gst/playback/gstplaybasebin.c: (setup_source):
1085           Fix playback for sources that emit raw audio or
1086           raw video streams (e.g.: cd audio sources) (#325984).
1087
1088 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1089
1090         * gst-libs/gst/audio/mixerutils.c:
1091         (gst_audio_mixer_filter_do_filter):
1092           actually save the element we create
1093
1094 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1095
1096         * gst-libs/gst/cdda/gstcddabasesrc.c:
1097         (gst_cdda_base_src_handle_track_seek):
1098           No need to post a tag message on the bus when seeking
1099           within the same track, only post it when the current
1100           track changes.
1101
1102 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
1103
1104         * gst/playback/gstplaybasebin.c: (group_destroy),
1105         (probe_triggered), (new_decoded_pad), (mute_group_type),
1106         (set_active_source):
1107         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1108         * gst/playback/gststreamselector.c:
1109         (gst_stream_selector_base_init),
1110         (gst_stream_selector_set_property),
1111         (gst_stream_selector_request_new_pad):
1112           Reenable stream selection. These mechanisms need a complete overhaul
1113           in the face of 0.8->0.10 changes though.
1114
1115 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
1116
1117         * ext/ogg/gstoggdemux.c:
1118           Change the pad template to src_%d to match the pads that 
1119           are created from it. decodebin needs this information in order
1120           to decide that oggdemux is capable of producing multiple pads
1121           (and hence needs queues inserted).
1122
1123         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1124         (gst_ogg_mux_collected):
1125           Make debug output more useful by using GST_PTR_FORMAT.
1126
1127 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1128
1129         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1130
1131         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
1132           Set depth and width for alaw/mulaw (fixes #326601).
1133
1134 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1135
1136         * tests/icles/Makefile.am:
1137           don't build the tests if we don't have the libs
1138
1139 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1140
1141         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
1142         (gst_cd_paranoia_paranoia_callback):
1143           Don't try to free NULL pointers.
1144
1145 2006-01-10  Edward Hervey  <edward@fluendo.com>
1146
1147         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
1148         (gst_audio_rate_change_state), (plugin_init):
1149         Add debugging category.
1150         Fix type issues.
1151         Add case for incoming buffers without valid offset/offset_end.
1152
1153 2006-01-10  Michael Smith  <msmith@fluendo.com>
1154
1155         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
1156           Don't leak GCond in audio sources.
1157
1158 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
1159
1160         * gst/playback/gstplaybin.c: (gen_audio_element):
1161           Don't leak an autoaudiosink/alsasink when we generate
1162           a new audio element. (old code, I guess)
1163
1164 2006-01-10  Michael Smith  <msmith@fluendo.com>
1165
1166         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
1167           Support float audio in audiorate.
1168           Use width rather than depth for selecting sample width.
1169
1170 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1171
1172         * gst/videotestsrc/videotestsrc.h:
1173           Use GLib types here (that way we don't have to include the
1174           generated _stdint.h header, which makes life easier for win32
1175           folks that don't use autotools for the build) (#325990, patch
1176           by: Sergey Scobich).
1177
1178 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1179
1180         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1181         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1182         (gst_ring_buffer_pause), (wait_segment):
1183         * gst-libs/gst/audio/gstringbuffer.h:
1184           Name (private) union, makes Forte compiler happy (this time
1185           for real) (#324900).
1186
1187 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1188
1189         * gst-libs/gst/audio/Makefile.am:
1190           Link against libgstinterfaces, needed for mixer
1191           and property probe stuff.
1192
1193 2006-01-09  Edward Hervey  <edward@fluendo.com>
1194
1195         * gst-libs/gst/Makefile.am:
1196
1197 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1198
1199         * gst-libs/gst/audio/Makefile.am:
1200         * gst-libs/gst/audio/mixerutils.c:
1201         (gst_audio_mixer_filter_do_filter),
1202         (gst_audio_mixer_filter_check_element),
1203         (gst_audio_mixer_filter_probe_feature),
1204         (element_factory_rank_compare_func),
1205         (gst_audio_default_registry_mixer_filter):
1206         * gst-libs/gst/audio/mixerutils.h:
1207           Add gst_audio_default_registry_mixer_filter() utility
1208           function.
1209
1210 2006-01-03  Michael Smith  <msmith@fluendo.com>
1211
1212         * gst/audioresample/resample.h:
1213           As before, but for o_buf
1214
1215 2006-01-03  Michael Smith  <msmith@fluendo.com>
1216
1217         * gst/audioresample/resample.h:
1218           Declare struct _ResampleState.buffer as unsigned char *, not void *,
1219           since we do arithmetic on it.
1220
1221 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
1222
1223         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1224         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1225         (gst_ring_buffer_pause), (wait_segment):
1226         * gst-libs/gst/audio/gstringbuffer.h:
1227           Sun's Forte compiler doesn't seem to like anonymous structs,
1228           so use same setup as in GstBaseSrc (fixes #324900).
1229
1230 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
1231
1232         * configure.ac:
1233         * gst/volume/Makefile.am:
1234         * gst/volume/demo.c:
1235           move old example to tests/examples/volume/volune.c
1236         * tests/examples/Makefile.am:
1237         * tests/examples/seek/seek.c: (main):
1238           change window-close event from "delete-event" to "destroy"
1239         * tests/examples/volume/Makefile.am:
1240         * tests/examples/volume/volume.c: (value_changed_callback),
1241         (setup_gui), (message_received), (eos_message_received), (main):
1242           fix event handling and bus usage
1243
1244 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
1245
1246         * gst/audiotestsrc/gstaudiotestsrc.c:
1247         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1248         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
1249         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
1250         (gst_audio_test_src_create_square),
1251         (gst_audio_test_src_create_saw),
1252         (gst_audio_test_src_create_triangle),
1253         (gst_audio_test_src_create_silence),
1254         (gst_audio_test_src_create_white_noise),
1255         (gst_audio_test_src_create_pink_noise),
1256         (gst_audio_test_src_init_sine_table),
1257         (gst_audio_test_src_create_sine_table),
1258         (gst_audio_test_src_change_wave),
1259         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
1260         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
1261         * gst/audiotestsrc/gstaudiotestsrc.h:
1262           update to basesrc changes, implement segmented seeking and eos
1263           handling, add a 'sine-tab' waveform for performance critical playback
1264
1265 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1266
1267         * po/POTFILES.in:
1268           ... and this time the other modified file that I missed last time.
1269
1270 2005-12-29  Michael Smith  <msmith@fluendo.com>
1271
1272         * gst/playback/gstdecodebin.c: (new_pad):
1273           Fix non-C89 variable declaration not at the start of a block. Should
1274           help some compilers.
1275
1276 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1277
1278         * tests/check/Makefile.am:
1279           And now fix 'make distcheck' (builddir != srcdir)
1280
1281 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1282
1283         * configure.ac:
1284         * ext/cdparanoia/Makefile.am:
1285         * ext/cdparanoia/gstcdparanoia.c:
1286         * ext/cdparanoia/gstcdparanoia.h:
1287         * ext/cdparanoia/gstcdparanoiasrc.c:
1288         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
1289         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
1290         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
1291         (gst_cd_paranoia_paranoia_callback),
1292         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
1293         (gst_cd_paranoia_src_set_property),
1294         (gst_cd_paranoia_src_get_property), (plugin_init):
1295         * ext/cdparanoia/gstcdparanoiasrc.h:
1296           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
1297           plugin again (there are still fixes required to playbin to make
1298           cdda:// uris work there).
1299
1300 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1301
1302         * tests/check/Makefile.am:
1303           Fix test case compilation.
1304
1305 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1306
1307         * gst-libs/gst/cdda/gstcddabasesrc.c:
1308         (gst_cdda_base_src_update_duration),
1309         (gst_cdda_base_src_calculate_cddb_id):
1310           An integer is not a string. Fix access to uninitialised variable.
1311
1312         * tests/check/Makefile.am:
1313           Add cddabasesrc unit test; also actually enable the vorbis test.
1314
1315         * tests/check/generic/states.c:
1316           Blacklist new cd audio elements as well.
1317
1318         * tests/check/libs/cddabasesrc.c:
1319           Unit test for GstCddaBaseSrc (discid calculation mostly).
1320
1321 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1322
1323         * docs/libs/Makefile.am:
1324         * docs/libs/gst-plugins-base-libs-docs.sgml:
1325         * docs/libs/gst-plugins-base-libs-sections.txt:
1326         * docs/libs/gst-plugins-base-libs.types:
1327           Add docs for libgstcdda/GstCddaBaseSrc.
1328
1329         * gst-libs/gst/interfaces/mixertrack.h:
1330           Do one struct member per line with a semicolon at the end, that way
1331           even gtk-doc might parse it without complaining.
1332
1333 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1334
1335         * configure.ac:
1336         * gst-libs/gst/Makefile.am:
1337         * gst-libs/gst/cdda/Makefile.am:
1338         * gst-libs/gst/cdda/base64.c:
1339         * gst-libs/gst/cdda/base64.h:
1340         * gst-libs/gst/cdda/gstcddabasesrc.c:
1341         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
1342         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
1343         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
1344         (gst_cdda_base_src_get_property),
1345         (gst_cdda_base_src_get_track_from_sector),
1346         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
1347         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
1348         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
1349         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
1350         (gst_cdda_base_src_uri_get_protocols),
1351         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
1352         (gst_cdda_base_src_uri_handler_init),
1353         (gst_cdda_base_src_setup_interfaces),
1354         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
1355         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
1356         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
1357         (gst_cdda_base_src_add_tags),
1358         (gst_cdda_base_src_add_index_associations),
1359         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
1360         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
1361         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
1362         (gst_cdda_base_src_create):
1363         * gst-libs/gst/cdda/gstcddabasesrc.h:
1364         * gst-libs/gst/cdda/sha1.c:
1365         * gst-libs/gst/cdda/sha1.h:
1366           Add new libgstcdda with GstCddaBaseSrc class.
1367
1368 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1369
1370         * ext/gnomevfs/gstgnomevfssink.h:
1371           Use GstBaseSinkClass as parent_class member for class struct, not
1372           GstBaseSink.
1373
1374 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1375
1376         * gst/videotestsrc/gstvideotestsrc.c:
1377         (gst_video_test_src_class_init), (gst_video_test_src_start):
1378           Add start method to reset running time and number of frames sent
1379           when starting up (fixes #324696; patch by: Michal Benes).
1380
1381 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1382
1383         * docs/plugins/Makefile.am:
1384         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1385         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1386         * docs/plugins/gst-plugins-base-plugins.args:
1387         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1388         * docs/plugins/gst-plugins-base-plugins.signals:
1389           Add docs stuff for gnomevfssrc and gnomevfssink.
1390
1391         * ext/gnomevfs/gstgnomevfssrc.c:
1392           Fix example pipeline in gtk-doc blurb.
1393
1394 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1395
1396         * ext/gnomevfs/Makefile.am:
1397         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
1398         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
1399         (gst_gnome_vfs_handle_get_type), (plugin_init):
1400         * ext/gnomevfs/gstgnomevfs.h:
1401         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
1402         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
1403         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
1404         (gst_gnome_vfs_sink_set_property),
1405         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
1406         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
1407         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
1408         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
1409         (gst_gnome_vfs_sink_uri_get_type),
1410         (gst_gnome_vfs_sink_uri_get_protocols),
1411         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
1412         (gst_gnome_vfs_sink_uri_handler_init):
1413         * ext/gnomevfs/gstgnomevfssink.h:
1414           Port gnomevfssink; add gtk-doc blurb.
1415
1416         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
1417         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
1418         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1419         (gst_gnome_vfs_src_uri_get_type),
1420         (gst_gnome_vfs_src_uri_get_protocols),
1421         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
1422         (gst_gnome_vfs_src_uri_handler_init),
1423         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
1424         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
1425         (gst_gnome_vfs_src_send_additional_headers_callback),
1426         (gst_gnome_vfs_src_received_headers_callback),
1427         (gst_gnome_vfs_src_push_callbacks),
1428         (gst_gnome_vfs_src_pop_callbacks),
1429         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
1430         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
1431         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
1432         * ext/gnomevfs/gstgnomevfssrc.h:
1433           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
1434           file; add gtk-doc blurb with example pipelines.
1435
1436 === release 0.10.1 ===
1437
1438 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
1439
1440         * configure.ac:
1441           releasing 0.10.1, "Dobro Dedek"
1442
1443 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
1444
1445         * gst/typefind/gsttypefindfunctions.c:
1446         iLBC30 and iLBC20 added to typefind.
1447
1448 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1449
1450         * gst-libs/gst/audio/gstbaseaudiosink.c:
1451         (gst_base_audio_sink_class_init):
1452         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1453         (gst_base_audio_src_class_init):
1454           update strings, values are in microseconds
1455           change the default sink buffer time to something that is smaller
1456           (to help software volume mixing have a slightly lower delay) but
1457           still be acceptable on Wim's laptop
1458
1459 2005-12-20  Edward Hervey  <edward@fluendo.com>
1460
1461         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
1462         Made a quack, forgot to add DUCK to the riff video template.
1463
1464 2005-12-19  Edward Hervey  <edward@fluendo.com>
1465
1466         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
1467         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
1468         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1469         (gst_ogm_parse_chain):
1470         Make sure pads are initialized correctly.
1471         * gst-libs/gst/riff/riff-ids.h:
1472         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1473         (gst_riff_create_video_template_caps):
1474         Add a whole bunch of FOURCC <=> MimeType.
1475         Extend the riff video pad template to support the newly added fourcc.
1476
1477 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
1478
1479         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1480         (gst_ogg_demux_activate_chain):
1481           Extra debug output when activating/deactivating chains.
1482
1483         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1484         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
1485         (unlinked):
1486           Remove a queue from our list when it becomes unlinked.
1487           Don't add queues to elements in class 'Demux' if they
1488           can only produce one pad 
1489
1490 2005-12-18  Julien MOUTTE  <julien@moutte.net>
1491
1492         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
1493         (gst_video_sink_get_type): Add a debug category.
1494
1495 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1496
1497         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1498         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
1499           Handle downstream newsegment by sending our own newsegment before the
1500           next buffer to be released. (#323900)
1501
1502 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1503
1504         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1505         (gst_base_rtp_depayload_set_gst_timestamp):
1506           add queue delay to new segment as well (as opposed to just the first
1507           buffer). (bug #322347)
1508
1509 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
1510
1511         * ext/libvisual/visual.c: (make_valid_name):
1512           change some char* into char[]
1513         * gst/audiotestsrc/gstaudiotestsrc.c:
1514         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
1515         (gst_audio_test_src_create):
1516         * gst/audiotestsrc/gstaudiotestsrc.h:
1517           prepare to handle EOS and SEGMENT_DONE
1518
1519 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1520
1521         * tests/check/generic/states.c: (GST_START_TEST):
1522           Blacklist cdparanoia element in state test.
1523
1524 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1525
1526         * gst/tcp/gsttcp.c:
1527         * gst/tcp/gsttcpclientsink.c:
1528         * gst/tcp/gsttcpserversink.c:
1529         * gst/tcp/gsttcpserversrc.c:
1530           Add <string.h> includes for memset and FD_ZERO (fixes #323878;
1531           patch by: Benjamin Pineau).
1532
1533 2005-12-15  Michael Smith  <msmith@fluendo.com>
1534
1535         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
1536         (gst_video_rate_chain):
1537           Fix timestamping for videorate when the first buffer it sees has a
1538           non-zero timestamp. Fix some misleading debug output.
1539
1540 2005-12-15  Michael Smith  <msmith@fluendo.com>
1541
1542         * gst/audioresample/gstaudioresample.c:
1543           Don't leak all input buffers to audioresample.
1544
1545 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1546
1547         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
1548           Don't operate on empty text buffers. Strip newlines and
1549           tabs only from the end of the text, but leave them intact
1550           in the middle. Fix typo in gtk-doc description.
1551
1552 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1553
1554         * gst/playback/gstplaybasebin.c:
1555         * gst/playback/gstplaybin.c: (handoff):
1556           Make sure the video frame buffer we return to apps via the
1557           "frame" property always has caps set on it. Modify
1558           _gst_gvalue_set_object() macro to handle NULL objects
1559           gracefully too.
1560
1561 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
1562
1563         * gst/audiotestsrc/gstaudiotestsrc.c:
1564         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1565         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
1566         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
1567         (gst_audio_test_src_create):
1568         * gst/audiotestsrc/gstaudiotestsrc.h:
1569         Adjust to some recent api changes and add wtays new cool seeking
1570         capabillities
1571
1572 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1573
1574         * ext/alsa/Makefile.am:
1575         * ext/alsa/gstalsadeviceprobe.c:
1576         * ext/alsa/gstalsadeviceprobe.h:
1577           Helper functions to add device probing via the GstPropertyProbe
1578           interface to a class.
1579
1580         * ext/alsa/gstalsamixer.h:
1581           Comment out GST_ALSA_MIXER, it returns a struct that's not
1582           used.
1583
1584         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
1585           Add some debug info. 
1586
1587         * ext/alsa/gstalsamixerelement.c:
1588         (gst_alsa_mixer_element_interface_supported),
1589         (gst_implements_interface_init),
1590         (gst_alsa_mixer_element_init_interfaces),
1591         (gst_alsa_mixer_element_class_init),
1592         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1593         (gst_alsa_mixer_element_set_property),
1594         (gst_alsa_mixer_element_get_property),
1595         (gst_alsa_mixer_element_change_state):
1596         * ext/alsa/gstalsamixerelement.h:
1597           Add 'device' and 'device-name' properties. Add GstPropertyProbe
1598           for device handling (gnome-volume-control will need that).
1599
1600 2005-12-12  Christian Schaller  <uraeus@gnome.org>
1601
1602         * ext/Makefile.am: fix cdparanoia entry
1603         * gst-plugins-base.spec.in: add cdparanoia
1604
1605 2005-12-12  Michael Smith  <msmith@fluendo.com>
1606
1607         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
1608           Use the correct function to free list of typefind factories.
1609
1610 2005-12-12  Wim Taymans  <wim@fluendo.com>
1611
1612         * gst/videotestsrc/gstvideotestsrc.c:
1613         (gst_video_test_src_class_init), (gst_video_test_src_init),
1614         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
1615         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
1616         (gst_video_test_src_create):
1617         * gst/videotestsrc/gstvideotestsrc.h:
1618         Implement seeking in videotestsrc.
1619         Small cleanups.
1620
1621 2005-12-12  Wim Taymans  <wim@fluendo.com>
1622
1623         * ext/cdparanoia/Makefile.am:
1624         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
1625         (gst_paranoia_endian_get_type), (_do_init),
1626         (cdparanoia_class_init), (cdparanoia_init),
1627         (cdparanoia_set_property), (cdparanoia_get_property),
1628         (cdparanoia_do_seek), (cdparanoia_is_seekable),
1629         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
1630         (cdparanoia_convert), (cdparanoia_get_query_types),
1631         (cdparanoia_query), (cdparanoia_set_index),
1632         (cdparanoia_uri_set_uri):
1633         * ext/cdparanoia/gstcdparanoia.h:
1634         Partially ported cdparanoia now that basesrc can support a
1635         plugin like this..
1636
1637 2005-12-12  Wim Taymans  <wim@fluendo.com>
1638
1639         * tests/examples/seek/scrubby.c: (main):
1640         Set higher priority for bus events so they don't get reordered with
1641         gtk gui events.
1642
1643         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1644         (flush_toggle_cb), (main):
1645         Added checkbox to disable flushing seeks. 
1646         Disable scrubbing when doing non flushing seeks.
1647
1648 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
1649
1650         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
1651         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
1652         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
1653         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
1654           Implement some sort of event handling that doesn't rely on
1655           g_return_if_fail; make sure we always push the last chunk of an 
1656           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
1657           state change function; remove some old cruft. Seeking is still
1658           rather unlikely to work though.
1659
1660         * tools/.cvsignore:
1661           Ignore more.
1662
1663 2005-12-11  Julien MOUTTE  <julien@moutte.net>
1664
1665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
1666         Fixed a leak of the current image reference when cleaning up.
1667         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
1668
1669 2005-12-09  Michael Smith  <msmith@fluendo.com>
1670
1671         * tools/Makefile.am:
1672         * tools/gst-launch-ext-m.m:
1673           Remove gst-launch-ext. It doesn't work, and is no longer
1674           particularly useful.
1675
1676 2005-12-08  Luca Ognibene  <luogni@tin.it>
1677
1678         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1679           don't pass random values to ogmparse convert function.
1680           Make seeking possible in the exile1.ogm file.
1681
1682 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1683
1684         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
1685         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1686           Work around refcount problem with g_value_set_object() that occur
1687           if the core has been compiled against GLib-2.6 (g_value_set_object()
1688           will only g_object_ref() the element, but the caller will
1689           gst_object_unref() it and bad things will happen due to the way
1690           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
1691           totem for people on FC4 using Thomas's 0.10 RPMs.
1692           
1693 2005-12-07  Edward Hervey  <edward@fluendo.com>
1694
1695         Time to welcome ogm to 0.10 :)
1696         
1697         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
1698         (gst_ogg_pad_typefind):
1699         Oggdemux can now properly typefind elements with dynamic pads.
1700         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1701         Properly set caps on src pad, and set caps on outgoing buffers.
1702
1703 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1704
1705         * ext/alsa/gstalsamixer.h:
1706         * ext/alsa/gstalsamixerelement.h:
1707         * ext/alsa/gstalsamixeroptions.h:
1708         * ext/alsa/gstalsamixertrack.h:
1709         * ext/alsa/gstalsasink.c:
1710         * ext/alsa/gstalsasink.h:
1711         * ext/alsa/gstalsasrc.c:
1712         * ext/alsa/gstalsasrc.h:
1713         * ext/cdparanoia/gstcdparanoia.h:
1714         * ext/gnomevfs/gstgnomevfsuri.h:
1715         * ext/ogg/gstoggdemux.c:
1716         * ext/ogg/gstoggmux.c:
1717         * ext/pango/gsttextoverlay.h:
1718         * ext/theora/theoradec.c:
1719         * ext/theora/theoraenc.c:
1720         * ext/vorbis/vorbisdec.h:
1721         * ext/vorbis/vorbisenc.c:
1722         * ext/vorbis/vorbisenc.h:
1723         * ext/vorbis/vorbisparse.h:
1724         * gst-libs/gst/audio/gstaudioclock.h:
1725         * gst-libs/gst/audio/gstaudiosink.c:
1726         * gst-libs/gst/audio/gstaudiosink.h:
1727         * gst-libs/gst/audio/gstaudiosrc.c:
1728         * gst-libs/gst/audio/gstaudiosrc.h:
1729         * gst-libs/gst/audio/gstbaseaudiosink.c:
1730         * gst-libs/gst/audio/gstbaseaudiosink.h:
1731         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1732         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1733         * gst-libs/gst/audio/gstringbuffer.h:
1734         * gst-libs/gst/audio/multichannel.h:
1735         * gst-libs/gst/floatcast/floatcast.h:
1736         * gst-libs/gst/interfaces/colorbalance.c:
1737         * gst-libs/gst/interfaces/colorbalance.h:
1738         * gst-libs/gst/interfaces/colorbalancechannel.h:
1739         * gst-libs/gst/interfaces/mixer.h:
1740         * gst-libs/gst/interfaces/mixeroptions.h:
1741         * gst-libs/gst/interfaces/mixertrack.h:
1742         * gst-libs/gst/interfaces/navigation.h:
1743         * gst-libs/gst/interfaces/propertyprobe.h:
1744         * gst-libs/gst/interfaces/tuner.h:
1745         * gst-libs/gst/interfaces/tunerchannel.h:
1746         * gst-libs/gst/interfaces/tunernorm.h:
1747         * gst-libs/gst/interfaces/xoverlay.h:
1748         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1749         * gst-libs/gst/riff/riff-ids.h:
1750         * gst-libs/gst/riff/riff-media.h:
1751         * gst-libs/gst/riff/riff-read.h:
1752         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1753         * gst-libs/gst/rtp/gstbasertppayload.c:
1754         * gst-libs/gst/rtp/gstbasertppayload.h:
1755         * gst-libs/gst/rtp/gstrtpbuffer.c:
1756         * gst-libs/gst/rtp/gstrtpbuffer.h:
1757         * gst-libs/gst/tag/gsttageditingprivate.h:
1758         * gst-libs/gst/tag/gstvorbistag.c:
1759         (gst_tag_list_from_vorbiscomment_buffer):
1760         * gst-libs/gst/tag/tag.h:
1761         * gst-libs/gst/video/video.h:
1762         * gst/adder/gstadder.c:
1763         * gst/adder/gstadder.h:
1764         * gst/audioconvert/audioconvert.c:
1765         * gst/audioconvert/audioconvert.h:
1766         * gst/audioconvert/gstaudioconvert.c:
1767         * gst/audioconvert/gstchannelmix.c:
1768         * gst/audioconvert/gstchannelmix.h:
1769         * gst/audiorate/gstaudiorate.c:
1770         * gst/audioresample/buffer.h:
1771         * gst/audioresample/functable.h:
1772         * gst/audioresample/gstaudioresample.c:
1773         * gst/audioresample/resample.h:
1774         * gst/ffmpegcolorspace/avcodec.h:
1775         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1776         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
1777         * gst/ffmpegcolorspace/imgconvert.c:
1778         * gst/ffmpegcolorspace/imgconvert_template.h:
1779         * gst/playback/gstdecodebin.c:
1780         * gst/playback/gstplaybasebin.h:
1781         * gst/playback/gstplaybin.c:
1782         * gst/playback/gststreaminfo.h:
1783         * gst/tcp/gstfdset.c:
1784         * gst/tcp/gstfdset.h:
1785         * gst/tcp/gstmultifdsink.c:
1786         * gst/tcp/gstmultifdsink.h:
1787         * gst/tcp/gsttcp.h:
1788         * gst/tcp/gsttcpclientsrc.c:
1789         * gst/tcp/gsttcpclientsrc.h:
1790         * gst/tcp/gsttcpplugin.h:
1791         * gst/tcp/gsttcpserversink.c:
1792         * gst/tcp/gsttcpserversrc.c:
1793         * gst/typefind/gsttypefindfunctions.c:
1794         * gst/videorate/gstvideorate.c:
1795         * gst/videotestsrc/gstvideotestsrc.h:
1796         * gst/videotestsrc/videotestsrc.h:
1797         * sys/v4l/gstv4lcolorbalance.h:
1798         * sys/v4l/gstv4ltuner.h:
1799         * sys/v4l/gstv4lxoverlay.h:
1800         * sys/v4l/v4l_calls.h:
1801         * sys/v4l/videodev_mjpeg.h:
1802         * tests/check/elements/audioconvert.c:
1803         * tests/check/elements/audioresample.c:
1804         * tests/check/elements/audiotestsrc.c:
1805         * tests/check/elements/videotestsrc.c:
1806         * tests/check/elements/volume.c:
1807         * tests/examples/seek/scrubby.c:
1808         * tests/examples/seek/seek.c:
1809           expand tabs
1810
1811 === release 0.10.0 ===
1812
1813 2005-12-05   <thomas (at) apestaart (dot) org>
1814
1815         * configure.ac:
1816           releasing 0.10.0, "Mont-d'or"
1817
1818 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1819
1820         * tests/examples/seek/Makefile.am:
1821         Build fix for when gtk is not available.
1822
1823 2005-12-05  Andy Wingo  <wingo@pobox.com>
1824
1825         * ext/libvisual/visual.c: (get_buffer):
1826         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1827         * ext/pango/gsttextrender.c: (gst_text_render_chain):
1828         * ext/theora/theoradec.c: (theora_handle_data_packet):
1829         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
1830         (theora_enc_chain):
1831         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1832         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
1833         Update for alloc_buffer changes.
1834
1835 2005-12-05  Andy Wingo  <wingo@pobox.com>
1836
1837         patch by: Kai Vehmanen <kv2004 eca cx>
1838         
1839         * gst-libs/gst/rtp/gstbasertpdepayload.c
1840         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
1841
1842 2005-12-04  Andy Wingo  <wingo@pobox.com>
1843
1844         patch by: Sebastien Cote <sebas642 yahoo ca>
1845         
1846         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
1847         Fixes #319172.
1848
1849 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
1850
1851         * docs/plugins/Makefile.am:
1852         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1853         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1854         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1855         * ext/pango/gstclockoverlay.c:
1856         * ext/pango/gsttextoverlay.c: 
1857         * ext/pango/gsttextrender.c:
1858         * ext/pango/gsttimeoverlay.c:
1859           Add gtk-doc blurbs to pango elements.
1860
1861 2005-12-02  Wim Taymans  <wim@fluendo.com>
1862
1863         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
1864         * gst/audioresample/buffer.h:
1865         * gst/audioresample/gstaudioresample.c:
1866         * gst/audioresample/gstaudioresample.h:
1867         * gst/audioresample/resample.c: (resample_input_flush),
1868         (resample_input_pushthrough), (resample_input_eos),
1869         (resample_get_output_size_for_input),
1870         (resample_get_input_size_for_output), (resample_get_output_size),
1871         (resample_get_output_data):
1872         * gst/audioresample/resample.h:
1873         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1874         Fix audioresample, seek torture, new segments, reverse negotiation
1875         etc.. work fine.
1876
1877 2005-12-02  Wim Taymans  <wim@fluendo.com>
1878
1879         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1880         Small cleanups.
1881
1882 2005-12-02  Wim Taymans  <wim@fluendo.com>
1883
1884         * gst/audioconvert/gstaudioconvert.c:
1885         (gst_audio_convert_transform):
1886         Post errors.
1887
1888 === release 0.9.7 ===
1889
1890 2005-12-01   <thomas (at) apestaart (dot) org>
1891
1892         * configure.ac:
1893           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
1894
1895 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1896
1897         * Makefile.am:
1898         * po/hu.po:
1899         * win32/MANIFEST:
1900         * win32/gst.sln:
1901           add win32 MANIFEST file
1902           do something to the hungarian translation
1903
1904 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
1905
1906         * ext/Makefile.am:
1907           Add $(PANGO_DIR) to SUBDIRS
1908
1909         * ext/pango/gstclockoverlay.c:
1910         * ext/pango/gsttimeoverlay.c:
1911           Fix and improve element descriptions.
1912
1913 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1914
1915         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1916         * docs/plugins/inspect/plugin-libvisual.xml:
1917         * docs/plugins/inspect/plugin-pango.xml:
1918           add pango plugin to docs
1919
1920 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1921
1922         * configure.ac:
1923         * ext/Makefile.am:
1924           moved pango to base
1925
1926 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1927
1928         * configure.ac:
1929         * tests/Makefile.am:
1930         * tests/icles/.cvsignore:
1931         * tests/icles/Makefile.am:
1932         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
1933         (close_display), (resize_window), (move_window), (create_window),
1934         (terminate_playback), (pause_playback), (start_playback), (main):
1935           add stress test for xoverlay from Julien
1936
1937 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1938
1939         * docs/libs/tmpl/gstcolorbalance.sgml:
1940         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1941         * gst-libs/gst/rtp/gstbasertppayload.c:
1942         * gst-libs/gst/rtp/gstrtpbuffer.c:
1943         * gst-libs/gst/rtp/gstrtpbuffer.h:
1944           Do burger's rename for rtp payloaders and depayloaders
1945
1946 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1947
1948         * win32/:
1949           add Visual Studio 6 build files
1950
1951 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1952
1953         * docs/libs/gst-plugins-base-libs-docs.sgml:
1954         * docs/libs/gst-plugins-base-libs-sections.txt:
1955         * docs/libs/tmpl/gstaudio.sgml:
1956         * docs/libs/tmpl/gstringbuffer.sgml:
1957         * gst-libs/gst/interfaces/xoverlay.c:
1958         * gst-libs/gst/video/gstvideofilter.c:
1959         * gst-libs/gst/video/gstvideosink.c:
1960           update documentation
1961
1962 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
1963
1964         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
1965         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
1966         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
1967         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
1968         (gst_multi_fd_sink_get_stats),
1969         (gst_multi_fd_sink_remove_client_link),
1970         (gst_multi_fd_sink_handle_client_read),
1971         (gst_multi_fd_sink_client_queue_data),
1972         (gst_multi_fd_sink_client_queue_caps),
1973         (gst_multi_fd_sink_client_queue_buffer),
1974         (gst_multi_fd_sink_new_client),
1975         (gst_multi_fd_sink_handle_client_write),
1976         (gst_multi_fd_sink_recover_client),
1977         (gst_multi_fd_sink_queue_buffer),
1978         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
1979         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
1980         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
1981         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
1982         * gst/tcp/gstmultifdsink.h:
1983         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
1984         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
1985         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
1986         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
1987         (gst_tcp_client_sink_set_property),
1988         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
1989         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
1990         * gst/tcp/gsttcpclientsink.h:
1991         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
1992         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
1993         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
1994         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
1995         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
1996         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
1997         * gst/tcp/gsttcpclientsrc.h:
1998         * gst/tcp/gsttcpplugin.c: (plugin_init):
1999         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
2000         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
2001         (gst_tcp_server_sink_finalize),
2002         (gst_tcp_server_sink_handle_server_read),
2003         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
2004         (gst_tcp_server_sink_set_property),
2005         (gst_tcp_server_sink_get_property),
2006         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
2007         * gst/tcp/gsttcpserversink.h:
2008         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
2009         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
2010         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
2011         (gst_tcp_server_src_set_property),
2012         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
2013         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
2014         * gst/tcp/gsttcpserversrc.h:
2015           more borgifying
2016
2017 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2018
2019         * docs/plugins/Makefile.am:
2020         * docs/plugins/gst-plugins-base-plugins.args:
2021         * docs/plugins/inspect/plugin-libvisual.xml:
2022         * gst/audioconvert/plugin.h:
2023         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
2024         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
2025         (gst_audio_rate_setcaps), (gst_audio_rate_init),
2026         (gst_audio_rate_chain), (gst_audio_rate_set_property),
2027         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
2028         (plugin_init):
2029         * gst/audiotestsrc/gstaudiotestsrc.c:
2030         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
2031         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2032         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2033         (gst_audio_test_src_get_query_types),
2034         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
2035         (gst_audio_test_src_create_square),
2036         (gst_audio_test_src_create_saw),
2037         (gst_audio_test_src_create_triangle),
2038         (gst_audio_test_src_create_silence),
2039         (gst_audio_test_src_create_white_noise),
2040         (gst_audio_test_src_init_pink_noise),
2041         (gst_audio_test_src_generate_pink_noise_value),
2042         (gst_audio_test_src_create_pink_noise),
2043         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
2044         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
2045         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
2046         (plugin_init):
2047         * gst/audiotestsrc/gstaudiotestsrc.h:
2048         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
2049         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
2050         (gst_sub_parse_init), (gst_sub_parse_formats),
2051         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
2052         (convert_encoding), (get_next_line),
2053         (gst_sub_parse_data_format_autodetect),
2054         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
2055         (gst_sub_parse_loop), (gst_sub_parse_chain),
2056         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
2057         (plugin_init):
2058         * gst/subparse/gstsubparse.h:
2059         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
2060         (gst_video_rate_base_init), (gst_video_rate_class_init),
2061         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
2062         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
2063         (gst_video_rate_init), (gst_video_rate_event),
2064         (gst_video_rate_chain), (gst_video_rate_set_property),
2065         (gst_video_rate_get_property), (gst_video_rate_change_state),
2066         (plugin_init):
2067         * gst/videoscale/gstvideoscale.c:
2068         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
2069         (gst_video_scale_src_template_factory),
2070         (gst_video_scale_sink_template_factory),
2071         (gst_video_scale_get_type), (gst_video_scale_base_init),
2072         (gst_video_scale_class_init), (gst_video_scale_init),
2073         (gst_video_scale_set_property), (gst_video_scale_get_property),
2074         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
2075         (gst_video_scale_prepare_size), (parse_caps),
2076         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2077         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
2078         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
2079         (plugin_init):
2080         * gst/videoscale/gstvideoscale.h:
2081         * gst/videotestsrc/gstvideotestsrc.c:
2082         (gst_video_test_src_pattern_get_type),
2083         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
2084         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
2085         (gst_video_test_src_set_pattern),
2086         (gst_video_test_src_set_property),
2087         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
2088         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
2089         (gst_video_test_src_event), (gst_video_test_src_get_times),
2090         (gst_video_test_src_create), (plugin_init):
2091         * gst/videotestsrc/gstvideotestsrc.h:
2092         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
2093         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2094         (gst_video_test_src_black):
2095         * gst/videotestsrc/videotestsrc.h:
2096           borgify further
2097           clean up docs a little
2098
2099 2005-11-30  Wim Taymans  <wim@fluendo.com>
2100
2101         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2102         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2103         (gst_basertppayload_event), (gst_basertppayload_push),
2104         (gst_basertppayload_change_state):
2105         * gst-libs/gst/rtp/gstbasertppayload.h:
2106         closed #320644.
2107
2108 2005-11-30  Julien MOUTTE  <julien@moutte.net>
2109
2110         * docs/libs/gst-plugins-base-libs-docs.sgml:
2111         * docs/libs/gst-plugins-base-libs-sections.txt:
2112         * gst-libs/gst/video/gstvideofilter.c:
2113         * gst-libs/gst/video/gstvideosink.c:
2114         * gst-libs/gst/video/gstvideosink.h: Adding docs.
2115
2116 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2117
2118         * LICENSE:
2119           move
2120         * po/af.po:
2121         * po/az.po:
2122         * po/cs.po:
2123         * po/en_GB.po:
2124         * po/hu.po:
2125         * po/it.po:
2126         * po/nb.po:
2127         * po/nl.po:
2128         * po/or.po:
2129         * po/sq.po:
2130         * po/sr.po:
2131         * po/sv.po:
2132         * po/uk.po:
2133         * po/vi.po:
2134         * Makefile.am:
2135           update
2136         * scripts/autoplugins.sh:
2137           remove
2138
2139 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2140
2141         * Makefile.am:
2142         * configure.ac:
2143         * examples/Makefile.am:
2144         * examples/capsfilter/Makefile.am:
2145         * examples/capsfilter/capsfilter1.c:
2146         * examples/gob/Makefile.am:
2147         * examples/gob/gst-identity2.gob:
2148         * examples/indexing/.cvsignore:
2149         * examples/indexing/Makefile.am:
2150         * examples/indexing/indexmpeg.c:
2151         * examples/seeking/.cvsignore:
2152         * examples/seeking/Makefile.am:
2153         * examples/seeking/cdparanoia.c:
2154         * examples/seeking/cdplayer.c:
2155         * examples/seeking/chained.c:
2156         * examples/seeking/scrubby.c:
2157         * examples/seeking/seek.c:
2158         * examples/stats/Makefile.am:
2159         * examples/stats/mp2ogg.c:
2160         * examples/switch/.cvsignore:
2161         * examples/switch/Makefile.am:
2162         * examples/switch/switcher.c:
2163         * tests/Makefile.am:
2164         * tests/check/generic/.cvsignore:
2165         * tests/check/pipelines/.cvsignore:
2166         * tests/examples/Makefile.am:
2167         * tests/examples/seek/Makefile.am:
2168           reorganize stuff under tests/
2169
2170 2005-11-30  Edward Hervey  <edward@fluendo.com>
2171
2172         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2173         Go away you stupid GstStaticPadTemplate memleak.
2174
2175 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2176
2177         * gst-libs/gst/net/Makefile.am:
2178         * gst-libs/gst/net/README:
2179         * gst-libs/gst/net/gstnetbuffer.c:
2180         * gst-libs/gst/net/gstnetbuffer.h:
2181           this was moved to "netbuffer"
2182
2183 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2184
2185         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
2186         (gst_video_filter_class_init), (gst_video_filter_init):
2187         * gst-libs/gst/video/gstvideofilter.h:
2188           borgify name to bring in line with other classes
2189
2190 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2191
2192         * gst/audioscale/.cvsignore:
2193         * gst/audioscale/Makefile.am:
2194         * gst/audioscale/README:
2195         * gst/audioscale/audioscale.vcproj:
2196         * gst/audioscale/dtof.c:
2197         * gst/audioscale/dtos.c:
2198         * gst/audioscale/functable.c:
2199         * gst/audioscale/gstaudioscale.c:
2200         * gst/audioscale/gstaudioscale.h:
2201         * gst/audioscale/private.h:
2202         * gst/audioscale/resample.c:
2203         * gst/audioscale/resample.h:
2204         * gst/audioscale/test.c:
2205           remove
2206
2207 2005-11-30  Edward Hervey  <edward@fluendo.com>
2208
2209         * gst-libs/gst/netbuffer/Makefile.am:
2210         really, really tired
2211
2212 2005-11-30  Edward Hervey  <edward@fluendo.com>
2213
2214         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2215         Update for new GstTypeFindFactory _register()
2216
2217 2005-11-30  Edward Hervey  <edward@fluendo.com>
2218
2219         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
2220         Let's not override libgstnet from core for no reason...
2221         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
2222         Ok, maybe not so quick next time.
2223
2224 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2225
2226         * configure.ac:
2227         * gst-libs/gst/Makefile.am:
2228           moved gst-libs/gst/net to netbuffer through CVS surgery
2229           remove old directory
2230           updating build to accomodate
2231           (#322257)
2232
2233 2005-11-29  Andy Wingo  <wingo@pobox.com>
2234
2235         * pkgconfig/gstreamer-plugins-base.pc.in:
2236         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2237         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
2238         (#322257).
2239
2240 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2241
2242         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
2243         3rd time's the charm. Correct ref-counting for discarded buffers.
2244
2245 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2246
2247         * gst/playback/gststreamselector.c:
2248         (gst_stream_selector_class_init),
2249         (gst_stream_selector_set_property),
2250         (gst_stream_selector_get_property),
2251         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2252         Fix ref-counting
2253
2254 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
2255
2256         * gst/subparse/gstsubparse.c: (feed_textbuf):
2257           Don't access already unref'ed buffer.
2258
2259 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2260
2261         * gst/playback/gststreamselector.c:
2262         (gst_stream_selector_class_init), (gst_stream_selector_init),
2263         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
2264         (gst_stream_selector_get_property),
2265         (gst_stream_selector_get_linked_pad),
2266         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2267         * gst/playback/gststreamselector.h:
2268         Add the active-pad property for playbin to use shortly. Ignore buffers
2269         from any other pad, returning GST_FLOW_NOT_LINKED
2270
2271 2005-11-29  Julien MOUTTE  <julien@moutte.net>
2272
2273         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
2274         patch from bug #322704 (Alessandro Decina).
2275
2276 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2277
2278         * gst-libs/gst/audio/Makefile.am:
2279           folded audiofilter into the audio library
2280
2281 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2282
2283         * gst/videoscale/gstvideoscale.h:
2284         * gst/videoscale/gstvideoscale.c:
2285           remove unimplemented scale methods
2286
2287 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
2288
2289         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
2290           Don't leak caps.
2291
2292 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2293
2294         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2295         (gst_ximagesink_setcaps):
2296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2297         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
2298         happens (only visible on ximagesink but bug is in xv too) set_caps was
2299         destroying the internal x[v]image used to memcpy non locally alloced
2300         buffers so that it got renewed on next _chain. The issue is that 
2301         _expose will try to put that image as it reffed it in _put.
2302         Using gst_buffer_unref instead of destroy fixes it !
2303
2304 2005-11-28  Edward Hervey  <edward@fluendo.com>
2305
2306         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2307         (try_to_link_1), (queue_filled_cb):
2308         Better use of the queues. Start with a small size queue and only increase
2309         the size of the queues when the other queues are empty.
2310
2311 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2312
2313         * gst-libs/gst/video/Makefile.am:
2314           compile in copied-over videofilter into the video library
2315         * gst-libs/gst/video/videosink.h:
2316           rename the header to gstvideosink.h since it's a base GstObject class
2317         * sys/ximage/ximagesink.h:
2318         * sys/xvimage/xvimagesink.h:
2319           use the new header
2320
2321 2005-11-28  Wim Taymans  <wim@fluendo.com>
2322
2323         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
2324         * gst/playback/gstplaybasebin.h:
2325         Prepare to handle errors betters.
2326
2327         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
2328         Set sinks to PAUSED first before adding and linking them so that
2329         we don't interrupt dataflow.
2330
2331 2005-11-28  Wim Taymans  <wim@fluendo.com>
2332
2333         * gst-libs/gst/audio/TODO:
2334         Updated TODO
2335
2336         * gst-libs/gst/audio/gstaudiosink.c:
2337         (gst_audioringbuffer_open_device),
2338         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
2339         (gst_audioringbuffer_release):
2340         Small cleanups.
2341
2342         * gst-libs/gst/audio/gstbaseaudiosink.c:
2343         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
2344         (gst_base_audio_sink_change_state):
2345         Slave to the master clock when going to PLAYING and unslave when
2346         going to PAUSED.
2347
2348         * gst-libs/gst/audio/gstringbuffer.c:
2349         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2350         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
2351         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
2352         (gst_ring_buffer_clear_all), (wait_segment),
2353         (gst_ring_buffer_commit), (gst_ring_buffer_read),
2354         (gst_ring_buffer_advance):
2355         * gst-libs/gst/audio/gstringbuffer.h:
2356         Add some docs and cleanups.
2357
2358 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2359
2360         * sys/xvimage/xvimagesink.c:
2361         (gst_xvimagesink_navigation_send_event): Fix navigation events
2362         coordinates translation with pixel aspect ratios.
2363
2364 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2365
2366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2367         Use calculated video geometry from _setcaps instead of buffer
2368         caps to respect pixel aspect ratio. (fixes #322388)
2369
2370 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2371
2372         * docs/libs/tmpl/gstcolorbalance.sgml:
2373         * docs/libs/tmpl/gstmixer.sgml:
2374         * docs/libs/tmpl/gstxoverlay.sgml:
2375         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
2376         interface.
2377
2378 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2379
2380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2381         Refuse to create an XvImage if we can't find the format.
2382
2383 2005-11-28  Edward Hervey  <edward@fluendo.com>
2384
2385         * gst-libs/gst/riff/riff-media.c:
2386         (gst_riff_create_audio_template_caps):
2387         Add ATRAC3 to the list of riff-possible audio caps.
2388         I know we still don't have a plugin for atrac3, but it's saner to output
2389         that than a cryptic mimetype.
2390
2391 2005-11-27  Edward Hervey  <edward@fluendo.com>
2392
2393         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
2394         Don't try to create a zero-sized subbuffer.
2395
2396 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2397
2398         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
2399         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2400         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
2401         (gst_ximagesink_expose): Fixed a tricky race.
2402         * sys/ximage/ximagesink.h:
2403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2404         (gst_xvimagesink_expose): Fixed a tricky race.
2405         * sys/xvimage/xvimagesink.h:
2406
2407 2005-11-27  Edward Hervey  <edward@fluendo.com>
2408
2409         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2410         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
2411         Remove unused properties, and add queues between demuxers and decoders
2412         so that a lot more files can preroll properly.
2413
2414 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2415
2416         * gst-libs/gst/net/Makefile.am:
2417         * gst-libs/gst/rtp/Makefile.am:
2418         * gst-libs/gst/tag/Makefile.am:
2419           remove silly include
2420         * gst/tags/Makefile.am:
2421         * gst/tags/gsttagediting.c:
2422         * gst/tags/gsttageditingprivate.h:
2423         * gst/tags/tagedit.vcproj:
2424           remove directory, is as good as empty
2425
2426 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2427
2428         * configure.ac:
2429           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
2430         * gst-libs/Makefile.am:
2431         * gst-libs/gst/audio/Makefile.am:
2432         * gst-libs/gst/interfaces/Makefile.am:
2433         * gst-libs/gst/net/Makefile.am:
2434         * gst-libs/gst/riff/Makefile.am:
2435         * gst-libs/gst/rtp/Makefile.am:
2436         * gst-libs/gst/tag/Makefile.am:
2437         * gst-libs/gst/video/Makefile.am:
2438           and use them
2439
2440 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2441
2442         * docs/libs/tmpl/gstcolorbalance.sgml:
2443         * docs/libs/tmpl/gstmixer.sgml:
2444         * docs/libs/tmpl/gstxoverlay.sgml:
2445         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
2446         * sys/ximage/ximagesink.h:
2447         * sys/xvimage/xvimagesink.h: More and more documentation.
2448
2449 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2450
2451         * docs/libs/gst-plugins-base-libs-docs.sgml:
2452         * docs/libs/gst-plugins-base-libs-sections.txt:
2453         * docs/libs/tmpl/gstcolorbalance.sgml:
2454         * docs/libs/tmpl/gstmixer.sgml:
2455         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
2456         to documentation.
2457
2458 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2459
2460         * docs/plugins/Makefile.am:
2461         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2462         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2463         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
2464
2465 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2466
2467         * docs/plugins/Makefile.am:
2468         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2469         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2470         * docs/plugins/inspect/plugin-adder.xml:
2471         * docs/plugins/inspect/plugin-alsa.xml:
2472         * docs/plugins/inspect/plugin-audioconvert.xml:
2473         * docs/plugins/inspect/plugin-audiorate.xml:
2474         * docs/plugins/inspect/plugin-audioresample.xml:
2475         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2476         * docs/plugins/inspect/plugin-decodebin.xml:
2477         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2478         * docs/plugins/inspect/plugin-gnomevfs.xml:
2479         * docs/plugins/inspect/plugin-ogg.xml:
2480         * docs/plugins/inspect/plugin-playbin.xml:
2481         * docs/plugins/inspect/plugin-subparse.xml:
2482         * docs/plugins/inspect/plugin-tcp.xml:
2483         * docs/plugins/inspect/plugin-theora.xml:
2484         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2485         * docs/plugins/inspect/plugin-video4linux.xml:
2486         * docs/plugins/inspect/plugin-videorate.xml:
2487         * docs/plugins/inspect/plugin-videoscale.xml:
2488         * docs/plugins/inspect/plugin-videotestsrc.xml:
2489         * docs/plugins/inspect/plugin-volume.xml:
2490         * docs/plugins/inspect/plugin-vorbis.xml:
2491         * docs/plugins/inspect/plugin-ximagesink.xml:
2492         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
2493         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
2494
2495 2005-11-26  Edward Hervey  <edward@fluendo.com>
2496
2497         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
2498         Properly return GstFlowReturn from gst_pad_push in chain functions.
2499
2500 2005-11-25  Michael Smith  <msmith@fluendo.com>
2501
2502         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
2503         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
2504         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
2505         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
2506           Handle various conditions better when we don't understand a stream.
2507           Removes a heap of CRITICALs on ogg streams containing unknown data.
2508
2509 2005-11-24  Andy Wingo  <wingo@pobox.com>
2510
2511         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
2512         Be threadsafe.
2513
2514 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2515
2516         * configure.ac: back to HEAD
2517
2518 === release 0.9.6 ===
2519
2520 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
2521
2522         * configure.ac:
2523           releasing 0.9.6, "White Eight"
2524
2525 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2526
2527         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2528         * docs/plugins/inspect/plugin-sine.xml:
2529           remove sinesrc some more
2530
2531 2005-11-23  Wim Taymans  <wim@fluendo.com>
2532
2533         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2534         If we are reading too slowly, jump forward in the ringbuffer
2535         instead of blocking.
2536
2537 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2538
2539         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2540         (gst_visual_chain):
2541         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
2542         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
2543         (gst_videorate_chain):
2544         * gst/videotestsrc/gstvideotestsrc.c:
2545         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
2546         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
2547         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
2548         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
2549         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2550         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2551           Updates for API changes
2552
2553 2005-11-23  Wim Taymans  <wim@fluendo.com>
2554
2555         * gst-libs/gst/audio/gstbaseaudiosink.c:
2556         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2557         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2558         Fix for calibration API change.
2559
2560 2005-11-23  Michael Smith <msmith@fluendo.com>
2561
2562         * gst-libs/gst/audio/multichannel.c:
2563         (gst_audio_get_channel_positions),
2564         (gst_audio_set_channel_positions),
2565         (gst_audio_set_structure_channel_positions_list),
2566         (gst_audio_fixate_channel_positions):
2567           Use gst_value_array_*() functions on value arrays, not
2568           gst_value_list_*().
2569
2570 2005-11-23  Edward Hervey  <edward@fluendo.com>
2571
2572         * autogen.sh:
2573         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
2574         Fixes autogen
2575
2576 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2577
2578         * check/Makefile.am:
2579         * check/elements/videotestsrc.c: (setup_videotestsrc),
2580         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
2581         (main):
2582           add a test for videotestsrc
2583
2584 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2585
2586         * gst/sine/.cvsignore:
2587         * gst/sine/Makefile.am:
2588         * gst/sine/gstsinesrc.c:
2589         * gst/sine/gstsinesrc.h:
2590         * gst/sine/sinesrc.vcproj:
2591           and remove sinesrc from the repository.  Closes #321446
2592
2593 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2594
2595         * configure.ac:
2596         * gst-plugins-base.spec.in:
2597           remove sinesrc from the build
2598
2599 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2600
2601         * check/Makefile.am:
2602         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
2603         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
2604         (main):
2605           add a test for audiotestsrc, testing all waves.  Even seems
2606           leak-free at first glance, nice job Stefan
2607
2608 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2609
2610         * po/af.po:
2611         * po/az.po:
2612         * po/cs.po:
2613         * po/en_GB.po:
2614         * po/hu.po:
2615         * po/it.po:
2616         * po/nb.po:
2617         * po/nl.po:
2618         * po/or.po:
2619         * po/sq.po:
2620         * po/sr.po:
2621         * po/sv.po:
2622         * po/uk.po:
2623         * po/vi.po:
2624           Translation string updates
2625
2626         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2627         (gst_v4lsrc_set_caps):
2628         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2629         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2630         * sys/v4l/v4lsrc_calls.h:
2631           Improve v4lsrc, by making it work again.
2632
2633 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2634
2635         * ext/libvisual/visual.c: (gst_visual_chain):
2636           Fix the fps calculations.
2637
2638         * gst/ffmpegcolorspace/avcodec.h:
2639           Move structure element for clarity
2640
2641         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
2642         * gst-libs/gst/interfaces/tunernorm.h:
2643         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
2644         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
2645         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
2646         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
2647         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
2648         (gst_v4lmjpegsrc_getcaps):
2649         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2650         (gst_v4lsrc_set_caps):
2651         * sys/v4l/gstv4lsrc.h:
2652         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2653         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2654         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2655         * sys/v4l/v4lsrc_calls.h:
2656           Fractional framerates...
2657
2658 2005-11-22  Wim Taymans  <wim@fluendo.com>
2659
2660         * gst-libs/gst/audio/gstbaseaudiosink.c:
2661         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2662         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2663         And we provide a clock by default, of course...
2664
2665 2005-11-22  Wim Taymans  <wim@fluendo.com>
2666
2667         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
2668         This clock can be slaved to a master clock now.
2669
2670         * gst-libs/gst/audio/gstbaseaudiosink.c:
2671         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2672         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
2673         (gst_base_audio_sink_set_clock),
2674         (gst_base_audio_sink_set_property),
2675         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
2676         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2677         * gst-libs/gst/audio/gstbaseaudiosink.h:
2678         Handle slaving the internal clock to the clock selected in the
2679         pipeline.
2680         Add property to make the basesink not provide a clock.
2681
2682         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2683         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2684         (gst_base_rtp_depayload_wait):
2685         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2686         We can use the clock in GstElement, no need to store it ourselves.
2687
2688 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2689
2690         * docs/libs/tmpl/gstaudio.sgml:
2691           update
2692         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2693         (gst_paranoia_endian_get_type):
2694         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
2695         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2696         * gst/audiotestsrc/gstaudiotestsrc.c:
2697         (gst_audiostestsrc_wave_get_type):
2698         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
2699         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
2700         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
2701         (gst_sync_method_get_type), (gst_unit_type_get_type),
2702         (gst_client_status_get_type), (gst_multifdsink_class_init),
2703         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
2704         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
2705         (gst_multifdsink_get_property):
2706         * gst/tcp/gstmultifdsink.h:
2707         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
2708         * gst/videotestsrc/gstvideotestsrc.c:
2709         (gst_videotestsrc_pattern_get_type):
2710           remove deprecated properties
2711           fix up enums to correctly have short lowercase dashed nicks
2712
2713 2005-11-22  Michael Smith <msmith@fluendo.com>
2714
2715         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2716         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2717           Add underscore.
2718
2719 2005-11-22  Michael Smith <msmith@fluendo.com>
2720
2721         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
2722         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2723           Use utility method for scaling clocktime for fractional framerates.
2724
2725 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
2726
2727         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2728         (gst_visual_chain):
2729         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2730         * ext/theora/theoradec.c: (theora_handle_type_packet):
2731         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2732         (theora_enc_chain):
2733         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2734         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
2735         * gst-libs/gst/video/video.h:
2736         * gst/ffmpegcolorspace/avcodec.h:
2737         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2738         (gst_ffmpeg_caps_to_pixfmt):
2739         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2740         (gst_ffmpegcsp_set_caps):
2741         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2742         (gst_videorate_setcaps), (gst_videorate_blank_data),
2743         (gst_videorate_chain):
2744         * gst/videotestsrc/gstvideotestsrc.c:
2745         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
2746         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
2747         (gst_videotestsrc_event), (gst_videotestsrc_create):
2748         * gst/videotestsrc/gstvideotestsrc.h:
2749         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2750         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
2751         (gst_ximagesink_get_times), (gst_ximagesink_init):
2752         * sys/ximage/ximagesink.h:
2753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2754         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
2755         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
2756         * sys/xvimage/xvimagesink.h:
2757           Convert elements to use fractions for their framerate.
2758           V4L elements to come later tonight.
2759
2760 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2761
2762         * gst-libs/gst/audio/audio.c:
2763         * gst-libs/gst/audio/audio.h:
2764           remove some deprecated functions
2765
2766 2005-11-22  Andy Wingo  <wingo@pobox.com>
2767
2768         * Update for gst_tag_setter API changes.
2769
2770 2005-11-22  Andy Wingo  <wingo@pobox.com>
2771
2772         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
2773         (gst_ogg_demux_perform_seek):
2774         * ext/theora/theoradec.c (theora_dec_sink_event):
2775         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
2776         update-funcnames.
2777
2778 2005-11-22  Wim Taymans  <wim@fluendo.com>
2779
2780         * examples/seeking/seek.c: (main):
2781         Give higher priority to bus signals than the gtk events
2782         to fix a race condition in the segment looping.
2783
2784 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2785
2786         * ext/theora/Makefile.am:
2787         * ext/vorbis/Makefile.am:
2788         * gst-libs/gst/tag/Makefile.am:
2789         * gst-plugins-base.spec.in:
2790           Rename libgsttagedit to libgsttag (#322117).
2791
2792 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2793
2794         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
2795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2796           Call gst_x_overlay_prepare_xwindow_id() to give applications
2797           a final chance to set their own xwindow id before the video
2798           sink creates its own window.
2799
2800 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2801
2802         * sys/xvimage/xvimagesink.c:
2803         (gst_xvimagesink_navigation_send_event): Handle navigation
2804         events correcly with borders if applicable.
2805
2806 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
2807
2808         Patch by: Luca Ognibene
2809
2810         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2811         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
2812         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2813         (gst_ffmpegcsp_caps_remove_format_info):
2814         * gst/ffmpegcolorspace/imgconvert.c:
2815         * gst/ffmpegcolorspace/imgconvert_template.h:
2816           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
2817           #318353); use gst_structure_has_name().
2818
2819 2005-11-22  Julien MOUTTE  <julien@moutte.net>
2820
2821         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
2822         (gst_ximagesink_class_init): Add debug macros on functions.
2823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
2824         (gst_xvimagesink_xwindow_draw_borders),
2825         (gst_xvimagesink_xvimage_put),
2826         (gst_xvimagesink_xwindow_update_geometry),
2827         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
2828         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
2829         (gst_xvimagesink_xcontext_clear),
2830         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
2831         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
2832         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
2833         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
2834         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
2835         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2836         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
2837         expose while being PAUSED, out of data flow navigation events, etc..
2838
2839 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2840
2841         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2842         * gst-libs/gst/audio/audio.h:
2843           fix prototype - wondering why the test worked regardless
2844
2845 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2846
2847         * check/Makefile.am:
2848         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
2849         * gst-libs/gst/audio/audio.h:
2850           add a method that returns a proper GstClockTime
2851
2852 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2853
2854         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
2855         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
2856         * gst-libs/gst/interfaces/xoverlay.h:
2857           Remove everything having to do with the desired size; add 
2858           gst_x_overlay_prepare_xwindow_id() function; remove the
2859           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
2860           post a message on the bus instead (#321816).
2861
2862         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
2863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
2864         (gst_xvimagesink_xoverlay_init):
2865           Remove desired size stuff (#321816).
2866
2867 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2868
2869         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
2870         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
2871         (mpeg_video_type_find), (mpeg_video_stream_type_find):
2872           Terminate vararg functions with NULL instead of 0 to 
2873           make gcc4 happy.
2874
2875 2005-11-21  Andy Wingo  <wingo@pobox.com>
2876
2877         patch by: Sebastien Cote <sebas642@yahoo.ca>
2878         
2879         * gst-libs/gst/rtp/gstrtpbuffer.h: 
2880         * gst-libs/gst/rtp/gstrtpbuffer.c
2881         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
2882
2883 2005-11-21  Andy Wingo  <wingo@pobox.com>
2884
2885         * gst/playback/gstplaybin.c (gen_audio_element) 
2886         (gen_video_element): Use the new MISSING_PLUGIN core error
2887         category. Closes #320060.
2888
2889         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
2890         * gst/videorate/gstvideorate.c (gst_videorate_event):
2891         * ext/theora/theoradec.c (theora_dec_sink_event): 
2892         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
2893         stream lock.
2894
2895         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
2896         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
2897         stream lock changes.
2898
2899 2005-11-21  Wim Taymans  <wim@fluendo.com>
2900
2901         * gst-libs/gst/audio/gstbaseaudiosink.c:
2902         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2903         (gst_base_audio_sink_provide_clock),
2904         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
2905         (gst_base_audio_sink_change_state):
2906         * gst/audioresample/gstaudioresample.c:
2907         Segment update fix.
2908
2909 2005-11-21  Andy Wingo  <wingo@pobox.com>
2910
2911         * *.h:
2912         * *.c: Ran scripts/update-macros. Oh yes.
2913
2914 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2915
2916         * sys/ximage/Makefile.am:
2917         * sys/ximage/ximage.c:
2918           Rename ximage plugin to ximagesink (#321426) (Don't forget to
2919           remove your old libgstximage.* manually if necessary).
2920
2921 2005-11-21  Michael Smith <msmith@fluendo.com>
2922
2923         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
2924           Minimal fix for bug #320200: set the min/max bitrate in the correct
2925           units. A better fix would be to upgrade to the RATEMANAGE2
2926           interface, rather than using the deprecated interface used here, but
2927           that would require an update in our libvorbis dependency (to 1.1),
2928           which is probably undesirable.
2929
2930 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
2931
2932         * ext/libvisual/visual.c: (get_buffer):
2933         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2934         (gst_base_audio_src_fixate):
2935         * gst/audioconvert/gstaudioconvert.c:
2936         (gst_audio_convert_fixate_caps):
2937         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
2938         * gst/audiotestsrc/gstaudiotestsrc.c:
2939         (gst_audiotestsrc_src_fixate):
2940         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
2941         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
2942         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
2943         * gst/videotestsrc/gstvideotestsrc.c:
2944         (gst_videotestsrc_src_fixate):
2945         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
2947           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
2948           (#322027)
2949
2950
2951 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2952
2953         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2954         (gst_riff_create_iavs_caps):
2955         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
2956         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
2957         (gst_riff_parse_info):
2958         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
2959         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
2960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
2961           Fixes for GST_FOURCC_FORMAT API change.
2962
2963 2005-11-21  Andy Wingo  <wingo@pobox.com>
2964
2965         patch by: Alessandro Dessina <alessandro nnva org>
2966
2967         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
2968         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
2969         (gst_ogg_parse_chain):
2970         * ext/theora/theoraenc.c (theora_set_header_on_caps):
2971         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
2972         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
2973         gst_value_list calls on arrays. Fixes #321962.
2974
2975 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2976
2977         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2978         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
2979         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
2980         * gst/adder/gstadder.c: (gst_adder_init),
2981         (gst_adder_request_new_pad), (gst_adder_collected),
2982         (gst_adder_change_state):
2983           Update for gst_collectpads_foo() to gst_collect_pads_foo()
2984           API change.
2985
2986 2005-11-21  Michael Smith <msmith@fluendo.com>
2987
2988         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2989         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
2990           Properly handle pad_push return values.
2991
2992 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
2993
2994         * gst-libs/gst/tag/Makefile.am:
2995         * gst-libs/gst/tag/gstvorbistag.c:
2996         (gst_tag_list_to_vorbiscomment_buffer):
2997           Remove obsolete vorbistag element and debug category.
2998
2999         * gst/playback/gstplaybasebin.c: (check_queue):
3000           Don't divide by 0 when queue-threshold is 0.
3001
3002         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
3003           Don't modify an existing pixel-aspect-ratio if we fail to read
3004           a new one.
3005
3006 2005-11-20  Wim Taymans  <wim@fluendo.com>
3007
3008         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
3009         (gst_vorbisenc_push_packet):
3010         GST_PAD_IS_USABLE is gone, use the return value of
3011         the push or pad_alloc_buffer instead.
3012
3013 2005-11-18  Julien MOUTTE  <julien@moutte.net>
3014
3015         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3016         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3017         (gst_ximagesink_ximage_destroy),
3018         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
3019         (gst_ximagesink_xwindow_new),
3020         (gst_ximagesink_xwindow_update_geometry),
3021         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
3022         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
3023         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
3024         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3025         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
3026         (gst_ximagesink_navigation_send_event),
3027         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
3028         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3029         (gst_ximagesink_finalize), (gst_ximagesink_init),
3030         (gst_ximagesink_class_init):
3031         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
3032         This new version brings correct software scaling, non flickering
3033         window while resizing, pixel aspect ratio handling, usage of
3034         hardware buffer pools, out of data flow event thread for 
3035         navigation and handling of expose events even when being PAUSED,
3036         a new property to keep video aspect ratio when resizing, etc...
3037
3038 2005-11-18  Julien MOUTTE  <julien@moutte.net>
3039
3040         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3041         (gst_videoscale_fixate_caps): Introduce back caps fixate with
3042         handling of PAR.
3043
3044 2005-11-18    <bilboed@dvdsrc.fluendo.com>
3045
3046         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
3047         Unsetting IS_SINK flag from the fakesink, so decodebin
3048         never behaves as a sink.
3049
3050 2005-11-17  Wim Taymans  <wim@fluendo.com>
3051
3052         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3053         (gst_base_audio_src_change_state):
3054         Fix the audiosrc base class again, we did not unflush.
3055
3056 2005-11-17  Julien MOUTTE  <julien@moutte.net>
3057
3058         * examples/seeking/seek.c: (make_dv_pipeline),
3059         (make_vorbis_theora_pipeline), (make_avi_pipeline),
3060         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
3061         to ogg/vorbis/theora pipeline.
3062
3063 2005-11-17  Wim Taymans  <wim@fluendo.com>
3064
3065         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3066         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
3067         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
3068         Fix EOS on multiple streams.
3069         More debugging.
3070
3071 2005-11-16  Wim Taymans  <wim@fluendo.com>
3072
3073         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
3074         (gst_ogg_demux_perform_seek):
3075         Segment done must include stream time.
3076
3077         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3078         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
3079         (gst_ogg_mux_change_state):
3080         Fix ogg muxer again.
3081
3082 2005-11-16  Wim Taymans  <wim@fluendo.com>
3083
3084         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
3085         Fix compile again.
3086
3087 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3088
3089         * ext/libvisual/visual.c: (gst_visual_init):
3090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
3091         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
3092         (gst_ogg_parse_chain):
3093         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
3094         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
3095         * ext/theora/theoradec.c: (gst_theora_dec_init):
3096         * ext/theora/theoraenc.c: (gst_theora_enc_init):
3097         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
3098         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
3099         * gst/adder/gstadder.c: (gst_adder_class_init),
3100         (gst_adder_dispose):
3101         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3102         * gst/subparse/gstsubparse.c: (gst_subparse_init):
3103         * gst/videorate/gstvideorate.c: (gst_videorate_init):
3104           Fix a whole set of pad template leaks
3105
3106 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3107
3108         * check/generic/states.c: (GST_START_TEST):
3109           fix the test so that it only checks for elements that are part of
3110           this source module
3111
3112 2005-11-16  Michael Smith <msmith@fluendo.com>
3113
3114         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
3115         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
3116         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3117         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3118         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
3119         (gst_ogg_mux_change_state):
3120           Fix leaking collectpads.
3121
3122 2005-11-16  Edward Hervey  <edward@fluendo.com>
3123
3124         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
3125         (gst_videorate_event), (gst_videorate_chain):
3126         Handle segment seeks
3127
3128 2005-11-16  Wim Taymans  <wim@fluendo.com>
3129
3130         * gst-libs/gst/audio/gstbaseaudiosink.c:
3131         (gst_base_audio_sink_provide_clock),
3132         (gst_base_audio_sink_change_state):
3133         Set ringbuffer to non-flushing when going to PAUSED, set to
3134         flushing again when going to READY.
3135
3136         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3137         (gst_ring_buffer_stop):
3138         Start in flushing mode by default.
3139         Don't set flushing in the _stop method, let the app call
3140         this explicitly.
3141
3142 2005-11-16  Julien MOUTTE  <julien@moutte.net>
3143
3144         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
3145         * gst-libs/gst/video/videosink.h: Add helper function needed
3146         for video sinks.
3147
3148 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
3149
3150         * gst/videoscale/gstvideoscale.c:
3151         (gst_videoscale_handle_src_event):
3152           Don't leak reference to pad parent.
3153
3154 2005-11-16  Wim Taymans  <wim@fluendo.com>
3155
3156         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
3157         Set ringbuffer to flushing when stopping so that we don't
3158         block on wait_segment anymore and livelock.
3159
3160 2005-11-16  Wim Taymans  <wim@fluendo.com>
3161
3162         * examples/seeking/seek.c: (send_event), (do_seek),
3163         (loop_toggle_cb), (segment_done), (main):
3164         Added looping checkbox.
3165
3166 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3167
3168         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3169         (gst_ogg_demux_init):
3170         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3171         (gst_vorbis_dec_init):
3172           revert unrefs, they don't pass make check
3173
3174 2005-11-15  Johan Dahlin  <johan@gnome.org>
3175
3176         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3177         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
3178         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3179         (gst_vorbis_dec_init):
3180         Fix pad template leaks. 
3181
3182 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
3183
3184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
3185           Make state change function thread safe.
3186
3187 2005-11-15  Edward Hervey  <edward@fluendo.com>
3188
3189         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
3190         (gst_ogg_demux_class_init):
3191         Implement GstElement::send_event, so we can send seek events
3192         in GST_STATE_READY
3193
3194 2005-11-14  Julien MOUTTE  <julien@moutte.net>
3195
3196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
3197         Discovered how to take away flickering while resizing the
3198         window. Please don't put that in ximagesink, refactoring in
3199         progress.
3200
3201 2005-11-14  Michael Smith <msmith@fluendo.com>
3202
3203         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
3204         (gst_multifdsink_render):
3205           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
3206
3207 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
3208
3209         * gst/playback/gstplaybin.c: (gen_audio_element):
3210           Use autoaudiosink, it tends to be more widely available than
3211           autoaudiiosink.
3212           
3213 2005-11-14  Andy Wingo  <wingo@pobox.com>
3214
3215         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
3216         as well if it is available. Fixes #316442.
3217
3218 2005-11-14  Michael Smith <msmith@fluendo.com>
3219
3220         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
3221         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
3222         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3223         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3224         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
3225         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3226         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
3227         (gst_vorbisenc_change_state):
3228           Fix a small memory leak in vorbisenc.
3229           Fix large memory leaks in oggmux, also fix lots of state change
3230           bugs in oggmux.
3231
3232 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3233
3234         * gst/videotestsrc/gstvideotestsrc.c:
3235         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
3236         (gst_videotestsrc_src_fixate):
3237           move fixation to a fixate function
3238           remove negotiate function, basesrc's is good enough
3239           fixes a bug for check when using the element alone
3240
3241 2005-11-13  Edward Hervey  <edward@fluendo.com>
3242
3243         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
3244         (key_toggle_cb), (main):
3245         Added checkboxes for adding/removing the accurate and key_unit seek
3246         flags.
3247
3248 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3249
3250         * configure.ac: back to HEAD
3251
3252 === release 0.9.5 ===
3253
3254 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
3255
3256         * configure.ac:
3257           releasing 0.9.5, "No No Kia"
3258
3259 2005-11-11  Edward Hervey  <edward@fluendo.com>
3260
3261         * examples/seeking/seek.c: (make_parselaunch_pipeline):
3262         Added parse-launch syntax seeking mode for the seeking example.
3263         This should help stress-test even more cases.
3264         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
3265
3266 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
3267
3268         * sys/xvimage/xvimagesink.c:
3269         (gst_xvimagesink_navigation_send_event):
3270           Check whether peer pad exists before sending navigation events
3271           to it.
3272
3273 2005-11-11  Michael Smith <msmith@fluendo.com>
3274
3275         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
3276         (gst_vorbisenc_buffer_from_packet):
3277         * ext/vorbis/vorbisenc.h:
3278           Set duration on encoded buffers. This allows oggmux's
3279           max_page_delay parameter to actually work.
3280
3281 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
3282
3283         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3284         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
3285         (gst_ffmpegcsp_avpicture_fill):
3286         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3287         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
3288           Make palettes work again (see #132341). Use our own macros
3289           for rounding up.
3290
3291 2005-11-10  Andy Wingo  <wingo@pobox.com>
3292
3293         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
3294         string doober.
3295
3296 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3297
3298         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3299         (gst_ffmpegcsp_transform_caps):
3300           Prefer passthrough in transform_caps
3301
3302 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3303
3304         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3305           check for ALSA errors properly, instead of relying on ALSA's
3306           error strings to serve to the user.
3307
3308 2005-11-10  Wim Taymans  <wim@fluendo.com>
3309
3310         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
3311         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
3312         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
3313         Modernise the seek code.
3314
3315 2005-11-10  Michael Smith <msmith@fluendo.com>
3316         
3317         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
3318         (setup_substreams), (set_active_source):
3319           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
3320           trying to go to NULL if we failed to read a file.
3321
3322 2005-11-10  Wim Taymans  <wim@fluendo.com>
3323
3324         * gst/audiotestsrc/gstaudiotestsrc.c:
3325         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
3326         (gst_audiotestsrc_create):
3327         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3328         (gst_sinesrc_get_times), (gst_sinesrc_create):
3329         * gst/videotestsrc/gstvideotestsrc.c:
3330         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
3331         (gst_videotestsrc_create):
3332         The base class can now sync for us.
3333
3334 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3335
3336         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
3337           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
3338           name=source autoprobe=false autoprobe-fps=false copy-mode=1
3339           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
3340           format=(fourcc)I420" ! xvimagesink
3341
3342 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
3343
3344         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3345         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
3346         (gst_sinesrc_newsegment):
3347           Send newsegment event in TIME format, set duration if
3348           num-buffers is set, fix duration querying.
3349
3350 2005-11-10  Michael Smith <msmith@fluendo.com>
3351
3352         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3353         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3354         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3355         (gst_ogg_mux_collected):
3356          Fix EOS handling, partially. Now forwarding an EOS event once we have
3357          EOS on all pads works correctly. However, we still don't properly set
3358          EOS on the actual ogg stream pages.
3359
3360 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
3361
3362         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
3363           Set elements to NULL state before disposing of them.
3364
3365 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
3366
3367         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3368
3369         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3370         (gst_base_rtp_depayload_init),
3371         (gst_base_rtp_depayload_set_gst_timestamp):
3372         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3373           We need to send a newsegment event for each instance, not
3374           just for the first instance of this class (get rid of
3375           static variable in function). (#321011).
3376           
3377 2005-11-08  Michael Smith <msmith@fluendo.com>
3378
3379         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3380         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
3381         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
3382         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
3383           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
3384           This makes us mux things correctly according to the ogg muxing
3385           rules. Still not handling EOS correctly right now, though.
3386
3387 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3388
3389         * gst/audioconvert/gstaudioconvert.c:
3390           Fix typo in docs. 
3391
3392 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3393
3394         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3395         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
3396           Initialise segment_stop to GST_CLOCK_TIME_NONE when
3397           creating a new chain; should fix live streaming. Also
3398           add more debug output and fix a typo.
3399
3400 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
3401
3402         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3403
3404         * gst/volume/gstvolume.c: (volume_set_caps):
3405           Fix compilation on Solaris with Forte. (#320923)
3406
3407 2005-11-08  Wim Taymans  <wim@fluendo.com>
3408
3409         * gst-libs/gst/audio/gstbaseaudiosink.c:
3410         (gst_base_audio_sink_render):
3411         No need to do a typecheck.
3412
3413 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
3414
3415         * ext/alsa/gstalsa.h:
3416           We register a debug category, so let's use it.
3417
3418 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3419
3420         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3421         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
3422         Fixed a small problem.
3423
3424 2005-11-04  Wim Taymans  <wim@fluendo.com>
3425
3426         * examples/seeking/Makefile.am:
3427         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
3428         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
3429         (make_playerbin_pipeline), (format_value), (update_scale),
3430         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
3431         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
3432         (print_usage), (main):
3433         Added app for playback speed testing.
3434
3435         * examples/seeking/seek.c: (dynamic_link),
3436         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
3437         (make_mpeg_pipeline), (do_seek), (set_update_scale),
3438         (message_received), (main):
3439         Updated seek example.
3440
3441 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3442
3443         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3444         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3445         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
3446         (gst_base_rtp_depayload_set_clock):
3447         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3448         Don't sleep on the bench (system clock) when you have a nice 
3449         comfortable bed (Gstreamer clock) to sleep on.
3450
3451 2005-11-03  Wim Taymans  <wim@fluendo.com>
3452
3453         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3454         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
3455         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
3456         Handle the case where a pad_block failed.
3457
3458 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
3459
3460         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
3461
3462         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3463         (gst_base_rtp_depayload_add_to_queue),
3464         (gst_base_rtp_depayload_push),
3465         (gst_base_rtp_depayload_set_gst_timestamp),
3466         (gst_base_rtp_depayload_queue_release):
3467           Fixes some bugs in the depayloader's queuing/de-queueing code.
3468
3469 2005-10-31  Michael Smith <msmith@fluendo.com>
3470
3471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
3472         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3473         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
3474           Patch from Alessandro Decina <alessandro@nnva.org>.
3475           Make oggdemux only find the final time in a chain, not per-pad,
3476           since the per-pad information can be very expensive to locate, and
3477           it isn't used anywhere. This makes reading a file containing
3478           OggSkeleton reasonably fast.
3479           Also, make chain finding work when there are logical bitstreams that
3480           can't be decoded. Fixes #319110.
3481
3482 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3483
3484         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3485         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3486         (gst_base_rtp_depayload_chain),
3487         (gst_base_rtp_depayload_add_to_queue),
3488         (gst_base_rtp_depayload_push),
3489         (gst_base_rtp_depayload_set_gst_timestamp),
3490         (gst_base_rtp_depayload_queue_release),
3491         (gst_base_rtp_depayload_start_thread),
3492         (gst_base_rtp_depayload_set_property),
3493         (gst_base_rtp_depayload_get_property):
3494         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3495         Some random fixes, to fullfill the desires of thomas.
3496
3497 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3498
3499         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3500         (gst_base_rtp_depayload_add_to_queue),
3501         (gst_base_rtp_depayload_push):
3502         Fixed the queueing algorithm.
3503
3504 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3505
3506         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3507         (gst_base_rtp_depayload_push):
3508         A small fix
3509
3510 2005-10-31  Wim Taymans  <wim@fluendo.com>
3511
3512         * gst-libs/gst/audio/gstringbuffer.h:
3513         Don't break ABI.
3514
3515         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3516         (gst_ffmpeg_caps_to_pixfmt):
3517         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3518         (gst_ffmpegcsp_set_caps):
3519         Some more comments.
3520         Handle missing required caps fields better.
3521
3522 2005-10-31  Wim Taymans  <wim@fluendo.com>
3523
3524         * gst-libs/gst/audio/gstbaseaudiosink.c:
3525         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
3526         (gst_base_audio_sink_render):
3527         * gst-libs/gst/audio/gstringbuffer.c:
3528         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3529         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3530         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
3531         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
3532         (gst_ring_buffer_read):
3533         * gst-libs/gst/audio/gstringbuffer.h:
3534         Add flushing mode to the ringbuffer so that it in all cases does
3535         not try to handle more audio. This makes sure it does not try to
3536         block anymore when flushing and fixes a livelock.
3537
3538 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
3539
3540         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3541         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3542         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
3543           Explicitly check for -1 values before doing a conversion
3544           and always map them to -1. (#315545)
3545
3546 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3547
3548         * gst/playback/gstplaybin.c: (gen_video_element):
3549           first try autovideosink, then xvimagesink, then error out
3550         * po/POTFILES.in:
3551           add translatable file
3552         * po/af.po:
3553         * po/az.po:
3554         * po/cs.po:
3555         * po/en_GB.po:
3556         * po/hu.po:
3557         * po/it.po:
3558         * po/nb.po:
3559         * po/nl.po:
3560         * po/or.po:
3561         * po/sq.po:
3562         * po/sr.po:
3563         * po/sv.po:
3564         * po/uk.po:
3565         * po/vi.po:
3566           update translations
3567
3568 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
3569
3570         * gst-libs/gst/rtp/gstbasedepayload.c:
3571         * gst-libs/gst/rtp/gstbasedepayload.h:
3572           Minor cleanups
3573
3574 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
3575
3576         * gst/playback/.cvsignore:
3577         * gst/playback/decodetest.c:
3578         * gst/playback/test3.c:
3579           Port these two tests as well.
3580
3581 2005-10-27  Wim Taymans  <wim@fluendo.com>
3582
3583         * ext/theora/theoradec.c: (theora_dec_src_query),
3584         (theora_dec_sink_event):
3585         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3586         (theora_enc_change_state):
3587         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3588         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
3589         Take proper locks when handling events.
3590
3591 2005-10-27  Wim Taymans  <wim@fluendo.com>
3592
3593         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
3594         (gst_adder_change_state):
3595         Fix timestamps and fix deadlock when stopping the collectpads.
3596
3597 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
3598
3599         * gst-libs/gst/rtp/gstrtpbuffer.h:
3600         Declaring the payload types as strings too so that they can be used
3601         in the padtemplate inialization.
3602
3603 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
3604
3605         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
3606
3607         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3608         (gst_base_rtp_depayload_class_init):
3609         Fixes a small but nasty bug. The derived elements no longer segfaults
3610         on finalization.
3611
3612 2005-10-26  Michael Smith <msmith@fluendo.com>
3613
3614         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
3615           When clearing an audioconvert context, set tmpbufsize to zero, so
3616           we'll allocate it again later if required.
3617           This fixes audioconvert re-negotiating formats, which previously
3618           segfaulted with a NULL destination buffer.
3619
3620 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
3621
3622         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3623         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
3624         (gst_base_rtp_depayload_set_gst_timestamp),
3625         (gst_base_rtp_depayload_queue_release):
3626         Fixed a smalll memleak.
3627
3628 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
3629         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3630         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
3631         (gst_base_rtp_depayload_finalize),
3632         (gst_base_rtp_depayload_setcaps),
3633         (gst_base_rtp_depayload_add_to_queue),
3634         (gst_base_rtp_depayload_push),
3635         (gst_base_rtp_depayload_set_gst_timestamp),
3636         (gst_base_rtp_depayload_queue_release),
3637         (gst_base_rtp_depayload_thread),
3638         (gst_base_rtp_depayload_change_state):
3639         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3640         Changed the C++ comments to C comments
3641
3642 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
3643
3644         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
3645         * gst/tcp/gsttcpclientsrc.h:
3646         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
3647         * gst/tcp/gsttcpserversrc.h:
3648           Remove unused 'curoffset' structure member.
3649
3650 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
3651
3652         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3653         (gst_base_rtp_depayload_base_init),
3654         (gst_base_rtp_depayload_finalize):
3655         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3656         * gst-libs/gst/rtp/gstbasertppayload.h:
3657           The pad-template on the sinkpad should be set by the derived classes.
3658           Also added some useful macros.
3659
3660 2005-10-24  Wim Taymans  <wim@fluendo.com>
3661
3662         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3663         Correctly flush decoder samples even if we could not
3664         copy them to an output buffer. Fixes #319618.
3665
3666 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3667
3668         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
3670         the caps against our xcontext caps.
3671
3672 2005-10-24  Wim Taymans  <wim@fluendo.com>
3673
3674         * gst-libs/gst/audio/gstbaseaudiosink.c:
3675         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3676         Remove g_print
3677         Use sync property from baseclass to disable sync.
3678
3679 2005-10-24  Wim Taymans  <wim@fluendo.com>
3680
3681         * gst-libs/gst/audio/gstbaseaudiosink.c:
3682         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3683         Buffers with no timestamps get aligned with previous buffers or
3684         on underrun, played ASAP.
3685
3686 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3687
3688         * gst-libs/gst/video/video.h:
3689         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3690         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
3692         here comes my change on caps for framerate and geometry range.
3693         We are now accepting 1 to MAXINT for width and height, and from
3694         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
3695         to be blended correctly in videomixer.
3696
3697 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3698
3699         * configure.ac:
3700           back to HEAD
3701
3702 === release 0.9.4 ===
3703
3704 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3705
3706         * NEWS:
3707         * RELEASE:
3708         * configure.ac:
3709           releasing 0.9.4, "Velociraptor"
3710
3711 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3712
3713         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
3714         * po/POTFILES.in:
3715           STOPPED -> FAILED
3716
3717 2005-10-21  Wim Taymans  <wim@fluendo.com>
3718
3719         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3720         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
3721         (pad_blocked), (close_pad_link), (new_pad):
3722         Don't try to remove elements twice.
3723
3724 2005-10-21  Wim Taymans  <wim@fluendo.com>
3725
3726         * ext/theora/theoradec.c: (theora_dec_src_query),
3727         (theora_dec_sink_event):
3728         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3729         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3730         (vorbis_handle_data_packet):
3731         * ext/vorbis/vorbisdec.h:
3732         Fix old naming.
3733
3734         * gst-libs/gst/audio/gstbaseaudiosink.c:
3735         (gst_base_audio_sink_render):
3736         Don't try to sync on buffers without a timestamp.
3737
3738 2005-10-21  Wim Taymans  <wim@fluendo.com>
3739
3740         * ext/theora/theoradec.c: (theora_dec_src_query),
3741         (theora_dec_sink_event):
3742         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3743         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
3744         (vorbis_handle_data_packet):
3745         * ext/vorbis/vorbisdec.h:
3746         Fix old naming.
3747
3748 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3749
3750         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
3751         (gst_vorbisenc_src_query):
3752           Implement position and duration queries.
3753
3754         * gst/playback/test3.c: (update_scale), (main):
3755           Fix for async state changes and print nicer output.
3756
3757 2005-10-20  Wim Taymans  <wim@fluendo.com>
3758
3759         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3760         (dump_element_stats), (main):
3761         * gst/playback/test6.c: (main):
3762         Fix tests again
3763
3764 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3765
3766         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3767         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3768           Don't use functions for position queries when handling
3769           duration queries.
3770
3771 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
3772
3773         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3774         (vorbis_handle_data_packet), (vorbis_dec_chain),
3775         (vorbis_dec_change_state):
3776         * ext/vorbis/vorbisdec.h:
3777           Vorbis streams can be embedded in other container formats
3778           than ogg, container formats where the demuxer might set 
3779           timestamps on encoded vorbis buffers instead of those silly 
3780           granulepos thingies. In short: make vorbisdec handle 
3781           timestamps on incoming buffers as well.
3782
3783 2005-10-20  Wim Taymans  <wim@fluendo.com>
3784
3785         * gst/playback/gstplaybasebin.c: (group_destroy),
3786         (gst_play_base_bin_change_state):
3787         Fix leak.
3788         Handle case where playbasebin is now ASYNC because
3789         decodebin is.
3790
3791 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3792
3793         * gst/audioconvert/Makefile.am:
3794         * gst/audioconvert/bufferframesconvert.c:
3795         * gst/audioconvert/plugin.c: (plugin_init):
3796         * gst/audioconvert/plugin.h:
3797           And bye bye buffer-frames-convert
3798
3799 2005-10-19  Wim Taymans  <wim@fluendo.com>
3800
3801         * check/elements/audioconvert.c:
3802         * docs/libs/tmpl/gstaudio.sgml:
3803         * docs/libs/tmpl/gstcolorbalance.sgml:
3804         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3805         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
3806         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
3807         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
3808         * gst-libs/gst/audio/audio.h:
3809         * gst/audioconvert/audioconvert.h:
3810         * gst/audioconvert/gstaudioconvert.c:
3811         (gst_audio_convert_parse_caps):
3812         * gst/volume/gstvolume.c:
3813         Bye bye buffer-frames.
3814
3815 2005-10-19  Wim Taymans  <wim@fluendo.com>
3816
3817         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
3818         (query_positions_elems), (query_positions_pads), (update_scale),
3819         (do_seek), (set_update_scale), (message_received), (main):
3820         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3821         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
3822         (gst_ogg_demux_loop):
3823         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
3824         * ext/theora/theoradec.c: (theora_dec_src_query),
3825         (theora_dec_sink_event):
3826         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3827         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
3828         * gst/adder/gstadder.c: (gst_adder_query):
3829         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
3830         * gst/playback/test3.c: (update_scale):
3831         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3832         (dump_element_stats), (main):
3833         * gst/playback/test6.c: (main):
3834         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3835         Query API update.
3836
3837 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
3838
3839         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
3840         (xml_check_first_element), (xml_type_find), (smil_type_find),
3841         (plugin_init):
3842           Add typefinding for SMIL and for generic XML. Based on patch by
3843           Akos Maroy (#308663).
3844
3845 2005-10-18  Wim Taymans  <wim@fluendo.com>
3846
3847         * gst/playback/Makefile.am:
3848         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3849         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
3850         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
3851         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
3852         (gst_decode_bin_change_state):
3853         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3854         (gst_play_bin_send_event_to_sink):
3855         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
3856         (dump_element_stats), (main):
3857         * gst/playback/test6.c: (main):
3858         Make playbin async, it'll commit state to paused when all streams
3859         are detected.
3860         Remove ugly hack.
3861         Added test6.c to show async behaviour.
3862
3863 2005-10-18  Wim Taymans  <wim@fluendo.com>
3864
3865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
3866         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
3867         Fix for segment-start/stop API change.
3868
3869 2005-10-18  Wim Taymans  <wim@fluendo.com>
3870
3871         * check/Makefile.am:
3872         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
3873         (main):
3874         Add future test for clock selection.
3875
3876 2005-10-18  Wim Taymans  <wim@fluendo.com>
3877
3878         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
3879         (gst_alsasink_close):
3880         Set handle to NULL.
3881
3882         * gst-libs/gst/audio/gstringbuffer.c:
3883         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3884         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3885         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3886         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
3887         (gst_ring_buffer_read):
3888         More debug info.
3889
3890 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
3891
3892         * gst/audiotestsrc/Makefile.am:
3893         * gst/sine/Makefile.am:
3894         * gst/volume/Makefile.am:
3895           fix broken build of controllerized plugins
3896
3897 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
3898
3899         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3900
3901         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3902         (gst_riff_create_video_template_caps):
3903           Add support for Indeo-3 (IV32).
3904
3905 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3906
3907         * configure.ac:
3908           rewrite
3909
3910 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3911
3912         * gst-libs/gst/video/video.c: (gst_video_get_size):
3913         * gst/audiotestsrc/gstaudiotestsrc.c:
3914           doc updates
3915
3916 2005-10-17  Andy Wingo  <wingo@pobox.com>
3917
3918         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
3919         with the collectpads change.
3920         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
3921
3922         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
3923
3924         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
3925
3926         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
3927         alloc_buffer flow return to callers.
3928         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
3929         change. Fix some memleaks in theoraenc.
3930
3931         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
3932         in strange circumstance.
3933
3934 2005-10-17  Julien MOUTTE  <julien@moutte.net>
3935
3936         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3937         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
3938         from caps, let's use the caps...
3939
3940 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
3941
3942         * configure.ac:
3943           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
3944
3945 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3946
3947         * gst-libs/gst/interfaces/Makefile.am:
3948           fix silly typo
3949
3950 2005-10-16  Andy Wingo  <wingo@pobox.com>
3951
3952         * gst/playback/gstdecodebin.c
3953         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
3954         function!
3955         (try_to_link_1): Increase kraziness level.
3956
3957 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3958
3959         * configure.ac:
3960           restructure like the core one
3961         * gst-libs/gst/audio/Makefile.am:
3962         * gst-libs/gst/interfaces/Makefile.am:
3963         * gst-libs/gst/net/Makefile.am:
3964         * gst-libs/gst/riff/Makefile.am:
3965         * gst-libs/gst/rtp/Makefile.am:
3966         * gst-libs/gst/tag/Makefile.am:
3967         * gst-libs/gst/video/Makefile.am:
3968           use correct linker flags, now the libs are properly versioned
3969         * check/elements/audioconvert.c: (verify_convert):
3970         * ext/alsa/gstalsaplugin.c:
3971         * ext/cdparanoia/gstcdparanoia.c:
3972         * ext/gnomevfs/gstgnomevfs.c:
3973         * ext/libvisual/visual.c:
3974         * ext/ogg/gstogg.c:
3975         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
3976         * ext/theora/theora.c:
3977         * ext/vorbis/vorbis.c:
3978         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3979         * gst-libs/gst/tag/gsttagediting.c:
3980         * gst-libs/gst/video/video.c:
3981         * gst/adder/gstadder.c:
3982         * gst/audioconvert/plugin.c:
3983         * gst/audiorate/gstaudiorate.c:
3984         * gst/audioresample/gstaudioresample.c:
3985         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3986         * gst/audioscale/gstaudioscale.c:
3987         * gst/audioscale/resample.c:
3988         * gst/audiotestsrc/gstaudiotestsrc.c:
3989         * gst/ffmpegcolorspace/gstffmpeg.c:
3990         * gst/playback/gstdecodebin.c: (close_pad_link):
3991         * gst/playback/gstplaybin.c: (gen_video_element),
3992         (gen_audio_element):
3993         * gst/sine/gstsinesrc.c:
3994         * gst/subparse/gstsubparse.c:
3995         * gst/tags/gsttagediting.c:
3996         * gst/tcp/gsttcpplugin.c:
3997         * gst/typefind/gsttypefindfunctions.c:
3998         * gst/videorate/gstvideorate.c:
3999         * gst/videoscale/gstvideoscale.c:
4000         * gst/videotestsrc/gstvideotestsrc.c:
4001         * gst/volume/gstvolume.c:
4002         * sys/v4l/gstv4l.c:
4003         * sys/ximage/ximage.c:
4004         * sys/xvimage/xvimagesink.c:
4005           fix up defines
4006
4007 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4008
4009         * ext/vorbis/vorbisenc.c:
4010         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4011         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4012         (gst_tag_to_vorbis_comments):
4013           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
4014
4015 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
4016
4017         * examples/stats/mp2ogg.c:
4018         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4019           typo fixes
4020
4021 2005-10-13  Michael Smith <msmith@fluendo.com>
4022
4023         * ext/ogg/gstoggmux.c:
4024           Use magic glib macros to define constants as 64 bit, to ensure
4025           appropriate vararg passing.
4026
4027 2005-10-13  Michael Smith <msmith@fluendo.com>
4028
4029         * ext/ogg/gstoggmux.c:
4030         * gst/audioconvert/audioconvert.c: (float):
4031           Don't use LL suffix, as it's not portable, and neither of these
4032           uses required it anyway.
4033
4034 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
4035
4036         * examples/indexing/indexmpeg.c: (main):
4037         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
4038         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
4039         (cdparanoia_convert), (cdparanoia_query):
4040         * ext/cdparanoia/gstcdparanoia.h:
4041         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
4042         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
4043         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
4044         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
4045         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
4046         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
4047         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
4048         (gst_multifdsink_render), (gst_multifdsink_start),
4049         (gst_multifdsink_stop):
4050         * gst/tcp/gstmultifdsink.h:
4051         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
4052         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4053         (gst_tcpclientsink_stop):
4054         * gst/tcp/gsttcpclientsink.h:
4055         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
4056         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
4057         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
4058         * gst/tcp/gsttcpclientsrc.h:
4059         * gst/tcp/gsttcpserversink.h:
4060         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
4061         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4062         (gst_tcpserversrc_stop):
4063         * gst/tcp/gsttcpserversrc.h:
4064         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
4065         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
4066         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
4067           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
4068           moved bitshift from macro to enum definition
4069
4070 2005-10-12  Wim Taymans  <wim@fluendo.com>
4071
4072         * examples/seeking/Makefile.am:
4073         Oops.
4074
4075 2005-10-12  Wim Taymans  <wim@fluendo.com>
4076
4077         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4078         (gst_ring_buffer_read), (gst_ring_buffer_clear):
4079         Don't assert on normal stuff.
4080
4081         * gst/playback/gstplaybin.c: (do_playbin_seek):
4082         API fix.
4083
4084 2005-10-12  Wim Taymans  <wim@fluendo.com>
4085
4086         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4087         * examples/seeking/Makefile.am:
4088         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
4089         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4090         (do_seek), (set_update_scale), (message_received), (main):
4091         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4092         (gst_ring_buffer_read), (gst_ring_buffer_clear):
4093         Update for _get_state() API change.
4094
4095 2005-10-11  Wim Taymans  <wim@fluendo.com>
4096
4097         * gst-libs/gst/audio/gstbaseaudiosink.c:
4098         (gst_base_audio_sink_render):
4099         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4100         (gst_base_audio_src_create):
4101         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4102         (gst_ring_buffer_read):
4103         Cleanups.
4104         Commit and read from ringbuffer in samples rather than bytes.
4105
4106 2005-10-11  Wim Taymans  <wim@fluendo.com>
4107
4108         * gst-libs/gst/audio/gstbaseaudiosink.c:
4109         (gst_base_audio_sink_render):
4110         Respect segment rate and accum when scheduling samples.
4111
4112 2005-10-11  Julien MOUTTE  <julien@moutte.net>
4113
4114         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4115         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
4116         EOS correctly, that needs more work.
4117
4118 2005-10-11  Wim Taymans  <wim@fluendo.com>
4119
4120         * check/generic/states.c: (GST_START_TEST):
4121         remove old property.
4122
4123         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4124         (gst_ogg_demux_perform_seek):
4125         * ext/theora/theoradec.c: (theora_dec_sink_event):
4126         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4127         (vorbis_handle_data_packet):
4128         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4129         (gst_base_rtp_depayload_set_gst_timestamp):
4130         * gst/videorate/gstvideorate.c: (gst_videorate_event):
4131         Update for newsegment API change.
4132
4133 2005-10-11  Michael Smith <msmith@fluendo.com>
4134
4135         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
4136         (do_playbin_seek), (gst_play_bin_send_event):
4137           Override send_event differently, so that we can takes bits of
4138           functionality from GstPipeline (special handling for seeks,
4139           including pausing/resuming, and resetting stream time) and still get
4140           the appropriate behaviour of only forwarding event to a single sink,
4141           rather than all of them.
4142           Unfortunately requires a lot of code duplication, but the
4143           alternatives are equally ugly in the end.
4144
4145 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4146
4147         * check/elements/audioconvert.c: (setup_audioconvert),
4148         (cleanup_audioconvert), (get_int_caps), (verify_convert),
4149         (GST_START_TEST), (audioconvert_suite):
4150           clean up tests a little, fix some leaks.
4151
4152 2005-10-10  Wim Taymans  <wim@fluendo.com>
4153
4154         * ext/alsa/gstalsasink.c:
4155         Also allow unsigned int.
4156
4157         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4158         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4159         Small cleanup
4160
4161 2005-10-10  Wim Taymans  <wim@fluendo.com>
4162
4163         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4164         Small update, use API as stated in design docs.
4165
4166         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4167         (update_scale), (do_seek), (seek_cb), (set_update_scale),
4168         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
4169         (message_received), (main):
4170         Updated seek example for GOption. Some usability improvements.
4171
4172 2005-10-10  Wim Taymans  <wim@fluendo.com>
4173
4174         * gst/audioconvert/audioconvert.h:
4175         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
4176         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
4177         Alloc temp storage somewhere else where we can do it more
4178         portable.
4179
4180 2005-10-10  Wim Taymans  <wim@fluendo.com>
4181
4182         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
4183         (gst_tcpserversrc_start):
4184         Don't block in accept while doing the state change, move
4185         to poll and make cancellable.
4186
4187 2005-10-09  Philippe Khalaf <burger@speedy.org>
4188
4189         * gst-libs/gst/rtp/rtpbasedepayload.c:
4190         Set timestamp and add queue delay to timestamp
4191         * gst-libs/gst/rtp/rtpbuffer.h:
4192         Set correct payload type for h263
4193
4194 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
4195
4196         * gst/audiotestsrc/gstaudiotestsrc.c:
4197         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
4198         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
4199         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
4200         (gst_audiotestsrc_create_triangle),
4201         (gst_audiotestsrc_create_silence),
4202         (gst_audiotestsrc_create_white_noise),
4203         (gst_audiotestsrc_init_pink_noise),
4204         (gst_audiotestsrc_generate_pink_noise_value),
4205         (gst_audiotestsrc_create_pink_noise),
4206         (gst_audiotestsrc_change_wave):
4207         * gst/audiotestsrc/gstaudiotestsrc.h:
4208           fixed typo, added pink noise
4209
4210 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4211
4212         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
4213         (plugin_init):
4214           Add wavpack and spc typefind functions from 0.8 branch.
4215
4216 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4217
4218         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
4219         (ar_type_find), (msdos_type_find), (plugin_init):
4220           Add typefind functions for tar archives, ar archives,
4221           RAR archives, and msdos-executables (dlls, exe, etc.).
4222           Some of those would be wrongly identified as mpeg
4223           streams of some sort before (#315550).
4224
4225 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
4226
4227         * configure.ac:
4228         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4229         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4230         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
4231         * gst/audiotestsrc/Makefile.am:
4232         * gst/audiotestsrc/gstaudiotestsrc.c:
4233         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
4234         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
4235         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
4236         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
4237         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
4238         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
4239         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
4240         (gst_audiotestsrc_create_silence),
4241         (gst_audiotestsrc_create_white_noise),
4242         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
4243         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
4244         (gst_audiotestsrc_start), (plugin_init):
4245         * gst/audiotestsrc/gstaudiotestsrc.h:
4246           add new plugin and element
4247         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
4248           use gobject_class
4249
4250 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4251
4252         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
4253         (gst_adder_init), (gst_adder_request_new_pad),
4254         (gst_adder_change_state):
4255           Add query function to source pad, so adder reports the correct
4256           time/sample position when queried (#315457); fix state change
4257           function; use GST_DEBUG_FUNCPTR() for pad functions.
4258
4259 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4260
4261         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
4262           Fix leaks in typefind registration
4263           Clean up the gratuitous commenting and whitespacing a little
4264
4265 2005-10-08  Wim Taymans  <wim@fluendo.com>
4266
4267         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
4268         Only actually wait for the thread to be stopped if it's 
4269         running.
4270
4271 2005-10-08  Wim Taymans  <wim@fluendo.com>
4272
4273         * gst-libs/gst/audio/gstbaseaudiosink.c:
4274         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4275         If we receive EOS we can start playback of what we had.
4276
4277 2005-10-08  Wim Taymans  <wim@fluendo.com>
4278
4279         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4280         (gst_multifdsink_finalize), (multifdsink_hash_remove),
4281         (gst_multifdsink_stop):
4282         Fix crasher when going to NULL multiple times.
4283
4284 2005-10-06  Wim Taymans  <wim@fluendo.com>
4285
4286         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
4287         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4288         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4289         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
4290         patch from Edgard Lima <edgard.lima@indt.org.br>
4291         Fixed gstbaseaudiosrc adding ring buffer sync to it.
4292
4293 2005-10-06  Wim Taymans  <wim@fluendo.com>
4294
4295         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4296         Report the FLOW_RETURN as string in the error message.
4297
4298         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
4299         Don't assert when clearing an unnegotiated buffer.
4300
4301 2005-10-04  Michael Smith <msmith@fluendo.com>
4302
4303         * gst/playback/gstplaybasebin.c: (group_destroy),
4304         (gen_preroll_element), (remove_groups), (setup_source):
4305         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
4306         (setup_sinks), (gst_play_bin_send_event),
4307         (gst_play_bin_change_state):
4308           Set state to NULL before removing from bin. Fix refcounting.
4309
4310 2005-10-04  Michael Smith <msmith@fluendo.com>
4311
4312         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
4313           Correct refcounting in send_event() function. Previously was wrong
4314           if the first sink was unable to handle the event.
4315
4316 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4317
4318         * configure.ac:
4319           back to development
4320
4321 === release 0.9.3 ===
4322
4323 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4324
4325         * configure.ac:
4326           Releasing 0.9.3, "De Facto"
4327
4328 2005-10-03  Andy Wingo  <wingo@pobox.com>
4329
4330         * gst/playback/gstdecodebin.c (try_to_link_1)
4331         (remove_element_chain): set element to NULL before removing it.
4332
4333 2005-10-02  Johan Dahlin  <johan@gnome.org>
4334
4335         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
4336         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
4337         MT safe.
4338
4339 2005-10-02  Andy Wingo  <wingo@pobox.com>
4340
4341         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
4342         (gst_ring_buffer_prepare_read): 
4343         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
4344         Demote to LOG.
4345
4346 2005-09-29  Wim Taymans  <wim@fluendo.com>
4347
4348         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4349         * ext/theora/theoradec.c: (theora_handle_data_packet):
4350         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4351         Propagate error codes from alloc_buffer too.
4352
4353 2005-09-29  Wim Taymans  <wim@fluendo.com>
4354
4355         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4356         We use fixed caps.
4357
4358         * gst/playback/Makefile.am:
4359         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4360         (dump_element_stats), (main):
4361         Added example stream introspection code.
4362
4363 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
4364
4365         * gst/adder/gstadder.c: (gst_adder_collected):
4366           fix adder for float elements
4367
4368 2005-09-28  Wim Taymans  <wim@fluendo.com>
4369
4370         * gst-libs/gst/audio/gstbaseaudiosink.c:
4371         (gst_base_audio_sink_class_init),
4372         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4373         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4374         (gst_base_audio_src_class_init),
4375         (gst_base_audio_src_provide_clock):
4376         get_clock -> provide_clock
4377
4378 2005-09-28  Andy Wingo  <wingo@pobox.com>
4379
4380         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
4381         and unlocking.
4382
4383         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
4384         unlocking.
4385
4386         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
4387         Actually add the pad template.
4388         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
4389
4390         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
4391         I'm at it...
4392
4393         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
4394         from fdsrc. Get caps in create() instead of start() so it can be
4395         interrupted. Interruption somewhat untested.
4396
4397         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
4398         Proper EOS handling.
4399
4400 2005-09-27  Andy Wingo  <wingo@pobox.com>
4401
4402         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
4403
4404         * gst/tcp/gsttcpserversrc.c: Cleaned up.
4405
4406         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
4407
4408         * gst/tcp/gsttcp.h: 
4409         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
4410         out of tcpclientsrc.c. Cancellable.
4411         (gst_tcp_socket_read): Made private, cancellable, with better
4412         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
4413         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
4414         whole buffer, and better diagnostics.
4415         (gst_tcp_gdp_read_caps): Same.
4416
4417         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
4418
4419 2005-09-26  Andy Wingo  <wingo@pobox.com>
4420
4421         * gst/sine/gstsinesrc.h:
4422         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
4423         change the 'sync' property to 'is-live' and implement it halfway,
4424         update for controller api change.
4425
4426         * gst/volume/gstvolume.c (volume_transform_ip): Update for
4427         controller api change.
4428
4429 2005-09-24  Wim Taymans  <wim@fluendo.com>
4430
4431         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
4432         * gst-libs/gst/audio/gstaudiosink.c:
4433         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4434         (gst_audioringbuffer_stop):
4435         * gst-libs/gst/audio/gstbaseaudiosink.c:
4436         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
4437         (gst_base_audio_sink_change_state):
4438         * gst-libs/gst/audio/gstbaseaudiosink.h:
4439         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
4440         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
4441         (gst_ring_buffer_commit), (gst_ring_buffer_read):
4442         * gst-libs/gst/audio/gstringbuffer.h:
4443         Fix sync again. Moved sample alignment to basesink.
4444
4445 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4446
4447         * docs/plugins/Makefile.am:
4448         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4449         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4450         * gst/volume/gstvolume.c:
4451           add/fix docs
4452         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
4453         * gst-libs/gst/audio/audio.h:
4454           add conversion macros for frames <-> clocktime
4455
4456 2005-09-23  David Schleef  <ds@schleef.org>
4457
4458         * gst/audioresample/Makefile.am:
4459         * gst/audioresample/debug.h:
4460         * gst/audioresample/gstaudioresample.c:
4461         * gst/audioresample/resample.c: Convert to using gst debugging
4462
4463 2005-09-22  Wim Taymans  <wim@fluendo.com>
4464
4465         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4466         (gst_play_bin_send_event):
4467         Only seek on one sink, the first one that succeeds.
4468
4469 2005-09-22  Michael Smith <msmith@fluendo.com>
4470
4471         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4472         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4473         Don't flush encoder state unless we have an initialised encoder.
4474         Clear out encoder state on PAUSED_TO_READY.
4475
4476 2005-09-22  Wim Taymans  <wim@fluendo.com>
4477
4478         * gst-libs/gst/rtp/gstbasertppayload.c:
4479         (gst_basertppayload_class_init), (gst_basertppayload_init),
4480         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4481         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4482         (gst_basertppayload_is_filled), (gst_basertppayload_push),
4483         (gst_basertppayload_set_property),
4484         (gst_basertppayload_get_property),
4485         (gst_basertppayload_change_state):
4486         * gst-libs/gst/rtp/gstbasertppayload.h:
4487         Added max-ptime to control amount of data in the rtp packets.
4488
4489 2005-09-21  Andy Wingo  <wingo@pobox.com>
4490
4491         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
4492         thingies.
4493
4494         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
4495         can be called multiple times, dogs.
4496
4497 2005-09-21  Wim Taymans  <wim@fluendo.com>
4498
4499         * gst-libs/gst/rtp/gstbasertppayload.c:
4500         (gst_basertppayload_class_init), (gst_basertppayload_init),
4501         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4502         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4503         (gst_basertppayload_push), (gst_basertppayload_get_property),
4504         (gst_basertppayload_change_state):
4505         Allow 0 ssrc too.
4506
4507 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
4508
4509         * docs/libs/compiling.sgml:
4510           fixing typos
4511
4512 2005-09-20  Wim Taymans  <wim@fluendo.com>
4513
4514         * gst-libs/gst/rtp/gstbasertppayload.c:
4515         (gst_basertppayload_class_init), (gst_basertppayload_init),
4516         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4517         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4518         (gst_basertppayload_push), (gst_basertppayload_set_property),
4519         (gst_basertppayload_get_property),
4520         (gst_basertppayload_change_state):
4521         * gst-libs/gst/rtp/gstbasertppayload.h:
4522         Added property to configure sequence number offsets.
4523
4524 2005-09-20  Wim Taymans  <wim@fluendo.com>
4525
4526         * gst-libs/gst/rtp/gstbasertppayload.c:
4527         (gst_basertppayload_class_init), (gst_basertppayload_init),
4528         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4529         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4530         (gst_basertppayload_push), (gst_basertppayload_set_property),
4531         (gst_basertppayload_get_property),
4532         (gst_basertppayload_change_state):
4533         * gst-libs/gst/rtp/gstbasertppayload.h:
4534         Make timestamp offset configurable.
4535
4536 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4537
4538         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4539           fix wrong pop/unref
4540
4541 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
4542
4543         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4544
4545         * gst-libs/gst/interfaces/propertyprobe.c:
4546         (gst_property_probe_probe_property_name),
4547         (gst_property_probe_needs_probe_name),
4548         (gst_property_probe_get_values_name),
4549         (gst_property_probe_probe_and_get_values_name):
4550           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
4551           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
4552
4553 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4554
4555         * check/Makefile.am:
4556           have some tests be disabled for valgrinding
4557         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
4558         (GST_START_TEST):
4559         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
4560           Fix A Leak.  Chain To Parent Finalize.
4561
4562 2005-09-19  Wim Taymans  <wim@fluendo.com>
4563
4564         * examples/seeking/seek.c: (make_wav_pipeline), (main):
4565         Fixed wav pipeline.
4566
4567 2005-09-19  Wim Taymans  <wim@fluendo.com>
4568
4569         * gst-libs/gst/rtp/gstbasertppayload.c:
4570         (gst_basertppayload_class_init), (gst_basertppayload_init),
4571         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4572         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4573         (gst_basertppayload_push), (gst_basertppayload_get_property),
4574         (gst_basertppayload_change_state):
4575         Posting ERROR and WARNING messages is good.
4576
4577 2005-09-19  Wim Taymans  <wim@fluendo.com>
4578
4579         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4580         (gst_base_rtp_depayload_add_to_queue),
4581         (gst_base_rtp_depayload_push),
4582         (gst_base_rtp_depayload_set_gst_timestamp),
4583         (gst_base_rtp_depayload_queue_release):
4584         This one was not supposed to go in.
4585
4586 2005-09-19  Wim Taymans  <wim@fluendo.com>
4587
4588         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4589         Fix for bus API.
4590
4591         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4592         (gst_base_rtp_depayload_chain),
4593         (gst_base_rtp_depayload_add_to_queue),
4594         (gst_base_rtp_depayload_push),
4595         (gst_base_rtp_depayload_set_gst_timestamp),
4596         (gst_base_rtp_depayload_queue_release):
4597         Some cleanups.
4598
4599         * gst-libs/gst/rtp/gstbasertppayload.c:
4600         (gst_basertppayload_class_init), (gst_basertppayload_init),
4601         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
4602         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4603         (gst_basertppayload_get_property),
4604         (gst_basertppayload_change_state):
4605         Added debugging category.
4606
4607 2005-09-18  David Schleef  <ds@schleef.org>
4608
4609         * gst/playback/gstdecodebin.c: free plugin list correctly
4610         * gst/playback/gstplaybin.c: emit warning if autovideosink
4611           and autoaudiosink can't be found (instead of segfaulting)
4612
4613 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4614
4615         * check/elements/audioconvert.c: (GST_START_TEST):
4616           try out 24 bit conversion
4617
4618 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4619
4620         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4621         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
4622         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
4623         * ext/vorbis/vorbisenc.h:
4624           Fix EOS handling.  Still needs a fix in the ogg muxer to
4625           mark the last page as eos.
4626
4627 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4628
4629         * common/gtk-doc-plugins.mak:
4630         * docs/plugins/Makefile.am:
4631         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4632         * gst/ffmpegcolorspace/Makefile.am:
4633         * gst/ffmpegcolorspace/avcodec.h:
4634         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4635         * gst/tcp/gstmultifdsink.c:
4636           fix up ffmpegcolorspace docs; extract header
4637
4638 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4639
4640         * common/gtk-doc-plugins.mak:
4641         * docs/plugins/Makefile.am:
4642         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4643         * ext/theora/Makefile.am:
4644         * ext/theora/gsttheoraenc.h:
4645         * ext/theora/theoraenc.c:
4646         * ext/vorbis/vorbisenc.c:
4647           pick up signals and args for vorbis; add some docs for vorbis
4648
4649 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4650
4651         * common/gstdoc-scangobj:
4652         * common/gtk-doc-plugins.mak:
4653         * docs/libs/Makefile.am:
4654         * docs/plugins/gst-plugins-base-plugins.args:
4655         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4656         * docs/plugins/gst-plugins-base-plugins.interfaces:
4657         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4658         * docs/plugins/gst-plugins-base-plugins.signals:
4659           only scanobj stuff from our source module.  Not sure yet
4660           if that's correct, given the hierarchy stuff :)
4661
4662 2005-09-15  Wim Taymans  <wim@fluendo.com>
4663
4664         * gst/audioconvert/gstaudioconvert.c:
4665         And enable 24 bits mode as well..
4666
4667 2005-09-15  Wim Taymans  <wim@fluendo.com>
4668
4669         * gst-libs/gst/rtp/Makefile.am:
4670         * gst-libs/gst/rtp/gstbasertppayload.c:
4671         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
4672         (gst_basertppayload_class_init), (gst_basertppayload_init),
4673         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
4674         (gst_basertppayload_chain), (gst_basertppayload_set_options),
4675         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4676         (gst_basertppayload_set_property),
4677         (gst_basertppayload_get_property),
4678         (gst_basertppayload_change_state):
4679         * gst-libs/gst/rtp/gstbasertppayload.h:
4680         Added rtp payloader base class.
4681
4682 2005-09-15  Andy Wingo  <wingo@pobox.com>
4683
4684         * configure.ac (plugindir): Remove the EOL matcher from the
4685         regexp, as it causes me problems. Libtool? Make? Who knows?
4686
4687 2005-09-14  David Schleef  <ds@schleef.org>
4688
4689         * check/generic/states.c: 
4690         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
4691         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4692           Fixes for changes in registry API.
4693
4694         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
4695           to GST_PLUGIN_LDFLAGS.
4696         * ext/libvisual/visual.c: Make the library shut up.
4697         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
4698         * gst-libs/gst/audio/gstaudiofilter.c: same
4699
4700 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4701
4702         * docs/plugins/Makefile.am:
4703         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4704         * docs/plugins/inspect/plugin-libvisual.xml:
4705         * docs/plugins/tmpl/element-tcpserversink.sgml:
4706         * ext/theora/theoraenc.c:
4707           add libvisual plugin and theoraenc element to docs
4708
4709 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4710
4711         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4712         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4713         * ext/theora/theoraenc.c:
4714           add theoraenc
4715
4716 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
4717
4718         * gst/audioconvert/Makefile.am:
4719           Audioconvert derives from GstBaseTransform and should
4720           link to the library with our base elements to avoid
4721           unresolved symbols. Makes things work with MinGW (#316160)
4722
4723         * gst/playback/test4.c: (main):
4724           Fix MinGW build problem and use g_usleep() instead of 
4725           sleep() (#316162)
4726
4727 2005-09-12  Wim Taymans  <wim@fluendo.com>
4728
4729         * gst/audioconvert/audioconvert.c: (float),
4730         (audio_convert_prepare_context), (audio_convert_convert):
4731         * gst/audioconvert/audioconvert.h:
4732         Cleanups, speedups, simplifications, added back support
4733         for 24 bits.
4734
4735 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4736
4737         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4738         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4739         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4740         * docs/plugins/tmpl/element-tcpserversink.sgml:
4741         * gst/ffmpegcolorspace/gstffmpeg.c:
4742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4743         * gst/videotestsrc/gstvideotestsrc.c:
4744         * gst/volume/gstvolume.c:
4745           add more elements to the docs
4746
4747 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
4748
4749         * check/Makefile.am:
4750         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
4751         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
4752           Add extra tests for basetransform based components. 
4753           Comment out the test_element_negotiation test until we decide
4754           if it's testing correct behaviour.
4755         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
4756         (gst_visual_chain), (gst_visual_change_state):
4757           Slightly more correct but still bogus timestamping.
4758           Fix state change function.
4759         * gst/audioconvert/gstaudioconvert.c:
4760         (gst_audio_convert_class_init):
4761         * gst/audioresample/gstaudioresample.c:
4762         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4763         (gst_ffmpegcsp_class_init):
4764         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4765         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
4766         (gst_videoscale_prepare_image):
4767         * gst/volume/gstvolume.c: (gst_volume_class_init),
4768         (volume_transform_ip):
4769           Basetransform updates. Enable passthrough modes.
4770         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4771         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
4772         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4773           Negotiation fix that allows the window to return to the original
4774           size and renegotiate passthrough upstream. Extra debug output.
4775
4776 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4777
4778         * gst/sine/gstsinesrc.c:
4779         * gst/volume/gstvolume.c:
4780           fix up header include
4781
4782 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
4783
4784         * gst-libs/gst/audio/gstbaseaudiosink.c:
4785         (gst_base_audio_sink_render):
4786         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
4787         * gst/volume/gstvolume.c: (gst_volume_class_init),
4788         (volume_transform):
4789           fixing lost sync, some more debugging
4790
4791 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
4792
4793         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4794         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
4795         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4796         (gst_xvimagesink_check_xshm_calls):
4797           Fix compilation when XShm is not available.
4798
4799 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4800
4801         * ext/libvisual/visual.c: (gst_visual_dispose),
4802         (gst_visual_getcaps), (gst_visual_src_setcaps),
4803         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
4804         (gst_visual_change_state):
4805           Finish fixing up libvisual plugin so that it runs. 
4806
4807 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4808
4809         * ext/vorbis/vorbisenc.c:
4810         * gst-libs/gst/tag/gstvorbistag.c:
4811           gsttaginterface.h -> gsttagsetter.h
4812
4813 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4814
4815         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
4816           added another test that failes for me (test is not active by default)
4817
4818 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4819
4820         * configure.ac:
4821           v4l2 is no longer in gst-plugins-base
4822
4823 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
4824
4825         * configure.ac:
4826           In the output at the end, don't show the first plugin on the same
4827           line as "Core plug-ins, always built:".
4828           Indent the output as for other plugin categories
4829         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
4830           #define that can be used to not use peer buffer_alloc functions for
4831           test purposes.
4832         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
4833         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
4834         (gst_ximagesink_show_frame):
4835         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
4836         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
4837         (gst_xvimagesink_show_frame):
4838           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
4839           fails gracefully instead of XError aborting or deadlocking.
4840
4841 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
4842
4843         * ext/libvisual/Makefile.am:
4844           link against gst-base-libs
4845
4846 2005-09-06  David Schleef  <ds@schleef.org>
4847
4848         * configure.ac: Enable libvisual plugin.
4849         * ext/libvisual/Makefile.am:
4850         * ext/libvisual/visual.c: Fixes to make it compile.
4851
4852 === release 0.9.2 ===
4853
4854 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4855
4856         * NEWS:
4857         * RELEASE:
4858         * configure.ac:
4859         * docs/random/ChangeLog-0.8:
4860           releasing 0.9.2, "Spoon"
4861
4862 2005-09-05  Michael Smith <msmith@fluendo.com>
4863
4864         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
4865           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
4866           that in the vorbisenc element.
4867
4868 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4869
4870         * common/gtk-doc-plugins.mak:
4871         * docs/plugins/Makefile.am:
4872           fix distcheck
4873         * gst/audioresample/resample.c:
4874           fix wrong docstring
4875
4876 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4877
4878         * common/gst-xmlinspect.py:
4879         * common/gtk-doc-plugins.mak:
4880           only inspect plugins for this given package
4881           require gst-python 0.9
4882
4883 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4884
4885         * Makefile.am:
4886         * autogen.sh:
4887         * common/gst-xmlinspect.py:
4888         * configure.ac:
4889         * docs/Makefile.am:
4890         * docs/plugins/inspect/plugin-alsa.xml:
4891         * docs/plugins/inspect/plugin-audioresample.xml:
4892         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4893         * docs/plugins/inspect/plugin-ogg.xml:
4894         * docs/plugins/tmpl/element-gnomevfssink.sgml:
4895         * docs/plugins/tmpl/element-multifdsink.sgml:
4896         * docs/plugins/tmpl/element-tcpserversink.sgml:
4897         * docs/plugins/tmpl/element-vorbisenc.sgml:
4898         * gst-plugins-base.spec.in:
4899           various doc-related updates
4900
4901 2005-08-31  Wim Taymans  <wim@fluendo.com>
4902
4903         * gst-libs/gst/audio/gstbaseaudiosink.c:
4904         (gst_base_audio_sink_render):
4905         Resync if the buffer timestamps drift more than a 10th 
4906         of a second.
4907
4908 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
4909
4910         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
4911         (gst_v4lsrc_get_property):
4912           The 'timestamp-offset' property is registered as an int64, so
4913           let's use g_value_{set|get}_int64() in our setter and getter
4914           functions (makes it work and fixes warnings with gst-inspect).
4915
4916 2005-08-30  Wim Taymans  <wim@fluendo.com>
4917
4918         * check/elements/audioconvert.c: (setup_audioconvert):
4919         * check/elements/audioresample.c: (setup_audioresample):
4920         * check/elements/volume.c: (setup_volume):
4921         Fix checks.
4922
4923 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4924
4925         * common/gtk-doc-plugins.mak:
4926         * common/plugins.xsl:
4927         * docs/plugins/Makefile.am:
4928           make module a param
4929
4930 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
4931
4932         * examples/seeking/seek.c: (make_mp3_pipeline),
4933         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
4934         (play_cb), (pause_cb), (stop_cb):
4935           update the example
4936
4937 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
4938
4939         * gst/volume/gstvolume.c: (gst_volume_class_init),
4940         (volume_transform):
4941           do not update controlled params, if buffer has no timestamp
4942
4943 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
4944
4945         * configure.ac:
4946         * gst/sine/Makefile.am:
4947         * gst/volume/Makefile.am:
4948           controllerized elements also need to link against controller-libs ;)
4949
4950 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
4951
4952         * docs/libs/tmpl/gstcolorbalance.sgml:
4953         * docs/libs/tmpl/gstgconf.sgml:
4954         * docs/libs/tmpl/gstmixer.sgml:
4955         * docs/libs/tmpl/gstringbuffer.sgml:
4956         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4957         (gst_sinesrc_create):
4958         * gst/volume/gstvolume.c: (gst_volume_class_init),
4959         (volume_transform):
4960           controllerized two audio plugins
4961
4962 2005-08-29  Andy Wingo  <wingo@pobox.com>
4963
4964         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
4965         (vorbis_handle_data_packet): Fix some int overflow errors.
4966
4967         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
4968         -1.
4969         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
4970         valid.
4971         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
4972         if it's valid. Fixed streaming-mode playback.
4973
4974         * check/elements/volume.c (cleanup_volume): Fix for running
4975         CK_FORK=no.
4976
4977         * check/elements/audioconvert.c: Convert from native endian, not
4978         little endian.
4979
4980 2005-08-29  Michael Smith <msmith@fluendo.com>
4981
4982         * ext/ogg/Makefile.am:
4983         * ext/ogg/gstogg.c: (plugin_init):
4984         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
4985         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
4986         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
4987         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
4988         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
4989         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
4990         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
4991         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
4992         Add an ogg parser element.
4993
4994 2005-08-28  Andy Wingo  <wingo@pobox.com>
4995
4996         * Updates for two-arg init from GST_BOILERPLATE_FULL.
4997
4998 2005-08-26  Wim Taymans  <wim@fluendo.com>
4999
5000         * gst/audioconvert/audioconvert.c: (if), (float),
5001         (audio_convert_get_func_index), (check_default),
5002         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5003         (audio_convert_clean_context), (audio_convert_get_sizes),
5004         (audio_convert_convert):
5005         Cleanups.
5006
5007 2005-08-26  Wim Taymans  <wim@fluendo.com>
5008
5009         * gst/audioconvert/audioconvert.c: (if), (float),
5010         (audio_convert_get_func_index), (check_default),
5011         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5012         (audio_convert_clean_context), (audio_convert_get_sizes),
5013         (audio_convert_convert):
5014         More elegant and working temp buffer selection algo.
5015
5016 2005-08-26  Wim Taymans  <wim@fluendo.com>
5017
5018         * gst/audioconvert/audioconvert.c: (if), (float),
5019         (audio_convert_get_func_index), (check_default),
5020         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5021         (audio_convert_clean_context), (audio_convert_get_sizes),
5022         (get_temp_buffer), (audio_convert_convert):
5023         Use realloc else we lose our original data.
5024
5025 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5026
5027         * gst/audioresample/gstaudioresample.c:
5028           use base class' newsegment to properly timestamp
5029
5030 2005-08-26  Wim Taymans  <wim@fluendo.com>
5031
5032         * gst/audioconvert/audioconvert.c: (if), (float),
5033         (audio_convert_get_func_index), (check_default),
5034         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5035         (audio_convert_clean_context), (audio_convert_get_sizes),
5036         (get_temp_buffer), (audio_convert_convert):
5037         * gst/audioconvert/gstaudioconvert.c:
5038         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
5039         (gst_audio_convert_transform_caps),
5040         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
5041         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
5042         Oops, allocate enough space to perform the channel mix.
5043
5044 2005-08-26  Wim Taymans  <wim@fluendo.com>
5045
5046         * gst/audioconvert/Makefile.am:
5047         * gst/audioconvert/audioconvert.c: (if), (float),
5048         (audio_convert_get_func_index), (check_default),
5049         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5050         (audio_convert_clean_context), (audio_convert_get_sizes),
5051         (get_temp_buffer), (audio_convert_convert):
5052         * gst/audioconvert/audioconvert.h:
5053         * gst/audioconvert/gstaudioconvert.c:
5054         (gst_audio_convert_class_init), (gst_audio_convert_init),
5055         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
5056         (gst_audio_convert_get_unit_size),
5057         (gst_audio_convert_transform_caps),
5058         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
5059         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
5060         * gst/audioconvert/gstaudioconvert.h:
5061         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5062         (gst_channel_mix_fill_identical),
5063         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
5064         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
5065         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
5066         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
5067         (gst_channel_mix_mix):
5068         * gst/audioconvert/gstchannelmix.h:
5069         Cleanups, librarify a bit, optimize, better negotiation and more.
5070
5071 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
5072
5073         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
5074         Another from MikeS:
5075         During typefinding, don't support negative offsets
5076         (offsets from the end of the stream) in our typefind->peek() function
5077         - nothing embedded in ogg ever needs them. However, we need to recognise
5078         those requests and reject them, otherwise we return invalid pointers.
5079
5080 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
5081
5082         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5083         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
5084         (vorbisdec_finalize), (vorbis_handle_type_packet):
5085           Big shout-out to MikeS for fixing this giant memory leak.
5086           Huzzah!
5087
5088 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5089
5090         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
5091         (audio_convert_get_unit_size):
5092           plug some leaks
5093
5094 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5095
5096         * check/Makefile.am:
5097         * check/elements/audioconvert.c: (setup_audioconvert),
5098         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5099         (GST_START_TEST), (audioconvert_suite), (main):
5100           add a test for audioconvert
5101         * gst/audioresample/gstaudioresample.c:
5102         * gst/audioresample/gstaudioresample.h:
5103           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
5104           note that for buffers of 1/3 sec this means DURATION(c) is 
5105           one nanosecond more than for a and b
5106
5107 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5108
5109         * check/Makefile.am:
5110         * check/elements/audioresample.c: (setup_audioresample),
5111         (cleanup_audioresample), (fail_unless_perfect_stream),
5112         (test_perfect_stream_instance), (GST_START_TEST),
5113           add a check for audioresample
5114         (audioresample_suite), (main):
5115         * check/elements/volume.c: (GST_START_TEST):
5116           remove unused method
5117         * gst/audioresample/gstaudioresample.c:
5118           set correct buffer parameters since we're changing them
5119         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5120           add some debug
5121
5122 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5123
5124         * gst/audioresample/debug.c:
5125         * gst/audioresample/gstaudioresample.c:
5126           add room for extra overlap samples when asked to transform size
5127           protect against possible mem corruption and check for discrepancies
5128           between written size and outbuffer's size so we can warn for
5129           potential problems
5130         * gst/audioresample/resample.c: (resample_init),
5131         (resample_get_output_size_for_input), (resample_get_output_size),
5132         (resample_set_n_channels), (resample_set_format):
5133           set debug level based on RESAMPLE_DEBUG env var
5134           make sure that get_output_size* returns a whole number of
5135           sample_size
5136           set sample_size each time either channel or format is set
5137         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
5138         * gst/audioresample/resample_functable.c:
5139         (resample_scale_functable):
5140         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5141           remove r->sample_size, it's done in resample.c now
5142           add some debugging to the ref implementation
5143           make sure we only give back bytes that are wholes of the sample
5144           size
5145
5146 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
5147         * gst/playback/gstplaybasebin.c: (fill_buffer):
5148         Revert unpopular change for GST_MESSAGE_SRC to GObject.
5149
5150 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
5151
5152         * gst/volume/gstvolume.c:
5153           made set_caps function static
5154
5155 2005-08-24  Wim Taymans  <wim@fluendo.com>
5156
5157         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5158         (gst_vorbisenc_change_state):
5159         Stop leaking taglists.
5160
5161 2005-08-24  Wim Taymans  <wim@fluendo.com>
5162
5163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5164         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
5165         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
5166         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
5167         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5168         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5169         Parse seeking events better.
5170         Unref static caps.
5171         Generate correct newsegment events, fixes seeking in live oggs.
5172
5173         * ext/theora/theoradec.c: (theora_dec_src_query),
5174         (theora_dec_src_event), (theora_dec_src_getcaps),
5175         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
5176         Use newsegment values to report correct play time.
5177
5178         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5179         (vorbis_dec_src_event), (vorbis_dec_sink_event):
5180         * ext/vorbis/vorbisdec.h:
5181         Parse and use newsegment values to report correct play time.
5182
5183         * gst-libs/gst/audio/gstbaseaudiosink.c:
5184         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5185         Clear ringbuffer on flush.
5186         Use newsegment values to calculate playback time.
5187
5188         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
5190         Basesink does newsegment calculations for us now.
5191
5192 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5193
5194         * check/Makefile.am:
5195         * configure.ac:
5196           add core's plugins to the mix so that playbin works
5197         * check/generic/states.c: (GST_START_TEST):
5198           set a 0 timeout on pipelines, so they don't force the next
5199           state change
5200         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
5201         (gst_play_base_bin_change_state):
5202           remove the crappy error handling and do GST error handling
5203
5204 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5205
5206         * check/Makefile.am:
5207         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
5208           add same test as to core, it bitches out on playbin atm.
5209
5210 2005-08-24  Wim Taymans  <wim@fluendo.com>
5211
5212         * configure.ac:
5213         Remove audioscale.
5214
5215 2005-08-24  Wim Taymans  <wim@fluendo.com>
5216
5217         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
5218         (gst_videoscale_prepare_size), (parse_caps),
5219         (gst_videoscale_set_caps), (gst_videoscale_get_size),
5220         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
5221         (gst_videoscale_transform):
5222         * gst/videoscale/gstvideoscale.h:
5223         Refactor, make use of BaseTranform really well.
5224
5225 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5226
5227         * configure.ac:
5228           compile audioresample
5229         * gst/audioresample/Makefile.am:
5230         * gst/audioresample/buffer.c:
5231         * gst/audioresample/functable.c:
5232         * gst/audioresample/gstaudioresample.c:
5233         * gst/audioresample/gstaudioresample.h:
5234         * gst/audioresample/resample.c:
5235         (resample_get_output_size_for_input):
5236         * gst/audioresample/resample.h:
5237         * gst/audioresample/resample_chunk.c:
5238         * gst/audioresample/resample_functable.c:
5239         * gst/audioresample/resample_ref.c:
5240           port to use basetransform; doesn't work in all cases yet
5241
5242 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5243
5244         * gst/audioconvert/gstaudioconvert.c:
5245         (gst_audio_convert_class_init), (gst_audio_convert_init),
5246         (audio_convert_get_unit_size), (audio_convert_transform_caps),
5247         (audio_convert_fixate_caps), (audio_convert_set_caps),
5248         (audio_convert_transform),
5249         (gst_audio_convert_buffer_to_default_format),
5250         (gst_audio_convert_buffer_from_default_format),
5251         (gst_audio_convert_channels):
5252         * gst/audioconvert/gstchannelmix.c:
5253         * gst/audioconvert/gstchannelmix.h:
5254           port to basetransform
5255         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5256         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
5257         (gst_ffmpegcsp_get_unit_size):
5258         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5259         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
5260           fix for basetransform changes
5261
5262 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
5263
5264         * check/Makefile.am:
5265           Add CHECK_CFLAGS and LDFLAGS
5266
5267         * gst/playback/gstplaybasebin.c: (fill_buffer):
5268           GST_MESSAGE_SRC became a GObject
5269
5270 2005-08-24  Wim Taymans  <wim@fluendo.com>
5271
5272         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
5273         (gst_ring_buffer_clear_all):
5274         * gst-libs/gst/audio/gstringbuffer.h:
5275         Added function to clear the ringbuffer.
5276
5277 2005-08-24  Andy Wingo  <wingo@pobox.com>
5278
5279         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
5280         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
5281         of _open and _close.
5282
5283         * sys/v4l/gstv4lxoverlay.h:
5284         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
5285         an Xv connection here, instead of all the time. Make Xv only be
5286         loaded if you axe for it. Kindof a workaround for buggy behaviour
5287         of Xv when using remote xservers (XvQueryExtension would block).
5288         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
5289         replace the _open and _close public API. Only start the xv
5290         connection if necessary.
5291         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
5292
5293 2005-08-23  David Schleef  <ds@schleef.org>
5294
5295         * gst/audioresample/Makefile.am: Leet audioresampling code
5296         * gst/audioresample/buffer.c:
5297         * gst/audioresample/buffer.h:
5298         * gst/audioresample/debug.c:
5299         * gst/audioresample/debug.h:
5300         * gst/audioresample/functable.c:
5301         * gst/audioresample/functable.h:
5302         * gst/audioresample/gstaudioresample.c:
5303         * gst/audioresample/gstaudioresample.h:
5304         * gst/audioresample/resample.c:
5305         * gst/audioresample/resample.h:
5306         * gst/audioresample/resample_chunk.c:
5307         * gst/audioresample/resample_functable.c:
5308         * gst/audioresample/resample_ref.c:
5309
5310 2005-08-23  Wim Taymans  <wim@fluendo.com>
5311
5312         * examples/seeking/seek.c: (make_vorbis_pipeline),
5313         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
5314         Small seek updates.
5315
5316 2005-08-23  Andy Wingo  <wingo@pobox.com>
5317
5318         * gst-libs/gst/audio/gstbaseaudiosrc.c
5319         (gst_base_audio_src_fixate): Only fixate endianness if it is
5320         present in the caps.
5321
5322 2005-08-22  Andy Wingo  <wingo@pobox.com>
5323
5324         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
5325         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
5326         device-name property.
5327
5328         * gst-libs/gst/audio/gstaudiosrc.h:
5329         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
5330         close_device in the ring buffer, like gstaudiosink.
5331
5332         * ext/alsa/gstalsamixer.h:
5333         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
5334         macro to implement the interface without much code. Cleanups. 
5335
5336         * ext/alsa/gstalsasrc.h:
5337         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
5338         READY.
5339
5340         * ext/alsa/Makefile.am: Add new files.
5341         * ext/alsa/gstalsamixerelement.c: 
5342         * ext/alsa/gstalsamixerelement.c: Split element code out from
5343         mixer code so that alsasrc can be a mixer too.
5344
5345 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5346
5347         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5348         (GST_START_TEST):
5349         * check/elements/vorbisdec.c: (setup_vorbisdec),
5350         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
5351         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5352         (vorbis_handle_identification_packet),
5353         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
5354         (vorbis_handle_header_packet), (vorbis_dec_push),
5355         (vorbis_dec_chain):
5356           use the setup/teardown methods to save code.  save code is good.
5357
5358 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5359
5360         * check/Makefile.am:
5361           add ext dir for plugins
5362           add vorbisdec test conditionally
5363         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5364         (GST_START_TEST), (volume_suite):
5365           add a test with wrong caps
5366         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
5367         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
5368           add a vorbisdec test
5369         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
5370         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
5371           clean up debug output
5372         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5373           yay, fix a segfault/security issue in vorbisdec
5374           gst-launch fakesrc ! vorbisdec wasn't happy
5375         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
5376         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
5377         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
5378         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5379         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
5380         (gst_vorbisenc_set_metadata), (get_constraints_string),
5381         (update_start_message), (gst_vorbisenc_setup),
5382         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5383         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
5384         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
5385         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
5386         * ext/vorbis/vorbisenc.h:
5387           march in line
5388         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5389         (gst_ffmpegcsp_transform):
5390           have the kow come home
5391         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5392           debug my func ptr
5393         * gst/volume/gstvolume.c: (volume_set_caps):
5394           add a debug
5395
5396 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5397
5398         * Makefile.am:
5399         * check/.cvsignore:
5400         * check/Makefile.am:
5401         * check/elements/.cvsignore:
5402         * check/elements/volume.c: (chain_func), (event_func),
5403         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
5404         (main):
5405         * configure.ac:
5406           add unit test structure for gst-plugins-base
5407           add a test for volume
5408         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
5409         (gst_volume_set_volume), (gst_volume_get_volume),
5410         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
5411         (volume_funcfind), (volume_process_float), (volume_process_int16),
5412         (volume_set_caps), (volume_transform), (volume_update_mute),
5413         (volume_update_volume), (volume_set_property),
5414         (volume_get_property):
5415           document a little; use basetransform vmethod _set_caps
5416
5417 2005-08-19  Andy Wingo  <wingo@pobox.com>
5418
5419         * ext/alsa/gstalsamixertrack.h:
5420         * ext/alsa/gstalsamixertrack.c:
5421         * ext/alsa/gstalsamixeroptions.h:
5422         * ext/alsa/gstalsamixeroptions.c:
5423         * ext/alsa/gstalsamixer.h:
5424         * ext/alsa/gstalsamixer.c: Port to 0.9.
5425
5426         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
5427         Remove gstalsa.c and alsaclock. No more cruft here.
5428         
5429 2005-08-18  Wim Taymans  <wim@fluendo.com>
5430
5431         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5432         (gst_base_rtp_depayload_chain),
5433         (gst_base_rtp_depayload_add_to_queue),
5434         (gst_base_rtp_depayload_push),
5435         (gst_base_rtp_depayload_queue_release):
5436         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5437         Fix for RTPBuffer changes.
5438
5439         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
5440         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
5441         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
5442         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
5443         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
5444         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
5445         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
5446         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
5447         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
5448         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
5449         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
5450         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
5451         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
5452         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
5453         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
5454         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
5455         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
5456         (gst_rtpbuffer_get_payload):
5457         * gst-libs/gst/rtp/gstrtpbuffer.h:
5458         Don't subclass GstBuffer but add methods and helper functions
5459         to construct and manipulate RTP packets in regular GstBuffers.
5460
5461 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
5462
5463         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5464           moved statement below switch
5465         * gst/volume/gstvolume.c: (gst_volume_class_init):
5466           added debug ptr
5467
5468 2005-08-16  Wim Taymans  <wim@fluendo.com>
5469
5470         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5471         (gst_base_audio_src_change_state):
5472         Open and close device in READY<->NULL state change.
5473
5474 2005-08-16  Andy Wingo  <wingo@pobox.com>
5475
5476         * examples/seeking/Makefile.am: Don't compile non-compiling
5477         compiled objects with the compiler.
5478
5479         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
5480         elements.
5481
5482 2005-08-12  Philippe Khalaf <burger@speedy.org>
5483         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5484         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5485           Made a thread to release the queue.
5486           Removed timestamp conversion for now.
5487
5488 2005-08-10  Philippe Khalaf <burger@speedy.org>
5489         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5490         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5491           Added rtp timestamp -> gst timestamp conversion.
5492           Fixed several problems with queue.
5493
5494 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5495
5496         * gst-libs/gst/audio/gstaudioclock.h:
5497         * gst-libs/gst/audio/gstaudiofilter.h:
5498         * gst-libs/gst/audio/gstaudiosink.h:
5499         * gst-libs/gst/audio/gstaudiosrc.h:
5500         * gst-libs/gst/audio/gstbaseaudiosink.h:
5501         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5502         * gst-libs/gst/audio/gstringbuffer.h:
5503         * gst-libs/gst/net/gstnetbuffer.h:
5504         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5505         * gst-libs/gst/rtp/gstrtpbuffer.h:
5506           Add padding (you will need to rebuild gst-plugins-base,
5507           gst-plugins and all applications afterwards!)
5508
5509 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5510
5511         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5512         (gst_riff_parse_chunk):
5513           Fix bug in debug message and add some more debug messages.
5514
5515 2005-08-08  Edward Hervey  <edward@fluendo.com>
5516
5517         * gst-libs/gst/riff/riff-media.c:
5518         backported updates since branch
5519
5520 2005-08-08  Andy Wingo  <wingo@pobox.com>
5521
5522         * gst-libs/gst/audio/gstbaseaudiosink.c
5523         (gst_base_audio_sink_change_state): Open the device in NULL->READY
5524         like good elements should. Close on READY->NULL too.
5525
5526         * gst-libs/gst/audio/gstaudiosink.c
5527         (gst_audioringbuffer_open_device,
5528         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
5529         (gst_audioringbuffer_release): Updates for new ring buffer API,
5530         hook into the new audio sink api.
5531
5532         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
5533         (GstAudioSinkClass.close): Just open and close the device -- no
5534         resource allocation or configuration.
5535         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
5536         vmethods, handle device setup and resource allocation.
5537
5538         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
5539         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
5540         base class API.
5541
5542         * gst-libs/gst/audio/gstringbuffer.h
5543         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
5544         New vmethods.
5545
5546         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
5547         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
5548         New API functions. The device should be opened before acquiring
5549         and closed after releasing.
5550
5551 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
5552
5553         * gst-libs/gst/interfaces/mixer.h:
5554           Reset padding to GST_PADDING.
5555
5556 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5557
5558         * gst/playback/gstplaybin.c: (remove_sinks):
5559           Remove visualization from parent explicitely; works around some
5560           apparent refcount issue that I haven't tracked down yet.
5561
5562 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5563
5564         * ext/alsa/gstalsasink.c: (set_hwparams):
5565           Assign debug category, add negotiation debug msgs.
5566
5567 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5568
5569         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
5570           Fix error code for file-not-found to NOT_FOUND.
5571
5572 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5573
5574         * common/gtk-doc-plugins.mak:
5575         * docs/plugins/Makefile.am:
5576         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5577         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5578           renamed to actual element names, so much nicer to look at
5579         * docs/plugins/tmpl/gstmultifdsink.sgml:
5580           remove
5581         * docs/plugins/tmpl/multifdsink.sgml:
5582         * docs/plugins/tmpl/tcpserversink.sgml:
5583           add
5584         * ext/alsa/gstalsa.c:
5585         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
5586         * ext/ogg/gstoggmux.c:
5587         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
5588         * gst/playback/gstdecodebin.c:
5589         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5590         * gst/tcp/gsttcpserversink.c:
5591           various fixes and documentation additions
5592
5593 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5594
5595         * common/Makefile.am:
5596         * common/gstdoc-scangobj:
5597         * common/gtk-doc-plugins.mak:
5598         * common/gtk-doc.mak:
5599           add a custom scangobj that uses the registry
5600           add a custom gtk-doc-plugins.mak that uses it
5601           some doc build fixes
5602         * configure.ac:
5603         * docs/Makefile.am:
5604         * docs/plugins/Makefile.am:
5605         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5606         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5607         * docs/plugins/gst-plugins-base-plugins.types:
5608         * docs/plugins/tmpl/gstmultifdsink.sgml:
5609           add docs for one element, multifdsink
5610         * gst/adder/gstadder.h:
5611         * gst/volume/gstvolume.h:
5612           don't privatize enum
5613         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5614         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5615         (gst_sync_method_get_type), (gst_client_status_get_type),
5616         (gst_multifdsink_class_init),
5617         (gst_multifdsink_client_queue_buffer),
5618         (gst_multifdsink_handle_client_write):
5619         * gst/tcp/gstmultifdsink.h:
5620         * gst/tcp/gsttcp.h:
5621         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5622         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
5623         (gst_tcpclientsink_render):
5624         * gst/tcp/gsttcpclientsink.h:
5625         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5626         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
5627         (gst_tcpclientsrc_start):
5628         * gst/tcp/gsttcpclientsrc.h:
5629         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5630         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
5631         * gst/tcp/gsttcpserversrc.h:
5632         * gst/typefind/gsttypefindfunctions.c:
5633           remove superfluous Type stuff
5634
5635 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5636
5637         * gst/playback/gstplaybin.c: (gen_video_element):
5638           Enable videoscale.
5639
5640 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5641
5642         * gst-libs/gst/gconf/gconf.c:
5643         * gst-libs/gst/gconf/gconf.h:
5644           Fix some Andy Problem [tm].
5645
5646 2005-08-04  Andy Wingo  <wingo@pobox.com>
5647
5648         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
5649         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
5650         (gst_ffmpegcsp_get_size): Adapt to API changes.
5651
5652         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
5653         Implement an in-place do-nothing transform.
5654
5655 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5656
5657         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5658         (gst_ximagesink_renegotiate_size):
5659           Do not set new window sizes yet if we prepare a new buffer size
5660           for upstream renegotiation (software scaling) at some point in the
5661           future, because this new size waqs not actually accepted yet. Once
5662           accepted, renegotiation later on will set the new sizes just fine.
5663           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
5664           embedding testcase.
5665
5666 2005-08-03  Andy Wingo  <wingo@pobox.com>
5667
5668         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
5669         (gst_ximagesink_buffer_alloc): 
5670         Protect the height, width, and desired_caps with the pool_lock.
5671         Fixes videotestsrc ! queue ! ximagesink.
5672
5673 2005-08-02  Edward Hervey  <edward@fluendo.com>
5674
5675         * gst/volume/gstvolume.c:
5676         include left from controller cleanup
5677
5678 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
5679         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
5680           Stop collectpads before calling the parent state
5681           change function on PAUSED->READY.
5682
5683 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
5684         * configure.ac:
5685           When testing for X libs, use the X CFlags 
5686         * gst/adder/gstadder.c: (gst_adder_change_state):
5687           Stop the collectpads before calling parent state change function
5688           on PAUSED->READY, otherwise we deadlock deactivating pads.
5689
5690 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
5691
5692         * configure.ac:
5693         * docs/libs/tmpl/gstcolorbalance.sgml:
5694         * docs/libs/tmpl/gstmixer.sgml:
5695         * examples/Makefile.am:
5696         * gst/sine/Makefile.am:
5697         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
5698         (gst_sinesrc_set_property), (plugin_init):
5699         * gst/sine/gstsinesrc.h:
5700         * gst/volume/Makefile.am:
5701         * gst/volume/gstvolume.c: (gst_volume_set_volume),
5702         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
5703         (volume_process_float), (volume_process_int16),
5704         (volume_set_property), (plugin_init):
5705         * gst/volume/gstvolume.h:
5706           deactivate and remove dparams (libgstcontrol)
5707
5708 2005-07-29  Wim Taymans  <wim@fluendo.com>
5709
5710         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
5711         Convert me to BaseTransform!! help..
5712
5713 2005-07-29  Andy Wingo  <wingo@pobox.com>
5714
5715         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
5716         sinks.
5717
5718         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
5719         support of both endiannesses.
5720
5721 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5722
5723         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5724           Fix confusing debug message (s/event/query/)
5725
5726 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
5727
5728         * gst/videotestsrc/videotestsrc.h:
5729           Use "_stdint.h" instead of <stdint.h>
5730
5731 2005-07-27  Wim Taymans  <wim@fluendo.com>
5732
5733         * ext/vorbis/Makefile.am:
5734         Revert wrong commit.
5735
5736 2005-07-27  Wim Taymans  <wim@fluendo.com>
5737
5738         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
5739         More compilation fixen.
5740
5741 2005-07-27  Wim Taymans  <wim@fluendo.com>
5742
5743         * gst-libs/gst/audio/gstbaseaudiosink.c:
5744         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5745         (gst_base_audio_sink_create_ringbuffer),
5746         (gst_base_audio_sink_change_state):
5747         Fix compilation.
5748
5749 2005-07-27  Wim Taymans  <wim@fluendo.com>
5750
5751         * examples/seeking/seek.c: (setup_dynamic_link),
5752         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
5753         (query_positions_elems), (query_positions_pads), (do_seek):
5754         Update seek example.
5755
5756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5757         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
5758         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
5759         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5760         (gst_ogg_demux_handle_event),
5761         (gst_ogg_demux_deactivate_current_chain),
5762         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5763         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5764         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
5765         (gst_ogg_demux_loop):
5766         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
5767         * ext/theora/theoradec.c: (theora_dec_src_event),
5768         (theora_dec_src_getcaps), (theora_dec_sink_event),
5769         (theora_dec_push), (theora_dec_chain):
5770         * ext/vorbis/Makefile.am:
5771         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
5772         (vorbis_dec_sink_event), (vorbis_dec_push),
5773         (vorbis_handle_data_packet):
5774         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
5775         (gst_vorbisenc_chain):
5776         * gst/playback/gststreaminfo.c: (cb_probe):
5777         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
5778         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5779         * gst/videoscale/gstvideoscale.c:
5780         (gst_videoscale_handle_src_event):
5781         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
5782         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
5783         (gst_ximagesink_navigation_send_event):
5784         * sys/xvimage/xvimagesink.c:
5785         (gst_xvimagesink_navigation_send_event):
5786         Various event updates and cleanups
5787
5788 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5789
5790         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
5791           Fix segfault for I420/YV12.
5792
5793 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5794
5795         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
5796           Report bitrate.
5797
5798 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5799
5800         * gst/playback/gstplaybin.c: (gen_video_element),
5801         (gen_audio_element):
5802           Switch to auto*sink elements as default sinks; add volume element
5803           so that volume control in totem works.
5804
5805 2005-07-21  Wim Taymans  <wim@fluendo.com>
5806
5807         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5808         * gst/playback/gstplaybin.c: (setup_sinks),
5809         (gst_play_bin_change_state):
5810         Refcount fix and more comments.
5811
5812 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5813
5814         * sys/ximage/Makefile.am:
5815         * sys/ximage/ximage.c: (plugin_init):
5816         * sys/ximage/ximagesink.c:
5817         Prepare for adding ximagesrc, rename of plugin to ximage etc.
5818         
5819
5820 2005-07-21  Wim Taymans  <wim@fluendo.com>
5821
5822         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
5823         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5824         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5825         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5826         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5827         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
5828         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
5829         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
5830         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
5831         Generate correct disconts for live chained oggs.
5832
5833         * gst-libs/gst/audio/gstbaseaudiosink.c:
5834         (gst_base_audio_sink_render),
5835         (gst_base_audio_sink_create_ringbuffer),
5836         (gst_base_audio_sink_change_state):
5837         Handle discont math correctly.
5838
5839         * gst/playback/gstplaybin.c: (add_sink):
5840         Some small debug cleanup.
5841
5842 2005-07-21  Wim Taymans  <wim@fluendo.com>
5843
5844         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
5845         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5846         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5847         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5848         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
5849         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
5850         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5851         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
5852         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5853         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
5854         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
5855         (gst_ogg_demux_change_state), (gst_ogg_print):
5856         Reorganize code to send the right disconts when in streaming
5857         mode.
5858
5859 2005-07-20  Andy Wingo  <wingo@pobox.com>
5860
5861         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
5862         fix (?), fixes a seggie mcfalterson (#310894).
5863
5864 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5865
5866         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
5867         (gst_ogg_mux_set_header_on_caps):
5868         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
5869         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5870         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
5871         * gst-libs/gst/audio/multichannel.c:
5872         (gst_audio_set_channel_positions),
5873         (gst_audio_set_structure_channel_positions_list):
5874         * gst/playback/gstdecodebin.c: (dynamic_create):
5875         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
5876         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
5877           Fixes for API changes in core.
5878
5879 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5880
5881         * gst/playback/gstplaybasebin.c: (fill_buffer):
5882           Use _new_custom() so we can set custom message types for buffering
5883           messages.
5884
5885 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5886
5887         * configure.ac:
5888         * gst-libs/gst/Makefile.am:
5889         * gst-libs/gst/gconf/.cvsignore:
5890         * gst-libs/gst/gconf/Makefile.am:
5891         * gst-libs/gst/gconf/test-gconf.c:
5892         * pkgconfig/Makefile.am:
5893         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
5894         * pkgconfig/gstreamer-gconf.pc.in:
5895           Remove gconf stuff, use gconf elements instead from now on.
5896
5897 2005-07-20  Wim Taymans  <wim@fluendo.com>
5898
5899         * gst-libs/gst/audio/TODO:
5900         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
5901         (gst_audio_clock_get_internal_time):
5902         * gst-libs/gst/audio/gstaudioclock.h:
5903         * gst-libs/gst/audio/gstbaseaudiosink.c:
5904         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
5905         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
5906         (gst_base_audio_sink_render),
5907         (gst_base_audio_sink_create_ringbuffer),
5908         (gst_base_audio_sink_change_state):
5909         Make sure the audio clock always returns an increasing value.
5910
5911 2005-07-19  Andy Wingo  <wingo@pobox.com>
5912
5913         * gst/videotestsrc/: Cleanups.
5914
5915 2005-07-19  Wim Taymans  <wim@fluendo.com>
5916
5917         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
5918         Better debugging.
5919
5920 2005-07-19  Wim Taymans  <wim@fluendo.com>
5921
5922         * examples/seeking/seek.c: (make_dv_pipeline),
5923         (make_vorbis_theora_pipeline), (query_rates),
5924         (query_positions_elems), (query_positions_pads), (do_seek):
5925         Make correct DV pipeline.
5926
5927 2005-07-18  Andy Wingo  <wingo@pobox.com>
5928
5929         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
5930         default. Also because it's the only thing that really works. (This
5931         is used in the GConf elements).
5932         Use AS_LIBTOOL_TAGS.
5933
5934 2005-07-18  Wim Taymans  <wim@fluendo.com>
5935
5936         * gst/playback/gstdecodebin.c: (remove_element_chain):
5937         * gst/playback/gstplaybin.c: (add_sink):
5938         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5939         (gst_stream_info_set_mute):
5940         * gst/playback/gststreamselector.c:
5941         (gst_stream_selector_get_linked_pad),
5942         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
5943         More leak and compile fixes.
5944
5945 2005-07-18  Wim Taymans  <wim@fluendo.com>
5946
5947         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5948         (query_rates), (query_positions_elems), (query_positions_pads),
5949         (do_seek), (seek_cb), (stop_seek):
5950         Updated seek example. 
5951
5952         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
5953         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5954         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
5955         * gst/playback/gstplaybin.c: (add_sink):
5956         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5957         (gst_stream_info_set_mute):
5958         Some refcount leak fixes.
5959
5960 2005-07-16  Wim Taymans  <wim@fluendo.com>
5961
5962         * gst-libs/gst/audio/gstbaseaudiosink.c:
5963         (gst_base_audio_sink_render):
5964         Align samples even if we have roundoff errors in the 
5965         timestamp conversion.
5966
5967 2005-07-16  Wim Taymans  <wim@fluendo.com>
5968
5969         * docs/libs/tmpl/gstringbuffer.sgml:
5970         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
5971         (query_rates), (query_positions_elems), (query_positions_pads),
5972         (update_scale), (do_seek):
5973         Updated seek example.
5974
5975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5976         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
5977         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
5978         (gst_ogg_demux_loop):
5979         Push out correct discont values.
5980
5981         * ext/theora/theoradec.c: (theora_dec_src_convert),
5982         (theora_dec_sink_convert), (theora_dec_src_getcaps),
5983         (theora_dec_sink_event), (theora_handle_type_packet),
5984         (theora_handle_header_packet), (theora_dec_push),
5985         (theora_handle_data_packet), (theora_dec_chain),
5986         (theora_dec_change_state):
5987         Better timestamping.
5988
5989         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5990         (vorbis_dec_sink_event), (vorbis_dec_push),
5991         (vorbis_handle_data_packet), (vorbis_dec_chain):
5992         * ext/vorbis/vorbisdec.h:
5993         Better timestamping.
5994
5995         * gst-libs/gst/audio/gstbaseaudiosink.c:
5996         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
5997         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5998         Handle syncing on timestamps instead of sample offsets. Make
5999         use of DISCONT values as described in design docs.
6000
6001         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6002         (gst_base_audio_src_get_time):
6003         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
6004         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
6005         (gst_ring_buffer_read):
6006         * gst-libs/gst/audio/gstringbuffer.h:
6007         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
6008         (gst_ximagesink_show_frame):
6009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6010         Correcly convert buffer timestamp to stream time.
6011
6012 2005-07-16  Wim Taymans  <wim@fluendo.com>
6013
6014         * gst/audioconvert/gstaudioconvert.c:
6015         (gst_audio_convert_get_buffer):
6016         Timestamp buffers correctly.
6017
6018         * gst/playback/gstplaybin.c: (gen_video_element):
6019         Make internal fakesink silent.
6020
6021 2005-07-15  Wim Taymans  <wim@fluendo.com>
6022
6023         * gst/ffmpegcolorspace/Makefile.am:
6024         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6025         (gst_ffmpegcsp_caps_remove_format_info),
6026         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
6027         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
6028         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
6029         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
6030         Ported ffmpegcolorspace to basetransform.
6031
6032         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
6033         * gst/volume/gstvolume.c: (volume_transform):
6034         Ported to new API.
6035
6036 2005-07-14  Wim Taymans  <wim@fluendo.com>
6037
6038         * gst/videotestsrc/Makefile.am:
6039         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
6040         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
6041         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
6042         (gst_videotestsrc_init), (gst_videotestsrc_event),
6043         (gst_videotestsrc_create), (gst_videotestsrc_start),
6044         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
6045         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
6046         (gst_videotestsrc_get_property):
6047         * gst/videotestsrc/gstvideotestsrc.h:
6048         Make videotestsrc a pushsrc.
6049
6050 2005-07-14  Wim Taymans  <wim@fluendo.com>
6051
6052         * gst/tcp/gstfdset.c: (gst_fdset_free):
6053         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6054         (gst_multifdsink_add), (gst_multifdsink_remove),
6055         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
6056         (gst_multifdsink_remove_client_link),
6057         (gst_multifdsink_client_queue_data),
6058         (gst_multifdsink_client_queue_caps),
6059         (gst_multifdsink_client_queue_buffer),
6060         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
6061         (gst_multifdsink_stop):
6062         * gst/tcp/gstmultifdsink.h:
6063         0.8 backporting.
6064
6065         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
6066         Also draw image when not from a pool.
6067
6068 2005-07-14  Wim Taymans  <wim@fluendo.com>
6069
6070         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
6071         (mute_stream), (silence_stream):
6072         Small debug additions.
6073
6074 2005-07-14  Wim Taymans  <wim@fluendo.com>
6075
6076         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
6077         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6078         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
6079         Better error recovery, ignore unconnected pads and
6080         non-fatal errors.
6081
6082 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6083
6084         * docs/libs/tmpl/gstaudio.sgml:
6085         * docs/libs/tmpl/gstcolorbalance.sgml:
6086         * docs/libs/tmpl/gstgconf.sgml:
6087         * docs/libs/tmpl/gstmixer.sgml:
6088         * docs/libs/tmpl/gstringbuffer.sgml:
6089         * docs/libs/tmpl/gsttuner.sgml:
6090         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6091         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6092         (gst_tcpclientsrc_class_init):
6093         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6094         (gst_tcpserversrc_class_init):
6095         * sys/v4l/gstv4lelement.c:
6096           more autistic cleanliness in functions/names/defines
6097
6098 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6099
6100         * configure.ac:
6101           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
6102           added manually to each Makefile.am so we are sure it goes
6103           *last* and doesn't add -L flags before linking in libs of our
6104           own, like, say, internal .la libs, that then accidentally pick
6105           up the installed copy.
6106         * docs/libs/Makefile.am:
6107         * ext/alsa/Makefile.am:
6108         * ext/cdparanoia/Makefile.am:
6109         * ext/gnomevfs/Makefile.am:
6110         * ext/libvisual/Makefile.am:
6111         * ext/ogg/Makefile.am:
6112         * ext/theora/Makefile.am:
6113         * ext/vorbis/Makefile.am:
6114         * gst-libs/gst/video/Makefile.am:
6115         * gst/adder/Makefile.am:
6116         * gst/audioconvert/Makefile.am:
6117         * gst/audiorate/Makefile.am:
6118         * gst/audioscale/Makefile.am:
6119         * gst/ffmpegcolorspace/Makefile.am:
6120         * gst/playback/Makefile.am:
6121         * gst/sine/Makefile.am:
6122         * gst/subparse/Makefile.am:
6123         * gst/tags/Makefile.am:
6124         * gst/tcp/Makefile.am:
6125         * gst/typefind/Makefile.am:
6126         * gst/videorate/Makefile.am:
6127         * gst/videoscale/Makefile.am:
6128         * gst/videotestsrc/Makefile.am:
6129         * gst/volume/Makefile.am:
6130         * sys/v4l/Makefile.am:
6131         * sys/ximage/Makefile.am:
6132         * sys/xvimage/Makefile.am:
6133           adapt properly to this change. This should make sure that
6134           plugins and libs properly link to the as-yet-uninstalled
6135           copies of stuff like libgstinterfaces and libgstvideo
6136
6137 2005-07-13  Andy Wingo  <wingo@pobox.com>
6138
6139         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
6140         (gst_v4lsrc_fixate): Fixate on format as well.
6141
6142         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
6143         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
6144         buffer points to it.
6145         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
6146         rather just doing X calls ourselves. Also fixes a memleak.
6147
6148 2005-07-12  Andy Wingo  <wingo@pobox.com>
6149
6150         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
6151         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
6152         (gst_v4lsrc_create): Re-add the copy-mode property, default to
6153         TRUE to avoid deadlocks if an element holds on to our buffers.
6154
6155 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6156
6157         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6158         (gst_sinesrc_init), (gst_sinesrc_create),
6159         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6160         (gst_sinesrc_start):
6161         * gst/sine/gstsinesrc.h:
6162           removing num-buffers property before moving it
6163
6164 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6165
6166         * configure.ac:
6167           use overridable ERROR_CFLAGS
6168         * docs/libs/gst-plugins-base-libs.types:
6169         * docs/libs/tmpl/gstringbuffer.sgml:
6170         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
6171         (gst_alsasink_class_init):
6172         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6173         (gst_alsasrc_class_init):
6174         * gst-libs/gst/audio/audio.h:
6175         * gst-libs/gst/audio/gstaudioclock.h:
6176         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
6177         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
6178         (gst_audio_filter_link), (gst_audio_filter_init),
6179         (gst_audio_filter_chain), (gst_audio_filter_set_property),
6180         (gst_audio_filter_get_property),
6181         (gst_audio_filter_class_add_pad_templates):
6182         * gst-libs/gst/audio/gstaudiofilter.h:
6183         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6184         (gst_audio_filter_template_get_type),
6185         (gst_audio_filter_template_base_init),
6186         (gst_audio_filter_template_class_init),
6187         (gst_audio_filter_template_init),
6188         (gst_audio_filter_template_set_property),
6189         (gst_audio_filter_template_get_property), (plugin_init),
6190         (gst_audio_filter_template_setup),
6191         (gst_audio_filter_template_filter),
6192         (gst_audio_filter_template_filter_inplace):
6193         * gst-libs/gst/audio/gstaudiosink.c:
6194         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6195         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
6196         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6197         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6198         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
6199         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
6200         * gst-libs/gst/audio/gstaudiosink.h:
6201         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6202         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6203         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6204         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
6205         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
6206         (gst_audio_src_class_init), (gst_audio_src_init),
6207         (gst_audio_src_create_ringbuffer):
6208         * gst-libs/gst/audio/gstaudiosrc.h:
6209         * gst-libs/gst/audio/gstbaseaudiosink.c:
6210         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
6211         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6212         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
6213         (gst_base_audio_sink_set_property),
6214         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
6215         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
6216         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
6217         (gst_base_audio_sink_create_ringbuffer),
6218         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
6219         * gst-libs/gst/audio/gstbaseaudiosink.h:
6220         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6221         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
6222         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
6223         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
6224         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
6225         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
6226         (gst_base_audio_src_event), (gst_base_audio_src_create),
6227         (gst_base_audio_src_create_ringbuffer),
6228         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
6229         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6230         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
6231         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
6232         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
6233         (gst_ring_buffer_debug_spec_caps),
6234         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
6235         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6236         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6237         (gst_ring_buffer_start), (gst_ring_buffer_pause),
6238         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
6239         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
6240         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
6241         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6242         (gst_ring_buffer_clear):
6243         * gst-libs/gst/audio/gstringbuffer.h:
6244         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6245         (gst_video_sink_class_init), (gst_video_sink_get_type):
6246         * gst-libs/gst/video/videosink.h:
6247         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6248         (gst_multifdsink_class_init),
6249         (gst_multifdsink_handle_client_write),
6250         (gst_multifdsink_change_state):
6251         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6252         (gst_tcpclientsink_setcaps):
6253         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6254         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
6255         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
6256         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
6257         (gst_ximagesink_send_pending_navigation),
6258         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
6259         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
6260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
6261         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
6262         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
6263         (gst_xvimagesink_send_pending_navigation),
6264         (gst_xvimagesink_navigation_send_event),
6265         (gst_xvimagesink_set_xwindow_id),
6266         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
6267         (gst_xvimagesink_get_type):
6268         more macro splitting
6269
6270 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6271
6272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6273           plug a memleak, allows me to import 1479 albums in one go
6274           in jamboree
6275         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6276         (vorbis_handle_type_packet), (vorbis_dec_chain),
6277         (vorbis_dec_change_state):
6278           fix some format strings
6279
6280 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6281
6282         * docs/libs/tmpl/gstcolorbalance.sgml:
6283         * docs/libs/tmpl/gstmixer.sgml:
6284         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
6285         (gst_alsasink_set_property), (gst_alsasink_get_property):
6286         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
6287         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
6288           add device property
6289
6290 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6291
6292         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6293         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6294         (audiocast_register_listener), (audiocast_thread_run),
6295         (gst_gnomevfssrc_send_additional_headers_callback),
6296         (gst_gnomevfssrc_received_headers_callback),
6297         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
6298         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
6299         (gst_gnomevfssrc_get_size):
6300           add/clean up debugging
6301         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
6302           cleanups
6303
6304 2005-07-07  Andy Wingo  <wingo@pobox.com>
6305
6306         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
6307         framerate. Need to get a handle on when exactly this function is
6308         called, tho.
6309
6310         * sys/v4l/v4lsrc_calls.h:
6311         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
6312         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
6313         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
6314
6315         * sys/v4l/v4l_calls.h: Cast to V4lElement.
6316         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
6317         v4lelements are sources.
6318
6319         * sys/v4l/gstv4lxoverlay.h:
6320         * sys/v4l/gstv4lxoverlay.c:
6321         * sys/v4l/gstv4ltuner.h:
6322         * sys/v4l/gstv4ltuner.c: Header loc fixen.
6323         
6324         * sys/v4l/gstv4lsrc.h:
6325         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
6326         PushSrc/BaseSrc. Removed most sync-related properties, videorate
6327         or something should handle that. Made a live source.
6328
6329         * sys/v4l/gstv4lelement.h:
6330         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
6331         signals. Some cleanups.
6332
6333         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
6334
6335         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
6336         stuff.
6337
6338         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
6339         stuff.
6340
6341         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
6342
6343 2005-07-07  Wim Taymans  <wim@fluendo.com>
6344
6345         * ext/theora/theoradec.c: (theora_get_query_types),
6346         (theora_dec_src_getcaps), (theora_dec_push):
6347         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
6348         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
6349         Remove deprecated/unused query types.
6350
6351 2005-07-06  Wim Taymans  <wim@fluendo.com>
6352
6353         * ext/alsa/Makefile.am:
6354         * ext/alsa/gstalsaplugin.c: (plugin_init):
6355         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6356         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6357         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
6358         (gst_alsasrc_class_init), (gst_alsasrc_init),
6359         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
6360         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
6361         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
6362         (gst_alsasrc_reset):
6363         * ext/alsa/gstalsasrc.h:
6364         * gst-libs/gst/audio/Makefile.am:
6365         * gst-libs/gst/audio/gstaudiosink.c:
6366         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6367         (gst_audioringbuffer_start):
6368         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6369         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6370         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
6371         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6372         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6373         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6374         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
6375         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
6376         * gst-libs/gst/audio/gstaudiosrc.h:
6377         * gst-libs/gst/audio/gstbaseaudiosink.c:
6378         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6379         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
6380         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
6381         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6382         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
6383         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
6384         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
6385         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
6386         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
6387         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
6388         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
6389         (gst_baseaudiosrc_change_state):
6390         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6391         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6392         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
6393         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
6394         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
6395         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
6396         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
6397         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
6398         * gst-libs/gst/audio/gstringbuffer.h:
6399         Added audiosource base classes.
6400         Ported alsasrc, still very basic.
6401
6402 2005-07-06  Wim Taymans  <wim@fluendo.com>
6403
6404         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
6405         (theora_dec_push), (theora_handle_data_packet):
6406         Prepare for better timestamp fix later.
6407
6408         * gst/audioconvert/gstaudioconvert.c:
6409         List most accurate caps first
6410
6411         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
6412         Use proper pad task function.
6413
6414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6415         (gst_xvimagesink_show_frame):
6416         Fix deadlock when alloc failed.
6417
6418 2005-07-05  Andy Wingo  <wingo@pobox.com>
6419
6420         * ext/gnomevfs/gstgnomevfssrc.c:
6421         * gst/sine/gstsinesrc.c:
6422         * gst/tcp/gsttcpserversrc.c:
6423         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
6424
6425         * sys/v4l/: Port from 0.8.
6426
6427         * Many files: Null if we got it....
6428
6429 2005-07-05  Andy Wingo  <wingo@pobox.com>
6430
6431         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
6432         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
6433         Signedness fixes.
6434
6435 2005-07-05  Wim Taymans  <wim@fluendo.com>
6436
6437         * configure.ac:
6438         * gst/tcp/Makefile.am:
6439         * gst/tcp/README:
6440         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6441         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
6442         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
6443         (is_sync_frame), (gst_multifdsink_handle_client_write),
6444         (gst_multifdsink_render), (gst_multifdsink_start),
6445         (gst_multifdsink_stop), (gst_multifdsink_change_state):
6446         * gst/tcp/gstmultifdsink.h:
6447         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
6448         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
6449         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6450         * gst/tcp/gsttcp.h:
6451         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6452         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6453         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6454         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
6455         * gst/tcp/gsttcpclientsink.h:
6456         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6457         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
6458         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
6459         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
6460         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
6461         * gst/tcp/gsttcpclientsrc.h:
6462         * gst/tcp/gsttcpplugin.c: (plugin_init):
6463         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
6464         * gst/tcp/gsttcpserversink.h:
6465         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6466         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
6467         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
6468         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6469         (gst_tcpserversrc_stop):
6470         * gst/tcp/gsttcpserversrc.h:
6471         * gst/tcp/gsttcpsink.c:
6472         * gst/tcp/gsttcpsink.h:
6473         * gst/tcp/gsttcpsrc.c:
6474         * gst/tcp/gsttcpsrc.h:
6475         Ported tcp plugins to 0.9. 
6476         
6477
6478 2005-07-05  Andy Wingo  <wingo@pobox.com>
6479
6480         * gst/playback/gstplaybasebin.c (fill_buffer):
6481         message_new_application fixen.
6482
6483         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
6484         Style fix.
6485
6486 2005-07-04  Wim Taymans  <wim@fluendo.com>
6487
6488         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6489         Set caps on output buffer.
6490
6491 2005-07-04  Andy Wingo  <wingo@pobox.com>
6492
6493         * ext/gnomevfs/gstgnomevfssrc.c
6494         (gst_gnomevfssrc_received_headers_callback) 
6495         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
6496         hopefully.
6497
6498         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
6499         No refcount leakage.
6500
6501         * configure.ac: Enable -Werror.
6502         
6503         * ext/theora/theoradec.c (theora_dec_src_getcaps):
6504         * gst/audioconvert/bufferframesconvert.c
6505         (buffer_frames_convert_fixate):
6506         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
6507         (gst_audio_convert_fixate):
6508         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
6509         (gst_sinesrc_create): Fixate func changes.
6510         
6511         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6512         (gst_ximagesink_buffer_alloc): Unused var.
6513
6514 2005-07-01  Andy Wingo  <wingo@pobox.com>
6515
6516         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
6517         getcaps to do explicit caps. Needs to be done in all decoders,
6518         possibly via a base class.
6519
6520         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
6521
6522         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
6523         caps on the sink pad, just rely on the pad template. Also, setting
6524         ANY caps on a pad is not valid because the caps are not fixed.
6525
6526         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
6527         caps on the buffer, and get the width from the desired_caps if
6528         they're set.
6529         (gst_ximagesink_renegotiate_size): Implement via setting the
6530         desired_caps on the ximagesink.
6531         (gst_ximagesink_setcaps): Only reset the width of the player if it
6532         wasn't already set. Not sure if this is right.
6533         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
6534
6535         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
6536         that the user wants. NULL unless the window has been resized.
6537
6538         * gst/volume/gstvolume.c (volume_transform): Adapt to
6539         basetransform refcount changes.
6540         
6541 2005-07-01  Andy Wingo  <wingo@pobox.com>
6542
6543         * gst/videoscale/gstvideoscale.c:
6544         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
6545         from BaseTransform, implements a transform_caps. Removed dead code
6546         including some PAR stuff that was never reached -- should probably
6547         be added back somehow.
6548
6549 2005-07-01  Andy Wingo  <wingo@pobox.com>
6550
6551         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
6552         come later.
6553
6554 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6555
6556         * configure.ac:
6557         * docs/libs/Makefile.am:
6558         * docs/libs/gst-plugins-libs.types:
6559         * ext/alsa/Makefile.am:
6560         * ext/alsa/gstalsamixer.h:
6561         * ext/alsa/gstalsamixeroptions.h:
6562         * ext/alsa/gstalsamixertrack.h:
6563         * gst-libs/gst/Makefile.am:
6564         * gst-libs/gst/colorbalance/.cvsignore:
6565         * gst-libs/gst/colorbalance/Makefile.am:
6566         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
6567         * gst-libs/gst/colorbalance/colorbalance.c:
6568         * gst-libs/gst/colorbalance/colorbalance.h:
6569         * gst-libs/gst/colorbalance/colorbalance.vcproj:
6570         * gst-libs/gst/colorbalance/colorbalancechannel.c:
6571         * gst-libs/gst/colorbalance/colorbalancechannel.h:
6572         * gst-libs/gst/interfaces/Makefile.am:
6573         * gst-libs/gst/interfaces/colorbalance.c:
6574         (gst_color_balance_class_init):
6575         * gst-libs/gst/interfaces/colorbalance.h:
6576         * gst-libs/gst/interfaces/interfaces-marshal.list:
6577         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
6578         * gst-libs/gst/interfaces/mixer.h:
6579         * gst-libs/gst/interfaces/mixeroptions.h:
6580         * gst-libs/gst/interfaces/navigation.c:
6581         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
6582         * gst-libs/gst/interfaces/tuner.h:
6583         * gst/volume/Makefile.am:
6584         * gst/volume/gstvolume.c:
6585         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6586         * sys/ximage/Makefile.am:
6587         * sys/ximage/ximagesink.c:
6588         * sys/xvimage/Makefile.am:
6589         * sys/xvimage/xvimagesink.c:
6590           fold in all interfaces into an interfaces dir, preserving CVS
6591           history
6592
6593 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6594
6595         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6596           Fix build after riff changes.
6597
6598 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6599
6600         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6601         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
6602         (gst_riff_create_video_template_caps),
6603         (gst_riff_create_audio_template_caps),
6604         (gst_riff_create_iavs_template_caps):
6605         * gst-libs/gst/riff/riff-media.h:
6606         * gst-libs/gst/riff/riff-read.h:
6607         * gst-libs/gst/riff/riff.c: (gst_riff_init):
6608           Add gst_riff_init() to initialize the debug category, instead
6609           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
6610
6611 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6612
6613         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
6614           Oops, I shouldn't apply hacks.
6615
6616 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6617
6618         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
6619           Remove pad_loop function which doesn't work.
6620
6621 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6622
6623         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
6624           Send EOS when deactivating.
6625         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6626         (check_queue), (queue_threshold_reached), (queue_out_of_data),
6627         (gen_preroll_element), (probe_triggered), (mute_stream),
6628         (silence_stream), (new_decoded_pad), (setup_substreams),
6629         (set_active_source):
6630         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
6631         (remove_sinks), (add_sink):
6632         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
6633           Change for new probe API.
6634
6635 2005-06-29  Wim Taymans  <wim@fluendo.com>
6636
6637         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
6638         * gst-libs/gst/audio/gstbaseaudiosink.c:
6639         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6640         (gst_baseaudiosink_change_state):
6641         * gst-libs/gst/audio/gstbaseaudiosink.h:
6642         * gst-libs/gst/audio/gstringbuffer.c:
6643         (gst_ringbuffer_set_callback):
6644         Fix compilation error.
6645         Ringbuffer starts out as not running.
6646         Free our clock in dispose.
6647         When releasing the ringbuffer we need to renegotiate so
6648         clear the pad caps.
6649
6650 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6651
6652         * autogen.sh:
6653         * configure.ac:
6654         * docs/Makefile.am:
6655         * docs/libs/Makefile.am:
6656         * docs/libs/gst-plugins-libs-docs.sgml:
6657         * docs/libs/gst-plugins-libs-sections.txt:
6658         * docs/libs/gst-plugins-libs.types:
6659         * docs/libs/tmpl/gstaudio.sgml:
6660         * docs/libs/tmpl/gstcolorbalance.sgml:
6661         * docs/libs/tmpl/gstringbuffer.sgml:
6662         * gst-libs/gst/audio/gstringbuffer.c:
6663         (gst_ringbuffer_set_callback):
6664           reinstate gtk-doc docs for plugin libs
6665
6666 2005-06-28  Wim Taymans  <wim@fluendo.com>
6667
6668         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6669         (gst_ogg_demux_init):
6670         Removed pad loop function.
6671
6672 2005-06-28  Wim Taymans  <wim@fluendo.com>
6673
6674         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6675         If we're building a chain we are not in an error case
6676         when we queue a buffer.
6677
6678 2005-06-28  Andy Wingo  <wingo@pobox.com>
6679
6680         * *.c: Don't cast to GstObject before reffing/unreffing.
6681
6682 2005-06-27  Andy Wingo  <wingo@pobox.com>
6683
6684         * gst/videotestsrc/gstvideotestsrc.c
6685         (gst_videotestsrc_activate_push): Activation API changes.
6686
6687         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
6688         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
6689         they have refs on the decodebin.
6690
6691         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
6692         parent class.
6693         (gst_ogg_pad_typefind): Don't leak a pad ref.
6694         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
6695         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
6696         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
6697
6698 2005-06-27  Edward Hervey  <edward@fluendo.com>
6699
6700         * ext/theora/theoradec.c: (theora_dec_change_state): 
6701         re-arranged call to parent's state change in order to avoid locks (or
6702         worse).
6703
6704 2005-06-26  Edward Hervey  <edward@fluendo.com>
6705
6706         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6707         2nd argument of 'unknow-type' signal is a GstCaps and not a
6708         GstMiniObject
6709
6710 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
6711         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
6712           Set the worker thread's running flag to TRUE before starting the
6713           thread.
6714         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
6715           Catch a failure to add typefind to the bin.
6716
6717 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6718
6719         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6720         (gst_sinesrc_init), (gst_sinesrc_create),
6721         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6722         (gst_sinesrc_start):
6723         * gst/sine/gstsinesrc.h:
6724           add num-buffers and timestamp-offset properties
6725         * gst/videotestsrc/gstvideotestsrc.c:
6726         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
6727         (gst_videotestsrc_get_property):
6728           add timestamp-offset property
6729
6730 2005-06-23  Christian Schaller  <uraeus@gnome.org>
6731
6732         * configure.ac: add videorate
6733         * gst-plugins-base.spec.in: add videorate
6734
6735 2005-06-23  Wim Taymans  <wim@fluendo.com>
6736
6737         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6738         (gst_videorate_getcaps), (gst_videorate_setcaps),
6739         (gst_videorate_event), (gst_videorate_chain):
6740         Fixed videorate, fixating an already fixated caps is not
6741         an error.
6742
6743 2005-06-23  Wim Taymans  <wim@fluendo.com>
6744
6745         * ext/ogg/README:
6746         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
6747         Buffer on caps is not boxed anymore.
6748
6749 2005-06-22  Wim Taymans  <wim@fluendo.com>
6750
6751         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6752         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6753         Set buffers on caps as miniobjects and not as boxed.
6754
6755 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6756
6757         * configure.ac:
6758           back to HEAD
6759
6760 === release 0.9.1 ===
6761
6762 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6763
6764         * .cvsignore:
6765         * NEWS:
6766         * README:
6767         * RELEASE:
6768         * configure.ac:
6769         * po/af.po:
6770         * po/az.po:
6771         * po/cs.po:
6772         * po/en_GB.po:
6773         * po/hu.po:
6774         * po/it.po:
6775         * po/nb.po:
6776         * po/nl.po:
6777         * po/or.po:
6778         * po/sq.po:
6779         * po/sr.po:
6780         * po/sv.po:
6781         * po/uk.po:
6782         * po/vi.po:
6783           updates for release
6784
6785 2005-06-09  Andy Wingo  <wingo@pobox.com>
6786
6787         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
6788         
6789 2005-06-09  Andy Wingo  <wingo@pobox.com>
6790
6791         * configure.ac:
6792         * gst-libs/gst/Makefile.am:
6793         * gst-libs/gst/net/Makefile.am:
6794         Add gstnet to build.
6795
6796 2005-06-09  Andy Wingo  <wingo@pobox.com>
6797
6798         * gst-libs/gst/gconf/gconf.c:
6799         * gst/playback/test.c:
6800         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
6801         fixes.
6802
6803         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
6804
6805         * ext/theora/theoraenc.c (theora_enc_chain): 
6806         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
6807
6808         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
6809         RealPad.
6810
6811 2005-06-02  Wim Taymans  <wim@fluendo.com>
6812
6813         * gst-libs/gst/net/Makefile.am:
6814         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
6815         * pkgconfig/gstreamer-libs.pc.in:
6816         Added net stuff, version net lib.
6817
6818 2005-06-02  Wim Taymans  <wim@fluendo.com>
6819
6820         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6821         (query_rates), (query_positions_elems), (query_positions_pads),
6822         (do_seek):
6823         Updated seek example.
6824
6825 2005-06-02  Andy Wingo  <wingo@pobox.com>
6826
6827         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
6828         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
6829         list.
6830
6831         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
6832         remove the typefind, the bin dispose will do it for us. When it's
6833         removed and unreffed, the signal handler will be disconnected,
6834         too.
6835         (unlinked): It's too difficult to disconnect from unlinked
6836         handlers, as they are on pads not elements. Just punt if the pads
6837         aren't grandkids of the bin.
6838
6839 2005-06-02  Wim Taymans  <wim@fluendo.com>
6840
6841         * ext/ogg/README:
6842         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6843         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
6844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6845         * ext/theora/theoradec.c: (theora_dec_src_query),
6846         (theora_handle_data_packet):
6847         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6848         (theora_enc_chain):
6849         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6850         (vorbis_handle_data_packet):
6851         * gst/audioconvert/bufferframesconvert.c:
6852         (buffer_frames_convert_chain):
6853         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6854         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6855         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6856         (gst_ffmpegcsp_chain):
6857         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
6858         (gst_videorate_getcaps), (gst_videorate_setcaps),
6859         (gst_videorate_event), (gst_videorate_chain):
6860         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
6861         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
6862         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6863         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
6864         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6865         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
6866         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
6867         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6868         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
6869         Cleanups and buffer alloc.
6870
6871 2005-05-31  Wim Taymans  <wim@fluendo.com>
6872
6873         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
6874         Don't try to call the delay method when the device is not
6875         opened.
6876
6877 2005-05-31  Wim Taymans  <wim@fluendo.com>
6878
6879         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
6880         Get actual segment size and buffer size after opening
6881         the device.
6882
6883 2005-05-30  Wim Taymans  <wim@fluendo.com>
6884
6885         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
6886         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
6887         Also FLUSH upstream, makes the loop function exit faster.
6888         
6889         * ext/theora/theoradec.c: (theora_dec_src_query):
6890         Some more debug info in the query.
6891         
6892         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6893         (gst_ximagesink_setcaps):
6894         Release lock on par error, better error reporting.
6895
6896 2005-05-26  Wim Taymans  <wim@fluendo.com>
6897
6898         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6899         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
6900         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
6901         Clear chains in READY
6902         Queue packets until the chain is activated.
6903
6904 2005-05-25  Wim Taymans  <wim@fluendo.com>
6905
6906         * gst-libs/gst/audio/gstaudiosink.c:
6907         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6908         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
6909         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6910         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
6911         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
6912         (gst_audiosink_create_ringbuffer):
6913         * gst-libs/gst/audio/gstbaseaudiosink.c:
6914         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
6915         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
6916         (gst_baseaudiosink_set_property), (build_linear_format),
6917         (debug_spec_caps), (debug_spec_buffer),
6918         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
6919         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
6920         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
6921         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
6922         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
6923         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
6924         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
6925         (gst_ringbuffer_play), (gst_ringbuffer_pause),
6926         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
6927         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
6928         (wait_segment), (gst_ringbuffer_commit),
6929         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
6930         (gst_ringbuffer_clear):
6931         Various small cleanups.
6932
6933         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
6934         (gst_audio_convert_change_state):
6935         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
6936         No need to take the locks anymore.
6937
6938 2005-05-25  Wim Taymans  <wim@fluendo.com>
6939
6940         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
6941         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
6942         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
6943         (type_found):
6944         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
6945         (group_destroy), (group_commit), (queue_overrun),
6946         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
6947         (mute_stream), (new_decoded_pad), (setup_substreams),
6948         (setup_source), (mute_group_type), (set_active_source),
6949         (gst_play_base_bin_change_state):
6950         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
6951         (gen_video_element), (gen_text_element), (gen_audio_element),
6952         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
6953         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
6954         (gst_stream_info_dispose), (gst_stream_info_set_mute):
6955         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
6956         Some playbin cleanups mostly refcounting sloppyness.
6957
6958 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6959
6960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6961           Work with streaming input.
6962
6963 2005-05-25  Wim Taymans  <wim@fluendo.com>
6964
6965         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6966         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
6967         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
6968         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
6969         No need to take the STREAM lock anymore.
6970
6971 2005-05-25  Wim Taymans  <wim@fluendo.com>
6972
6973         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
6974         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
6975         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
6976         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
6977         (gst_ogg_demux_sink_activate):
6978         * ext/theora/theoradec.c: (theora_dec_src_event),
6979         (theora_handle_comment_packet), (theora_dec_chain),
6980         (theora_dec_change_state):
6981         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6982         (vorbis_handle_data_packet), (vorbis_dec_chain),
6983         (vorbis_dec_change_state):
6984         Remove STREAM locks as they are taken in core now.
6985         Never set bogus granulepos on vorbis/theora.
6986         Fix leaks in theoradec tag parsing.
6987
6988 2005-05-25  Wim Taymans  <wim@fluendo.com>
6989
6990         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
6991         Fix memleaks, GST_BUFFER_DATA() is not freed.
6992
6993 2005-05-25  Wim Taymans  <wim@fluendo.com>
6994
6995         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6996         Open non-blocking, set to blocking mode afterwards to avoid
6997         lockups when audio device is busy.
6998
6999 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7000
7001         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
7002           This can't be good.
7003
7004 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7005
7006         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7007         (gst_audio_convert_chain), (gst_audio_convert_link_src),
7008         (gst_audio_convert_setcaps):
7009           Implement instant setup switching.
7010
7011 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7012
7013         * gst/playback/gstplaybasebin.c: (probe_triggered):
7014           Fix missing unlock.
7015         * gst/playback/gstplaybin.c: (add_sink):
7016           First add, then link (otherwise pad link fails).
7017
7018 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7019
7020         * examples/Makefile.am:
7021         fix buildbot (make distcheck)
7022
7023 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7024
7025         * gst/playback/gstplaybin.c: (gen_vis_element):
7026           Remove some wrong code. Doesn't work yet.
7027
7028 2005-05-19  Wim Taymans  <wim@fluendo.com>
7029
7030         * gst-libs/gst/net/Makefile.am:
7031         * gst-libs/gst/net/README:
7032         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
7033         (gst_netbuffer_class_init), (gst_netbuffer_init),
7034         (gst_netbuffer_finalize), (gst_netbuffer_copy),
7035         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
7036         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
7037         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
7038         * gst-libs/gst/net/gstnetbuffer.h:
7039         Added buffer subclass to store extra to/from addresses for
7040         network sources/sinks.
7041
7042 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7043
7044         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
7045           Don't lock an unassigned variable.
7046
7047 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7048
7049         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7050           Increase buffer for video, decrease buffer for other media types.
7051         * gst/playback/gstplaybin.c: (gen_video_element),
7052         (gen_audio_element):
7053           Change names for debugging purposes.
7054
7055 2005-05-18  Wim Taymans  <wim@fluendo.com>
7056
7057         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7058         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7059         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7060         (gst_ffmpegcsp_chain):
7061         Enable buffer alloc passthrough if the source and dest
7062         formats are the same.
7063
7064 2005-05-17  Wim Taymans  <wim@fluendo.com>
7065
7066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7067         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
7068         (gst_ogg_demux_chain_unlocked):
7069         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7070         (gst_audio_convert_caps_remove_format_info),
7071         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7072         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
7073         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7074         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7075         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
7076         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
7077         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
7078         (gst_ffmpegcsp_get_property):
7079         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7080         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
7081         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
7082         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7083         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
7084         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7085         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
7086         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
7087         Leak fixes in oggdemux.
7088         Some cleanups in audioconvert.
7089         Make passthrough work along with buffer_alloc etc.
7090         Make buffer_alloc and buffer recycling actually work in
7091         xvimagesink.
7092
7093 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7094
7095         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
7096           make the compiler happy
7097
7098 2005-05-17  Wim Taymans  <wim@fluendo.com>
7099
7100         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
7101         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
7102         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
7103         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
7104         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7105         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
7106         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
7107         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
7108         (gst_xvimagesink_set_xwindow_id):
7109         * sys/xvimage/xvimagesink.h:
7110         Port xvimagesink to new MiniObject.
7111
7112 2005-05-17  Wim Taymans  <wim@fluendo.com>
7113
7114         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
7115         (gst_audiofilter_chain):
7116         * gst-libs/gst/audio/gstaudiosink.c:
7117         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7118         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7119         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7120         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7121         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7122         (gst_audiosink_create_ringbuffer):
7123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7124         (gst_audio_convert_caps_remove_format_info),
7125         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7126         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7127         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7128         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7129         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7130         Fix passthrough in ffmpegcolorspace.
7131         Fix memset in audiosink on wrong memory.
7132
7133 2005-05-16  David Schleef  <ds@schleef.org>
7134
7135         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
7136         to GstMiniObject.
7137
7138 2005-05-16  David Schleef  <ds@schleef.org>
7139
7140         Port from GstData to GstMiniObject.
7141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7142         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7143         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
7144         (gst_ogg_mux_collected):
7145         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7146         * ext/theora/theoradec.c: (theora_handle_comment_packet),
7147         (theora_handle_data_packet):
7148         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7149         (theora_set_header_on_caps), (theora_enc_chain):
7150         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7151         (vorbis_handle_comment_packet):
7152         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7153         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7154         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
7155         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
7156         * gst/audioconvert/gstaudioconvert.c:
7157         (gst_audio_convert_get_buffer):
7158         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7159         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7160         (mute_stream), (silence_stream):
7161         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
7162         * gst/volume/gstvolume.c: (volume_transform):
7163         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7164         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
7165         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
7166         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
7167         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
7168         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
7169         (gst_ximagesink_buffer_alloc):
7170         * sys/ximage/ximagesink.h:
7171
7172 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7173
7174         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7175         (fill_buffer), (check_queue), (queue_threshold_reached),
7176         (queue_out_of_data):
7177         * gst/playback/gstplaybasebin.h:
7178           Post buffer-fullness on the bus.
7179
7180 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7181
7182         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7183         (try_to_link_1):
7184         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7185         (group_commit), (probe_triggered), (setup_source),
7186         (gst_play_base_bin_change_state):
7187         * gst/playback/gstplaybasebin.h:
7188         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7189         (gst_play_bin_init), (remove_sinks), (setup_sinks),
7190         (gst_play_bin_change_state):
7191           Move setup_output_pads into a virtual function, remove
7192           group-switch (no longer needed) and redirect (handled by bus
7193           now) signals.
7194
7195 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7196
7197         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7198         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
7199         (get_active_group), (get_building_group), (group_destroy),
7200         (group_commit), (check_queue), (queue_overrun),
7201         (queue_threshold_reached), (queue_out_of_data),
7202         (gen_preroll_element), (remove_groups), (unknown_type),
7203         (add_element_stream), (no_more_pads), (probe_triggered),
7204         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
7205         (setup_substreams), (setup_source), (finish_source),
7206         (prepare_output), (muted_group_change_state),
7207         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7208         (gst_play_base_bin_change_state):
7209         * gst/playback/gstplaybasebin.h:
7210         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7211         (gst_play_bin_init), (gst_play_bin_set_property),
7212         (gen_video_element), (gen_text_element), (gen_audio_element),
7213         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7214         (gst_play_bin_change_state):
7215         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7216         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
7217         (stream_info_change_state), (gst_stream_info_set_mute),
7218         (gst_stream_info_get_property):
7219         * gst/playback/gststreaminfo.h:
7220         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7221         (gst_stream_selector_get_linked_pad),
7222         (gst_stream_selector_getcaps),
7223         (gst_stream_selector_get_linked_pads),
7224         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7225         * gst/playback/gststreamselector.h:
7226           Rough port of playbin. Needs some more work, but is mostly done,
7227           and uses a few locks in important places, which should make stuff
7228           like chain-switches clean. Still uses GST_STATE() in a few places,
7229           which isn't all that good an idea, subtitles/elements disabled
7230           because no elements to test with and thus probably broken, query
7231           and event handling moved to GstBin, internal thread removed
7232           alltogether because the pipeline does that for us now. Can play
7233           Ogg/Vorbis files. Haven't tested anything else yet.
7234
7235 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7236
7237         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7238           Do no-more-pads (needed for autoplugging).
7239
7240 2005-05-10  Andy Wingo  <wingo@pobox.com>
7241
7242         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
7243         message to the bus with the tags. Still not sent downstream tho.
7244
7245         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
7246         get_parent.
7247         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
7248         avoid refcounting hassles.
7249
7250 2005-05-09  Andy Wingo  <wingo@pobox.com>
7251
7252         * gst/volume/Makefile.am:
7253         * gst/volume/demo.c
7254         * gst/volume/gstvolume.h
7255         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
7256         basetransform. Probably need an audio filter base class.
7257
7258 2005-05-09  Wim Taymans  <wim@fluendo.com>
7259
7260         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
7261         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
7262         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
7263         (gst_vorbisenc_chain):
7264         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7265         (gst_audio_convert_caps_remove_format_info),
7266         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7267         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7268         Make caps writable before writing to it.
7269         Fix negotiation in audioconvert some more.
7270
7271 2005-05-09  Wim Taymans  <wim@fluendo.com>
7272
7273         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7274         (gst_videorate_getcaps), (gst_videorate_setcaps),
7275         (gst_videorate_event), (gst_videorate_chain):
7276         Better negotiation.
7277
7278 2005-05-09  Wim Taymans  <wim@fluendo.com>
7279
7280         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
7281         (gst_videorate_getcaps), (gst_videorate_setcaps),
7282         (gst_videorate_blank_data), (gst_videorate_init),
7283         (gst_videorate_event), (gst_videorate_chain),
7284         (gst_videorate_change_state):
7285         Port videorate, do a better job at negotiation while we're at
7286         it.
7287
7288 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
7289
7290         * configure.ac:
7291           Disable libvisual
7292
7293         * examples/Makefile.am:
7294         * gst-libs/gst/audio/Makefile.am:
7295         * gst-libs/gst/riff/Makefile.am:
7296         * gst-libs/gst/tag/Makefile.am:
7297         * gst-libs/gst/video/Makefile.am:
7298           Fixups for missing variables.
7299
7300 2005-05-09  Wim Taymans  <wim@fluendo.com>
7301
7302         * examples/seeking/seek.c: (make_theora_pipeline),
7303         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
7304         (query_rates), (query_positions_elems), (query_positions_pads),
7305         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
7306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
7307         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
7308         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
7309         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7310         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
7311         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7312         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7313         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7314         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
7315         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
7316         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7317         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7318         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
7319         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
7320         (theora_dec_src_convert), (theora_dec_sink_convert),
7321         (theora_dec_src_query), (theora_dec_sink_query),
7322         (theora_dec_src_event), (theora_dec_sink_event),
7323         (theora_handle_comment_packet), (theora_handle_type_packet),
7324         (theora_handle_header_packet), (theora_handle_data_packet),
7325         (theora_dec_chain):
7326         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7327         (vorbis_dec_convert), (vorbis_dec_src_query),
7328         (vorbis_dec_sink_query), (vorbis_dec_src_event),
7329         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7330         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7331         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7332         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7333         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
7334         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
7335         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7336         (gst_play_bin_query):
7337         * gst/playback/test3.c: (update_scale):
7338         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
7339         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
7340         * gst/subparse/gstsubparse.c: (gst_subparse_init):
7341         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
7342         (gst_videotestsrc_src_query):
7343         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
7344         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
7345         (paint_hline_YUV9):
7346         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7347         Port to new query API.
7348         Updated seek.
7349         Cleanups in x[v]imagesink
7350
7351 2005-05-09  Andy Wingo  <wingo@pobox.com>
7352
7353         * ext/alsa/gstalsasink.h:
7354         * ext/gnomevfs/gstgnomevfssrc.c:
7355         (gst_gnomevfssrc_get_icy_metadata):
7356         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
7357         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
7358         * ext/theora/theoradec.c (theora_dec_src_query)
7359         (theora_dec_src_event, theora_dec_sink_event)
7360         (theora_handle_comment_packet, theora_handle_data_packet):
7361         * ext/theora/theoraenc.c (theora_enc_chain):
7362         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
7363         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
7364         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
7365         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
7366         (qt_type_find):
7367         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
7368         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
7369         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
7370         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
7371         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
7372         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
7373         (paint_setup_xBGR8888, paint_setup_RGBx8888)
7374         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
7375         (paint_setup_RGB565, paint_setup_xRGB1555):
7376         * gst/videotestsrc/videotestsrc.h:
7377         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
7378         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
7379         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
7380         GCC4 fixes.
7381         
7382         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
7383         gst_pad_query_position. Fixes oggdemux.
7384
7385 2005-05-08  David Schleef  <ds@schleef.org>
7386
7387         * configure.ac: Require liboil.
7388         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
7389         a few more.
7390         * gst/videotestsrc/videotestsrc.c:
7391         * gst/videotestsrc/videotestsrc.h:
7392
7393 2005-05-06  Wim Taymans  <wim@fluendo.com>
7394
7395         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7396         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7397         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7398         Well, unreffing a buffer right before pushing it is asking
7399         for trouble..
7400
7401 2005-05-06  Christian Schaller  <uraeus@gnome.org>
7402
7403         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
7404
7405 2005-05-06  Wim Taymans  <wim@fluendo.com>
7406
7407         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7408         (gst_audio_convert_caps_remove_format_info),
7409         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7410         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7411         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7412         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7413         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7414         * gst/sine/Makefile.am:
7415         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
7416         (gst_sinesrc_class_init), (gst_sinesrc_init),
7417         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
7418         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
7419         (gst_sinesrc_update_freq):
7420         * gst/sine/gstsinesrc.h:
7421         * gst/tcp/gstmultifdsink.c:
7422         * sys/xvimage/xvimagesink.c:
7423         Fixed negotiation wrt _peer_get_caps()
7424         Some cleanups.
7425
7426
7427 2005-05-06  Wim Taymans  <wim@fluendo.com>
7428
7429         * gst-libs/gst/audio/gstaudiosink.c:
7430         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7431         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7432         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7433         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7434         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7435         (gst_audiosink_create_ringbuffer):
7436         * gst-libs/gst/audio/gstbaseaudiosink.c:
7437         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7438         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7439         (gst_baseaudiosink_set_property), (build_linear_format),
7440         (debug_spec_caps), (debug_spec_buffer),
7441         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7442         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7443         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7444         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7445         * gst-libs/gst/audio/gstbaseaudiosink.h:
7446         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7447         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7448         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7449         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7450         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7451         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7452         (wait_segment), (gst_ringbuffer_commit),
7453         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7454         (gst_ringbuffer_clear):
7455         * gst-libs/gst/audio/gstringbuffer.h:
7456         Make the base audiosink return an error when there is no
7457         audiobuffer negotiated.
7458
7459 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7460
7461         * ext/Makefile.am:
7462         Disable cdparanoia until someone ports it!
7463
7464 2005-05-06  Wim Taymans  <wim@fluendo.com>
7465
7466         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7467         (gst_ogg_demux_sink_activate):
7468         And revert after wingo's revert.. sigh..
7469
7470 2005-05-05  Andy Wingo  <wingo@pobox.com>
7471
7472         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
7473         GObject.
7474         * configure.ac: Return audiorate and subparse from the ghetto.
7475         Re-enable -Wall -Werror.
7476         * gst/subparse/gstsubparse.c:
7477         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
7478         or chain-based. Cleaned up a bit. Not tested.
7479         
7480 2005-05-05  Christian Schaller <christian@fluendo.com> 
7481
7482         * Makefile.am: remove stuff that is not building
7483         * configure.ac: remove stuff that is not building
7484         * examples/Makefile.am: remove stuff that is not building
7485         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
7486         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
7487         * sys/Makefile.am: remove stuff that is not building
7488         * testsuite/Makefile.am: remove stuff that is not building
7489
7490 2005-05-05  Andy Wingo  <wingo@pobox.com>
7491
7492         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
7493         * gst-libs/gst/tag/gstvorbistag.c:
7494         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
7495         * gst/adder/gstadder.h:
7496         * gst/audioconvert/gstchannelmix.c:
7497         (gst_audio_convert_fill_one_other):
7498         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
7499         (gst_audiorate_init), (gst_audiorate_chain):
7500         * gst/playback/gstplaybasebin.c: (setup_source):
7501         * gst/playback/test3.c: (update_scale):
7502         Some GCC4 fixes
7503         
7504         * po/af.po:
7505         * po/az.po:
7506         * po/cs.po:
7507         * po/en_GB.po:
7508         * po/hu.po:
7509         * po/it.po:
7510         * po/nb.po:
7511         * po/nl.po:
7512         * po/or.po:
7513         * po/sq.po:
7514         * po/sr.po:
7515         * po/sv.po:
7516         * po/uk.po:
7517         * po/vi.po: Foo
7518
7519 2005-05-05  Wim Taymans  <wim@fluendo.com>
7520
7521         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7522         (gst_audio_convert_caps_remove_format_info),
7523         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7524         (gst_audio_convert_change_state), (gst_audio_convert_channels):
7525         * gst/videotestsrc/gstvideotestsrc.c:
7526         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
7527         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
7528         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
7529         (gst_videotestsrc_init), (gst_videotestsrc_loop):
7530         Don't ignore _push() return values.
7531         Make sure no processing is done when shutting down.
7532         Videotestsrc pad activation fix.
7533
7534 2005-05-05  Wim Taymans  <wim@fluendo.com>
7535
7536         * gst/adder/Makefile.am:
7537         * gst/adder/gstadder.c: (gst_adder_setcaps),
7538         (gst_adder_class_init), (gst_adder_init),
7539         (gst_adder_request_new_pad), (gst_adder_collected),
7540         (gst_adder_change_state):
7541         * gst/adder/gstadder.h:
7542         Ported adder as an example of a mixer element using
7543         collect pads. Needs more negotiation work.
7544
7545 2005-05-05  Wim Taymans  <wim@fluendo.com>
7546
7547         * ext/theora/theoradec.c: (_inc_granulepos),
7548         (theora_dec_src_event), (theora_dec_sink_event),
7549         (theora_handle_comment_packet), (theora_handle_type_packet),
7550         (theora_handle_header_packet), (theora_handle_data_packet),
7551         (theora_dec_chain):
7552         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7553         (gst_theora_enc_init), (theora_enc_sink_setcaps),
7554         (theora_push_buffer), (theora_push_packet),
7555         (theora_enc_sink_event), (theora_enc_chain),
7556         (theora_enc_change_state), (theora_enc_set_property),
7557         (theora_enc_get_property):
7558         Added stream lock to decoder so that we can serialize
7559         the discont event.
7560         More theoraenc porting, recover from errors, do clean
7561         shutdown.
7562
7563 2005-05-05  Wim Taymans  <wim@fluendo.com>
7564
7565         * ext/ogg/Makefile.am:
7566         * ext/ogg/README:
7567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7568         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
7569         (gst_ogg_print):
7570         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7571         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7572         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7573         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
7574         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
7575         (gst_ogg_mux_change_state):
7576         Ported ogg muxer.
7577
7578 2005-05-05  Wim Taymans  <wim@fluendo.com>
7579
7580         * docs/design-audiosinks.txt:
7581         * gst-libs/gst/audio/TODO:
7582         * gst-libs/gst/audio/gstaudiosink.c:
7583         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7584         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7585         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7586         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7587         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7588         (gst_audiosink_create_ringbuffer):
7589         * gst-libs/gst/audio/gstbaseaudiosink.c:
7590         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7591         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7592         (gst_baseaudiosink_set_property), (build_linear_format),
7593         (debug_spec_caps), (debug_spec_buffer),
7594         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7595         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7596         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7597         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7598         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7599         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7600         (gst_ringbuffer_release), (gst_ringbuffer_play),
7601         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7602         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7603         (gst_ringbuffer_set_sample), (wait_segment),
7604         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7605         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7606         More work on the audiosink, mostly debugging and a race in
7607         shutdown.
7608
7609 2005-04-28  Wim Taymans  <wim@fluendo.com>
7610
7611         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7612         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
7613         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7614         (vorbis_dec_src_query), (vorbis_dec_src_event),
7615         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7616         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7617         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7618         Don't crap out when seeking back to position 0.
7619
7620 2005-04-28  Wim Taymans  <wim@fluendo.com>
7621
7622         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
7623         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
7624         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
7625         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
7626         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
7627         Make audio sink configurable, use alsasink as default.
7628
7629 2005-04-28  Wim Taymans  <wim@fluendo.com>
7630
7631         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7632         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7633         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7634         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
7635         (vorbis_dec_change_state):
7636         * ext/vorbis/vorbisdec.h:
7637         Refactor, use STREAM_LOCK.
7638
7639 2005-04-28  Wim Taymans  <wim@fluendo.com>
7640
7641         * ext/theora/theoradec.c: (_inc_granulepos),
7642         (theora_dec_sink_event), (theora_handle_comment_packet),
7643         (theora_handle_type_packet), (theora_handle_header_packet),
7644         (theora_handle_data_packet), (theora_dec_chain),
7645         (theora_dec_change_state):
7646         Refactor a bit, use STREAM_LOCK.
7647
7648 2005-04-28  Wim Taymans  <wim@fluendo.com>
7649
7650         * ext/alsa/Makefile.am:
7651         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
7652         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
7653         (gst_alsa_link), (gst_alsa_close_audio):
7654         * ext/alsa/gstalsaplugin.c: (plugin_init):
7655         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7656         (gst_alsasink_dispose), (gst_alsasink_base_init),
7657         (gst_alsasink_class_init), (gst_alsasink_init),
7658         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
7659         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
7660         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
7661         (gst_alsasink_reset):
7662         * ext/alsa/gstalsasink.h:
7663         Implement alsasink with simple open/write/close API. 
7664         Make alsa dir build by disabling compilation of code.
7665
7666 2005-04-28  Wim Taymans  <wim@fluendo.com>
7667
7668         * gst-libs/gst/audio/Makefile.am:
7669         * gst-libs/gst/audio/audio.h:
7670         * gst-libs/gst/audio/audioclock.c:
7671         * gst-libs/gst/audio/audioclock.h:
7672         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
7673         (gst_audio_clock_class_init), (gst_audio_clock_init),
7674         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
7675         * gst-libs/gst/audio/gstaudioclock.h:
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), (gst_baseaudiosink_get_property),
7687         (build_linear_format), (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/gstbaseaudiosink.h:
7693         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7694         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
7695         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7696         (gst_ringbuffer_release), (gst_ringbuffer_play),
7697         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7698         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7699         (gst_ringbuffer_set_sample), (wait_segment),
7700         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7701         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7702         * gst-libs/gst/audio/gstringbuffer.h:
7703         Make ringbuffer faster and more simple by removing the locks
7704         in the playback thread.
7705         Add sample accurate playback based on buffer sample offsets.
7706         Make the baseaudiosink provide a clock.
7707         Parse caps in the base class.
7708         Correctly handle seeking, flushing and state changes.
7709
7710 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
7711
7712         * configure.ac:
7713         * gst/audioconvert/Makefile.am:
7714         * gst/audioscale/Makefile.am:
7715           Fix part of the build.  Come on guys, autogen didn't even work :)
7716
7717 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7718
7719         * configure.ac:
7720         * gst-libs/gst/Makefile.am:
7721         * gst-libs/gst/media-info/.cvsignore:
7722         * gst-libs/gst/media-info/Makefile.am:
7723         * gst-libs/gst/media-info/README:
7724         * gst-libs/gst/media-info/media-info-priv.c:
7725         * gst-libs/gst/media-info/media-info-priv.h:
7726         * gst-libs/gst/media-info/media-info-test.c:
7727         * gst-libs/gst/media-info/media-info.c:
7728         * gst-libs/gst/media-info/media-info.h:
7729         * gst-libs/gst/media-info/media-info.vcproj:
7730         * pkgconfig/Makefile.am:
7731         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7732         * pkgconfig/gstreamer-media-info.pc.in:
7733           Remove media-info, which is also successed by playbin (see Totem
7734           implementation).
7735
7736 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7737
7738         * configure.ac:
7739         * examples/Makefile.am:
7740         * examples/gstplay/.cvsignore:
7741         * examples/gstplay/Makefile.am:
7742         * examples/gstplay/player.c:
7743         * gst-libs/gst/Makefile.am:
7744         * gst-libs/gst/play/.cvsignore:
7745         * gst-libs/gst/play/Makefile.am:
7746         * gst-libs/gst/play/play.c:
7747         * gst-libs/gst/play/play.h:
7748         * gst-libs/gst/play/play.vcproj:
7749         * pkgconfig/Makefile.am:
7750         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7751         * pkgconfig/gstreamer-play.pc.in:
7752           Remove libgstplay, playbin is now the official successor.
7753
7754 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7755
7756         * configure.ac:
7757         * gst-libs/gst/Makefile.am:
7758         * gst-libs/gst/xwindowlistener/Makefile.am:
7759         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
7760         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
7761           Remove deprecated xwindowlistener (I've moved xwindowlistening
7762           in the v4l/v4l2 plugins over to serverside).
7763
7764 2005-04-25  David Schleef  <ds@schleef.org>
7765
7766         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
7767         to examples/dynparams.  Examples do not belong interspersed with
7768         source code.
7769         * examples/dynparams/demo-dparams.c:
7770         * gst/sine/Makefile.am:
7771         * gst/sine/demo-dparams.c:
7772
7773 2005-04-25  David Schleef  <ds@schleef.org>
7774
7775         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
7776         * gst-libs/gst/audio/Makefile.am:
7777         * gst-libs/gst/riff/Makefile.am:
7778         * gst-libs/gst/tag/Makefile.am:
7779         * gst-libs/gst/video/Makefile.am:
7780         * gst-libs/gst/xwindowlistener/Makefile.am:
7781
7782         Convert to 0.9 API, seems to work:
7783         * sys/ximage/Makefile.am:
7784         * sys/ximage/ximagesink.c:
7785
7786 2005-04-24  David Schleef  <ds@schleef.org>
7787
7788         Link plugins against libraries:
7789         * ext/alsa/Makefile.am:
7790         * gst/tcp/Makefile.am:
7791
7792         Remove asm code that should be in liboil
7793         * gst/videoscale/Makefile.am:
7794         * gst/videoscale/videoscale_x86_asm.s:
7795
7796         gettext wants these checked in:
7797         * po/af.po:
7798         * po/az.po:
7799         * po/cs.po:
7800         * po/en_GB.po:
7801         * po/hu.po:
7802         * po/it.po:
7803         * po/nb.po:
7804         * po/nl.po:
7805         * po/or.po:
7806         * po/sq.po:
7807         * po/sr.po:
7808         * po/sv.po:
7809         * po/uk.po:
7810         * po/vi.po:
7811
7812 2005-04-24  David Schleef  <ds@schleef.org>
7813
7814         Convert gst_main() to g_main_loop_run()
7815         * gst/playback/decodetest.c: (main):
7816         * gst/playback/test2.c: (main):
7817         * gst/playback/test3.c: (main):
7818         * gst/playback/test4.c: (main):
7819
7820         Link plugins against libraries:
7821         * ext/libvisual/Makefile.am:
7822         * sys/xvimage/Makefile.am:
7823
7824 2005-04-24  David Schleef  <ds@schleef.org>
7825
7826         * configure.ac: Remove idct and resample libs
7827         * gst-libs/gst/Makefile.am: same
7828
7829         Remove usage of gst_library_load():
7830         * ext/alsa/gstalsaplugin.c: (plugin_init):
7831         * ext/libvisual/visual.c: (plugin_init):
7832         * ext/ogg/gstogg.c: (plugin_init):
7833         * ext/theora/theora.c: (plugin_init):
7834         * ext/vorbis/vorbis.c: (plugin_init):
7835         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
7836         * gst/audioscale/gstaudioscale.c:
7837         * gst/adder/gstadder.c: (plugin_init):
7838         * gst/audioconvert/plugin.c: (plugin_init):
7839         * sys/ximage/ximagesink.c: (plugin_init):
7840         * sys/xvimage/xvimagesink.c: (plugin_init):
7841         * gst/tcp/gsttcpplugin.c: (plugin_init):
7842
7843         Link plugins against libraries:
7844         * ext/ogg/Makefile.am:
7845         * ext/theora/Makefile.am:
7846         * ext/vorbis/Makefile.am:
7847         * gst/audioconvert/Makefile.am:
7848
7849         Create proper libraries:
7850         * gst-libs/gst/riff/Makefile.am:
7851         * gst-libs/gst/audio/Makefile.am:
7852         * gst-libs/gst/video/Makefile.am:
7853
7854         Move resample library to audioscale plugin directory:
7855         * gst-libs/gst/resample/Makefile.am:
7856         * gst-libs/gst/resample/README:
7857         * gst-libs/gst/resample/dtof.c:
7858         * gst-libs/gst/resample/dtos.c:
7859         * gst-libs/gst/resample/functable.c:
7860         * gst-libs/gst/resample/private.h:
7861         * gst-libs/gst/resample/resample.c:
7862         * gst-libs/gst/resample/resample.h:
7863         * gst-libs/gst/resample/resample.vcproj:
7864         * gst-libs/gst/resample/test.c:
7865         * gst/audioscale/Makefile.am:
7866         * gst/audioscale/README:
7867         * gst/audioscale/dtof.c:
7868         * gst/audioscale/dtos.c:
7869         * gst/audioscale/functable.c:
7870         * gst/audioscale/private.h:
7871         * gst/audioscale/resample.c:
7872         * gst/audioscale/resample.h:
7873         * gst/audioscale/test.c:
7874
7875         Move tagedit library to gst-libs:
7876         * gst-libs/gst/tag/Makefile.am:
7877         * gst-libs/gst/tag/gstid3tag.c:
7878         * gst-libs/gst/tag/gsttagediting.c:
7879         * gst-libs/gst/tag/gsttageditingprivate.h:
7880         * gst-libs/gst/tag/gstvorbistag.c:
7881         * gst/tags/Makefile.am:
7882         * gst/tags/gstid3tag.c:
7883         * gst/tags/gstvorbistag.c:
7884
7885         Fix for core changes:
7886         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7887         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
7888         (gst_sinesrc_getrange):
7889
7890 2005-04-23  David Schleef  <ds@schleef.org>
7891
7892         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
7893         in gst-plugins in a long time, and properly belongs in liboil.
7894         * gst-libs/gst/idct/Makefile.am:
7895         * gst-libs/gst/idct/README:
7896         * gst-libs/gst/idct/dct.h:
7897         * gst-libs/gst/idct/doieee:
7898         * gst-libs/gst/idct/fastintidct.c:
7899         * gst-libs/gst/idct/floatidct.c:
7900         * gst-libs/gst/idct/idct.c:
7901         * gst-libs/gst/idct/idct.h:
7902         * gst-libs/gst/idct/idtc.vcproj:
7903         * gst-libs/gst/idct/ieeetest.c:
7904         * gst-libs/gst/idct/intidct.c:
7905
7906 2005-04-20  Wim Taymans  <wim@fluendo.com>
7907
7908         * docs/design-audiosinks.txt:
7909         * gst-libs/gst/audio/Makefile.am:
7910         * gst-libs/gst/audio/TODO:
7911         * gst-libs/gst/audio/gstaudiosink.c:
7912         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7913         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7914         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
7915         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7916         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7917         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
7918         (gst_audiosink_class_init), (gst_audiosink_init),
7919         (gst_audiosink_create_ringbuffer):
7920         * gst-libs/gst/audio/gstaudiosink.h:
7921         * gst-libs/gst/audio/gstbaseaudiosink.c:
7922         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
7923         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
7924         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
7925         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
7926         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
7927         (gst_baseaudiosink_create_ringbuffer),
7928         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7929         * gst-libs/gst/audio/gstbaseaudiosink.h:
7930         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7931         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
7932         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
7933         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7934         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
7935         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7936         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
7937         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
7938         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
7939         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
7940         * gst-libs/gst/audio/gstringbuffer.h:
7941         An attempt at a set of audio base classes together with some
7942         design docs.
7943
7944 2005-04-20  Wim Taymans  <wim@fluendo.com>
7945
7946         * gst/audioconvert/Makefile.am:
7947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7948         (gst_audio_convert_caps_remove_format_info),
7949         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7950         (gst_audio_convert_channels):
7951         Link against audio libs.
7952         Fix audio convert plugin.
7953
7954 2005-04-20  Wim Taymans  <wim@fluendo.com>
7955
7956         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
7957         (gst_ogg_demux_sink_activate):
7958         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
7959         (theora_set_header_on_caps), (theora_enc_sink_event),
7960         (theora_enc_chain):
7961         Fix theora encoder.
7962
7963 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7964
7965         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
7966         * gst/playback/gstdecodebin.c: (find_compatibles):
7967           Work with staticpadtemplates in elementfactories.
7968
7969 2005-04-12  Wim Taymans  <wim@fluendo.com>
7970
7971         * gst/playback/README:
7972         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7973         (compare_ranks), (print_feature), (gst_decode_bin_init),
7974         (dynamic_create), (dynamic_free), (find_compatibles),
7975         (mimetype_is_raw), (close_pad_link), (got_redirect),
7976         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
7977         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
7978         (gst_decode_bin_change_state):
7979         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7980         (gst_play_base_bin_init), (group_destroy), (group_commit),
7981         (check_queue), (queue_overrun), (queue_threshold_reached),
7982         (queue_out_of_data), (gen_preroll_element), (unknown_type),
7983         (new_decoded_pad), (setup_subtitle), (gen_source_element),
7984         (got_redirect), (setup_source), (play_base_eos),
7985         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
7986         (gst_play_base_bin_remove_element):
7987         * gst/playback/gstplaybasebin.h:
7988         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7989         (gst_play_bin_init), (gst_play_bin_dispose),
7990         (gst_play_bin_set_property), (gen_video_element),
7991         (gen_text_element), (gen_audio_element), (remove_sinks),
7992         (gst_play_bin_send_event):
7993         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7994         (stream_info_change_state), (gst_stream_info_set_mute):
7995         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7996         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
7997         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
7998         (gst_stream_selector_chain):
7999         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8000         (main):
8001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
8002         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
8003         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8004         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
8005         Raw and crude port of decodebin. 
8006         Make playbin compile.
8007
8008 2005-04-06  Wim Taymans  <wim@fluendo.com>
8009
8010         * ext/gnomevfs/Makefile.am:
8011         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
8012         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8013         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
8014         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
8015         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
8016         (gst_gnomevfssrc_stop):
8017         * ext/ogg/Makefile.am:
8018         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
8019         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
8020         * ext/theora/Makefile.am:
8021         * ext/theora/theoradec.c: (_inc_granulepos),
8022         (theora_dec_sink_event), (theora_dec_chain):
8023         * ext/vorbis/Makefile.am:
8024         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8025         (vorbis_dec_sink_event), (vorbis_dec_chain):
8026         * gst-libs/gst/audio/Makefile.am:
8027         * sys/xvimage/Makefile.am:
8028         Make gnomevfssrc extend the source base class.
8029         Fix linking against libs in various plugins.
8030
8031 2005-04-06  Andy Wingo  <wingo@pobox.com>
8032
8033         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
8034         GST_BASE_LIBS.
8035
8036         * configure.ac: Add check and AC_SUBST for libgstbase.
8037
8038 2005-03-31  Wim Taymans  <wim@fluendo.com>
8039
8040         * examples/seeking/Makefile.am:
8041         * examples/seeking/cdparanoia.c: (main):
8042         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
8043         (play_cb), (pause_cb), (stop_cb), (main):
8044         * examples/seeking/playbin.c:
8045         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
8046         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
8047         (make_sid_pipeline), (make_vorbis_pipeline),
8048         (make_theora_pipeline), (make_vorbis_theora_pipeline),
8049         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8050         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
8051         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
8052         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
8053         (stop_cb), (main):
8054         * examples/seeking/spider_seek.c:
8055         * examples/seeking/vorbisfile.c:
8056         * ext/gnomevfs/Makefile.am:
8057         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8058         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
8059         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8060         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
8061         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
8062         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
8063         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
8064         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
8065         * ext/ogg/README:
8066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
8067         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
8068         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
8069         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
8070         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
8071         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
8072         (gst_ogg_pad_event), (gst_ogg_pad_reset),
8073         (gst_ogg_demux_factory_filter), (compare_ranks),
8074         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8075         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8076         (gst_ogg_chain_new), (gst_ogg_chain_free),
8077         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
8078         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
8079         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
8080         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
8081         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
8082         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
8083         (gst_ogg_demux_get_prev_page),
8084         (gst_ogg_demux_deactivate_current_chain),
8085         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8086         (gst_ogg_demux_bisect_forward_serialno),
8087         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
8088         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
8089         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
8090         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
8091         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
8092         (gst_ogg_demux_change_state), (gst_ogg_print):
8093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8094         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
8095         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
8096         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
8097         (gst_ogg_mux_loop):
8098         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8099         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8100         (theora_dec_src_convert), (theora_dec_sink_convert),
8101         (theora_dec_src_query), (theora_dec_src_event),
8102         (theora_dec_sink_event), (theora_dec_chain),
8103         (theora_dec_change_state):
8104         * ext/theora/theoraenc.c: (gst_theora_enc_init),
8105         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
8106         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
8107         (theora_enc_change_state):
8108         * ext/vorbis/Makefile.am:
8109         * ext/vorbis/oggvorbisenc.c:
8110         * ext/vorbis/oggvorbisenc.h:
8111         * ext/vorbis/vorbis.c: (plugin_init):
8112         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8113         (vorbis_dec_src_query), (vorbis_dec_src_event),
8114         (vorbis_dec_sink_event), (vorbis_dec_chain),
8115         (vorbis_dec_change_state):
8116         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
8117         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
8118         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
8119         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
8120         (gst_vorbisenc_change_state):
8121         * ext/vorbis/vorbisenc.h:
8122         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
8123         * gst-libs/gst/audio/audioclock.c:
8124         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8125         (gst_audiofilter_init), (gst_audiofilter_chain):
8126         * gst-libs/gst/audio/testchannels.c: (main):
8127         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8128         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
8129         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
8130         (gmip_find_track_streaminfo), (gmip_find_track_format):
8131         * gst-libs/gst/media-info/media-info.c:
8132         (gst_media_info_read_idler):
8133         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
8134         (gst_play_get_all_by_interface):
8135         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8136         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
8137         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8138         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
8139         (gst_riff_parse_info):
8140         * gst-libs/gst/riff/riff-read.h:
8141         * gst-libs/gst/riff/riff.c: (plugin_init):
8142         * gst-libs/gst/video/Makefile.am:
8143         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
8144         (gst_videosink_class_init), (gst_videosink_get_type):
8145         * gst-libs/gst/video/videosink.h:
8146         * gst/audioconvert/bufferframesconvert.c:
8147         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
8148         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
8149         * gst/audioconvert/channelmixtest.c: (main):
8150         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8151         (gst_audio_convert_chain),
8152         (gst_audio_convert_caps_remove_format_info),
8153         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
8154         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
8155         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
8156         (gst_audio_convert_buffer_to_default_format),
8157         (gst_audio_convert_buffer_from_default_format),
8158         (gst_audio_convert_channels):
8159         * gst/audioconvert/gstchannelmix.h:
8160         * gst/ffmpegcolorspace/avcodec.h:
8161         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8162         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
8163         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
8164         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
8165         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
8166         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8167         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8168         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
8169         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8170         (dv_type_find):
8171         * gst/videotestsrc/gstvideotestsrc.c:
8172         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
8173         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
8174         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
8175         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
8176         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
8177         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
8178         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
8179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8180         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
8181         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
8182         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
8183         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8184         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8185         (gst_xvimagesink_navigation_send_event),
8186         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
8187         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
8188         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8189         * sys/xvimage/xvimagesink.h:
8190         Plugin port to 0.9, ogg/theora playback should work in the seek
8191         example now.
8192         Removed old examples.
8193         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
8194         explained in 0.9 TODO doc.
8195
8196
8197 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8198
8199         * autogen.sh:
8200         * configure.ac:
8201         * ext/Makefile.am:
8202         * gst/Makefile.am:
8203         * po/POTFILES.in:
8204         * po/af.po:
8205         * po/az.po:
8206         * po/cs.po:
8207         * po/en_GB.po:
8208         * po/hu.po:
8209         * po/it.po:
8210         * po/nb.po:
8211         * po/nl.po:
8212         * po/or.po:
8213         * po/sq.po:
8214         * po/sr.po:
8215         * po/sv.po:
8216         * po/uk.po:
8217         * po/vi.po:
8218         * sys/Makefile.am:
8219         * testsuite/Makefile.am:
8220           remove a whole bunch of plugins.  This module now contains a set
8221           of free reference plugins/elements as agreed.
8222
8223 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8224
8225         * configure.ac:
8226           hunting season on 0.9 is now OPEN
8227
8228 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8229
8230         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
8231           Kick the hell out of gcc for not warning me about a symbol conflict.
8232
8233 2005-02-22  Luca Ognibene  <luogni@tin.it>
8234
8235         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8236
8237         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
8238           Don't leak caps string (fixes #168134)
8239
8240         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
8241         (gst_jpegenc_init), (gst_jpegenc_finalize),
8242         (gst_jpegenc_change_state):
8243           Don't leak line buffers and context struct (fixes #168133).
8244
8245 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
8246
8247         * configure.ac:
8248         * ext/dirac/gstdiracdec.cc:
8249         (gst_diracdec_chain):
8250           Since dirac 0.5.0 the framerate in dirac is expressed as a
8251           rational number. Fix build and up requirement to 0.5.0, and
8252           also pass parameters to gst_diracdec_link in the right order
8253           (fixes #167959).
8254
8255 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
8256
8257         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
8258         * ext/faad/gstfaad.h:
8259         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
8260         certain invalid muxed streams, where some packets will contain 
8261         junk after decoder data. Partially fixes #149158.
8262
8263 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
8264         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
8265           Make sure we only write to writable buffers
8266
8267 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
8268
8269         * gst-libs/gst/riff/riff-media.c:
8270         (gst_riff_create_audio_caps_with_data):
8271           Do actually fix invalid RIFF fmt header values for alaw
8272           and mulaw audio instead of just saying so.
8273
8274         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8275           Give gst_riff_create_audio_caps_with_data() a chance to
8276           fix up broken format header fields before extracting any
8277           parameters from the header. (fixes #167633)
8278
8279 2005-02-19  Martin Holters  <martin.holters@gmx.de>
8280
8281         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8282
8283         * gst/audioconvert/bufferframesconvert.c:
8284         (buffer_frames_convert_link):
8285           Don't leak othercaps. (fixes #167878)
8286
8287 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
8288
8289         * configure.ac:
8290         * ext/libvisual/visual.c: (gst_visual_srclink),
8291         (gst_visual_change_state):
8292           Support libvisual 0.2.0.
8293
8294 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
8295
8296         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
8297         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
8298           Use same rowstrides for I420 as used everywhere else.
8299
8300 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
8301
8302         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
8303           Declare variables at beginning of block and make gcc-2.95 happy
8304           (fixes # 167482, patch by Gergely Nagy).
8305           
8306         * gst/tcp/gsttcpclientsrc.c:
8307         * gst/tcp/gsttcpclientsrc.h:
8308           Move some includes into the header, so that struct sockaddr_in is
8309           defined when it should be defined on FreeBSD as well (fixes
8310           #167483).
8311           
8312         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
8313           Don't pass uninitialised values to setsockopt() here either.
8314
8315 2005-02-17  Luca Ognibene  <luogni at tin dot it>
8316
8317         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8318
8319         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
8320           Don't pass uninitialised values to setsockopt(). (fixes #167704)
8321
8322 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8323
8324         * gst/playback/gstplaybin.c: (add_sink):
8325           Invert bin_add/link order to workaround deadlock in opt.
8326
8327 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8328
8329         * gst/modplug/gstmodplug.cc:
8330           Add missing break causing position queries to fail.
8331
8332 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8333
8334         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
8335           Granpos can apparently be -1, which screws up calculations...
8336
8337 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
8338
8339         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8340         (gst_ximagesink_send_pending_navigation),
8341         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
8342         (gst_ximagesink_init):
8343         * sys/ximage/ximagesink.h:
8344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8345         (gst_xvimagesink_send_pending_navigation),
8346         (gst_xvimagesink_navigation_send_event),
8347         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
8348         * sys/xvimage/xvimagesink.h:
8349           Use a mutex protected list to marshal navigation
8350           events into the stream thread from whichever thread
8351           sends them.
8352
8353 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
8354
8355         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
8356           Display current position and track length; misc. clean-ups.
8357           
8358         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
8359         (speed_init), (speed_chain):
8360           Add query function, so that the stream length and current position
8361           get adjusted when queried (note that current position queries may
8362           still be wrong if the audio sink returns values based on buffer
8363           timestamps instead of passing on the query).
8364
8365 2005-02-13  Benjamin Otte  <otte@gnome.org>
8366
8367         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8368         (gst_audio_convert_channels):
8369           create channel conversion matrix when linking
8370         * gst/audioconvert/.cvsignore:
8371         * gst/audioconvert/Makefile.am:
8372         * gst/audioconvert/channelmixtest.c: (main):
8373           add (ugly) test that ensures stereo <=> mono conversion works
8374           correctly
8375
8376 2005-02-13  Benjamin Otte  <otte@gnome.org>
8377
8378         * gst/audioconvert/gstchannelmix.h:
8379           include missing header file
8380         * gst/audioconvert/gstchannelmix.c:
8381         (gst_audio_convert_fill_compatible):
8382           use same sign for both channels when converting to/from compatible
8383           channel. Previously used different signs made the signals cancel
8384           each other out and appear like silence. (fixes #167269)
8385
8386 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8387
8388         * gst/ffmpegcolorspace/avcodec.h:
8389         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8390         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8391         (gst_ffmpegcsp_avpicture_fill):
8392         * gst/ffmpegcolorspace/imgconvert.c:
8393           Convert to and from YV12 (fixes #156379).
8394
8395 2005-02-12  Julien MOUTTE  <julien@moutte.net>
8396
8397         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
8398         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
8399         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
8400         (gst_ximagesink_expose), (gst_ximagesink_set_property),
8401         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
8402         methods from chain and negotiation and vice versa (Fixes #166142).
8403         * sys/ximage/ximagesink.h: Add stream_lock.
8404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8405         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8406         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8407         (gst_xvimagesink_expose): Check for xcontext before trying to link.
8408
8409 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8410
8411         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
8412           Don't send "Hey! You gave me a NULL pointer you naughty person" as
8413           error message when we can't open the DVD device (when dvdnav_open()
8414           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
8415           the above). Send something more useful instead (fixes #167117).
8416
8417 2005-02-11  Julien MOUTTE  <julien@moutte.net>
8418
8419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8420         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
8421         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8422         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8423         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
8424         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
8425         methods from chain and negotiation and vice versa (Fixes #166142).
8426         Fix a possible bug of images in the buffer pool being discarded because
8427         we are looking at the wrong geometry.
8428         * sys/xvimage/xvimagesink.h: Add stream_lock.
8429
8430 2005-02-11  David Schleef  <ds@schleef.org>
8431
8432         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
8433         unsigned int. (fixes #167128)
8434
8435 2005-02-11  David Schleef  <ds@schleef.org>
8436
8437         * gst/librfb/Makefile.am: Testing stuff before committing is
8438           for wimps... and people with fast machines.  Fix stupid
8439           mistake.
8440
8441 2005-02-11  David Schleef  <ds@schleef.org>
8442
8443         * configure.ac: Pull in librfb from my CVS tree, because it is
8444           too small and annoying to be separate.  Move rfbsrc plugin
8445           to gst/.
8446         * ext/Makefile.am:
8447         * ext/librfb/Makefile.am:
8448         * ext/librfb/gstrfbsrc.c:
8449         * gst/librfb/Makefile.am:
8450         * gst/librfb/gstrfbsrc.c:
8451         * gst/librfb/rfb.c:
8452         * gst/librfb/rfb.h:
8453         * gst/librfb/rfbbuffer.c:
8454         * gst/librfb/rfbbuffer.h:
8455         * gst/librfb/rfbbytestream.c:
8456         * gst/librfb/rfbbytestream.h:
8457         * gst/librfb/rfbcontext.h:
8458         * gst/librfb/rfbdecoder.c:
8459         * gst/librfb/rfbdecoder.h:
8460         * gst/librfb/rfbutil.h:
8461
8462 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
8463
8464         * gst/speed/Makefile.am:
8465         * gst/speed/demo-mp3.c: (main):
8466         * gst/speed/filter.func:
8467         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
8468         (speed_class_init), (speed_init), (speed_chain_int16),
8469         (speed_chain_float32), (speed_chain), (speed_set_property),
8470         (speed_get_property), (speed_change_state):
8471         * gst/speed/gstspeed.h:
8472           Fix speed element and make it chain-based (fixes #156467),
8473           and make it handle more than one channel.
8474
8475 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
8476
8477         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
8478         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
8479         (gst_dtsdec_chain), (gst_dtsdec_change_state):
8480         * ext/dts/gstdtsdec.h:
8481           Don't clobber the stack constructing the channels array.
8482           Make the element chain-based. DTS tracks can now be played.
8483           
8484 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
8485
8486         * gst-libs/gst/audio/multichannel.h:
8487         * gst-libs/gst/gconf/gconf.h:
8488         * gst-libs/gst/idct/idct.h:
8489         * gst-libs/gst/media-info/media-info-priv.h:
8490         * gst-libs/gst/play/play.h:
8491         * gst-libs/gst/resample/private.h:
8492         * gst-libs/gst/resample/resample.h:
8493         * gst-libs/gst/riff/riff-ids.h:
8494         * gst-libs/gst/video/video.h:
8495         * gst-libs/gst/video/videosink.h:
8496           Add G_BEGIN_DECLS and G_END_DECLS around headers where
8497           missing, so that they work when included from C++ code.
8498
8499 2005-02-09  David Schleef  <ds@schleef.org>
8500
8501         * testsuite/gst-lint: Check for non-statically scoped
8502           parent_class variables.  This won't be a problem once
8503           plugins are loaded with RTLD_LOCAL.
8504
8505 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8506
8507         * ext/mplex/gstmplexibitstream.cc:
8508           gcc madness.
8509
8510 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8511
8512         * ext/ogg/gstogmparse.c:
8513         * gst/debug/gstnavigationtest.c:
8514           Die, thou faulty symbol pollutors (non-static parent_class).
8515
8516 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8517
8518         * ext/mplex/gstmplexibitstream.cc:
8519           Fix event handling (#165525).
8520
8521 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8522
8523         * ext/mikmod/gstmikmod.c:
8524         * gst/modplug/gstmodplug.cc:
8525           Add missing endianness to template (fixes #165509).
8526
8527 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8528
8529         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
8530           Fix wrong order of reading of optional bytes (#165290).
8531
8532 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8533
8534         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8535           Implement FILLER event awareness.
8536
8537 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8538
8539         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
8540           Fix track calculations (#166208).
8541
8542 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8543
8544         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8545
8546         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
8547         * ext/libpng/gstpngenc.c:
8548           Fix byte-order, use proper fixed caps. Fixes #164197.
8549
8550 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8551
8552         * configure.ac:
8553           Add dvdlpcmdec 
8554
8555         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
8556         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
8557           Don't push buffers if the src pad isn't negotiated yet.
8558           
8559         * gst/audioconvert/gstaudioconvert.c:
8560         (gst_audio_convert_buffer_to_default_format),
8561         (gst_audio_convert_buffer_from_default_format):
8562           Add support for 24-bit width.
8563
8564         * gst/dvdlpcmdec/.cvsignore:
8565         * gst/dvdlpcmdec/Makefile.am:
8566         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
8567         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
8568         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
8569         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
8570         (plugin_init):
8571         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
8572           New decoder for rearranging DVD LPCM into our audio/x-raw-int
8573           format. Needs support for the channels maps if someone can find 
8574           a DVD LPCM track with > 2 channels.
8575
8576         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
8577         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
8578         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
8579         * gst/mpegstream/gstdvddemux.h:
8580         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8581         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
8582         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
8583         * gst/mpegstream/gstmpegdemux.h:
8584         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
8585         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
8586         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
8587         (gst_mpeg_parse_handle_src_query),
8588         (gst_mpeg_parse_handle_src_event):
8589           Use audio/x-dvd-lpcm for LPCM output.
8590           Add DTS output.
8591
8592 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8593
8594         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8595
8596         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
8597         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
8598           Add BGRA handling (#165736).
8599
8600 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
8601
8602         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8603
8604         * gst/law/alaw-decode.c: (alawdec_link):
8605         * gst/law/alaw-encode.c: (alawenc_link):
8606         * gst/law/mulaw-decode.c: (mulawdec_link):
8607         * gst/law/mulaw-encode.c: (mulawenc_link):
8608           Fix caps memleaks (#166600).
8609
8610 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
8611
8612         * ext/tarkin/mem.h:
8613         * ext/tarkin/wavelet.h:
8614         * ext/tarkin/yuv.h:
8615         * gst/ffmpegcolorspace/avcodec.h:
8616           Include "_stdint.h" instead of <stdint.h>. Fixes build on
8617           systems that don't have stdint.h, like Solaris9 (fixes #166631).
8618
8619 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8620
8621         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
8622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
8623         (gst_xvimagesink_change_state):
8624           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
8625           Xv video (and thereby regenerate Xv colourkey) in clear() so
8626           that PLAY -> READY -> PLAY works (fixes #162504).
8627
8628 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8629
8630         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
8631           Switch to list instead of range, since MJPEG-devices really just
8632           support decimations, not any size.
8633
8634 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8635         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
8636         (gst_mpeg2dec_reset), (free_all_buffers),
8637         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
8638         * ext/mpeg2dec/gstmpeg2dec.h:
8639           The libmpeg2 user-allocated buffer management is awkward, 
8640           to say the least. Hopefully this fixes things.
8641
8642 2005-02-04  Andy Wingo  <wingo@pobox.com>
8643
8644         * gst/audioconvert/bufferframesconvert.c
8645         (buffer_frames_convert_fixate): New function, fixates to 256
8646         frames per buffer by default. (Much better than 1.)
8647         (buffer_frames_convert_init): Set the fixate function for both src
8648         and sink pad.
8649         (buffer_frames_convert_link): After success setting nonfixed caps,
8650         get the negotiated caps so we can know how many buffer-frames it
8651         will be. No idea how this worked at all before.
8652
8653 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8654
8655         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
8656         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
8657         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
8658         (handle_sequence), (handle_picture):
8659         * ext/mpeg2dec/gstmpeg2dec.h:
8660           Rearrange buffer tracking and refcounting and refactor
8661           a little for readability. 
8662
8663 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
8664         * sys/v4l/gstv4l.c: (plugin_init):
8665         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
8666         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
8667         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
8668         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
8669         * sys/v4l/gstv4ljpegsrc.h:
8670         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
8671         * sys/v4l/v4l_calls.h:
8672         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
8673         (gst_v4lsrc_get_fps):
8674         * sys/v4l/v4lsrc_calls.h:
8675           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
8676           you jpeg inside rgb frames" driver.
8677           Don't error in the v4lsrc link function, just return 
8678           REFUSED.
8679
8680 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8681
8682         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
8683         (gst_qcamsrc_open):
8684           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
8685
8686 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8687
8688         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8689           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
8690
8691 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8692
8693         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
8694           Reset negotiated state on PAUSED->READY.
8695
8696 2005-02-02  David Schleef  <ds@schleef.org>
8697
8698         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
8699         whereever possible.  (Fixes #165997)
8700         * examples/capsfilter/capsfilter1.c: (main):
8701         * examples/dynparams/filter.c: (create_ui):
8702         * examples/seeking/cdparanoia.c: (get_track_info), (main):
8703         * examples/seeking/chained.c: (main):
8704         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8705         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8706         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
8707         (make_mpeg_pipeline), (make_mpegnt_pipeline):
8708         * examples/seeking/spider_seek.c: (make_spider_pipeline):
8709         * examples/switch/switcher.c: (main):
8710         * ext/dv/demo-play.c: (main):
8711         * ext/faad/gstfaad.c: (gst_faad_change_state):
8712         * ext/mad/gstmad.c: (gst_mad_chain):
8713         * ext/smoothwave/demo-osssrc.c: (main):
8714         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
8715         (gst_gconf_render_bin_from_description),
8716         (gst_gconf_get_default_audio_sink),
8717         (gst_gconf_get_default_video_sink),
8718         (gst_gconf_get_default_audio_src),
8719         (gst_gconf_get_default_video_src),
8720         (gst_gconf_get_default_visualization_element):
8721         * gst/level/demo.c: (main):
8722         * gst/level/plot.c: (main):
8723         * gst/playback/gstplaybin.c: (gen_video_element),
8724         (gen_audio_element):
8725         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
8726         * gst/playondemand/demo-mp3.c: (setup_pipeline):
8727         * gst/sine/demo-dparams.c: (main):
8728         * gst/spectrum/demo-osssrc.c: (main):
8729         * gst/speed/demo-mp3.c: (main):
8730         * gst/volume/demo.c: (main):
8731         * testsuite/embed/embed.c: (main):
8732
8733 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8734
8735         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
8736         (gst_tcpclientsink_finalize):
8737         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
8738         (gst_tcpclientsrc_finalize):
8739         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8740         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
8741         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
8742         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
8743           Don't leak the hostname when shutting down.
8744           In tcpserversrc, take a copy of the default hostname.
8745
8746 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8747
8748         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
8749           Set caps to systemstream=TRUE.
8750
8751 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8752
8753         * testsuite/Makefile.am:
8754           Fix more OSX buildbots.
8755
8756 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
8757
8758         * ext/mpeg2dec/gstmpeg2dec.c:
8759           Don't send things to NULL PAD_PEERs
8760
8761         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
8762           Copy-on-write the incoming buffer.
8763
8764         * gst/mpegstream/gstdvddemux.h:
8765         * gst/mpegstream/gstmpegclock.h:
8766         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
8767         (normal_seek), (gst_mpeg_demux_handle_src_event):
8768         * gst/mpegstream/gstmpegdemux.h:
8769         * gst/mpegstream/gstmpegpacketize.h:
8770         * gst/mpegstream/gstmpegparse.c:
8771         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
8772         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
8773         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
8774         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
8775         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
8776         * gst/mpegstream/gstmpegparse.h:
8777         * gst/mpegstream/gstrfc2250enc.h:
8778           Various changes to the way time is computed that make seeking and
8779           total time estimation much better here.
8780           Use G_BEGIN/END_DECLS instead of __cplusplus
8781
8782         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
8783           Use gst_buffer_stamp instead of only copying the TIMESTAMP
8784
8785 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8786
8787         * gst/subparse/gstsubparse.c:
8788           Fix OSX buildbot.
8789
8790 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8791
8792         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8793         (theora_enc_chain), (theora_enc_change_state):
8794         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8795         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
8796         (gst_vorbisenc_change_state):
8797         * ext/vorbis/vorbisenc.h:
8798           Set granulepos and timestamp correctly for streams not
8799           starting at 0, taking into account the initial delay.
8800
8801 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
8802
8803         * gst/mpegstream/gstdvddemux.c:
8804           Add audio/x-dts to audio pad template caps
8805
8806 2005-01-30  David Schleef  <ds@schleef.org>
8807
8808         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
8809         (create_context), (gst_polypsink_link): Fix silly endianness
8810         bug.  Add some debugging.  Remove float from caps; it doesn't
8811         work.  Attempt to get remote audio working.
8812
8813 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8814
8815         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8816           Add 3IV2 fourcc.
8817
8818 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8819
8820         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
8821         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
8822         (gst_avi_demux_stream_data):
8823         * gst/avi/gstavidemux.h:
8824           Invert DIB images. Fixes #132341.
8825
8826 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8827
8828         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8829         (gst_ffmpegcsp_chain):
8830           D'oh, reference the palette data, not the palette structure.
8831           Fixes color distortion in #132341.
8832
8833 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8834
8835         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
8836           PAR can be non-fixed when not provided as argument (#162626).
8837
8838 2005-01-29  David Moore  <dcm@acm.org>
8839
8840         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8841
8842         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8843         (gst_qtdemux_loop_header):
8844           Re-apply patch from #142272 that allows non-seekable sources,
8845           re-proposed by Daniel Drake <dsd@gentoo.org>.
8846
8847 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8848
8849         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
8850           Use the src template for creating the src pad (#162330).
8851
8852 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8853
8854         * configure.ac:
8855         * ext/musepack/Makefile.am:
8856         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
8857         (gst_musepackdec_init), (gst_musepackdec_dispose),
8858         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
8859         (gst_musepack_stream_init), (gst_musepackdec_loop),
8860         (gst_musepackdec_change_state):
8861         * ext/musepack/gstmusepackdec.cpp:
8862         * ext/musepack/gstmusepackdec.h:
8863         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
8864         (gst_musepack_reader_read), (gst_musepack_reader_seek),
8865         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
8866         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
8867         * ext/musepack/gstmusepackreader.cpp:
8868         * ext/musepack/gstmusepackreader.h:
8869           Update to 1.1 API (#165446).
8870
8871 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8872
8873         * ext/Makefile.am:
8874           Unbreak buildbot.
8875
8876 2005-01-28  Andy Wingo  <wingo@pobox.com>
8877
8878         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
8879         to reflect a different dubious internet source. Add a reference
8880         and some commentary.
8881
8882 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8883
8884         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8885         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
8886         * gst/playback/gststreamselector.h:
8887           Be more selective when we're redoing caps negotiation from
8888           within the chain function on a stream change.
8889
8890 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8891
8892         * configure.ac:
8893         * ext/Makefile.am:
8894         * ext/amrnb/Makefile.am:
8895         * ext/amrnb/amrnb.c: (plugin_init):
8896         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
8897         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
8898         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
8899         (gst_amrnbdec_state_change):
8900         * ext/amrnb/amrnbdec.h:
8901         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
8902         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
8903         (gst_amrnbparse_init), (gst_amrnbparse_formats),
8904         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
8905         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
8906         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
8907         * ext/amrnb/amrnbparse.h:
8908           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
8909         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8910           Add AMR-NB/-WB raw formats.
8911         * ext/alsa/gstalsa.c: (gst_alsa_link):
8912           Keep valid time when changing format.
8913         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
8914         (qtdemux_parse_trak):
8915           Add some more format-specific options (#140141, #143555, #155163).
8916
8917 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8918
8919         * gst/matroska/matroska-demux.c:
8920         (gst_matroska_demux_parse_blockgroup):
8921           Fix logic error in timing of subtitle stream synchronization.
8922         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8923           Add skip-chunk, which is found in kodak-camera streams.
8924
8925 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8926
8927         * po/LINGUAS:
8928         * po/vi.po:
8929           Adding Vietnamese translation (submitted by Clytie Siddall)
8930
8931 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8932
8933         * gst/playback/gstdecodebin.c: (try_to_link_1):
8934           Use realpad for signal.
8935
8936 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8937
8938         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
8939           Fix category so decodebin picks it up.
8940
8941 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8942
8943         * ext/mad/Makefile.am:
8944         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
8945         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
8946         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
8947         (found_type), (gst_id3demux_bin_change_state):
8948         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
8949         (gst_id3_tag_init), (gst_id3_tag_handle_event),
8950         (gst_id3_tag_src_link), (gst_id3_tag_chain),
8951         (gst_id3_tag_change_state), (plugin_init):
8952         * ext/mad/gstmad.h:
8953           Add id3demuxbin (which is a simple bin consisting of id3demux
8954           and typefind), take over rank from id3demux, remove typefind
8955           code from id3demux. Makes all broken mp3s that I know of work,
8956           and thereby fixes #152688.
8957
8958 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
8959
8960         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8961
8962         * ext/mad/gstmad.c: (gst_mad_src_event):
8963         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
8964           Allow seeks on audio pad, make mad forward those (#164826).
8965         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
8966           Set duration (#165335).
8967
8968 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8969
8970         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
8971         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
8972         (gst_asf_demux_process_ext_content_desc),
8973         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
8974         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
8975         * gst/asfdemux/gstasfdemux.h:
8976           Improve metadata display, e.g. if the metadata comes before the
8977           streams are loaded (which is perfectly valid).
8978
8979 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8980
8981         * tools/gst-launch-ext-m.m:
8982           Fix AVI/ASF pipelines (#165340).
8983
8984 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
8985         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
8986         build failure on amd64
8987
8988 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
8989
8990         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
8991         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
8992           Check environment variables GST_ID3V2_TAG_ENCODING,
8993           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
8994           list of character encodings to force interpretation of non-unicode
8995           strings stored in an ID3v2 tag to a particular encoding. If none
8996           is specified, try to use current locale's encoding, then fall back
8997           to ISO-8859-1 (which will always succeed). (Resolves #149274)
8998         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
8999         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
9000           Check environment variables GST_ID3V1_TAG_ENCODING,
9001           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9002           list of character encodings to use in case a string encountered
9003           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
9004           specified, try to use the current locale's encoding, then fall
9005           back to ISO-8859-1 (which will always succeed).
9006
9007 2005-01-25  Benjamin Otte  <otte@gnome.org>
9008
9009         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9010           - on half framerate, compute the rate in advance so the comparisons
9011             don't compare wrong values
9012           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
9013             behaviour
9014           - don't use mad_header_decode anymore, mad_frame_decode does that
9015             automatically
9016           - when getting rid of consumed bytes, reset the stream's skiplen
9017           (fixes #163867)
9018
9019 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9020
9021         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
9022           Use 1/2 a second for default max_discont, as PES streams from DVB
9023           seem to have larger spacings in the SCR. 
9024           Fix a typo.
9025
9026 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9027
9028         * gst/playback/gstplaybasebin.c: (group_commit):
9029           Notify delayed stream-info availability.
9030
9031 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9032         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
9033         (gst_a52dec_handle_event), (gst_a52dec_chain):
9034         Add some debug output. Check that a discont has a valid
9035         time associated.
9036         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9037         (gst_alsa_sink_loop):
9038         Ignore TAG events. A little extra debug for broken timestamps.
9039         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
9040         (dvdnavsrc_change_state):
9041         Ensure we send a discont to engage the link before we send any
9042         other events.
9043         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
9044         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
9045         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
9046         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
9047         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
9048         dvd://title works in totem because typefinding sends a seek that ends
9049         up going back to chapter 1 regardless.
9050         * ext/mpeg2dec/gstmpeg2dec.c:
9051         * ext/mpeg2dec/gstmpeg2dec.h:
9052         Output correct timestamps and handle disconts.
9053         * ext/ogg/gstoggdemux.c: (get_relative):
9054         Small guard against a null dereference.
9055         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
9056         (gst_textoverlay_set_property):
9057         Free memory when done. Don't call gst_event_filler_get_duration on
9058         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
9059         g_warning.
9060         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
9061         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
9062         (gst_sw_srclink), (gst_smoothwave_chain):
9063         Draw solid lines, prettier colours.
9064         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
9065         Add a default palette that'll work for some movies.
9066         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
9067         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
9068         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
9069         * gst/mpegstream/gstdvddemux.h:
9070         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9071         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
9072         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
9073         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
9074         * gst/mpegstream/gstmpegparse.h:
9075         Use PTM/NAV events when for timestamp adjustment when connected to 
9076         dvdnavsrc. Don't use many discont events where one suffices.
9077         * gst/playback/gstplaybasebin.c: (group_destroy),
9078         (gen_preroll_element), (gst_play_base_bin_add_element):
9079         * gst/playback/gstplaybasebin.h:
9080         Make sure we remove subtitles from the same bin we put them in.
9081         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
9082         (gst_subparse_buffer_format_autodetect),
9083         (gst_subparse_change_state):
9084         Fix some memleaks and invalid accesses.
9085         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
9086         (oggskel_type_find), (cmml_type_find), (plugin_init):
9087         Some typefind functions for Annodex v3.0 files
9088         * gst/wavparse/gstwavparse.h:
9089         GstRiffReadClass is the correct parent class.
9090
9091 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9092
9093         * gst-libs/gst/riff/riff-media.c:
9094         (gst_riff_create_video_caps_with_data):
9095           Add extradata to huffyuv (fixes #165013).
9096         * gst-libs/gst/riff/riff-read.c:
9097         (gst_riff_read_strf_vids_with_data):
9098           Fix extradata extraction if it is in the chunk size.
9099
9100 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
9101
9102         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9103
9104         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
9105         (gst_quarktv_change_state), (gst_quarktv_dispose):
9106           Memory free'ing location fix (#164708).
9107
9108 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9109
9110         * gst/playback/gstplaybasebin.c: (group_commit),
9111         (gen_preroll_element), (probe_triggered), (gen_source_element),
9112         (setup_source), (gst_play_base_bin_change_state),
9113         (gst_play_base_bin_add_element):
9114           Don't block for streams.
9115         * gst/playback/gststreaminfo.c: (stream_info_change_state),
9116         (gst_stream_info_set_mute):
9117           Use gst_pad_set_active_recursive.
9118
9119 2005-01-25  Andy Wingo  <wingo@pobox.com>
9120
9121         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
9122         for #ifndef HAVE_XVIDEO.
9123
9124 2005-01-24  Jeffrey C. Ollie
9125
9126         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
9127
9128         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
9129         * ext/gsm/gstgsmdec.h:
9130         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
9131         * ext/gsm/gstgsmenc.h:
9132         Fix rate to 8kHz as per spec, removes obscure errors when no rate
9133         was given by property. Add proper buffer timestamps and offsets.
9134
9135 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9136
9137         * gst-libs/gst/riff/riff-media.c:
9138         (gst_riff_create_audio_caps_with_data):
9139           Audio can be <8000Hz.
9140
9141 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9142
9143         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9144           Explicit state change to workaround refcount bugs.
9145
9146 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9147
9148         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
9149         (gst_avimux_riff_get_avi_header):
9150           Fix...
9151
9152 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9153
9154         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
9155         (gst_riff_read_element_data):
9156         * gst-libs/gst/riff/riff-read.h:
9157           Add _peek version (req'ed in CDXA).
9158         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
9159         (gst_cdxaparse_loop):
9160           Fix parsing in playbin.
9161         * gst/playback/gstdecodebin.c: (close_pad_link):
9162           Ignore current_ pads, they cause major annoyance.
9163
9164 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9165
9166         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9167           Safety guard.
9168
9169 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9170
9171         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
9172           Fix padding...
9173
9174 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9175
9176         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
9177           Allow for 0-sized buffers. Fixes length query problems in
9178           starwars.mkv from the testsuite.
9179
9180 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
9181
9182         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
9183         (gst_video_box_i420), (gst_video_box_chain):
9184           Fix row strides for I420 (fixes #163159)
9185           
9186 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9187
9188         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
9189           MPEG2 has a useful rate property, so we can actually use that.
9190           For MPEG-1, continue using the bytes/time properties.
9191
9192 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9193
9194         * gst-libs/gst/riff/riff-media.c:
9195         (gst_riff_create_video_caps_with_data),
9196         (gst_riff_create_video_template_caps):
9197           Add intel-h263.
9198
9199 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9200
9201         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9202           Fail if caps negotiation fails. Should fix #162184, and should
9203           definately be in there regardless of it fixing the actual bug.
9204         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
9205         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
9206         (gst_avimux_riff_get_avix_header),
9207         (gst_avimux_riff_get_video_header),
9208         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
9209         (gst_avimux_start_file), (gst_avimux_handle_event),
9210         (gst_avimux_change_state):
9211         * gst/avi/gstavimux.h:
9212           Refactor structure writing to use GST_WRITE_UINT macros, add
9213           metadata writing support.
9214
9215 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9216
9217         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
9218           Elements may already be destroyed when this function is called.
9219
9220 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9221
9222         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9223         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
9224           More memory leak fixes (#149162).
9225
9226 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9227
9228         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9229         (gst_qtdemux_add_stream):
9230           Fix two memleaks.
9231
9232 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9233
9234         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
9235           Argh...
9236
9237 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9238
9239         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
9240           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
9241           when fixating to six channels in Totem.
9242
9243 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9244
9245         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
9246           Fix compile warnings on Solaris 10 buildbot
9247
9248 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9249
9250         * ext/dvdread/dvdreadsrc.c: (_read):
9251           Don't read beyond the last cell in a chapter (fixes 
9252           invalid memory access)
9253
9254 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9255
9256         * ext/dvdread/stream_labels.c:
9257         (dvdreadsrc_get_audio_stream_labels):
9258           Use NULL for an empty GList instead of g_list_alloc(); fix 
9259           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
9260           of GString (easier to bulk free later)
9261
9262 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
9263
9264         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9265
9266         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9267         (gst_ffmpeg_pixfmt_to_caps):
9268           Fix BGRA32 caps (#164209).
9269
9270 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
9271
9272         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9273
9274         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9275         (gst_ffmpeg_caps_to_pixfmt):
9276           alpha_mask can be RGBA/ABGR. Fixes #164265.
9277
9278 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
9279
9280         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9281
9282         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
9283         (gst_mpeg2dec_alloc_buffer):
9284         * ext/mpeg2dec/gstmpeg2dec.h:
9285           Crop if decoding size is not the actual image size (#163676).
9286
9287 2005-01-17  Steve Baker  <steve@stevebaker.org>
9288
9289         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9290
9291         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
9292         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
9293           Add libsndfile typefind functions (#163309).
9294
9295 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9296
9297         * tools/gst-launch-ext-m.m:
9298           Add .aac, fix .m1v/.m2v (#163891).
9299
9300 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9301
9302         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
9303           Sanity check, don't wait endlessly since the clock might not
9304           actually run at this point (which is a deadlock). Fixes #164069.
9305
9306 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9307
9308         * gst/playback/gstplaybasebin.c: (probe_triggered):
9309           Of course, only pause if group is done...
9310
9311 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9312
9313         * gst/playback/gstplaybasebin.c: (probe_triggered):
9314           Thread safety.
9315
9316 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9317
9318         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
9319           Don't return state change success when the parent
9320           failed.
9321
9322 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9323
9324         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
9325           Free events (fix memleak in #162905).
9326
9327 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
9328
9329         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9330
9331         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9332         (gst_ffmpeg_caps_to_pixfmt):
9333           Fix for depth = 15. Fixes #161675.
9334
9335 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9336
9337         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9338           Set FPS correctly, even for webcams and the like.
9339         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
9340           Don error on setting while capturing.
9341
9342 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9343
9344         * ext/dv/gstdvdec.c:
9345         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9346         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9347           I'm a bad boy. using /1001. to force C to do float division
9348           and not integer division (as it did in my last commit)
9349           Thanks to David I. Lehn for pointing this mistake.
9350
9351 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9352
9353         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9354           Revert Johan??s 1.35->1.36 since it breaks compat.
9355
9356 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9357
9358         * ext/dv/gstdvdec.c:
9359         * ext/libfame/gstlibfame.c:
9360         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9361         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9362           replace framerate aproximations by their real value
9363           (24000/1001, 30000/1001, 60000/1001)
9364           Finish fixing bug #164049
9365
9366 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9367
9368         * ext/ogg/gstoggmux.c:
9369           eos/bos debugging
9370         * gst/tcp/gstmultifdsink.c:
9371         * gst/tcp/gstmultifdsink.h:
9372         * gst/tcp/gsttcp.c:
9373         * gst/tcp/gsttcp.h:
9374         * gst/tcp/gsttcpclientsink.c:
9375         * gst/tcp/gsttcpclientsrc.c:
9376         * gst/tcp/gsttcpserversink.c:
9377         * gst/tcp/gsttcpserversrc.c:
9378           improve reusability of elements after state changes and errors
9379           make multifdsink throw away streamheaders when receiving new ones
9380
9381 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9382
9383         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9384           Fix for if items are already in list...
9385
9386 2005-01-12  Benjamin Otte  <otte@gnome.org>
9387
9388         * gst/adder/gstadder.c: (gst_adder_loop):
9389           fix adder a bit so it doesn't screw up with events as much anymore
9390
9391 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
9392
9393         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
9394         (pixbufscale_scale), (gst_pixbufscale_chain):
9395         * ext/gdk_pixbuf/pixbufscale.h:
9396           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
9397           to ensure rowstrides are calculated the same way as 
9398           ffmpegcolorspace
9399           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
9400           that we pick up duration and offset also.
9401
9402 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9403
9404         * gst/avi/gstavimux.c: (gst_avimux_class_init),
9405         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
9406           Reusability fixes.
9407
9408 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9409
9410         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
9411         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9412         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9413         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9414           Update flags when requested.
9415
9416 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9417
9418         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9419           Fix dmix.
9420
9421 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9422
9423         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9424         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
9425         (probe_triggered), (new_decoded_pad), (gen_source_element),
9426         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
9427         * gst/playback/gstplaybasebin.h:
9428         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9429         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
9430         (gst_play_bin_change_state):
9431           Implement group-switch signal for use in apps to clear metadata
9432           cache, clean up subtitle, add suburi property instead of # hack,
9433           some error-out fixes.
9434
9435 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9436
9437         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9438           Debug.
9439         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
9440           If we got a state change in the _get handler, don't return success.
9441
9442 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9443
9444         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
9445         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
9446           Make jpegdec quiet on MJPEG decoding
9447         * gst/asfdemux/README:
9448           Fix mimetypes for MJPEG and H263
9449
9450 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9451
9452         * ext/theora/theoradec.c: (theora_dec_chain):
9453           Fix broken code generation by gcc by swapping arguments.
9454         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9455           Fix \n in debug.
9456
9457 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9458
9459         * TODO:
9460           delete this file, it is by far outdated
9461         * ext/alsa/gstalsa.1: remove
9462         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
9463         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
9464         (gst_alsa_get_caps):
9465           Add HW probing for supported sample rates. Fixes #161704
9466
9467 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9468
9469         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9470           Don't crash, biatch! :).
9471
9472 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9473
9474         * ext/musepack/gstmusepackreader.cpp:
9475         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
9476           Some work on tags - still doesn't work in playbin...
9477         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9478           Handle events...
9479
9480 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9481
9482         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
9483           Also shove tags on kid pads.
9484
9485 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9486
9487         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
9488           Don't bail on unknown events.
9489         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9490           Don't crash on events before negotiation.
9491         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
9492           Send tags on pads, too.
9493         * gst/playback/gststreamselector.c:
9494         (gst_stream_selector_request_new_pad):
9495           Forward events on first pad if no input was selected yet.
9496
9497 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9498
9499         * gst/playback/gstplaybasebin.c: (setup_substreams):
9500           Don't disable streamtype if the stream doesn't exist, since
9501           then playing a video after audio will disable both and nothing
9502           will happen. Fixes the testsuite.
9503
9504 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9505
9506         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
9507         (gst_v4l_xoverlay_set_xwindow_id):
9508         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
9509         (gst_v4l2_xoverlay_set_xwindow_id):
9510           Add debug categories, fix overlay disabling.
9511
9512 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9513
9514         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
9515         * ext/alsa/gstalsa.h:
9516           Add HW probing for period_count/size and buffer_size MIX/MAX
9517           Adjust default/user defined value if out of bounds
9518           Should fix bug #162024
9519
9520 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9521
9522         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
9523           Fix warning (#161191).
9524
9525 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9526
9527         * ext/dvdread/stream_labels.c:
9528         (dvdreadsrc_get_audio_stream_labels):
9529           Fix warning (init the good variable in switch default)
9530
9531 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
9532
9533         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9534
9535         * gst/tta/gstttaparse.c: (gst_tta_src_event):
9536           Fix gcc-2.95 compile (#163485).
9537
9538 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9539
9540         * configure.ac:
9541         * ext/flac/gstflacenc.c: (gst_flacenc_init),
9542         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
9543         (gst_flacenc_tell_callback), (gst_flacenc_chain),
9544         (gst_flacenc_change_state):
9545         * ext/flac/gstflacenc.h:
9546           Update for API change in flac-1.1.1. Update requirement in
9547           configure.ac. Fixes #162974.
9548
9549 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9550
9551         * gst/playback/gstplaybasebin.c: (group_destroy):
9552           Remove hack to get rid of assert and get rid of unlinked
9553           signals properly.
9554
9555 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9556
9557         * gst/playback/gstplaybasebin.c: (setup_source):
9558           Set source to NULL so that resources are free'ed. Fixes issues
9559           with playback of CDDA and similar device-accessing things.
9560
9561 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9562
9563         * testsuite/embed/Makefile.am:
9564           test->noinst, fix make test in buildbot.
9565
9566 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9567
9568         * ext/dvdread/stream_labels.c: new file
9569         * ext/dvdread/stream_labels.h: new file
9570         * ext/dvdread/Makefile.am:
9571         * ext/dvdread/dvdreadsrc.c: (_seek_title):
9572           Extract audio stream label from DVD IFO files.
9573           It only dump them on the console for now, still have to
9574           make playbin aware of them.
9575
9576 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9577
9578         * gst/playback/gstplaybasebin.c: (setup_source):
9579           Fix hanging subs.
9580
9581 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9582
9583         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9584         (gen_preroll_element), (remove_groups), (setup_subtitle),
9585         (gen_source_element), (setup_source):
9586         * gst/playback/gstplaybasebin.h:
9587           Multiple .sub files is just a stupid idea... Fix some threading
9588           mistakes. Interestingly, external .sub files cause playbin to
9589           hang, I don't know why... Parsing fixes contributed by Fran??ois
9590           Kooman <fkooman@tuxed.net>.
9591
9592 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9593
9594         * testsuite/embed/Makefile.am:
9595           Fix buildbot.
9596
9597 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9598
9599         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9600
9601         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
9602         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
9603         (gst_pngenc_set_property):
9604         * ext/libpng/gstpngenc.h:
9605           Add compression level property (#163323).
9606
9607 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9608
9609         * configure.ac:
9610         * examples/capsfilter/capsfilter1.c: (main):
9611         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9612         * ext/dvdread/Makefile.am:
9613         * ext/dvdread/demo-play:
9614         * ext/dvdread/demo-play.c:
9615         * gconf/gstreamer.schemas.in:
9616         * gst-libs/gst/gconf/gconf.c:
9617         * sys/v4l/TODO:
9618         * testsuite/Makefile.am:
9619         * testsuite/embed/Makefile.am:
9620         * testsuite/embed/embed.c: (cb_expose), (main):
9621           Remove all references to xvideosink, fix examples (#140845).
9622         * gst/playback/gstplaybasebin.c: (group_destroy):
9623           Apparently, disposal does not unlink - so do explicitely.
9624         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9625           Add debug.
9626
9627 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
9628
9629         * README: fix PKG_CONFIG_PATH instructions, what was there
9630         previously was breaking default search path, not nice. 
9631         Fixes #163358
9632
9633 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9634
9635         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
9636         (gst_audioscale_chain):
9637           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
9638           when resampling - how the ^@$^!@^! is this possible?!?
9639
9640 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9641
9642         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9643           Reset variables on READY.
9644         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
9645         (gst_matroska_mux_loop):
9646           Require data before writing header.
9647
9648 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
9649
9650         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9651
9652         * ext/mad/gstmad.c: (gst_mad_chain):
9653           Don't call mad_stream_sync() directly after recovering sync.
9654           Fixes #151661.
9655
9656 2005-01-09  Martin Eikermann  <meiker@upb.de>
9657
9658         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9659
9660         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
9661         (snapshot_handler), (gst_snapshot_sinkconnect),
9662         (gst_snapshot_chain):
9663           Allocate resources when required, fix recursive signal emission
9664           and fix caps. Fixes #161667.
9665
9666 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9667
9668         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9669
9670         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
9671         (gst_pngdec_chain):
9672           Handle only 8-bppc (bits-per-pixel-component) images, better
9673           error handling and correct strides. Fixes #163177.
9674         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
9675         (gst_pngenc_chain):
9676           Better error handling. Fixes #163348.
9677
9678 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9679
9680         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
9681         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
9682         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
9683         (dvdnavsrc_uri_handler_init):
9684           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
9685         * gst/playback/gstplaybasebin.c: (gen_source_element):
9686           Add MMS to streaming URIs.
9687
9688 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9689
9690         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
9691         * sys/xvimage/xvimagesink.c:
9692         (gst_xvimagesink_navigation_send_event):
9693           Check for pad availability before sending event.
9694
9695 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9696
9697         * gst-plugins.spec.in:
9698           Add subparse.
9699
9700 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9701
9702         * configure.ac:
9703           Since we use functions from CVS, up requirement.
9704
9705 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9706
9707         * gst/playback/Makefile.am:
9708         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9709         (group_destroy), (group_commit), (group_is_muted),
9710         (gen_preroll_element), (add_stream), (unknown_type),
9711         (probe_triggered), (preroll_unlinked), (mute_stream),
9712         (silence_stream), (new_decoded_pad), (setup_substreams),
9713         (setup_source), (get_active_source), (mute_group_type),
9714         (muted_group_change_state), (set_active_source),
9715         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
9716         (play_base_eos), (gst_play_base_bin_change_state):
9717         * gst/playback/gstplaybasebin.h:
9718         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9719         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9720         (gst_stream_info_dispose), (stream_info_mute_pad),
9721         (stream_info_change_state), (gst_stream_info_set_mute):
9722         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
9723         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
9724         (gst_stream_selector_init), (gst_stream_selector_dispose),
9725         (gst_stream_selector_get_linked_pad),
9726         (gst_stream_selector_get_caps), (gst_stream_selector_link),
9727         (gst_stream_selector_get_linked_pads),
9728         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9729         * gst/playback/gststreamselector.h:
9730           Adding stream selection support plus required properties for
9731           applications to use this. Fully fixes #100931.
9732
9733 2005-01-08  Benjamin Otte  <otte@gnome.org>
9734
9735         * gst/games/gstpuzzle.c: (nav_event_handler):
9736           - handle nav events differently: forward every event no matter if it
9737             was handled or not.
9738           - translate events
9739           You can now cheat by using navigationtest ! puzzle and moving the
9740           mouse close to the edge of a tile. ;)
9741
9742 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9743
9744         * configure.ac:
9745         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
9746         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
9747         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
9748         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
9749         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
9750         (gst_ogm_parse_plugin_init):
9751         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
9752         (gst_textoverlay_link), (gst_textoverlay_getcaps),
9753         (gst_textoverlay_event), (gst_textoverlay_video_chain),
9754         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
9755         * ext/pango/gsttextoverlay.h:
9756         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9757         (gst_matroska_demux_handle_seek_event),
9758         (gst_matroska_demux_sync_streams),
9759         (gst_matroska_demux_parse_blockgroup),
9760         (gst_matroska_demux_subtitle_caps),
9761         (gst_matroska_demux_plugin_init):
9762         * gst/matroska/matroska-ids.h:
9763         * gst/playback/gstdecodebin.c: (close_pad_link):
9764         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9765         (gen_preroll_element), (remove_groups), (add_stream),
9766         (new_decoded_pad), (setup_subtitles), (gen_source_element),
9767         (setup_source):
9768         * gst/playback/gstplaybasebin.h:
9769         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
9770         * gst/subparse/Makefile.am:
9771         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
9772         (gst_subparse_base_init), (gst_subparse_class_init),
9773         (gst_subparse_init), (gst_subparse_formats),
9774         (gst_subparse_eventmask), (gst_subparse_event),
9775         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
9776         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
9777         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
9778         (parse_mpsub_deinit), (parse_mpsub_init),
9779         (gst_subparse_buffer_format_autodetect),
9780         (gst_subparse_format_autodetect), (gst_subparse_loop),
9781         (gst_subparse_change_state), (gst_subparse_type_find),
9782         (plugin_init):
9783         * gst/subparse/gstsubparse.h:
9784         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
9785         (plugin_init):
9786           Add subtitle support, .sub parser (supports SRT and MPsub),
9787           OGM text support, Matroska UTF-8 text support, deadlock fixes
9788           all over the place, subtitle awareness in decodebin/playbin
9789           and some fixes to textoverlay to handle subtitles in a stream
9790           correctly. Fixes #100931.
9791
9792 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9793
9794         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9795           Check for pad availability before doing a query on it.
9796
9797 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9798
9799         * ext/dv/gstdvdec.c:
9800           really fix bpp24/32 dvdec caps (classic rgba indeed)
9801         * gst/asfdemux/gstasfdemux.c:
9802         (gst_asf_demux_process_ext_content_desc):
9803           don't send text tags if they are empty (bis repetita)
9804
9805 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9806
9807         * ext/dv/gstdvdec.c:
9808          remove unneeded comment from dvdec
9809           (related to DV 4CC codes in AVI files)
9810           moved them in gstreamer/docs/random/mimetypes
9811         * gst/asfdemux/gstasfdemux.c:
9812         (gst_asf_demux_process_ext_content_desc):
9813          don't send text tags if they are empty
9814          fix mem leak on error path
9815         * gst/ffmpegcolorspace/avcodec.h:
9816         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9817         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9818         (gst_ffmpegcsp_avpicture_fill):
9819         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
9820         * gst/ffmpegcolorspace/imgconvert_template.h:
9821          adds BGR32 and BGRA32 to ffmpegcolorspace
9822           (still bad colors, fixing it on next commit)
9823           helps with dvdec outputing BGR32
9824
9825 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9826
9827         * ext/dv/gstdvdec.c:
9828          Fix audio caps i just broke (missing ',')
9829         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
9830         (gst_matroska_mux_reset):
9831          Fix typo + add FIXME about old "x-gst-metadata" crap
9832
9833 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9834
9835         * ext/dv/demo-play.c: (main):
9836          xvideosink -> xvimagesink
9837         * ext/dv/gstdvdec.c:
9838          change rgb 32/32 caps to 24/32 (no alpha)
9839          change nb of channels to be a list (2 or 4, not 2)
9840          change sample rate to be a list (32, 44.1, 48 kHz) not a range
9841         * gst/asfdemux/gstasfdemux.c:
9842         (gst_asf_demux_process_ext_content_desc):
9843          Add 'date/year' to extracted metadata list
9844
9845 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9846
9847         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
9848           The return value of fixate_to does not imply that the requested
9849           value was set, so don't assume.
9850
9851 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
9852
9853         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9854
9855         * ext/libpng/gstpngdec.c:
9856         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
9857         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
9858         * ext/libpng/gstpngenc.h:
9859           Alpha support (encoder; #163161), mime fixage.
9860
9861 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
9862
9863         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9864
9865         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
9866         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
9867         (gst_faac_set_property), (gst_faac_get_property):
9868         * ext/faac/gstfaac.h:
9869           Allow for ADTS output (#153434).
9870
9871 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9872
9873         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9874           Fix against template (#150576).
9875
9876 2005-01-06  Benjamin Otte  <otte@gnome.org>
9877
9878         * gst/games/gstpuzzle.c: (draw_puzzle):
9879           don't draw a puzzle if either width or height of tiles would be 0.
9880
9881 2005-01-06  Benjamin Otte  <otte@gnome.org>
9882
9883         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
9884         (gst_puzzle_class_init), (gst_puzzle_finalize):
9885           no memleaks, please
9886         (gst_puzzle_create), (gst_puzzle_init),
9887         (gst_puzzle_set_property), (gst_puzzle_setup):
9888           change initialization code around so we don't reshuffle on resize
9889         (draw_puzzle):
9890           fix another stupid typo
9891
9892 2005-01-06  Benjamin Otte  <otte@gnome.org>
9893
9894         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
9895           fix stupid typo that borked copying on YUY2
9896
9897 2005-01-06  Benjamin Otte  <otte@gnome.org>
9898
9899         * gst/games/gstpuzzle.c: (draw_puzzle):
9900           fix edges when image sizes aren't multiples of tile sizes
9901
9902 2005-01-06  Benjamin Otte  <otte@gnome.org>
9903
9904         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
9905           make RGB endianness work correctly
9906         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
9907           refactor and fix race with initial shuffling
9908         (nav_event_handler):
9909           allow using the mouse to puzzle
9910         (draw_puzzle):
9911           insist on tiles having width and height as multiples of 4 to get
9912           clean YUV image handling
9913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9914         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
9915           s/DEBUG/LOG/ for common messages
9916         (gst_xvimagesink_navigation_send_event):
9917           fix mouse event translation to not include screen PAR
9918         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
9919           fix mouse event translation to actually work
9920
9921 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9922
9923         * gst/asfdemux/gstasfdemux.c:
9924         (gst_asf_demux_process_ext_content_desc):
9925          Extract TrackNumber metadata + clean up code
9926         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
9927          Hope this is the good fix (var used unitialised)
9928
9929 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9930
9931         * ext/faad/gstfaad.c: (gst_faad_chain):
9932           Only increment timestamp if it's valid. Fixes raw AAC streams.
9933
9934 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9935
9936         * configure.ac:
9937         * gst/games/Makefile.am:
9938         * gst/games/gstpuzzle.c:
9939           add a puzzle game with...
9940         * gst/games/gstvideoimage.c:
9941         * gst/games/gstvideoimage.h:
9942           ... full colorspace support (that includes YUV9 and RGB16)) stolen
9943           from videotestsrc and made into something that would be a nice
9944           library for a lot of other plugins.
9945
9946 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9947
9948         * configure.ac:
9949          don't compile faad plugin if a RC of 2.0 is found
9950          Fixes #155346 (and FC1 buildbot)
9951         * gst/asfdemux/gstasfdemux.c:
9952         (gst_asf_demux_process_ext_content_desc):
9953          try to make Solaris compiler happier
9954
9955 2005-01-06  Paul Jack  <pjack@sfaf.org>
9956
9957         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9958
9959         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
9960           Fix segfault (#161667).
9961
9962 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9963
9964         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9965           Fix framerate reporting.
9966
9967 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9968
9969         * gst-libs/gst/riff/riff-ids.h:
9970         * gst/wavenc/riff.h:
9971          Add AMR (VBR and CBR) ids to riff.h audio codec list
9972         * gst/asfdemux/gstasfdemux.c:
9973         (gst_asf_demux_process_ext_content_desc),
9974         (gst_asf_demux_process_object):
9975           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
9976
9977 2005-01-05  Martin Eikermann  <meiker@upb.de>
9978
9979         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9980
9981         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
9982         (gst_dvd_demux_handle_discont):
9983         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
9984         (gst_mpeg_demux_handle_discont):
9985           Recreate pads on new-media (#160730).
9986         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
9987           Send discont even if manager changes timestamps (#161929).
9988
9989 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
9990
9991         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9992
9993         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
9994           Fix invalid memory access (#159211).
9995
9996 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9997
9998         * examples/gstplay/player.c: (main):
9999           Don't iterate.
10000         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
10001           Add visualizations.
10002         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10003         (gst_a52dec_handle_frame):
10004           Set duration.
10005         * ext/dvdnav/gst-dvd:
10006           Add audioconvert. Fixes #161325.
10007         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
10008           Explicitely case to gint64. Possible valgrind error.
10009         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
10010         (gst_play_tick_callback), (gst_play_change_state),
10011         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
10012         (gst_play_set_location), (gst_play_get_location),
10013         (gst_play_seek_to_time), (gst_play_set_data_src),
10014         (gst_play_set_video_sink), (gst_play_set_audio_sink),
10015         (gst_play_set_visualization), (gst_play_connect_visualization),
10016         (gst_play_get_framerate), (gst_play_get_all_by_interface),
10017         (gst_play_new):
10018           Use playbin. Fixes #139749 and #147744.
10019         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
10020           Add genre tag.
10021         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
10022         (audioscale_get_type), (gst_audioscale_base_init),
10023         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
10024         (gst_audioscale_getcaps), (gst_audioscale_fixate),
10025         (gst_audioscale_link), (gst_audioscale_get_buffer),
10026         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
10027         (gst_audioscale_init), (gst_audioscale_dispose),
10028         (gst_audioscale_chain), (gst_audioscale_set_property),
10029         (gst_audioscale_get_property), (plugin_init):
10030           Indent properly.
10031         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
10032           Fix LPCM.
10033         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
10034         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
10035         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
10036           Add more metadata (fixes #162656).
10037
10038 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10039
10040         * configure.ac:
10041           back to cvs
10042
10043 === release 0.8.7 ===
10044
10045 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10046
10047         * NEWS:
10048         * RELEASE:
10049         * configure.ac:
10050           releasing 0.8.7, "Hyperspace"
10051
10052 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10053
10054         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10055
10056         * gst/playback/gstplaybasebin.c:
10057          Fix for #162924 - free caps after use, not before
10058
10059 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10060
10061         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10062
10063         * gst/playback/gstplaybasebin.c:
10064         * gst/wavparse/gstwavparse.c:
10065           Fix for #154773 - fixes playback of small .wav files
10066
10067 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10068
10069         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10070
10071         * gst/audioscale/gstaudioscale.c:
10072           Fix for #162819 - make audioscale reusable
10073           Fixes playback of more than one file with playbin/totem
10074
10075 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10076
10077         * gst/ffmpegcolorspace/avcodec.h:
10078         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10079         * gst/ffmpegcolorspace/imgconvert.c:
10080           clean up the mess that made me cry and avoid needless duplication
10081
10082 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10083
10084         * gst/ffmpegcolorspace/imgconvert.c:
10085           give some indication of why we're segfaulting
10086
10087 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10088
10089         * configure.ac:
10090           Fix indentation, fix v4l2 plugin detection.
10091         * ext/Makefile.am:
10092           Fix libmms location (Maciej, use diff -u!).
10093         * ext/alsa/gstalsa.c: (gst_alsa_init):
10094           Initialize caps cache to NULL.
10095         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10096           Only change state on audiosink if it exists.
10097
10098 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
10099
10100         * gst/matroska/matroska-demux.c:
10101         * gst/matroska/matroska-ids.h:
10102         * gst/matroska/matroska-demux.h:
10103         Fix Vorbis streams failing to decode in some files, where cluster_time
10104         isn't 0, because then it doesn't send codec_priv before actual data.
10105         Remove time-based test and replace it with marker set on beginning of
10106         new stream
10107
10108 2004-12-28  David Schleef  <ds@schleef.org>
10109
10110         Merge patch from Ronald fixing problems with streaming
10111         text.
10112         * ext/cairo/gstcairo.c: (plugin_init):
10113         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
10114         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10115         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
10116         (gst_textoverlay_font_init), (gst_textoverlay_init),
10117         (gst_textoverlay_set_property):
10118         * ext/cairo/gsttextoverlay.h:
10119
10120 2004-12-27  David Schleef  <ds@schleef.org>
10121
10122         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
10123         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10124         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
10125         (gst_textoverlay_font_init), (gst_textoverlay_init),
10126         (gst_textoverlay_set_property): Improvements to actually
10127         render text as white on black outline on video, including
10128         font selection and horizontal/vertical alignment.  (Ronald's
10129         christmas present)
10130         * ext/cairo/gsttextoverlay.h:
10131
10132 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10133
10134         * ext/ogg/gstogg.c:
10135         * ext/ogg/gstogmparse.c:
10136           fix ogm[audio/video]parse plugin registration
10137           (riff won't load if bytestream is already loaded)
10138
10139 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10140
10141         * gst/audioconvert/gstchannelmix.c:
10142           fix for GLIB < 2.4
10143
10144 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10145
10146         * Makefile.am:
10147         * configure.ac:
10148           disable docs again until it actually passes make distcheck.
10149
10150 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10151
10152         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
10153         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10154         (plugin_init):
10155           Add 3GP (variables name Q3GP because they can't start with a
10156           number). Add samr audio fourcc (used in .3gp files), decoder
10157           is work in progress. Also do a GST_WARNING instead of ERROR
10158           in case of unknown nodes, to decrease output.
10159
10160 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10161
10162         * Makefile.am:
10163           really fix dist
10164
10165 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10166
10167         * configure.ac:
10168         * ext/speex/gstspeexdec.h:
10169         * ext/speex/gstspeexenc.h:
10170           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
10171           Fix detection code in configure.ac
10172
10173 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10174
10175         * gst/matroska/matroska-demux.c:
10176         (gst_matroska_demux_parse_blockgroup):
10177           Save position, so that queries give proper return values. Don't
10178           know how this could ever have worked before...
10179
10180 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10181
10182         * configure.ac:
10183           Put additional LAME check inside the conditional.  Fixes #152339
10184
10185 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10186
10187         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10188         (gst_avi_demux_stream_scan):
10189           Add some more debug. Fix logic error when setting movi offset
10190           while reading index.
10191
10192 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10193
10194         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10195         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
10196         (gst_avi_demux_process_next_entry):
10197           Add some debugging. Better detection of broken indexes and the
10198           accompanying index recovery. No infinite loops on state changes
10199           when we're still in our loopfunction.
10200
10201 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10202
10203         * configure.ac:
10204           Fix up.
10205
10206 2004-12-22  Archana Shah  <archana.shah@wipro.com>
10207
10208         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10209
10210         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
10211           Normalizing the value before setting
10212         (gst_sunaudiomixer_get_volume):
10213           Normalizing the value after getting. Fixes bug# 161980
10214
10215 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10216
10217         * Makefile.am: Make sure docs gets disted
10218         * docs/Makefile.am: Make sure all needed files get disted
10219         * gst-plugins.spec.in: latest updates
10220
10221 2004-12-22  Wim Taymans  <wim@fluendo.com>
10222
10223         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10224         Revert patch 1.38 as clock distribution over schedulers does
10225         not work correcly in the core yet.
10226
10227 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10228
10229         * sys/oss/README: remove this file, which predates my birth
10230           (and which content is by far outdated)
10231
10232 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
10233
10234         * Makefile.am:
10235         * configure.ac:
10236         * docs/Makefile.am:
10237         * docs/libs/Makefile.am:
10238         * docs/libs/gst-plugins-libs-docs.sgml:
10239         * docs/libs/gst-plugins-libs-sections.txt:
10240         * docs/libs/tmpl/gstgconf.sgml:
10241         * docs/upload.mak:
10242         * docs/version.entities.in:
10243           Added boilerplate gtk-doc files for plugin-libs documentation.
10244
10245 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10246
10247         * gst/auparse/gstauparse.c: fix int and float audio caps
10248
10249 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10250
10251         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10252         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
10253           g_assert() can be a macro, don't use #ifdef inside it.
10254
10255 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
10256
10257         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10258
10259         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10260         (gst_videorate_init), (gst_videorate_chain),
10261         (gst_videorate_change_state):
10262           Event handling (fixes #159986).
10263
10264 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10265
10266         * gst-libs/gst/riff/riff-media.c:
10267         (gst_riff_create_video_caps_with_data):
10268           Add BLZ0 (Blizzard's version of DivX) fourcc.
10269
10270 2004-12-18  David Schleef  <ds@schleef.org>
10271
10272         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
10273         portability fix.
10274
10275 2004-12-18  David Schleef  <ds@schleef.org>
10276
10277         * gst/tta/ttadec.h: Disable some header code that isn't used
10278         and clearly isn't portable.
10279
10280 2004-12-18  David Schleef  <ds@schleef.org>
10281
10282         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
10283         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
10284         (avcodec_get_pix_fmt), (avpicture_layout),
10285         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
10286         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
10287         Fix code to not use GCC extensions (and c99 extensions that
10288         Forte does not like.)
10289
10290 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10291
10292         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10293
10294         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
10295         (gst_deinterlace_chain):
10296           Rowstride fixes. Fixes #161039.
10297         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
10298         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
10299         (gst_video_crop_getcaps), (gst_video_crop_link),
10300         (gst_video_crop_i420), (gst_video_crop_chain),
10301         (gst_video_crop_change_state):
10302           Rework of negotiation. Actually works now. Fixes #158650.
10303
10304 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10305
10306         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
10307           That was very stupid.
10308
10309 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10310
10311         * gst/matroska/matroska-demux.c:
10312         (gst_matroska_demux_parse_blockgroup):
10313           Fix possible crasher.
10314
10315 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10316
10317         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
10318         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
10319           Lace sizes can be zero.
10320
10321 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10322
10323         * ext/musepack/gstmusepackdec.cpp:
10324           Fetch error return values. Fixes #161624.
10325         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10326           Really EOS.
10327
10328 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10329
10330         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
10331           Work for truncated (unfinished download etc.) files. Fixes #160514.
10332
10333 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10334
10335         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10336           Fix for integer overflow. Makes #156001 not crash. Probably masks
10337           the real bug.
10338
10339 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10340
10341         * gst/ac3parse/gstac3parse.c: (plugin_init):
10342           Parsers never have ranks. Fixes #159651.
10343
10344 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10345
10346         * gst/playback/gstdecodebin.c: (compare_ranks):
10347           make sure the facotries are ordered the same every time even if they
10348           have the same rank by using the name
10349         * gst/playback/gstdecodebin.c: (find_compatibles):
10350           make sure we don't add factories to the list twice
10351
10352 2004-12-16  David Schleef  <ds@schleef.org>
10353
10354         * configure.ac: look for musepack headers as musepack/*.h
10355         (fixes #159847)
10356         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
10357         * ext/musepack/gstmusepackreader.h: same
10358
10359 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10360
10361         * gst-libs/gst/riff/riff-read.c:
10362         (gst_riff_read_strf_auds_with_data):
10363           Read extradata correctly (fixes #155879).
10364
10365 2004-12-16  David Schleef  <ds@schleef.org>
10366
10367         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
10368         audio.  does _not_ attempt or allow conversion unless channels
10369         is 1 or 2.
10370
10371 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10372
10373         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
10374
10375 2004-12-16  David Schleef  <ds@schleef.org>
10376
10377         * gst/audioscale/gstaudioscale.c: the resample library only
10378         handles 1 or 2 channels.  Change caps to compensate.
10379
10380 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10381
10382         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
10383         (gst_matroska_demux_audio_caps):
10384           Some MPEG-AAC hacks, because else it doesn't work...
10385
10386 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10387
10388         * gst-libs/gst/riff/riff-media.c:
10389         (gst_riff_create_video_caps_with_data),
10390         (gst_riff_create_video_template_caps):
10391           Add h264.
10392
10393 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10394
10395         * gst-libs/gst/audio/Makefile.am:
10396           Try to fix buildbot.
10397
10398 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10399
10400         * gst/tcp/gstmultifdsink.c:
10401           Clean up and uniformize debugging.
10402
10403 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
10404
10405         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10406
10407         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10408         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
10409         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
10410         (gst_mpeg_demux_change_state):
10411           Reset on ready. Fixes 160276.
10412
10413 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10414
10415         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10416
10417         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10418         (gst_ffmpegcsp_pad_link):
10419           Fix memleak (#154815).
10420
10421 2004-12-16  James Bowes  <bowes@cs.dal.ca>
10422
10423         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10424
10425         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
10426         (gst_musicbrainz_init), (gst_musicbrainz_chain),
10427         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
10428         * ext/musicbrainz/gsttrm.h:
10429           Add support for using a proxy server when getting a trm id from
10430           the MusicBrainz database (#149613).
10431
10432 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
10433
10434         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10435
10436         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
10437         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10438           Fix memleaks (#157233).
10439
10440 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10441
10442         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10443
10444         * gst-libs/gst/resample/resample.c: (gst_resample_close):
10445         * gst-libs/gst/resample/resample.h:
10446         * gst/audioscale/gstaudioscale.c:
10447           Fix memleak (#159215).
10448
10449 2004-12-16  Toni Willberg  <toniw@iki.fi>
10450
10451         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10452
10453         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
10454         * sys/oss/oss_probe.c: (main):
10455           Check for mono/stereo support (similar to samplerate probing),
10456           fixes #159433. Also add missing copyright header to oss_probe.c.
10457
10458 2004-12-15  David Schleef  <ds@schleef.org>
10459
10460         * configure.ac: add audioresample and cairo plugins.  Remove
10461         HAVE_MMX stuff, because it's not used.
10462         * ext/Makefile.am: same
10463         * ext/audioresample/Makefile.am: You are not ready for an
10464         audio resampling element based on audioresample.
10465         * ext/audioresample/gstaudioresample.c:
10466         * ext/audioresample/gstaudioresample.h:
10467         * ext/cairo/Makefile.am: You are not ready for overlay elements
10468         based on cairo.  Don't look too closely, these elements kinda
10469         suck right now.
10470         * ext/cairo/gstcairo.c: new
10471         * ext/cairo/gsttextoverlay.c: new
10472         * ext/cairo/gsttextoverlay.h: new
10473         * ext/cairo/gsttimeoverlay.c: new
10474         * ext/cairo/gsttimeoverlay.h: new
10475         * gst-libs/gst/media-info/media-info-priv.h: fix compile
10476         problem with compilers that don't support variadic macros.
10477
10478 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10479
10480         Reviewed by:  David Schleef  <ds@schleef.org>
10481
10482         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
10483         Bala, registering sunaudiosrc (oops!), and cleaning up code a
10484         bit.  Also ran indent-gst.
10485         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
10486         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
10487         (gst_sunaudiosrc_setparams):
10488
10489 2004-12-14  David Schleef  <ds@schleef.org>
10490
10491         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
10492         output rate to 16000.  Should fix #160235.
10493
10494 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10495
10496         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10497         Add typefinding for mpeg2 pes streams
10498
10499 2004-12-13  David Schleef  <ds@schleef.org>
10500
10501         * configure.ac:  Applied patch from bug #143659, making default
10502         sources and sinks OS-dependent (for Solaris), and added code
10503         for OS/X.
10504         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
10505
10506 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10507
10508         * gst-libs/gst/riff/riff-media.c:
10509           forgot to add h2.64 to avidemux template caps
10510
10511 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10512
10513         * gst/wavenc/riff.h:
10514         * gst-libs/gst/riff/riff-media.c:
10515         * gst-libs/gst/riff/riff-ids.h:
10516         * gst/avi/gstavimux.c
10517         add 4CC code for VideoSoft h264 in AVI (VSSH)
10518           fixes bug #160655
10519         remove s323 from riff, it's quicktime specific :(
10520
10521 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10522
10523         * gst/asfdemux/README
10524         * gst/wavenc/riff.h
10525         * gst-libs/gst/riff/riff-ids.h
10526         * gst-libs/gst/riff/riff-media.c
10527         * gst/qtdemux/qtdemux.c:
10528           add new 4CC codes for h263 related codecs
10529           fixes partially bug #155163
10530
10531 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
10532
10533         * configure.ac: Update polyaudio requirement to 0.7
10534         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
10535
10536 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10537
10538         * gst/interleave/deinterleave.c:
10539         fix my name's spelling! :)
10540
10541 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10542
10543         * AUTHORS ChangeLog
10544         * gst/auparse/gstauparse.c
10545         * gst/interleave/deinterleave.c
10546         * gst/law/:
10547                 alaw-decode.c alaw-encode.c
10548                 mulaw-decode.c mulaw-encode.c
10549         * gst/oneton/gstoneton.c
10550         * sys/osxaudio/:
10551                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
10552         * sys/osxvideo/:
10553                 cocoawindow.h cocoawindow.m
10554                 osxvideosink.h osxvideosink.m
10555
10556         put the same mail address for Zaheer Abbas Merali everywhere
10557
10558 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10559
10560         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
10561           Align by packetsize, and assert that we a packet available before
10562           playing. The first makes webstreams work (they often include
10563           trailing padding data in a packet), the second allows pausing a
10564           ASF stream in totem without getting demux errors afterwards.
10565
10566 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10567
10568         * ext/ogg/gstoggdemux.c: (get_relative):
10569           Check for non-NULL before accessing member (end-of-chain).
10570
10571 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10572
10573         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10574         (cdparanoia_set_property), (cdparanoia_get_property):
10575         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
10576         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
10577         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10578         (dvdreadsrc_init), (dvdreadsrc_set_property),
10579         (dvdreadsrc_get_property):
10580         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
10581         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
10582           Synchronize property names where not yet the case. Devices are
10583           now device=X, other versions are deprecated (but still exist).
10584           Also use g_free() unconditionally.
10585         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10586         (setup_source), (gst_play_base_bin_get_property):
10587           Expose source.
10588
10589 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10590
10591         * configure.ac: move GCONF macro outside conditional for the am
10592           conditional. Fixes #160439
10593
10594 2004-12-08  David Schleef  <ds@schleef.org>
10595
10596         * tools/gst-visualise-m.m: Switch to elements that currently
10597         exist.
10598
10599 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10600
10601         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10602           We love wrong commas.
10603
10604 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10605
10606         * gst/matroska/matroska-demux.c:
10607         (gst_matroska_demux_handle_src_query):
10608           Don't set DEFAULT, unsupported - makes length display incorrectly
10609           in some cases.
10610
10611 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10612
10613         * gst/monoscope/README: remove blurb about files being GPL
10614         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
10615         * gst/monoscope/monoscope.c: Change license to BSD with explanation
10616           monoscope is now effectively LGPL licensed
10617
10618 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10619
10620         * gst/monoscope/README: Update information to be more correct
10621         * gst/monoscope/convolve.c: Relicense to LGPL
10622         * gst/monoscope/convolve.h: Relicense to LGPL
10623
10624 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
10625
10626         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
10627           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
10628         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
10629           set default_duration for mpeg1 audio
10630
10631 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10632
10633         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
10634         * ext/alsa/gstalsa.h:
10635           refactor big chunks of the core caps negotiation code to make it
10636           a lot faster, because people claim it's really slow
10637           (actually, just cache the getcaps when the device is opened)
10638
10639 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10640
10641         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
10642         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
10643         (gst_a52dec_handle_frame), (gst_a52dec_chain),
10644         (gst_a52dec_change_state), (plugin_init):
10645         * ext/a52dec/gsta52dec.h:
10646           Do something useful with timestamps. Make chain-based (since
10647           there's really no reason to be loopbased).
10648         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10649           Update current_byte/frame correctly.
10650
10651 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10652
10653         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
10654         (gst_ape_demux_stream_init):
10655           Forward tags, too.
10656
10657 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10658
10659         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
10660           Let's make sure we're done typefinding when detecting tags.
10661
10662 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10663
10664         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
10665         (gst_ebml_read_init), (gst_ebml_read_use_event),
10666         (gst_ebml_read_element_id), (gst_ebml_peek_id),
10667         (gst_ebml_read_seek), (gst_ebml_read_skip),
10668         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
10669         (gst_ebml_read_master):
10670         * gst/matroska/ebml-read.h:
10671         * gst/matroska/matroska-demux.c:
10672         (gst_matroska_demux_parse_contents),
10673         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
10674           Disgustingly evil hack for working around INTERRUPT events and
10675           their extremely annoying habit of being a pain in the ass. We
10676           simply peek a cluster before reading any of it.
10677
10678 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10679
10680         * ext/musepack/gstmusepackdec.cpp:
10681           There's also floating point libmusepacks.
10682
10683 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10684
10685         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
10686         (gst_faad_chanpos_to_gst), (gst_faad_chain):
10687           Set DURATION even if source buffer didn't. Also use increasing
10688           timestamps.
10689         * gst-libs/gst/riff/riff-media.c:
10690         (gst_riff_create_audio_caps_with_data):
10691           Block_align can have larger values than 8192.
10692
10693 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10694
10695         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
10696         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
10697         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
10698         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
10699           Fix caps.
10700
10701 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10702
10703         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
10704           Fix logic bug.
10705
10706 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10707
10708         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
10709           Yay, another one.
10710
10711 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10712
10713         * ext/esd/esdsink.c: (gst_esdsink_chain):
10714           Make error actually say something useful (fixes #156798).
10715         * gst-libs/gst/riff/riff-media.c:
10716         (gst_riff_create_video_caps_with_data),
10717         (gst_riff_create_video_template_caps):
10718           Add Intel Video 5.0 fourcc (IV50).
10719
10720 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
10721
10722         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
10723         detection on mono and stereo mp3 files.
10724
10725 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10726
10727         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10728           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
10729           the contained stream).
10730
10731 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10732
10733         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
10734           Oops, remove debug.
10735
10736 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10737
10738         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10739
10740         * gst/law/alaw-decode.c: (alawdec_getcaps):
10741         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
10742           Prevent warnings when negotiating caps (fixes #159338).
10743
10744 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10745
10746         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10747         (gst_ffmpegcsp_chain):
10748           Remove old leftover that shouldn't be there...
10749
10750 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10751
10752         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10753
10754         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10755           Don't forward DISCONT events (fixes #159684).
10756
10757 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10758
10759         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
10760           Unlink manually since sometimes bin disposal (and therefore
10761           pad unlinking) is delayed, which will cause a new media file
10762           to not be able to start playing instantly.
10763
10764 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10765
10766         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
10767           On mute of an unlinked stream, check for pad availability so
10768           we don't crash on unlinked pad.
10769
10770 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10771
10772         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10773         (gst_avi_demux_massage_index):
10774           Fix quite humiliating bug in omitting 0-sized index chunks but
10775           forgetting to count them for timestamps.
10776
10777 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10778
10779         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10780           Actually leave the loop if we failed to sync. Don't crash.
10781
10782 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10783
10784         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
10785         (gst_dvd_demux_process_private):
10786         * gst/mpegstream/gstdvddemux.h:
10787           Fix crash (#159759). Doesn't work, though. :-(.
10788
10789 2004-11-28  Benjamin Otte  <otte@gnome.org>
10790
10791         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10792           more overwriting protection due to modifying channels one by one
10793           instead of all at once
10794
10795 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10796
10797         * gst/audioconvert/gstchannelmix.c:
10798         (gst_audio_convert_fill_normalize):
10799           Normalize using absolute values.
10800
10801 2004-11-28  Julien MOUTTE  <julien@moutte.net>
10802
10803         * configure.ac:
10804         * ext/Makefile.am:
10805         * ext/directfb/Makefile.am:
10806         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
10807         (gst_directfbvideosink_get_pixel_format),
10808         (gst_directfbvideosink_get_format_from_fourcc),
10809         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
10810         (gst_directfbvideosink_sink_link),
10811         (gst_directfbvideosink_change_state),
10812         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
10813         (gst_directfbvideosink_buffer_alloc),
10814         (gst_directfbvideosink_interface_supported),
10815         (gst_directfbvideosink_interface_init),
10816         (gst_directfbvideosink_navigation_send_event),
10817         (gst_directfbvideosink_navigation_init),
10818         (gst_directfbvideosink_set_property),
10819         (gst_directfbvideosink_get_property),
10820         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
10821         (gst_directfbvideosink_base_init),
10822         (gst_directfbvideosink_class_init),
10823         (gst_directfbvideosink_get_type), (plugin_init):
10824         * ext/directfb/directfbvideosink.h: Adding a first version of
10825         directfbvideosink.
10826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
10827         more.
10828
10829 2004-11-28  Benjamin Otte  <otte@gnome.org>
10830
10831         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
10832           walk the samples backwards if out_channels > in_channels so we don't
10833           overwrite data
10834
10835 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10836
10837         * gst/audioconvert/Makefile.am:
10838         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10839         (gst_audio_convert_link), (gst_audio_convert_change_state),
10840         (gst_audio_convert_channels):
10841         * gst/audioconvert/gstchannelmix.c:
10842         (gst_audio_convert_unset_matrix),
10843         (gst_audio_convert_fill_identical),
10844         (gst_audio_convert_fill_compatible),
10845         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
10846         (gst_audio_convert_fill_others),
10847         (gst_audio_convert_fill_normalize),
10848         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
10849         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
10850         * gst/audioconvert/gstchannelmix.h:
10851           Implement a channel mixer.
10852
10853 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
10854
10855         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
10856         * ext/alsa/gstalsa.h:
10857         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
10858         Make alsasink actually honor gst_element_set_clock and use that
10859         clock instead of its internal one.
10860
10861 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
10862
10863         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
10864         (gst_play_base_bin_change_state): nullify source and decoder when
10865         going from READY to NULL so that we don't try to do weird stuff with
10866         them when going from NULL to READY
10867         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
10868         instead of g_object_unref
10869         (gen_video_element), (gen_audio_element): more refcounting fixes, now
10870         it should be correct
10871         (gst_play_bin_change_state): don't call remove_sinks if we are
10872         currently disposing the object
10873
10874 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10875
10876         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
10877           Don't forget bass if it's there. Else left channel is silent...
10878
10879 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10880
10881         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
10882         (gst_a52dec_change_state):
10883           Don't do sample adjusting anymore, we use float audio now.
10884         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10885           Don't fixate to non-existing properties.
10886
10887 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10888
10889         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
10890         (gst_a52dec_change_state):
10891           Advertise that we can do surround sound.
10892
10893 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10894
10895         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
10896           Add buffer-frames=0.
10897         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
10898         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
10899         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
10900         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
10901         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
10902         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
10903         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
10904         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
10905         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
10906         * ext/dvdread/dvdreadsrc.h:
10907           Add seeking, querying for bytes, sectors, title, angle and
10908           chapter. Handle multiple chapters. Relicense to LGPL because
10909           Billy agreed on that (thanks Billy!).
10910
10911 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
10912
10913         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
10914         call parent dispose method
10915
10916 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
10917
10918         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
10919         (gst_audio_clock_get_internal_time):
10920         Fix active <-> inactive transitions: ensure time value always
10921         grows and avoid abrupt value changes.
10922
10923 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
10924
10925         * configure.ac:
10926         * gst/tta/Makefile.am:
10927         * gst/tta/crc32.h:
10928         * gst/tta/filters.h:
10929         * gst/tta/gsttta.c:
10930         * gst/tta/gstttadec.c:
10931         * gst/tta/gstttadec.h:
10932         * gst/tta/gstttaparse.c:
10933         * gst/tta/gstttaparse.h:
10934         * gst/tta/ttadec.h:
10935           added TTA parser and decoder
10936
10937 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10938
10939         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10940         (probe_triggered), (check_queue), (buffer_underrun),
10941         (buffer_running), (buffer_overrun), (gen_source_element),
10942         (setup_source):
10943         * gst/playback/gstplaybasebin.h:
10944           Implement buffering. Needs some more work.
10945
10946 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10947
10948         * ext/theora/theoradec.c: (theora_dec_chain):
10949           Fix ilog mask range overflow.
10950
10951 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10952
10953         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
10954           Don't omit the last (which in case of dmix is the only :) )
10955           channel count. Don't set channels if <= 2.
10956
10957 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
10958
10959         * gst/playback/gstplaybin.c: (gen_video_element),
10960         (gen_audio_element): Removed 2 obsolete comments
10961
10962 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
10963
10964         * ext/vorbis/oggvorbisenc.c
10965         * ext/vorbis/vorbisenc.c :
10966           change description fields of those plugins to differentiate them
10967           (pitivi show Encoders by description, they had the same one)
10968
10969 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
10970
10971         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10972
10973         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
10974         (gst_play_bin_set_property), (gen_video_element),
10975         (gen_audio_element):
10976           Refcounting fixes for provided audio-/videosinks.
10977
10978 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10979
10980         * gst/playback/gstplaybin.c: (gen_video_element),
10981         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
10982           Don't reference all sinks, but only the video- and audiosinks.
10983           The vis. element should be disposed when we're done with it.
10984           We don't have any reason to keep it around. This fixes warnings
10985           when reusing playbin for playing multiple audio files with
10986           vis. enabled. Also release audio device on pause - idea stolen
10987           from Rhythmbox.
10988
10989 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10990
10991         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
10992         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
10993         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
10994         * ext/alsa/gstalsaplugin.c: (plugin_init):
10995         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
10996         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
10997         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
10998         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
10999         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
11000         (gst_faad_change_state), (plugin_init):
11001         * ext/faad/gstfaad.h:
11002         * ext/vorbis/vorbis.c: (plugin_init):
11003         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11004         * gst-libs/gst/audio/Makefile.am:
11005         * gst-libs/gst/audio/audio.c: (plugin_init):
11006         * gst-libs/gst/audio/multichannel.c:
11007         (gst_audio_check_channel_positions),
11008         (gst_audio_get_channel_positions),
11009         (gst_audio_set_channel_positions),
11010         (gst_audio_set_structure_channel_positions_list),
11011         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
11012         (gst_audio_fixate_channel_positions):
11013         * gst-libs/gst/audio/multichannel.h:
11014         * gst-libs/gst/audio/testchannels.c: (main):
11015         * gst/audioconvert/gstaudioconvert.c:
11016         (gst_audio_convert_class_init), (gst_audio_convert_init),
11017         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
11018         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
11019         (gst_audio_convert_fixate), (gst_audio_convert_channels):
11020         * gst/audioconvert/plugin.c: (plugin_init):
11021           Surround sound support.
11022
11023 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11024
11025         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
11026           Fix position for discont if we're close as well. Nitpicking, but
11027           saves a few milliseconds of extra waiting or skipping.
11028
11029 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11030
11031         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
11032           We sometimes need parsers for playback, so add those too.
11033
11034 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11035
11036         * configure.ac:
11037         * gst/apetag/Makefile.am:
11038         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
11039         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
11040         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
11041         (gst_ape_demux_get_src_query_types),
11042         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
11043         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
11044         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
11045         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
11046         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
11047         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
11048         (gst_ape_demux_change_state):
11049         * gst/apetag/apedemux.h:
11050         * gst/apetag/apetag.c: (plugin_init):
11051         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
11052         (plugin_init):
11053           APE v1/2 tag reader plus typefind function.
11054
11055 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11056
11057         * configure.ac:
11058         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11059         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11060           Remove hacks for older core. Require newer core version
11061           accordingly.
11062
11063 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11064
11065         * gst/cdxaparse/Makefile.am:
11066         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
11067         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
11068         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
11069         * gst/cdxaparse/gstcdxaparse.h:
11070         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
11071         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
11072         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
11073         (gst_cdxastrip_get_src_query_types),
11074         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
11075         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
11076         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
11077         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
11078         * gst/cdxaparse/gstcdxastrip.h:
11079           SVCD/VCD header stripping separated from CDXA image parsing.
11080         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11081         (plugin_init):
11082           Add VCD/SVCD header typefinding for VCD/SVCD.
11083         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
11084         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11085         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11086         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
11087         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
11088         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
11089         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
11090         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
11091         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
11092         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
11093         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
11094         * sys/vcd/vcdsrc.h:
11095           Fix up, add seeking, querying, URI interface. Works in totem now.
11096
11097 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11098
11099         * configure.ac:
11100           back to CVS
11101
11102 === release 0.8.6 ===
11103
11104 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11105
11106         * NEWS:
11107         * RELEASE:
11108         * configure.ac:
11109         * po/af.po:
11110         * po/az.po:
11111         * po/cs.po:
11112         * po/en_GB.po:
11113         * po/hu.po:
11114         * po/it.po:
11115         * po/nb.po:
11116         * po/nl.po:
11117         * po/or.po:
11118         * po/sq.po:
11119         * po/sr.po:
11120         * po/sv.po:
11121         * po/uk.po:
11122           releasing 0.8.6, "IOU Love"
11123
11124 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11125
11126         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11127
11128         * gst/playback/gstplaybasebin.c:
11129           Fix unplayable files error handling.  Fixes #158365
11130
11131 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11132
11133         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11134
11135         * gst/typefind/gsttypefindfunctions.c:
11136           Fix broken mp3 typefinding.  Fixes #158375
11137
11138 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11139
11140         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11141
11142         * ext/ogg/gstoggdemux.c:
11143           Fix sync on broken files.  Fixes #158976
11144
11145 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11146
11147         patch by: Edward Hervey <bilboed@bilboed.com>
11148
11149         * ext/libpng/gstpngenc.c:
11150           Copy over buffer properties.  Fixes #158832
11151
11152 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11153
11154         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
11155
11156         * ext/dvdread/dvdreadsrc.c:
11157           Fixes invalid reads (#158462)
11158
11159 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11160
11161         * sys/v4l/gstv4lsrc.c:
11162         * sys/v4l/gstv4lsrc.h:
11163         * sys/v4l/v4lsrc_calls.c:
11164           Probe less and cache it.  Fixes #159187.
11165
11166 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11167
11168         * gst/videorate/gstvideorate.c:
11169           Handle all video formats. Fixes #159186.
11170
11171 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
11172         * gst/synaesthesia/gstsynaesthesia.c:
11173         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
11174         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
11175         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
11176         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
11177         (gst_synaesthesia_change_state), (plugin_init):
11178         Fix up synaesthesia to work under different samplerates/ buffer sizes.
11179         Force 320x200 output, as that's the only thing the underlying
11180         synaesthesia implementation supports. Still needs to be made
11181         re-entrant.
11182
11183 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11184
11185         * configure.ac:
11186           Fix mpeg2enc configure check (similar to mplex check below).
11187
11188 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
11189
11190         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11191
11192         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11193           Fix for gcc-2.95 (fixes #158221).
11194
11195 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11196
11197         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11198           Re-add clock distribution hack (until new core is released).
11199           Fixes #158125.
11200
11201 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
11202         * configure.ac:
11203           fix mplex configure check segfaulting on some systems (bug #140994)
11204
11205 2004-11-13  Benjamin Otte  <otte@gnome.org>
11206
11207         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
11208           add debugging
11209         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11210           do a wait when we enter the loop func with no data available to
11211           write instead of getting into an 100% CPU loop by just returning and
11212           being called again by the scheduler
11213
11214 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
11215
11216         * configure.ac:
11217         * ext/libvisual/visual.c: (gst_visual_get_type),
11218         (libvisual_log_handler), (gst_visual_getcaps),
11219         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
11220         (plugin_init):
11221           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
11222         * ext/smoothwave/Makefile.am:
11223         * ext/smoothwave/demo-osssrc.c: (main):
11224         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
11225         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
11226         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
11227         (plugin_init):
11228         * ext/smoothwave/gstsmoothwave.h:
11229           Make gstsmoothwave a working element in the 20th century.
11230
11231         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
11232           Fix incorrect link function
11233
11234 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11235
11236         * gst/volume/gstvolume.c:
11237           Allow buffer-frames=0.
11238
11239 2004-11-12 Iain <iaingnome@gmail.com>
11240
11241         * configure.ac: Check for polypaudio
11242
11243         * ext/Makefile.am: Build the polyp dir
11244
11245         * ext/polyp: The polypsink sources.
11246
11247 2004-10-30 Iain <iaingnome@gmail.com>
11248
11249         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
11250         caps to reflect the new number of channels.
11251
11252 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11253
11254         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11255           Fix for negotiation order problem. This would show when the
11256           ALSA loopfuction was called before any other function. ALSA
11257           wouldn't do anything because we're not negotiated yet, leading
11258           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
11259
11260 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11261
11262         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11263
11264         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11265           No warnings (#157986).
11266
11267 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11268
11269         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11270           Prefer apev1/2 and id3v1 (at end of file) over musepack.
11271
11272 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11273
11274         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
11275           Signal no-more-pads (so it works in playbin).
11276
11277 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11278
11279         * ext/musepack/gstmusepackreader.cpp:
11280           Workaround for older core.
11281
11282 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11283
11284         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
11285           Actually test for odd width/height rather than testing whether
11286           a temporary variable that was 0 before we subtracted 1 is now
11287           not equal to zero (which it always is).
11288
11289 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11290
11291         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11292         Fix compilation if HAVE_XVIDEO is not defined
11293
11294 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11295
11296         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11297         Fix compilation if HAVE_XVIDEO is not defined
11298
11299 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
11300
11301         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11302         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
11303         (gst_goom_change_state), (plugin_init):
11304         Use the bytestream adapter so goom doesn't depend on the input
11305         buffer size.
11306         Add a debug category
11307
11308 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11309
11310         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11311           Only set hardware parameters *after* negotiation. Before
11312           negotiation, it will set ANY and that seems to cause crashes
11313           (see e.g. #151288, #153227).
11314
11315 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11316
11317         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11318           This seems to be antique leftover. It needs to pass error
11319           checking.
11320         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
11321         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
11322         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
11323         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
11324           Fix GstXOverlay implementation (#151059).
11325
11326 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11327
11328         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11329           Don't assert (#157853).
11330
11331 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11332
11333         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11334           Fix bytes/samples confustion.
11335         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
11336           Fix for underrun (#144389).
11337
11338 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11339
11340         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11341           Disable halfway-seek for pending release (since it needs a new
11342           core release).
11343
11344 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11345
11346         * sys/v4l/gstv4lsrc.c:
11347         * sys/v4l/gstv4lsrc.h:
11348         * sys/v4l/v4lsrc_calls.c:
11349           add autoprobe-fps property so we can separate autoprobing parts
11350
11351 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11352
11353         * sys/v4l/gstv4lsrc.c:
11354         * sys/v4l/v4lsrc_calls.c:
11355         initialise fourcc to catch unset fourcc's, and debug
11356
11357 2004-11-09  Wim Taymans  <wim@fluendo.com>
11358
11359         * gst/playback/README:
11360         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11361         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11362         (gst_play_bin_dispose), (gst_play_bin_set_property),
11363         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
11364         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
11365         (gst_play_bin_get_formats), (gst_play_bin_convert),
11366         (gst_play_bin_get_query_types), (gst_play_bin_query):
11367         Cleanups and some more documentation.
11368
11369 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
11370
11371         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
11372         (gst_cacasink_init), (gst_cacasink_chain):
11373         * ext/libcaca/gstcacasink.h:
11374         Cacasink inherits from VideoSink, so let that store the clock.
11375
11376 2004-11-09  Wim Taymans  <wim@fluendo.com>
11377
11378         * gst/playback/README:
11379         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
11380         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
11381         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
11382         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
11383         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
11384         (setup_sinks):
11385         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
11386         (gst_stream_info_is_mute), (gst_stream_info_set_property):
11387         * gst/playback/gststreaminfo.h:
11388         Updated README.
11389         Only switch groups if all streams have muted (EOSed).
11390         Send Tags in sync with the stream playback instead of in
11391         the playback/preroll phase.
11392         Some cleanups, free the fakesrc elements.
11393
11394 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11395
11396         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
11397           buffer-frames property was missing
11398         * ext/arts/gst_arts.c:
11399           rate missing from sinkcaps
11400         * ext/audiofile/gstafparse.c:
11401         * ext/audiofile/gstafsink.c:
11402         * ext/audiofile/gstafsrc.c:
11403         * ext/swfdec/gstswfdec.c:
11404           int audio doesn't know buffer-frames
11405         * ext/cdparanoia/gstcdparanoia.c:
11406           int audio doesn't know chunksize either
11407         * ext/nas/nassink.c:
11408           it's endianness, not endianess
11409         * gst-libs/gst/audio/audio.h:
11410           make float standard pad template caps really describe float
11411         * gst/law/mulaw.c: (linear_factory):
11412           signed only, please
11413         * gst/mpegstream/gstdvddemux.c:
11414           widths of 20 are not valid
11415
11416 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11417
11418         Submitted by: Luca Ferretti <elle.uca@infinito.it>
11419
11420         * po/LINGUAS:
11421         * po/it.po:
11422           Add Italian
11423
11424 2004-11-08  Wim Taymans  <wim@fluendo.com>
11425
11426         * gst/playback/README:
11427         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11428         * gst/playback/gstplaybasebin.c: (probe_triggered),
11429         (gst_play_base_bin_change_state):
11430         Updated README, added more comments for fixmes etc..
11431
11432 2004-11-08  Wim Taymans  <wim@fluendo.com>
11433
11434         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11435         We can remove this hack now.
11436
11437 2004-11-08  Wim Taymans  <wim@fluendo.com>
11438
11439         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
11440         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11441         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11442         Only mix AYUV for maximum quality.
11443
11444 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11445
11446         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
11447         (gst_ogg_demux_push), (gst_ogg_pad_push):
11448           Let's act as if we're synchronized now! :).
11449         * ext/theora/theoradec.c: (theora_dec_chain):
11450           Add some debug.
11451
11452 2004-11-08  Wim Taymans  <wim@fluendo.com>
11453
11454         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11455         (gst_alpha_set_property), (gst_alpha_sink_link),
11456         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
11457         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
11458         (gst_alpha_init_params), (gst_alpha_chain):
11459         Implement alpha functions for AYUV too, this increases
11460         accuracy quite a bit.
11461
11462 2004-11-08  Wim Taymans  <wim@fluendo.com>
11463
11464         * gst/ffmpegcolorspace/avcodec.h:
11465         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11466         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11467         (gst_ffmpegcsp_avpicture_fill):
11468         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11469         (gst_ffmpegcsp_caps_remove_format_info):
11470         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11471         (shrink12), (img_get_alpha_info), (deinterlace_line),
11472         (deinterlace_line_inplace):
11473         * gst/ffmpegcolorspace/imgconvert_template.h:
11474         Added AYUV colorspace and handle RGBA a bit more respectful.
11475
11476 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11477
11478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11479           Actually always send a discont (cornercase when resending the
11480           same serial-tagged chain twice).
11481
11482 2004-11-08  Julien MOUTTE  <julien@moutte.net>
11483
11484         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
11485         (gst_ximagesink_finalize):
11486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
11487         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
11488
11489 2004-11-08  Wim Taymans  <wim@fluendo.com>
11490
11491         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
11492         Don't segfault on NULL data.
11493
11494 2004-11-08  Wim Taymans  <wim@fluendo.com>
11495
11496         * gst/playback/gstdecodebin.c: (unlinked):
11497         * gst/playback/gstplay-marshal.list:
11498         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11499         (gst_play_base_bin_init), (group_create), (get_active_group),
11500         (get_building_group), (group_destroy), (group_commit),
11501         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
11502         (add_element_stream), (no_more_pads), (probe_triggered),
11503         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
11504         (state_change), (setup_source), (gst_play_base_bin_get_property),
11505         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
11506         (gst_play_base_bin_link_stream),
11507         (gst_play_base_bin_get_streaminfo):
11508         * gst/playback/gstplaybasebin.h:
11509         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11510         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
11511         Add support for chained ogg files. Prepare for playlist
11512         support. This patch introduces the concept of pad groups, which
11513         together compose one playable media file.
11514
11515 2004-11-07  David Schleef  <ds@schleef.org>
11516
11517         * testsuite/gst-lint: Check for pad templates that aren't statically
11518         scoped.
11519
11520 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11521
11522         * configure.ac:
11523         * ext/Makefile.am:
11524         * ext/musepack/Makefile.am:
11525         * ext/musepack/gstmusepackdec.cpp:
11526         * ext/musepack/gstmusepackdec.h:
11527         * ext/musepack/gstmusepackreader.cpp:
11528         * ext/musepack/gstmusepackreader.h:
11529           Add musepack decoder.
11530         * ext/faad/gstfaad.c: (gst_faad_base_init):
11531           Make pad templates static.
11532         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11533         (plugin_init):
11534           Add musepack typefinder, make mp3 typefinding work halfway stream,
11535           which doesn't actually work yet because id3demux doesn't implement
11536           _get_length().
11537
11538 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11539
11540         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11541         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
11542           Fix interrupt event handling (#144436).
11543
11544 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11545
11546         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
11547           Hide unused glory.
11548
11549 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11550
11551         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11552
11553         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11554           Fix weird caps (#157548).
11555
11556 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11557
11558         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11559
11560         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
11561           Add missing NULL terminator (#157543).
11562
11563 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11564
11565         * gst/tcp/gsttcp.h:
11566         * gst/tcp/gsttcpclientsink.c:
11567         * gst/tcp/gsttcpclientsrc.c:
11568         * gst/tcp/gsttcpserversink.c:
11569         * gst/tcp/gsttcpserversrc.c:
11570           ports can go up to 65535.  Move common defines to gsttcp.h
11571
11572 2004-11-05  Wim Taymans  <wim@fluendo.com>
11573
11574         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
11575         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
11576         Added two more colorspaces.
11577
11578 2004-11-05  Wim Taymans  <wim@fluendo.com>
11579
11580         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11581         (gst_ffmpegcsp_avpicture_fill):
11582         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11583         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
11584         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
11585         More stride fixes.
11586
11587 2004-11-05  Wim Taymans  <wim@fluendo.com>
11588
11589         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
11590         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
11591         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11592         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
11593         (gst_videomixer_loop):
11594         More stride fixes.
11595
11596 2004-11-05  Benjamin Otte  <otte@gnome.org>
11597
11598         * ext/mad/gstmad.c: (gst_mad_chain):
11599           don't overflow data buffer. Flush not needed sync data when syncing
11600           failed.
11601
11602 2004-11-04  Wim Taymans  <wim@fluendo.com>
11603
11604         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11605         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
11606         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
11607         (gst_alpha_init_params), (gst_alpha_chain),
11608         (gst_alpha_change_state):
11609         Updated the chroma keying algorithm with something more
11610         sophisticated.
11611
11612 2004-11-03  Wim Taymans  <wim@fluendo.com>
11613
11614         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11615         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11616         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11617         Fix stride issues. Does not completely work for odd
11618         heights.
11619
11620 2004-11-03  Wim Taymans  <wim@fluendo.com>
11621
11622         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11623         (gst_alpha_chroma_key), (gst_alpha_chain):
11624         Fix stride issues. Does not completely work for odd
11625         heights.
11626
11627 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
11628
11629         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
11630         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
11631         leak fixes
11632
11633 2004-11-03  Wim Taymans  <wim@fluendo.com>
11634
11635         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11636         (gst_ffmpegcsp_avpicture_fill):
11637         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11638         (avpicture_alloc):
11639         * gst/ffmpegcolorspace/imgconvert_template.h:
11640         Use correct _fill function to get correct strides.
11641
11642 2004-11-02  David Schleef  <ds@schleef.org>
11643
11644         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11645         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
11646         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
11647         Change all g_print()s to debugging.  Add a bunch of consistency
11648         checks.
11649
11650 2004-11-02  Wim Taymans  <wim@fluendo.com>
11651
11652         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11653         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
11654         (unlinked), (no_more_pads), (close_link):
11655         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11656         (unknown_type), (add_element_stream), (new_decoded_pad),
11657         (removed_decoded_pad), (setup_source):
11658         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
11659         (gst_stream_info_class_init), (gst_stream_info_init),
11660         (gst_stream_info_new), (gst_stream_info_dispose),
11661         (stream_info_mute_pad), (gst_stream_info_set_property),
11662         (gst_stream_info_get_property):
11663         * gst/playback/gststreaminfo.h:
11664         Fix playback of multiple files.
11665         a slightly different approach to handling dynamic pad removals.
11666         This one only looks at pads that we have linked.
11667
11668 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
11669
11670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
11671         free" warning from libc.
11672
11673 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11674
11675         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11676         (get_unconnected_element), (remove_starting_from), (pad_removed),
11677         (close_link):
11678           Implement support for dynamic pad changing. We listen to "live"
11679           pad removals (i.e. while playing) and re-setup autoplugging
11680           after that. Playbasebin/playbin need some more work for this
11681           to finally work, but decodebin supports (and replugs) chained
11682           ogg now.
11683
11684 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
11685
11686         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
11687         (gst_alsa_finalize):
11688         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
11689         (gst_cdaudio_finalize):
11690         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11691         (cdparanoia_finalize):
11692         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
11693         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
11694         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11695         (dvdreadsrc_finalize):
11696         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
11697         (gst_flacdec_finalize):
11698         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
11699         (gst_flacenc_finalize):
11700         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
11701         (gst_gnomevfssink_finalize):
11702         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
11703         (gst_gnomevfssrc_finalize):
11704         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
11705         (gst_fameenc_finalize):
11706         * ext/nas/nassink.c: (gst_nassink_class_init),
11707         (gst_nassink_finalize):
11708         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
11709         (gst_sdlvideosink_class_init):
11710         * ext/sndfile/gstsf.c: (gst_sf_dispose):
11711         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
11712         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
11713         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
11714         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
11715         (gst_x_window_listener_dispose):
11716         * gst/audioscale/gstaudioscale.c:
11717         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
11718         (play_on_demand_finalize):
11719         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
11720         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
11721         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
11722         (cdplayer_finalize):
11723         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
11724         (gst_glimagesink_class_init):
11725         * sys/oss/gstosselement.c: (gst_osselement_class_init),
11726         (gst_osselement_finalize):
11727         * sys/oss/gstosssink.c: (gst_osssink_dispose):
11728         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
11729         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
11730           Fixes a bunch of problems with finalize and dispose functions,
11731           either assumptions that dispose is only called once, or not calling
11732           the parent class dispose/finalize function
11733
11734 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
11735
11736         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
11737           added two api precondition guards
11738           use g_strdup with getenv to fix crash when using ENVVAR
11739
11740 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
11741         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11742         (gst_esdsink_finalize):
11743         Use a finalize function, not dispose, and more importantly,
11744         call the parent class finalize function too
11745
11746 2004-11-01  Johan Dahlin  <johan@gnome.org>
11747
11748         * ext/ogg/gstoggdemux.c:
11749         * gst/tags/gstvorbistag.c:
11750         Plug leaks.
11751
11752 2004-10-31  Benjamin Otte  <otte@gnome.org>
11753
11754         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
11755           lotsa memleaks today. But they're all small...
11756
11757 2004-10-31  Benjamin Otte  <otte@gnome.org>
11758
11759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11760           another memleak crushed
11761
11762 2004-10-31  Benjamin Otte  <otte@gnome.org>
11763
11764         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11765           fix memleak
11766
11767 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11768
11769         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11770           Hack to prevent crash when going to READY inside signal handler
11771           while this function is active.
11772
11773 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11774
11775         * gst/ffmpegcolorspace/Makefile.am:
11776         * gst/ffmpegcolorspace/avcodec.h:
11777         * gst/ffmpegcolorspace/common.h:
11778         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
11779         * gst/ffmpegcolorspace/dsputil.h:
11780         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
11781         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11782         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11783         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
11784         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
11785         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
11786         (gst_ffmpegcsp_avpicture_fill):
11787         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
11788         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11789         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11790         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
11791         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
11792         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
11793         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
11794         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
11795         * gst/ffmpegcolorspace/imgconvert.c:
11796         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11797         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
11798         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
11799         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
11800         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
11801         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
11802         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
11803         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
11804         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
11805         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
11806         (grow21), (grow22), (grow41), (grow44), (conv411),
11807         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
11808         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
11809         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
11810         (avpicture_free), (is_yuv_planar), (img_convert),
11811         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
11812         (deinterlace_line_inplace), (deinterlace_bottom_field),
11813         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
11814         * gst/ffmpegcolorspace/imgconvert_template.h:
11815         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
11816         * gst/ffmpegcolorspace/mmx.h:
11817         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
11818         (av_fast_realloc), (av_mallocz_static), (av_free_static),
11819         (av_freep), (avcodec_get_context_defaults),
11820         (avcodec_alloc_context), (avcodec_init):
11821           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
11822           handling plus update from ffmpeg CVS. Large clean-up.
11823
11824 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11825
11826         * gst/playback/Makefile.am:
11827           We need the marshallers for decodebin, too.
11828
11829 2004-10-30  David Schleef  <ds@schleef.org>
11830
11831         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
11832           quicktime typefinding work with 64-bit offsets.
11833
11834 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
11835
11836         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
11837           Set EOS on the element when processing an EOS event.
11838         * ext/speex/gstspeexdec.h:
11839         * ext/speex/gstspeexenc.h:
11840           Only keep a const ptr to the mode
11841         * gst-libs/gst/riff/riff-media.c:
11842         (gst_riff_create_audio_caps_with_data),
11843         (gst_riff_create_audio_template_caps):
11844           Allow WMAV3, with up to 6 channels.
11845         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
11846           Don't call gst_pad_set_event_function on a sink pad.
11847         * gst/mpegstream/gstdvddemux.c:
11848         (gst_dvd_demux_get_subpicture_stream),
11849         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
11850           Copy the explicit caps that were set across to the cur_* pads,
11851           instead of trying to use a possibly non-existent negotiated caps.
11852           Reset the type of subpicture pads to UNKNOWN after calling
11853           init_stream, so that the caps get set.
11854
11855 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
11856
11857         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11858
11859         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
11860           Don't touch buffer if it is of size 0 (fixes #151064).
11861
11862 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11863
11864         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
11865           Synchronized discont handling.
11866
11867 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11868
11869         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11870         (gst_ogg_demux_push):
11871           Make seeking sort-of exact again (fixes #156387).
11872
11873 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11874
11875         * gst/playback/gstplaybasebin.c: (unknown_type),
11876         (add_element_stream), (new_decoded_pad),
11877         (gst_play_base_bin_change_state):
11878         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
11879         (gst_stream_info_init), (gst_stream_info_new),
11880         (gst_stream_info_dispose), (gst_stream_info_get_property):
11881         * gst/playback/gststreaminfo.h:
11882           Make caps explicitely available. Makes testing for unsupported
11883           types possible. Improves error reporting.
11884
11885 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11886
11887         * gst/audioconvert/gstaudioconvert.c:
11888         (gst_audio_convert_buffer_to_default_format):
11889           Really don't touch read-only buffers (#156563).
11890
11891 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
11892
11893         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11894
11895         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
11896           Fix memleak (#155223).
11897
11898 2004-10-29  Wim Taymans  <wim@fluendo.com>
11899
11900         * gst/tcp/.cvsignore:
11901         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11902         (gst_multifdsink_class_init), (gst_multifdsink_init),
11903         (gst_multifdsink_add), (gst_multifdsink_remove),
11904         (gst_multifdsink_remove_client_link), (is_sync_frame),
11905         (gst_multifdsink_new_client),
11906         (gst_multifdsink_handle_client_write),
11907         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11908         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11909         (gst_multifdsink_get_property):
11910         * gst/tcp/gstmultifdsink.h:
11911         Added burst on connect sync_method, deprecated sync_clients,
11912         streamlined the sync code some more.
11913
11914 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11915
11916         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
11917         (gst_play_base_bin_change_state):
11918           Improve error reporting.
11919
11920 2004-10-28  Wim Taymans  <wim@fluendo.com>
11921
11922         * gst/tcp/Makefile.am:
11923         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
11924         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
11925         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
11926         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11927         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11928         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11929         (gst_fdset_wait):
11930         Added more locks around fdset structures. Fixed/reworked
11931         the poll array resizing code.
11932         Added stress test for fdset.
11933
11934 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11935
11936         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
11937         fix build
11938
11939 2004-10-28  Benjamin Otte  <otte@gnome.org>
11940
11941         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
11942           fix link function to always query channels and query width for
11943           floats
11944         * configure.ac:
11945           add equalizer dir
11946         * gst/equalizer/Makefile.am:
11947         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
11948         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
11949         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
11950         (arg_to_scale), (setup_filter),
11951         (gst_iir_equalizer_compute_frequencies),
11952         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
11953         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
11954         (plugin_init):
11955           add an equalizer
11956
11957 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11958
11959         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
11960
11961         * po/LINGUAS:
11962         * po/nb.po:
11963           Added Norwegian Bokmaal translation
11964
11965 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11966
11967         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11968           Don't break on options (fixes #156488).
11969
11970 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11971
11972         * configure.ac:
11973         * ext/cdaudio/Makefile.am:
11974         * sys/Makefile.am:
11975           fix build on older automake
11976
11977 2004-10-26  Wim Taymans  <wim@fluendo.com>
11978
11979         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
11980         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
11981         Allow a little margin when negotiating the framerate.
11982
11983 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
11984
11985         * gst/level/gstlevel.c:
11986           synchonised naming of pads and pad-templates
11987
11988 2004-10-26  Wim Taymans  <wim@fluendo.com>
11989
11990         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
11991         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
11992         (_find_streams_check), (gst_ogg_demux_push):
11993         Fix EOS again. Needs to be done in a better way. We should not
11994         remove the pad if there is no new chained stream.
11995
11996 2004-10-26 Iain <iaingnome@gmail.com>
11997
11998         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
11999         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
12000         of the caps.
12001         * gst/interleave/interleave.c (interleave_class_init): Hook up release
12002         pad.
12003         (interleave_release_pad): Remove the pad.
12004         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
12005         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
12006         the set device.
12007         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
12008         attrs
12009         (gst_xvimagesink_xcontext_clear): Free the xcontext.
12010         (gst_xvimagesink_finalize): Free the par.
12011
12012 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12013
12014         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
12015         (gst_avimux_stop_file):
12016           First calculate the rate, and only then use it. Hdr.rate is a
12017           multiple and not a derivative of hdr.scale. Scale is not the
12018           same as blockalign but is solely related to rate.
12019
12020 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12021
12022         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12023         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
12024           Implement seeking.
12025
12026 2004-10-25  James Henstridge  <james@jamesh.id.au>
12027
12028         Reviewed by:  David Schleef  <ds@schleef.org>
12029
12030         * examples/gstplay/player.c: (got_stream_length), (main):
12031         * examples/seeking/cdplayer.c: (update_scale):
12032         * examples/seeking/seek.c: (format_value), (update_scale):
12033         * examples/seeking/spider_seek.c: (format_value), (update_scale),
12034         (stop_seek):
12035         Build fixes on AMD64.
12036
12037 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12038
12039         reviewed by: Ronald Bultje <rbultje at gnome dot org>
12040
12041         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
12042         Fix for some v4l cards which hang in v4lsrc
12043
12044 2004-10-25  Wim Taymans  <wim@fluendo.com>
12045
12046         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
12047         (gst_ogg_demux_push), (gst_ogg_chains_clear):
12048         Make sure to remove the pad when a new chain is
12049         encountered. Set some vars to NULL so we don't try
12050         to reference freed memory.
12051
12052 2004-10-25  Wim Taymans  <wim@fluendo.com>
12053
12054         * examples/seeking/Makefile.am:
12055         * examples/seeking/cdplayer.c: (update_scale):
12056         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
12057         * examples/seeking/playbin.c: (make_playerbin_pipeline),
12058         (format_value), (update_scale), (iterate), (start_seek),
12059         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
12060         (print_usage), (main):
12061         Added some more examples, update others.
12062
12063 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12064
12065         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
12066         * ext/speex/gstspeexdec.c: (speex_dec_chain):
12067         * ext/theora/theoradec.c: (theora_dec_chain):
12068         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12069           Add codec-name metadata.
12070
12071 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
12072
12073         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12074
12075         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12076         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12077         * ext/alsa/gstalsamixertrack.h:
12078         * po/POTFILES.in:
12079           ALSA mixer track label internationalization (#154054).
12080
12081 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12082
12083         * ext/theora/theoradec.c: (theora_dec_chain):
12084           Export bitrate as metadata.
12085
12086 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12087
12088         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12089         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12090         * ext/alsa/gstalsamixertrack.h:
12091           Fix names, fix loop.
12092
12093 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12094
12095         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
12096         (speex_dec_convert):
12097           sinkconvert function so oggdemux can get the file length (totem).
12098
12099 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
12100
12101         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12102
12103         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12104           Don't push incomplete packets.
12105         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
12106           Fix MPEG-4 audio typefinding.
12107
12108 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12109
12110         * sys/v4l/Makefile.am:
12111         * sys/v4l/gstv4l.c: (plugin_init):
12112         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
12113         (gst_v4lelement_init), (gst_v4lelement_dispose),
12114         (gst_v4lelement_change_state):
12115         * sys/v4l/gstv4lelement.h:
12116         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
12117         (gst_v4l_xoverlay_close), (idle_refresh),
12118         (gst_v4l_xoverlay_set_xwindow_id):
12119         * sys/v4l/gstv4lxoverlay.h:
12120         * sys/v4l/v4l-overlay_calls.c:
12121         * sys/v4l/v4l_calls.h:
12122         * sys/v4l2/Makefile.am:
12123         * sys/v4l2/gstv4l2.c: (plugin_init):
12124         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
12125         (gst_v4l2element_init), (gst_v4l2element_dispose),
12126         (gst_v4l2element_change_state):
12127         * sys/v4l2/gstv4l2element.h:
12128         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
12129         (gst_v4l2_xoverlay_close), (idle_refresh),
12130         (gst_v4l2_xoverlay_set_xwindow_id):
12131         * sys/v4l2/gstv4l2xoverlay.h:
12132         * sys/v4l2/v4l2-overlay_calls.c:
12133         * sys/v4l2/v4l2_calls.h:
12134           Remove client-side overlay handling, use the X-server v4l plugin
12135           for that. Nicer overlay, less code. Also make the plugin
12136           compileable without X (but then without overlay, obviously).
12137           Makes xwindowlistener obsolete, should we remove that?
12138
12139 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12140
12141         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
12142         (gst_osssrc_src_query):
12143         * sys/oss/gstosssrc.h:
12144           OK, so people want offset in DEFAULT. This time, actually fix all
12145           cases.
12146         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12147           Add FPS properly.
12148
12149 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12150
12151         * gst/asfdemux/gstasfmux.c:
12152         * gst/avi/gstavimux.c:
12153           Framerate.
12154
12155 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12156
12157         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
12158           Fix properties (channel, norm, frequency).
12159
12160 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12161
12162         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
12163           Flag typo.
12164         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
12165           No warnings.
12166
12167 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12168
12169         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
12170           Fix hang.
12171
12172 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12173
12174         * sys/v4l2/gstv4l2element.h:
12175           Yet Another Hack (tm) for kernel header borkedness.
12176         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
12177         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
12178         (gst_v4l2src_link), (gst_v4l2src_getcaps),
12179         (gst_v4l2src_change_state):
12180         * sys/v4l2/gstv4l2src.h:
12181         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
12182         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
12183           Fix caps, keep track of state, work.
12184
12185 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12186
12187         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12188           Quiet.
12189
12190 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12191
12192         * sys/oss/gstosssrc.c: (gst_osssrc_get):
12193           Don't mix bytes and samples.
12194
12195 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12196
12197         * ext/ogg/gstoggmux.c:
12198           Basic pad template which accepts OGM tracks, speex, flac, vorbis
12199           and theora. Any is incorrect.
12200         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
12201           Fix caps.
12202         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12203         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12204         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
12205         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
12206         * sys/v4l/gstv4lmjpegsrc.h:
12207         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
12208         (gst_v4lsrc_change_state):
12209         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
12210         (gst_v4lmjpegsrc_capture_stop):
12211           Fix caps. Keep track of internal state. Work.
12212
12213 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12214
12215         * ext/Makefile.am:
12216           Fix the build fixes.
12217
12218 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12219
12220         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12221         (gst_ogg_demux_src_event), (_find_chain_seek),
12222         (gst_ogg_pad_push):
12223           Check for pad availability before using it.
12224         * ext/ogg/gstoggdemux.c: (_find_chain_process):
12225           Fix parsing of chained ogg. Needs more work on the decoder side.
12226
12227 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12228
12229         * gst/spectrum/Makefile.am:
12230         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
12231         (idle_func):
12232           Fix demo and reenable it. Yes, I'm currently playing with audio
12233           analysis tools
12234
12235 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12236
12237         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12238           We love it if files that start at zero work too...
12239
12240 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12241
12242         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12243           Handle files with missing EOS headers.
12244
12245 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12246
12247         * gst/tcp/gsttcpserversink.c:
12248         (gst_tcpserversink_handle_server_read),
12249         (gst_tcpserversink_init_send):
12250         Zero some variables first (need for accept not to return EINVAL)
12251
12252 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12253
12254         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12255         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
12256         * ext/theora/theoradec.c: (theora_dec_sink_convert),
12257         (theora_dec_chain):
12258         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12259         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
12260           Seeking and querying finetune.
12261
12262 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12263
12264         * configure.ac:
12265         * ext/Makefile.am:
12266         * ext/raw1394/Makefile.am:
12267           fix the build
12268
12269 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12270
12271         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12272           Wrong return.
12273         * gst/playback/Makefile.am:
12274         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
12275         * gst/playback/gstplay-marshal.list:
12276         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
12277           Fix marshallers.
12278
12279 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12280
12281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
12282           Silence.
12283
12284 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12285
12286         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12287         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12288         (gst_ogg_pad_push):
12289           Yay for non-lineair granulepos in theora.
12290
12291 2004-10-18  Wim Taymans  <wim@fluendo.com>
12292
12293         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
12294         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12295         * ext/dv/gstdvdec.h:
12296         Make sure we renegotiate aspect ratio when the camera switches.
12297
12298 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12299
12300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12301         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
12302           Start at zero.
12303         * ext/theora/theoradec.c: (theora_dec_chain):
12304           Skip headers. Bad idea for chained ogg, but fixes seeking.
12305
12306 2004-10-18  Wim Taymans  <wim@fluendo.com>
12307
12308         * configure.ac:
12309         I swear, this is the last time I touch this.
12310
12311 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12312
12313         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12314         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12315         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
12316           Faster seeking.
12317         * ext/theora/theoradec.c: (theora_dec_sink_convert):
12318           Time-to-default conversion.
12319         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12320           Don't error on unknown packets, just skip. We should probably
12321           read them if we want to support chained ogg.
12322
12323 2004-10-18  Wim Taymans  <wim@fluendo.com>
12324
12325         * configure.ac:
12326         Added cdaudio to wrong list.
12327
12328 2004-10-18  Wim Taymans  <wim@fluendo.com>
12329
12330         * configure.ac:
12331         Revive cdaudio.
12332
12333 2004-10-18  Wim Taymans  <wim@fluendo.com>
12334
12335         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12336         (gst_dvdec_video_link), (gst_dvdec_push):
12337         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12338         (gst_smokeenc_resync), (gst_smokeenc_chain):
12339         Fix mimetype on smoke encoder.
12340         Add aspect ratio to dvdec. Not sure if these
12341         values are correct though....
12342
12343 2004-10-18  Wim Taymans  <wim@fluendo.com>
12344
12345         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12346         Fix vorbis property descriptions and ranges.
12347
12348 2004-10-18  Wim Taymans  <wim@fluendo.com>
12349
12350         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12351         Really do nothing when no data is available.
12352         Go to the playing state when the stream is not seekable
12353         instead of failing.
12354
12355 2004-10-18  Wim Taymans  <wim@fluendo.com>
12356
12357         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
12358         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
12359         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
12360         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
12361         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
12362         Added uri handler for cd://
12363         Port to new API.
12364
12365 2004-10-18  Wim Taymans  <wim@fluendo.com>
12366
12367         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12368         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12369         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12370         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12371         (remove_prerolls), (unknown_type), (add_element_stream),
12372         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
12373         (gst_play_base_bin_remove_element),
12374         (gst_play_base_bin_link_stream):
12375         * gst/playback/gstplaybin.c: (gen_video_element),
12376         (gen_vis_element), (remove_sinks), (setup_sinks):
12377         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12378         (gst_stream_info_get_type), (gst_stream_info_class_init),
12379         (gst_stream_info_init), (gst_stream_info_new),
12380         (gst_stream_info_dispose), (stream_info_mute_pad),
12381         (gst_stream_info_set_property), (gst_stream_info_get_property):
12382         * gst/playback/gststreaminfo.h:
12383         Add sink padtemplate to decodebin.
12384         Added some more comments.
12385         Make queue size configurable in playbasebin.
12386         Added possibility to use elements as sinks (ex cdaudio).
12387
12388 2004-10-15  Wim Taymans  <wim@fluendo.com>
12389
12390         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12391         (gst_speexenc_chain):
12392         Fix speex timestamps so that it gets muxed properly.
12393
12394 2004-10-15  Wim Taymans  <wim@fluendo.com>
12395
12396         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
12397         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
12398         (gst_dv1394src_init), (gst_dv1394src_dispose),
12399         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
12400         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
12401         (gst_dv1394src_event), (gst_dv1394src_get_formats),
12402         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
12403         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
12404         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
12405         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
12406         * ext/raw1394/gstdv1394src.h:
12407         Added conversion/query functions.
12408         Update buffer timestamps,
12409         Added signals.
12410         Added uri dv:// so it might play from the firewire in playbin.
12411         Fix a possible leak.
12412         Added debugging.
12413
12414 2004-10-15  Wim Taymans  <wim@fluendo.com>
12415
12416         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
12417         (gst_dv1394src_init), (gst_dv1394src_set_property),
12418         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
12419         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
12420         * ext/raw1394/gstdv1394src.h:
12421         Added AV/C VTR control support needed for some cameras.
12422         Added automatic port detection.
12423         Added properties for selecting the channel.
12424         The configure.ac script is not yet updated to reflect the
12425         new libavc1394 and librom1394 dependencies.
12426
12427 2004-10-15  Wim Taymans  <wim@fluendo.com>
12428
12429         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12430         (qtdemux_parse), (gst_qtdemux_handle_esds):
12431         An esds box is not a container.
12432         Fix parsing of mp4v boxes.
12433         Do not try to renegotiate fps for each frame. Need to
12434         find a better method. This should fix mp4 playback.
12435
12436 2004-10-14  David Schleef  <ds@schleef.org>
12437
12438         * configure.ac: update for swfdec-0.3 and liboil-0.2
12439         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
12440         * ext/swfdec/gstswfdec.h: same
12441         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
12442         * gst/videotestsrc/videotestsrc.c: same
12443
12444 2004-10-14  Wim Taymans  <wim@fluendo.com>
12445
12446         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12447         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
12448         (is_sync_frame), (gst_multifdsink_new_client),
12449         (gst_multifdsink_handle_client_write),
12450         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12451         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
12452         Turn warnings into info.
12453         Don't allow a state change in the streaming thread.
12454
12455 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12456
12457         * ext/vorbis/oggvorbisenc.c:
12458         * ext/vorbis/vorbisdec.c:
12459           fix template sample rate
12460
12461 2004-10-13  Wim Taymans  <wim@fluendo.com>
12462
12463         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12464         Decoding the header first fixes some problems in resyncing
12465         in more mp3s.
12466
12467 2004-10-12  Wim Taymans  <wim@fluendo.com>
12468
12469         * gst/playback/gstplaybin.c: (gen_video_element),
12470         (gen_vis_element), (remove_sinks), (setup_sinks):
12471         Added vis plugin support, need to configure the vis
12472         element to activate it.
12473
12474 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12475
12476         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
12477         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
12478           Some debug.
12479         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12480         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
12481         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
12482         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
12483         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12484         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
12485         * gst/avi/gstavidemux.h:
12486           Support for openDML-2.0 indx/ix## chunks. Support for broken index
12487           recovery (where, if part of the index is broken, we will still read
12488           the rest of the index and recover the broken part by stream
12489           scanning). More broken media support. EOS workarounds. General AVI
12490           braindamage headache recovery. Aspirin included.
12491
12492 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12493
12494         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
12495         (cdparanoia_event), (cdparanoia_query):
12496           Get rid of hideous lead-in.
12497
12498 2004-10-11  Wim Taymans  <wim@fluendo.com>
12499
12500         * gst/playback/gstplaybasebin.c: (setup_source):
12501         Wrong var used to get g_list_next.
12502
12503 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12504
12505         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12506         (cdparanoia_get), (cdparanoia_open):
12507           Report discid as metadata, add duration.
12508
12509 2004-10-11  Wim Taymans  <wim@fluendo.com>
12510
12511         * gst/playback/gstplaybasebin.c: (setup_source):
12512         Cleanup the previous pipeline a little earlier for the
12513         case that a source element provides raw data.
12514
12515 2004-10-11  Benjamin Otte  <otte@gnome.org>
12516
12517         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12518           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
12519           consuming the last 128 bytes, even though it was valid mp3 data.
12520
12521 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12522
12523         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
12524         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
12525         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12526         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
12527
12528 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12529
12530         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
12531         Fix for webcams that support only specific width or height
12532
12533 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12534
12535         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12536
12537         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
12538           Fix wrong discont event setup (fixes #154967).
12539
12540 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
12541
12542         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12543
12544         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12545           Error out on invalid data (fixes #154807).
12546
12547 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12548
12549         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12550
12551         * ext/dvdread/dvdreadsrc.c: (_read):
12552           Make titles > 0 work again (fixes #154834).
12553
12554 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12555
12556         * gst-libs/gst/riff/riff-media.c:
12557         (gst_riff_create_video_template_caps):
12558           WMV3 missing in template caps.
12559
12560 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12561
12562         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12563           OK, so the original code was too strict. It makes random AVI files
12564           hang for seconds upon opening, which is unacceptable and is far
12565           beyond the original goal of getting multiple chunks for one-chunk
12566           sounc stream files. So now do just that.
12567
12568 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12569
12570         * gst/playback/gstplaybasebin.c: (setup_source),
12571         (gst_play_base_bin_change_state):
12572           Actually clean up streaminfo if output fails. This would trigger
12573           if, for example, there was no CD in the drive. No preroll, so
12574           a streaminfo structure is created, but the subsequent state change
12575           of the thread fails.
12576         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12577           Don't change state if parent failed.
12578
12579 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12580
12581         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12582         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
12583         (gen_video_element), (remove_sinks):
12584           Add small bits of code for screenshot handling.
12585
12586 2004-10-08  Wim Taymans  <wim@fluendo.com>
12587
12588         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
12589         (gen_video_element), (gen_audio_element), (setup_sinks):
12590         Don't assume the user provided sinks are named "sink"...
12591
12592 2004-10-08  Wim Taymans  <wim@fluendo.com>
12593
12594         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12595         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
12596         (gst_play_base_bin_link_stream):
12597         Do not try to autoplug sources that generate raw streams like
12598         cdparanoia.
12599         disconnect the preroll overrun signal when we don't need it anymore.
12600
12601 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
12602
12603         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12604         Added reworked patch from #154903 from milosz derezynski (deadchip).
12605
12606 2004-10-08  Wim Taymans  <wim@fluendo.com>
12607
12608         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12609         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
12610         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
12611         (cdparanoia_convert), (cdparanoia_uri_get_type),
12612         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
12613         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
12614         * ext/cdparanoia/gstcdparanoia.h:
12615         This adds the cdda://<tracknum> uri.
12616
12617 2004-10-08  Wim Taymans  <wim@fluendo.com>
12618
12619         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12620         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12621         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12622         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12623         (unknown_type), (gst_play_base_bin_remove_element),
12624         (gst_play_base_bin_link_stream):
12625         * gst/playback/gstplaybasebin.h:
12626         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12627         (gst_play_bin_set_property), (gen_video_element),
12628         (gen_audio_element), (setup_sinks):
12629         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12630         (gst_stream_info_get_type), (gst_stream_info_class_init),
12631         (gst_stream_info_init), (gst_stream_info_new),
12632         (gst_stream_info_dispose), (stream_info_mute_pad),
12633         (gst_stream_info_set_property), (gst_stream_info_get_property):
12634         * gst/playback/gststreaminfo.h:
12635         Reuse the audio and video bins.
12636         Some internal cleanups in the stream selection code.
12637
12638 2004-10-08  Julien MOUTTE  <julien@moutte.net>
12639
12640         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12641         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12642         * sys/ximage/ximagesink.h:
12643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12644         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12645         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
12646         not coming from those elements. Moreover these elements should not keep
12647         the xid they have been given when in NULL state.
12648
12649 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12650
12651         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12652         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12653         * sys/ximage/ximagesink.h:
12654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12655         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12656         * sys/xvimage/xvimagesink.h:
12657           Actually only create a new toplevel window if we're not gonna
12658           embed it right after.
12659
12660 2004-10-07  Wim Taymans  <wim@fluendo.com>
12661
12662         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
12663         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
12664         * gst/playback/gstplaybin.c: (setup_sinks):
12665         Implement muting/unmuting of streams, mute streams that are not
12666         used.
12667
12668 2004-10-07  Wim Taymans  <wim@fluendo.com>
12669
12670         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
12671         (plugin_init):
12672         Added lame audio/x-ac3 typefind function.
12673
12674 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12675
12676         * configure.ac:
12677           bump nano to cvs
12678
12679 === release 0.8.5 ===
12680
12681 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12682
12683         * NEWS:
12684         * RELEASE:
12685         * configure.ac:
12686           releasing 0.8.5, "Take You On"
12687
12688 2004-10-06  Wim Taymans  <wim@fluendo.com>
12689
12690         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12691         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12692         (no_more_pads), (close_link), (type_found):
12693         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12694         * gst/playback/gstplaybin.c: (gen_video_element):
12695         Do not signal the no_more_pads after the first pad when
12696         we are plugging a non dynamic element with multiple
12697         output pads (like swfdec, dvdec, ...).
12698
12699 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12700
12701         * configure.ac:
12702           bump for prerelease
12703
12704 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12705
12706         * gst/wavparse/gstwavparse.c:
12707           add ATRAC3 to STATIC CAPS to fix a warning
12708
12709         * gst/matroska/ebml-read.c:
12710         * gst-libs/gst/riff/riff-read.c:
12711           fix typos
12712
12713 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12714
12715         * gst-libs/gst/riff/riff-media.c:
12716           generate caps for ATRAC3 audio streams
12717
12718         * gst/realmedia/rmdemux.c:
12719           generate caps for ATRAC3 audio streams
12720
12721 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12722
12723         * gst/wavparse/Makefile.am
12724         * gst/wavparse/riff.h
12725         * gst/wavparse/wavparse.vcproj
12726           riff.h removal (unused and duplication with riff-ids.h)
12727
12728 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12729
12730         * gst/wavparse/gstwavparse.h
12731           remove duplicated defines for audio codec codes
12732
12733         * gst-libs/gst/riff/riff-ids.h
12734         * gst/wavenc/riff.h:
12735           add "4CC" code for ATRAC3 audio streams
12736           add "4CC" code for ITU_G721_ADPCM (unused for now)
12737
12738 2004-10-06  Wim Taymans  <wim@fluendo.com>
12739
12740         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
12741         Actually _do_ negotiation. Pass gdouble as arg instead
12742         of guint64 for the framerate.
12743
12744 2004-10-06  Wim Taymans  <wim@fluendo.com>
12745
12746         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12747         (find_compatibles), (close_pad_link), (try_to_link_1),
12748         (no_more_pads), (close_link), (type_found):
12749         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
12750         * gst/playback/gstplaybin.c: (gen_video_element),
12751         (gen_audio_element):
12752         Set state on newly added element to READY so that negotiation
12753         can happen ASAP.
12754         Addes some more debug info.
12755         Do not try to plug pads with multiple caps structures or ANY
12756         because it is too dangerous since we do not do dynamic
12757         replugging.
12758
12759 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12760
12761         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
12762
12763         * po/LINGUAS:
12764         * po/or.po:
12765           add Oriya translation
12766
12767 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12768
12769         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12770           Prevent overwrite of size member. Makes audio sound crappy.
12771
12772 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12773
12774         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12775         Add rmvb to the list of known RealMedia extensions
12776
12777 2004-10-05  Wim Taymans  <wim@fluendo.com>
12778
12779         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
12780         (mngdec_openstream), (mngdec_closestream),
12781         (mngdec_handle_sink_event), (mngdec_readdata),
12782         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
12783         (mngdec_getcanvasline), (mngdec_refresh),
12784         (gst_mngdec_change_state):
12785         Set the framerate correctly.
12786
12787 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12788
12789         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12790           There was something wrong with the index massaging.
12791
12792 2004-10-04  Wim Taymans  <wim@fluendo.com>
12793
12794         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
12795         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12796         (gst_smokedec_chain):
12797         * ext/jpeg/gstsmokedec.h:
12798         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12799         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
12800         * ext/jpeg/gstsmokeenc.h:
12801         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
12802         (smokecodec_decode_new), (smokecodec_info_free),
12803         (smokecodec_set_quality), (smokecodec_get_quality),
12804         (smokecodec_set_threshold), (smokecodec_get_threshold),
12805         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
12806         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
12807         (smokecodec_encode), (smokecodec_parse_id),
12808         (smokecodec_parse_header), (smokecodec_decode):
12809         * ext/jpeg/smokecodec.h:
12810         * ext/jpeg/smokeformat.h:
12811         Updated smoke, new bitstream, allows embedding in ogg.
12812
12813 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12814
12815         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12816           Fix seeking in some files. All this code is no longer needed (and
12817           actually breaks stuff) because we now synchronize the full index
12818           right when reading the header.
12819
12820 2004-10-04  Wim Taymans  <wim@fluendo.com>
12821
12822         * configure.ac:
12823         configure update for libmng.
12824
12825 2004-10-04  Wim Taymans  <wim@fluendo.com>
12826
12827         * ext/libmng/Makefile.am:
12828         * ext/libmng/gstmng.c: (plugin_init):
12829         * ext/libmng/gstmng.h:
12830         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
12831         (gst_mngdec_base_init), (gst_mngdec_class_init),
12832         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
12833         (gst_mngdec_loop), (gst_mngdec_get_property),
12834         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
12835         (mngdec_closestream), (mngdec_handle_sink_event),
12836         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
12837         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
12838         (gst_mngdec_change_state):
12839         * ext/libmng/gstmngdec.h:
12840         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
12841         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
12842         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
12843         (gst_mngenc_chain), (gst_mngenc_get_property),
12844         (gst_mngenc_set_property):
12845         * ext/libmng/gstmngenc.h:
12846         Added basic MNG decoder. Needs more work. The encoder does
12847         not work yet.
12848
12849 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12850
12851         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
12852         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
12853         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
12854           Don't hang on length=0 chunks. Some negotiation fixes. Signal
12855           no-more-pads.
12856
12857 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12858
12859         * configure.ac:
12860           you need at least 1.0.4 of speex
12861
12862 2004-10-04 Iain <iaingnome@gmail.com>
12863
12864         * ext/speex/gstspeexdec.h: Revert the includes changes.
12865
12866         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
12867
12868 2004-09-30 Iain <iaingnome@gmail.com>
12869
12870         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
12871         found during init or set as a property instead of hardcoding /dev/audio
12872
12873 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12874
12875         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
12876         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
12877         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
12878         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
12879         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
12880         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
12881         (gst_rmdemux_dump_data):
12882           Use debug category, fix EOS handling. filesrc ! rmdemux now
12883           works.
12884
12885 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12886
12887         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
12888         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
12889         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
12890           Improve allocation, cutting and sorting of the index. How takes a
12891           few seconds instead of minutes.
12892
12893 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
12894
12895         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
12896           fixed compilation
12897
12898 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12899
12900         * gst-libs/gst/riff/riff-media.c:
12901         (gst_riff_create_video_caps_with_data),
12902         (gst_riff_create_video_template_caps):
12903           Add wing commander format mimetype/fourccs.
12904         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12905           Don't crash if some value is 0.
12906
12907 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12908
12909         * gst-libs/gst/riff/riff-media.c:
12910         (gst_riff_create_video_caps_with_data),
12911         (gst_riff_create_video_template_caps):
12912           Add DIB fourcc (raw, palettized 8-bit RGB).
12913         * gst-libs/gst/riff/riff-read.c:
12914         (gst_riff_read_strf_vids_with_data):
12915           Oops, fix strf_data reading bug.
12916         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
12917           Use a non-NULL tag.
12918         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
12919           Time for hacks. Sorry Dave. At least one quicktime movie (a
12920           trailer) that I've encountered contains multiple video tracks.
12921           One of those is the actual video track, the other are one-frame
12922           tracks (images). Unfortunately, the number of frames according
12923           to the trak header is 1 for each, so that doesn't help. So
12924           instead, I look at the duration and discard tracks with a
12925           duration shorter than 20% of the length of the stream. Better
12926           than nothing.
12927
12928 2004-10-01  Christian Schaller <christian@fluendo.com>
12929
12930         * ext/ivorbis/vorbis.c:
12931           Patch from Phil Blundell (Bug 152341)
12932
12933 2004-10-01  Wim Taymans  <wim@fluendo.com>
12934
12935         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
12936         (speex_dec_get_formats), (speex_dec_convert),
12937         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
12938         (speex_dec_chain), (gst_speexdec_get_property),
12939         (gst_speexdec_set_property):
12940         Small cleanups.
12941
12942 2004-10-01  Wim Taymans  <wim@fluendo.com>
12943
12944         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12945         (gst_wavparse_stream_init), (gst_wavparse_fmt),
12946         (gst_wavparse_other), (gst_wavparse_loop),
12947         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
12948         (gst_wavparse_srcpad_event):
12949         * gst/wavparse/gstwavparse.h:
12950         Added some more debugging info.
12951         Fix the case where the length of the file is 0.
12952         Make sure we seek to sample borders.
12953
12954 2004-10-01  Wim Taymans  <wim@fluendo.com>
12955
12956         * gst/playback/README:
12957         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12958         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12959         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12960         Add some debug info to decodebin, update README
12961
12962 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12963
12964         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
12965           Don't use g_print(); use GST_DEBUG().
12966
12967 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12968
12969         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12970         (gst_ogg_mux_queue_pads):
12971           Handle EOS properly.
12972
12973 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12974
12975         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12976
12977         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
12978         (gst_faad_chain), (gst_faad_change_state):
12979         * ext/faad/gstfaad.h:
12980           Allow playback of raw (unframed) MPEG AAC files (#148993).
12981
12982 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
12983
12984         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12985
12986         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12987           Throw error if we didn't recognize the stream. Fixes #152289.
12988
12989 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12990
12991         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
12992           Fix negotiation.
12993
12994 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
12995
12996         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12997
12998         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12999           Fix memleak.
13000
13001 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
13002
13003         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13004
13005         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
13006           Solve #152805.
13007         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
13008           Solve 152806.
13009
13010 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13011
13012         * gst-libs/gst/riff/riff-media.c:
13013         (gst_riff_create_video_caps_with_data),
13014         (gst_riff_create_audio_caps_with_data):
13015           Add codec_data handling (like asfdemux used to do).
13016         * gst/asfdemux/gstasf.c: (plugin_init):
13017         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13018         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
13019           Use riff-media for caps creation instead of our own (mostly
13020           broken) copy of its functions.
13021
13022 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13023
13024         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
13025           Don't actually error out if we get another return value than
13026           -EINVAL. Opposite to what I first thought, drivers have random
13027           return values for this, although -EINVAL is the expected return
13028           value. Since this is not fatal, we shouldn't use
13029           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
13030
13031 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13032
13033         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13034         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
13035         (dvdreadsrc_get_property), (_open), (_seek), (_read),
13036         (dvdreadsrc_get), (dvdreadsrc_open_file),
13037         (dvdreadsrc_change_state):
13038           Fix. Don't do one big huge loop around the whole DVD, that will
13039           cache all data and thus eat sizeof(dvd) (several GB) before we
13040           see something.
13041         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13042           Actually NULL'ify event after using it.
13043         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
13044         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
13045         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
13046         (gst_ebml_read_seek), (gst_ebml_read_skip):
13047           Handle events.
13048         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
13049         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
13050         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
13051           Fix timing (this will probably break if I seek using menus, but
13052           I didn't get there yet). VOBs and normal DVDs should now work.
13053           Add a mpeg2-only pad with high rank so this get autoplugged for
13054           MPEG-2 movies.
13055         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
13056         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
13057         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
13058         (gst_mpeg_demux_get_audio_stream),
13059         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
13060         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
13061           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
13062           MPEG-1 but use dvddemux for MPEG-2.
13063         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
13064         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
13065         (gst_mpeg_parse_parse_packhead):
13066           Timing. Only add pad template if it exists. Add sink template from
13067           class and not from ourselves. This means we will always use the
13068           correct sink template even if it is not the one defined in this
13069           file.
13070
13071 2004-09-29  Wim Taymans  <wim@fluendo.com>
13072
13073         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
13074         (gst_mpeg_demux_parse_pes):
13075         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
13076         Fix playback of mpeg again, timestamps where screwed up by
13077         patch 1.61.
13078
13079 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13080
13081         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
13082           Only return true if we actually filled something in. Prevents
13083           player applications from showing a random length for flac files.
13084         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
13085         (gst_riff_read_use_event), (gst_riff_read_handle_event),
13086         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
13087         (gst_riff_read_strf_vids_with_data),
13088         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
13089           OK, ok, so I implemented event handling. Apparently it's normal
13090           that we receive random events at random points without asking
13091           for it.
13092         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13093         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13094         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
13095         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13096         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
13097         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
13098         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13099         * gst/avi/gstavidemux.h:
13100           Implement non-lineair chunk handling and subchunk processing.
13101           The first solves playback of AVI files where the audio and video
13102           data of individual buffers that we read are not synchronized.
13103           This should not happen according to the wonderful AVI specs, but
13104           of course it does happen in reality. It is also a prerequisite for
13105           the second. Subchunk processing allows us to cut chunks in small
13106           pieces and process each of these pieces separately. This is
13107           required because I've seen several AVI files with incredibly large
13108           audio chunks, even some files with only one audio chunk for the
13109           whole file. This allows for proper playback including seeking.
13110           This patch is supposed to fix all AVI A/V sync issues.
13111         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
13112         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
13113           Work.
13114         * gst/modplug/gstmodplug.cc:
13115           Proper return value setting for the query() function.
13116         * gst/playback/gstplaybasebin.c: (setup_source):
13117           Being in non-playing state (after, e.g., EOS) is not necessarily
13118           a bad thing. Allow for that. This fixes playback of short files.
13119           They don't actually playback fully now, because the clock already
13120           runs. This means that small files (<500kB) with a small length
13121           (<2sec) will still not or barely play. Other files, such as mod
13122           or flx, will work correctly, however.
13123
13124 2004-09-28  Wim Taymans  <wim@fluendo.com>
13125
13126         * ext/speex/gstspeex.c: (plugin_init):
13127         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
13128         (gst_speex_dec_class_init), (speex_dec_get_formats),
13129         (speex_get_event_masks), (speex_get_query_types),
13130         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
13131         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
13132         (gst_speexdec_get_property), (gst_speexdec_set_property),
13133         (speex_dec_change_state):
13134         * ext/speex/gstspeexdec.h:
13135         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
13136         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
13137         (gst_speexenc_base_init), (gst_speexenc_class_init),
13138         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
13139         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
13140         (gst_speexenc_src_query), (gst_speexenc_init),
13141         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
13142         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
13143         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
13144         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
13145         (gst_speexenc_chain), (gst_speexenc_get_property),
13146         (gst_speexenc_set_property), (gst_speexenc_change_state):
13147         * ext/speex/gstspeexenc.h:
13148         Rewrote speex encoder, make sure it can be embedded in ogg.
13149         Implemented speex decoder.
13150
13151 2004-09-28  Christian Schaller <christian@fluendo.com>
13152
13153         * configure.ac:
13154         Remove kioslave plugin. Markey is brewing a new working one
13155         * ext/Makefile.am: Remove kioslave plugin
13156         * ext/kio: remove
13157         * gst-plugins.spec.in: remove kio plugin from spec
13158
13159 2004-09-27  Wim Taymans  <wim@fluendo.com>
13160
13161         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13162         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13163         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
13164         (gst_multifdsink_new_client),
13165         (gst_multifdsink_handle_client_write),
13166         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13167         (gst_multifdsink_handle_clients):
13168         * gst/tcp/gstmultifdsink.h:
13169         Make syncing to keyframes actually work for new clients and lagging
13170         clients.
13171
13172 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13173
13174         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
13175         (gst_navigationtest_handle_src_event), (draw_box_planar411),
13176         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
13177         * gst/debug/gstnavigationtest.h:
13178           make navigationtest display button-press and button-release events
13179
13180 2004-09-26 Iain <iaingnome@gmail.com>
13181
13182         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
13183         the channels have received a new media event.
13184         (interleave_buffered_loop): Compresses a new media event on all
13185         channels into one.
13186
13187 2004-09-26 Iain <iaingnome@gmail.com>
13188
13189         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
13190         call the sinkpad's default event handler and not the srcpads. He also
13191         says this is confusing :)
13192         (gst_wavenc_stop_file): Company says that seek events only go upstream
13193         we should send a discontinuous downstream instead.
13194
13195 2004-09-25  Christian Schaller <christian@fluendo.com>
13196
13197         * Update SPEC file to be usable in conjunction with Fedora Core,
13198           Fedora.us and freshrpms packages
13199         * Fix typo in multifilesrc test Makefile
13200
13201 2004-09-24  Wim Taymans  <wim@fluendo.com>
13202
13203         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13204         Only signal the no_more_pads signal when we have
13205         added the stream to our list.
13206
13207 2004-09-24  Wim Taymans  <wim@fluendo.com>
13208
13209         * gst/playback/gstplaybasebin.c: (remove_prerolls),
13210         (new_decoded_pad):
13211         * gst/playback/gstplaybasebin.h:
13212         * gst/playback/gstplaybin.c: (setup_sinks):
13213         Don't try to preroll or decode more than one audio/video
13214         track.
13215
13216 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13217
13218         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13219           Throw error if we failed to find a suitable output. This should
13220           throw an error if we successfully set up a pipeline (e.g. because
13221           we recognized a media file) but found no decodable streams in it
13222           (e.g. because it contains only media stream types for which we
13223           have no decoders, or because it's not a media type).
13224
13225 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13226
13227         * ext/dirac/Makefile.am:
13228         * ext/dirac/gstdirac.cc:
13229         * ext/dirac/gstdiracdec.cc:
13230         * ext/dirac/gstdiracdec.h:
13231           Do something. Don't actually know if this works because I don't
13232           have a demuxer yet.
13233         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
13234           Add channels=1 to caps returned from _getcaps().
13235         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
13236         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
13237         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
13238         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
13239         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
13240         (gst_ogm_parse_change_state):
13241           Separate between audio/video so ogmaudioparse actually uses the
13242           audio pad templates. Both audio and video work now, including
13243           autoplugging. Also use sometimes-srcpad hack.
13244         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13245           Handle events better. Don't hang on infinite loops.
13246         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13247         (gst_avi_demux_init), (gst_avi_demux_reset),
13248         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13249         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
13250         (gst_avi_demux_change_state):
13251         * gst/avi/gstavidemux.h:
13252           Improve A/V sync. Still not perfect.
13253         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
13254         (gst_ebml_read_skip):
13255           Handle events better.
13256         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
13257         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
13258         (qtdemux_audio_caps):
13259           Add IMA4. Improve event handling. Save offset after a seek when
13260           the headers are at the end of the file so that we don't end up in
13261           an infinite loop.
13262         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
13263           Add low-priority typefind support for files with no length.
13264
13265 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13266
13267         * testsuite/multifilesink/Makefile.am:
13268         fix typo
13269
13270 2004-09-22  Julien MOUTTE  <julien@moutte.net>
13271
13272         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
13274         mistakes from thaytan's patches.
13275
13276 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
13277
13278         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13279           For completeness, XSync in the destroy function as xvimage does.
13280
13281 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
13282
13283         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
13284            Correct caps negotiation
13285         * gst/volume/gstvolume.c: (volume_chain_float),
13286         (volume_chain_int16):
13287            Modify debug output to be little more informative
13288         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
13289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13290         (gst_xvimagesink_xvimage_destroy):
13291           Add XSync calls after detaching from the shared memory segment to
13292           avoid a crash.
13293
13294 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13295
13296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13297         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
13298         * ext/vorbis/vorbis.c: (plugin_init):
13299         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13300         (gst_vorbisenc_chain):
13301         * ext/vorbis/vorbisenc.h:
13302         remove explicit newmedia support from oggmux and vorbisenc
13303         add debug category to vorbisenc
13304         * gst/multifilesink/gstmultifilesink.c:
13305         (gst_multifilesink_class_init), (gst_multifilesink_init),
13306         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
13307         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
13308         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
13309         (plugin_init):
13310         * gst/multifilesink/gstmultifilesink.h:
13311         add support for streamheader in multifilesink
13312
13313 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13314
13315         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
13316         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
13317         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
13318           Prevent infinite loops. More correct error reporting.
13319         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13320           Error out if negotiation fails.
13321         * gst/playback/gstplaybasebin.c: (setup_source),
13322         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
13323         (gst_play_base_bin_found_tag):
13324           Error/tag forwarding. Pre-roll fixes for source errors on state
13325           changes (e.g. "file does not exist") to prevent hangs.
13326
13327 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13328
13329         * testsuite/multifilesink/Makefile.am:
13330         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
13331         (gst_newmedia_class_init), (gst_newmedia_init),
13332         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13333         (newfile_signal), (test_signal), (main):
13334         * testsuite/multifilesink/multifilesrc_test.c: (main):
13335         * testsuite/multifilesink/oggtheora_test.c:
13336         (gst_newmedia_base_init), (gst_newmedia_class_init),
13337         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13338         (test_format), (newfile_signal), (test_signal), (main):
13339         * testsuite/multifilesink/oggvorbis_test.c:
13340         (gst_newmedia_base_init), (gst_newmedia_class_init),
13341         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13342         (test_format), (newfile_signal), (test_signal), (main):
13343         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
13344         (gst_newmedia_class_init), (gst_newmedia_init),
13345         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13346         (newfile_signal), (test_signal), (main):
13347         New media tests
13348
13349 2004-09-20  Christian Schaller <christian@fluendo.com>
13350
13351         * Fix mikmod license to LGPL as they have relicensed
13352         * Move Dirac and Effectv into LGPL section of README_license
13353
13354 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13355
13356         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
13357         (gst_mad_change_state):
13358           Allow for mp3 rate/channels changes. However, only very
13359           conservatively. Reason that we *have* to enable this is smiply
13360           because the mad find_sync() function is not good enough, it will
13361           regularly sync on random data as valid frames and therefore make
13362           us provide random caps as *final* caps of the stream. The best fix
13363           I could think of is to simply require several of the same stream
13364           changes in a row before we change caps.
13365           The actual testcase that works now is #
13366         * ext/ogg/Makefile.am:
13367         * ext/ogg/gstogg.c: (plugin_init):
13368         * ext/ogg/gstogmparse.c:
13369           OGM support (video only for now; I need an audio sample file).
13370         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13371         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
13372         (gst_asf_demux_add_video_stream):
13373           WMV extradata.
13374         * gst/playback/gstplaybasebin.c: (unknown_type):
13375           Don't error out on single unknown-types after all. It's wrong.
13376           If we found type of video and audio but not of a subtitle stream,
13377           it will still error out (which is unwanted). Will find a better fix
13378           later on.
13379         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
13380         (ogmaudio_type_find), (plugin_init):
13381           OGM support.
13382
13383 2004-09-20  Johan Dahlin  <johan@gnome.org>
13384
13385         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
13386         after setting caps.
13387
13388 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13389
13390         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
13391         * gst/wavenc/gstwavenc.h:
13392         Added newmedia support to wavenc
13393
13394 2004-09-17  Wim Taymans  <wim@fluendo.com>
13395
13396         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
13397         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
13398         (gst_fdset_fd_can_write), (gst_fdset_wait):
13399         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
13400         (gst_multifdsink_init), (gst_multifdsink_add),
13401         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
13402         (gst_multifdsink_remove_client_link),
13403         (gst_multifdsink_client_queue_buffer),
13404         (gst_multifdsink_handle_client_write),
13405         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
13406         (gst_multifdsink_close), (gst_multifdsink_change_state):
13407         * gst/tcp/gstmultifdsink.h:
13408         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13409         (gst_tcpserversink_removed):
13410         Small cleanups in fdset.c
13411         Use a hastable to map fd to the client structure for faster
13412         lookup in _remove and get_stats.
13413         Added virtual function to close the fds.
13414         Handle clients even when the select/poll call was unblocked because
13415         of a command.
13416         Implement syncing to keyframe in the recovery procedure.
13417
13418 2004-09-16 Iain <iaingnome@gmail.com>
13419
13420         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
13421         try caps.
13422
13423 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13424
13425         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
13426           Caps are only set if the type of the stream is unknown, but this
13427           is initialized in ->init_stream(), so set to UNKNOWN after calling
13428           ->init_stream() so that capsnego starts.
13429
13430 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13431
13432         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13433         (gst_avi_demux_stream_data):
13434           Just hardcode for raw audio then. AVI audio sucks.
13435
13436 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
13437
13438         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
13439         * gst/matroska/matroska-mux.c: (audiosink_templ),
13440         (gst_matroska_mux_audio_pad_link):
13441         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
13442         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
13443
13444 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13445
13446         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13447         (gst_avi_demux_stream_data):
13448           Try to fix a/v sync issues.
13449
13450 2004-09-15  David Schleef  <ds@schleef.org>
13451
13452         * configure.ac: remove NASM check, since we don't use it.  Update
13453         dirac check to 0.4
13454         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
13455         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13456         Initialized variables.
13457         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13458         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
13459         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
13460         SVQ3 format
13461
13462 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13463
13464         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13465         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
13466         * gst/avi/gstavidemux.h:
13467           Fix for compressed audio (mp3) timestamp generation. How did this
13468           ever work?
13469
13470 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13471
13472         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13473           Volume is a double not a float.
13474
13475 2004-09-15  Wim Taymans  <wim@fluendo.com>
13476
13477         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
13478         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13479         Don't close the fd in multifdsink as we didn't open it in the
13480         first place. Some cleanups.
13481
13482 2004-09-15  Wim Taymans  <wim@fluendo.com>
13483
13484         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13485         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13486         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13487         Fix the case where the muxer would mark pages as delta
13488         frames when they are not (vorbis only ogg).
13489
13490 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13491
13492         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
13493         (gst_play_base_bin_change_state):
13494           Handle the case where we failed to setup a clear pipeline. This
13495           will throw an error (or EOS, another nice case) and if you don't
13496           catch that, the app will wait for the signal forever (and thus
13497           hang).
13498
13499 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13500
13501         * ext/gnomevfs/gstgnomevfssink.c:
13502         (gst_gnomevfssink_uri_get_protocols):
13503         * ext/gnomevfs/gstgnomevfssrc.c:
13504         (gst_gnomevfssrc_uri_get_protocols):
13505         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13506         * ext/gnomevfs/gstgnomevfsuri.h:
13507           Use _uri_new() instead of _open(), so it doesn't take as long and
13508           Christophe's computer won't hang.
13509         * gst/playback/gstplaybasebin.c: (unknown_type):
13510           Throw error on unknown media type, so apps actually display it.
13511
13512 2004-09-14  Brian Cameron  <brian.cameron@sun.com
13513
13514         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
13515           this script to work on Solaris since bash shell handles echo
13516           differenly than bash.
13517
13518 2004-09-17  Wim Taymans  <wim@fluendo.com>
13519
13520         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
13521         (setup_source), (gst_play_base_bin_set_property),
13522         (gst_play_base_bin_add_element):
13523         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
13524         Some more work on making sure seeking pauses the pipeline and
13525         that changing the uri actually does something.
13526
13527 2004-09-17  Wim Taymans  <wim@fluendo.com>
13528
13529         * gst/tcp/gstfdset.c: (gst_fdset_wait):
13530         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
13531         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
13532         (gst_tcpserversink_close):
13533         Be a bit more paranoid when freeing memory.
13534
13535 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13536
13537         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
13538         (qtdemux_parse_trak):
13539           Don't crash by dividing by zero (see sample movie in #126922).
13540
13541 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13542
13543         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
13544           Don't touch non-existing data (fixes crash on file in #140147).
13545
13546 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13547
13548         * gst/playback/gstplaybasebin.c:
13549         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
13550           Handle double disposals, and proper change of URIs.
13551
13552 2004-09-13  Martin Eikermann <meiker@upb.de>
13553
13554         * gst/mpegstream/gstmpegparse.c:
13555           fix synchronistation for streams recorded from digital PCR
13556           fixes bug #119376
13557
13558 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13559
13560         * ext/gnomevfs/Makefile.am:
13561         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13562         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
13563         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
13564         (gst_gnomevfssink_uri_get_type),
13565         (gst_gnomevfssink_uri_get_protocols),
13566         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
13567         (gst_gnomevfssink_uri_handler_init),
13568         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
13569         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
13570         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
13571         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
13572         (gst_gnomevfssrc_uri_get_type),
13573         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
13574         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
13575         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
13576         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
13577         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13578         * ext/gnomevfs/gstgnomevfsuri.h:
13579           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
13580           of fake URIs to see which this version of Gnome-VFS likes, and
13581           uses that for the Gst-URI interface. Makes playbin support http://
13582           streams. Also fix up some stupid behaviour in gnomevfssrc.
13583
13584 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13585
13586         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
13587         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
13588         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
13589         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
13590           Update mixer (to sync with other sessions) if we try to obtain
13591           a new value. This makes alsamixer work accross applications.
13592         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13593           Only call sync functions if we're running, else alsalib asserts.
13594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
13595           Sometimes fails to compile. Possibly a gcc bug.
13596         * gst/playback/gstplaybin.c: (gen_video_element),
13597         (gen_audio_element):
13598           Add a reference to an application-provided object, because we lose
13599           this same reference if we add it to the bin. If we don't do this,
13600           we can only use this object once and thus crash if we go from
13601           ready to playing, back to ready and back to playing again.
13602           Also add an audioscale element because several cheap soundcards -
13603           like mine - don't support all samplerates.
13604         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13605         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
13606           Fix wrong order or PAR calls. Makes automatically obtained PAR
13607           from the X server atually being used.
13608
13609 2004-09-12  David Schleef  <ds@schleef.org>
13610
13611         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
13612         #151887, #152102, #152247.
13613         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
13614         * examples/seeking/cdparanoia.c: same
13615         * examples/seeking/cdplayer.c: same
13616         * examples/seeking/seek.c: same
13617         * examples/seeking/spider_seek.c: same
13618         * examples/seeking/vorbisfile.c: same
13619         * examples/stats/mp2ogg.c: same
13620         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13621         (gst_esdsink_dispose): Dispose of element properly.
13622         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
13623         fixes.
13624         * ext/nas/nassink.c: (gst_nassink_class_init),
13625         (gst_nassink_dispose): Dispose of element correctly.
13626         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
13627         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13628         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
13629         Fix 64-bit warning.
13630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13631         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13632         Fix 64-bit warning.
13633
13634 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13635
13636         * configure.ac : change speex detection as 1.1.6 now uses
13637           .pc/pkg-config and they changed their headers location.
13638
13639 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
13640
13641         * gst/matroska/matroska-mux.h:
13642         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
13643         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13644         (gst_matroska_mux_write_data):
13645           Write multiple blocks/frames per cluster.
13646                 Write meta-seek information (seek heads).
13647
13648 2004-09-09  Scott Wheeler <wheeler@kde.org>
13649
13650         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
13651         (gst_play_bin_set_property), (gst_play_bin_get_property),
13652         (gen_audio_element), (gen_audio_element):
13653           Add a volume element / property to the pipeline.
13654
13655 2004-09-07  Wim Taymans  <wim@fluendo.com>
13656
13657         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
13658         Copy timestamps from the master pad to the output buffers.
13659
13660 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13661
13662         * ext/raw1394/gstdv1394src.c:
13663           throw errors when applicable
13664
13665 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
13666
13667         * gst/matroska/ebml-ids.h:
13668         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
13669         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
13670         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
13671           automatically convert unix time <-> ebml time when reading/writing
13672           a date, use gst_ebml_write_uint to write CUETIME,
13673           not gst_ebml_write_date.
13674         * gst/matroska/matroska-ids.h:
13675         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
13676         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
13677         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13678         (gst_matroska_mux_write_data):
13679           Write track and segment UIDs, write muxing date, write
13680           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
13681           Create cues for audio only files.
13682
13683 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13684
13685         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13686         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13687           Re-commit ALSA switches.
13688         * gst/adder/gstadder.c: (gst_adder_loop):
13689           64-bit fix (#151416).
13690         * gst/debug/progressreport.c: (gst_progressreport_report):
13691           64-bit fix (#151419).
13692         * gst/matroska/matroska-demux.c:
13693         (gst_matroska_demux_parse_contents):
13694           64-bit fix (#151420).
13695         * gst/playback/test3.c: (update_scale):
13696           64-bit fix (#151421).
13697
13698 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13699
13700         * configure.ac:
13701           bump nano to cvs
13702
13703 === release 0.8.4 ===
13704
13705 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13706
13707         * configure.ac: releasing 0.8.4, "Alias"
13708
13709 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13710
13711         * ext/theora/Makefile.am:
13712           fix makefile.  Fixes #151462.
13713
13714 2004-08-30  Wim Taymans  <wim@fluendo.com>
13715
13716         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
13717         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13718         (gst_multifdsink_remove_client_link),
13719         (gst_multifdsink_client_queue_buffer),
13720         (gst_multifdsink_handle_client_write):
13721         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
13722         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
13723         Fix some memory leaks.
13724
13725 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13726
13727         Patch by: David Schleef
13728
13729         * configure.ac:
13730         * sys/Makefile.am:
13731           rename our detection macro for V4L2.  Fixes #151236.
13732
13733 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13734
13735         Patch by: David Schleef
13736
13737         * configure.ac:
13738           check to define LAMEPRESET.  Fixes #151232.
13739
13740 2004-08-27  David Schleef  <ds@schleef.org>
13741
13742         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
13743         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
13744         (gst_glimagesink_fixate):  Move local variable declarations to
13745         make gcc-2.95 happy.
13746
13747 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13748
13749         * configure.ac:
13750           bump nano for prerelease
13751
13752 2004-08-27  David Schleef  <ds@schleef.org>
13753
13754         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
13755         * sys/sunaudio/gstsunaudiosrc.c:
13756         * sys/sunaudio/gstsunaudiosrc.h:
13757
13758 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
13759
13760         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
13761         handle EOS correctly
13762         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
13763         * gst/matroska/matroska-mux.h:
13764         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
13765         VFW compatibility mode
13766
13767 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13768
13769         patch by: Zaheer Abbas Merali
13770
13771         * ext/ogg/gstoggmux.c:
13772         * ext/vorbis/vorbisenc.c:
13773         * ext/vorbis/vorbisenc.h:
13774           handle NEWMEDIA
13775
13776 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
13777
13778         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
13779         fix byte order reversion on little endian machines.
13780         * gst/matroska/matroska-mux.c: (audiosink_templ),
13781         (gst_matroska_mux_audio_pad_link):
13782         add TTA codec to the list of supported codecs.
13783         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
13784         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13785         (gst_matroska_mux_write_data):
13786         * gst/matroska/matroska-mux.h:
13787         write segment duration correctly, write muxing app string, fixes bugs
13788         #140897 and #140898.
13789         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
13790         wait for all pads to be negotiated before starting to mux.
13791
13792 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13793
13794         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
13795         * ext/lame/gstlame.h:
13796         Added new media support to lame
13797
13798 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
13799
13800         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
13801         send vorbis headers at the beginning of a stream, fixes bug #141554.
13802         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
13803         bug #148950.
13804         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
13805         (gst_matroska_demux_plugin_init):
13806         * gst/matroska/matroska-ids.h:
13807         enable demuxing of TTA audio streams, fixes bug #148951.
13808         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
13809         enable typefinding for TTA audio files, fixes bug #148711.
13810         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
13811         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
13812         fixes playback of packed bitstream and xvid with bframes, bug #135407.
13813
13814 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
13815
13816         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
13817         (gst_riff_read_element_data), (gst_riff_read_seek),
13818         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
13819         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
13820         <teuf@gnome.org>
13821
13822 2004-08-23 Iain <iaingnome@gmail.com>
13823
13824         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
13825         tags. They appear to be handled differently to normal.
13826         (tag_list_to_id3_tag_foreach): Ditto.
13827
13828 2004-08-22  Wim Taymans  <wim@fluendo.com>
13829
13830         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13831         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13832         Make sure we never send -1 granulepos.
13833
13834 2004-08-20  Wim Taymans  <wim@fluendo.com>
13835
13836         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13837         (gst_ogg_mux_loop):
13838         I will accept bitchslappings with non sharp objects.
13839
13840 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13841
13842         * configure.ac:
13843         Clean up the test for lame presets
13844
13845 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13846
13847         * configure.ac:
13848         * ext/lame/Makefile.am:
13849         * ext/lame/gstlame.c: (gst_lame_class_init),
13850         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
13851         Only enable lame presets if version of lame has presets in API
13852
13853 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
13854         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
13855         * gst/udp/gstudpsrc.h:
13856           Don't call gst_pad_push in a get function. Fixes #150449
13857
13858 2004-08-18  Wim Taymans  <wim@fluendo.com>
13859
13860         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
13861         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
13862         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13863         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13864         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13865         (gst_fdset_wait):
13866         * gst/tcp/gstfdset.h:
13867         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13868         (gst_multifdsink_client_queue_buffer),
13869         (gst_multifdsink_handle_client_write):
13870         * gst/tcp/gstmultifdsink.h:
13871         Some extra checks in gstfdset.
13872         Only use send() when the fd is a socket. Don't try to
13873         read from write only fds.
13874
13875 2004-08-18  Wim Taymans  <wim@fluendo.com>
13876
13877         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
13878         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13879         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13880         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13881         (gst_fdset_wait):
13882         Add more locking and bounds checking.
13883
13884 2004-08-18  Wim Taymans  <wim@fluendo.com>
13885
13886         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
13887         Realloc test fdset in the lock and right before starting
13888         the poll call. Bump the limit to 4096.
13889
13890 2004-08-17  David Schleef  <ds@schleef.org>
13891
13892         * sys/sunaudio/Makefile.am:
13893         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
13894         of rates and channels.  Make debugging less obnoxious.
13895
13896         Patch from Balamurali Viswanathan implementing a mixer for
13897         Sun audio.  (bug #144091):
13898         * sys/sunaudio/gstsunelement.c:
13899         * sys/sunaudio/gstsunelement.h:
13900         * sys/sunaudio/gstsunmixer.c:
13901         * sys/sunaudio/gstsunmixer.h:
13902
13903 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13904
13905         * gst/audioscale/gstaudioscale.c:
13906         * gst/audioscale/gstaudioscale.h:
13907         made audioscale resample from any sample rate to any sample rate
13908
13909 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13910
13911         * ext/libpng/gstpngdec.c:
13912           error out on unsupported types
13913
13914 2004-08-17  Iain <iaingnome@gmail.com>
13915
13916         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
13917         mid_side and loose_mid_side properties if its a stereo stream.
13918
13919 2004-08-17  Wim Taymans  <wim@fluendo.com>
13920
13921         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13922         (theora_get_formats), (theora_dec_src_convert),
13923         (theora_dec_sink_convert), (theora_dec_src_query),
13924         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
13925         Add a debug line.
13926
13927 2004-08-17  Wim Taymans  <wim@fluendo.com>
13928
13929         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
13930         (gst_ogg_pad_push):
13931         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13932         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
13933         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
13934         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13935         Mark delta units in the muxer.
13936         Try to decode the packet after an out-of-sync error from
13937         libogg.
13938
13939 2004-08-17  Wim Taymans  <wim@fluendo.com>
13940
13941         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13942         (gst_multifdsink_init), (gst_multifdsink_add),
13943         (gst_multifdsink_client_queue_buffer),
13944         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
13945         * gst/tcp/gstmultifdsink.h:
13946         Added option to send a keyframe to clients as the first buffer.
13947         Make timeout property writable.
13948
13949 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13950
13951         patch by: Wim Taymans
13952
13953         * gst/tcp/gstfdset.c:
13954         * gst/tcp/gstmultifdsink.c:
13955           fix index comparison, should include 0
13956
13957 2004-08-16  Wim Taymans  <wim@fluendo.com>
13958
13959         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
13960         (gst_fdset_add_fd), (gst_fdset_remove_fd),
13961         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13962         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13963         (gst_fdset_wait):
13964           copy when reallocing for poll so the select arguments don't get
13965           changed during the call
13966
13967 2004-08-16  Wim Taymans  <wim@fluendo.com>
13968
13969         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
13970         (gst_theora_enc_class_init), (theora_enc_sink_link),
13971         (theora_buffer_from_packet), (theora_enc_chain):
13972         Fix bug where buffers were not marked as keyframes
13973         correctly.
13974
13975 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13976
13977         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
13978         (gst_lame_preset_get_type), (gst_lame_class_init):
13979         describe the enum values for vbr mode and presets more verbosely
13980
13981 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13982
13983         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
13984         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
13985         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
13986         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
13987         * ext/lame/gstlame.h:
13988         add preset property to lame so it can use lame presets
13989
13990 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13991
13992         * ext/lame/gstlame.c: (gst_lame_get_property):
13993         whoops forgot break, thanks teuf
13994
13995 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13996
13997         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
13998         (gst_lame_class_init), (gst_lame_src_getcaps),
13999         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
14000         (gst_lame_get_property), (gst_lame_setup):
14001         * ext/lame/gstlame.h:
14002         fix lame's broken vbr stuff, allow it to resample if need be, and also
14003         make xing header optional
14004
14005 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14006
14007         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
14008         added getcaps function so samplerate doesnt get fixated to silly values
14009
14010 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14011
14012         * ext/lame/gstlame.c: (gst_lame_src_link):
14013         revert previous fix
14014
14015 2004-08-12  Johan Dahlin  <johan@gnome.org>
14016
14017         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
14018         checks. Doesn't matter what state we are in. Interfaces are a
14019         compile time thing, not runtime. It also broke the python bindings.
14020
14021 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14022
14023         * ext/lame/gstlame.c: (gst_lame_src_link):
14024         made source pad link function check if sinkpad is ok..fixes the problem
14025         where core fixates the output rate of lame stupidly
14026
14027 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14028
14029         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
14030         * sys/v4l/v4l_calls.c:
14031         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
14032           fix fixate function to handle nonsimple caps.
14033           remove bogus check in _link
14034           cleanups
14035
14036 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14037
14038         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
14039         set default compression ratio parameter to 0.0 so bitrate parameter
14040         works :)
14041
14042 2004-08-11  David Schleef  <ds@schleef.org>
14043
14044         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
14045
14046 2004-08-11  David Schleef  <ds@schleef.org>
14047
14048         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
14049         before.
14050
14051 2004-08-11  David Schleef  <ds@schleef.org>
14052
14053         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
14054
14055 2004-08-11  David Schleef  <ds@schleef.org>
14056
14057         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
14058           license field
14059         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
14060         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
14061           LGPL.
14062         * gst/auparse/gstauparse.c: Fix plugin license field.
14063         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
14064         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
14065         * gst/rtp/gstrtp.c: Fix plugin license field.
14066
14067 2004-08-11  Wim Taymans  <wim@fluendo.com>
14068
14069         * gst/tcp/Makefile.am:
14070         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
14071         (ensure_size), (gst_fdset_new), (gst_fdset_free),
14072         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
14073         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
14074         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
14075         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14076         (gst_fdset_fd_can_write), (gst_fdset_wait):
14077         * gst/tcp/gstfdset.h:
14078         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
14079         (gst_multifdsink_class_init), (gst_multifdsink_init),
14080         (gst_multifdsink_add), (gst_multifdsink_remove),
14081         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14082         (gst_multifdsink_remove_client_link),
14083         (gst_multifdsink_handle_client_read),
14084         (gst_multifdsink_client_queue_data),
14085         (gst_multifdsink_client_queue_caps),
14086         (gst_multifdsink_client_queue_buffer),
14087         (gst_multifdsink_handle_client_write),
14088         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14089         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14090         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
14091         (gst_multifdsink_close):
14092         * gst/tcp/gstmultifdsink.h:
14093         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14094         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14095         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
14096         (gst_tcpserversink_close):
14097         * gst/tcp/gsttcpserversink.h:
14098         Abstracted away the select call, implemented poll (yes we ran into
14099         the 1024 limit in production).
14100
14101 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14102
14103         * gst/tcp/gsttcp.c:
14104         * gst/tcp/gsttcpplugin.c:
14105           improve debuggging, remove assert
14106
14107 2004-08-10  Wim Taymans  <wim@fluendo.com>
14108
14109         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
14110         (gst_client_status_get_type), (gst_multifdsink_class_init),
14111         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14112         (gst_multifdsink_handle_client_read),
14113         (gst_multifdsink_handle_client_write),
14114         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14115         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14116         (gst_multifdsink_get_property):
14117         * gst/tcp/gstmultifdsink.h:
14118         * gst/tcp/gsttcp-marshal.list:
14119         Starting to prepare for specifying buffer time in other units
14120         than buffers. Expose remove reason in signal.
14121
14122 2004-08-10  Wim Taymans  <wim@fluendo.com>
14123
14124         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14125         (gst_multifdsink_remove), (gst_multifdsink_clear),
14126         (gst_multifdsink_remove_client_link),
14127         (gst_multifdsink_handle_client_read),
14128         (gst_multifdsink_client_queue_data),
14129         (gst_multifdsink_client_queue_buffer),
14130         (gst_multifdsink_handle_client_write),
14131         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14132         (gst_multifdsink_chain), (gst_multifdsink_close):
14133         * gst/tcp/gstmultifdsink.h:
14134         Added more debugging info. Changed the way clients are
14135         removed from the lists. Fixed a bug where a bad file descriptor
14136         could cause many clients to be removed.
14137
14138 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14139
14140         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
14141           allow all pixel-aspect-ratios, not just 1:1
14142
14143 2004-08-09  David Schleef  <ds@schleef.org>
14144
14145         * sys/glsink/ARB_multitexture.h:  Remove old files.
14146         * sys/glsink/EXT_paletted_texture.h:
14147         * sys/glsink/NV_register_combiners.h:
14148         * sys/glsink/gstgl_nvimage.c:
14149         * sys/glsink/gstgl_pdrimage.c:
14150         * sys/glsink/gstgl_rgbimage.c:
14151         * sys/glsink/gstglsink.c:
14152         * sys/glsink/gstglsink.h:
14153         * sys/glsink/gstglxwindow.c:
14154         * sys/glsink/regcomb_yuvrgb.c:
14155
14156 2004-08-09  David Schleef  <ds@schleef.org>
14157
14158         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
14159         GL sink plugin.  (Bug #147302)
14160
14161         * configure.ac: Test for OpenGL
14162         * sys/Makefile.am: Use test for OpenGL
14163         * sys/glsink/Makefile.am:
14164         * sys/glsink/glimagesink.c: rewrite
14165         * sys/glsink/glimagesink.h: rewrite
14166
14167 2004-08-09  David Schleef  <ds@schleef.org>
14168
14169         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
14170         sane framerates.
14171         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
14172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
14173         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
14174
14175 2004-08-09  Wim Taymans  <wim@fluendo.com>
14176
14177         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14178         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14179         (gst_multifdsink_client_remove),
14180         (gst_multifdsink_handle_client_read),
14181         (gst_multifdsink_handle_client_write),
14182         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14183         Do a bit more logging, make the client_read code more robust.
14184
14185 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14186
14187         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
14188         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
14189         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
14190         (gst_jpegdec_init), (gst_jpegdec_chain):
14191         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
14192         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
14193           cleanups, debugging fixes and memleak plugging
14194
14195 2004-08-09  Wim Taymans  <wim@fluendo.com>
14196
14197         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14198         (theora_get_formats), (theora_dec_src_convert),
14199         (theora_dec_sink_convert), (theora_dec_src_query),
14200         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
14201         (theora_dec_change_state):
14202         Don't crash on missing header packets.
14203
14204 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14205
14206         * po/LINGUAS:
14207         * po/sq.po:
14208           Added Albanian translation (Laurent Dhima)
14209         * po/cs.po:
14210           updated
14211
14212 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14213
14214         * ext/lame/gstlame.c:
14215           fix/add debugging
14216
14217 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14218
14219         * sys/ximage/ximagesink.c:
14220         * sys/xvimage/xvimagesink.c:
14221           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
14222
14223 2004-08-06  Wim Taymans  <wim@fluendo.com>
14224
14225         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14226         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14227         (gst_multifdsink_client_remove),
14228         (gst_multifdsink_handle_client_read),
14229         (gst_multifdsink_handle_client_write),
14230         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14231         Make sure we don't try to read more from a client that what
14232         ioctl says us or we deadlock.
14233
14234 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14235
14236         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
14237         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
14238         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14239           decouple running_time and n_frames so it can handle changing
14240           framerate while running
14241
14242 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14243
14244         * po/nl.po:
14245         * po/sv.po:
14246           updated translations
14247
14248 2004-08-04  Benjamin Otte  <otte@gnome.org>
14249
14250         * gst/videotestsrc/gstvideotestsrc.c:
14251         (gst_videotestsrc_get_capslist), (generate_capslist),
14252         (plugin_init):
14253           generate the list of supported caps at startup and reuse it instead
14254           of always generating it
14255
14256 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14257
14258         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
14259           whoops, last checkin broke normal build
14260
14261 2004-08-03  Benjamin Otte  <otte@gnome.org>
14262
14263         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
14264         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14265         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14266         (gst_alsa_mixer_get_option):
14267         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
14268         (dvdnavsrc_print_event):
14269         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
14270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
14271         (gst_ogg_mux_pad_unlink):
14272         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
14273         (gst_multipart_mux_pad_unlink):
14274         * gst/videofilter/gstvideobalance.c:
14275         (gst_videobalance_colorbalance_set_value):
14276         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
14277         (gst_videomixer_pad_unlink):
14278         * po/uk.po:
14279         * sys/oss/gstossmixer.c:
14280         * sys/v4l/gstv4lcolorbalance.c:
14281         * sys/v4l/gstv4ltuner.c:
14282         * sys/v4l/v4lsrc_calls.c:
14283         * sys/v4l2/gstv4l2colorbalance.c:
14284         * sys/v4l2/gstv4l2tuner.c:
14285           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
14286
14287 2004-08-03  Benjamin Otte  <otte@gnome.org>
14288
14289         * examples/dynparams/filter.c: (ui_control_create):
14290         * examples/gstplay/player.c: (print_tag):
14291         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
14292         * ext/gdk_pixbuf/gstgdkanimation.c:
14293         (gst_gdk_animation_iter_may_advance):
14294         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
14295         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
14296         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
14297         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
14298         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
14299         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
14300         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
14301         * gst/sine/demo-dparams.c: (main):
14302         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14303         * testsuite/alsa/formats.c: (create_pipeline):
14304         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
14305           fixes for G_DISABLE_ASSERT and friends
14306         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
14307         (mp3_type_frame_length_from_header), (mp3_type_find),
14308         (plugin_init):
14309           require mp3 typefinding to have at least MIN_HEADERS valid headers
14310           add typefinding for AAC adts files
14311
14312 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
14313
14314         * sys/ximage/ximagesink.c:
14315         (gst_ximagesink_calculate_pixel_aspect_ratio):
14316         * sys/xvimage/xvimagesink.c:
14317         (gst_xvimagesink_calculate_pixel_aspect_ratio):
14318         Make sure we calculate pixel-aspect-ratio using floating point maths
14319
14320 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14321
14322         * po/uk.po:
14323           updated translation
14324
14325 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14326
14327         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
14329           add debugging for display PAR calculation
14330
14331 2004-08-02  David Schleef  <ds@schleef.org>
14332
14333         * configure.ac: Fix mikmod CFLAGS.
14334
14335 2004-07-27  Benjamin Otte  <otte@gnome.org>
14336
14337         * gst/audioscale/gstaudioscale.c:
14338         - fix templates to only support S16, it's the only format that works
14339         - make caps nego code use try_set_caps_nonfixed and fixation instead
14340         of try_set_caps twice, which is not nice for autopluggers
14341         - change rank to secondary, so autopluggers can pick it up after
14342         audioconvert
14343
14344 2004-08-02  Iain <iain@prettypeople.org>
14345
14346         * gst/interleave/interleave.c (interleave_init),
14347         (interleave_request_new_pad),
14348         (interleave_pad_removed),
14349         (interleave_buffered_loop): Use the real pad count, not the artificial
14350         one.
14351
14352 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14353
14354         * configure.ac: bump nano back to development
14355
14356 === release 0.8.3 ===
14357
14358 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14359
14360         * configure.ac: releasing 0.8.3, "Water"
14361
14362 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14363
14364         * sys/xvimage/xvimagesink.c:
14365         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14366         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
14367         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
14368         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14369         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14370         * sys/xvimage/xvimagesink.h:
14371           apply similar PAR fixes as to ximagesink
14372
14373 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14374
14375         patch from: Benjamin Otte
14376
14377         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
14378           add link function to lame.  Fixes #148986.
14379
14380 2004-08-02  Johan Dahlin  <johan@gnome.org>
14381
14382         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
14383         fix debugging log
14384
14385 2004-07-30  David Schleef  <ds@schleef.org>
14386
14387         * gst/videomixer/Makefile.am: Fix things that should have been
14388         fixed in the last checkin.
14389
14390 2004-07-30  David Schleef  <ds@schleef.org>
14391
14392         * gst/multipart/Makefile.am: Fix things that should have been
14393         fixed in the last checkin.
14394
14395 2004-07-30  David Schleef  <ds@schleef.org>
14396
14397         * testsuite/multifilesink/Makefile.am: Fix unused variable.
14398
14399 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14400
14401         * configure.ac:
14402           bump nano for prerelease
14403         * po/af.po:
14404         * po/az.po:
14405         * po/cs.po:
14406         * po/en_GB.po:
14407         * po/hu.po:
14408         * po/nl.po:
14409         * po/sr.po:
14410         * po/sv.po:
14411         * po/uk.po:
14412           updates
14413
14414 2004-07-30  Wim Taymans  <wim@fluendo.com>
14415
14416         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14417         (gst_multifdsink_add), (gst_multifdsink_remove),
14418         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14419         (gst_multifdsink_client_remove),
14420         (gst_multifdsink_handle_client_write),
14421         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14422         * gst/tcp/gstmultifdsink.h:
14423         Recover from a select with a bad file descriptor by removing
14424         the client.
14425
14426 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14427
14428         * configure.ac:
14429           fix requirement of core
14430         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
14431         (gst_play_pipeline_setup):
14432           don't use colorspace element.  do use hermescolorspace element.
14433           make macro to get a colorspace element.
14434           mark strings for translation.
14435         * po/POTFILES.in:
14436           add play.c
14437         * po/af.po:
14438         * po/az.po:
14439         * po/cs.po:
14440         * po/en_GB.po:
14441         * po/hu.po:
14442         * po/nl.po:
14443         * po/sr.po:
14444         * po/sv.po:
14445         * po/uk.po:
14446           update translations
14447
14448 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14449
14450         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
14451         fix default for newmedia flag
14452
14453 2004-07-30  Wim Taymans  <wim@fluendo.com>
14454
14455         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14456         (gst_theora_dec_init), (theora_get_formats),
14457         (theora_dec_src_convert), (theora_dec_sink_convert),
14458         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14459         (theora_dec_chain), (theora_dec_set_property),
14460         (theora_dec_get_property):
14461         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14462         (gst_theora_enc_class_init), (gst_theora_enc_init),
14463         (theora_enc_sink_link), (theora_enc_chain),
14464         (theora_enc_set_property), (theora_enc_get_property):
14465         Added cropping option to theora decoder.
14466         Added border option to theora encoder.
14467
14468 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14469
14470         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14471         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14472         (gst_pngenc_set_property):
14473         * ext/libpng/gstpngenc.h:
14474         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
14475
14476 2004-07-30  Wim Taymans  <wim@fluendo.com>
14477
14478         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14479         (theora_enc_sink_link), (theora_enc_chain),
14480         (theora_enc_set_property), (theora_enc_get_property):
14481         Fix encoding of non-multiple-of-16 video.
14482
14483 2004-07-29  David Schleef  <ds@schleef.org>
14484
14485         * configure.ac: make test for audiofile more strict
14486
14487 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14488
14489         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14490           give different names to typefind functions
14491
14492 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14493
14494         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14495         (gst_ximagesink_calculate_pixel_aspect_ratio),
14496         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
14497         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
14498         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
14499         (gst_ximagesink_get_property), (gst_ximagesink_init):
14500         * sys/ximage/ximagesink.h:
14501           allocate PAR's dynamically.
14502           use autodetected PAR if no object-set PAR is given.
14503           add workaround for directfb's X not setting physical size.
14504           fix to xvimagesink will follow tomorrow.
14505
14506 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14507
14508         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
14509         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14510         (gst_shout2send_get_type), (gst_shout2send_set_clock),
14511         (gst_shout2send_class_init), (gst_shout2send_init),
14512         (set_shout_metadata), (gst_shout2send_set_metadata),
14513         (gst_shout2send_chain), (gst_shout2send_set_property),
14514         (gst_shout2send_get_property), (gst_shout2send_connect),
14515         (gst_shout2send_change_state):
14516         * ext/shout2/gstshout2.h:
14517         - fix for sending mp3 audio to icecast2 server, if pad link function not
14518         called before PAUSED state
14519         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
14520         - added tagging support for mp3 audio broadcasted
14521         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
14522         debug info
14523
14524 2004-07-28  Wim Taymans  <wim@fluendo.com>
14525
14526         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14527         (gst_ogg_demux_push):
14528         Return query failure when we don't know the length of
14529         an ogg stream insteda of returning TRUE with a bogus value.
14530
14531 2004-07-28  Wim Taymans  <wim@fluendo.com>
14532
14533         * ext/theora/theoradec.c: (theora_get_formats),
14534         (theora_dec_src_convert), (theora_dec_sink_convert),
14535         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14536         (theora_dec_chain):
14537         Don't screw up the 1 Chroma for 1 luma sample situation when we
14538         have an odd offset/width by adding a black border in those cases.
14539
14540 2004-07-28  Wim Taymans  <wim@fluendo.com>
14541
14542         * ext/theora/theoradec.c: (theora_get_formats),
14543         (theora_dec_src_convert), (theora_dec_sink_convert),
14544         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14545         (theora_dec_chain):
14546         * ext/theora/theoraenc.c: (theora_enc_sink_link):
14547         Added first attempt at cropping of the image as required by the
14548         theora spec. We need more properties in the caps (offset_x,
14549         offset_y,stride) to implement this correctly.
14550
14551 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14552
14553         * ext/dvdnav/README:
14554           Update the README to use dvddemux
14555         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14556           Ensure getcaps returns a subset of the template caps
14557         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
14558         (gst_mpeg2subt_init):
14559           Ensure getcaps returns a subset of the template caps
14560         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
14561         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
14562         (gst_dvd_demux_get_subpicture_stream),
14563         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
14564         * gst/mpegstream/gstdvddemux.h:
14565           Set the explicit caps on the current_video pad before pushing
14566           anything
14567         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14568         (gst_mpeg_demux_get_audio_stream):
14569           Free caps used to gst_pad_set_explicit_caps, which takes a const
14570           GstCaps *
14571
14572 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14573
14574         * configure.ac: update GStreamer requirement to 0.8.4 because of
14575           GstFraction.
14576
14577 2004-07-28  Wim Taymans  <wim@fluendo.com>
14578
14579         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14580         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
14581         Add the pad to the element after setting up the caps. This
14582         makes it a lot easier to autoplug.
14583
14584 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14585
14586         * gst/median/gstmedian.c:
14587         * gst/mpeg2subt/gstmpeg2subt.c:
14588         * gst/mpegaudioparse/gstmpegaudioparse.c:
14589         * gst/mpegstream/gstdvddemux.c:
14590         * gst/mpegstream/gstmpegdemux.c:
14591         * gst/mpegstream/gstmpegpacketize.c:
14592         * gst/rtjpeg/gstrtjpeg.c:
14593         * gst/rtjpeg/gstrtjpegdec.c:
14594         * gst/rtjpeg/gstrtjpegenc.c:
14595         * gst/sine/gstsinesrc.c:
14596         * gst/smooth/gstsmooth.c:
14597         * gst/smpte/gstsmpte.c:
14598         * gst/smpte/gstsmpte.h:
14599         * gst/stereo/gststereo.c:
14600         * gst/videofilter/gstgamma.c:
14601         * gst/videofilter/gstvideobalance.c:
14602         * gst/videofilter/gstvideofilter.c:
14603         * gst/videofilter/gstvideoflip.c:
14604         * gst/videoscale/gstvideoscale.c:
14605         * gst/videoscale/videoscale.c:
14606         * gst/videotestsrc/gstvideotestsrc.c:
14607         * gst/videotestsrc/videotestsrc.c:
14608         * gst/wavenc/gstwavenc.c:
14609         * gst/wavparse/gstwavparse.c:
14610           fix local includes and 64 bits constants
14611
14612 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14613
14614         * win32/gst.sln:
14615         * gst-libs/gst/*/*.vcproj:
14616         * gst/*/*.vcproj:
14617           more working plugins
14618
14619 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14620
14621         * testsuite/alsa/Makefile.am:
14622         * testsuite/alsa/srcstate.c:
14623         add test for alsasrc changing state
14624
14625 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14626
14627         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
14628         (gst_silence_get):
14629         * gst/silence/gstsilence.h:
14630         fix silence generation for 16bit raw audio
14631
14632 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14633
14634         * gst/matroska/matroska-demux.c:
14635         (gst_matroska_demux_parse_metadata),
14636         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
14637         * gst/mpegaudio/common.c:
14638         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
14639         (gst_videoscale_getcaps), (gst_videoscale_link),
14640         (gst_videoscale_src_fixate), (gst_videoscale_init),
14641         (gst_videoscale_finalize):
14642         * gst/videoscale/gstvideoscale.h:
14643         * gst/videotestsrc/gstvideotestsrc.c:
14644         (gst_videotestsrc_get_capslist):
14645         * gst/wavenc/gstwavenc.c:
14646         * sys/oss/gstossmixer.c: (fill_labels):
14647         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14648         (gst_ximagesink_handle_xevents),
14649         (gst_ximagesink_calculate_pixel_aspect_ratio),
14650         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
14651         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
14652         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
14653         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
14654         (gst_ximagesink_init), (gst_ximagesink_class_init):
14655         * sys/ximage/ximagesink.h:
14656         * sys/xvimage/xvimagesink.c:
14657         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14658         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
14659         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
14660         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14661         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14662         * sys/xvimage/xvimagesink.h:
14663           first batch of pixel aspect ratio commits.
14664
14665 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14666
14667         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14668         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
14669         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
14670           handle stride, needs work if we want to move stride handling
14671           upstream, but works correctly for our purposes.
14672
14673 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14674
14675         * gst/videoscale/README:
14676           add testing examples
14677         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
14678         (gst_videoscale_chain):
14679         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14680         (gst_videoscale_get_size):
14681           add get_size function that handles stride like videotestsrc.
14682           fixes conversion for YUV formats for as much as I can test them.
14683
14684 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14685
14686         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14687         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14689         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
14690         (gst_xvimagesink_xvimage_put):
14691           further cleanups, logging, error handling and synchronizing
14692
14693 2004-07-27  Wim Taymans  <wim@fluendo.com>
14694
14695         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14696         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
14697         (gst_videomixer_pad_set_property),
14698         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
14699         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14700         (gst_videomixer_class_init), (gst_videomixer_init),
14701         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
14702         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
14703         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
14704         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14705         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14706         (gst_videomixer_loop), (plugin_init):
14707         Be a nicer negotiation citizen and provide a getcaps function on
14708         the srcpad. This also fixes a crash when resizing.
14709
14710 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14711
14712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14713         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
14714
14715 2004-07-27  Wim Taymans  <wim@fluendo.com>
14716
14717         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
14718         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14719         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14720         (gst_pngenc_set_property):
14721         * ext/libpng/gstpngenc.h:
14722         Added snapshot property to pngenc.
14723         removed g_print from pngdec
14724
14725 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14726
14727         * gst/ac3parse/ac3parse.vcproj
14728         * gst/adder/adder.vcproj
14729         * gst/alpha/alpha.vcproj
14730         * gst/alpha/alphacolor.vcproj
14731         * gst/asfdemux/asf.vcproj
14732         * gst/audioconvert/audioconvert.vcproj
14733         * gst/audiorate/audiorate.vcproj
14734         * gst/audioscale/audioscale.vcproj
14735         * gst/auparse/auparse.vcproj
14736         * gst/avi/avi.vcproj
14737         * gst/cdxaparse/cdxaparse.vcproj
14738         * gst/chart/chart.vcproj
14739         * gst/colorspace/colorspace.vcproj
14740         * gst/cutter/cutter.vcproj
14741         * gst/debug/debug.vcproj
14742         * gst/debug/efence.vcproj
14743         * gst/debug/navigationtest.vcproj
14744         * gst/deinterlace/deinterlace.vcproj
14745         * gst/effectv/effectv.vcproj
14746         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
14747         * gst/filter/filter.vcproj
14748         * gst/flx/flxdec.vcproj
14749         * gst/goom/goom.vcproj
14750         * gst/interleave/interleave.vcproj
14751         * gst/law/alaw.vcproj
14752         * gst/law/mulaw.vcproj
14753         * gst/matroska/matroska.vcproj
14754         * gst/median/median.vcproj
14755         * gst/mixmatrix/mixmatrix.vcproj
14756         * gst/mpeg1sys/mpeg1systemencode.vcproj
14757         * gst/mpeg1videoparse/mp1videoparse.vcproj
14758         * gst/mpeg2sub/mpeg2subt.vcproj
14759         * gst/mpegaudio/mpegaudio.vcproj
14760         * gst/mpegaudioparse/mpegaudioparse.vcproj
14761         * gst/mpegstream/mpegstream.vcproj
14762         * gst/multifilesink/multifilesink.vcproj
14763         * gst/multipart/multipart.vcproj
14764         * gst/oneton/oneton.vcproj
14765         * gst/overlay/overlay.vcproj
14766         * gst/passthrough/passthrough.vcproj
14767         * gst/qtdemux/qtdemux.vcproj
14768         * gst/realmedia/rmdemux.vcproj
14769         * gst/rtjpeg/rtjpeg.vcproj
14770         * gst/rtp/rtp.vcproj
14771         * gst/silence/silence.vcproj
14772         * gst/sine/sinesrc.vcproj
14773         * gst/smooth/smooth.vcproj
14774         * gst/smpte/smpte.vcproj
14775         * gst/spectrum/spectrum.vcproj
14776         * gst/speed/speed.vcproj
14777         * gst/stereo/stereo.vcproj
14778         * gst/switch/switch.vcproj
14779         * gst/tags/tagedit.vcproj
14780         * gst/tcp/tcp.vcproj
14781         * gst/typefind/typefindfunctions.vcproj
14782         * gst/udp/udp.vcproj
14783         * gst/videobox/videobox.vcproj
14784         * gst/videocrop/videocrop.vcproj
14785         * gst/videodrop/videodrop.vcproj
14786         * gst/videofilter/gamma.vcproj
14787         * gst/videofilter/videobalance.vcproj
14788         * gst/videofilter/videofilter.vcproj
14789         * gst/videofilter/videoflip.vcproj
14790         * gst/videoflip/videoflip.vcproj
14791         * gst/videomixer/videomixer.vcproj
14792         * gst/videorate/videorate.vcproj
14793         * gst/videoscale/videoscale.vcproj
14794         * gst/videotestsrc/videotestsrc.vcproj
14795         * gst/virtualdub/virtualdub.vcproj
14796         * gst/volenv/volenv.vcproj
14797         * gst/volume/volume.vcproj
14798         * gst/wavenc/wavenc.vcproj
14799         * gst/wavparse/wavparse.vcproj
14800         * gst/y4m/y4menc.vcproj
14801         * gst-libs/gst/audio/audio.vcproj
14802         * gst-libs/gst/audio/audiofilter.vcproj
14803         * gst-libs/gst/colorbalance/colorbalance.vcproj
14804         * gst-libs/gst/idct/idtc.vcproj
14805         * gst-libs/gst/media-info/media-info.vcproj
14806         * gst-libs/gst/mixer/mixer.vcproj
14807         * gst-libs/gst/navigation/navigation.vcproj
14808         * gst-libs/gst/play/play.vcproj
14809         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
14810         * gst-libs/gst/resample/resample.vcproj
14811         * gst-libs/gst/riff/riff.vcproj
14812         * gst-libs/gst/tuner/tuner.vcproj
14813         * gst-libs/gst/video/video.vcproj
14814         * gst-libs/gst/xoverlay/xoverlay.vcproj
14815           avoid problems with math.h, fix release dependancy
14816           rename GStreamer-0.8.lib to libgstreamer.lib
14817
14818 2004-07-27  Julien MOUTTE  <julien@moutte.net>
14819
14820         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
14821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
14822         the atom is not available we have to unlock the mutex. Fixes #148023
14823
14824 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14825
14826         * gst-libs/gst/media-info/media-info.h:
14827           issue for a vararg macro with MSVC
14828
14829 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14830
14831         * gst/effectv/effectv.vcproj
14832         * gst-libs/gst/idct/idct.vcproj:
14833         * gst-libs/gst/media-info/media-info.vcproj:
14834         * gst-libs/gst/navigation/navigation.vcproj:
14835         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
14836         * gst-libs/gst/video/video.vcproj:
14837         * gst-libs/gst/xoverlay/xoverlay.vcproj:
14838           fixes for build problems
14839
14840 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14841
14842         * gst-libs/gst/audio/audio.def:
14843         * gst-libs/gst/audio/riff.def:
14844           add some definitions needed by plugins
14845
14846 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14847
14848         * gst/asfdemux/gstasfmux.c
14849           Fix some 64 bits constants to be glib friendly
14850
14851 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14852
14853         * gst/ac3parse/gstac3parse.c
14854         * gst/audioscale/gstaudioscale.c
14855         * gst/auparse/gstauparse.c
14856         * gst/colorspace/gstcolorspace.c
14857         * gst/colorspace/yuv2rgb.h
14858           local include fixes
14859
14860 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14861
14862         * win32/gst.sln
14863           add more plugins to the build
14864
14865 2004-07-26  Julien MOUTTE  <julien@moutte.net>
14866
14867         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14868         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
14869
14870 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14871
14872         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
14873         (gst_level_set_property), (gst_level_get_property),
14874         (gst_level_base_init), (gst_level_class_init):
14875           add debugging categories.  cleanups.
14876
14877 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14878
14879         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14880         (gst_videoscale_planar411), (gst_videoscale_planar400),
14881         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
14882         (gst_videoscale_scale_nearest_str1),
14883         (gst_videoscale_scale_nearest_str2),
14884         (gst_videoscale_scale_nearest_str4),
14885         (gst_videoscale_scale_nearest_16bit),
14886         (gst_videoscale_scale_nearest_24bit):
14887           fixed stride issues
14888           tested with 320x240 -> 321, 322, 324 x240
14889           tested with YV12, I420, YUY2, UYVY
14890           fixed packed422rev (don't think it could have worked before)
14891           by testing with UYVY
14892
14893 2004-07-26  Benjamin Otte  <otte@gnome.org>
14894
14895         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
14896         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
14897         (plugin_init):
14898           add debugging category, add error checks like checking return values
14899           of setup calls, make sure it still works after
14900           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
14901
14902 2004-07-26  Wim Taymans  <wim@fluendo.com>
14903
14904         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14905         (gst_mpeg_demux_get_audio_stream),
14906         (gst_mpeg_demux_process_private):
14907         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
14908         Check for error codes from the negotiation functions. Make sure
14909         we really set the pad caps when a new pad is created.
14910
14911 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14912
14913         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14914         (gst_ffmpeg_caps_to_pix_fmt):
14915         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14916         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14917         (gst_ffmpegcolorspace_pad_link):
14918           don't make function do two things at the same time without reason.
14919
14920 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
14921
14922         * gst/ac3parse/ac3parse.vcproj
14923         * gst/adder/adder.vcproj
14924         * gst/alpha/alpha.vcproj
14925         * gst/alpha/alphacolor.vcproj
14926         * gst/asfdemux/asf.vcproj
14927         * gst/audioconvert/audioconvert.vcproj
14928         * gst/audiorate/audiorate.vcproj
14929         * gst/audioscale/audioscale.vcproj
14930         * gst/auparse/auparse.vcproj
14931         * gst/avi/avi.vcproj
14932         * gst/cdxaparse/cdxaparse.vcproj
14933         * gst/chart/chart.vcproj
14934         * gst/colorspace/colorspace.vcproj
14935         * gst/cutter/cutter.vcproj
14936         * gst/debug/debug.vcproj
14937         * gst/debug/efence.vcproj
14938         * gst/debug/navigationtest.vcproj
14939         * gst/deinterlace/deinterlace.vcproj
14940         * gst/effectv/effectv.vcproj
14941         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
14942         * gst/filter/filter.vcproj
14943         * gst/flx/flxdec.vcproj
14944         * gst/goom/goom.vcproj
14945         * gst/interleave/interleave.vcproj
14946         * gst/law/alaw.vcproj
14947         * gst/law/mulaw.vcproj
14948         * gst/matroska/matroska.vcproj
14949         * gst/median/median.vcproj
14950         * gst/mixmatrix/mixmatrix.vcproj
14951         * gst/mpeg1sys/mpeg1systemencode.vcproj
14952         * gst/mpeg1videoparse/mp1videoparse.vcproj
14953         * gst/mpeg2sub/mpeg2subt.vcproj
14954         * gst/mpegaudio/mpegaudio.vcproj
14955         * gst/mpegaudioparse/mpegaudioparse.vcproj
14956         * gst/mpegstream/mpegstream.vcproj
14957         * gst/multifilesink/multifilesink.vcproj
14958         * gst/multipart/multipart.vcproj
14959         * gst/oneton/oneton.vcproj
14960         * gst/overlay/overlay.vcproj
14961         * gst/passthrough/passthrough.vcproj
14962         * gst/qtdemux/qtdemux.vcproj
14963         * gst/realmedia/rmdemux.vcproj
14964         * gst/rtjpeg/rtjpeg.vcproj
14965         * gst/rtp/rtp.vcproj
14966         * gst/silence/silence.vcproj
14967         * gst/sine/sinesrc.vcproj
14968         * gst/smooth/smooth.vcproj
14969         * gst/smpte/smpte.vcproj
14970         * gst/spectrum/spectrum.vcproj
14971         * gst/speed/speed.vcproj
14972         * gst/stereo/stereo.vcproj
14973         * gst/switch/switch.vcproj
14974         * gst/tags/tagedit.vcproj
14975         * gst/tcp/tcp.vcproj
14976         * gst/typefind/typefindfunctions.vcproj
14977         * gst/udp/udp.vcproj
14978         * gst/videobox/videobox.vcproj
14979         * gst/videocrop/videocrop.vcproj
14980         * gst/videodrop/videodrop.vcproj
14981         * gst/videofilter/gamma.vcproj
14982         * gst/videofilter/videobalance.vcproj
14983         * gst/videofilter/videofilter.vcproj
14984         * gst/videofilter/videoflip.vcproj
14985         * gst/videoflip/videoflip.vcproj
14986         * gst/videomixer/videomixer.vcproj
14987         * gst/videorate/videorate.vcproj
14988         * gst/videoscale/videoscale.vcproj
14989         * gst/videotestsrc/videotestsrc.vcproj
14990         * gst/virtualdub/virtualdub.vcproj
14991         * gst/volenv/volenv.vcproj
14992         * gst/volume/volume.vcproj
14993         * gst/wavenc/wavenc.vcproj
14994         * gst/wavparse/wavparse.vcproj
14995         * gst/y4m/y4menc.vcproj
14996           more plugins supported under windows
14997
14998 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14999
15000         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15001         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
15002         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
15003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15004         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
15005           Add debugging statements.  Use the sizes as returned by the
15006           *CreateImage calls.
15007
15008 2004-07-26  Johan Dahlin  <johan@gnome.org>
15009
15010         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
15011         the pad is negotiated.
15012
15013         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
15014
15015 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15016
15017         * gst-libs/gst/colorbalance/colorbalance.vcproj:
15018         * gst-libs/gst/idct/idct.vcproj:
15019         * gst-libs/gst/media-info/media-info.vcproj:
15020         * gst-libs/gst/mixer/mixer.vcproj:
15021         * gst-libs/gst/navigation/navigation.vcproj:
15022         * gst-libs/gst/play/play.vcproj:
15023         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15024         * gst-libs/gst/resample/resample.vcproj:
15025         * gst-libs/gst/tuner/tuner.vcproj:
15026         * gst-libs/gst/video/video.vcproj:
15027         * gst-libs/gst/xoverlay/xoverlay.vcproj:
15028           more plugins supported under windows
15029
15030 2004-07-25 Iain <iain@prettypeople.org>
15031
15032         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
15033         pad now rather than when the pad is created because state changes wipe
15034         explicit caps (fixes #148043).
15035
15036 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
15037
15038         reviewed by Benjamin Otte  <otte@gnome.org>
15039
15040         * ext/mad/gstmad.c:
15041           fix mad plugin crashing on Sun (fixes #148289)
15042
15043 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15044
15045         * gst/avi/avi.def:
15046         * gst/avi/avi.vcproj:
15047         * gst/matroska/matroska.def:
15048         * gst/matroska/matroska.vcproj:
15049           remove unused .def files
15050
15051 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15052
15053         * gst-libs/gst/audio/gstaudiofilter.c:
15054           Clean the local include
15055
15056 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15057
15058         * win32/gst.sln:
15059         * gst-libs/gst/audio/audio.def:
15060         * gst-libs/gst/audio/audio.vcproj:
15061         * gst-libs/gst/audio/audiofilter.vcproj:
15062         * gst-libs/gst/audio/riff.def:
15063         * gst-libs/gst/audio/riff.vcproj:
15064         * gst-libs/gst/gst-libs.def:
15065         * gst-libs/gst/gst-libs.vcproj:
15066         * gst/avi/avi.vcproj:
15067         * gst/avi/avi.vcproj:
15068           Copy the files where needed after building, cleaner projects
15069
15070 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15071
15072         * gst/matroska/ebml-write.c:
15073           Fix some 64 bits constants to be glib friendly
15074
15075 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
15076
15077         * win32/gst.sln:
15078         * gst-libs/gst/gst-libs.def:
15079         * gst-libs/gst/gst-libs.vcproj:
15080         * gst/matroska/matroska.def:
15081         * gst/matroska/matroska.vcproj:
15082           Add the preliminary canvas to build plugins on Win32
15083
15084 2004-07-23  Benjamin Otte  <otte@gnome.org>
15085
15086         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15087           don't enfore negotiation from source side, it breaks
15088           sinesrc ! audioconvert ! osssink
15089
15090 2004-07-22  David Schleef  <ds@schleef.org>
15091
15092         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
15093         for ELF files, since they can easily be recognized as audio/mpeg.
15094         (bug #147441)
15095
15096 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15097
15098         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15099         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
15100         (gst_videoscale_scale_nearest_24bit),
15101         (gst_videoscale_scale_nearest_16bit):
15102           fix 16bit and 24bit for stride (24bit might need testing)
15103           don't pretend we do more than one algorithm
15104
15105 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15106
15107         * configure.ac:
15108         * gst/Makefile.am:
15109         * gst/multifilesink/Makefile.am:
15110         * gst/multifilesink/gstmultifilesink.c:
15111         (gst_multifilesink_get_formats),
15112         (gst_multifilesink_get_query_types), (_do_init),
15113         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
15114         (gst_multifilesink_init), (gst_multifilesink_dispose),
15115         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
15116         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
15117         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
15118         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
15119         (gst_multifilesink_chain), (gst_multifilesink_change_state),
15120         (gst_multifilesink_uri_get_type),
15121         (gst_multifilesink_uri_get_protocols),
15122         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
15123         (gst_multifilesink_uri_handler_init), (plugin_init):
15124         * gst/multifilesink/gstmultifilesink.h:
15125         * testsuite/Makefile.am:
15126         * testsuite/multifilesink/Makefile.am:
15127         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
15128         (gst_newmedia_class_init), (gst_newmedia_init),
15129         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
15130         (newfile_signal), (test_signal), (main):
15131         multifilesink plugin for creating new files every time a new media
15132         discontinuity event occurs
15133
15134 2004-07-22  Wim Taymans  <wim@fluendo.com>
15135
15136         * gst/alpha/Makefile.am:
15137         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
15138         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
15139         (gst_alpha_color_init), (gst_alpha_color_set_property),
15140         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
15141         (transform), (gst_alpha_color_chain),
15142         (gst_alpha_color_change_state), (plugin_init):
15143         Stupid plugin to to RGBA to AYUV conversion because none of
15144         the colorspace plugins can handle that yet.
15145
15146 2004-07-22  Wim Taymans  <wim@fluendo.com>
15147
15148         * examples/seeking/seek.c: (update_scale), (main):
15149         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15150         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15151         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15152         (gst_decode_bin_init), (gst_decode_bin_dispose),
15153         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15154         (no_more_pads), (close_link), (type_found),
15155         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15156         (plugin_init):
15157         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15158         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15159         (gst_play_base_bin_dispose), (queue_overrun),
15160         (gen_preroll_element), (remove_prerolls), (unknown_type),
15161         (no_more_pads), (new_stream), (setup_source),
15162         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15163         (play_base_eos), (gst_play_base_bin_change_state),
15164         (gst_play_base_bin_add_element),
15165         (gst_play_base_bin_remove_element),
15166         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15167         (gst_play_base_bin_unlink_stream),
15168         (gst_play_base_bin_get_streaminfo):
15169         * gst/playback/gstplaybin.c: (gen_video_element),
15170         (gen_audio_element):
15171         * gst/playback/gststreaminfo.h:
15172         More playback updates, attempt to fix things after the state change
15173         breakage.
15174
15175 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15176
15177         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
15178         (gst_videoscale_scale_nearest_16bit):
15179           comment algorithm
15180
15181 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15182
15183         * gst/videotestsrc/gstvideotestsrc.c:
15184         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
15185         (gst_videotestsrc_init), (gst_videotestsrc_get),
15186         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
15187         (gst_videotestsrc_get_property):
15188         * gst/videotestsrc/gstvideotestsrc.h:
15189         * gst/videotestsrc/videotestsrc.c:
15190         * gst/videotestsrc/videotestsrc.h:
15191           cleanup and commenting
15192
15193 2004-07-21  Wim Taymans  <wim@fluendo.com>
15194
15195         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
15196         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
15197         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
15198         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
15199         (_find_chain_get_unknown_part), (_find_streams_check),
15200         (gst_ogg_demux_push), (gst_ogg_pad_push):
15201         * ext/theora/theoradec.c: (theora_get_formats),
15202         (theora_dec_src_convert), (theora_dec_sink_convert),
15203         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15204         (theora_dec_chain):
15205         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15206         (vorbis_dec_convert), (vorbis_dec_src_query),
15207         (vorbis_dec_src_event), (vorbis_dec_event):
15208         More seeking fixes, oggdemux now supports seeking to time and
15209         uses the downstream element to convert granulepos to time.
15210         Seeking in theora-only ogg files now works.
15211
15212 2004-07-21  Wim Taymans  <wim@fluendo.com>
15213
15214         * ext/theora/theoradec.c: (gst_theora_dec_init),
15215         (theora_get_formats), (theora_get_event_masks),
15216         (theora_get_query_types), (theora_dec_src_convert),
15217         (theora_dec_sink_convert), (theora_dec_src_query),
15218         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15219         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15220         (vorbis_get_event_masks), (vorbis_get_query_types),
15221         (gst_vorbis_dec_init), (vorbis_dec_convert),
15222         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
15223         Added query/convert/formats functions to vorbis and theora decoders
15224         so that the outside world can use them too. Fixed seeking on an
15225         ogg/theora/vorbis file by disabling the seeking seeking on the
15226         theora srcpad.
15227
15228 2004-07-21  Julien MOUTTE  <julien@moutte.net>
15229
15230         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15231         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
15232         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
15233         images creation for both elements. We don't create the image on caps
15234         nego or renego, we just destroy the internal one if present if it does
15235         not match the needs. The chain function takes care of creating a new
15236         image when needed.
15237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15238         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
15239         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15240         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
15241         the image format information. The buffer pool checks for the context
15242         image format and discard images with different formats.
15243         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
15244
15245 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15246
15247         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15248         (gst_ffmpegcolorspace_chain):
15249           no point in doing any chaining if the pad we want to push from
15250           isn't usable.
15251
15252 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15253
15254         * gst-libs/gst/riff/riff-media.c:
15255         (gst_riff_create_audio_caps_with_data):
15256           Fix double end-to-native symbol conversion (#148021).
15257
15258 2004-07-20  David Schleef  <ds@schleef.org>
15259
15260         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
15261         Don't use an Atom that doesn't exist.
15262
15263 2004-07-20  Wim Taymans  <wim@fluendo.com>
15264
15265         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15266         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15267         (gst_multifdsink_client_remove),
15268         (gst_multifdsink_handle_client_write),
15269         (gst_multifdsink_queue_buffer):
15270         * gst/tcp/gstmultifdsink.h:
15271         More multifdsink stats. Avoid deadlock by releasing locks
15272         before sending out a signal.
15273
15274 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15275
15276         * po/LINGUAS:
15277         * po/hu.po:
15278           added Hungarian translation (Laszlo Dvornik)
15279
15280 2004-07-20  Wim Taymans  <wim@fluendo.com>
15281
15282         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15283         (gst_multifdsink_add), (gst_multifdsink_client_remove),
15284         (gst_multifdsink_handle_client_write),
15285         (gst_multifdsink_queue_buffer):
15286         * gst/tcp/gsttcp-marshal.list:
15287         Fixed the stupid marshal definition.
15288
15289 2004-07-20  Wim Taymans  <wim@fluendo.com>
15290
15291         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15292         (gst_multifdsink_init), (gst_multifdsink_add),
15293         (gst_multifdsink_client_remove),
15294         (gst_multifdsink_handle_client_write),
15295         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
15296         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
15297         (gst_multifdsink_init_send):
15298         * gst/tcp/gstmultifdsink.h:
15299         Added more stats, added timeout for a client, fixed some typos
15300         and added some comments.
15301
15302 2004-07-20  Wim Taymans  <wim@fluendo.com>
15303
15304         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15305         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15306         (gst_multifdsink_client_remove),
15307         (gst_multifdsink_handle_client_write):
15308         * gst/tcp/gstmultifdsink.h:
15309         * gst/tcp/gsttcp-marshal.list:
15310         Added get_stats method that returns a GValueArray of
15311         stats values.
15312
15313 2004-07-19  Benjamin Otte  <otte@gnome.org>
15314
15315         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
15316           make sure longname, description and author are valid UTF-8
15317
15318 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15319
15320         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
15321         (gst_ximagesink_set_property):
15322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
15323         (gst_xvimagesink_set_property):
15324           make sure SYNCHRONOUS is respected after getting the X context
15325
15326 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15327
15328         * gst/matroska/matroska-demux.c:
15329         (gst_matroska_demux_handle_src_event),
15330         (gst_matroska_demux_parse_blockgroup):
15331         * gst/matroska/matroska-ids.h:
15332           add BlockReference tag and ignore it to clear out log.
15333           ignore NAVIGATION events to clear out log.
15334
15335 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15336
15337         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15338         (gst_matroska_demux_add_stream):
15339         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
15340           add debug categories
15341
15342 2004-07-16  Wim Taymans  <wim@fluendo.com>
15343
15344         * ext/libpng/Makefile.am:
15345         * ext/libpng/gstpng.c: (plugin_init):
15346         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
15347         (gst_pngdec_get_type), (gst_pngdec_base_init),
15348         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
15349         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
15350         * ext/libpng/gstpngdec.h:
15351         Added png decoder.
15352
15353 2004-07-16  Julien MOUTTE  <julien@moutte.net>
15354
15355         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
15356         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15357         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
15358         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
15359         (gst_ximagesink_buffer_alloc):
15360         * sys/ximage/ximagesink.h:
15361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15362         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15363         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15364         (gst_xvimagesink_buffer_alloc):
15365         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
15366         again. Using internal data pointer of the x(v)image to store image's
15367         data to be coherent with the buffer alloc mechanism. Investigated the
15368         image destruction code to be sure that everything gets freed correctly.
15369
15370 2004-07-16  Wim Taymans  <wim@fluendo.com>
15371
15372         * gst-libs/gst/riff/riff-read.c:
15373         (gst_riff_read_strf_vids_with_data),
15374         (gst_riff_read_strf_auds_with_data):
15375         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15376         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
15377         Make sure we don't create 0 sized subbuffers in riff-read.
15378         Signal the no more pads signal after reading the avi header.
15379
15380 2004-07-16  Wim Taymans  <wim@fluendo.com>
15381
15382         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15383         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15384         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15385         (gst_decode_bin_init), (gst_decode_bin_dispose),
15386         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15387         (no_more_pads), (close_link), (type_found),
15388         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15389         (gst_decode_bin_change_state), (plugin_init):
15390         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15391         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15392         (gst_play_base_bin_dispose), (queue_overrun),
15393         (gen_preroll_element), (remove_prerolls), (unknown_type),
15394         (no_more_pads), (new_stream), (setup_source),
15395         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15396         (play_base_eos), (gst_play_base_bin_change_state),
15397         (gst_play_base_bin_add_element),
15398         (gst_play_base_bin_remove_element),
15399         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15400         (gst_play_base_bin_unlink_stream),
15401         (gst_play_base_bin_get_streaminfo):
15402         * gst/playback/gstplaybasebin.h:
15403         Better error recovery. Added configurable preroll queue size. Faster
15404         detection of no-more-pads.
15405
15406 2004-07-16  Wim Taymans  <wim@fluendo.com>
15407
15408         * gst-libs/gst/video/video.h:
15409         Added 32 bits RGBA. Not sure if we should use another mime-type
15410         for alpha rgb. Currently the presence of the alpha_mask property
15411         signals an alpha channel.
15412
15413 2004-07-16  Wim Taymans  <wim@fluendo.com>
15414
15415         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15417         FPS seems to be 0.0 to MAX everywhere else.
15418
15419 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15420
15421         * gst-libs/gst/riff/riff-media.c:
15422         (gst_riff_create_video_caps_with_data):
15423           mp42/mp43 (no caps) exist too.
15424         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15425           Set pixel_width/height; we've got them in-caps.
15426         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15427         * gst/wavparse/gstwavparse.c: (plugin_init):
15428           Both are valid primary.
15429         * sys/oss/gstossmixer.c:
15430           Remove i18n hack and enable translations.
15431
15432 2004-07-15  Benjamin Otte  <otte@gnome.org>
15433
15434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15435         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15436           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
15437
15438 2004-07-15  Benjamin Otte  <otte@gnome.org>
15439
15440         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15441         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
15442         (gst_alsa_close_audio):
15443           disable some of the debugging code for now. Writing debugging to a
15444           buffer is broken in current alsalib releases.
15445
15446 2004-07-12  Benjamin Otte  <otte@gnome.org>
15447
15448         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
15449           use bufferpools
15450
15451 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15452
15453         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15454         (theora_dec_src_query), (theora_dec_event):
15455         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
15456           add debugging categories.  Remove \n's.
15457
15458 2004-07-13  Johan Dahlin  <johan@gnome.org>
15459
15460         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
15461         (gst_play_bin_get_property): Impl.
15462
15463 2004-07-13  Wim Taymans  <wim@fluendo.com>
15464
15465         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
15466         When trying to find the stream length, seek back N pages
15467         instead of just one, where N is the number of streams in
15468         the current chain.
15469
15470 2004-07-13  Wim Taymans  <wim@fluendo.com>
15471
15472         * gst-libs/gst/riff/riff-media.c:
15473         (gst_riff_create_audio_caps_with_data),
15474         (gst_riff_create_audio_caps),
15475         (gst_riff_create_audio_template_caps):
15476         * gst-libs/gst/riff/riff-media.h:
15477         * gst-libs/gst/riff/riff-read.c:
15478         (gst_riff_read_strf_vids_with_data),
15479         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
15480         * gst-libs/gst/riff/riff-read.h:
15481         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15482         (gst_avi_demux_add_stream):
15483         Set codec_data on caps for avidemuxer.
15484
15485 2004-07-12  David Schleef  <ds@schleef.org>
15486
15487         * configure.ac: Fix test for Objective C
15488
15489 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
15490         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15491         (gst_gdk_pixbuf_chain):
15492           Add svg and pcx to template caps, and ensure that getcaps returns a
15493           subset of the template caps.
15494           Copy each row manually for output, as gdkpixbuf may pad the
15495           rowstride to a 32-bit word boundary.
15496
15497 2004-07-12  Wim Taymans  <wim@fluendo.com>
15498
15499         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
15500         (gst_riff_create_video_template_caps):
15501         Fix the template caps to include some more media types.
15502
15503 2004-07-12  Wim Taymans  <wim@fluendo.com>
15504
15505         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15506         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15507         (compare_ranks), (print_feature), (gst_decode_bin_init),
15508         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15509         (try_to_link_1), (new_pad), (close_link), (type_found),
15510         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15511         (gst_decode_bin_change_state), (plugin_init):
15512         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15513         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15514         (gst_play_base_bin_dispose), (queue_overrun),
15515         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15516         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15517         (gst_play_base_bin_get_property), (play_base_eos),
15518         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15519         (gst_play_base_bin_remove_element),
15520         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15521         (gst_play_base_bin_unlink_stream),
15522         (gst_play_base_bin_get_streaminfo):
15523         * gst/playback/gstplaybasebin.h:
15524         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15525         (gst_play_bin_class_init), (gst_play_bin_init),
15526         (gst_play_bin_dispose), (gst_play_bin_set_property),
15527         (gst_play_bin_get_property), (gen_video_element),
15528         (gen_audio_element), (remove_sinks), (setup_sinks),
15529         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15530         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15531         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15532         (gst_play_bin_query), (plugin_init):
15533         * gst/playback/test4.c: (main):
15534         More fixes on reusing of the element.
15535
15536 2004-07-11  Benjamin Otte  <otte@gnome.org>
15537
15538         * ext/mad/gstmad.c: (normal_seek):
15539           allow seeking for other methods than just SET
15540
15541 2004-07-11  Andy Wingo  <wingo@pobox.com>
15542
15543         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
15544         float, "any" caps -> buffer_frames=[0,MAX].
15545
15546         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
15547         doesn't intersect our caps with the template any more. Do it
15548         ourselves.
15549         (interleave_buffered_loop): Use g_newa instead of malloc/free.
15550
15551 2004-07-09  Wim Taymans  <wim@fluendo.com>
15552
15553         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15554         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15555         (compare_ranks), (print_feature), (gst_decode_bin_init),
15556         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15557         (try_to_link_1), (new_pad), (close_link), (type_found),
15558         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15559         (gst_decode_bin_change_state), (plugin_init):
15560         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15561         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15562         (gst_play_base_bin_dispose), (queue_overrun),
15563         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15564         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15565         (gst_play_base_bin_get_property), (play_base_eos),
15566         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15567         (gst_play_base_bin_remove_element),
15568         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15569         (gst_play_base_bin_unlink_stream),
15570         (gst_play_base_bin_get_streaminfo):
15571         * gst/playback/gstplaybasebin.h:
15572         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15573         (gst_play_bin_class_init), (gst_play_bin_init),
15574         (gst_play_bin_dispose), (gst_play_bin_set_property),
15575         (gst_play_bin_get_property), (gen_video_element),
15576         (gen_audio_element), (remove_sinks), (setup_sinks),
15577         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15578         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15579         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15580         (gst_play_bin_query), (plugin_init):
15581         * gst/playback/test4.c: (main):
15582         Work on object reuse and seeking.
15583
15584 2004-07-09  Wim Taymans  <wim@fluendo.com>
15585
15586         * examples/seeking/seek.c: (iterate):
15587         Don't consume all CPU in the idle loop.
15588
15589 2004-07-09  Wim Taymans  <wim@fluendo.com>
15590
15591         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
15592         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
15593         Add pad to element *after* setting the pad functions so that
15594         the scheduler can use the correct ones.
15595
15596 2004-07-09  Wim Taymans  <wim@fluendo.com>
15597
15598         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15599         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
15600         Sync to keyframe after seek
15601
15602 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15603
15604         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
15605         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15606         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
15607         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
15608         * ext/libvisual/visual.c: (gst_visual_change_state):
15609         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
15610         * ext/theora/theoradec.c: (theora_dec_change_state):
15611         * ext/theora/theoraenc.c: (theora_enc_change_state):
15612         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
15613         * gst-libs/gst/navigation/navigation.c:
15614         * gst/adder/gstadder.c: (gst_adder_change_state):
15615         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15616         (gst_audio_convert_get_buffer):
15617         * gst/multipart/multipartdemux.c:
15618         (gst_multipart_demux_change_state):
15619         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
15620         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15621         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15622         * gst/videoscale/gstvideoscale.c:
15623         (gst_videoscale_handle_src_event):
15624         * gst/volume/gstvolume.c: (volume_chain_int16):
15625           don't assert in state change, this should be done by the base
15626           GstElement class.
15627           various debugging fixes.
15628
15629 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15630
15631         * configure.ac:
15632         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15633         (gst_play_dispose), (gst_play_set_location),
15634         (gst_play_set_data_src), (gst_play_set_video_sink),
15635         (gst_play_set_audio_sink), (gst_play_set_visualization),
15636         (gst_play_connect_visualization), (gst_play_get_sink_element),
15637         (gst_play_get_all_by_interface):
15638         * gst-libs/gst/play/play.h:
15639           add new method to get elements implementing an interface.
15640           add various error logging
15641
15642 2004-07-08  Wim Taymans  <wim@fluendo.com>
15643
15644         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
15645         (make_mpeg_pipeline), (make_mpegnt_pipeline),
15646         (make_playerbin_pipeline), (query_durations_elems),
15647         (query_durations_pads), (query_positions_elems),
15648         (query_positions_pads), (update_scale), (iterate), (stop_seek),
15649         (main):
15650         Added playbin seeking example.
15651
15652 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15653
15654         * gst-libs/gst/play/play.c: (gst_play_set_location),
15655         (gst_play_set_data_src), (gst_play_set_video_sink),
15656         (gst_play_set_audio_sink), (gst_play_set_visualization),
15657         (gst_play_connect_visualization), (gst_play_get_framerate):
15658           use a macro to look up elements from hash table
15659
15660 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15661
15662         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15663         (gst_play_get_length_callback), (gst_play_set_location),
15664         (gst_play_seek_to_time), (gst_play_set_data_src),
15665         (gst_play_set_video_sink), (gst_play_set_audio_sink),
15666         (gst_play_set_visualization), (gst_play_connect_visualization),
15667         (gst_play_get_sink_element):
15668         - add debugging info
15669         - fix looking up sink elements by iterating over complete caps
15670         - put everything except for source and autoplugger in a complete bin
15671
15672 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15673
15674         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
15675         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
15676         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
15677         (gst_alsa_sink_write), (gst_alsa_sink_loop):
15678         * ext/alsa/gstalsasink.h:
15679         - add debugging info
15680         - clean up schizophrenia of data/buffer/event
15681         - fix double event unref error
15682
15683 2004-07-08  Wim Taymans  <wim@fluendo.com>
15684
15685         * gst/playback/Makefile.am:
15686         Add headers to noinst
15687
15688 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15689
15690         * tools/gst-launch-ext-m.m:
15691         * tools/gst-launch-ext.1.in:
15692           convert to the third millenium
15693
15694 2004-07-07  David Schleef  <ds@schleef.org>
15695
15696         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
15697
15698 2004-07-07  Wim Taymans  <wim@fluendo.com>
15699
15700         * gst/playback/Makefile.am:
15701         * gst/playback/README:
15702         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15703         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15704         (compare_ranks), (print_feature), (gst_decode_bin_init),
15705         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15706         (try_to_link_1), (new_pad), (close_link), (type_found),
15707         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15708         (plugin_init):
15709         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15710         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15711         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
15712         (gen_preroll_element), (no_more_pads), (new_stream),
15713         (setup_source), (gst_play_base_bin_set_property),
15714         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
15715         (gst_play_base_bin_add_element),
15716         (gst_play_base_bin_remove_element),
15717         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15718         (gst_play_base_bin_unlink_stream),
15719         (gst_play_base_bin_get_streaminfo):
15720         * gst/playback/gstplaybasebin.h:
15721         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15722         (gst_play_bin_class_init), (gst_play_bin_init),
15723         (gst_play_bin_dispose), (gst_play_bin_set_property),
15724         (gst_play_bin_get_property), (gen_video_element),
15725         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
15726         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
15727         (gst_play_bin_get_formats), (gst_play_bin_convert),
15728         (gst_play_bin_get_query_types), (gst_play_bin_query),
15729         (plugin_init):
15730         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
15731         (gst_stream_info_get_type), (gst_stream_info_class_init),
15732         (gst_stream_info_init), (gst_stream_info_new),
15733         (gst_stream_info_dispose), (gst_stream_info_set_property),
15734         (gst_stream_info_get_property):
15735         * gst/playback/gststreaminfo.h:
15736         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15737         (main):
15738         * gst/playback/test2.c: (main):
15739         * gst/playback/test3.c: (update_scale), (main):
15740         More playbin fixes. Added README. Do better element filtering.
15741         Added base class to preroll media. Added test apps.
15742
15743 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15744
15745         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
15746         * ext/mpeg2dec/gstmpeg2dec.h:
15747           various debugging improvements.  Reset stream to next picture
15748           instead of sequence header, otherwise seeks cannot work.
15749
15750 2004-07-07  Wim Taymans  <wim@fluendo.com>
15751
15752         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
15753         (gst_video_box_class_init), (gst_video_box_set_property),
15754         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
15755         Use pad_alloc where possible.
15756
15757 2004-07-07  Wim Taymans  <wim@fluendo.com>
15758
15759         * sys/oss/gstosselement.c: (gst_osselement_reset),
15760         (gst_osselement_parse_caps):
15761         * sys/oss/gstosselement.h:
15762         * sys/oss/gstosssrc.c: (gst_osssrc_get):
15763         Fix offset on osssrc.
15764
15765 2004-07-07  Wim Taymans  <wim@fluendo.com>
15766
15767         * ext/theora/theora.c: (plugin_init):
15768         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15769         (theora_dec_src_query), (theora_dec_chain):
15770         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15771         (theora_enc_sink_link), (theora_buffer_from_packet),
15772         (theora_push_packet), (theora_enc_chain):
15773         Fix theora granulepos calculation.
15774         Fix overflow in duration/position calculation.
15775         Bump rank to PRIMARY for theoradec.
15776         Use granulepos of last packet to calculate position.
15777         Set keyframe flag on buffers when needed.
15778
15779 2004-07-06  David Schleef  <ds@schleef.org>
15780
15781         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
15782         serious?  (Fixed, obviously.)
15783
15784 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15785
15786         * po/LINGUAS:
15787         * po/cs.po:
15788           added Czech translation (Miloslav Trmac)
15789
15790 2004-07-05  Wim Taymans  <wim@fluendo.com>
15791
15792         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15793         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15794         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15795         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15796         (close_link), (type_found), (gst_decode_bin_set_property),
15797         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
15798         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
15799         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
15800         (gst_decode_bin_query), (plugin_init):
15801         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15802         (gst_play_bin_class_init), (gst_play_bin_init),
15803         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
15804         (get_video_element), (new_pad), (setup_source),
15805         (gst_play_bin_set_property), (gst_play_bin_get_property),
15806         (gst_play_bin_change_state), (gst_play_bin_add_element),
15807         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15808         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15809         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15810         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15811         * gst/playback/test.c: (main):
15812         More fixes, cleaned up playbin, make it use decodebin. Added
15813         threaded property to playbin.
15814
15815 2004-07-05  Wim Taymans  <wim@fluendo.com>
15816
15817         * configure.ac:
15818         * gst/playback/Makefile.am:
15819         * gst/playback/decodetest.c: (main):
15820         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15821         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15822         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
15823         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15824         (close_link), (type_found), (gst_decode_bin_set_property),
15825         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
15826         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
15827         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
15828         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
15829         (plugin_init):
15830         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15831         (gst_play_bin_class_init), (gst_play_bin_init),
15832         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
15833         (collect_sink_pads), (find_compatibles), (close_pad_link),
15834         (try_to_link_1), (new_pad), (close_link), (type_found),
15835         (setup_source), (gst_play_bin_set_property),
15836         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
15837         (compare_ranks), (gst_play_bin_collect_factories),
15838         (gst_play_bin_change_state), (gst_play_bin_add_element),
15839         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
15840         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15841         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15842         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
15843         * gst/playback/test.c: (main):
15844         Added some playback helper elements and some test apps, very alpha
15845         still.
15846
15847 2004-07-04  Benjamin Otte  <otte@gnome.org>
15848
15849         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15850           only restart audio when we indeed have an xrun to fix repeated
15851           xruns. Fix suggested by Giuliano Pochini.
15852
15853 2004-07-03  David Schleef  <ds@schleef.org>
15854
15855         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
15856         call to gst_debug_log() if debugging is disabled (bug #145118)
15857
15858 2004-07-03  Benjamin Otte  <otte@gnome.org>
15859
15860         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
15861           use our own functions for restarting the alsa device.
15862         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15863           I should apply patches myself - use MIN for the third argument, not
15864           the second, this fixes seeking
15865
15866 2004-07-02  David Schleef  <ds@schleef.org>
15867
15868         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
15869         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
15870         do with the logic.
15871
15872 2004-07-02  David Schleef  <ds@schleef.org>
15873
15874         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
15875         output buffers.  Fix logic mistake.  (bug #144866)
15876
15877 2004-07-02  David Schleef  <ds@schleef.org>
15878
15879         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
15880         on X.  (bug #144753)
15881
15882 2004-07-02  David Schleef  <ds@schleef.org>
15883
15884         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
15885         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
15886         (bug #144624)
15887         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
15888         (gst_osselement_rate_probe_check): Add another workaround for
15889         buggy drivers (bug #145336)
15890
15891 2004-07-02  David Schleef  <ds@schleef.org>
15892
15893         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
15894         Most systems don't have MSG_NOSIGNAL.
15895
15896 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15897
15898         * Makefile.am:
15899         * gst-libs/gst/colorbalance/Makefile.am:
15900         * gst-libs/gst/mixer/Makefile.am:
15901         * gst-libs/gst/play/Makefile.am:
15902         * gst-libs/gst/tuner/Makefile.am:
15903           (hopefully) fix both install and dist and make error message useful.
15904           needs testing across automakes.
15905
15906 2004-07-02  Benjamin Otte  <otte@gnome.org>
15907
15908         * ext/ogg/gstogg.c: (plugin_init):
15909           we require bytestream now
15910         * ext/ogg/gstoggdemux.c:
15911           huge diff to implement chain setup in a fast and generic way. This
15912           improves tag reading and startup of huge files (read: Theora videos)
15913           quite a bit. It probably contains bugs, too, so please test.
15914           Seeking is not improved to the fast method.
15915
15916 2004-06-29  Wim Taymans  <wim@fluendo.com>
15917
15918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
15919         * ext/ogg/gstoggmux.c:
15920         Fix memleak in oggdemux when running unconnected pads.
15921         doc update in mux, start working on keyframe mode.
15922
15923 2004-06-29  Benjamin Otte  <otte@gnome.org>
15924
15925         * sys/oss/gstosssink.c:
15926         * sys/oss/gstosssrc.c:
15927           advertise correct template caps - we indeed do non-native endianness
15928           and 8bit audio has no endianness
15929         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
15930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
15931           avoid (wrong) duplications in getcaps function and return
15932           template caps
15933
15934 2004-06-29  Wim Taymans  <wim@fluendo.com>
15935
15936         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15937         (gst_multifdsink_class_init), (gst_multifdsink_add),
15938         (gst_multifdsink_remove), (gst_multifdsink_clear),
15939         (gst_multifdsink_client_remove),
15940         (gst_multifdsink_handle_client_read),
15941         (gst_multifdsink_client_queue_data),
15942         (gst_multifdsink_client_queue_caps),
15943         (gst_multifdsink_client_queue_buffer),
15944         (gst_multifdsink_handle_client_write),
15945         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15946         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
15947         (gst_multifdsink_init_send), (gst_multifdsink_close):
15948         Fix wrong GList iteration that could crash the server when
15949         more then 2 clients disconnect at the same time. Read all the
15950         pending commands in one batch to recover from command storms under
15951         very heavy load.
15952
15953 2004-06-28  Wim Taymans  <wim@fluendo.com>
15954
15955         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15956         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15957         (gst_videomixer_pad_set_property),
15958         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15959         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15960         (gst_videomixer_class_init), (gst_videomixer_init),
15961         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
15962         (pad_zorder_compare), (gst_videomixer_sort_pads),
15963         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
15964         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
15965         (gst_videomixer_update_queues), (gst_videomixer_loop),
15966         (plugin_init):
15967         Avoid divide by zero, choose masterpad as the pad with the highest
15968         framerate.
15969
15970 2004-06-27  Julien Moutte  <julien@moutte.net>
15971
15972         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
15973         (gst_ximagesink_xwindow_new):
15974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
15975         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
15976         function directly. We might want to call it from somewhere else one day.
15977
15978 2004-06-27  Julien Moutte  <julien@moutte.net>
15979
15980         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
15981         (gst_ximagesink_xwindow_new):
15982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
15983         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
15984         window decorations.
15985
15986 2004-06-27  Wim Taymans  <wim@fluendo.com>
15987
15988         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15989         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
15990         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
15991         (gst_dvdec_set_property), (gst_dvdec_get_property):
15992         * ext/dv/gstdvdec.h:
15993         Implement drop_factor property to lower the framerate with
15994         a factor.
15995
15996 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15997
15998         * gst-libs/gst/colorbalance/Makefile.am:
15999         * gst-libs/gst/mixer/Makefile.am:
16000         * gst-libs/gst/play/Makefile.am:
16001         * gst-libs/gst/tuner/Makefile.am:
16002           unbreak Company's fix that didn't install the -enum.h files
16003
16004 2004-06-27  Wim Taymans  <wim@fluendo.com>
16005
16006         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
16007         (gst_dvdec_change_state):
16008         * ext/dv/gstdvdec.h:
16009         Fix timestamp, duration and offset of the buffers.
16010
16011 2004-06-27  Wim Taymans  <wim@fluendo.com>
16012
16013         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16014         (gst_multifdsink_class_init), (gst_multifdsink_add),
16015         (gst_multifdsink_remove), (gst_multifdsink_clear),
16016         (gst_multifdsink_client_remove),
16017         (gst_multifdsink_handle_client_read),
16018         (gst_multifdsink_client_queue_data),
16019         (gst_multifdsink_client_queue_caps),
16020         (gst_multifdsink_client_queue_buffer),
16021         (gst_multifdsink_handle_client_write),
16022         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16023         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16024         (gst_multifdsink_init_send), (gst_multifdsink_close):
16025         * gst/tcp/gstmultifdsink.h:
16026         * gst/tcp/gsttcpserversink.c:
16027         (gst_tcpserversink_handle_server_read),
16028         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
16029         More multifdsink fixes, more recovery policy fixes.
16030         Removed stupid g_print
16031
16032 2004-06-26  Wim Taymans  <wim@fluendo.com>
16033
16034         * gst/tcp/Makefile.am:
16035         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16036         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
16037         (gst_multifdsink_class_init), (gst_multifdsink_init),
16038         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
16039         (gst_multifdsink_handle_client_read),
16040         (gst_multifdsink_client_queue_data),
16041         (gst_multifdsink_client_queue_caps),
16042         (gst_multifdsink_client_queue_buffer),
16043         (gst_multifdsink_handle_client_write),
16044         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16045         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16046         (gst_multifdsink_chain), (gst_multifdsink_set_property),
16047         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16048         (gst_multifdsink_close), (gst_multifdsink_change_state):
16049         * gst/tcp/gstmultifdsink.h:
16050         * gst/tcp/gsttcpplugin.c: (plugin_init):
16051         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
16052         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
16053         (gst_tcpserversink_handle_server_read),
16054         (gst_tcpserversink_handle_select),
16055         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
16056         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
16057         * gst/tcp/gsttcpserversink.h:
16058         Added multifdsink, made tcpserversink a subclass of fdsink, removed
16059         one of the locks, added recovery policy to multifdsink.
16060
16061 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16062
16063         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16064           fix decision for when getting frames with same timestamp
16065         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16066         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16067         (gst_v4lsrc_get_property):
16068         * sys/v4l/gstv4lsrc.h:
16069           add latency offset property
16070
16071 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16072
16073         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
16074         (plugin_init):
16075           fix debugging. add category.
16076
16077 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16078
16079         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16080           fix wrong offsets
16081
16082 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16083
16084         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16085         (gst_alsa_src_get_time), (gst_alsa_src_loop),
16086         (gst_alsa_src_change_state):
16087           return a time that is in sync with the element's processing
16088
16089 2004-06-25  Wim Taymans  <wim@fluendo.com>
16090
16091         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16092         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16093         (gst_tcpserversink_client_remove),
16094         (gst_tcpserversink_handle_client_read),
16095         (gst_tcpserversink_client_queue_data),
16096         (gst_tcpserversink_client_queue_caps),
16097         (gst_tcpserversink_client_queue_buffer),
16098         (gst_tcpserversink_handle_client_write),
16099         (gst_tcpserversink_queue_buffer),
16100         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
16101         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
16102         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
16103         (gst_tcpserversink_close):
16104         * gst/tcp/gsttcpserversink.h:
16105         Serversink rewrite. Really do non blocking writes to clients and
16106         maintain an internal queue to handle slower clients while not
16107         disturbing fast clients.
16108
16109 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16110
16111         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16112           better debug, don't override OFFSET and OFFSET_END
16113
16114 2004-06-25  Iain <iain@prettypeople.org>
16115
16116         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
16117         name=source for the wavparse pipeline.
16118
16119 2004-06-24  Johan Dahlin  <johan@gnome.org>
16120
16121         * ext/theora/theoraenc.c (theora_enc_chain): Call
16122         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
16123         streamheader caps are set correctly.
16124
16125 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16126
16127         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
16128         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
16129           respect minimum bitrate; same could be done for max bitrate
16130
16131 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16132
16133         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
16134         (gst_vorbisenc_setup):
16135           fix sample rate range
16136
16137 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16138
16139         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
16140         (gst_oggvorbisenc_setup):
16141         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16142         (gst_vorbisenc_setup):
16143           resolve ambiguities in code and description
16144
16145 2004-06-24  Wim Taymans  <wim@fluendo.com>
16146
16147         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
16148         * ext/alsa/gstalsa.h:
16149         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16150         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
16151         Use alsa trigger_tstamp to get the timestamp of the first
16152         sample in the buffer for more precise sync. Some cleanups.
16153
16154 2004-06-24  Wim Taymans  <wim@fluendo.com>
16155
16156         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
16157         (gst_audiorate_init), (gst_audiorate_chain),
16158         (gst_audiorate_set_property), (gst_audiorate_get_property):
16159         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16160         (gst_videorate_chain):
16161         Added some logging, fixed an overflow bug in videorate.
16162
16163 2004-06-24  Benjamin Otte  <otte@gnome.org>
16164
16165         * ext/kio/Makefile.am:
16166           fix for builddir != srcdir and distcheck
16167
16168 2004-06-24  Benjamin Otte  <otte@gnome.org>
16169
16170         * gst-libs/gst/colorbalance/Makefile.am:
16171         * gst-libs/gst/mixer/Makefile.am:
16172         * gst-libs/gst/play/Makefile.am:
16173         * gst-libs/gst/tuner/Makefile.am:
16174         * gst/tcp/Makefile.am:
16175         * sys/dxr3/Makefile.am:
16176           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
16177           tarball.
16178           Also add all *.list files that were missing.
16179         * Makefile.am:
16180           add a distcheck hook to ensure the above doesn't happen again.
16181
16182 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
16183
16184         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
16185
16186 2004-06-23  Colin Walters  <walters@redhat.com>
16187
16188         * m4/Makefile.am: Distribute gst-fionread.m4.
16189
16190 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16191
16192         * configure.ac: back to dev
16193
16194 2004-06-23  Wim Taymans  <wim@fluendo.com>
16195
16196         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
16197         (gst_alsa_xrun_recovery):
16198         * ext/alsa/gstalsa.h:
16199         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16200         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
16201         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16202         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
16203         (gst_alsa_src_loop):
16204         Add clock to alsasrc. Take new capture timestamp when
16205         restarting after an overrun. Split up some functions between
16206         alsasrc and alsasink.
16207
16208 === release 0.8.2 ===
16209
16210 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16211
16212         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16213         (gst_alsa_change_state), (gst_alsa_update_avail),
16214         (gst_alsa_xrun_recovery):
16215         * ext/alsa/gstalsa.h:
16216         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16217           merge back changes from release
16218
16219 2004-06-23  Wim Taymans  <wim@fluendo.com>
16220
16221         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
16222         (gst_audiorate_init), (gst_audiorate_chain),
16223         (gst_audiorate_set_property), (gst_audiorate_get_property):
16224         Implement sample dropping and notify
16225
16226 2004-06-22  Wim Taymans  <wim@fluendo.com>
16227
16228         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16229         (theora_enc_sink_link), (theora_buffer_from_packet),
16230         (theora_push_packet), (theora_enc_chain):
16231         Some cleanups, make sure the timestamps are correct.
16232
16233 2004-06-22  Wim Taymans  <wim@fluendo.com>
16234
16235         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
16236         (gst_alsa_change_state), (gst_alsa_update_avail),
16237         (gst_alsa_xrun_recovery):
16238         * ext/alsa/gstalsa.h:
16239         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16240         Cleanups, take queued samples into account when reporting
16241         the time.
16242
16243 2004-06-22  Wim Taymans  <wim@fluendo.com>
16244
16245         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16246         (gst_videorate_init):
16247         Initialize the property as well.
16248
16249 2004-06-22  Wim Taymans  <wim@fluendo.com>
16250
16251         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16252         (gst_videorate_init), (gst_videorate_chain),
16253         (gst_videorate_set_property), (gst_videorate_get_property):
16254         Add property to make videorate silent.
16255         Add property to prefer new frames over old ones.
16256
16257 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16258
16259         * sys/osxvideo/Makefile.am:
16260         Workaround so that the osxvideo .so file gets linked with the
16261         Cocoa, OpenGL and QuickTime frameworks
16262
16263 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16264
16265         * sys/osxaudio/Makefile.am:
16266         Workaround so that the osxaudio .so file gets linked with the
16267         CoreAudio framework
16268
16269 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16270
16271         * configure.ac:
16272         Whoops, my fault...fixed build issues
16273
16274 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16275
16276         * configure.ac:
16277         Add objective-c support if running in Darwin/Mac OS X
16278         * sys/Makefile.am:
16279         * sys/osxvideo:
16280         * sys/osxvideo/Makefile.am:
16281         * sys/osxvideo/osxvideosink.h:
16282         * sys/osxvideo/osxvideosink.m:
16283         * sys/osxvideo/cocoawindow.h:
16284         * sys/osxvideo/cocoawindow.m:
16285         Add osxvideosink, a cocoa-based osx video sink
16286
16287
16288 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
16289         * ext/dvdnav/gst-dvd:
16290         Grab the gconf key from the right spot
16291         * gst/debug/gstnavseek.c: (gst_navseek_init),
16292         (gst_navseek_segseek), (gst_navseek_handle_src_event),
16293         (gst_navseek_chain):
16294         * gst/debug/gstnavseek.h:
16295           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
16296           and loop parameters of a segment seek.
16297         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
16298         (gst_videotestsrc_get_event_masks),
16299         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
16300         * gst/videotestsrc/gstvideotestsrc.h:
16301           Add seeking support to videotestsrc
16302           Initialise the timestamp_offset variable.
16303
16304 2004-06-18  Wim Taymans  <wim@fluendo.com>
16305
16306         * ext/sidplay/gstsiddec.cc:
16307         Fix negotiation and set correct end offset.
16308
16309 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16310
16311         * configure.ac: branch and prerelease
16312
16313 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16314
16315         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16316         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
16317         (gst_tcpclientsrc_init_receive):
16318         * gst/tcp/gsttcpclientsrc.h:
16319           read caps when connecting to server for GDP so we set them correctly
16320
16321 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16322
16323         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16324           notify drops and duplicates
16325         * gst/videoscale/videoscale.c: (videoscale_get_structure):
16326           no good reason to limit ourselves to 100x100
16327
16328 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16329
16330         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16331         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
16332         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16333         (gst_v4lsrc_get_property):
16334         * sys/v4l/gstv4lsrc.h:
16335         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16336         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16337         (gst_v4l_set_audio):
16338         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
16339         (gst_v4lsrc_try_capture):
16340         * sys/v4l/v4lsrc_calls.h:
16341           change try_palette to more general try_capture
16342           add autoprobe option so we can turn off autoprobing
16343           various fixes
16344
16345 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16346
16347         * configure.ac:
16348           add videorate
16349         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
16350         (gst_ximagesink_class_init):
16351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
16352         (gst_xvimagesink_class_init):
16353           run them as finalize, not dispose, since dispose can be invoked
16354           multiple times
16355
16356 2004-06-17  Wim Taymans  <wim@fluendo.com>
16357
16358         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16359         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
16360         * ext/alsa/gstalsa.h:
16361         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16362         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
16363         (gst_alsa_src_change_state):
16364         * ext/alsa/gstalsasrc.h:
16365         Make the xrun code timestamp and offset the buffers correctly.
16366         moved the clock to the base class, use alsa methods to get time.
16367         Do correct timestamping on outgoing buffers.
16368
16369 2004-06-17  Wim Taymans  <wim@fluendo.com>
16370
16371         * gst/audiorate/Makefile.am:
16372         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
16373         (gst_audiorate_base_init), (gst_audiorate_class_init),
16374         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
16375         (gst_audiorate_set_property), (gst_audiorate_get_property),
16376         (gst_audiorate_change_state), (plugin_init):
16377         Added an audiorate converter that fills in gaps.
16378
16379 2004-06-17  Johan Dahlin  <johan@gnome.org>
16380
16381         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
16382
16383 2004-06-16  Wim Taymans  <wim@fluendo.com>
16384
16385         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
16386         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16387         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16388         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16389         (gst_v4lsrc_get_property):
16390         * sys/v4l/gstv4lsrc.h:
16391         Added a copy mode to v4lsrc where it will output a copied version
16392         of its internal hardware buffer.
16393         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
16394         can't | them.
16395
16396 2004-06-16  Wim Taymans  <wim@fluendo.com>
16397
16398         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16399         Timestamp fixes.
16400
16401 2004-06-16  Wim Taymans  <wim@fluendo.com>
16402
16403         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16404         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16405         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16406         (gst_v4lsrc_get_property):
16407         * sys/v4l/gstv4lsrc.h:
16408         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16409         Added a sync mode enum property to control v4lsrc timestamp method
16410         Removed the use-fixed-fps property and moved functionality in
16411         the enum.
16412         Don't error on an error value from v4l-conf, it might not always
16413         be a real error.
16414
16415 2004-06-16  Wim Taymans  <wim@fluendo.com>
16416
16417         * gst/videorate/Makefile.am:
16418         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
16419         (gst_videorate_base_init), (gst_videorate_class_init),
16420         (gst_videorate_getcaps), (gst_videorate_link),
16421         (gst_videorate_init), (gst_videorate_chain),
16422         (gst_videorate_set_property), (gst_videorate_get_property),
16423         (gst_videorate_change_state), (plugin_init):
16424         Added a video timestamp corrector.
16425
16426 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16427
16428         fixed a potential leak with previous commit
16429
16430         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16431
16432 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16433
16434         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16435         Added missing refcount, fixes bug #144425
16436         Cheers Tim for finding the bug
16437
16438 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16439
16440         * sys/v4l/gstv4l.c: (plugin_init):
16441         * sys/v4l/gstv4lcolorbalance.c:
16442         * sys/v4l/gstv4lcolorbalance.h:
16443         * sys/v4l/gstv4lelement.c:
16444         * sys/v4l/gstv4lelement.h:
16445         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16446         * sys/v4l/gstv4lmjpegsink.h:
16447         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16448         * sys/v4l/gstv4lmjpegsrc.h:
16449         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16450         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16451         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
16452         * sys/v4l/gstv4lsrc.h:
16453         * sys/v4l/gstv4ltuner.c:
16454         * sys/v4l/gstv4ltuner.h:
16455         * sys/v4l/gstv4lxoverlay.c:
16456         * sys/v4l/gstv4lxoverlay.h:
16457         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
16458         (gst_v4l_set_window), (gst_v4l_enable_overlay):
16459         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16460         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16461         (gst_v4l_set_audio):
16462         * sys/v4l/v4l_calls.h:
16463         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
16464         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
16465         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
16466         (gst_v4lmjpegsink_playback_init),
16467         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
16468         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
16469         (gst_v4lmjpegsink_playback_stop),
16470         (gst_v4lmjpegsink_playback_deinit):
16471         * sys/v4l/v4lmjpegsink_calls.h:
16472         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
16473         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
16474         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
16475         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
16476         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
16477         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
16478         * sys/v4l/v4lmjpegsrc_calls.h:
16479         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16480         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
16481         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
16482         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
16483         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
16484         (gst_v4lsrc_try_palette):
16485         * sys/v4l/v4lsrc_calls.h:
16486           bunch of paranoia cleanups
16487
16488 2004-06-14  David Schleef  <ds@schleef.org>
16489
16490         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
16491         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
16492         Send discont events and change timestamps appropriately when
16493         we get a seek event.  (bug #144240)
16494         * ext/cdparanoia/gstcdparanoia.h:
16495
16496 2004-06-14  Benjamin Otte  <otte@gnome.org>
16497
16498         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
16499           snd_pcm_hw_params_set_rate  since the latter fails for no good
16500           reason on some setups.
16501
16502 2004-06-14  David Schleef  <ds@schleef.org>
16503
16504         * gst/volume/demo.c: (value_changed_callback): exp10() is not
16505         standard.  Thank you for playing.
16506
16507 2004-06-14  Wim Taymans  <wim@fluendo.com>
16508
16509         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16510         Patch 1.3 broke the ordering of the colorspace info and
16511         made the plugin basically work by coincidence, reordered
16512         the info.
16513
16514 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16515
16516         * ext/lame/gstlame.c:
16517         * ext/mad/gstmad.c:
16518           sync caps.  Make sure mad can only output a list of rates, not
16519           a full range.  In the future, have three caps lists for each of the
16520           mpeg versions.  Change mpegversion to a double as well.
16521
16522 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16523
16524         * gst/volume/.cvsignore:
16525         * gst/volume/Makefile.am:
16526         * gst/volume/demo.c: (value_changed_callback), (idler),
16527         (setup_gui), (main):
16528           added small demo app
16529
16530 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
16531         * ext/esd/esdsink.c: (gst_esdsink_change_state):
16532         * ext/esd/esdsink.h:
16533         Close the esd connection on pause, because esd will just wait -
16534         blocking all other esd clients indefinitely.
16535
16536 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
16537
16538         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
16539           previous commit with GST_DEBUG
16540
16541 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16542
16543         * configure.ac:
16544           add a header check for a dvdread header in dvdnav.  Fixes #133002
16545
16546 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16547
16548         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16549         * gst/tcp/gsttcpclientsink.h:
16550         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16551         * gst/tcp/gsttcpclientsrc.h:
16552         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
16553         (gst_tcpserversink_handle_server_read),
16554         (gst_tcpserversink_init_send):
16555         * gst/tcp/gsttcpserversink.h:
16556         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16557         * gst/tcp/gsttcpserversrc.h:
16558         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
16559         version of IP)
16560
16561 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16562
16563         * configure.ac:
16564         Added ogg library so that OSX detects libtheora properly
16565
16566 2004-06-11  Wim Taymans  <wim@fluendo.com>
16567
16568         * ext/theora/theoradec.c: (theora_dec_chain),
16569         (theora_dec_change_state):
16570         Don't try to decode frames before we received a keyframe.
16571
16572 2004-06-11  Wim Taymans  <wim@fluendo.com>
16573
16574         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16575         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16576         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16577         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16578         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16579         Added property to set the maximum delay of a page.
16580
16581 2004-06-10  Wim Taymans  <wim@fluendo.com>
16582
16583         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16584         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16585         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16586         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16587         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16588         Added max-delay property to control the maximum amount
16589         of data to put in one page.
16590
16591 2004-06-10  Wim Taymans  <wim@fluendo.com>
16592
16593         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16594         (gst_theora_enc_init), (theora_enc_sink_link),
16595         (theora_buffer_from_packet), (theora_enc_set_property),
16596         (theora_enc_get_property):
16597         Set duration on encoded buffer, added some more properties
16598
16599 2004-06-10  Wim Taymans  <wim@fluendo.com>
16600
16601         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16602         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16603         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16604         * ext/theora/theoraenc.c: (theora_enc_chain):
16605         Fix refcounting bugs
16606
16607 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16608
16609         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16610         (gst_asf_demux_loop), (gst_asf_demux_process_file),
16611         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
16612         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
16613         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
16614         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
16615         (gst_asf_demux_change_state):
16616         * gst/asfdemux/gstasfdemux.h:
16617           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
16618           feels like. I think we should set a new requirement for demuxers
16619           from now on to implement sane loop functions, data loops, query
16620           and seek functions before first commit into CVS. And this commit
16621           fixes all of the above.
16622
16623 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
16624
16625         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
16626           vorbis comments are properly encoded in UTF-8 before adding them
16627           to a GstTagList
16628
16629 2004-06-09  Benjamin Otte  <otte@gnome.org>
16630
16631         * ext/alsa/gstalsa.c: (add_channels):
16632           handle min <= max correctly
16633         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
16634         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
16635           add fixation functions so we fixate correctly. No preferring of alaw
16636           anymore because it's the first structure.
16637         * ext/alsa/gstalsa.h:
16638         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
16639         (gst_alsa_hw_params_dump):
16640           add functions to ease debugging in alsalib
16641         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16642         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16643         (gst_alsa_start_audio):
16644           only specify hw params if we really setup a format (fixes #134007 -
16645           or at least works around it)
16646
16647 2004-06-09  Wim Taymans  <wim@fluendo.com>
16648
16649         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16650         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16651         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
16652         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
16653         (gst_ogg_mux_loop):
16654         Use stream caps to setup the initial pages in the ogg stream.
16655         Correctly set the streamheader caps on the srcpad.
16656
16657 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16658
16659         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16660         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16661         (gst_v4lsrc_getcaps):
16662         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16663         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
16664           add querying of fps lists for webcams.  Negotiating to a framerate
16665           now works.
16666
16667 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16668
16669         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16670         (theora_push_buffer), (theora_push_packet),
16671         (theora_set_header_on_caps), (theora_enc_chain):
16672           mark buffers and put on streamheader, raw theora streaming
16673           now works too, whee
16674
16675 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16676
16677         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16678         (gst_tcp_gdp_read_caps):
16679           do a looping read for caps and GDP headers too
16680
16681 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16682
16683         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16684         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
16685           return EOS instead of NULL in _get
16686
16687 2004-06-08  Wim Taymans  <wim@fluendo.com>
16688
16689         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16690         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
16691         (gst_tcp_gdp_write_caps):
16692         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16693         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
16694         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
16695         Memory leak fixes
16696
16697 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16698
16699         * ext/vorbis/Makefile.am:
16700         * ext/vorbis/vorbis.c: (plugin_init):
16701         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
16702         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
16703         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
16704         (vorbis_parse_change_state):
16705         * ext/vorbis/vorbisparse.h:
16706           adding a vorbisparse element that marks the buffers, streaming
16707           raw vorbis using GDP now works, whee
16708
16709 2004-06-08  Wim Taymans  <wim@fluendo.com>
16710
16711         * ext/jpeg/Makefile.am:
16712         * ext/jpeg/README:
16713         * ext/jpeg/gstjpeg.c: (plugin_init):
16714         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
16715         (gst_smokedec_base_init), (gst_smokedec_class_init),
16716         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
16717         * ext/jpeg/gstsmokedec.h:
16718         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
16719         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
16720         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
16721         (gst_smokeenc_resync), (gst_smokeenc_chain),
16722         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
16723         * ext/jpeg/gstsmokeenc.h:
16724         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
16725         (smokecodec_flush_destination), (smokecodec_term_destination),
16726         (smokecodec_init_source), (smokecodec_fill_input_buffer),
16727         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
16728         (smokecodec_term_source), (smokecodec_encode_new),
16729         (smokecodec_decode_new), (smokecodec_info_free),
16730         (smokecodec_set_quality), (smokecodec_get_quality),
16731         (smokecodec_set_threshold), (smokecodec_get_threshold),
16732         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
16733         (find_best_size), (abs_diff), (put), (smokecodec_encode),
16734         (smokecodec_parse_header), (smokecodec_decode):
16735         * ext/jpeg/smokecodec.h:
16736         Added a new simple jpeg based codec
16737
16738 2004-06-08  Wim Taymans  <wim@fluendo.com>
16739
16740         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16741         (gst_multipart_mux_loop):
16742         Fix memory leak
16743
16744 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16745
16746         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16747         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
16748         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
16749         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
16750         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
16751         * gst/tcp/gsttcpserversink.h:
16752           take streamheader into account
16753
16754 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16755
16756         * gst/level/Makefile.am:
16757         * gst/level/gstlevel.c: (gst_level_class_init):
16758           clean up marshal generation
16759
16760 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16761
16762         * gst/tcp/Makefile.am:
16763         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
16764         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
16765         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
16766         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16767         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
16768         (gst_tcpclientsrc_get_property):
16769         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16770         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16771         (gst_tcpserversink_handle_client_read),
16772         (gst_tcpserversink_handle_client_write),
16773         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
16774         * gst/tcp/gsttcpserversink.h:
16775           add signals client-added and client-removed
16776         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16777         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
16778         (gst_tcpserversrc_get_property):
16779         uniformized, change default protocol to NONE
16780         * gst/tcp/gsttcp-marshal.list: added
16781 2004-06-07  Benjamin Otte  <otte@gnome.org>
16782
16783         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16784           handle discont events if they happen before caps nego
16785
16786 2004-06-07  Wim Taymans  <wim@fluendo.com>
16787
16788         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
16789         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
16790         (gst_multipart_demux_plugin_init):
16791         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16792         (gst_multipart_mux_init), (gst_multipart_mux_loop),
16793         (gst_multipart_mux_change_state):
16794         Small updates, fix a memleak
16795
16796 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
16797
16798         * configure.ac: OSS portability
16799         * ext/arts/gst_arts.c: idem
16800         * sys/oss/gstosselement.c: idem
16801         * sys/oss/gstossmixer.c: idem
16802         * sys/oss/gstosssink.c: idem
16803         * sys/oss/gstosssrc.c: idem
16804         * sys/oss/oss_probe.c: idem
16805           - check for soundcard.h in different places for some BSD
16806
16807 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
16808
16809         * AUTHORS:
16810         Add me to the authors file
16811         * configure.ac:
16812         Increase the libdv requirement to >= version 0.100
16813         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
16814         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
16815         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
16816         * ext/dv/gstdvdec.h:
16817         Add support for the new_media flag when sending DISCONT events
16818         Make the querying work when video pad is not linked
16819
16820 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16821
16822         reviewed by Benjamin Otte  <otte@gnome.org>
16823
16824         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
16825           create a NULL-initialized array of pads, so we don't think they
16826           exist already. (fixes #143130)
16827
16828 2004-06-07  Benjamin Otte  <otte@gnome.org>
16829
16830         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
16831         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
16832         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
16833           don't use // coments
16834
16835 2004-06-07  Benjamin Otte  <otte@gnome.org>
16836
16837         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
16838           cast to GstClockTime to get higher granularity
16839         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16840           use gst_element_set_time_delay to get the exact time
16841         * ext/mad/gstmad.c: (gst_mad_chain):
16842           use the negotiated rate instead of the current frame's rate which
16843           might be wrong because of bit errors. This avoids emitting totally
16844           bogus timestamps and screwing sync.
16845         (fixes #143454)
16846
16847 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
16848
16849         reviewed by Benjamin Otte  <otte@gnome.org>
16850
16851         * gst/adder/gstadder.c: (gst_adder_loop):
16852           properly error out when no negotiation has happened yet. (fixes
16853           #143032)
16854
16855 2004-06-06  Benjamin Otte  <otte@gnome.org>
16856
16857         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16858           forward correctly transformed offset in discont events. Based on
16859           patch by Arwed v. Merkatz. (fixes #142851)
16860
16861 2004-06-06  David Schleef  <ds@schleef.org>
16862
16863         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
16864         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
16865         problems on several systems.
16866
16867 2004-06-06  Benjamin Otte  <otte@gnome.org>
16868
16869         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
16870           use explicit caps on the srcpad
16871         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
16872           properly error out if caps couldn't be set (fixes #142764)
16873
16874 2004-06-06  Benjamin Otte  <otte@gnome.org>
16875
16876         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16877         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16878         (gst_alsa_start_audio):
16879           - don't call set_periods_integer anymore, it breaks the
16880           configuration randomly
16881           - call snd_pcm_hw_params_set_access directly instead of using masks
16882           - don't fail if the sw_params can't be set, just use the default
16883           params and hope it works. Alsalib has weird issues when you touch
16884           sw_params and does no proper error reporting about what failed.
16885         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16886         (gst_alsa_close_audio):
16887           make our alsa debugging go via gst debugging and not conditionally
16888           defined
16889         * ext/alsa/gstalsa.h:
16890           add ALSA_DEBUG_FLUSH macro
16891         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
16892         (plugin_init):
16893           wrap alsa errors to be printed via the gst debugging system and not
16894           spammed to stderr
16895
16896 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16897
16898         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
16899         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
16900         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
16901         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
16902         (qtdemux_parse_trak):
16903         * gst/qtdemux/qtdemux.h:
16904           Bitch. Also known as seeking, querying & co.
16905         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
16906         (gst_osssink_change_state):
16907         * sys/oss/gstosssink.h:
16908           Resyncing is for weenies, this hack is no longer needed and was
16909           broken anyway (since it - unintendedly - always leaves resync to
16910           TRUE).
16911
16912 2004-06-05  Andrew Turner <zxombie@hotpop.com>
16913
16914         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
16915         * gst/tcp/gsttcpclientsrc.h: idem
16916           - define MSG_NOSIGNAL if not done
16917           - include unistd.h for off_t
16918           (fixes #143749)
16919
16920 2004-06-05  Benjamin Otte  <otte@gnome.org>
16921
16922         * configure.ac:
16923         * ext/kio/Makefile.am:
16924           check for qt's moc preprocessor explicitly and use it
16925
16926 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16927
16928         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
16929           don't get a signal for EPIPE on socket writes
16930           (somebody check if this works on other platforms)
16931
16932 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16933
16934         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16935         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16936           check error condition on available samples correctly
16937
16938 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16939
16940         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
16941           avoid a segfault
16942         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
16943         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
16944         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
16945         (gst_tcpserversrc_gdp_read_header):
16946          use ssize_t over size_t since the former is signed and thus the
16947          check for error codes can work
16948
16949 2004-06-02  Wim Taymans  <wim@fluendo.com>
16950
16951         reviewed by: Johan
16952
16953         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16954         (gst_multipart_mux_loop):
16955         Oops
16956
16957 2004-06-02  Wim Taymans  <wim@fluendo.com>
16958
16959         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
16960         (gst_multipart_mux_init), (gst_multipart_mux_loop),
16961         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
16962         (gst_multipart_mux_change_state):
16963         Added configurable boundary specifier, added the value as a
16964         caps field as well.
16965
16966 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16967
16968         * gst/tcp/gsttcp.c:
16969         * gst/tcp/gsttcpclientsrc.c:
16970         * gst/tcp/gsttcpclientsrc.h:
16971         * gst/tcp/gsttcpserversrc.c:
16972           - portability fix, to compile on OSX
16973             (fixes #143146)
16974
16975         * sys/osxaudio/gstosxaudioelement.c:
16976         * sys/osxaudio/gstosxaudiosink.c:
16977         * sys/osxaudio/gstosxaudiosrc.c:
16978           - compilation warnings on OSX
16979             (fixes #143153)
16980
16981 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16982
16983         * ext/vorbis/vorbisdec.c : sign warning fixes
16984
16985         * gst-libs/gst/mixer/mixertrack.c :
16986           do no use defines which are glib 2.4 specific
16987
16988 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
16989
16990         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
16991           buffer since libflac doesn't expect it (reports a sync error when
16992           it encounters that)
16993
16994
16995 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
16996
16997         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
16998         * gst-libs/gst/mixer/mixertrack.c:
16999         (gst_mixer_track_get_property), (get_mixer_track_init),
17000         (get_mixer_track_get_property): Added property accessors
17001         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
17002         * gst-libs/gst/mixer/mixeroptions.c:
17003         (gst_mixer_options_get_values): Added
17004         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
17005         * gst-libs/gst/mixer/mixer.c: Fixed comment
17006
17007
17008 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17009
17010         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
17011           improve error messages on open
17012
17013
17014 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17015
17016         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17017           check if v4l-conf is in path
17018
17019 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17020
17021         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17022           change assert to a more readable error message
17023
17024 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17025
17026         * gst-libs/gst/tuner/tunerchannel.h:
17027           - add a freq_multiplicator field to make the conversion
17028             between internal frequency unit and Hz
17029         * sys/v4l/gstv4lelement.c:
17030         * sys/v4l2/gstv4l2element.c:
17031           - change default video device to /dev/video0
17032         * sys/v4l/v4l_calls.c:
17033         * sys/v4l2/v4l2_calls.c:
17034           - we only expose frequency to the user in Hz instead of
17035             bastard v4lX unit (either 62.5kHz or 62.5Hz)
17036
17037 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
17038         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17039           Initialise b_o_s and e_o_s variables
17040         * gst-libs/gst/riff/riff-media.c:
17041         (gst_riff_create_video_caps_with_data):
17042           Add some unusual fourcc's from mplayer avi's
17043         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
17044           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
17045           autoplugging.
17046
17047 2004-05-28  Wim Taymans  <wim@fluendo.com>
17048
17049         * configure.ac:
17050         * gst/alpha/Makefile.am:
17051         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
17052         (gst_alpha_get_type), (gst_alpha_base_init),
17053         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
17054         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
17055         (gst_alpha_chroma_key), (gst_alpha_chain),
17056         (gst_alpha_change_state), (plugin_init):
17057         A plugin to add an alpha channel to I420 video. Can optionally do
17058         chroma keying.
17059         * gst/multipart/Makefile.am:
17060         * gst/multipart/multipart.c: (plugin_init):
17061         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17062         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17063         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
17064         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17065         (gst_multipart_demux_change_state),
17066         (gst_multipart_demux_plugin_init):
17067         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
17068         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
17069         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
17070         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
17071         (gst_multipart_mux_pad_unlink),
17072         (gst_multipart_mux_request_new_pad),
17073         (gst_multipart_mux_handle_src_event),
17074         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
17075         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
17076         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
17077         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
17078         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
17079         send multipart jpeg images to a browser.
17080         * gst/videobox/Makefile.am:
17081         * gst/videobox/README:
17082         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
17083         (gst_video_box_get_type), (gst_video_box_base_init),
17084         (gst_video_box_class_init), (gst_video_box_init),
17085         (gst_video_box_set_property), (gst_video_box_get_property),
17086         (gst_video_box_sink_link), (gst_video_box_i420),
17087         (gst_video_box_ayuv), (gst_video_box_chain),
17088         (gst_video_box_change_state), (plugin_init):
17089         Crops or adds borders around an image. can do alpha channel
17090         borders as well.
17091         * gst/videomixer/Makefile.am:
17092         * gst/videomixer/README:
17093         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17094         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
17095         (gst_videomixer_pad_get_sink_event_masks),
17096         (gst_videomixer_pad_get_property),
17097         (gst_videomixer_pad_set_property),
17098         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
17099         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
17100         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17101         (gst_videomixer_base_init), (gst_videomixer_class_init),
17102         (gst_videomixer_init), (gst_videomixer_request_new_pad),
17103         (gst_videomixer_handle_src_event),
17104         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
17105         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17106         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17107         (gst_videomixer_loop), (gst_videomixer_get_property),
17108         (gst_videomixer_set_property), (gst_videomixer_change_state),
17109         (plugin_init):
17110         Generic video mixer plugin, can handle multiple inputs all with
17111         different framerates and video sizes. Is fully alpha channel
17112         aware.
17113
17114 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17115
17116         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17117           Select first track as master track. Not sure how else to handle
17118           that...
17119         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
17120           Discard discont events. Should fix #142962.
17121
17122 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17123
17124         * ext/alsa/Makefile.am:
17125         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
17126         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
17127         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
17128         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
17129         (gst_alsa_mixer_get_option):
17130         * ext/alsa/gstalsamixer.h:
17131         * ext/alsa/gstalsamixeroptions.c:
17132         (gst_alsa_mixer_options_get_type),
17133         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
17134         (gst_alsa_mixer_options_new):
17135         * ext/alsa/gstalsamixeroptions.h:
17136         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
17137         * ext/alsa/gstalsamixertrack.h:
17138           Add enumerations (as GstMixerOptions). Make correct distinction
17139           between input/output tracks. Add capture/playback private flag.
17140           Use flag to decide on whether to set capture or playback volumes
17141           or switches. Use playback and record switches.
17142         * gst-libs/gst/mixer/Makefile.am:
17143         * gst-libs/gst/mixer/mixer-marshal.list:
17144         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
17145         (gst_mixer_set_option), (gst_mixer_get_option),
17146         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
17147         (gst_mixer_volume_changed), (gst_mixer_option_changed):
17148         * gst-libs/gst/mixer/mixer.h:
17149         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
17150         (gst_mixer_options_class_init), (gst_mixer_options_init),
17151         (gst_mixer_options_dispose):
17152         * gst-libs/gst/mixer/mixeroptions.h:
17153           Add GstMixerOptions.
17154         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17155           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
17156           broken device detection on computers with multiple OSS sound
17157           cards.
17158
17159 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17160
17161         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17162           fixate nicely even when the peer is not negotiating
17163
17164 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17165
17166         * gst/audioconvert/gstaudioconvert.c:
17167         (gst_audio_convert_parse_caps):
17168           make sure we don't allow depth > width
17169         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17170           fixate endianness to G_BYTE_ORDER as default
17171         * gst/audioscale/gstaudioscale.c:
17172           we don't handle another endianness as host-endianness
17173
17174 2004-05-25  David Schleef  <ds@schleef.org>
17175
17176         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
17177
17178 2004-05-24  Benjamin Otte  <otte@gnome.org>
17179
17180         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
17181         (gst_oggvorbisenc_setup):
17182           properly fail when we can't setup the vorbis encoder due to
17183           unsupported settings
17184         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
17185         (gst_vorbisenc_setup):
17186           same
17187         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17188           fix case where warnings occured when one pad was unlinked while the
17189           other's link function was called
17190
17191 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17192
17193         * gst/tcp/Makefile.am:
17194           use GST_ENABLE_NEW
17195
17196 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17197
17198         * gst-libs/gst/resample/private.h:
17199           don't use optimizations that are #if 0'ed
17200
17201 2004-05-24  Wim Taymans  <wim@fluendo.com>
17202
17203         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17204         Fix potential division by zero error and hopefully get
17205         the position query right to get correct timestamps on avi
17206         audio.
17207
17208 2004-05-24  Wim Taymans  <wim@fluendo.com>
17209
17210         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
17211         (gst_videoscale_scale_nearest_str2),
17212         (gst_videoscale_scale_nearest_str4),
17213         (gst_videoscale_scale_nearest_32bit),
17214         (gst_videoscale_scale_nearest_24bit),
17215         (gst_videoscale_scale_nearest_16bit):
17216         Fix the scaling algorithm and avoid a buffer overflow.
17217         removed the while loop in the scaling function as it
17218         was used for point sampling only.
17219
17220 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17221
17222         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
17223         (gst_id3_tag_class_init), (gst_id3_tag_init),
17224         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
17225         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
17226         (gst_id3_tag_send_tag_event):
17227           lots of fixes to make id3mux work and id3demux work correctly
17228
17229 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17230
17231         * ext/Makefile.am:
17232           add rules to build shout2send (was removed by accident
17233           when this module was no more marked experimental/broken)
17234
17235 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17236
17237         * ext/shout2/gstshout2.c:
17238         * ext/shout2/gstshout2.h:
17239           adding a "connection problem" signal to shout2send
17240           (fixes #142954)
17241
17242 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17243
17244         * ext/kio/kioreceiver.cpp:
17245         * ext/kio/kioreceiver.h:
17246           fix sign comparison issues
17247
17248 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17249
17250         * gst/cdxaparse/gstcdxaparse.c:
17251         * gst/cdxaparse/gstcdxaparse.h:
17252           some renaming
17253           add some checks/sanity
17254           prepare for seek addition
17255
17256         * sys/sunaudio/gstsunaudio.c:
17257           remove exported dupe init function
17258
17259 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
17260
17261         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
17262         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
17263           Fix format conversion and position querying.
17264         * gst/debug/progressreport.c: (gst_progressreport_report):
17265           Don't output a bogus total value that we didn't query.
17266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17267           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
17268           only a blank window after xine has been used.
17269
17270 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17271
17272         * m4/as-arts.m4:
17273           sync with upstream version to fix test on FC2
17274           readd with -ko to preserve Id header
17275
17276 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17277
17278         * configure.ac:
17279           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
17280         * gst/tcp/gsttcpclientsrc.c: idem
17281         * gst/tcp/gsttcpserversink.c: idem
17282         * gst/tcp/gsttcpserversrc.c: idem
17283         * m4/gst-fionread.m4: idem
17284
17285         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
17286
17287         * configure.ac: enable speex plugin for speex 1.1.5+
17288         * ext/speex/gstspeexenc.c: fix cast warning
17289
17290         * ext/esd/README: fix typo
17291
17292 2004-05-20  David Schleef  <ds@schleef.org>
17293
17294         * configure.ac: Minor cosmetic change to convince the buildbot to
17295         reautogen.
17296         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
17297         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
17298         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
17299         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
17300         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
17301         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
17302         More hacking.  Plays audio now.
17303
17304 2004-05-20  David Schleef  <ds@schleef.org>
17305
17306         * configure.ac:
17307         * sys/Makefile.am:
17308
17309 2004-05-20  David Schleef  <ds@schleef.org>
17310
17311         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
17312         * sys/osxaudio/gstosxaudio.c:
17313         * sys/osxaudio/gstosxaudioelement.c:
17314         * sys/osxaudio/gstosxaudioelement.h:
17315         * sys/osxaudio/gstosxaudiosink.c:
17316         * sys/osxaudio/gstosxaudiosink.h:
17317         * sys/osxaudio/gstosxaudiosrc.c:
17318         * sys/osxaudio/gstosxaudiosrc.h:
17319
17320 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17321
17322         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
17323         (gst_vorbisenc_chain):
17324           put the codec headers on the caps as streamheader as well as
17325           pushing them out
17326
17327 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17328
17329         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17330         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
17331         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
17332         split up push_packet into two functions
17333
17334 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17335
17336         * gst/tcp/.cvsignore:
17337           ignore enums
17338         * gst/tcp/Makefile.am:
17339         * gst/tcp/README:
17340         * gst/tcp/gsttcp.c:
17341         * gst/tcp/gsttcp.h:
17342         * gst/tcp/gsttcpclientsink.c:
17343         * gst/tcp/gsttcpclientsink.h:
17344         * gst/tcp/gsttcpclientsrc.c:
17345         * gst/tcp/gsttcpclientsrc.h:
17346         * gst/tcp/gsttcpplugin.c:
17347         * gst/tcp/gsttcpserversink.c:
17348         * gst/tcp/gsttcpserversink.h:
17349         * gst/tcp/gsttcpserversrc.c:
17350         * gst/tcp/gsttcpserversrc.h:
17351           add new tcp elements
17352
17353 2004-05-19  Wim Taymans  <wim@fluendo.com>
17354
17355         * gst/law/mulaw-conversion.c: (mulaw_encode):
17356         Fix overflow bug in ulaw encoding.
17357
17358 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17359
17360         * ext/mad/gstmad.c: (gst_mad_handle_event):
17361           don't unref the event twice
17362
17363 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17364
17365         * configure.ac:
17366           remove -Wno-sign-compare
17367
17368 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17369
17370         * configure.ac:
17371           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
17372           if you want to work against glib 2.2 and 2.4
17373
17374 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17375
17376         * gst/tcp/Makefile.am:
17377         * gst/tcp/gsttcp.c:
17378         * gst/tcp/gsttcp.h:
17379         * gst/tcp/gsttcpsink.h:
17380         * gst/tcp/gsttcpsrc.h:
17381           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
17382
17383 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17384
17385         * gst/debug/tests.c: (md5_get_value):
17386           fix segfault on gst-inspect
17387
17388 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17389
17390         * gst/debug/testplugin.c:
17391         * gst/debug/tests.c:
17392         * gst/debug/tests.h:
17393           add new extensible and configurable testing element. Current tests
17394           include buffer count, stream length, timestamp/duration matching and
17395           md5.
17396         * gst/debug/Makefile.am:
17397         * gst/debug/gstdebug.c: (plugin_init):
17398           add infrastructure for new element
17399
17400 2004-05-19  Johan Dahlin  <johan@gnome.org>
17401
17402         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
17403         ending of the array. Fixes gst-inspect segfault on ppc.
17404
17405 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17406
17407         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
17408
17409         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
17410
17411 2004-05-18  David Schleef  <ds@schleef.org>
17412
17413         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
17414         warnings (bugs, actually) noticed by gcc but not forte.
17415
17416 2004-05-18  David Schleef  <ds@schleef.org>
17417
17418         * sys/sunaudio/Makefile.am:
17419         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
17420
17421 2004-05-18  David Schleef  <ds@schleef.org>
17422
17423         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17424         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
17425         to allow qtdemux to use non-seekable streams. (bug #142272)
17426
17427 2004-05-18  David Schleef  <ds@schleef.org>
17428
17429         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
17430         (gst_resample_sinc_ft_float): Remove use of static temporary
17431         buffer.  This code was obviously not supposed to last long, but
17432         it's stuck in our ABI, so it required a little hack to make it
17433         ABI-compatible.  Fixes #142585.
17434         * gst-libs/gst/resample/resample.h: same.
17435
17436 2004-05-18  David Schleef  <ds@schleef.org>
17437
17438         * configure.ac: Add sunaudio
17439         * examples/Makefile.am: make gstplay depend on gconf
17440         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
17441         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
17442         (convert_table_lookup), (img_convert): remove c99-isms
17443         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
17444           unsigned, to fix a warning on Solaris
17445         * gst/mpeg1sys/systems.c: bcopy->memcpy
17446         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
17447         * sys/Makefile.am: Add sunaudio
17448
17449 2004-05-18  Wim Taymans  <wim@fluendo.com>
17450
17451         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
17452         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
17453         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
17454         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
17455         (gst_ogg_mux_loop):
17456         Fix an ugly memleak where the muxer didn't flush enough ogg
17457         pages. This also resulted in badly muxed ogg files.
17458
17459 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17460
17461         * gst/asfdemux/asfheaders.c :
17462         * gst/asfdemux/asfheaders.h :
17463         * gst/asfdemux/gstasfdemux.c :
17464           - fix ASF_OBJ_PADDING guid
17465           - add 3 new object guids (language list, metadata,
17466             extended stream properties)
17467           - add a function to parse extended header objects
17468
17469 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17470
17471         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17472           remove leftover debugging g_print
17473
17474 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17475
17476         * ext/mad/gstmad.c: (gst_mad_handle_event):
17477           Fix for when the first format in a discont event is not a
17478           byte-based one. Should fix #137710.
17479
17480 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17481
17482         * m4/a52.m4 : fix compilation with -Wall -Werror
17483         * m4/libfame.m4 : idem
17484         * m4/libmikmod.m4 : idem
17485
17486 2004-05-17  Benjamin Otte  <otte@gnome.org>
17487
17488         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17489           signal the new tags before giving up the reference
17490
17491 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17492
17493         * ext/shout2/gstshout2.c:
17494           use application/ogg instead of application/x-ogg (patch by Patrick
17495           Guimond, fixes #142432)
17496         * sys/oss/gstosselement.c: (gst_osselement_reset),
17497         (gst_osselement_sync_parms):
17498           don't set fragment size unless specified (fixes #142493)
17499
17500 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17501
17502         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
17503           fixes #142664
17504
17505 2004-05-17  Benjamin Otte  <otte@gnome.org>
17506
17507         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17508           compute offsets correctly for internal buffers so timestamps are set
17509           correctly when we can't seek. Also handle cases where there are no
17510           offsets. (based on a patch by David Moore, fixes #142507)
17511
17512 2004-05-17  Benjamin Otte  <otte@gnome.org>
17513
17514         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17515           use correct variable when determining amount of data to skip so we
17516           don't skip into the void and segfault
17517
17518 2004-05-16  Benjamin Otte  <otte@gnome.org>
17519
17520         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17521           Hi, I'm a memleak
17522
17523 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17524
17525         * gst/asfdemux/gstasfdemux.c:
17526           - fix a mem leak and always propagate tags
17527           - add WMV3 to known video codecs (but no decoder yet)
17528           - replace "surplus data" at end of audio header for what
17529             it is : codec specific data
17530           - fix a typo
17531
17532 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
17533
17534         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
17535
17536         * gst-libs/gst/audio/audioclock.c:
17537           Fix wrong return type (#142205).
17538
17539 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17540
17541         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
17542           Ignore CRCs by default (fixes #142566).
17543
17544 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17545
17546         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
17547         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
17548         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
17549         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
17550         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17551         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
17552           Fix for cases where we fail to attach to a mixer.
17553
17554 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17555
17556         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
17557           Don't touch events after not owning them anymore.
17558         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17559         (gst_wavparse_fmt), (gst_wavparse_other),
17560         (gst_wavparse_handle_seek), (gst_wavparse_loop),
17561         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
17562         (gst_wavparse_srcpad_event):
17563         * gst/wavparse/gstwavparse.h:
17564           Add seeking, fix querying.
17565
17566 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17567
17568         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17569           - process comments even if they don't end with \0\0
17570             g_convert would ignore them if present and works well without them
17571
17572 2004-05-16  Benjamin Otte  <otte@gnome.org>
17573
17574         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
17575           simplify caps
17576
17577 2004-05-16  Benjamin Otte  <otte@gnome.org>
17578
17579         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17580           don't write to memory we might not write to - g_convert does that
17581           for us anyway (fixes #142613)
17582         (gst_asf_demux_audio_caps):
17583           comment out gst_util_dump_mem
17584
17585 2004-05-16  Benjamin Otte  <otte@gnome.org>
17586
17587         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17588           compute correct expected timestamps after seek (broken since
17589           last commit)
17590         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
17591           rename element and debugging category to gdkpixbufscale
17592
17593 2004-05-16  Benjamin Otte  <otte@gnome.org>
17594
17595         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17596           add error checking to snd_pcm_delay and remove duplicate call to
17597           snd_pcm_delay that caused issues (see inline code comments)
17598         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
17599           make more readable and fix return value when snd_pcm_delay fails
17600         (fixes #142586)
17601
17602 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
17603         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
17604         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
17605         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
17606         (gst_pixbufscale_link), (gst_pixbufscale_init),
17607         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
17608         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
17609         (gst_pixbufscale_get_property), (pixbufscale_init):
17610         * ext/gdk_pixbuf/pixbufscale.h:
17611         Add these files I forgot earlier
17612
17613 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
17614         * ext/gdk_pixbuf/Makefile.am:
17615         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17616         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17617         Add new pixbufscale element to scale RGB video
17618         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
17619         and HYPER interpolation correctly.
17620         * ext/theora/theoraenc.c: (theora_enc_chain),
17621         Discard buffer and return if explicit caps could not be set
17622         (theora_enc_get_property):
17623         Make _get return kbps for the bitrate consistent with
17624         the _set function.
17625
17626
17627 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17628
17629         * ext/libvisual/visual.c: (gst_visual_chain):
17630           add missing visual_audio_analyze
17631
17632 2004-05-14  David Schleef  <ds@schleef.org>
17633
17634         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
17635         is killed while we're playing.
17636         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
17637         gst_element_no_more_pads().
17638
17639 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17640
17641         * gst-libs/gst/riff/riff-read.c :
17642           - fix INFO tag extraction in RIFF/AVI files
17643             because gst_event_unref (event) also freed taglist
17644           - avoid a mem leak
17645
17646 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17647
17648         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
17649         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
17650
17651         * gst/auparse/gstauparse.c :
17652           - add code (commented for now) to support audio/x-adpcm on src pad
17653             (we have no decoder for those layout yet)
17654
17655         * gst/cdxaparse/gstcdxaparse.c :
17656         * gst/cdxaparse/gstcdxaparse.h :
17657           - partial rewrite using RiffRead (ripped iain's wavparse code)
17658
17659         * gst/rtp/gstrtpL16enc.c : typo
17660         * gst/rtp/gstrtpgsmenc.c : typo
17661
17662 2004-05-13  Benjamin Otte  <otte@gnome.org>
17663
17664         * configure.ac:
17665           check for exact version of libvisual, it's not supposed to be
17666           API/ABI stable yet
17667
17668 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17669
17670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
17671           signal no-more-pads
17672
17673 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17674
17675         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
17676         Report which format was used for GST_FORMAT_DEFAULT
17677         * gst/debug/Makefile.am:
17678         * gst/debug/gstdebug.c: (plugin_init):
17679         * gst/debug/progressreport.c: (gst_progressreport_base_init),
17680         (gst_progressreport_class_init), (gst_progressreport_init),
17681         (gst_progressreport_report), (gst_progressreport_set_property),
17682         (gst_progressreport_get_property), (gst_progressreport_chain),
17683         (gst_progressreport_plugin_init):
17684         Add progressreport element for testing.
17685
17686 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17687
17688         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
17689         * sys/v4l/gstv4lsrc.h:
17690         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
17691         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
17692         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
17693         (gst_v4lsrc_grab_frame):
17694           add more debugging
17695           send a discont at start
17696
17697 2004-05-12  Colin Walters  <walters@redhat.com>
17698
17699         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
17700         inflooping if we can't find a chunk.  Or in other words, don't blow
17701         chunks if we don't have a chunk to blow.
17702
17703 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17704         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
17705         Remove old debug output
17706         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
17707         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
17708         (gst_dvdec_set_property), (gst_dvdec_get_property):
17709         Change the quality setting to an enum, so it works from gst-launch
17710         Don't renegotiate a non-linked pad. Allows audio only decoding.
17711         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
17712         (gst_deinterlace_link), (gst_deinterlace_init):
17713         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17714         (gst_videodrop_link):
17715         Some caps negotiation fixes
17716
17717 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17718
17719         * ext/tarkin/gsttarkin.c :
17720           - Change RANK from NONE to PRIMARY
17721         * ext/gdk_pixbuf/gstgdkpixbuf.c :
17722           - Change RANK from NONE to MARGINAL
17723         * ext/divx/gstdivxenc.c :
17724           - Change RANK from PRIMARY to NONE (encoder/spider issue)
17725
17726 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17727
17728         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17729         (gst_vorbisenc_push_packet):
17730           copy a function that was added between 1.0 and 1.0.1 until we
17731           depend on worthwhile features of post-1.0
17732
17733 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17734
17735         * configure.ac:
17736           enable shout2 by default
17737         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
17738         (gst_shout2send_base_init), (gst_shout2send_init),
17739         (gst_shout2send_connect), (gst_shout2send_change_state):
17740         * ext/shout2/gstshout2.h:
17741           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
17742           #142262)
17743         * ext/theora/theora.c: (plugin_init):
17744           don't set rank on encoders
17745
17746 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
17747
17748         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17749           Use codec_data property instead of flag1 and flag2 for wma
17750
17751 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17752
17753         * gst/cdxaparse/gstcdxaparse.c :
17754           - Add mpegversion to CAPS to make it link
17755           - Rank is as GST_RANK_SECONDARY instead of NONE
17756         * gst/auparse/gstauparse.c :
17757           - Document all audio encoding we can encounter from Solaris 9
17758             headers and libsndfile information.
17759           - Increase max. rate from 48000 to 192000 (to match other elements)
17760           - Don't try to play junk data between header and samples
17761
17762 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17763
17764         * ext/libvisual/visual.c: (gst_visual_getcaps):
17765           use the right caps depending on endianness (I hope)
17766         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
17767           use GST_RANK_NONE for all non-decoding elements or spider gets
17768           mighty confused
17769
17770 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17771
17772         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17773           Fix some odd cases and fix BE metadata parsing of unicode16 text.
17774
17775 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17776
17777         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17778         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
17779         (gst_switch_loop), (gst_switch_get_type):
17780           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
17781           HEADERS. Had to be said.
17782
17783 2004-05-10  David Schleef  <ds@schleef.org>
17784
17785         * configure.ac: Add prototype Dirac support.
17786         * ext/Makefile.am:
17787         * ext/dirac/Makefile.am:
17788         * ext/dirac/gstdirac.cc:
17789         * ext/dirac/gstdiracdec.cc:
17790
17791 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17792
17793         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
17794         (gst_auparse_init), (gst_auparse_chain),
17795         (gst_auparse_change_state):
17796           Hack around spider. Remove me some day please.
17797
17798 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17799
17800         * gst/auparse/gstauparse.c: (gst_auparse_chain):
17801           Fix for some uninitialized variables in previous patch, also
17802           makes it work. Fixes #142286 while we're at it.
17803
17804 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17805
17806         * gst/auparse/gstauparse.c:
17807                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
17808                 only unsupported formats are ADPCM/CCITT G.72x
17809                 reviewed by Ronald
17810         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
17811
17812 2004-05-10  Wim Taymans  <wim@fluendo.com>
17813
17814         * ext/vorbis/Makefile.am:
17815         * ext/vorbis/README:
17816         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
17817         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
17818         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
17819         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
17820         (gst_oggvorbisenc_convert_sink),
17821         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
17822         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
17823         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
17824         (get_constraints_string), (update_start_message),
17825         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
17826         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
17827         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
17828         * ext/vorbis/oggvorbisenc.h:
17829         * ext/vorbis/vorbis.c: (plugin_init):
17830         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
17831         (raw_caps_factory), (gst_vorbisenc_class_init),
17832         (gst_vorbisenc_init), (gst_vorbisenc_setup),
17833         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
17834         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
17835         * ext/vorbis/vorbisenc.h:
17836         Added a raw vorbis encoder to be used with the oggmuxer.
17837         We still need the old encoder for some gnome applications,
17838         read the README to find out how that works.
17839         The raw encoder is called "rawvorbisenc" until 0.9.
17840
17841 2004-05-10  Wim Taymans  <wim@fluendo.com>
17842
17843         * ext/ogg/gstogg.c: (plugin_init):
17844         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
17845         (gst_ogg_print):
17846         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
17847         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
17848         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
17849         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
17850         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
17851         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
17852         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
17853         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
17854         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
17855         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
17856         Added an ogg muxer.
17857         Small typo fixes in the demuxer.
17858
17859 2004-05-10  Wim Taymans  <wim@fluendo.com>
17860
17861         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17862         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
17863         (theora_enc_change_state), (theora_enc_set_property),
17864         (theora_enc_get_property):
17865         Mark the last packet with an EOS flag which is not really needed
17866         in gstreamer.
17867         Do some better video framerate initialisation.
17868         Update the buffer timestamp.
17869
17870 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
17871
17872         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
17873         Return the result of the parent state change call
17874
17875 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17876
17877         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
17878         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
17879         * gst/law/alaw-encode.c : (idem)
17880         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
17881         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
17882         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
17883
17884 2004-05-09  Benjamin Otte  <otte@gnome.org>
17885
17886         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17887           don't use a fixed buffer size when writing variable length data to
17888           it. Fixes memory corruption and makes alsasrc work
17889
17890 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17891
17892         * ext/gnomevfs/gstgnomevfssink.c:
17893         (_gst_boolean_allow_overwrite_accumulator),
17894         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
17895           Run glib's default signal handler (??) in RUN_CLEANUP rather than
17896           RUN_LAST, and don't use that to set the accumulator value because
17897           then it's always FALSE.
17898
17899 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17900
17901         * gst-libs/gst/riff/riff-media.c:
17902         (gst_riff_create_video_caps_with_data),
17903         (gst_riff_create_audio_caps),
17904         (gst_riff_create_audio_template_caps):
17905         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17906           Fix for unaligned RIFF files (i.e. where all the chunks together
17907           in a LIST chunk are not of the same size as the size given in
17908           the LIST chunk header). Fixes several odd WAVE files. Also fix
17909           ADPCM (block_align property) in audio, so that wavparse based
17910           on this works now as it used to stand-alone.
17911
17912 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
17913
17914         reviewed by Benjamin Otte  <otte@gnome.org>
17915
17916         * ext/a52dec/gsta52dec.c:
17917         * ext/divx/gstdivxdec.c:
17918         * ext/divx/gstdivxenc.c:
17919         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
17920         * ext/faac/gstfaac.c: (gst_faac_base_init):
17921         * ext/faad/gstfaad.c: (gst_faad_base_init):
17922         * ext/ivorbis/vorbisfile.c:
17923         * ext/lame/gstlame.c:
17924         * ext/libfame/gstlibfame.c:
17925         * ext/mpeg2enc/gstmpeg2enc.cc:
17926         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
17927         * ext/sidplay/gstsiddec.cc:
17928         * ext/speex/gstspeexdec.c:
17929         * ext/speex/gstspeexenc.c:
17930         * ext/xvid/gstxviddec.c:
17931         * ext/xvid/gstxvidenc.c:
17932           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
17933           (fixes #142193)
17934
17935 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17936
17937         * ext/alsa/gstalsa.c: (device_list),
17938         (gst_alsa_class_probe_devices):
17939         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
17940           Fix alsa oddness in mixer after the combination of using mixer
17941           in source/sink elements and using hw:x,y instead of just hw:x.
17942
17943 2004-05-09  Benjamin Otte  <otte@gnome.org>
17944
17945         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
17946         (gst_wavparse_create_sourcepad):
17947           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
17948           sourcepads
17949
17950 2004-05-09  Benjamin Otte  <otte@gnome.org>
17951
17952         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17953           allow discont events before caps nego
17954
17955 2004-05-08  Benjamin Otte  <otte@gnome.org>
17956
17957         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
17958           don't leak events
17959
17960 2004-05-08  Benjamin Otte  <otte@gnome.org>
17961
17962         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
17963         (gst_level_change_state), (gst_level_init):
17964         * gst/level/gstlevel.h:
17965           figure out if we're initialized directly instead of keeping a
17966           variable that's wrong in 90% of cases
17967           don't initialize pads and then leak them and use a new unitialized
17968           pad. (fixes #142084)
17969           these were bugs so n00bish I didn't find them for an hour :/
17970
17971 2004-05-08 Iain <iain@prettypeople.org>
17972
17973         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
17974         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
17975         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
17976         return the length that was read.
17977         (gst_riff_read_strf_auds): Allow fmt tags as well.
17978
17979 2004-05-07  David Schleef  <ds@schleef.org>
17980
17981         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
17982         signed char assumption in faad.h.
17983
17984 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17985
17986         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
17987           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
17988
17989 2004-05-07  Colin Walters  <walters@redhat.com>
17990
17991         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
17992         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
17993         function.
17994         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
17995         Add dispose function.
17996
17997 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
17998         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
17999           Fix caps nego and pad templates. RGB mode caps should
18000           work now.
18001         * ext/dvdnav/gst-dvd:
18002           Move mpeg2dec inside the thread because otherwise the
18003           queue rejects cap changes mid-stream
18004         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18005         (gst_mpeg2dec_flush_decoder):
18006           For mpeg2dec > 0.4.0, call the flush function instead of
18007           manually extracting all in-flight frames.
18008         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
18009         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
18010           Change mime type video/dv go video/x-dv to match the
18011           rest of gst-plugins
18012
18013 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18014
18015         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18016         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
18017         (gst_alsa_sink_class_init):
18018         * ext/alsa/gstalsasink.h:
18019         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
18020         (gst_alsa_src_class_init):
18021         * ext/alsa/gstalsasrc.h:
18022           Make alsasink/src a subclass of alsamixer so that mixer stuff
18023           shows up in gst-rec. Needs some finetuning.
18024
18025 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18026
18027         * ext/lame/gstlame.c: (gst_lame_chain):
18028           simplify
18029         * ext/mad/gstmad.c: (gst_mad_handle_event):
18030           fix event leak
18031         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18032           be able to detect mp3 files < 4096 bytes
18033
18034 2004-05-06  Wim Taymans  <wim@fluendo.com>
18035
18036         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18037         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18038         (theora_enc_set_property), (theora_enc_get_property):
18039         Also encode the first frame, cleanup some code.
18040
18041 2004-05-06  Wim Taymans  <wim@fluendo.com>
18042
18043         * ext/mpeg2enc/gstmpeg2enc.cc:
18044         Forward events first before deciding that negotiation was
18045         not performed.
18046
18047 2004-05-06  Wim Taymans  <wim@fluendo.com>
18048
18049         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18050         First process the events before deciding that negotiation
18051         was not performed.
18052
18053 2004-05-06  Wim Taymans  <wim@fluendo.com>
18054
18055         * ext/theora/Makefile.am:
18056         * ext/theora/theora.c: (plugin_init):
18057         * ext/theora/theoradec.c: (theora_dec_change_state):
18058         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
18059         (gst_theora_enc_class_init), (gst_theora_enc_init),
18060         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
18061         (theora_enc_chain), (theora_enc_change_state),
18062         (theora_enc_set_property), (theora_enc_get_property):
18063         Added a theora encoder, grouped the encoder and decoder into the
18064         same plugin.
18065
18066 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18067
18068         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18069         (gst_jpegenc_chain):
18070         fix DURATION on outgoing buffers
18071         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
18072         debug using time formats
18073         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18075         (gst_xvimagesink_sink_link):
18076         windows with width/height 0 generate X errors, so don't allow them
18077
18078 2004-05-05  Wim Taymans  <wim@fluendo.com>
18079
18080         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
18081         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
18082         (gst_mpeg2dec_negotiate_format):
18083         * ext/mpeg2dec/gstmpeg2dec.h:
18084           removed the static pad template so that we can add the
18085           more accurate framerate value to the caps.
18086
18087
18088 2004-05-04  Benjamin Otte  <otte@gnome.org>
18089
18090         * configure.ac:
18091           check for kdemacros.h, too (should fix #141821)
18092         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18093           don't crash if no header was sent, but nicely error out (fixes part
18094           of #141554)
18095
18096 2004-05-04  Wim Taymans  <wim@fluendo.com>
18097
18098         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
18099         parent dispose function to avoid segfault on destroy.
18100
18101 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18102
18103         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18104         (plugin_init):
18105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18106         (gst_xvimagesink_sink_link):
18107         clean up debugging caps
18108         also recreate xvimage when format has changed
18109
18110 2004-05-04  Benjamin Otte  <otte@gnome.org>
18111
18112         * ext/libvisual/Makefile.am:
18113         * ext/libvisual/visual.c: (gst_visual_class_init),
18114         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
18115         (gst_visual_srclink), (gst_visual_chain),
18116         (gst_visual_change_state), (plugin_init):
18117           use a GstAdapter to correctly adapt buffer sizes - allows using a
18118           framerate
18119
18120 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18121
18122         * sys/v4l/gstv4lelement.h:
18123         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18124         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
18125         (gst_v4lsrc_buffer_free):
18126         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
18127         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18128         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
18129         (gst_v4lsrc_requeue_frame):
18130         move some debugging categories around
18131         query for fps index and set accordingly if found
18132
18133 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18134
18135         * ext/lame/gstlame.c:
18136         correct defaults that lame_init puts out of range
18137
18138 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18139
18140         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
18141         (gst_divxenc_class_init):
18142         fix range since -1 is the default
18143         * gst/mpeg1sys/gstmpeg1systemencode.c:
18144         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
18145         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
18146         (gst_rtjpegdec_chain):
18147         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
18148         (gst_rtjpegenc_chain):
18149         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
18150         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
18151         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
18152         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
18153         * sys/v4l/gstv4lsrc.c:
18154         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18155         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18156         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18157         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
18158         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
18159           remove gst_info calls
18160
18161 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18162
18163         * Makefile.am:
18164         * po/af.po:
18165         * po/az.po:
18166         * po/en_GB.po:
18167         * po/nl.po:
18168         * po/sr.po:
18169         * po/sv.po:
18170           Updated translations
18171
18172 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18173
18174         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18175           refactor/comment code
18176
18177 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18178
18179         * gst/asfdemux/Makefile.am:
18180         * gst/asfdemux/asfheaders.c:
18181         * gst/asfdemux/asfheaders.h:
18182         * gst/asfdemux/gstasf.c: (plugin_init):
18183         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
18184         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
18185         (gst_asf_demux_setup_pad):
18186         * gst/asfdemux/gstasfdemux.h:
18187         * gst/asfdemux/gstasfmux.c:
18188         * gst/asfdemux/gstasfmux.h:
18189           Add tagging support to demuxer, split out registration in its own
18190           file instead of in demux (hacky), and prevent having some tables
18191           in our memory multiple times (in asfheaders.h).
18192
18193 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18194
18195         * gst/matroska/matroska-demux.c:
18196         (gst_matroska_demux_parse_metadata):
18197         * gst/matroska/matroska-ids.h:
18198           Basic tag reading support.
18199
18200 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18201
18202         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
18203           Really detect ac-3 audio.
18204         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
18205           really detect matroska files (off-by-1).
18206
18207 2004-04-30  David Schleef  <ds@schleef.org>
18208
18209         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18210         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
18211         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
18212         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
18213         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
18214         hackage -- parse a lot more atoms, extract a few tags.  One might even
18215         mistake this for tag support.  Maybe it is.
18216         * gst/qtdemux/qtdemux.h:
18217
18218 2004-04-30  Colin Walters  <walters@verbum.org>
18219
18220         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
18221
18222 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18223
18224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18225         (gst_ffmpegcolorspace_getcaps):
18226           remove broken nego fix
18227
18228 2004-04-30  Benjamin Otte  <otte@gnome.org>
18229
18230         * configure.ac:
18231         * ext/Makefile.am:
18232         * ext/libvisual/Makefile.am:
18233         * ext/libvisual/visual.c:
18234           add initial support for libvisual (http://libvisual.sourceforge.net)
18235           libvisual is still quite alpha, so expect crashes in there :)
18236
18237 2004-04-29  David Schleef  <ds@schleef.org>
18238
18239         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
18240         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
18241         up qtdemux to make it spit out codec_data.  Do _not_ look at this
18242         code; you will no longer respect me.
18243
18244 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18245
18246         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
18247         * ext/alsa/gstalsa.h :
18248         change alsa pcm device discovery to find more than 1 device
18249         per card. code review by Ronald.
18250
18251 2004-04-29  David Schleef  <ds@schleef.org>
18252
18253         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
18254         Add a check for a driver bug on FreeBSD.  (bug #140565)
18255
18256 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18257
18258         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
18259         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18260         (gst_jpegenc_getcaps):
18261           move format setting to inner loop
18262         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18263         (gst_ffmpegcolorspace_getcaps):
18264           use GST_PAD_CAPS if available so that we use already negotiated
18265           caps
18266         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18267         (qtdemux_parse_moov), (qtdemux_parse):
18268           extra debugging
18269         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
18270         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
18271           move hardcoded path to DEFINE
18272
18273 2004-04-28  David Schleef  <ds@schleef.org>
18274
18275         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
18276         (bug #140064)
18277
18278 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18279
18280         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
18281           Don't probe for playback device if we're a source element. Fixes
18282           #139658.
18283
18284 2004-04-29  Benjamin Otte  <otte@gnome.org>
18285
18286         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18287         (gst_id3_tag_chain):
18288           rewrite buffer offset
18289
18290 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18291
18292         * configure.ac:
18293         * ext/Makefile.am:
18294         * ext/dts/Makefile.am:
18295         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
18296         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
18297         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
18298         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
18299         (gst_dtsdec_loop), (gst_dtsdec_change_state),
18300         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
18301         (plugin_init):
18302         * ext/dts/gstdtsdec.h:
18303           New DTS decoder.
18304         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
18305         (gst_faad_srcconnect):
18306           Add ESDS atom handling (.m4a).
18307
18308 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18309
18310         * ext/divx/gstdivxdec.c: (plugin_init):
18311           Remove comment that makes no sense.
18312         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
18313           Fix for obvious typo that resulted in warnings during gst-register.
18314         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
18315         (gst_xviddec_sink_link):
18316           Fix caps negotiation a bit better.
18317         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18318           We call this 'codec_data', not 'esds'.
18319
18320 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18321
18322         * gst/monoscope/gstmonoscope.c:
18323           make sure we only provide 256x128
18324         * gst/monoscope/monoscope.c: (monoscope_init):
18325           assert size of 256x128
18326
18327 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18328
18329         * Makefile.am:
18330         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
18331         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
18332           fixate to max width and height of device
18333
18334 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18335
18336         * Makefile.am:
18337         * sys/v4l/gstv4l.c:
18338         * sys/v4l/gstv4lsrc.c:
18339         * sys/v4l/v4l_calls.c:
18340         * sys/v4l/v4lsrc_calls.c:
18341           fix for qc-usb driver which fakes having more than one buffer
18342           by handing the same buffer twice, which confused GStreamer's/v4lsrc
18343           buffer_free override
18344           add debugging
18345
18346 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18347
18348         * Makefile.am:
18349         * gst/videotestsrc/gstvideotestsrc.c:
18350         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
18351         (gst_videotestsrc_init), (gst_videotestsrc_get),
18352         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
18353         * gst/videotestsrc/gstvideotestsrc.h:
18354           add num-buffers property
18355
18356         2004-04-26  Benjamin Otte  <otte@gnome.org>
18357
18358         * ext/mad/gstid3tag.c: (plugin_init):
18359           set id3mux rank to NONE so it doesn't confuse spider
18360           require audio/mpeg,mpegversion=1 in id3mux
18361
18362 2004-04-26  Benjamin Otte  <otte@gnome.org>
18363
18364         * configure.ac:
18365           detect faad correctly as non-working if it's indeed non-working
18366
18367 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18368
18369         * Makefile.am:
18370         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18371         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
18372         fix _getcaps so it only negotiates to its supported format
18373
18374 2004-04-25  Benjamin Otte  <otte@gnome.org>
18375
18376         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18377           fix memleak
18378
18379 2004-04-23  Benjamin Otte  <otte@gnome.org>
18380
18381         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18382           audio/x-raw-int with height rules! not. Now it's depth.
18383
18384 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18385
18386         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
18387         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
18388         (gst_wavparse_loop):
18389           Missing variable initialization. Add handling of DVI ADPCM. Fix
18390           mis-parsing of LIST chunks. This works around a bug where we mis-
18391           parse non-aligning LIST chunks (so LIST chunks where the contents
18392           don't align with the actual LIST size). The correct fix is to use
18393           rifflib, I'm not going to fix wavparse - too much work. All this
18394           fixes #104878.
18395
18396 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18397
18398         reviewed by Benjamin Otte  <otte@gnome.org>
18399
18400         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
18401           fix shoutcast not working (fixes #140844)
18402
18403 2004-04-22  Benjamin Otte  <otte@gnome.org>
18404
18405         * ext/hermes/gsthermescolorspace.c:
18406         (gst_hermes_colorspace_caps_remove_format_info):
18407         * gst/colorspace/gstcolorspace.c:
18408         (gst_colorspace_caps_remove_format_info):
18409         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18410         (gst_ffmpegcolorspace_caps_remove_format_info):
18411           s/gst_caps_simplify/gst_caps_do_simplify/
18412
18413 2004-04-22  Benjamin Otte  <otte@gnome.org>
18414
18415         * gst-libs/gst/riff/riff-media.c:
18416         (gst_riff_create_video_caps_with_data):
18417           mpegversion is an int
18418         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
18419           don't try to create pad templates with NULL caps, use any caps
18420           instead.
18421
18422 2004-04-20  David Schleef  <ds@schleef.org>
18423
18424         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
18425         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
18426         (bug #140384)
18427
18428 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18429
18430         reviewed by David Schleef
18431
18432         * ext/mad/gstid3tag.c: Add stdlib.h
18433         * gst/rtp/gstrtpgsmenc.c: same
18434         * gst/tags/gstid3tag.c: same
18435         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
18436         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
18437         GST_DISABLE_LOADSAVE use.
18438         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
18439         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
18440         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
18441         atol(3)).
18442         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
18443         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
18444         strtoul(3)).
18445         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
18446         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
18447         $(ID3_CFLAGS).
18448         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
18449         $(LIBFAME_CFLAGS).
18450
18451 2004-04-20  David Schleef  <ds@schleef.org>
18452
18453         * gst/realmedia/rmdemux.c:  This was supposed to part of the
18454         last checkin.  Same idea.
18455
18456 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18457
18458         reviewed by David Schleef
18459
18460         * configure.ac: bump required gstreamer version to 0.8.1.1
18461         because of following changes [--ds]
18462
18463         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
18464         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
18465         (gst_riff_read_header):  Use GST_READ_UINT*
18466         macros to access possibly unaligned memory.
18467
18468         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
18469         (mp3_type_find):  Use GST_READ_UINT*
18470         macros to access possibly unaligned memory.
18471         (mp3_type_find, mpeg1_parse_header, qt_type_find)
18472         (speex_type_find): Likewise
18473
18474         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
18475
18476         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
18477         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
18478         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
18479         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
18480         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
18481         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
18482         macros to access possibly unaligned memory.
18483
18484         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
18485         Likewise.
18486
18487         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
18488         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
18489
18490         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18491         Likewise.
18492
18493         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
18494         (gst_mpeg2subt_chain_subtitle): Likewise.
18495
18496         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
18497         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
18498         Likewise.
18499
18500         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
18501         Likewise.
18502
18503         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
18504         Likewise.
18505
18506         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
18507         Likewise.
18508
18509 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18510
18511         * configure.ac:
18512           update required version of GStreamer because of GST_TIME_FORMAT
18513
18514 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18515
18516         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
18517           remove leftover g_print
18518         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18519           don't try setting only a subset of the caps. We don't want to kill
18520           autoplugging on purpose
18521
18522 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18523
18524         * sys/ximage/ximagesink.c: (plugin_init):
18525         * sys/xvimage/xvimagesink.c: (plugin_init):
18526           add debugging categories
18527
18528 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18529
18530         * po/en_GB.po:
18531         * po/LINGUAS:
18532           Adding en_GB translation (Gareth Owen)
18533
18534 2004-04-20  David Schleef  <ds@schleef.org>
18535
18536         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18537         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
18538         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
18539         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
18540         A number of new features and hacks to extract the esds atom and
18541         put it into the caps.  (bug #137724)
18542
18543 2004-04-19  David Schleef  <ds@schleef.org>
18544
18545         * gconf/Makefile.am: Fix for non-GNU make
18546         * gst-libs/gst/Makefile.am: Change directory order to handle
18547         GstPlay linking with gstinterfaces
18548         * gst-libs/gst/audio/make_filter: make use of tr portable
18549         * gst-libs/gst/play/Makefile.am: Add intended \
18550         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18551         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
18552         function prototype instead of void *.
18553         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
18554         macro.
18555         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18556         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
18557         * gst/videofilter/make_filter: make use of tr portable
18558         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
18559
18560 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18561
18562         * po/LINGUAS:
18563         * po/uk.po:
18564           Added Ukrainian translation (Maxim V. Dziumanenko)
18565
18566 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18567
18568         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
18569         (gst_gsmdec_link), (gst_gsmdec_chain):
18570           Fix capsnego, simplify chain function slightly.
18571         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
18572           Add GSM.
18573
18574 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18575
18576         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18577         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
18578         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
18579           Hack to make wavparse work with spider (always -> sometimes pad).
18580           Fixes #135862 && #140411.
18581
18582 2004-04-18  Benjamin Otte  <otte@gnome.org>
18583
18584         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
18585         (gst_osselement_rate_probe_check),
18586         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
18587           get rid of \n in debug output
18588
18589 2004-04-17  Iain <iain@prettypeople.org>
18590
18591         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
18592         not just EOS.
18593
18594 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18595
18596         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18597         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
18598         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
18599         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
18600         (gst_id3_tag_src_link), (gst_id3_tag_chain),
18601         (gst_id3_tag_change_state), (plugin_init):
18602           deprecate id3tag element and replace with id3demux/id3mux.
18603           great side effect: this ugly file is now even uglier, yay!
18604         * ext/mad/gstmad.h:
18605           remove non-available function
18606           update for new get_type
18607
18608 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18609
18610         * configure.ac:
18611           require mpeg2dec >= 0.4.0
18612
18613 2004-04-17  Benjamin Otte  <otte@gnome.org>
18614
18615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18616         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
18617         (gst_xvimagesink_set_xwindow_id):
18618           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
18619           assorted cleanup fixes.
18620
18621 2004-04-16  David Schleef  <ds@schleef.org>
18622
18623         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
18624         * sys/xvimage/xvimagesink.h: same
18625
18626 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18627
18628         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18629           Fix GST_ELEMENT_ERROR with (NULL)
18630
18631 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18632
18633         * gst-libs/gst/riff/riff-media.c:
18634         (gst_riff_create_video_caps_with_data):
18635           Add div[3456] as fourccs for DivX 3 (fixes #140137).
18636
18637 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18638
18639         * gst-libs/gst/riff/riff-media.c:
18640         (gst_riff_create_video_caps_with_data),
18641         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
18642         (gst_riff_create_video_template_caps),
18643         (gst_riff_create_audio_template_caps):
18644         * gst-libs/gst/riff/riff-media.h:
18645         * gst-libs/gst/riff/riff-read.c:
18646         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
18647         * gst-libs/gst/riff/riff-read.h:
18648         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18649           Add MS RLE support. I added some functions to read out strf chunks
18650           into strf chunks and the data behind it. This is usually color
18651           palettes (as in RLE, but also in 8-bit RGB). Also use those during
18652           caps creation. Lastly, add ADPCM (similar to wavparse - which
18653           should eventually be rifflib based).
18654         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18655         (gst_matroska_demux_init), (gst_matroska_demux_reset):
18656         * gst/matroska/matroska-demux.h:
18657           Remove placeholders for some prehistoric tagging system. Didn't add
18658           support for any tag system really anyway.
18659         * gst/qtdemux/qtdemux.c:
18660           Add support for audio/x-m4a (MPEG-4) through spider.
18661         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18662         (gst_wavparse_loop):
18663           ADPCM support (#135862). Increase max. buffer size because we
18664           cannot split buffers for ADPCM (screws references) and I've seen
18665           files with 2048 byte chunks. 4096 seems safe for now.
18666
18667 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18668
18669         * configure.ac: bump nano to 1
18670
18671 === release 0.8.1 ===
18672
18673 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18674
18675         * configure.ac: releasing 0.8.1, "Comforting Sounds"
18676
18677 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18678
18679         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18680           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
18681           Fixes #140058
18682
18683 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18684
18685         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
18686           lower rank of dvddemux so that it's not used for mpeg playback.
18687
18688 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18689
18690         * configure.ac:
18691           save libs correctly when checking mad
18692
18693 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18694
18695         * ext/mad/gstid3tag.c: (plugin_init):
18696           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
18697
18698 2004-04-13  David Schleef  <ds@schleef.org>
18699
18700         * common/m4/gst-feature.m4: Call -config scripts with
18701         --plugin-libs if it is supported.
18702         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
18703         JPEG images are image/jpeg.
18704         * gst/debug/Makefile.am:
18705         * gst/debug/negotiation.c: (gst_negotiation_class_init),
18706         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
18707         (gst_negotiation_update_caps), (gst_negotiation_get_property),
18708         (gst_negotiation_plugin_init): Add a property that acts like
18709         filter caps.
18710         * testsuite/gst-lint:  Move license checking to be a standard
18711         test.
18712
18713 2004-04-13  David Schleef  <ds@schleef.org>
18714
18715         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
18716         patch from Sebastien Cote (bug #139958)
18717
18718 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18719
18720         * examples/gstplay/Makefile.am:
18721         * examples/gstplay/player.c: (main):
18722           make the commandline player example use gconf settings
18723
18724 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18725
18726         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
18727         (gst_cacasink_sinkconnect), (gst_cacasink_init),
18728         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
18729           init/end library during state transition, not object
18730           creation/disposal.  get rid of custom dispose handler.
18731
18732
18733 2004-04-12  Christian Schaller <Uraeus@gnome.org>
18734
18735         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
18736         be a symlink
18737
18738 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18739
18740         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
18741           Handle JUNK chunks inside data section. Prevents warnings.
18742
18743 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18744
18745         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18746         (gst_riff_create_video_template_caps):
18747           Add MS video v1.
18748         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18749         (gst_avi_demux_stream_data):
18750           Add support for "rec-list" chunks.
18751
18752 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18753
18754         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18755           Fix another codecname mismatch.
18756
18757 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18758
18759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18760           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
18761           so that MJPEG plays back.
18762
18763 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18764
18765         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18766         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
18767         * gst/mpeg1videoparse/gstmp1videoparse.h:
18768           Fix for some slight mis-cuts in buffer parsing, and for some
18769           potential overflows or faults-causers. Adds disconts. Also fixes
18770           #139105 while we're at it.
18771
18772 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18773
18774         * configure.ac:
18775         * sys/v4l2/gstv4l2element.h:
18776           Workaround for missing struct v4l2_buffer declaration in Suse 9
18777           and Mandrake 10 linux/videodev2.h header file (#135919).
18778
18779 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18780
18781         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18782           Bail out if no filename was given.
18783
18784 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18785
18786         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
18787         (gst_v4l2_fourcc_from_structure):
18788           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
18789           Y41B somewhere).
18790
18791 2004-04-09  Benjamin Otte  <otte@gnome.org>
18792
18793         * ext/gnomevfs/gstgnomevfssink.c:
18794         (_gst_boolean_allow_overwrite_accumulator),
18795         (gst_gnomevfssink_class_init):
18796           fix erase signal - if any handler returns false the file will not be
18797           overwritten. If no handler is connected, the file will not be
18798           overwritten either.
18799           renamed signal to "allow-overwrite"
18800         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
18801           free string when adding it to ID3 failed
18802         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18803           unref event when done
18804         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18805           free caps
18806         * gst/typefind/gsttypefindfunctions.c:
18807         (mpeg_video_stream_type_find):
18808           fix invalid read
18809
18810 2004-04-08  David Schleef  <ds@schleef.org>
18811
18812         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18813         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
18814
18815 2004-04-08  David Schleef  <ds@schleef.org>
18816
18817         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
18818         we don't support (bug #139532)
18819
18820 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18821
18822         * ext/mad/gstmad.c: (gst_mad_handle_event),
18823         (gst_mad_check_caps_reset), (gst_mad_chain),
18824         (gst_mad_change_state):
18825           only set explicit caps if they haven't been set before for
18826           this stream.  MPEG-audio sample rate/channels aren't allowed
18827           to change in-stream.
18828           Fixes #139382
18829
18830 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18831
18832         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
18833         (_gst_boolean_did_something_accumulator),
18834         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
18835         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
18836         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
18837         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
18838         (gst_gnomevfssink_change_state):
18839           Fix erase signal. Don't erase by default. Remove handoff signal.
18840           Remove erase property. Don't segfault. General cleanup.
18841
18842 2004-04-07  Benjamin Otte  <otte@gnome.org>
18843
18844         * gst-libs/gst/gconf/test-gconf.c: (main):
18845           add missing gst_init
18846
18847 2004-04-07  Benjamin Otte  <otte@gnome.org>
18848
18849         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18850           free the mutexes, too
18851
18852 2004-04-07  Benjamin Otte  <otte@gnome.org>
18853
18854         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
18855           actually free the URI string
18856         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
18857           compute offset correctly when passing discont events
18858         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18859           don't leak discont events
18860         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
18861           add some missing breaks so caps aren't copied randomly
18862         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
18863           if we realloc memory, we better use it
18864
18865 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18866
18867         * ext/mad/gstmad.c: (normal_seek):
18868           fix GST_FORMAT_TIME usage
18869
18870 2004-04-05  David Schleef  <ds@schleef.org>
18871
18872         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
18873         a deprecated function (hack!)
18874
18875 2004-04-05  Benjamin Otte  <otte@gnome.org>
18876
18877         * ext/esd/esdmon.c: (gst_esdmon_get):
18878           fix nonterminated vararg and memleak
18879
18880 2004-04-05  Benjamin Otte  <otte@gnome.org>
18881
18882         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
18883         (gst_ladspa_init), (gst_ladspa_force_src_caps),
18884         (gst_ladspa_set_property), (gst_ladspa_get_property),
18885         (gst_ladspa_instantiate), (gst_ladspa_activate),
18886         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
18887           clean up debugging
18888
18889 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
18890
18891         reviewed by Benjamin Otte  <otte@gnome.org>
18892
18893         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
18894           check for broken LADSPA parameters (fixes #138635)
18895
18896 2004-04-05  Benjamin Otte  <otte@gnome.org>
18897
18898         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
18899           advertise buffer-frames correctly on sinkpads
18900
18901 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18902
18903         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
18904         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
18905         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
18906         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
18907         (gst_mad_check_caps_reset), (gst_mad_chain):
18908         add more debugging, only reset caps when we're not in error state
18909
18910 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18911
18912         * ext/mad/gstmad.c: add debugging category, comment + cleanups
18913
18914 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
18915
18916         reviewed by Benjamin Otte  <otte@gnome.org>
18917
18918         * configure.ac:
18919           fix == in test(1) operator
18920
18921 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
18922
18923         reviewed by Benjamin Otte  <otte@gnome.org>
18924
18925         * configure.ac:
18926           fix --export-symblos-regex to a working regex.
18927
18928 2004-04-04  Benjamin Otte  <otte@gnome.org>
18929
18930         * sys/oss/.cvsignore:
18931           add for oss_probe
18932
18933 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
18934
18935         reviewed by Benjamin Otte  <otte@gnome.org>
18936
18937         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
18938           add missing 'new_media' argument (fixes #138168)
18939         * gst/matroska/matroska-demux.c:
18940         (gst_matroska_demux_handle_seek_event):
18941           add vararg terminator (fixes #138169)
18942
18943 2004-04-02  David Schleef  <ds@schleef.org>
18944
18945         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
18946         disted (bug #138914)
18947
18948 2004-04-01  Benjamin Otte  <otte@gnome.org>
18949
18950         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
18951         (gst_alsa_close_audio):
18952           handle case better where a soundcard can't pause
18953         * ext/ogg/gstoggdemux.c:
18954           don't crash when we get events but don't have pads yet
18955
18956 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18957
18958         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18959           throw an error if we couldn't probe any caps.
18960
18961 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
18962
18963         * ext/dvdnav/gst-dvd:
18964         Add a really simple sample DVD player
18965
18966 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
18967
18968         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
18969         (gst_a52dec_push), (gst_a52dec_handle_event),
18970         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
18971         (gst_a52dec_change_state):
18972         * ext/a52dec/gsta52dec.h:
18973           Use a debug category, Output timestamps correctly
18974           Emit tag info, Handle events, tell liba52dec about cpu
18975           capabilities so it can use MMX etc.
18976         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
18977           Fix a crasher accessing invalid memory
18978         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
18979         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
18980         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
18981         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
18982         (dvdnavsrc_query):
18983           Some support for byte-format seeking.
18984           Small fixes for still frames and menu button overlays
18985         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18986         (gst_mpeg2dec_alloc_buffer):
18987           Use a debug category. Adjust the report level of several items to
18988           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
18989           so it doesn't lose the GstBuffer pointer
18990         * gst/debug/Makefile.am:
18991         * gst/debug/gstdebug.c: (plugin_init):
18992         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
18993         (gst_navseek_base_init), (gst_navseek_class_init),
18994         (gst_navseek_init), (gst_navseek_seek),
18995         (gst_navseek_handle_src_event), (gst_navseek_set_property),
18996         (gst_navseek_get_property), (gst_navseek_chain),
18997         (gst_navseek_plugin_init):
18998         * gst/debug/gstnavseek.h:
18999           Add the navseek debug element for seeking back and forth in a
19000           video stream using arrow keys.
19001         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
19002         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
19003         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
19004         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
19005         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
19006         (gst_mpeg2subt_parse_header), (gst_get_nibble),
19007         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
19008         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
19009         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
19010         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
19011         * gst/mpeg2sub/gstmpeg2subt.h:
19012           Pretty much a complete rewrite. Now a loopbased element. May still
19013           require work to properly synchronise subtitle buffers.
19014         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
19015         (gst_dvd_demux_send_subbuffer):
19016         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
19017           Don't attempt to create subbuffers of size 0
19018           Reduce a couple of error outputs to warnings.
19019         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
19020         (gst_y4mencode_chain):
19021         Output the y4m frame header correctly.
19022
19023 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19024
19025         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19026           throw errors instead of allowing SIGFPE
19027
19028 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19029
19030         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
19031         (gst_gconf_render_bin_from_key):
19032           leak plugging and style fixing
19033
19034 2004-03-31  David Schleef  <ds@schleef.org>
19035
19036         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
19037         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
19038         (bug #138225)
19039         * gst/debug/Makefile.am:
19040         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
19041         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
19042         plugin.
19043         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
19044         (gst_negotiation_base_init), (gst_negotiation_class_init),
19045         (gst_negotiation_init), (gst_negotiation_getcaps),
19046         (gst_negotiation_pad_link), (gst_negotiation_chain),
19047         (gst_negotiation_set_property), (gst_negotiation_get_property),
19048         (gst_negotiation_plugin_init):  New element to talk about random
19049         negotiation things happening in a pipeline.
19050
19051 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19052
19053         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19054           fix integer addition with help of Stefan Kost
19055
19056 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19057
19058         * po/nl.po: updated Dutch translation (Elros Cyriatan)
19059
19060 2004-03-30  David Schleef  <ds@schleef.org>
19061
19062         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
19063         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
19064         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
19065         (bug #137504)
19066         * ext/mpeg2dec/gstmpeg2dec.h:
19067
19068 2004-03-30  David Schleef  <ds@schleef.org>
19069
19070         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
19071
19072 2004-03-30  David Schleef  <ds@schleef.org>
19073
19074         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
19075         Michael Petullo) to handle .mov
19076
19077 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19078
19079         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
19080         (gst_osselement_rate_check_rate):
19081           probe caps correctly for sound cards that only support one format
19082
19083 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19084
19085         * ext/kio/kiosrc.cpp: (process_events):
19086           update handling event processing if inside KDE - untested
19087
19088 2004-03-29  David Schleef  <ds@schleef.org>
19089
19090         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
19091         by 2 to not interfere with other colorspaces.
19092         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
19093         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
19094         one to not interfere with ffmpeg_colorspace.
19095
19096 2004-03-29  David Schleef  <ds@schleef.org>
19097
19098         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
19099         aren't in the caps.
19100         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
19101         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
19102
19103 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19104
19105         * gst-libs/gst/riff/riff-media.c:
19106           fail on error, don't try to set stuff on NULL caps
19107
19108 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19109
19110         * configure.ac:
19111         * ext/Makefile.am:
19112         * ext/kio/Makefile.am:
19113         * ext/kio/kioreceiver.cpp:
19114         * ext/kio/kioreceiver.h:
19115         * ext/kio/kiosrc.cpp:
19116         * ext/kio/kiosrc.h:
19117           add experimental kiosrc plugin
19118         * ext/alsa/gstalsaplugin.c: (plugin_init):
19119           initialize debugging category only when we're sure registering the
19120           plugins worked.
19121
19122 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19123
19124         * examples/gstplay/player.c: (main):
19125         * gst-libs/gst/play/play.c: (gst_play_class_init),
19126         (gst_play_set_location), (gst_play_set_data_src),
19127         (gst_play_set_video_sink), (gst_play_set_audio_sink),
19128         (gst_play_set_visualization), (gst_play_connect_visualization):
19129           check return values of element_set_state and return FALSE where
19130           failed
19131
19132 2004-03-29  Benjamin Otte  <otte@gnome.org>
19133
19134         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19135           try harder to check if an event is really a discont
19136
19137 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19138
19139         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
19140         * po/az.po:
19141
19142 2004-03-28  Benjamin Otte  <otte@gnome.org>
19143
19144         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
19145         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19146         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
19147           get rid of non-standard "..." ranges in case statements.
19148
19149 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
19150
19151         * gst/mpegstream/gstmpegdemux.c:
19152         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
19153         specific functionality split to the new dvddemux element.
19154         * gst/mpegstream/gstdvddemux.c:
19155         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
19156         streams, derived from mpegdemux.
19157         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
19158         up. SCR based timestamp rewriting can be turned off (will probably
19159         completely disappear soon).
19160         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
19161         hacking. General cleanup. All printf statements replaced by
19162         debugging messages. Almost complete libdvdnav support.
19163         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
19164         by events. New properties for audio and subpicture languages.
19165         (dvdnavsrc_update_highlight): Now uses events.
19166         (dvdnavsrc_user_op): Cleaned up.
19167         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
19168         based). Lots of cleanup, and propper support for most libdvdnav
19169         events.
19170         (dvdnavsrc_make_dvd_event): New function.
19171         (dvdnavsrc_make_dvd_nav_packet_event): New function.
19172         (dvdnavsrc_make_clut_change_event): New function.
19173
19174 2004-03-26  Benjamin Otte  <otte@gnome.org>
19175
19176         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
19177           fix bug where typefinding would claim it's theora whenever less then
19178           7 bytes of data were available
19179
19180 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19181
19182         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
19183         (gst_alawdec_base_init), (gst_alawdec_class_init),
19184         (gst_alawdec_init), (gst_alawdec_chain):
19185         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
19186         (gst_alawenc_base_init), (gst_alawenc_class_init),
19187         (gst_alawenc_init), (gst_alawenc_chain):
19188         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
19189         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
19190         (gst_mulawdec_init), (gst_mulawdec_chain):
19191         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
19192         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
19193         (gst_mulawenc_init), (gst_mulawenc_chain):
19194           Fix capsnego in all four, remove the unused property functions and
19195           simplify the chain functions slightly. I guess we could use macros
19196           or something similar for those, since the code is so similar, but
19197           I'm currently too lazy...
19198
19199 2004-03-24  David Schleef  <ds@schleef.org>
19200
19201         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19202         (gst_osselement_close_audio), (gst_osselement_probe_caps),
19203         (gst_osselement_get_format_structure),
19204         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
19205         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
19206         (gst_osselement_rate_int_compare): Add code to handle rate probing
19207         (bug #120883)
19208         * sys/oss/gstosselement.h: same
19209         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
19210         Use rate probing provided by osselement.
19211         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
19212
19213 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19214
19215         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
19216         (gst_xvidenc_get_property):
19217           ulong/int mess-up.
19218
19219 2004-03-24  David Schleef  <ds@schleef.org>
19220
19221         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
19222         (gst_speexdec_init):
19223         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
19224         (gst_speexenc_init):  Create the pad template correctly (from
19225         the static pad template, not a NULL pointer.)
19226
19227 2004-03-25  Benjamin Otte  <otte@gnome.org>
19228
19229         * gst/debug/Makefile.am:
19230         * gst/debug/breakmydata.c:
19231           add element that quasi-randomly changes bytes in the stream.
19232           Intended use is robustness checking of demuxers and decoders in
19233           media tests.
19234
19235 2004-03-24  Benjamin Otte  <otte@gnome.org>
19236
19237         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19238         (gst_alsa_probe_hw_params):
19239         * ext/alsa/gstalsa.h:
19240           debugging output fixes
19241
19242 2004-03-24  Benjamin Otte  <otte@gnome.org>
19243
19244         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
19245           don't g_return_if_fail if element is PLAYING, fail silently as every
19246           other element.
19247         * gst/effectv/gstquark.c: (gst_quarktv_chain):
19248           only fix needed for cast lvalue issues in gst-plugins
19249         * gst/volenv/gstvolenv.c: (gst_volenv_init):
19250           add proxy_getcaps
19251
19252 2004-03-24  Benjamin Otte  <otte@gnome.org>
19253
19254         * gst/level/gstlevel.c: (gst_level_init):
19255           add proxying getcaps function, so level doesn't advertise impossible
19256           caps
19257
19258 2004-03-24  David Schleef  <ds@schleef.org>
19259
19260         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19261         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
19262         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
19263         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
19264         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
19265         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
19266         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
19267         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
19268         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
19269         messages.  Divide the chunk size by the compression ratio
19270         (needed for MACE audio)
19271
19272 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19273
19274         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19275           Fix buffer overflow read error.
19276
19277 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19278
19279         * ext/alsa/gstalsa.h:
19280           Remove unused entry.
19281         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19282           Add cinepak.
19283         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
19284         (gst_videodrop_link), (gst_videodrop_chain):
19285           Fix, sort of. Was horribly broken with new capsnego. Bah...
19286
19287 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
19288
19289         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
19290         (plugin_init):
19291         Add a monkeysaudio typefind function
19292
19293 2004-03-23  Johan Dahlin  <johan@gnome.org>
19294
19295         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
19296         (gst_play_video_fixate): Check so the structure has the field
19297         before trying to fixate them, this makes it possible to have
19298         fakesinks for video and audio output without printing errors on
19299         the output console.
19300
19301 2004-03-22  David Schleef  <ds@schleef.org>
19302
19303         * sys/oss/Makefile.am:
19304         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
19305         (check_rate), (add_rate):  Rate probing test app.
19306
19307 2004-03-21  Benjamin Otte  <otte@gnome.org>
19308
19309         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19310         (_fixate_caps_to_int), (gst_audio_convert_fixate):
19311           add a fixation function that pretty much does the right thing (fixes
19312           #137556)
19313
19314 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
19315
19316         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
19317
19318 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19319
19320         reviewed by: Benjamin Otte  <otte@gnome.org>
19321
19322         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19323           terminate gst_event_new_discontinuous correctly (fixes parts of
19324           #137711)
19325
19326 2004-03-19  David Schleef  <ds@schleef.org>
19327
19328         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
19329         since it doesn't depend on X, and it's part of our ABI.
19330
19331 2004-03-19  Iain <iain@prettypeople.org>
19332
19333         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
19334         is_int in the structure, not the local variable.
19335
19336 2004-03-19  David Schleef  <ds@schleef.org>
19337
19338         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
19339         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
19340         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
19341         Improvements in caps negotiation.
19342
19343 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19344
19345         * po/LINGUAS:
19346         * po/af.po:
19347           adding Afrikaans (Petri Jooste)
19348
19349 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19350
19351         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19352         (gst_ffmpegcolorspace_chain):
19353         throw error instead of g_critical (#137588)
19354
19355 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19356
19357         * Makefile.am:
19358         * configure.ac:
19359           dist common and m4 correctly
19360         * po/sv.po:
19361
19362 2004-03-17  David Schleef  <ds@schleef.org>
19363
19364         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
19365         (bug #137348)
19366
19367 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19368
19369         * po/LINGUAS:
19370         * po/sv.po:
19371           adding Swedish translation (Christian Rose)
19372
19373 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19374
19375         * Makefile.am: use release.mak
19376
19377 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19378
19379         * common/ChangeLog:
19380         * common/gst-autogen.sh:
19381           add some explanation about the version detection
19382         * configure.ac:
19383           fix X check
19384
19385 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19386
19387         * configure.ac: bump nano to 1
19388
19389 === release 0.8.0 ===
19390
19391 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19392
19393         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
19394
19395 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19396
19397         * configure.ac:
19398           update libtool version
19399         * gst-libs/gst/media-info/Makefile.am:
19400           actually use libtool version
19401
19402 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19403
19404         * configure.ac: fix speex detection to work with 1.0 but not 1.1
19405
19406 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19407
19408         * configure.ac:
19409         * gst-plugins.spec.in:
19410         * pkgconfig/Makefile.am:
19411         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
19412         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19413         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19414         * pkgconfig/gstreamer-libs.pc.in:
19415         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19416         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19417         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
19418         * pkgconfig/gstreamer-plugins.pc.in:
19419           remove @VERSION@ from some of the pc files since core and plugins
19420           are decoupled.
19421           created gstreamer-plugins.pc as it's a better name, but keeping
19422           -libs around for now to get fixes upstream done first.
19423
19424 2004-03-15  Julien MOUTTE <julien@moutte.net>
19425
19426         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
19427         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
19428         * gst-libs/gst/play/play.h:
19429
19430 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19431
19432         * *.c, *.cc: don't mix tabs and spaces
19433
19434 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19435
19436         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
19437           use the new ffmpegcolorspace
19438         * gst-plugins.spec.in:
19439           package new colorspace and media-info
19440         * configure.ac:
19441         * pkgconfig/Makefile.am:
19442           fix some more disting issues
19443         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19444         * pkgconfig/gstreamer-media-info.pc.in:
19445           generate media-info pc files
19446
19447 2004-03-15  Johan Dahlin  <johan@gnome.org>
19448
19449         * *.h: Revert indenting
19450
19451 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19452
19453         * configure.ac:
19454           adding ffmpegcolorspace element
19455         * gst/ffmpegcolorspace/Makefile.am:
19456         * gst/ffmpegcolorspace/avcodec.h:
19457         * gst/ffmpegcolorspace/common.h:
19458         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19459         * gst/ffmpegcolorspace/dsputil.h:
19460         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19461         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19462         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
19463         (gst_ffmpeg_caps_to_pix_fmt):
19464         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19465         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19466         (gst_ffmpegcolorspace_caps_remove_format_info),
19467         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
19468         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
19469         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
19470         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
19471         (gst_ffmpegcolorspace_set_property),
19472         (gst_ffmpegcolorspace_get_property),
19473         (gst_ffmpegcolorspace_register):
19474         * gst/ffmpegcolorspace/imgconvert.c:
19475         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19476         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19477         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19478         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19479         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19480         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
19481         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
19482         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
19483         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
19484         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
19485         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
19486         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
19487         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
19488         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
19489         (img_get_alpha_info), (deinterlace_line),
19490         (deinterlace_line_inplace), (deinterlace_bottom_field),
19491         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19492         * gst/ffmpegcolorspace/imgconvert_template.h:
19493         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19494         * gst/ffmpegcolorspace/mmx.h:
19495         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
19496           adding ffmpegcolorspace element supplied by Ronald after cleaning
19497           up and pulling in the right bits of upstream source.
19498           I'm sure a better C/compiler wizard could do some cleaning up (for
19499           example use GLIB's malloc stuff), but as a first pass this
19500           works very well
19501
19502 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19503
19504         * ext/alsa/gstalsa.h:
19505           I assume Ronald forgot to commit the change to have cardname
19506           as a struct member.  Expect some public spanking at the next
19507           opportunity.
19508
19509 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19510
19511         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
19512         (gst_alsa_open_audio), (gst_alsa_close_audio):
19513         * ext/alsa/gstalsa.c:
19514           Don't open the device if we're a mixer (= padless).
19515         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
19516         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
19517         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
19518           Open mixer during state change rather than during object
19519           initialization. Also, get a device name. Currently in a somewhat
19520           hackish fashion, but I didn't really find something better.
19521
19522 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19523
19524         * *.c, *.h: run gst-indent
19525
19526 2004-03-14  Benjamin Otte  <otte@gnome.org>
19527
19528         * gst/modplug/gstmodplug.cc:
19529         * gst/modplug/gstmodplug.h:
19530           set correct timestamps on outgoing buffers
19531
19532 2004-03-14  Benjamin Otte  <otte@gnome.org>
19533
19534         * gst/modplug/gstmodplug.cc:
19535           handle events - don't do crap when a discont arrives that's not
19536           necessary
19537           This allows correct loading and playback of mods in Rhythmbox
19538
19539 2004-03-14  Benjamin Otte  <otte@gnome.org>
19540
19541         * configure.ac:
19542         * gst-libs/gst/gconf/Makefile.am:
19543         * pkgconfig/Makefile.am:
19544           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
19545           they get rebuilt properly
19546         * configure.ac:
19547           when checking for vorbis, try pkgconfig first.
19548         * gst/modplug/gstmodplug.cc:
19549           add fixate function
19550
19551 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19552
19553         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19554           Fix for obvious mistake, where we first shift the offset and then
19555           read a samplesize element assuming the old offset. Note that this
19556           part still has something weird, i.e. my movies containing those
19557           don't actually play well, but at least there's something that looks
19558           like sound now.
19559
19560 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
19561         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
19562         (plugin_init):
19563         Add a typefind function for speex format
19564
19565 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19566
19567         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
19568         (gst_asf_demux_setup_pad):
19569           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
19570           instead of 0. Reason is simple: some elements have a fps range
19571           of 1-max instead of 0-max. So now ASF video actually works.
19572
19573 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19574
19575         * po/LINGUAS:
19576         * po/sr.po:
19577           adding serbian as a language
19578
19579 2004-03-13  Benjamin Otte  <otte@gnome.org>
19580
19581         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19582           return taglist correctly from _get function, don't gst_pad_push it.
19583           (fixes #137042)
19584
19585 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19586         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19587
19588 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19589
19590         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
19591         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
19592         (gst_alsa_mixer_track_new):
19593         * ext/alsa/gstalsamixertrack.h:
19594           Fix ancient leftovers... MixerTrack is a GObject.
19595
19596 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19597
19598         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19599         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19600           Don't block during probing...
19601
19602 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19603
19604         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
19605         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
19606         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
19607         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
19608         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
19609         (gst_alsa_open_audio), (gst_alsa_close_audio):
19610         * ext/alsa/gstalsa.h:
19611           Add propertyprobe interface implementation, add some device-name
19612           property, all this so that it looks good in gnome-volume-control.
19613
19614 2004-03-12  David Schleef  <ds@schleef.org>
19615
19616         * configure.ac: the Hermes library controls hermescolorspace, not
19617         colorspace.
19618         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19619         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
19620         not /* */
19621         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
19622         * ext/sdl/sdlvideosink.h: ditto.
19623         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
19624
19625 2004-03-12  Benjamin Otte  <otte@gnome.org>
19626
19627         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
19628         (gst_x_overlay_got_xwindow_id):
19629         * gst-libs/gst/xoverlay/xoverlay.h:
19630           replace XID with unsigned long to get rid of the xlibs dependency in
19631           XOverlay (fixes #137004)
19632
19633 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19634         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
19635         (gst_agingtv_setup):
19636         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
19637         (gst_dicetv_base_init), (gst_dicetv_class_init),
19638         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
19639         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
19640         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19641         (gst_edgetv_setup), (gst_edgetv_rgb32):
19642         * gst/effectv/gsteffectv.c:
19643         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
19644         (gst_quarktv_set_property):
19645         * gst/effectv/gstrev.c: (gst_revtv_get_type),
19646         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19647         (gst_revtv_setup), (gst_revtv_rgb32):
19648         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
19649         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19650         (gst_shagadelictv_init), (gst_shagadelictv_setup),
19651         (gst_shagadelictv_rgb32):
19652         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
19653         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19654         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
19655         * gst/effectv/gstwarp.c:
19656         Port everything that can be ported to videofilter and fix up the caps.
19657         Can someone with a big-endian machine please check these?
19658
19659 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19660
19661         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
19662         (gst_osssink_chain), (gst_osssink_change_state):
19663           Latest fixes for A/V sync, audio playback and such. This is about
19664           all... MPEG playback issues are mostly related to the async build-
19665           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
19666
19667 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19668
19669         patch from: Stephane Loeuillet
19670
19671         * configure.ac:
19672           use pkg-config for some libraries, falling back to the old .m4 way
19673           (fixes #131270)
19674         * m4/libdv.m4:
19675           removed
19676
19677 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19678
19679         * configure.ac:
19680         * tools/Makefile.am:
19681         * tools/Makefile.in:
19682         * tools/gst-launch-ext-m.m:
19683         * tools/gst-launch-ext.1.in:
19684         * tools/gst-visualise-m.m:
19685         * tools/gst-visualise.1:
19686         * tools/gst-visualise.1.in:
19687           reorganizing generation of script tools
19688
19689 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19690
19691         * ext/divx/gstdivxdec.c:
19692           Downgrade priority. We prefer ffdec_mpeg4.
19693         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
19694         (gst_faad_chain), (gst_faad_change_state):
19695           Fix capsnego. Doesn't work for some sounds because we don't have
19696           a 5:1 to stereo element.
19697         * ext/xvid/gstxvid.c: (plugin_init):
19698           Add priority.
19699         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
19700         (gst_osssink_change_state):
19701           Add discont handling.
19702
19703 2004-03-09  Colin Walters  <walters@verbum.org>
19704
19705         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
19706         conversion.
19707
19708 2004-03-09  Benjamin Otte  <otte@gnome.org>
19709
19710         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
19711           the signals take 2 arguments
19712
19713 2004-03-09  David Schleef  <ds@schleef.org>
19714
19715         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
19716         (gst_alsa_fixate): Add fixate function.  (bug #136686)
19717         * ext/alsa/gstalsa.h:
19718         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
19719
19720 2004-03-09  Benjamin Otte  <otte@gnome.org>
19721
19722         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
19723         (gst_mikmod_change_state):
19724         * ext/mikmod/gstmikmod.h:
19725           make mikmod's loop function not loop infinitely and call
19726           gst_element_yield anymore
19727         * gst/modplug/gstmodplug.cc:
19728           fix pad negotiation (fixes #136590)
19729
19730 2004-03-09  David Schleef  <ds@schleef.org>
19731
19732         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
19733         doesn't conflict with the internal colorspace plugin.
19734         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
19735         satisfy the crappy-ass shell shipped by a certain vendor.
19736         * gst/videofilter/make_filter: same (bug #135299)
19737
19738 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19739
19740         * configure.ac: bump nano to 1
19741
19742 === release 0.7.6 ===
19743
19744 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19745
19746         * configure.in: releasing 0.7.6, "There"
19747
19748 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19749
19750         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19751         * pkgconfig/gstreamer-play.pc.in:
19752           synchronize the two
19753
19754 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19755
19756         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
19757         (cdparanoia_open), (cdparanoia_event):
19758           fix/add error handling
19759         * po/POTFILES.in:
19760           add cdparanoia source
19761         * tools/Makefile.am:
19762           make scripts executable
19763
19764 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19765
19766         * configure.ac:
19767         * ext/vorbis/Makefile.am:
19768         * sys/Makefile.am:
19769           remove id3types, vorbisfile and xvideosink from the build (#133783)
19770
19771 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19772
19773         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19774           Fix metadata read crash (#136537).
19775
19776 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19777
19778         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
19779         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
19780           adding mime types, fixing the one-stop function
19781
19782 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19783
19784         * ext/nas/nassink.c and /ext/nas/nassink.h:
19785         More NAS love from Arwed von Merkatz
19786         So lets all sing 'Can you feel the NAS tonight'
19787
19788 2004-03-08  Christian Schaller <Uraeus@gnome.org>
19789
19790         * tools/gst-launch-ext.in:
19791         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
19792
19793 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19794
19795         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19796         (gst_mpeg2dec_init):
19797         remove the user_data pad for now, because it is being used in
19798         fixating causing MPEG playback to fixate on 1000 Hz for playback.
19799         If someone knows how to fix this properly, please do.
19800
19801 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19802
19803         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19804         (gst_osssink_get_time):
19805         add a warning, IMO this won't get triggered anymore, remove later
19806
19807 2004-03-07  David Schleef  <ds@schleef.org>
19808
19809         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
19810         format (bug #136470)
19811
19812 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19813
19814         * gst-libs/Makefile.am:
19815         * gst-libs/gst/media-info/Makefile.am:
19816         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
19817         (error_callback), (gst_media_info_error_create),
19818         (gst_media_info_error_element), (gmip_init), (gmip_reset),
19819         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
19820         * gst-libs/gst/media-info/media-info-priv.h:
19821         * gst-libs/gst/media-info/media-info-test.c: (main):
19822         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19823         (gst_media_info_class_init), (gst_media_info_instance_init),
19824         (gst_media_info_set_source), (gst_media_info_read_with_idler),
19825         (gst_media_info_read_idler), (gst_media_info_read):
19826         * gst-libs/gst/media-info/media-info.h:
19827         fixed, should work now
19828
19829 2004-03-07  Christian Schaller <Uraeus@gnome.org>
19830
19831         * ext/nas/nassink.c:
19832         A bunch of NAS fixes from Arwed von Merkatz
19833
19834 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19835
19836         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
19837         (qtdemux_parse_trak):
19838           Fix crash (j might be greater than n_samples, in which case we're
19839           writing outside the allocated space for the array) and memleak.
19840
19841 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19842
19843         * sys/oss/gstosssink.c: (gst_osssink_chain):
19844           And another caller that couldn't handle delay < 0 (unsigned
19845           integer overflow). Video now continues playing on an audio
19846           buffer underrun, and the clock continues working. Audio still
19847           stalls.
19848
19849 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19850
19851         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
19852         (gst_osssink_get_time):
19853           get_delay() may return values lower than 0. In those cases, we
19854           should not actually cast to *unsigned* int64, that will break
19855           stuff horribly. In my case, it screwed up A/V sync in movies
19856           in totem rather badly.
19857
19858 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19859
19860         * ext/faac/gstfaac.c: (gst_faac_chain):
19861         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19862         * ext/libpng/gstpngenc.c: (user_write_data):
19863         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19864         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
19865         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
19866         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
19867         Fix several misuse of gst_buffer_merge (it doesn't take ownership
19868         of any buffer), should fix some leaks. I hope I didn't unref buffers
19869         that shouldn't be...
19870
19871 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19872
19873         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19874         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
19875         (error_callback), (gmi_reset), (gmi_seek_to_track),
19876         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
19877         (gmip_find_type_post), (gmip_find_stream_post),
19878         (gmip_find_track_streaminfo_post):
19879         * gst-libs/gst/media-info/media-info-priv.h:
19880         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
19881         (info_print), (main):
19882         * gst-libs/gst/media-info/media-info.c:
19883         (gst_media_info_error_create), (gst_media_info_error_element),
19884         (gst_media_info_instance_init), (gst_media_info_get_property),
19885         (gst_media_info_new), (gst_media_info_set_source),
19886         (gst_media_info_read_idler), (gst_media_info_read):
19887         * gst-libs/gst/media-info/media-info.h:
19888           first pass at making this work again.  This seems to work on
19889           tagged ogg/vorbis and mp3 files.
19890
19891 2004-03-06  Benjamin Otte  <otte@gnome.org>
19892
19893         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
19894           fix huge leak: gst_buffer_merge doesn't unref the first argument
19895           itself.
19896
19897 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19898
19899         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
19900           report layer/mode/emphasis
19901
19902 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19903
19904         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
19905
19906 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19907
19908         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
19909           signal serial
19910
19911 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19912
19913         * ext/vorbis/vorbis.c: (plugin_init):
19914         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19915         (gst_vorbis_dec_init), (vorbis_dec_event):
19916         add debug category
19917         make vorbisdec handle _BYTE and _TIME queries
19918
19919 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19920
19921         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
19922           from the xing header
19923
19924 2004-03-06  Benjamin Otte  <otte@gnome.org>
19925
19926         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
19927         (gst_audio_convert_link), (gst_audio_convert_change_state),
19928         (gst_audio_convert_buffer_from_default_format):
19929           do conversions from/to float correctly, fix some caps nego errors,
19930           export correct supported caps in template and getcaps, use correct
19931           caps in try_set_caps functions
19932
19933 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
19934
19935         For some reason, I only committed a ChangeLog entry yesterday and
19936         not the corresponding code...
19937         * ext/mad/gstmad.c: Fix detection of Xing headers
19938         * gst/tags/gstid3tag.c: Changes to support TLEN tags
19939
19940 2004-03-06  Benjamin Otte  <otte@gnome.org>
19941
19942         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
19943         (gst_ogg_demux_src_query):
19944           make sure to handle the case where there's no current chain
19945           gracefully.
19946
19947 2004-03-05  David Schleef  <ds@schleef.org>
19948
19949         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
19950         Add fixate function. (bug #131128)
19951         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19952         (gst_sdlvideosink_fixate):  Add fixate function.
19953         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19954         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
19955         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
19956         Fix missing break that was causing ulaw to be interpreted as
19957         raw int.
19958
19959 2004-03-05  David Schleef  <ds@schleef.org>
19960
19961         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
19962         Fix code that ignores return value of gst_buffer_merge().
19963         (bug #114560)
19964         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
19965         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
19966         * testsuite/gst-lint:  Check for above.
19967
19968 2004-03-05  David Schleef  <ds@schleef.org>
19969
19970         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
19971         caps and throw an element error.  (bug #136334)
19972
19973 2004-03-05  David Schleef  <ds@schleef.org>
19974
19975         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
19976         (gst_faad_chain): Fix negotiation.
19977         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
19978         key and button events.
19979         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
19980         dung heap of code.
19981         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
19982         depends on gconf
19983         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
19984         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
19985         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
19986         function to encourage better negotiation, particularly between
19987         audioconvert and osssink.
19988         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
19989         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
19990         more important.
19991         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
19992         typefinding.
19993         * gst/vbidec/vbiscreen.c:  Add glib header
19994         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
19995
19996 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
19997
19998         * ext/mad/gstmad.c: Fix detection of Xing headers
19999         * gst/tags/gstid3tag.c: Changes to support TLEN tags
20000
20001 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20002
20003         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20004         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
20005           debug updates
20006
20007 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20008
20009         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20010         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
20011         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
20012         files, and report the parsed length as a GST_TAG_DURATION tag.
20013         * gst/tags/gstid3tag.c: support TLEN (duration) tag
20014
20015 2004-03-05  Benjamin Otte  <otte@gnome.org>
20016
20017         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
20018           convert channels correctly. convert correctly to unsigned.
20019
20020 2004-03-05  Julien MOUTTE <julien@moutte.net>
20021
20022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
20023         we have a window before clearing it.
20024
20025 2004-03-05  Julien MOUTTE <julien@moutte.net>
20026
20027         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
20028         have a window before clearing it.
20029
20030 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20031
20032         * gconf/gstreamer.schemas.in:
20033         * gst-libs/gst/gconf/Makefile.am:
20034           version installation path the same way as for 0.6
20035         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20036         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20037         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20038           remove comment that was fixed
20039
20040 2004-03-05  David Schleef  <ds@schleef.org>
20041
20042         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
20043         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
20044         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
20045         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
20046         Add prototype code for handling seeking and querying.
20047
20048 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20049
20050         * examples/gstplay/player.c: (main):
20051           Initialize variables to NULL. Prevents a segfault because the
20052           (uninitialized) variable is not NULL, resulting in a crash on
20053           trying to reach error->message.
20054
20055 2004-03-05  Benjamin Otte  <otte@gnome.org>
20056
20057         * gst/audioconvert/gstaudioconvert.c:
20058         (gst_audio_convert_buffer_to_default_format):
20059         make float=>int conversion work correctly even in cornercases.
20060
20061 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
20062
20063         * debian/README.Debian:
20064         * debian/build-deps:
20065         * debian/changelog:
20066         * debian/control:
20067         * debian/control.in:
20068         * debian/copyright:
20069         * debian/gstreamer-a52dec.files:
20070         * debian/gstreamer-aa.files:
20071         * debian/gstreamer-alsa.files:
20072         * debian/gstreamer-alsa.manpages:
20073         * debian/gstreamer-arts.files:
20074         * debian/gstreamer-artsd.files:
20075         * debian/gstreamer-audiofile.files:
20076         * debian/gstreamer-avifile.files:
20077         * debian/gstreamer-cdparanoia.files:
20078         * debian/gstreamer-colorspace.files:
20079         * debian/gstreamer-doc.files:
20080         * debian/gstreamer-dv.files:
20081         * debian/gstreamer-dvd.files:
20082         * debian/gstreamer-esd.files:
20083         * debian/gstreamer-festival.files:
20084         * debian/gstreamer-flac.files:
20085         * debian/gstreamer-gconf.conffiles:
20086         * debian/gstreamer-gconf.files:
20087         * debian/gstreamer-gconf.postinst:
20088         * debian/gstreamer-gnomevfs.files:
20089         * debian/gstreamer-gsm.files:
20090         * debian/gstreamer-http.files:
20091         * debian/gstreamer-jack.files:
20092         * debian/gstreamer-jpeg.files:
20093         * debian/gstreamer-mad.files:
20094         * debian/gstreamer-mikmod.files:
20095         * debian/gstreamer-misc.files:
20096         * debian/gstreamer-mpeg2dec.files:
20097         * debian/gstreamer-oss.files:
20098         * debian/gstreamer-plugin-apps.files:
20099         * debian/gstreamer-plugin-apps.manpages:
20100         * debian/gstreamer-plugin-libs-dev.files:
20101         * debian/gstreamer-plugin-libs.files:
20102         * debian/gstreamer-plugin-template.postinst:
20103         * debian/gstreamer-plugin-template.postrm:
20104         * debian/gstreamer-sdl.files:
20105         * debian/gstreamer-sid.files:
20106         * debian/gstreamer-vorbis.files:
20107         * debian/gstreamer-x.files:
20108         * debian/mk.control:
20109         * debian/rules:
20110         Debian package info not maintained here.
20111
20112 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20113
20114         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
20115         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
20116         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
20117         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
20118         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
20119         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
20120         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
20121         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
20122         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
20123         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
20124         * gst-libs/gst/colorbalance/colorbalance.c:
20125         (gst_color_balance_class_init):
20126         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20127         (gst_color_balance_channel_class_init):
20128         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20129         * gst-libs/gst/play/play.c: (gst_play_class_init):
20130         * gst-libs/gst/propertyprobe/propertyprobe.c:
20131         (gst_property_probe_iface_init):
20132         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
20133         * gst-libs/gst/tuner/tunerchannel.c:
20134         (gst_tuner_channel_class_init):
20135         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
20136         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
20137         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
20138         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
20139         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
20140         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
20141         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20142         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
20143         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
20144           fix signals to use - instead of _
20145         * ext/libcaca/gstcacasink.h:
20146         * ext/sdl/sdlvideosink.h:
20147           fix header rename
20148
20149 2004-03-04  David Schleef  <ds@schleef.org>
20150
20151         * testsuite/gst-lint:  Add a check for bad signal names.
20152
20153 2004-03-04  <kost@imn.htwk-leipzig.de>
20154
20155         reviewed by David Schleef
20156
20157         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
20158         modified the alpha channel and caused a warning. (bug #136192)
20159
20160 2004-04-03  Christian Schaller <Uraeus@gnome.org>
20161
20162         * gst-plugins.spec.in:
20163         Change names of plugins to actually be correct. Try to keep things
20164         alphabetical to avoid getting beat up by Thomas
20165
20166 2004-03-03  Julien MOUTTE <julien@moutte.net>
20167
20168         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
20169         Using ximagesink as a default if no gconf key found. We should
20170         probably consider using alsasink instead of osssink for the audio
20171         part.
20172
20173 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20174
20175         * configure.ac:
20176           fix --with-plugins, don't think it ever worked before
20177         * gst-plugins.spec.in:
20178           even more updates
20179
20180 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20181
20182         * ext/sdl/sdlvideosink.h:
20183         * sys/ximage/ximagesink.h:
20184         * sys/xvideo/xvideosink.h:
20185         * sys/xvimage/xvimagesink.h:
20186           Fix for move of gstvideosink.h -> videosink.h.
20187
20188 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20189
20190         * gst-libs/gst/xwindowlistener/Makefile.am:
20191           this is a plugin library, not a library
20192
20193 2004-03-01  David Schleef  <ds@schleef.org>
20194
20195         * AUTHORS:  Added some names.  Add yourself if you're still
20196         missing.
20197
20198 2004-03-01  David Schleef  <ds@schleef.org>
20199
20200         * MAINTAINERS: Add
20201
20202 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20203
20204         * gst-plugins.spec.in: clean up spec file
20205
20206 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20207
20208         * gst-libs/gst/video/Makefile.am:
20209         * gst-libs/gst/video/gstvideosink.c:
20210         * gst-libs/gst/video/gstvideosink.h:
20211           rename gstvideosink.h to videosink.h to match other headers
20212         * gst/mixmatrix/Makefile.am:
20213           fix plugin filename
20214         * gst/tags/Makefile.am: fix plugin filename
20215
20216 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20217
20218         * gst/tags/Makefile.am: fix plugin filename
20219
20220 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20221
20222         * examples/gstplay/player.c: (got_time_tick), (main):
20223           add error handler
20224           display time_tick more readably
20225         * gst/mixmatrix/Makefile.am:
20226           fix plugin file name
20227
20228 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
20229
20230         * sys/oss/gstosselement.c: (gst_osselement_probe),
20231         (device_combination_append), (gst_osselement_class_probe_devices):
20232         * sys/oss/gstosselement.h:
20233           Reworked enumeration of oss dsps and mixers so that gst-mixer works
20234           on my system using alsa oss emulation, fixes bug #135597
20235
20236 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20237
20238         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
20239         (gst_videodrop_chain), (gst_videodrop_change_state):
20240         * gst/videodrop/gstvideodrop.h:
20241           Work based on timestamp of input data, not based on the expected
20242           framerate from the input. The consequence is that this element now
20243           not only scales framerates, but also functions as a framerate
20244           corrector or framerate stabilizer/constantizer.
20245
20246 2004-02-27  David Schleef  <ds@schleef.org>
20247
20248         patches from jmmv@menta.net (Julio M. Merino Vidal)
20249
20250         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
20251         GST_ELEMENT_ERROR call (bug #135634)
20252         * gst/interleave/interleave.c: (interleave_buffered_loop),
20253         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
20254         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
20255         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20256         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
20257         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
20258         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
20259         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
20260         Fix GST_ELEMENT_ERROR call.
20261         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
20262         GST_ELEMENT_ERROR call.
20263
20264 2004-02-27  Benjamin Otte  <otte@gnome.org>
20265
20266         * gst-libs/gst/audio/audio.h:
20267           add macro to make sure header isn't included twice
20268         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20269           don't use gst_buffer_free
20270         * gst/playondemand/filter.func:
20271           don't use gst_data_free. Free data only once.
20272
20273 2004-02-26  David Schleef  <ds@schleef.org>
20274
20275         * gst-libs/gst/colorbalance/Makefile.am:
20276         * gst-libs/gst/mixer/Makefile.am:
20277         * gst-libs/gst/tuner/Makefile.am:
20278         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
20279         should not be disted, -marshal.h files should not be installed,
20280         and -enum.h files _should_ be installed.  Fix to make this the
20281         case.
20282
20283 === release 0.7.5 ===
20284
20285 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20286
20287         * configure.ac: release 0.7.5, "Under The Sea"
20288
20289 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20290
20291         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20292         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
20293         * gst/videoscale/gstvideoscale.c:
20294         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20295           assorted debug/warning fixes
20296
20297 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20298
20299         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
20300         (gst_videoscale_init), (gst_videoscale_chain),
20301         (gst_videoscale_set_property), (plugin_init):
20302         * gst/videoscale/gstvideoscale.h:
20303         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
20304         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
20305         (gst_videoscale_planar400), (gst_videoscale_packed422),
20306         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
20307         (gst_videoscale_24bit), (gst_videoscale_16bit),
20308         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
20309         (gst_videoscale_scale_plane_slow),
20310         (gst_videoscale_scale_point_sample),
20311         (gst_videoscale_scale_nearest),
20312         (gst_videoscale_scale_nearest_str2),
20313         (gst_videoscale_scale_nearest_str4),
20314         (gst_videoscale_scale_nearest_32bit),
20315         (gst_videoscale_scale_nearest_24bit),
20316         (gst_videoscale_scale_nearest_16bit):
20317         add debugging category and use it properly
20318         fix use of GST_PTR_FORMAT
20319
20320 2004-02-25  Andy Wingo  <wingo@pobox.com>
20321
20322         * gst/interleave/interleave.c (interleave_buffered_loop): Always
20323         push only when channel->buffer is NULL. Prevents segfaults doing
20324         the state change after a nonlocal exit, like a scheme exception.
20325
20326         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
20327         Handle the case where the intersected caps is empty.
20328
20329 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20330
20331         * gst/law/mulaw-decode.c: (mulawdec_link):
20332         * gst/law/mulaw.c: (plugin_init):
20333           fix mulawdec so it actually works again
20334
20335 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
20336
20337         reviewed by: David Schleef  <ds@schleef.org>
20338
20339         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
20340         (gst_gamma_init), (gst_gamma_set_property),
20341         (gst_gamma_get_property), (gst_gamma_calculate_tables),
20342         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
20343         for RGB, with separate r g and b correction factors. (#131167)
20344
20345 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20346
20347         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20348           only signal tags for bitrate if they're > 0 (#134894)
20349
20350 2004-02-24  David Schleef  <ds@schleef.org>
20351
20352         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
20353         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
20354         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
20355         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
20356         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
20357         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
20358         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
20359         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
20360         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
20361         category.  Attempt to fix timestamp calculation.
20362
20363 2004-02-24  Johan Dahlin  <johan@gnome.org>
20364
20365         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
20366
20367 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20368
20369         * configure.ac:
20370         * gconf/Makefile.am:
20371         * gconf/gstreamer.schemas:
20372         * gst-libs/gst/gconf/Makefile.am:
20373         * gst-libs/gst/gconf/gconf.c:
20374           version gconf schemas and install locations
20375
20376 2004-02-23  Benjamin Otte  <otte@gnome.org>
20377
20378         * ext/xine/xineinput.c: (gst_xine_input_dispose):
20379         (gst_xine_input_subclass_init):
20380           call parent dispose.
20381           change pad template for CD reader correctly
20382         * ext/xine/Makefile.am:
20383         * ext/xine/gstxine.h:
20384         * ext/xine/xine.c: (plugin_init):
20385         * ext/xine/xineaudiosink.c:
20386           wrap audio sinks, too
20387         * gst-libs/gst/resample/private.h:
20388         * gst-libs/gst/resample/resample.c: (gst_resample_init),
20389         (gst_resample_reinit), (gst_resample_scale),
20390         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
20391         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
20392         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
20393         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
20394         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
20395         * gst-libs/gst/resample/resample.h:
20396         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20397         (gst_audioscale_class_init), (gst_audioscale_link),
20398         (gst_audioscale_get_buffer), (gst_audioscale_init),
20399         (gst_audioscale_chain), (gst_audioscale_set_property),
20400         (gst_audioscale_get_property):
20401         * gst/audioscale/gstaudioscale.h:
20402           s/resample_*/gst_resample_*/i to not clobber namespaces
20403
20404 2004-02-23  Julien MOUTTE  <julien@moutte.net>
20405
20406         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20407         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
20408         (gst_riff_create_video_template_caps),
20409         (gst_riff_create_audio_template_caps),
20410         (gst_riff_create_iavs_template_caps):
20411         * gst-libs/gst/riff/riff-media.h:
20412         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20413         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
20414         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
20415         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20416         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20417         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
20418         (gst_matroska_demux_plugin_init): First batch implementing audio and
20419         video codec tags in demuxers.
20420
20421 2004-02-22  Benjamin Otte  <otte@gnome.org>
20422
20423         * ext/xine/Makefile.am:
20424         * ext/xine/gstxine.h:
20425         * ext/xine/xine.c: (plugin_init):
20426         * ext/xine/xineinput.c:
20427           add input plugin wrapper. Playback from files, http, mms and cdda
20428           works.
20429         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
20430           remove leftover G_GNUC_UNUSED
20431         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
20432         (gst_asf_demux_identify_guid):
20433           improve debugging output
20434
20435 2004-02-22  Benjamin Otte  <otte@gnome.org>
20436
20437         reported by: Padraig O'Briain <padraig.obriain@sun.com>
20438
20439         * autogen.sh:
20440           replace test -e with test -x for mkinstalldirs to be more portable.
20441           (fixes #134816)
20442
20443 2004-02-22  Benjamin Otte  <otte@gnome.org>
20444
20445         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
20446
20447         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
20448           set rank to PRIMARY
20449         * gst/volume/gstvolume.c: (plugin_init):
20450           set rank to NONE
20451         fixes #134960
20452
20453 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
20454
20455         reviewed by Benjamin Otte  <otte@gnome.org>
20456
20457         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20458           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
20459
20460 2004-02-22  Benjamin Otte  <otte@gnome.org>
20461
20462         * configure.ac:
20463           export [_]*{gst,Gst,GST}.* symbols from plugins
20464
20465 2004-02-22  Christophe Fergeau <teuf@gnome.org>
20466
20467         reviewed by: Benjamin Otte  <otte@gnome.org>
20468
20469         * ext/lame/gstlame.c: (add_one_tag):
20470         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20471         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
20472         (gst_vorbisenc_metadata_set1):
20473         * gst/tags/gstid3tag.c:
20474         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
20475           apply fixes from bugs #135042 (lame can't write tags) and #133817
20476           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
20477
20478 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
20479
20480         * configure.ac: Export only gst_plugin_desc from plugins.
20481          Note that this change only makes any effect with Linux using libtool
20482          1.5.2 or higher. Otherwise it is silently ignored, but it would build
20483          fine. And don't try to have several versions of libtool in different
20484          directories.
20485
20486 2004-02-20  Andy Wingo  <wingo@pobox.com>
20487
20488         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
20489         interleave respectively.
20490
20491         * gst/interleave/deinterleave.c: New plugin: deinterleave
20492         (replaces on oneton).
20493         * gst/interleave/interleave.c: New plugin: interleave.
20494         * gst/interleave/plugin.h: Support file.
20495         * gst/interleave/plugin.c: Support file.
20496
20497         * configure.ac: Remove intfloat and oneton, add interleave.
20498
20499         * ext/sndfile/gstsf.c: Handle events better.
20500
20501         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
20502         and float2int operation. int2float has scheduling problems as
20503         noted in in2float_chain.
20504
20505 2004-02-20  Benjamin Otte  <otte@gnome.org>
20506
20507         * ext/xine/Makefile.am:
20508         * ext/xine/gstxine.h:
20509         * ext/xine/xine.c:
20510         * ext/xine/xineaudiodec.c:
20511         * ext/xine/xinecaps.c:
20512           add first version of xine plugin wrapper. Currently only wraps the
20513           QDM2 win32 DLL, and even that only in proof-of-concept quality.
20514         * configure.ac:
20515         * ext/Makefile.am:
20516           add xine plugin wrapper, disabled by default. Use --enable-xine to
20517           build. Note that it'll segfault on gst-register if you don't remove
20518           the goom and tvtime post plugins from xine.
20519         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20520         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
20521           add extradata parsing for QDM2.
20522           change around debugging prints.
20523
20524 2004-02-19  Benjamin Otte  <otte@gnome.org>
20525
20526         * ext/lame/gstlame.c: (gst_lame_chain):
20527         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20528           use gst_tag_list_insert when you want to insert tags
20529
20530 2004-02-18  David Schleef  <ds@schleef.org>
20531
20532         * configure.ac:  Move massink to gst-rotten
20533         * ext/Makefile.am:
20534         * ext/mas/Makefile.am:
20535         * ext/mas/massink.c:
20536         * ext/mas/massink.h:
20537
20538 2004-02-18  David Schleef  <ds@schleef.org>
20539
20540         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
20541         typefinding, since it seems to be worse than nothing.
20542         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
20543         atom to recognize .mp4 and .m4a files as video/quicktime.
20544
20545 2004-02-18  David Schleef  <ds@schleef.org>
20546
20547         * gst/sine/demo-dparams.c: (quit_live),
20548         (dynparm_log_value_changed), (dynparm_value_changed), (main):
20549         Use double dparams, not float.
20550         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20551         (gst_sinesrc_init): Change sync default to FALSE, since multiple
20552         sync'd elements don't really work correctly.
20553         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
20554         (volume_update_volume), (volume_get_property):  Change dparam
20555         to double.
20556
20557 2004-02-18  Julien MOUTTE  <julien@moutte.net>
20558
20559         * sys/ximage/ximagesink.c:
20560         (gst_ximagesink_xwindow_update_geometry),
20561         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20562         (gst_ximagesink_change_state), (gst_ximagesink_expose),
20563         (gst_ximagesink_init): Rework the way software video scaling works. So
20564         now we check on each chain call if the video frames are feeling the
20565         window. If not we try to renegotiate caps. On failure we memorize that
20566         and we won't try again for that PLAYING sessions.
20567         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
20568         failure.
20569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
20570         synchronous flag.
20571
20572 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20573
20574         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20575           break up _link so we can give a better debug message for errors
20576
20577 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20578
20579         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20580           set up debug category
20581
20582 2004-02-18  Julien MOUTTE <julien@moutte.net>
20583
20584         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20585         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
20586         the way renegotiation work. The event handling function is not taking
20587         care of external windows and renegotiate method check for pad flags
20588         NEGOTIATING. Should fix : #133209
20589
20590 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20591
20592         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
20593         pad is negotiating before trying renegotiation.
20594
20595 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20596
20597         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20598           pass on all possible mime types as typefind hints
20599
20600 2004-02-17  Julien MOUTTE <julien@moutte.net>
20601
20602         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
20603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
20604         possible SHM leak if we crash. All other apps using XShm are doing
20605         that.
20606
20607 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20608
20609         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20610         (gst_ximagesink_expose): Renegotiate size on expose.
20611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
20612         size on expose.
20613
20614 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20615
20616         * testsuite/alsa/sinesrc.c:
20617           cosmetic fix to fix compile issue with gcc 2.95.4
20618
20619 2004-02-16  Julien MOUTTE <julien@moutte.net>
20620
20621         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20622         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
20623         failed opening the audio device.
20624         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20625         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
20626         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
20627         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
20628         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20629         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20630         (gst_ximagesink_change_state), (gst_ximagesink_chain),
20631         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
20632         Removing some useless g_return_if_fail like wingo suggested.
20633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20634         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
20635         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
20636         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
20637         (gst_xvimagesink_update_colorbalance),
20638         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
20639         (gst_xvimagesink_xcontext_clear),
20640         (gst_xvimagesink_get_fourcc_from_caps),
20641         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20642         (gst_xvimagesink_set_xwindow_id),
20643         (gst_xvimagesink_colorbalance_list_channels),
20644         (gst_xvimagesink_colorbalance_set_value),
20645         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
20646         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
20647
20648 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20649
20650         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20651           throw error when not negotiated instead of asserting
20652
20653 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20654
20655         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
20656         correct data refcounting.
20657
20658 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20659
20660         * gst/switch/gstswitch.c: (gst_switch_change_state),
20661         (gst_switch_class_init): Cleaning the sinkpads correctly on state
20662         change, mostly the EOS flag.
20663
20664 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20665
20666         * examples/gstplay/player.c: (got_eos), (main): Adding some
20667         output for debugging.
20668         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
20669         timeouts if we go to any state different from PLAYING.
20670         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
20671         more EOS bugs in riff lib.
20672
20673 2004-02-14  Julien MOUTTE  <julien@moutte.net>
20674
20675         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
20676         visualization until i find a way to fix switch correctly.
20677         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
20678         EOS arrives.
20679         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20680         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20681         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
20682         Reworked switch to get a more correct behaviour with events and refing
20683         of data stored in sinkpads.
20684         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
20685         we don't pull from a pad in EOS.
20686
20687 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20688
20689         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20690           remove v1 tag even if we can't read it (makes sure we don't detect
20691           it again)
20692
20693 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20694
20695         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
20696         (gst_alsa_xrun_recovery):
20697         * ext/alsa/gstalsa.h:
20698           try xrun recovery when wait failed. Make xrun recovery function
20699           return TRUE/FALSE to indicate success. (might fix #134354)
20700
20701 2004-02-13  David Schleef  <ds@schleef.org>
20702
20703         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
20704         (dynparm_value_changed), (main): Convert from float to double.
20705         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
20706
20707 2004-02-13  David Schleef  <ds@schleef.org>
20708
20709         * gst/silence/gstsilence.c: (gst_silence_class_init),
20710         (gst_silence_set_clock), (gst_silence_get),
20711         (gst_silence_set_property), (gst_silence_get_property):
20712         * gst/silence/gstsilence.h: Add sync property.
20713         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20714         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
20715         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
20716         * gst/sine/gstsinesrc.h: Add sync property.
20717
20718 2004-02-13  David Schleef  <ds@schleef.org>
20719
20720         * gst/intfloat/gstint2float.c: (conv_f32_s16),
20721         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
20722
20723 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20724
20725         * configure.ac:
20726         * ext/Makefile.am:
20727         * gst-libs/ext/Makefile.am:
20728           move ffmpeg plugin to gst-ffmpeg module
20729
20730 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20731
20732         * configure.ac: use GST_ARCH to detect architecture
20733
20734 2004-02-12  Julien MOUTTE  <julien@moutte.net>
20735
20736         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
20737
20738 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20739
20740         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
20741           classify LADSPA plugins based on number of src/sink pads
20742           (#133663, Stefan Kost)
20743         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
20744           fix dparams registration
20745           (#133528, Stefan Kost)
20746         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
20747           fix use of isprint and use g_ascii_isprint instead
20748           (#133316, Stefan Kost)
20749
20750 2004-02-11  David Schleef  <ds@schleef.org>
20751
20752         Convert a few inner loops to use liboil.  This is currently
20753         optional, and is only enabled if liboil is present (duh!).
20754         * configure.ac: Check for liboil-0.1
20755         * gst/intfloat/Makefile.am:
20756         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
20757         (gst_int2float_chain_gint16):
20758         * gst/videofilter/Makefile.am:
20759         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
20760         (tablelookup_u8), (gst_videobalance_planar411):
20761         * gst/videotestsrc/Makefile.am:
20762         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
20763         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
20764         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
20765         (paint_hline_RGB565), (paint_hline_xRGB1555):
20766
20767 2004-02-11  David Schleef  <ds@schleef.org>
20768
20769         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
20770         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
20771         (gst_colorspace_getcaps), (gst_colorspace_link),
20772         (gst_colorspace_base_init), (gst_colorspace_init),
20773         (gst_colorspace_chain), (gst_colorspace_change_state),
20774         (plugin_init): Merge Ronald's patch (bug #117897) and update
20775         for new caps and negotiation.  Seems to work, although it
20776         shows off bugs in lcs.
20777
20778 2004-02-11  David Schleef  <ds@schleef.org>
20779
20780         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
20781         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
20782
20783 2004-02-11  David Schleef  <ds@schleef.org>
20784
20785         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
20786         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
20787         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
20788         Add server and port properties
20789
20790 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20791
20792         * m4/a52.m4:
20793         * m4/aalib.m4:
20794         * m4/as-ffmpeg.m4:
20795         * m4/as-liblame.m4:
20796         * m4/as-slurp-ffmpeg.m4:
20797         * m4/check-libheader.m4:
20798         * m4/esd.m4:
20799         * m4/freetype2.m4:
20800         * m4/gconf-2.m4:
20801         * m4/glib.m4:
20802         * m4/gst-alsa.m4:
20803         * m4/gst-artsc.m4:
20804         * m4/gst-ivorbis.m4:
20805         * m4/gst-matroska.m4:
20806         * m4/gst-sdl.m4:
20807         * m4/gst-shout2.m4:
20808         * m4/gst-sid.m4:
20809         * m4/gtk.m4:
20810         * m4/libdv.m4:
20811         * m4/libfame.m4:
20812         * m4/libmikmod.m4:
20813         * m4/ogg.m4:
20814         * m4/vorbis.m4:
20815           fix underquotedness of macros (#133800)
20816         * m4/as-avifile.m4:
20817         * m4/xmms.m4:
20818           removed because no longer used
20819
20820 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20821
20822         * configure.ac:
20823           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
20824           by autopoint (fixes #132996)
20825
20826 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20827
20828         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
20829         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
20830         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
20831         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
20832           fix memleaks
20833
20834 2004-02-11  David Schleef  <ds@schleef.org>
20835
20836         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20837         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
20838         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
20839         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
20840         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
20841         (gst_jpegenc_class_init), (gst_jpegenc_init),
20842         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
20843         (gst_jpegenc_chain), (gst_jpegenc_set_property),
20844         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
20845         * ext/jpeg/gstjpegenc.h: Fix negotiation.
20846
20847 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20848
20849         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
20850         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
20851         * ext/mikmod/gstmikmod.h:
20852           fix caps negotiation in mikmod
20853         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
20854           output debug information
20855
20856 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20857
20858         * gst-libs/gst/colorbalance/Makefile.am:
20859         * gst-libs/gst/navigation/Makefile.am:
20860         * gst-libs/gst/xoverlay/Makefile.am:
20861           remove unused GST_OPT_CFLAGS from Makefiles
20862           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
20863
20864 2004-02-07  David Schleef  <ds@schleef.org>
20865
20866         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
20867         push events to pads that haven't been created (#133508)
20868
20869 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
20870
20871         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
20872         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
20873         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
20874         (gst_dvdec_loop), (gst_dvdec_change_state):
20875         Second attempt at committing a working dvdec element.
20876
20877 2004-02-06  David Schleef  <ds@schleef.org>
20878
20879         Build fixes for OS X: (see #129600)
20880         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
20881         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
20882         (gst_riff_read_strf_iavs):
20883         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
20884         (gst_avi_demux_stream_odml):
20885         * gst/playondemand/Makefile.am:
20886         * gst/rtp/rtp-packet.c:
20887
20888 2004-02-05  David Schleef  <ds@schleef.org>
20889
20890         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
20891         last change, because it Just Doesn't Compile.
20892
20893 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20894
20895         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20896           skip undecodable id3v2 tag instead of keeping it
20897
20898 2004-02-05  David Schleef  <ds@schleef.org>
20899
20900         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20901         Unref leaked buffer.  (Noticed by Ronald)
20902
20903 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
20904
20905         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20906         Sync requires with other checks.  >= vs =.
20907
20908 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
20909
20910         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20911         (gst_dvdec_video_link), (gst_dvdec_loop):
20912         * ext/dv/gstdvdec.h:
20913           rework the caps negotiation so that dvdec works again instead
20914           of just segfaulting.
20915
20916 === release 0.7.4 ===
20917
20918 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20919
20920         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
20921         * configure.ac: changed for release
20922
20923 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20924
20925         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
20926         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20927         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20928         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20929           reworked patch by David Lehn to fix libdir and includedir for
20930           uninstalled libraries
20931           removed play and gconf from gstreamer-libs since they have their
20932           own pkgconfig files
20933
20934 2004-02-04  David Schleef  <ds@schleef.org>
20935
20936         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
20937         memleak.
20938
20939 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20940
20941         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20942           use correct GST_TAG_ENCODER tag
20943
20944 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20945
20946         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20947           be sure to stop the clock when going to paused
20948         * sys/oss/gstosssink.c: (gst_osssink_change_state):
20949           reset number of transmitted when going to ready.
20950         fixes #132935
20951
20952 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
20953
20954         reviewed by Benjamin Otte
20955
20956         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20957           extract track count (fixes #133410)
20958
20959 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20960
20961         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20962           that should be !=, not == (fixes #132519)
20963
20964 2004-02-04  David Schleef  <ds@schleef.org>
20965
20966         Make sure set_explicit_caps() is called before adding pad.
20967         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20968         * gst/id3/gstid3types.c: (gst_id3types_loop):
20969         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20970         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20971
20972 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20973
20974         * configure.ac:
20975           bump nano to 2, first prerelease
20976           put back AM_PROG_LIBTOOL
20977
20978 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20979
20980         * testsuite/alsa/Makefile.am:
20981           these are user test apps, not automatic testsuite tests
20982
20983 2004-02-04  David Schleef  <ds@schleef.org>
20984
20985         Convert GST_DEBUG_CAPS() to GST_DEBUG():
20986         * gst/mpeg1videoparse/gstmp1videoparse.c:
20987         (mp1videoparse_parse_seq):
20988         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
20989         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20990         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
20991         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20992         (gst_xvideosink_getcaps):
20993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
20994         * testsuite/gst-lint: more tests
20995
20996 2004-02-04  David Schleef  <ds@schleef.org>
20997
20998         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
20999         with the code that they would expand to.
21000         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
21001         (gst_flacdec_get_src_query_types),
21002         (gst_flacdec_get_src_event_masks):
21003         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
21004         (gst_gnomevfssrc_get_query_types),
21005         (gst_gnomevfssrc_get_event_mask):
21006
21007 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21008
21009         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21010         (gst_sinesrc_dispose):
21011           fix memleak by properly disposing sinesrc
21012
21013 2004-02-04  Julien MOUTTE  <julien@moutte.net>
21014
21015         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
21016         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
21017         an overlay to redraw the image because it has been exposed.
21018         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
21019         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
21020         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
21021         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
21022         interface
21023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
21024         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
21025         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
21026         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
21027         interface
21028
21029 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21030
21031         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21032           more memleak fixage
21033
21034 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21035
21036         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21037         * gst/typefind/gsttypefindfunctions.c:
21038           fix memleaks shown by gst-typefind
21039
21040 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21041
21042         * common/glib-gen.mak:
21043           add hack rule to touch .Plo files
21044         * gst-libs/gst/colorbalance/Makefile.am:
21045         * gst-libs/gst/mixer/Makefile.am:
21046         * gst-libs/gst/play/Makefile.am:
21047         * gst-libs/gst/tuner/Makefile.am:
21048           remove glib_root variable
21049
21050 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21051
21052         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
21053           set explicit caps before adding the element, so the autopluggers can
21054           plug correctly.
21055         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21056         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
21057         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21058         (dv_type_find):
21059           fix memleaks in typefind functions. gst_type_find_suggest takes a const
21060           argument.
21061
21062 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21063
21064         * gst-libs/gst/colorbalance/Makefile.am:
21065         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
21066         * gst-libs/gst/colorbalance/colorbalance.c:
21067         * gst-libs/gst/colorbalance/colorbalance.h:
21068         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
21069         * gst-libs/gst/mixer/Makefile.am:
21070         * gst-libs/gst/mixer/mixer-marshal.list:
21071         * gst-libs/gst/mixer/mixer.c:
21072         * gst-libs/gst/mixer/mixer.h:
21073         * gst-libs/gst/mixer/mixermarshal.list:
21074         * gst-libs/gst/play/Makefile.am:
21075         * gst-libs/gst/play/play.h:
21076         * gst-libs/gst/tuner/Makefile.am:
21077         * gst-libs/gst/tuner/tuner-marshal.list:
21078         * gst-libs/gst/tuner/tuner.c:
21079         * gst-libs/gst/tuner/tuner.h:
21080         * gst-libs/gst/tuner/tunermarshal.list:
21081           use new glib-gen.mak snippet to clean up Makefile.am
21082           fix various bugs in Makefile.am's
21083
21084 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21085
21086         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21087           handle chain parsing correctly in the multichain case
21088         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
21089         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
21090         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21091         (theora_dec_chain):
21092           handle events and queries correctly
21093
21094 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21095
21096         * .cvsignore:
21097         Ignore generated file _stdint.h.
21098
21099 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21100
21101         * gst-libs/gst/colorbalance/Makefile.am:
21102         * gst-libs/gst/colorbalance/colorbalance.h:
21103         * gst-libs/gst/mixer/Makefile.am:
21104         * gst-libs/gst/mixer/mixer.h:
21105         * gst-libs/gst/play/Makefile.am:
21106         * gst-libs/gst/play/play.h:
21107         * gst-libs/gst/tuner/Makefile.am:
21108         * gst-libs/gst/tuner/tuner.h:
21109         Generate enum type code with glib-mkenums.
21110         * gst-libs/gst/colorbalance/.cvsignore:
21111         * gst-libs/gst/mixer/.cvsignore:
21112         * gst-libs/gst/play/.cvsignore:
21113         * gst-libs/gst/tuner/.cvsignore:
21114         Ignore generated files.
21115
21116 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21117
21118         * gst-libs/gst/audio/.cvsignore:
21119         Ignore generated file.
21120         * gst-libs/gst/audio/Makefile.am:
21121         Do not install example filter.
21122
21123 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21124
21125         * examples/switch/.cvsignore:
21126         Ignore generated file.
21127
21128 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21129
21130         * common/m4/ax_create_stdint_h.m4:
21131         * configure.ac:
21132           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
21133           _stdint.h.
21134         * Makefile.am:
21135           remove generated _stdint.h in DISTCLEANFILES
21136         * ext/a52dec/gsta52dec.c:
21137           include _stdint.h for a52dec. (should fix #133064)
21138
21139 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
21140
21141         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
21142         (gst_tag_to_vorbis_comments):
21143         Add replaygain support to vorbistag
21144
21145 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
21146         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
21147         (gst_ffmpeg_caps_to_extradata):
21148           Fix SVQ3 caps flag properties
21149           Use glib macro for bytes swap
21150
21151 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21152
21153         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
21154         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
21155         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21156         * ext/sndfile/gstsf.c: (plugin_init):
21157         * gst/avi/gstavi.c: (plugin_init):
21158         * sys/dxr3/dxr3init.c: (plugin_init):
21159         * sys/oss/gstossaudio.c: (plugin_init):
21160         * sys/v4l/gstv4l.c: (plugin_init):
21161         * sys/v4l2/gstv4l2.c: (plugin_init):
21162           remove textdomain calls
21163         * po/nl.po:
21164           update Dutch translation
21165
21166 2004-02-02  Julien MOUTTE  <julien@moutte.net>
21167
21168         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21169         (gst_play_set_audio_sink): Moving volume in the audio thread for
21170         instantaneous volume change. Maybe i will add another volume in front
21171         of visualization later, not sure yet though.
21172
21173 2004-02-02  Julien MOUTTE  <julien@moutte.net>
21174
21175         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21176         (gst_ximagesink_handle_xevents): Better X events handling, only take
21177         the latest events for configure and motion.
21178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
21179
21180 2004-02-02  Jon Trowbridge  <trow@gnu.org>
21181
21182         reviewed by: David Schleef  <ds@schleef.org>
21183
21184         Fix memory leaks:
21185         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
21186         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
21187
21188 2004-02-02  David Schleef  <ds@schleef.org>
21189
21190         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
21191         of lines.
21192         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
21193         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21194         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
21195         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
21196         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21197         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
21198         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
21199         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
21200         (gst_float2_2_int_link):
21201         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21202         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
21203         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
21204         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
21205         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
21206         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
21207         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
21208         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
21209         * testsuite/gst-lint: Add tests for bzero and ;;
21210
21211 2004-02-02  David Schleef  <ds@schleef.org>
21212
21213         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
21214
21215 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21216
21217         * ext/aalib/gstaasink.c: (gst_aasink_open):
21218         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
21219         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21220         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21221         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
21222         (gst_afsink_close_file):
21223         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
21224         (gst_afsrc_close_file):
21225         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21226         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21227         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21228         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
21229         * ext/esd/esdmon.c: (gst_esdmon_get):
21230         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
21231         * ext/faac/gstfaac.c: (gst_faac_chain):
21232         * ext/faad/gstfaad.c: (gst_faad_chain):
21233         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
21234         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21235         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
21236         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
21237         (gst_flacdec_loop):
21238         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21239         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21240         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
21241         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21242         (gst_gnomevfssink_close_file):
21243         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
21244         (gst_gnomevfssrc_open_file):
21245         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
21246         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
21247         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
21248         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21249         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
21250         * ext/mad/gstmad.c: (gst_mad_chain):
21251         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21252         * ext/mpeg2dec/gstmpeg2dec.c:
21253         * ext/mpeg2enc/gstmpeg2enc.cc:
21254         * ext/mplex/gstmplex.cc:
21255         * ext/mplex/gstmplexibitstream.cc:
21256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
21257         (gst_ogg_demux_push):
21258         * ext/raw1394/gstdv1394src.c:
21259         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
21260         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
21261         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
21262         (gst_sf_loop):
21263         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
21264         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
21265         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
21266         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
21267         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21268         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
21269         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
21270         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
21271         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21272         (gst_riff_read_element_data), (gst_riff_read_seek),
21273         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
21274         * gst/adder/gstadder.c: (gst_adder_loop):
21275         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
21276         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
21277         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
21278         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
21279         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
21280         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
21281         * gst/goom/gstgoom.c: (gst_goom_chain):
21282         * gst/id3/gstid3types.c: (gst_id3types_loop):
21283         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21284         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
21285         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
21286         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21287         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21288         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
21289         (gst_ebml_read_float), (gst_ebml_read_header):
21290         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21291         (gst_matroska_demux_parse_blockgroup):
21292         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
21293         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21294         * gst/oneton/gstoneton.c: (gst_oneton_chain):
21295         * gst/silence/gstsilence.c: (gst_silence_get):
21296         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21297         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
21298         * gst/speed/gstspeed.c: (speed_loop):
21299         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21300         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21301         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
21302         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
21303         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21304         (gst_wavparse_loop):
21305         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
21306         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
21307         (dxr3audiosink_close):
21308         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
21309         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
21310         (dxr3videosink_close), (dxr3videosink_write_data):
21311         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21312         * sys/oss/gstosssink.c: (gst_osssink_chain):
21313         * sys/oss/gstosssrc.c: (gst_osssrc_get):
21314         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
21315         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
21316         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
21317         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
21318         (gst_v4l_set_window), (gst_v4l_enable_overlay):
21319         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
21320         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
21321         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
21322         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
21323         (gst_v4l_set_audio):
21324         * sys/v4l/v4l_calls.h:
21325         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
21326         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
21327         (gst_v4lmjpegsink_playback_init),
21328         (gst_v4lmjpegsink_playback_start):
21329         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
21330         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21331         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
21332         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
21333         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
21334         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
21335         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
21336         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21337         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
21338         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
21339         (gst_v4l2_get_output), (gst_v4l2_set_output),
21340         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
21341         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
21342         (gst_v4l2_set_attribute):
21343         * sys/v4l2/v4l2_calls.h:
21344         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
21345         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
21346         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
21347         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
21348         (gst_v4l2src_capture_stop):
21349         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
21350         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21351         (gst_ximagesink_chain):
21352         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
21353         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
21354         (gst_xvideosink_xwindow_new):
21355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21356         (gst_xvimagesink_chain):
21357
21358 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21359
21360         * gst/volume/gstvolume.c: (gst_volume_set_volume),
21361         (gst_volume_get_volume), (volume_class_init), (volume_init),
21362         (volume_chain_int16), (volume_update_volume):
21363         * gst/volume/gstvolume.h:
21364           make code more readable by removing magic numbers
21365           make mixer interface export 0-100 range
21366           make it internally map to 0.0-1.0 range so users don't distort
21367           output by putting the sliders at full volume
21368
21369 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21370
21371         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
21372         (gst_play_state_change), (gst_play_seek_to_time):
21373         block the tick callback for 0.5 secs after doing a seek
21374
21375 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21376
21377         * gst-libs/gst/play/play.c: (gst_play_new):
21378           check for GError
21379
21380 2004-02-01  Julien MOUTTE  <julien@moutte.net>
21381
21382         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
21383         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
21384         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
21385         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
21386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
21387         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
21388
21389 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21390
21391         * configure.ac:
21392         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21393           check for a function added in vorbis 1.1
21394
21395 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21396
21397         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
21398         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
21399           really start/stop clock only on PLAYING <=> PAUSED
21400         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21401           remove \n from debugging lines
21402         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21403           make it work when seeking does not
21404         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21405           reset on DISCONT
21406
21407 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21408
21409         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
21410           start clock on PAUSED=>PLAYING, not later
21411         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21412           extract correct time for different discont formats
21413         (gst_alsa_sink_get_time):
21414           don't segfault when no format is negotiated yet, just return 0
21415         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21416         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
21417         (gst_ogg_pad_push):
21418           handle flush and discont events correctly
21419         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
21420           handle discont events correctly
21421
21422 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21423
21424         * gst-libs/gst/play/play.c: (gst_play_error_quark),
21425         (gst_play_error_create), (gst_play_error_plugin),
21426         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
21427         * gst-libs/gst/play/play.h:
21428           add error handling during creation
21429         * examples/gstplay/player.c: (main):
21430           use new gst_play_new
21431
21432
21433 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21434
21435         * ext/theora/theoradec.c: (theora_dec_chain):
21436           make comments work
21437         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21438         (vorbis_dec_src_event), (vorbis_dec_chain):
21439           add encoder tag, fix tag reading to be more error tolerant, change
21440           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
21441           gst_pad_event_default.
21442         * gst/tags/gstvorbistag.c:
21443         (gst_tag_list_from_vorbiscomment_buffer):
21444           undefine function specific define at end of function
21445
21446 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
21447
21448         * ext/flac/gstflac.c: (plugin_init):
21449         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
21450         * ext/flac/gstflacdec.h:
21451         * ext/flac/gstflacenc.h:
21452           Fix typos
21453
21454 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
21455
21456         * examples/gstplay/player.c: s/gstplay.h/play.h/
21457
21458 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21459
21460         * gst-libs/gst/play/Makefile.am:
21461         * gst-libs/gst/play/gstplay.c:
21462         * gst-libs/gst/play/gstplay.h:
21463         * gst-libs/gst/play/play.c:
21464           more surgery, operation complete
21465
21466 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21467
21468         * gst-libs/gst/play/play.old.c:
21469         * gst-libs/gst/play/play.old.h:
21470           after CVS surgery by moving, remove
21471         * gst-libs/gst/play/playpipelines.c:
21472           remove
21473
21474         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21475           add negotiation error
21476
21477 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21478
21479         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21480         (gst_ogg_demux_push):
21481           add some seeking debug info
21482           send a flush when seeking
21483
21484 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21485
21486         * configure.ac:
21487           use AC_C_INLINE
21488         * configure.ac:
21489         * ext/Makefile.am:
21490         * ext/theora/Makefile.am:
21491         * ext/theora/theoradec.c:
21492           add theora video decoder. Does just do simple decoding for now and
21493           has been tested against Theora cvs only. It only works when theora
21494           is compiled with --enable-static.
21495         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21496           always reset packetno on DISCONT
21497
21498 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21499
21500         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21501           Fix audio.
21502
21503 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21504
21505         * gst/mpegaudioparse/gstmpegaudioparse.c:
21506         (mp3_type_frame_length_from_header):
21507           Fix header parsing - stolen from ffmpeg (thank you! :) ).
21508
21509 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21510
21511         * ext/esd/esdsink.c: (gst_esdsink_init):
21512           Since we have static pad template caps, we don't need to negotiate;
21513           either the core errors out or we know the format.
21514
21515 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21516
21517         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21518         (gst_riff_read_seek):
21519         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21520         (gst_ebml_read_seek):
21521           Fix event handling.
21522
21523 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21524
21525         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
21526           removee video/x-theora from vp3 decoder, it doesn't handle raw
21527           theora streams
21528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21529           fix bug with finalizing element that never went to PAUSED
21530         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21531           length and position queries were swapped
21532         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
21533         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
21534         (vorbis_dec_src_event):
21535           implement querying time and bytes
21536
21537 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21538
21539         * just about every source file:
21540           gst_element_error -> GST_ELEMENT_ERROR
21541
21542 2004-01-29  Julien MOUTTE  <julien@moutte.net>
21543
21544         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
21545         emiting FLUSH and even before DISCONT.
21546         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
21547         get the best instant seeking as possible yay!
21548
21549 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21550
21551         * gst/mpeg1videoparse/gstmp1videoparse.c:
21552         (gst_mp1videoparse_real_chain):
21553           Committed wrong version last week... Grr... Didn't notice until now.
21554
21555 2004-01-29  Julien MOUTTE <julien@moutte.net>
21556
21557         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
21558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
21559         have_xwindow_id signal in xwindow_create.
21560
21561 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21562
21563         * ext/ogg/gstoggdemux.c:
21564           lots of changes - mainly support for chained bitstreams, seeking,
21565           querying and bugfixes of course
21566         * ext/vorbis/Makefile.am:
21567         * ext/vorbis/vorbisdec.c:
21568         * ext/vorbis/vorbisdec.h:
21569           add vorbisdec raw vorbis decoder
21570         * ext/vorbis/vorbis.c: (plugin_init):
21571           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
21572         * gst/intfloat/Makefile.am:
21573         * gst/intfloat/float22int.c:
21574         * gst/intfloat/float22int.h:
21575         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
21576           add float2intnew plugin. It converts multichannel interleaved float to
21577           multichannel interleaved int. The name should probably be changed.
21578         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
21579         (plugin_init):
21580           add typefinding for raw theora video so oggdemux can detect it.
21581
21582 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21583
21584         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
21585         sink element first.
21586         * gst/videoscale/gstvideoscale.c:
21587         (gst_videoscale_handle_src_event): Fixing src event handler.
21588
21589 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21590
21591         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
21592         (gst_v4lsrc_open), (gst_v4lsrc_close),
21593         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
21594         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
21595         * sys/v4l/gstv4lsrc.h:
21596         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
21597         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
21598           Implement resizing... Hack. But that's why v4l is b0rked...
21599
21600 2004-01-28  Julien MOUTTE <julien@moutte.net>
21601
21602         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21603         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
21604         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
21605         (gst_ximagesink_xwindow_destroy):
21606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21607         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21608         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21609         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
21610         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
21611         correctly cleaning the image created to check xshm calls on succes,
21612         added a lot of XSync calls in X11 functions, and fixed a segfault when
21613         no image format was defined before negotiation happened.
21614
21615 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21616
21617         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
21618           use gst_element_get_time to get correct time
21619
21620 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21621
21622         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
21623         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
21624         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
21625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
21626         (gst_xvimagesink_check_xshm_calls),
21627         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
21628         X plugins are now able to detect that XShm calls will fail even if the
21629         server claims that it has XShm support (remote displays most of the
21630         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
21631         so that we use non XShm functions. This feature is almost useless for
21632         xvimagesink as Xv is not supported on remote displays anyway, but
21633         it might happen than even on the local display XShm calls fail.
21634
21635 2004-01-27  David Schleef  <ds@schleef.org>
21636
21637         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
21638         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
21639         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
21640         changed esdsink to only use 44100,16,2, since esd sucks at rate
21641         conversion and esdsink has had difficulty negotiating.
21642
21643 2004-01-27  Julien MOUTTE <julien@moutte.net>
21644
21645         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
21646         (gst_play_seek_to_time): Fixing the way to get current position.
21647
21648 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21649
21650         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
21651           use gst_element_get_time to get correct time
21652
21653 2004-01-27  Julien MOUTTE <julien@moutte.net>
21654
21655         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
21656         fix ever... Inverting 2 lines of code make spider autoplug correctly
21657         tagged mp3 !
21658
21659 2004-01-27  David Schleef  <ds@schleef.org>
21660
21661         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21662         Use gst_pad_try_set_caps_nonfixed().
21663
21664 2004-01-27  David Schleef  <ds@schleef.org>
21665
21666         * gst/ac3parse/gstac3parse.c: update to checklist 5
21667         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
21668         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
21669         * gst/audioscale/gstaudioscale.c: same
21670         * gst/auparse/gstauparse.c: same
21671         * gst/avi/gstavidemux.c: same
21672
21673 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21674
21675         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
21676           stop processing after EOS
21677
21678 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21679
21680         * gst/asfdemux/asfheaders.h:
21681         * gst/asfdemux/gstasfdemux.c:
21682         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
21683         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
21684         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
21685           lot's of fixes to make data extraction simpler and get the code
21686           architecture and compiler independant. Add debugging category
21687         * gst/goom/gstgoom.c: (gst_goom_change_state):
21688           reset channel count on PAUSED=>READY, not READY=>PAUSED
21689
21690 2004-01-26  Colin Walters  <walters@verbum.org>
21691
21692         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
21693         code to pull a bigger buffer in iradio mode.  This as a side effect
21694         makes typefinding work.
21695
21696 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21697
21698         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
21699         Fix SVQ3 decoding on PPC
21700
21701 2004-01-26  Julien MOUTTE <julien@moutte.net>
21702
21703         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
21704         that one managed to stay there... Fixed.
21705
21706 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
21707
21708         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
21709         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
21710         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
21711         (qtdemux_video_caps):
21712         * gst/qtdemux/qtdemux.h:
21713         Add SVQ3 specific flags to qtdemux and ffmpeg
21714
21715 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21716
21717         * gst-libs/gst/audio/audio.h:
21718           remove buffer-frames from audio caps
21719         * gst/audioconvert/gstaudioconvert.c:
21720           fix plugin to really work.
21721
21722 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21723
21724         * gst-libs/gst/mixer/mixer.c:
21725         * gst-libs/gst/propertyprobe/propertyprobe.c:
21726         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
21727         (gst_tuner_find_channel_by_name):
21728         * gst-libs/gst/tuner/tuner.h:
21729           Add gtk-doc style comments. Also fix a function name.
21730
21731 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21732
21733         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
21734         (gst_divxdec_negotiate):
21735           Fix for new capsnego - also fixes gst-player with divxdec.
21736
21737 2004-01-25  Julien MOUTTE  <julien@moutte.net>
21738
21739         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21740         (gst_play_identity_handoff), (gst_play_set_location),
21741         (gst_play_set_visualization), (gst_play_connect_visualization): Another
21742         try in visualization implementation. Still have an issue with switch
21743         blocking when pulling from video_queue and only audio comes out of
21744         spider.
21745         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21746         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
21747         release method. And check if the pad is usable before pulling.
21748
21749 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21750
21751         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
21752         (gst_videobalance_init),
21753         (gst_videobalance_colorbalance_list_channels),
21754         (gst_videobalance_colorbalance_set_value),
21755         (gst_videobalance_colorbalance_get_value),
21756         (gst_videobalance_update_properties),
21757         (gst_videobalance_update_tables_planar411),
21758         (gst_videobalance_planar411):
21759         * gst/videofilter/gstvideobalance.h:
21760           Implement lookup-tables. +/- 10x faster.
21761
21762 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21763
21764         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21765         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21766           The index reading was broken. The rest worked fine, but the whole
21767           goal of my rewrite was to make avidemux readable, and this was
21768           not at all readable. Please use typed variables.
21769
21770 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21771
21772         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21773           Additional pad usability check.
21774         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21775         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
21776         (gst_mp1videoparse_real_chain):
21777           Fix MPEG video stream parsing. The original plugin had several
21778           issues, including not timestamping streams where the source was
21779           not timestamped (this happens with PTS values in mpeg system
21780           streams, but MPEG video is also a valid stream on its own so
21781           that needs timestamps too). We use the display time code for that
21782           for now. Also, if one incoming buffer contains multiple valid
21783           frames, we push them all on correctly now, including proper EOS
21784           handling. Lastly, several potential segfaults were fixed, and we
21785           properly sync on new sequence/gop headers to include them in next,
21786           not previous frames (since they're header for the next frame, not
21787           the previous). Also see #119206.
21788         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
21789         (bpf_from_header):
21790           Move caps setting so we only do it after finding several valid
21791           MPEG-1 fraes sequentially, not right after the first one (which
21792           might be coincidental).
21793         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
21794         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21795         (plugin_init):
21796           Add unsynced MPEG video stream typefinding, and change some
21797           probability values so we detect streams rightly. The idea is as
21798           follows: I can have an unsynced system stream which contains
21799           video. In the current code, I would randomly get a type for either
21800           system or video stream type found, because the probabilities are
21801           being calculated rather randomly. I now use fixed values, so we
21802           always prefer system stream if that was found (and that is how it
21803           should be). If no system stream was found, we can still identity                the stream as video-only.
21804
21805 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21806
21807         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21808         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
21809           don't write to buffer. Extract data without the need of
21810           __attribute__ ((packed))
21811
21812 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21813
21814         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
21815         (mpeg1_sys_type_find):
21816           Fix MPEG-1 stream typefinding.
21817
21818 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21819
21820         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
21821           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
21822
21823 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21824
21825         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
21826         * ext/esd/gstesd.c: (plugin_init):
21827           private debugging, better error reporting
21828
21829 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21830
21831         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21832         (gst_riff_read_init), (gst_riff_read_change_state):
21833         * gst-libs/gst/riff/riff-read.h:
21834           Remove stuff fromold metadata system.
21835
21836 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21837
21838         * ext/ogg/gstoggdemux.c:
21839           Fix wrong file comment.
21840         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21841         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
21842           Add metadata reading properly.
21843
21844 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21845
21846         * ext/Makefile.am:
21847           Fix nas DIST_SUBDIRS
21848           Uraeus:
21849           Fix bug where make distcheck doesn't get run on adding stuff to
21850           the build.
21851
21852 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21853
21854         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
21855         * ext/divx/gstdivxdec.h:
21856           Fix divx3 ("msmpeg4") playback using divxdec.
21857
21858 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21859
21860         * gst/typefind/gsttypefindfunctions.c:
21861         (mp3_type_frame_length_from_header): fix bug in length computation
21862         (mp3_type_find): improve debugging output
21863
21864 2004-01-23  Julien MOUTTE  <julien@moutte.net>
21865
21866         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
21867         (gst_play_set_location), (gst_play_seek_to_time),
21868         (gst_play_set_audio_sink), (gst_play_set_visualization),
21869         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
21870         the pipeline from scratch. Visualization is back and switch went out as
21871         i realized it was not possible to use the way i wanted.
21872         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
21873         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
21874         clearing in state change from READY to NULL. So that one can clean the
21875         X ressources keeping the element.
21876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21877         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
21878         (gst_xvimagesink_colorbalance_set_value),
21879         (gst_xvimagesink_colorbalance_get_value),
21880         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
21881         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
21882         change from READY to NULL and fixed some stupid bugs in colorbalance
21883         get/set values. Also added the following feature : when nobody tries to
21884         set some values to the colorbalance levels before the xcontext is
21885         grabbed, then when creating channels list from Xv attributes we set the
21886         internal values to the Xv defaults. This way we handle buggy Xv drivers
21887         that set default hue values far from the middle of the range (Thanks
21888         to Jon Trowbridge for pointing that issue).
21889         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
21890         colorbalance levels have been set before xcontext is grabbed.
21891
21892 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21893
21894         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
21895           Fix the ossmixer case where we shouldn't open /dev/dsp* because
21896           it might block operations (which is bad for a mixer).
21897
21898 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21899
21900         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
21901         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
21902         (gmip_find_type_pre):
21903         * gst-libs/gst/media-info/media-info-priv.h:
21904         * gst-libs/gst/media-info/media-info.c:
21905         (gst_media_info_instance_init), (gst_media_info_read_idler):
21906         add fakesink to get caps on decoder src pad again
21907         fix callback prototype to match new have_type signal signature
21908
21909 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
21910
21911         * gst/adder/gstadder.c: (gst_adder_link):
21912           fix non-compile and cut-n-paste code
21913
21914 2004-01-21  David Schleef  <ds@schleef.org>
21915
21916         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
21917         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
21918         (gst_swfdec_init), (gst_swfdec_change_state):
21919         * ext/swfdec/gstswfdec.h:
21920         Fix negotiation.
21921         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
21922         (gst_adder_request_new_pad): Fix negotiation.
21923         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
21924         Add a fixate function.
21925         * gst/intfloat/gstfloat2int.c:
21926         * gst/intfloat/gstfloat2int.h:
21927         * gst/intfloat/gstint2float.c:
21928         * gst/intfloat/gstint2float.h:
21929         Completely rewrite the negotiation.  Doesn't quite work yet,
21930         due to some buffer-frames problem.
21931
21932 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21933
21934         * ext/gnomevfs/gstgnomevfssrc.c:
21935         * sys/v4l2/v4l2_calls.h:
21936           fix includes for distcheck
21937
21938 2004-01-21  Christian Schaller <uraeus@gnome.org>
21939
21940         * ext/nas/
21941         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
21942         based on earlier patch from Laurent Vivier
21943
21944 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
21945
21946         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
21947         Fix wma caps property
21948         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
21949         Fix typo (flags1 and flags2)
21950
21951 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21952
21953         * gst-libs/gst/media-info/media-info-priv.c:
21954         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
21955         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
21956         (gmip_find_stream), (gmip_find_track_metadata),
21957         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
21958         (gmip_find_track_format):
21959         * gst-libs/gst/media-info/media-info-priv.h:
21960         * gst-libs/gst/media-info/media-info-test.c: (main):
21961         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
21962         (gst_media_info_read_idler), (gst_media_info_read):
21963         * gst-libs/gst/media-info/media-info.h:
21964           register debugging category and use it for debugging
21965
21966 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21967
21968         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
21969         (gst_vorbisfile_new_link):
21970           signal streaminfo through tags
21971
21972 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21973
21974         * ext/mplex/gstmplex.cc:
21975         * ext/mplex/gstmplexibitstream.cc:
21976           g++ doesn't like NULL in our i18n/error macros, should be
21977           either (NULL) or ("").
21978
21979 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21980
21981         * sys/dxr3/dxr3audiosink.c:
21982         * sys/dxr3/dxr3init.c:
21983         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
21984         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
21985           Fix more error error error errors (missing includes here).
21986
21987 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21988
21989         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21990           fix thomas' error errors.
21991
21992 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21993
21994         * ext/mpeg2enc/gstmpeg2enc.cc:
21995           fix error errors.
21996
21997 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21998
21999         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22000         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22001           Fix for new error system.
22002
22003 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22004
22005         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22006           fix for new error reporting
22007
22008 2004-01-20  David Schleef  <ds@schleef.org>
22009
22010         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22011         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22012         (gst_ximagesink_set_xwindow_id): Change to using a framerate
22013         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
22014         and neither is 100+, most likely.
22015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
22016         (gst_xvimagesink_getcaps): same
22017
22018 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22019
22020         * configure.ac:
22021           Up version requirement to 2.0.3 (not yet released) to avoid symbol
22022           clashes with ffmpeg.
22023
22024 2004-01-20  Julien MOUTTE  <julien@moutte.net>
22025
22026         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22027         (gst_switch_init): Fixed switch element : proxying link and setting
22028         caps from src to sink on request.
22029
22030 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22031
22032         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22033         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22034         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22035         fix element_error
22036
22037 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22038
22039         * sys/v4l/v4l_calls.h:
22040         * sys/v4l2/v4l2_calls.h:
22041           element_error fixes
22042
22043 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22044
22045         * gst-libs/gst/gst-i18n-plugin.h:
22046           add locale.h
22047           remove config.h inclusion
22048
22049 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22050
22051         * autogen.sh:
22052           adding autopoint invocation
22053         * Makefile.am:
22054         * configure.ac:
22055         * gst-libs/gst/gettext.h:
22056           adding gettext bits
22057         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22058         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22059         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22060         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22061         (gst_gnomevfssink_close_file):
22062         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
22063         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
22064         * gst-libs/gst/gst-i18n-plugin.h:
22065         * gst/avi/gstavi.c: (plugin_init):
22066         * sys/dxr3/dxr3init.c: (plugin_init):
22067         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
22068         * sys/oss/gstossaudio.c: (plugin_init):
22069         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22070         * sys/v4l/gstv4l.c: (plugin_init):
22071         * sys/v4l/v4l_calls.c: (gst_v4l_open):
22072         * sys/v4l2/gstv4l2.c: (plugin_init):
22073         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22074         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
22075         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
22076         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
22077         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
22078         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
22079           make sure locale and translation domain are set
22080           fix translated strings
22081         * po/.cvsignore:
22082         * po/LINGUAS:
22083         * po/Makevars:
22084         * po/POTFILES.in:
22085         * po/nl.po:
22086           put translation files into place
22087         * sys/xvideo/imagetest.c: (main):
22088         * ext/dv/demo-play.c: (main):
22089           fix unnecessary translations
22090
22091 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22092
22093         * ext/sndfile/gstsf.c:
22094         * gst/avi/gstavimux.c:
22095         * ext/audiofile/gstafsink.c:
22096         * ext/audiofile/gstafsrc.c:
22097         * ext/gnomevfs/gstgnomevfssink.c:
22098         * ext/gnomevfs/gstgnomevfssrc.c:
22099         * sys/oss/gstosselement.c:
22100         * sys/v4l/v4l_calls.h:
22101           fix i18n include
22102
22103 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22104
22105         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22106         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22107         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22108         (gst_v4l2_get_output), (gst_v4l2_set_output),
22109         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22110         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22111         (gst_v4l2_set_attribute):
22112         update to new error handling
22113
22114 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22115
22116         * ext/sidplay/gstsiddec.cc:
22117         * gst/modplug/gstmodplug.cc:
22118           parenthese NULL because C++ seems angry about it
22119
22120 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22121
22122         * gst-libs/gst/gst-i18n-plugin.h:
22123           add skeleton i18n stuff, but needs to be further implemented
22124
22125 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22126
22127         * examples/gstplay/player.c: (main):
22128         * ext/aalib/gstaasink.c: (gst_aasink_open):
22129         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22130         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22131         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22132         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22133         (gst_afsink_close_file):
22134         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22135         (gst_afsrc_close_file):
22136         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22137         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22138         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22139         * ext/esd/esdmon.c: (gst_esdmon_get):
22140         * ext/esd/esdsink.c: (gst_esdsink_chain):
22141         * ext/faac/gstfaac.c: (gst_faac_chain):
22142         * ext/faad/gstfaad.c: (gst_faad_chain):
22143         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22144         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22145         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22146         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22147         (gst_flacdec_loop):
22148         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22149         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22150         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22151         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22152         (gst_gnomevfssink_close_file):
22153         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22154         (gst_gnomevfssrc_open_file):
22155         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22156         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22157         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22158         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22159         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22160         * ext/mad/gstmad.c: (gst_mad_chain):
22161         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22162         * ext/mpeg2dec/gstmpeg2dec.c:
22163         * ext/mpeg2enc/gstmpeg2enc.cc:
22164         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22165         * ext/mplex/gstmplex.cc:
22166         * ext/mplex/gstmplexibitstream.cc:
22167         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22168         (gst_ogg_demux_push), (gst_ogg_pad_push):
22169         * ext/raw1394/gstdv1394src.c:
22170         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22171         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22172         * ext/sidplay/gstsiddec.cc:
22173         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22174         (gst_sf_loop):
22175         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22176         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22177         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22178         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22179         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22180         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22181         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22182         * gst-libs/gst/Makefile.am:
22183         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22184         (gst_riff_read_element_data), (gst_riff_read_seek),
22185         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22186         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
22187         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22188         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22189         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22190         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22191         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22192         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22193         * gst/goom/gstgoom.c: (gst_goom_chain):
22194         * gst/id3/gstid3types.c: (gst_id3types_loop):
22195         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22196         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22197         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22198         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22199         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22200         (gst_ebml_read_float), (gst_ebml_read_header):
22201         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22202         (gst_matroska_demux_parse_blockgroup):
22203         * gst/modplug/gstmodplug.cc:
22204         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22205         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22206         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22207         * gst/silence/gstsilence.c: (gst_silence_get):
22208         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22209         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22210         * gst/speed/gstspeed.c: (speed_loop):
22211         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22212         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22213         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22214         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22215         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22216         (gst_wavparse_loop):
22217         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22218         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22219         (dxr3audiosink_close):
22220         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22221         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22222         (dxr3videosink_close), (dxr3videosink_write_data):
22223         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22224         * sys/oss/gstosselement.h:
22225         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
22226         (gst_osssink_chain):
22227         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22228         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22229         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22230         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22231         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
22232         (gst_v4l_enable_overlay):
22233         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22234         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22235         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22236         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22237         (gst_v4l_set_audio):
22238         * sys/v4l/v4l_calls.h:
22239         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22240         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22241         (gst_v4lmjpegsink_playback_init),
22242         (gst_v4lmjpegsink_playback_start):
22243         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
22244         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
22245         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
22246         (gst_v4lmjpegsrc_requeue_frame):
22247         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22248         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22249         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22250         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22251         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22252         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22253         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22254         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22255         (gst_v4l2src_capture_stop):
22256         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22257         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22258         (gst_ximagesink_chain):
22259         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22260         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22261         (gst_xvideosink_xwindow_new):
22262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22263         (gst_xvimagesink_chain):
22264         use new error signal, function and categories
22265
22266 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
22267
22268         * configure.ac:
22269         * ext/Makefile.am:
22270         * ext/musicbrainz/gsttrm.c:
22271         * ext/musicbrainz/gsttrm.h:
22272         * ext/musicbrainz/Makefile.am:
22273         Add a trm plugin
22274
22275 2004-01-18  Julien MOUTTE  <julien@moutte.net>
22276
22277         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
22278         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
22279         synchronous property for debugging.
22280         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
22281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22282         (gst_xvimagesink_set_property): Moving a pointer declaration to a
22283         smaller block, fixing indent.
22284
22285 2004-01-16  David Schleef  <ds@schleef.org>
22286
22287         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
22288         property affects the video stream.
22289         * sys/xvimage/xvimagesink.c:
22290         * sys/xvimage/xvimagesink.h:
22291         Add synchronous property for debugging.  Should probably be
22292         disabled in non-CVS builds.  Make sure that the Xv attribute
22293         exists before we set it (crash!).  Fix a silly float bug that
22294         caused colorbalance to just not work.
22295
22296 2004-01-17  Christian Schaller <Uraeus@gnome.org>
22297
22298         * tools/gst-launch-ext.in - update for new plugins
22299
22300 2004-01-16  David Schleef  <ds@schleef.org>
22301
22302         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
22303         already-freed caps.
22304
22305 2994-01-16  Christian Schaller <Uraeus@gnome.org>
22306
22307         * Update spec for new colorspace plugin and libcaca plugin
22308         * Fix compilation of libcaca plugin (clock -> id)
22309
22310 2004-01-16  Julien MOUTTE <julien@moutte.net>
22311
22312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
22313         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
22314         (gst_xvimagesink_set_xwindow_id),
22315         (gst_xvimagesink_colorbalance_set_value),
22316         (gst_xvimagesink_colorbalance_get_value),
22317         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22318         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
22319         correct colorbalance properties. They can now be set when the element
22320         is still in NULL state. The values will be committed to the Xv Port
22321         when xcontext is initialized.
22322         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
22323         brightness int values in the GstXvImagesink structure.
22324
22325 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22326
22327         * gst-libs/gst/Makefile.am:
22328           restructure so having local patches works easier.
22329
22330 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22331
22332         * ext/mpeg2enc/Makefile.am:
22333         * ext/mpeg2enc/gstmpeg2enc.cc:
22334         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22335           Bugfix with respect to EOS handling.
22336
22337 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22338
22339         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
22340           Link with right caps (else, it segfaults).
22341         * ext/mplex/gstmplexjob.cc:
22342           Fix for slight API change in 1.6.1.93 release of mjpegtools.
22343
22344 2004-01-15  David Schleef  <ds@schleef.org>
22345
22346         * gst-libs/gst/audio/Makefile.am:
22347         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
22348         from the template.
22349         * gst-libs/gst/audio/gstaudiofilter.c:
22350         * gst-libs/gst/audio/gstaudiofilter.h:
22351         Add bytes_per_sample and size and n_samples calculation.
22352         * gst-libs/gst/audio/gstaudiofilterexample.c:
22353         Remove, now autogenerated.
22354         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
22355         Moved from gstaudiofilterexample, object name changed, code added
22356         so that it actually works.
22357         * gst-libs/gst/audio/make_filter:
22358         Script to build an audiofilter subclass from the template.
22359         * gst/colorspace/Makefile.am:
22360         * gst/colorspace/yuv2yuv.c:
22361         Remove file, since it's GPL, and we don't use it.
22362
22363 2004-01-15  Julien MOUTTE  <julien@moutte.net>
22364
22365         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
22367         them use the buffer free function to test how the buffer was allocated.
22368
22369 2004-01-15  David Schleef  <ds@schleef.org>
22370
22371         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
22372         that handles osssink fallback.
22373         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
22374         (gst_audio_convert_getcaps):
22375         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
22376         Add audio/x-qdm2 for QDM2 audio.
22377         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22378         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
22379         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22380         Decrease minimum size to 16x16.
22381         * gst/wavparse/gstwavparse.c:
22382         Convert disabled pad template caps to new caps.
22383         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22385         (gst_xvimagesink_chain): Throw element error when display cannot
22386         be opened.  Increase minimum framerate to 1.0.  Check the data
22387         free function on a buffer to make sure it is the type we expect
22388         before manipulating it.
22389
22390 2004-01-15  Julien MOUTTE <julien@moutte.net>
22391
22392         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22393         (gst_videobalance_colorbalance_set_value): Implement passthru if
22394         settings are in the middle.
22395         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
22396
22397 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22398
22399         * gst/videofilter/Makefile.am:
22400         * gst/volume/Makefile.am:
22401           Since we use videofilter symbols, link to it.
22402
22403 2004-01-15  Julien MOUTTE <julien@moutte.net>
22404
22405         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
22406         mixer interface type to HARDWARE.
22407         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
22408         type to SOFTWARE.
22409         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
22410         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
22411         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
22412         (gst_volume_interface_init), (gst_volume_list_tracks),
22413         (gst_volume_set_volume), (gst_volume_get_volume),
22414         (gst_volume_set_mute), (gst_volume_mixer_init),
22415         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
22416         (volume_init): Implementing mixer interface.
22417         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
22418         * sys/oss/gstosselement.c: (gst_osselement_get_type),
22419         (gst_osselement_change_state): Removing some trailing commas in
22420         structures.
22421         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
22422         interface type to HARDWARE.
22423         * sys/v4l/gstv4lcolorbalance.c:
22424         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
22425         type to HARDWARE.
22426         * sys/v4l2/gstv4l2colorbalance.c:
22427         (gst_v4l2_color_balance_interface_init): Setting colorbalance
22428         interface type to HARDWARE.
22429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
22430         same code than ximagesink for event handling.
22431
22432 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22433
22434         * ext/snapshot/Makefile.am:
22435         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
22436         (gst_snapshot_chain):
22437         * ext/snapshot/gstsnapshot.h:
22438           This has to be a joke... Snapshot should be connected to a tee,
22439           colorspace element before it and EOS after that, where the other
22440           src of the tee receives normal data.
22441           The current way is *wrong*.
22442
22443 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22444
22445         * ext/hermes/gsthermescolorspace.c:
22446           Fix another compile error. Same as below.
22447
22448 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22449
22450         * gst/colorspace/gstcolorspace.c:
22451         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
22452         (gst_colorspace_i420_to_yv12):
22453           Fix compiling... Didn't test if it actually works.
22454
22455 2004-01-15  David Schleef  <ds@schleef.org>
22456
22457         * configure.ac:
22458         * gst/colorspace/Makefile.am:
22459         * gst/colorspace/gstcolorspace.c:
22460         * gst/colorspace/gstcolorspace.h:
22461         * gst/colorspace/yuv2rgb.c:
22462         * gst/colorspace/yuv2rgb.h:
22463         Duplicate the ext/hermes colorspace plugin, and remove Hermes
22464         code and GPL code.  Fix for new caps negotiation.  Rewrite
22465         much of the format handling code, and some of the conversion
22466         code.  Basically, rewrote almost everything.  This element
22467         handles I420, YV12 to RGB conversions.
22468         * ext/hermes/Makefile.am:
22469         * ext/hermes/gsthermescolorspace.c:
22470         Rename colorspace to hermescolorspace.  Fix negotiation issues.
22471         Remove non-Hermes related code.  This element handles lots of
22472         RGB to RGB conversions, but no YUV.
22473         * ext/hermes/gstcolorspace.c:
22474         * ext/hermes/gstcolorspace.h:
22475         * ext/hermes/rgb2yuv.c:
22476         * ext/hermes/yuv2rgb.c:
22477         * ext/hermes/yuv2rgb.h:
22478         * ext/hermes/yuv2rgb_mmx16.s:
22479         * ext/hermes/yuv2yuv.c:
22480         * ext/hermes/yuv2yuv.h:
22481         Remove old code.
22482
22483 2004-01-14  Colin Walters  <walters@verbum.org>
22484
22485         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
22486         they've already been.
22487
22488 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22489
22490         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22491           assume tag mode when pad is not connected
22492
22493 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22494
22495         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22496           Don't update the time of the clock
22497         (gst_alsa_sink_loop):
22498           sync to the clock given to alsasink, not the own clock
22499         * sys/oss/gstosssink.c: (gst_osssink_chain):
22500           sync to the clock
22501         (gst_osssink_change_state):
22502           activate the clock
22503         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22505           remove bogus code that made DISCONT events unhandled
22506         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
22507           explicitly case to double in _set_simple. (fixes 2nd warning in bug
22508           #131502)
22509         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
22510         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
22511         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
22512           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
22513           2nd warning in bug #131502)
22514
22515 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22516
22517         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22518         (gst_videobalance_colorbalance_set_value),
22519         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
22520         for colorbalance interface implementation.
22521         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22522         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22523         (gst_ximagesink_dispose), (gst_ximagesink_init),
22524         (gst_ximagesink_class_init): Adding DISPLAY property.
22525         * sys/ximage/ximagesink.h: Adding display_name to store display.
22526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22527         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22528         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
22529         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
22530         properties (they still need polishing though for gst-launch use : no
22531         xcontext yet, i ll do that tomorrow).
22532         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
22533
22534 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22535
22536         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22537         (gst_play_set_location), (gst_play_set_visualization): Preparing
22538         switch integration, adding videobalance in the pipeline.
22539
22540 2004-01-14  Julien MOUTTE <julien@moutte.net>
22541
22542         * gst-libs/gst/colorbalance/colorbalance.c:
22543         (gst_color_balance_class_init): Adding a default type.
22544         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
22545         the type.
22546         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
22547         (gst_videobalance_dispose), (gst_videobalance_class_init),
22548         (gst_videobalance_init), (gst_videobalance_interface_supported),
22549         (gst_videobalance_interface_init),
22550         (gst_videobalance_colorbalance_list_channels),
22551         (gst_videobalance_colorbalance_set_value),
22552         (gst_videobalance_colorbalance_get_value),
22553         (gst_videobalance_colorbalance_init): Implementing colorbalance
22554         interface.
22555         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
22556         list.
22557         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
22558         bug which was triggering a BadAccess X error when setting an overlay
22559         before pad was really negotiated.
22560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
22561         Using the colorbalance type macro.
22562
22563 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22564
22565         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
22566         (gst_flacenc_chain):
22567           handle tags correctly
22568         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
22569           extract ID3v1 tags correctly
22570
22571 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22572
22573         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
22574         (plugin_init):
22575           Improve matroska typefinding for odd-typed headers...
22576
22577 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22578
22579         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
22580           Fix for using incremental number on padnames.
22581
22582 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22583
22584         * ext/divx/gstdivxdec.c:
22585         * ext/divx/gstdivxenc.c:
22586           Set category to divx4linux instead of divx (too generic).
22587         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22588         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
22589         (gst_wavparse_loop), (gst_wavparse_change_state):
22590         * gst/wavparse/gstwavparse.h:
22591           fix parsing of WAV files with non-standard fmt-tag size and fix
22592           skipping of unrecognized chunks... Someone please fix this thing
22593           to use rifflib so all this is automated.
22594         * sys/v4l/Makefile.am:
22595         * sys/v4l2/Makefile.am:
22596           Add X_CFLAGS because we depend on X (for overlay).
22597
22598 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
22599
22600         * ext/mpeg2dec/gstmpeg2dec.c:
22601           Don't issue a timestamp unless we tagged the frame
22602           with a PTS.
22603
22604 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22605
22606         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
22607           Query the audio element to get the time, not the clock. We're
22608           interested in the element's time here.
22609
22610 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22611
22612         * ext/aalib/gstaasink.c: (gst_aasink_chain):
22613         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22614         * ext/esd/esdsink.c: (gst_esdsink_chain):
22615         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
22616         * ext/mas/massink.c: (gst_massink_chain):
22617         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
22618         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
22619         (gst_matroska_demux_parse_metadata):
22620         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
22621         (gst_mpeg_parse_release_locks):
22622         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
22623         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
22624         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22625         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22626         (gst_osssink_change_state):
22627         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22628         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22629         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
22630         (gst_xvideosink_release_locks):
22631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22632           use element time.
22633         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
22634         (gst_alsa_clock_stop):
22635         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
22636         (gst_audio_clock_get_internal_time):
22637           simplify for use with new clocking code.
22638         * testsuite/alsa/Makefile.am:
22639         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
22640           fix testsuite for new caps system
22641
22642 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22643
22644         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22645         * ext/flac/gstflacenc.c: (add_one_tag):
22646           length is already host endian, no need to convert. Fixes playback of
22647           tagged files on PPC. (bug #128384)
22648
22649 2004-01-13  Julien MOUTTE <julien@moutte.net>
22650
22651         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
22652         colorbalance interface stating if it is hardware based or software
22653         based.
22654         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
22655         Removing a trailing comma.
22656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22657         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
22658         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
22659         the documentation seems to be wrong on the -1000 to 1000 interval.
22660
22661 2004-01-12  David Schleef  <ds@schleef.org>
22662
22663         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
22664         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
22665         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
22666         Fix negotiation.  Add a bufferalloc function for the sink pad,
22667         and generally clean up some of the code.
22668
22669 2004-01-12  Julien MOUTTE <julien@moutte.net>
22670
22671         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22672         (gst_color_balance_channel_dispose): Adding safety check in dispose
22673         method.
22674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22675         (gst_xvimagesink_xcontext_clear),
22676         (gst_xvimagesink_interface_supported),
22677         (gst_xvimagesink_colorbalance_list_channels),
22678         (gst_xvimagesink_colorbalance_set_value),
22679         (gst_xvimagesink_colorbalance_get_value),
22680         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
22681         Adding colorbalance interface support to set XV parameters such as
22682         HUE, BRIGHTNESS, CONTRAST, SATURATION.
22683         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
22684         interface.
22685
22686 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22687
22688         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
22689         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
22690         (gst_audio_convert_init), (gst_audio_convert_set_property),
22691         (gst_audio_convert_get_property), (gst_audio_convert_chain),
22692         (gst_audio_convert_link),
22693         (gst_audio_convert_buffer_to_default_format),
22694         (gst_audio_convert_buffer_from_default_format), (plugin_init):
22695           - implement _getcaps and use it
22696           - improve linking
22697           - remove float caps since no float conversion is actually done
22698           - remove properties and arguments that were to be used for rate
22699             conversion
22700
22701 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22702
22703         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
22704         (gst_audio_structure_set_int):
22705         * gst-libs/gst/audio/audio.h:
22706           add helper functions for _getcaps matching the standard audio
22707           templates
22708
22709 2004-01-12  David Schleef  <ds@schleef.org>
22710
22711         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22712         Test that pad is negotiated before getting its caps.
22713
22714 2004-01-12  Julien MOUTTE <julien@moutte.net>
22715
22716         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
22717         analyzing the pads of an element the bin is mostly in READY state so
22718         no caps were negotiated. This helper function needs to work with
22719         _get_caps directly then. I was not freeing them though, added that to
22720         fix the mem leak.
22721
22722 2004-01-12  Julien MOUTTE <julien@moutte.net>
22723
22724         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
22726         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
22727         than the free_func.
22728
22729 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
22730
22731         * sys/oss/gstossaudio.c: (plugin_init):
22732         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
22733         * sys/oss/gstosselement.h:
22734           make an oss debugging category
22735           make failure more descriptive
22736
22737 2004-01-11  David Schleef  <ds@schleef.org>
22738
22739         * ext/ffmpeg/gstffmpeg.c:
22740         * ext/ffmpeg/gstffmpegcodecmap.c:
22741         * ext/ffmpeg/gstffmpegdec.c:
22742         * ext/ffmpeg/gstffmpegenc.c:
22743         * ext/ffmpeg/gstffmpegprotocol.c:
22744         * ext/gdk_pixbuf/gstgdkanimation.c:
22745         * ext/jpeg/gstjpeg.c:
22746         * ext/libpng/gstpng.c:
22747         * ext/mpeg2dec/perftest.c:
22748         * ext/speex/gstspeex.c:
22749         * gst-libs/gst/resample/dtos.c:
22750         * gst/intfloat/gstintfloatconvert.c:
22751         * gst/oneton/gstoneton.c:
22752         * gst/rtjpeg/RTjpeg.c:
22753         * gst/rtp/gstrtp.c:
22754         * sys/dxr3/dxr3init.c:
22755         * sys/glsink/gstgl_nvimage.c:
22756         * sys/glsink/gstgl_pdrimage.c:
22757         * sys/glsink/gstglsink.c:
22758         * testsuite/gst-lint:
22759         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
22760
22761 2004-01-11  David Schleef  <ds@schleef.org>
22762
22763         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
22764         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
22765         * ext/gdk_pixbuf/gstgdkanimation.c:
22766         (gst_gdk_animation_iter_create_pixbuf):
22767         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22768         (gst_gdk_pixbuf_chain):
22769         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22770         * ext/jack/gstjack.c: (gst_jack_change_state):
22771         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
22772         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
22773         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22774         * gst/videofilter/gstvideofilter.c:
22775         (gst_videofilter_set_output_size):
22776         Remove all usage of gst_pad_get_caps(), and replace it with
22777         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
22778
22779 2004-01-11  David Schleef  <ds@schleef.org>
22780
22781         * configure.ac:
22782         * ext/Makefile.am: Fixes to make ext/libcaca compile.
22783         * ext/divx/gstdivxdec.c:
22784         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
22785         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
22786         handle images that span multiple buffers.  Now work with both
22787         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
22788         * ext/gdk_pixbuf/gstgdkpixbuf.h:
22789         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
22790         video/video.h changes
22791         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
22792         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22793         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
22794         of GstData free function.
22795         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22796         same.
22797
22798 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22799
22800         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
22801         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
22802         (gst_v4l2element_get_property):
22803         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
22804           add norm, channel and frequency properties.
22805         * sys/v4l2/gstv4l2tuner.c:
22806           fixes for tuner interface changes
22807         * sys/v4l2/gstv4l2element.h:
22808         * sys/v4l2/gstv4l2src.c:
22809         * sys/v4l2/gstv4l2src.h:
22810         * sys/v4l2/v4l2src_calls.c:
22811         * sys/v4l2/v4l2src_calls.h:
22812           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
22813
22814 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22815
22816         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
22817         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
22818         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
22819         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
22820         * gst-libs/gst/tuner/tuner.h:
22821           GObjects aren't const.
22822           Add find_by_name functions.
22823           Add checks to _changed functions.
22824         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
22825         (gst_v4l_tuner_get_norm):
22826           Fixes for above.
22827
22828 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22829
22830         * gst-libs/gst/video/video.h:
22831           Fix caps template names to be understandable.
22832           Prefix everything with GST_VIDEO.
22833         * ext/aalib/gstaasink.c:
22834         * ext/divx/gstdivxdec.c:
22835         * ext/divx/gstdivxenc.c:
22836         * ext/gdk_pixbuf/gstgdkpixbuf.c:
22837         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
22838         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
22839         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
22840         * ext/libcaca/gstcacasink.c:
22841         * ext/libpng/gstpngenc.c: (raw_caps_factory):
22842         * ext/snapshot/gstsnapshot.c:
22843         * ext/swfdec/gstswfdec.c:
22844         * ext/xvid/gstxviddec.c:
22845         * ext/xvid/gstxvidenc.c:
22846         * gst/chart/gstchart.c:
22847         * gst/deinterlace/gstdeinterlace.c:
22848         * gst/effectv/gsteffectv.c:
22849         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22850         * gst/goom/gstgoom.c:
22851         * gst/median/gstmedian.c:
22852         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
22853         (gst_monoscope_srcconnect), (gst_monoscope_chain):
22854         * gst/overlay/gstoverlay.c:
22855         * gst/smooth/gstsmooth.c:
22856         * gst/smpte/gstsmpte.c:
22857         * gst/synaesthesia/gstsynaesthesia.c:
22858         * gst/videocrop/gstvideocrop.c:
22859         * gst/videodrop/gstvideodrop.c:
22860         * gst/y4m/gsty4mencode.c:
22861         * sys/qcam/gstqcamsrc.c:
22862         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
22863           Make them work with new video.h file.
22864         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22865         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
22866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22867         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
22868           Make it work with new buffer allocation system.
22869
22870 2004-01-11  Julien MOUTTE  <julien@moutte.net>
22871
22872         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
22873         pad_alloc_buffer implementation to use ->srcpad
22874         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
22875         pad_alloc_buffer implementation to use ->srcpad
22876         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
22877         pad_alloc_buffer implementation to use ->srcpad
22878         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22879         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22880         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22881         a reference to everything we need.
22882         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
22883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22884         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22885         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
22886         a reference to everything we need.
22887         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
22888
22889 2004-01-11  David Schleef  <ds@schleef.org>
22890
22891         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
22892         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
22893         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
22894         structure members.
22895         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
22896         value during a resize/renegotiation.
22897         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
22898         gst_pad_alloc_buffer();
22899         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
22900         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
22901         structure members.
22902         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
22903         Fix for rename of buffer private structure members.
22904         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22905         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
22906         Fix for rename of buffer private structure members.
22907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22908         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
22909         Fix for rename of buffer private structure members.
22910
22911 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
22912
22913         reviewed by: David Schleef <ds@schleef.org>
22914
22915         * gst/videofilter/Makefile.am:
22916         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
22917         from the patch by ds to fit in with recent make_filter changes.
22918
22919 2004-01-11  Julien MOUTTE  <julien@moutte.net>
22920
22921         * configure.ac: Adding examples/switch/Makefile
22922         * examples/Makefile.am: Adding examples/switch
22923         * examples/switch/Makefile.am: Adding switcher example.
22924         * examples/switch/switcher.c: (got_eos), (idle_iterate),
22925         (switch_timer), (main): Adding an example demonstrating switch usage
22926         with 2 videotestsrc showing different patterns.
22927         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22928         (gst_switch_init): Fixing switch with the new caps system.
22929
22930 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22931
22932         * gst-libs/gst/video/video.h:
22933           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
22934           They should probably be like
22935           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
22936
22937 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22938
22939         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22940         (qtdemux_parse_trak):
22941           fix audio chunk size/timestamp calculation
22942
22943 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22944
22945         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22946           fix SVQ3 caps
22947
22948 2004-01-11  Steve Baker  <steve@stevebaker.org>
22949
22950         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
22951         (gst_agingtv_base_init), (gst_agingtv_class_init),
22952         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
22953         (gst_agingtv_set_property), (gst_agingtv_get_property):
22954         Port agingTV to videofilter
22955
22956 2004-01-09  Julien MOUTTE <julien@moutte.net>
22957
22958         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
22959         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22960
22961 2004-01-09  Julien MOUTTE <julien@moutte.net>
22962
22963         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
22964         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22965         * gst-libs/gst/xoverlay/xoverlay.c:
22966         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
22967         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22968         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22969         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22970         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
22971         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
22972         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
22973         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
22974         the bufferalloc_function to replace bufferpools, fixing the XOverlay
22975         interface implementation to handle xid being 0 and fix some bugs
22976         triggered by Benjamin's testcase.
22977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
22978         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
22979         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
22980         the bufferalloc_function to replace bufferpools, fixing the XOverlay
22981         interface implementation to handle xid being 0 and fix some bugs
22982         triggered by Benjamin's testcase.
22983
22984 2004-01-09  David Schleef  <ds@schleef.org>
22985
22986         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
22987         mouse pointer events.  It works.
22988
22989 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22990
22991         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
22992           Use explicit caps - fix capsnego.
22993         * ext/xvid/gstxviddec.c:
22994         * ext/xvid/gstxvidenc.c:
22995           Remove macro-inside-macro which caused compile errors.
22996         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
22997           Error out if it's not a RIFF file. Else we error out without
22998           gst_element_error() which is not good...
22999
23000 2004-01-08  David Schleef  <ds@schleef.org>
23001
23002         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23003         Fix pad_link function to handle formats that ffmpeg returns
23004         as multiple caps structures.
23005         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
23006         Only complain if source buffer is _smaller_ than expected.
23007         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23008         (gst_videoscale_handle_src_event): Resize navigation events
23009         when passing them upstream.
23010         * gst/videotestsrc/gstvideotestsrc.c:
23011         * gst/videotestsrc/gstvideotestsrc.h:
23012         * gst/videotestsrc/videotestsrc.c:
23013         * gst/videotestsrc/videotestsrc.h:
23014         Rewrite many of the buffer painting functions to handle odd
23015         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
23016         been verified to work with my video card.
23017         * testsuite/gst-lint:  Add check for elements calling
23018         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
23019
23020 2004-01-08  David Schleef  <ds@schleef.org>
23021
23022         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
23023         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
23024
23025 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23026
23027         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
23028         configure event is not emiting the desired size signal. That fixes
23029         aspect ratio issues with gst-player.
23030
23031 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23032
23033         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
23034           Fix capsnego.
23035
23036 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23037
23038         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
23039         public method to fire size signal.
23040
23041 2004-01-07  Julien MOUTTE  <julien@moutte.net>
23042
23043         * examples/gstplay/Makefile.am: Adding the interface library.
23044         * gst-libs/gst/play/Makefile.am: Adding the interface library.
23045         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
23046         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
23047         GST_IS_X_OVERLAY before signal connect.
23048         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
23049         Removing the have_video_size signal.
23050         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
23051         and associated public method.
23052         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23053         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
23054         signal.
23055         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23056         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
23057         signal.
23058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
23059         Using XOverlay public method to fire size signal.
23060
23061 2004-01-07  David Schleef  <ds@schleef.org>
23062
23063         * gst/videofilter/Makefile.am:
23064         * gst/videofilter/gstvideotemplate.c:
23065         * gst/videofilter/make_filter:
23066         Create gstvideoexample.c in a srcdir!=builddir friendly way.
23067         Convert make_filter to /bin/sh script.
23068
23069 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
23070
23071         * gst/modplug/gstmodplug.cc: fix element description
23072
23073 2004-01-07  Julien MOUTTE  <julien@moutte.net>
23074
23075         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
23076         (got_video_size): Adding some new lines in g_print calls.
23077         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
23078         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
23079         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
23080         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
23081         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
23082         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
23083         Complete code review, reverting some stuff i disagree with, adding
23084         some fixes : time synchronization on invalid timestamps, renegotiation
23085         of private window.
23086         * sys/ximage/ximagesink.h:
23087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
23088         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
23089         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
23090         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
23091         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23092         (gst_xvimagesink_buffer_new),
23093         (gst_xvimagesink_navigation_send_event),
23094         (gst_xvimagesink_set_xwindow_id),
23095         (gst_xvimagesink_get_desired_size),
23096         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
23097         stuff i disagree with, adding some fixes : Renegotiation of private
23098         window, implementing get_desired_size.
23099
23100 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23101
23102         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
23103         (gst_afsink_handle_event):
23104         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
23105         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
23106         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
23107         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
23108         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
23109           Fix for instantiate-test (see core). Also remove dead code from
23110           jpegenc (which still needs fixing, but that's lower on my TODO
23111           list...).
23112         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
23113           Never return NULL as caps.
23114
23115 2004-01-07  David Schleef  <ds@schleef.org>
23116
23117         * configure.ac:
23118         * ext/Makefile.am:
23119         * ext/librfb/Makefile.am:
23120         * ext/librfb/gstrfbsrc.c:
23121         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
23122         is the protocol used by VNC.
23123
23124 2004-01-07  David Schleef  <ds@schleef.org>
23125
23126         * gst/videofilter/gstvideotemplate.c:
23127         * gst/videofilter/gstvideotemplate.h:
23128         * gst/videofilter/make_filter:
23129         Merge videotemplate header into source file.
23130         * gst/effectv/Makefile.am:
23131         * gst/effectv/gsteffectv.c: (plugin_init):
23132         * gst/effectv/gstwarp.c:
23133         Make warpTV a subclass of videofilter.
23134
23135 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23136
23137         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23138           Add guard against invalid utf-8 conversions in mad. Just in case.
23139
23140 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23141
23142         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
23143           Fix for bug shown by poisoning
23144
23145 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23146
23147         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23148         (gst_v4lmjpegsrc_buffer_free):
23149         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23150         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
23151         (gst_v4lsrc_buffer_free):
23152           Fix for removed bufferpools.
23153
23154 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
23155
23156         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23157         Fix caps negotiation.
23158
23159         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
23160         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
23161         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
23162         (dvdnavsrc_event):
23163         * ext/mpeg2dec/gstmpeg2dec.c:
23164         * gst-libs/gst/navigation/navigation.c:
23165         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
23166         * gst-libs/gst/navigation/navigation.h:
23167         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
23168         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
23169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
23170         Super-simple first version of mouse and keyboard events. Clicking
23171         on a DVD menu now works, although it may not take you where you
23172         expected.
23173
23174         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23175         * gst/videotestsrc/gstvideotestsrc.c:
23176         (gst_videotestsrc_src_fixate):
23177         These fixate functions were broken - they never actually
23178         fixated :)
23179
23180 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23181
23182         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
23183         (gst_icecastsend_init):
23184           fix for new caps system.
23185         * gst-libs/gst/mixer/mixertrack.h:
23186         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
23187           Add 'master track' flag (for tools like ACME that only want to
23188           change the main volume).
23189
23190 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
23191
23192         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
23193         (gst_xvid_csp_to_caps):
23194         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
23195         * ext/xvid/gstxvidenc.c:
23196         ifdef out ARGB type when it isn't available
23197         in xvidcore 1.0.0beta2
23198
23199 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23200
23201         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23202           When we have received a new SCR right in the first buffer after
23203           a seek (so in the same cycle that handles the discont), we should
23204           handle the buffer instead of unreffing it, else we lose data.
23205
23206 2004-01-06  Iain <iain@prettypeople.org>
23207
23208         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
23209           buffer-frames caps too.
23210
23211         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
23212           caps that we need, don't destroy them all and rebuild them. And when
23213           creating src pads, use the src pad template rather than the sink...
23214
23215 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23216
23217         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23218           Add pad to element *after* setting functions such as event handler.
23219           Without this, the scheduler (opt) will link pads, set the event
23220           handler from the default event function (dispatcher in gstpad.c)
23221           and *after* that, we will set our own event function, which will
23222           thus never be used (and thus mpegdemux doesn't handle events).
23223
23224 2004-01-04  David Schleef  <ds@schleef.org>
23225
23226         Fix the fixate functions to handle new prototype:
23227         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23228         * gst/videotestsrc/gstvideotestsrc.c:
23229         (gst_videotestsrc_src_fixate):
23230         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
23231         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
23232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
23233
23234 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23235
23236         * sys/ximage/ximagesink.h:
23237         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
23238         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
23239         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
23240         (gst_ximagesink_xoverlay_init):
23241           assorted fixes to make (re)embedding work
23242         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
23243         (gst_ximagesink_get_desired_size):
23244           implement desired size additions to XOverlay
23245
23246 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23247
23248         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
23249         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
23250         (gst_x_overlay_got_desired_size):
23251         * gst-libs/gst/xoverlay/xoverlay.h:
23252           Add optional "desired size" signal and querying.
23253
23254 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23255
23256         * gst/matroska/matroska-demux.c:
23257         (gst_matroska_demux_parse_blockgroup):
23258           Fix EBML-laced block parsing. Diffs are relative to previous
23259           lace, not the first lace. Thanks to Mosu from the Matroska
23260           team for detecting this.
23261         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23262         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
23263         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
23264         (gst_wavparse_change_state):
23265         * gst/wavparse/gstwavparse.h:
23266           Quickfix for capsnego.
23267
23268 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23269
23270         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
23271           Fix indenting, fix pad creation.
23272
23273 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23274
23275         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
23276         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
23277         (gst_xviddec_sink_link):
23278           Implement src_getcaps() so proper size caps is negotiated.
23279
23280 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23281
23282         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
23283           Finish flac decoder on EOS. See #116178.
23284
23285 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23286
23287         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
23288         (gst_matroska_demux_add_stream):
23289         * gst/matroska/matroska-ids.h:
23290           Add getcaps() function to fix capsnego...
23291
23292 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23293
23294         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23295         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
23296         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23297           Fix more integer overflows. Again, see #126967.
23298
23299 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23300
23301         * ext/mpeg2dec/gstmpeg2dec.c:
23302           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
23303           #130416.
23304
23305 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23306
23307         * configure.ac:
23308         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
23309         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
23310         * ext/xvid/gstxvid.h:
23311         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
23312         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
23313         (gst_xviddec_src_link), (gst_xviddec_sink_link),
23314         (gst_xviddec_change_state):
23315         * ext/xvid/gstxviddec.h:
23316         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
23317         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
23318         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
23319         (gst_xvidenc_link), (gst_xvidenc_set_property),
23320         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
23321         * ext/xvid/gstxvidenc.h:
23322           Update xvid plugin to latest xvid (1.0.0-beta3) API.
23323
23324 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23325
23326         * gst/rtp/rtp-packet.c:
23327           Add sys/types.h include, since OS X doesn't define in_addr_t
23328           in netinet/in.h, like it does on Linux (see #129600).
23329
23330 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
23331
23332         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
23333
23334         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
23335           Correct logic of dispose function (see #129306).
23336
23337 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23338
23339         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
23340         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23341         (gst_mpeg_parse_init):
23342         * gst/mpegstream/gstmpegparse.h:
23343           Remove clock (which was never provided, i.e. dead code), and
23344           also fix integer overflows at high PTS values (see #126967).
23345
23346 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23347
23348         * ext/flac/gstflacdec.c:
23349         * ext/libpng/gstpngenc.h:
23350         * ext/mikmod/gstmikmod.h:
23351           OS X fixes (see #126628).
23352
23353 2004-01-02  David Schleef  <ds@schleef.org>
23354
23355         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
23356         (gst_alsa_src_base_init): Remove bogus "src" request pad.
23357         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
23358         (gst_mpeg_parse_class_init): Move pad template registration
23359         to class_init, since the derived class (mpegdemux) doesn't
23360         want them.
23361
23362 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23363
23364         * sys/ximage/Makefile.am:
23365         * sys/xvideo/Makefile.am:
23366         * sys/xvimage/Makefile.am:
23367           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
23368           after installation (see #127664).
23369
23370 2004-01-02  David Schleef  <ds@schleef.org>
23371
23372         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
23373         (gst_ffmpegenc_connect):  Negotiation fixes.
23374         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
23375         Remove inappropriate gst_caps_free().
23376         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23377         Reenable Ronald's internal resize code, since the core handles
23378         it correctly now.
23379
23380 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23381
23382         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
23383         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
23384         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
23385           Fix pad template stuff.
23386
23387 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23388
23389         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
23390         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
23391           fix signed integer reading/writing.
23392
23393 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23394
23395         * ext/alsa/README:
23396           Remove outdated document
23397
23398 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
23399
23400         * gst/cutter/gstcutter.c: (gst_cutter_init):
23401           src pad was being created twice - oops.
23402
23403 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23404
23405         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23406           Comment out internal resize. It doesn't handle the resulting
23407           XEvent internally, does another try_set_caps() which leads to
23408           a really nice loop.
23409           Real fix will come when Julien and Dave are awake. ;).
23410
23411 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23412
23413         * ext/mpeg2enc/gstmpeg2enc.cc:
23414           fix const/nonconst compile issue.
23415
23416 2004-01-02  David Schleef  <ds@schleef.org>
23417
23418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
23419         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
23420         Add fixate function and a check for bad formats.
23421
23422 2004-01-01  David Schleef  <ds@schleef.org>
23423
23424         Negotiation fixes:
23425         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
23426         (gst_audiofilter_init):
23427         * gst/debug/efence.c: (gst_efence_init):
23428         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
23429         (gst_deinterlace_init):
23430         * gst/volume/gstvolume.c: (volume_connect):
23431
23432 2004-01-01  David Schleef  <ds@schleef.org>
23433
23434         Convert elements to use gst_pad_use_explicit_caps() where
23435         appropriate:
23436         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
23437         * ext/audiofile/gstafparse.c: (gst_afparse_init),
23438         (gst_afparse_open_file):
23439         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
23440         (gst_afsrc_open_file):
23441         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
23442         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
23443         (gst_ffmpegdec_chain):
23444         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23445         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
23446         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
23447         (gst_gdk_pixbuf_chain):
23448         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
23449         (gst_jpegdec_chain):
23450         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
23451         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23452         (gst_mikmod_negotiate):
23453         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
23454         (gst_mpeg2dec_negotiate_format):
23455         * ext/mpeg2enc/gstmpeg2enc.cc:
23456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23457         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
23458         (gst_speexdec_sinkconnect):
23459         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
23460         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
23461         (gst_vorbisfile_new_link):
23462         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
23463         (gst_ac3parse_chain):
23464         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
23465         (gst_asf_demux_setup_pad):
23466         * gst/auparse/gstauparse.c: (gst_auparse_init),
23467         (gst_auparse_chain):
23468         * gst/id3/gstid3types.c: (gst_id3types_loop):
23469         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23470         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23471         (mp1videoparse_parse_seq):
23472         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
23473         (bpf_from_header):
23474         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23475         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
23476         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
23477         (gst_mpeg_parse_send_data):
23478         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23479         (gst_qtdemux_add_stream):
23480         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23481         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23482         (gst_wavparse_parse_fmt):
23483
23484 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23485
23486         * configure.ac:
23487           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
23488           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
23489           it therefore uses the wrong include paths. Too bad... Note
23490           that 1.6.1.93 is not release yet. ;).
23491           Also add a check for mplex, which is now using the lib'ified
23492           mplex from mjpegtools, too.
23493         * ext/ffmpeg/gstffmpegcodecmap.c:
23494           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
23495           issues. I don't think ffmpeg handles 3ivx correctly, so this
23496           probably won't work. But it won't hurt either.
23497         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
23498         (gst_ffmpegdec_chain):
23499         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
23500         (gst_ffmpegenc_chain_audio):
23501           Fix memleak in audio encoding. Close codec if open fails, this
23502           calls the cleanup routines so we can re-use the context.
23503         * ext/mpeg2enc/gstmpeg2enc.cc:
23504           Fix pad template names/types, fix memory issue with getcaps().
23505         * ext/mpeg2enc/gstmpeg2encoder.cc:
23506         * ext/mpeg2enc/gstmpeg2encoder.hh:
23507           Fix compile issue with new caps system (const thingy).
23508         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23509         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
23510           We read a first frame right on initing, so that we have a caps
23511           when we init the output. This caps is cached in padprivate and
23512           read as first frame.
23513         * ext/mplex/Makefile.am:
23514         * ext/mplex/gstmplex.cc:
23515         * ext/mplex/gstmplex.h:
23516         * ext/mplex/gstmplex.hh:
23517         * ext/mplex/gstmplexibitstream.cc:
23518         * ext/mplex/gstmplexibitstream.hh:
23519         * ext/mplex/gstmplexjob.cc:
23520         * ext/mplex/gstmplexjob.hh:
23521         * ext/mplex/gstmplexoutputstream.cc:
23522         * ext/mplex/gstmplexoutputstream.hh:
23523           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
23524           had issues, didn't do capsnego, supported only a subset of the
23525           mplex features and required a mplex fork in our local CVS. Plus
23526           that it worked agaist a very old mplex version. Rewriting was
23527           faster than updating it.
23528         * gst-libs/ext/Makefile.am:
23529         * gst-libs/ext/mplex/INSTRUCT:
23530         * gst-libs/ext/mplex/Makefile.am:
23531         * gst-libs/ext/mplex/README:
23532         * gst-libs/ext/mplex/TODO:
23533         * gst-libs/ext/mplex/ac3strm_in.cc:
23534         * gst-libs/ext/mplex/audiostrm.hh:
23535         * gst-libs/ext/mplex/audiostrm_out.cc:
23536         * gst-libs/ext/mplex/aunit.hh:
23537         * gst-libs/ext/mplex/bits.cc:
23538         * gst-libs/ext/mplex/bits.hh:
23539         * gst-libs/ext/mplex/buffer.cc:
23540         * gst-libs/ext/mplex/buffer.hh:
23541         * gst-libs/ext/mplex/fastintfns.h:
23542         * gst-libs/ext/mplex/format_codes.h:
23543         * gst-libs/ext/mplex/inputstrm.cc:
23544         * gst-libs/ext/mplex/inputstrm.hh:
23545         * gst-libs/ext/mplex/lpcmstrm_in.cc:
23546         * gst-libs/ext/mplex/mjpeg_logging.cc:
23547         * gst-libs/ext/mplex/mjpeg_logging.h:
23548         * gst-libs/ext/mplex/mjpeg_types.h:
23549         * gst-libs/ext/mplex/mpastrm_in.cc:
23550         * gst-libs/ext/mplex/mpegconsts.cc:
23551         * gst-libs/ext/mplex/mpegconsts.h:
23552         * gst-libs/ext/mplex/mplexconsts.hh:
23553         * gst-libs/ext/mplex/multplex.cc:
23554         * gst-libs/ext/mplex/outputstream.hh:
23555         * gst-libs/ext/mplex/padstrm.cc:
23556         * gst-libs/ext/mplex/padstrm.hh:
23557         * gst-libs/ext/mplex/stillsstream.cc:
23558         * gst-libs/ext/mplex/stillsstream.hh:
23559         * gst-libs/ext/mplex/systems.cc:
23560         * gst-libs/ext/mplex/systems.hh:
23561         * gst-libs/ext/mplex/vector.cc:
23562         * gst-libs/ext/mplex/vector.hh:
23563         * gst-libs/ext/mplex/videostrm.hh:
23564         * gst-libs/ext/mplex/videostrm_in.cc:
23565         * gst-libs/ext/mplex/videostrm_out.cc:
23566         * gst-libs/ext/mplex/yuv4mpeg.cc:
23567         * gst-libs/ext/mplex/yuv4mpeg.h:
23568         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
23569         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
23570           We don't fork mjpegtools' mplex in our CVS anymore.
23571         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
23572         (gst_avi_demux_add_stream):
23573         * gst/avi/gstavidemux.h:
23574           Add getcaps() function for proper caps nego. This makes some
23575           parts of AVI playback/reading work.
23576         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23577           Resize window on new capsnego. This is probably wrong, but
23578           I'm still committing it because with current capsnego, the
23579           first successfull capsnego is auto-fixated, therefore rounded
23580           down to the lowest values in the caps. this results in a 16x16
23581           XWindow that is not reized when real capsnego finishes.
23582           Dave, I see more cases of this, do you know a proper solution?
23583         * tools/gst-launch-ext.in:
23584           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
23585
23586 2003-12-31  David Schleef  <ds@schleef.org>
23587
23588         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
23589         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
23590           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
23591
23592 2003-12-30  David Schleef  <ds@schleef.org>
23593
23594         * ext/ffmpeg/gstffmpegcolorspace.c:
23595         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23596         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
23597         (gst_ffmpegcsp_chain): Negotiation fixes
23598         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
23599         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23600         (gst_audio_convert_link), (gst_audio_convert_channels):
23601         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
23602         (gst_audioscale_link), (gst_audioscale_get_buffer),
23603         (gst_audioscale_chain): Negotiation fixes
23604         * gst/audioscale/gstaudioscale.h:
23605         * gst/videofilter/gstvideofilter.c:
23606         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
23607         (gst_videofilter_link), (gst_videofilter_init),
23608         (gst_videofilter_set_output_size), (gst_videofilter_setup),
23609         (gst_videofilter_find_format_by_structure):
23610         * gst/videofilter/gstvideofilter.h: Negotiation fixes
23611         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23612         (gst_videoscale_link):
23613         * gst/videoscale/videoscale.c: (videoscale_get_structure),
23614         (videoscale_find_by_structure), (gst_videoscale_setup):
23615         * gst/videoscale/videoscale.h: Negotiation fixes
23616         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23617         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
23618         function, restrict resizing to a multiple of 4 (hack until
23619         everyone supports odd sizes correctly).
23620
23621 2003-12-29  Colin Walters  <walters@verbum.org>
23622
23623         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
23624         signed.
23625
23626 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
23627
23628         * ext/sndfile/gstsf.c: (gst_sf_loop):
23629           Fix warning about discarding const qualifier
23630
23631 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
23632
23633         * gst/cutter/gstcutter.c:
23634         * gst/videoscale/gstvideoscale.c:
23635         * gst/volenv/gstvolenv.c:
23636         * gst-libs/gst/audio/audio.c:
23637         * gst-libs/gst/video/video.c:
23638           Fix warnings
23639
23640 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23641
23642         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
23643           Don't send ALSA debugging to stderr.
23644         * ext/alsa/gstalsa.h:
23645           Use GST_WARNING instead of g_warning when ALSA functions fail.
23646
23647 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23648
23649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23650           Free XVAdapterInfo correctly.
23651
23652 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23653
23654         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
23655         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
23656           Make id3tag use correct caps nego.
23657
23658 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
23659
23660         * ext/ivorbis/vorbis.c:
23661         * ext/ivorbis/vorbisenc.h:
23662         * ext/ivorbis/vorbisfile.c:
23663           Modify so that it uses the new caps things
23664
23665 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23666
23667         * testsuite/spider/spider1.c: (main):
23668         * testsuite/spider/spider2.c: (main):
23669         * testsuite/spider/spider3.c: (main):
23670           Make tests compile again. They probably don't work.
23671
23672 2003-12-24  Colin Walters  <walters@verbum.org>
23673
23674         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
23675         we can't fixate the caps anymore.
23676
23677 2003-12-23  David Schleef  <ds@schleef.org>
23678
23679         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
23680         * sys/oss/gstosssink.c: (gst_osssink_init),
23681         (gst_osssink_sink_fixate): Add fixate function.
23682
23683 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23684
23685         * ext/ffmpeg/gstffmpegcodecmap.c:
23686         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
23687         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
23688         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
23689         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
23690         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
23691         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23692         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
23693           fix typo in RGB masks, and move back to "old" colorspace
23694           capsnego code until whoever wrote this new crap has actually
23695           tested it so that it works.
23696           And yes, this works, keep it that way please.
23697
23698 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23699
23700         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
23701         (gst_divxdec_init), (gst_divxdec_negotiate):
23702         * ext/divx/gstdivxdec.h:
23703         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
23704         (gst_divxenc_init):
23705         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
23706         (gst_faac_sinkconnect), (gst_faac_srcconnect):
23707         * ext/mpeg2enc/gstmpeg2enc.cc:
23708         * ext/mpeg2enc/gstmpeg2encoder.cc:
23709         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23710         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
23711         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
23712         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
23713         (dxr3spusink_init):
23714         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
23715         (dxr3videosink_init):
23716           Fix caps breakage after Dave's caps branch merge.
23717
23718 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23719
23720         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23721           Fix for 24bpp display.
23722
23723 2003-12-23  Colin Walters  <walters@verbum.org>
23724
23725         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
23726         a GnomeVFSHandle directly.
23727
23728 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23729
23730         * gst/volume/Makefile.am:
23731         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
23732         (volume_base_init), (volume_init):
23733           Reenable volume element and fix to work with new caps stuff.
23734           Rhythmbox needs this.
23735
23736 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23737
23738         * gst/qtdemux/qtdemux.c: (plugin_init):
23739           qtdemux requires bytestream
23740
23741 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23742
23743         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
23744           Fix remaining caps handling errors due to CAPS merge.
23745
23746 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23747
23748         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
23749         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
23750         (gst_faad_srcconnect):
23751           Port to new caps system.
23752
23753 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23754
23755         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
23756         (got_video_size), (main): using g_print instead of g_message.
23757         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
23758         signal which was not emitted because of "switch" element added to the
23759         bin but not connected. (Removing from the bin temporarily)
23760
23761 2003-12-21  Julien MOUTTE  <julien@moutte.net>
23762
23763         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
23764         find X development files. I don't understand the previous tests and
23765         they fail on my debian/ppc unstable. This one works.
23766         * examples/gstplay/player.c: (main): Set the pipeline to READY before
23767         exiting.
23768         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
23769         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23770         (gst_play_set_visualization): Add some safety checks in set_ methods
23771         and state_change. This was throwing some ugly CRITICAL messages when
23772         pipeline was getting disposed and casts were failing.
23773
23774 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23775
23776         * configure.ac:
23777           Improve mpeg2enc detection. This is for distributions that do
23778           ship mjpegtools, but without mpeg2enc. Also does object check
23779           for might there ever be ABI incompatibility.
23780         * ext/mpeg2enc/gstmpeg2enc.cc:
23781           Add Andrew as second maintainer (he's helping me), and also add
23782           an error if no caps was set. This happens if I pull before capsnego
23783           and that's something I should solve sometime else.
23784         * gst/matroska/matroska-demux.c:
23785         (gst_matroska_demux_parse_blockgroup):
23786           Fix time parsing.
23787         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
23788         (gst_matroska_mux_track_header):
23789           Add caps to templates.
23790         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
23791           Add mpegversion=1 to prevent confusion with MPEG/AAC.
23792         * gst/mpegstream/gstmpegdemux.c:
23793           Remove layer since it causes warnings about unfixed caps.
23794         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23795           Fix obvious typo (we error out if caps were set, we should of
23796           course error out if *no* caps were set).
23797         * sys/oss/gstosselement.c: (gst_osselement_convert):
23798           Fix format conversion, we confused bits/bytes.
23799         * sys/oss/gstosselement.h:
23800           Improve documentation for 'bps'.
23801         * sys/v4l/TODO:
23802           Remove stuff about plugins that need removing - this was done
23803           ages ago.
23804         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
23805         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
23806         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
23807         (gst_v4lsrc_src_query):
23808         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
23809         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
23810           Add get_query_types(), get_formats() and query() functions.
23811
23812 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23813
23814         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
23815         * moved CVS to freedesktop.org