gst-libs/gst/rtp/gstbasertpaudiopayload.c: Return FALSE from the event handler to...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2
3         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4         (gst_base_rtp_payload_audio_handle_event):
5         Return FALSE from the event handler to let the parent class handle the
6         event.
7
8         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
10         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
11
12         * gst-libs/gst/rtp/gstbasertppayload.c:
13         Bump the MTU to 1400.
14
15 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
16
17         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
18         Add an audio/x-nsf typefind function for the nsfdec element.
19
20 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
21         * gst/playback/gstplaybasebin.c:
22         Included "myth://" on stream_uris list for enable buffering to mythtv files
23
24 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
25
26         * docs/libs/gst-plugins-base-libs-sections.txt:
27         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
28         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
29         (gst_rtcp_unix_to_ntp):
30         * gst-libs/gst/rtp/gstrtcpbuffer.h:
31         Fix parsing of RB blocks.
32         Fix docs.
33         Added helper functions to convert to/from UNIX and NTP time.
34         API: gst_rtcp_ntp_to_unix()
35         API: gst_rtcp_unix_to_ntp()
36
37         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
38         (gst_rtp_buffer_get_header_len),
39         (gst_rtp_buffer_get_extension_data),
40         (gst_rtp_buffer_get_payload_subbuffer),
41         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
42         (gst_rtp_buffer_ext_timestamp):
43         * gst-libs/gst/rtp/gstrtpbuffer.h:
44         Fix some more docs.
45         Implement handling of packets with extensions.
46         Fix padding check in _validate().
47         Added function to get extension data.
48         API: gst_rtp_buffer_get_header_len()
49         API: gst_rtp_buffer_get_extension_data()
50
51 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
52
53         * gst-libs/gst/rtp/gstbasertpdepayload.c:
54         (gst_base_rtp_depayload_class_init),
55         (gst_base_rtp_depayload_set_gst_timestamp):
56         Add some more docs for the queue-delay property and fix a typo in a
57         comment.
58
59         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
60         Fix typo.
61
62 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
63
64         * gst-libs/gst/audio/gstbaseaudiosink.c:
65         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
66         (gst_base_audio_sink_change_state):
67         When skew slaving, try to hover around the middle of a segment so that
68         we at most drift by half a segment.
69         If we are aligning in the oposite direction of the clock skew, we don't
70         have to resync.
71
72 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
73
74         * gst-libs/gst/rtp/gstbasertpdepayload.c:
75         (gst_base_rtp_depayload_setcaps),
76         (gst_base_rtp_depayload_set_gst_timestamp):
77         Be less silly with the segment start, just apply the clock-base to the
78         timestamp.
79
80 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
81
82         * gst-libs/gst/rtp/gstbasertpdepayload.c:
83         (gst_base_rtp_depayload_class_init),
84         (gst_base_rtp_depayload_finalize),
85         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
86         (gst_base_rtp_depayload_handle_sink_event),
87         (gst_base_rtp_depayload_set_gst_timestamp),
88         (gst_base_rtp_depayload_change_state):
89         * gst-libs/gst/rtp/gstbasertpdepayload.h:
90         Deprecate the queue handling thread thing and remove the code.
91         Use new method to calculate the extended timestamp.
92
93 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
94
95         * gst-libs/gst/rtp/gstrtcpbuffer.c:
96         (gst_rtcp_packet_sdes_copy_entry):
97         Use g_strndup which does exactly what we want.
98
99         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
100         (gst_rtp_buffer_ext_timestamp):
101         * gst-libs/gst/rtp/gstrtpbuffer.h:
102         Add helper function to compare seqnums.
103         Add helper function to calculate extended timestamps.
104         API: gst_rtp_buffer_compare_seqnum()
105         API: gst_rtp_buffer_ext_timestamp()
106
107 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
108
109         * gst-libs/gst/rtp/gstrtcpbuffer.c:
110         (gst_rtcp_packet_sdes_get_entry),
111         (gst_rtcp_packet_sdes_copy_entry):
112         * gst-libs/gst/rtp/gstrtcpbuffer.h:
113         Fix and document SDES item data function.
114         Add new function that makes a proper copy of SDES item data.
115         API: gst_rtcp_packet_sdes_copy_entry()
116
117 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
118
119         * configure.ac:
120         * gst/Makefile.am:
121           The tcp and subparse plugins are under gst, but not totaly free of
122           dependencies. Handle selection inconfigure.ac, so that they show up
123           on the final list of what is build and what is not. Maybe they should
124           better be moved to ext.
125
126 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
127
128         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
129
130         * configure.ac:
131         * gst/Makefile.am:
132           Check if libxml provides HTML parser which subparse needs.
133           Fixes #451970.
134
135 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
136
137         * ext/alsa/gstalsa.c:
138           Fix typo and compilation on big endian systems.
139
140 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
141
142         * gst/subparse/gstssaparse.c:
143           Convert SSA newline codes into actual newline characters (#470766).
144
145 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
146
147         * docs/libs/gst-plugins-base-libs-sections.txt:
148         * gst-libs/gst/pbutils/install-plugins.c:
149         * gst-libs/gst/pbutils/install-plugins.h:
150         * tests/check/libs/pbutils.c:
151           API: also add gst_install_plugins_supported() while we're at it
152           (see #470456).
153
154 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
155
156         * docs/libs/gst-plugins-base-libs-sections.txt:
157         * gst-libs/gst/pbutils/missing-plugins.c:
158         * gst-libs/gst/pbutils/missing-plugins.h:
159         * tests/check/libs/pbutils.c:
160           API: add gst_missing_*_installer_detail_new() convenience API so
161           that applications that know exactly what they're missing can request
162           installer detail strings for those items directly instead of having
163           to first create a dummy missing-plugin message and then get the
164           installer detail string from that.  Fixes #470456.
165
166 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
167
168         * gst/playback/gstdecodebin.c: (close_pad_link):
169         We need to set up delayed-linking whenever the caps are non-fixed,
170         not just when there are multiple types - use gst_pad_is_fixed()
171         to test.
172
173 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
174
175         * gst-libs/gst/pbutils/missing-plugins.c:
176           (gst_missing_plugin_message_get_installer_detail):
177           Add missing separator in PID fallback case.
178
179 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
180
181         * ext/alsa/Makefile.am:
182         There is no GST_PLUGINS_BASE_LIBS defined.
183         
184         * ext/alsa/gstalsa.c:
185         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
186         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
187         Add support for ALSA 24-bit formats.
188         snd_pcm_delay can return an error code, especially
189         during XRUNS. In that case, the best we can do is assume
190         delay = 0.
191
192         * gst/audioconvert/Makefile.am:
193         Add flags from -base before any more-remote dependencies.
194
195 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
196
197         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
198
199         * gst/volume/gstvolume.c: (volume_choose_func),
200         (volume_update_real_volume), (gst_volume_set_volume),
201         (gst_volume_init), (volume_process_int32),
202         (volume_process_int32_clamp), (volume_process_int24),
203         (volume_process_int24_clamp), (volume_process_int16),
204         (volume_process_int16_clamp), (volume_process_int8),
205         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
206         * gst/volume/gstvolume.h:
207         Add support for int32, int24 and int8 to the volume element.
208         Fixes #445529.
209
210 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
211
212         * tests/examples/Makefile.am:
213           Fix even more.
214
215 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
216
217         * configure.ac:
218         * docs/libs/Makefile.am:
219         * docs/libs/gst-plugins-base-libs-docs.sgml:
220         * docs/libs/gst-plugins-base-libs-sections.txt:
221         * ext/gnomevfs/gstgnomevfssrc.c:
222         * ext/gnomevfs/gstgnomevfssrc.h:
223         * gst-libs/gst/Makefile.am:
224         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
225         * pkgconfig/gstreamer-plugins-base.pc.in:
226         * sys/v4l/v4lsrc_calls.c:
227         * tests/examples/Makefile.am:
228         * win32/common/config.h:
229           Revert unwanted commit. many thanks to moap. I want a fix for 
230           https://thomas.apestaart.org/moap/trac/ticket/239
231
232 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
233
234         * gst/volume/gstvolume.c:
235           Move passthrough below gst_object_sync_values(). Fixes #442654.
236
237 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
238
239         * gst-libs/gst/audio/audio.c:
240         Clarify the docs a little.
241
242 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
243
244         * gst/volume/gstvolume.c:
245           Enable liboil for float and add more details about problems with
246           int16.
247
248 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
249
250         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
251         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
252
253 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
254
255         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
256         When calculating the first timestamp of the buffers, don't go below 0
257         and clip the samples because the offset was on the eos page.
258         Fixes #466717.
259
260 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
261
262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
263         (gst_ogg_demux_collect_chain_info):
264         Also submit the eos page when trying to find the first timestamp.
265         See #466717.
266
267 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
268
269         * gst-libs/gst/audio/audio.h:
270         Use gst_util_uint64_scale() instead of doing the math
271         with double for GST_FRAMES_TO_CLOCK_TIME() and
272         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
273         prevents rounding errors. Fixes #467667.
274
275 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
276
277         * gst-libs/gst/rtsp/gstrtspconnection.c:
278         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
279         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
280         * gst-libs/gst/rtsp/gstrtspconnection.h:
281         Small cleanups.
282         On shutdown, don't read the control socket yet.
283         Set timeout value correctly in all cases.
284         Add function to check if the server accepts reads or writes.
285         API: gst_rtsp_connection_poll()
286
287         * gst-libs/gst/rtsp/gstrtspdefs.h:
288         Fix compilation with -pedantic.
289         Add enum for _poll.
290
291 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
292
293         Patch by: Olivier Crete  <tester at tester ca>
294
295         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
296         (gst_basertppayload_getcaps):
297         * gst-libs/gst/rtp/gstbasertppayload.h:
298         Add getcaps vfunc to basertppayload. See #465146.
299
300 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
301
302         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
303         Only post buffering messages when we are a stream.
304
305 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
306
307         * gst-libs/gst/pbutils/install-plugins.c:
308         * gst-libs/gst/pbutils/missing-plugins.c:
309           Small docs fix and addition.
310
311 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
312
313         * tests/icles/.cvsignore:
314         * tests/icles/Makefile.am:
315         * tests/icles/test-textoverlay.c:
316           Add a dumb little test for textoverlay alignments.
317
318 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
319
320         Patch by: Dan Williams  <dcbw redhat com>
321
322         * ext/pango/gsttextoverlay.c:
323         * ext/pango/gsttextoverlay.h:
324           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
325           "silent" property so there's a Since tag in the API reference.
326
327 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
328
329         * gst-libs/gst/rtp/gstbasertppayload.c:
330         (gst_basertppayload_set_outcaps):
331         * gst-libs/gst/rtp/gstbasertppayload.h:
332         Improve caps negotiation so that downstream elements can confiure
333         certain RTP properties by fixing them on the caps. See #465146.
334         Add docs.
335
336 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
337
338         * docs/libs/gst-plugins-base-libs-sections.txt:
339         * gst-libs/gst/rtp/gstbasertpdepayload.c:
340         * gst-libs/gst/rtp/gstbasertpdepayload.h:
341           Mark as deprecated some macros which were presumably meant to be
342           private API and accidentally exposed in the public header file.
343           Also actually _init() lock (only works at the moment because the
344           struct is zeroed out when created and the initial values in the
345           mutex struct are zeroes too). (#459585)
346
347 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
348
349         * docs/libs/Makefile.am:
350           Remove cruft and do some cleanups.
351
352         * docs/libs/gst-plugins-base-libs-docs.sgml:
353           Prepare for comming gtkdoc features (rebase against online docs).
354
355 2007-08-10  Michael Smith <msmith@fluendo.com>
356
357         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
358           Debug output fixes.
359         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
360         (GST_START_TEST):
361           Change the number of buffers used; 500 is too many and leads to
362           timeouts.
363
364 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
365
366         * gst/playback/gstqueue2.c:
367         * gst/videorate/gstvideorate.c:
368           Printf format fixes (#465028).
369
370 2007-08-09  Michael Smith <msmith@fluendo.com>
371
372         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
373           If we have a large (> 1 second) discontinuity, push a series of
374           smaller buffers rather than a single very large buffer. Avoids
375           unreasonably large single buffer allocations when encountering a
376           large gap.
377         * tests/check/elements/audiorate.c: (GST_START_TEST),
378         (audiorate_suite):
379           Add a test for this.
380
381 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
382
383         * gst/playback/gstplaybasebin.c: (group_commit),
384         (queue_remove_probe), (queue_threshold_reached):
385
386         Patch by: Josep Torra Valles <josep@fluendo.com>
387         Fixes: #465015
388         Make sure we remove the check_queues buffer probe from the 
389         correct queue to avoid racily going back to "buffering 99%" when
390         buffering is actually complete.
391
392         Also, fix the spelling of Josep's surname in the ChangeLog.
393
394 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
395
396         * ext/ogg/gstoggmux.c:
397           Do not leak oggmux instance.
398         
399         * ext/vorbis/vorbisenc.c:
400           Also log values.
401
402 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
403
404         * po/hu.po:
405         * po/it.po:
406         * po/nl.po:
407         * po/uk.po:
408         * po/vi.po:
409           Updated translations.
410
411 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
412
413         patch by: Yang Hong <hongyang@redflag-linux.com>
414
415         * ext/pango/gsttextoverlay.c:
416         * ext/pango/gsttextoverlay.h:
417           Add 'silent' property to GstTimeOverlay. Fixes #462979
418
419 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
420
421         Patch by: Josep Torra Valles <josep@fluendo.com>
422
423         * docs/plugins/gst-plugins-base-plugins.args:
424         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
425         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
426         (gst_uri_decode_bin_get_property), (gen_source_element):
427         Add connection-speed property. Fixes #464690.
428
429 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
430
431         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
432
433         * configure.ac:
434         * gst-libs/gst/rtsp/Makefile.am:
435         * gst-libs/gst/rtsp/gstrtspconnection.c:
436         (gst_rtsp_connection_connect):
437         Fix compilation on windows. Fixes #464320.
438
439 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
440
441         Patch by: Josep Torra Valles <josep@fluendo.com>
442
443         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
444         (gst_play_base_bin_init), (queue_threshold_reached),
445         (gen_source_element), (setup_substreams),
446         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
447         (gst_play_base_bin_get_streaminfo_value_array):
448         * gst/playback/gstplaybasebin.h:
449         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
450         (gst_play_bin_set_property), (gst_play_bin_get_property),
451         (gst_play_bin_handle_redirect_message):
452         Move connection-speed property from playbin to playbasebin so that we
453         can also configure it in source elements that have the connection-speed
454         property. Fixes #464028.
455         Add some debug info here and there.
456
457 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
458
459         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
460         Properly respond to conversion queries. Fixes #464079.
461
462 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
463
464         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
465         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
466         (gst_audio_test_src_init_sine_table),
467         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
468         * gst/audiotestsrc/gstaudiotestsrc.h:
469         Add float/double and int32 support to audiotestsrc. Fixes #460422.
470         Also set the default volume to the default value specified in the
471         GParamSpec.
472
473 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
474
475         Patch by: Jens Granseuer <jensgr at gmx dot net>
476
477         * gst/audioconvert/gstaudioquantize.c:
478         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
479
480 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
481
482         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
483         Add rdt manager for rdt transport.
484         Fix parsing of RDT transport.
485
486 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
487
488         * configure.ac:
489         Back to CVS
490
491 === release 0.10.14 ===
492
493 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
494
495         * configure.ac:
496           releasing 0.10.14, "Light Years Ahead"
497
498 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
499
500         * tests/check/libs/audio.c: (GST_START_TEST):
501         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
502
503 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
504
505         * gst-libs/gst/audio/audio.c:
506         When clipping a buffer with no timestamp, assume it is
507         within the segment without warnings.
508
509         Fixes: #460978
510
511 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
512
513         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
514         Fire the signal on the object, not the interface.
515
516 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
517
518         * gst-libs/gst/rtsp/.cvsignore:
519         Ber. Don't include the full path, idiot.
520
521 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
522
523         * gst-libs/gst/rtsp/.cvsignore:
524         Ignore generated files.
525
526 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
527
528         * gst-libs/gst/interfaces/Makefile.am:
529         * gst-libs/gst/interfaces/interfaces-marshal.list:
530         * gst-libs/gst/interfaces/rtspextension.c:
531         * gst-libs/gst/interfaces/rtspextension.h:
532         * gst-libs/gst/rtsp/Makefile.am:
533         * gst-libs/gst/rtsp/gstrtsp.h:
534         * gst-libs/gst/rtsp/gstrtspextension.c:
535         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
536         (gst_rtsp_extension_detect_server),
537         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
538         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
539         (gst_rtsp_extension_configure_stream),
540         (gst_rtsp_extension_get_transports),
541         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
542         * gst-libs/gst/rtsp/gstrtspextension.h:
543         * gst-libs/gst/rtsp/rtsp-marshal.list:
544         Move the rtspextension.h interface into gstrtspextension.h
545         as part of libgstrtsp instead of libgstinterfaces, because it's
546         only for use within plugins, not applications. 
547         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
548         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
549         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
550         is abstract.
551
552 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
553
554         * gst-libs/gst/interfaces/Makefile.am:
555         * gst-libs/gst/interfaces/interfaces-marshal.list:
556         * gst-libs/gst/interfaces/rtspextension.c:
557         (gst_rtsp_extension_iface_init),
558         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
559         * gst-libs/gst/interfaces/rtspextension.h:
560         Fix marshaller for the send signal.
561         Add URL to stream selection interface method.
562
563 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
564
565         * gst-libs/gst/riff/Makefile.am:
566         Pull in our dependencies from -base before those from outside.
567
568 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
569
570         * docs/libs/gst-plugins-base-libs-sections.txt:
571         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
572         * gst-libs/gst/rtsp/gstrtspbase64.h:
573         API: gst_rtsp_base64_decode_ip()
574         Added function to decode Base64 in-place.
575
576 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
577
578         * tests/check/libs/.cvsignore:
579         Ignore the mixer test binary.
580
581 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
582
583         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
584         Gratuitous comment change to trigger a rebuild on the buildbots.
585
586 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
587
588         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
589         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
590         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
591         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
592         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
593         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
594         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
595         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
596         (gst_sdp_media_get_attribute_val):
597         * gst-libs/gst/sdp/gstsdpmessage.h:
598         Constify args where we can.
599
600 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
601
602         * gst-libs/gst/interfaces/Makefile.am:
603         * gst-libs/gst/interfaces/rtspextension.c:
604         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
605         (gst_rtsp_extension_detect_server),
606         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
607         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
608         (gst_rtsp_extension_configure_stream),
609         (gst_rtsp_extension_get_transports),
610         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
611         * gst-libs/gst/interfaces/rtspextension.h:
612         Move interface for RTSP extensions from -good to here.
613         Added helper methods to invoke interface methods.
614
615 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
616
617         * docs/libs/gst-plugins-base-libs-sections.txt:
618         * gst-libs/gst/rtsp/gstrtspdefs.h:
619         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
620         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
621         (gst_rtsp_message_init_response),
622         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
623         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
624         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
625         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
626         (gst_rtsp_message_get_body), (dump_key_value):
627         * gst-libs/gst/rtsp/gstrtspmessage.h:
628         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
629         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
630         (gst_rtsp_range_parse):
631         * gst-libs/gst/rtsp/gstrtsprange.h:
632         * gst-libs/gst/rtsp/gstrtsptransport.c:
633         * gst-libs/gst/rtsp/gstrtspurl.c:
634         Fix some more RTSP docs.
635         Add some missing methods for dealing with messages.
636
637 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
638
639         * docs/libs/gst-plugins-base-libs-docs.sgml:
640         * docs/libs/gst-plugins-base-libs-sections.txt:
641         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
642         * gst-libs/gst/rtsp/gstrtspbase64.h:
643         * gst-libs/gst/rtsp/gstrtspconnection.c:
644         (gst_rtsp_connection_connect), (add_auth_header),
645         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
646         (read_body), (gst_rtsp_connection_receive),
647         (gst_rtsp_connection_next_timeout),
648         (gst_rtsp_connection_reset_timeout),
649         (gst_rtsp_connection_set_auth):
650         * gst-libs/gst/rtsp/gstrtspconnection.h:
651         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
652         * gst-libs/gst/rtsp/gstrtspdefs.h:
653         * gst-libs/gst/rtsp/gstrtspmessage.h:
654         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
655         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
656         (gst_rtsp_range_parse):
657         * gst-libs/gst/rtsp/gstrtspurl.h:
658         Added beginnings of RTSP documentation.
659
660 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
661
662         * docs/libs/Makefile.am:
663         * docs/libs/gst-plugins-base-libs-docs.sgml:
664         * docs/libs/gst-plugins-base-libs-sections.txt:
665         * gst-libs/gst/sdp/gstsdp.h:
666         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
667         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
668         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
669         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
670         (gst_sdp_message_get_attribute_val),
671         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
672         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
673         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
674         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
675         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
676         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
677         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
678         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
679         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
680         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
681         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
682         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
683         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
684         (gst_sdp_media_get_attribute_val_n),
685         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
686         (print_media), (gst_sdp_message_dump):
687         * gst-libs/gst/sdp/gstsdpmessage.h:
688         Document the SDP library.
689         Add some of the missing SDPMedia methods.
690
691 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
692
693         * configure.ac:
694         * gst-libs/gst/Makefile.am:
695         * gst-libs/gst/rtsp/Makefile.am:
696         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
697         * gst-libs/gst/rtsp/gstrtspbase64.h:
698         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
699         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
700         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
701         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
702         (parse_response_status), (parse_request_line), (parse_line),
703         (gst_rtsp_connection_read), (read_body),
704         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
705         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
706         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
707         (gst_rtsp_connection_set_auth):
708         * gst-libs/gst/rtsp/gstrtspconnection.h:
709         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
710         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
711         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
712         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
713         (gst_rtsp_find_method):
714         * gst-libs/gst/rtsp/gstrtspdefs.h:
715         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
716         (gst_rtsp_message_new), (gst_rtsp_message_init),
717         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
718         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
719         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
720         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
721         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
722         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
723         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
724         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
725         (gst_rtsp_message_dump):
726         * gst-libs/gst/rtsp/gstrtspmessage.h:
727         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
728         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
729         (gst_rtsp_range_parse), (gst_rtsp_range_free):
730         * gst-libs/gst/rtsp/gstrtsprange.h:
731         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
732         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
733         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
734         (range_as_text), (rtsp_transport_mode_as_text),
735         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
736         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
737         (gst_rtsp_transport_free):
738         * gst-libs/gst/rtsp/gstrtsptransport.h:
739         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
740         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
741         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
742         * gst-libs/gst/rtsp/gstrtspurl.h:
743         * gst-libs/gst/sdp/Makefile.am:
744         * gst-libs/gst/sdp/gstsdp.h:
745         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
746         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
747         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
748         (gst_sdp_attribute_init), (gst_sdp_message_new),
749         (gst_sdp_message_init), (gst_sdp_message_uninit),
750         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
751         (gst_sdp_media_uninit), (gst_sdp_media_free),
752         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
753         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
754         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
755         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
756         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
757         (gst_sdp_message_get_attribute_val),
758         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
759         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
760         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
761         (gst_sdp_media_get_attribute_val_n),
762         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
763         (read_string), (read_string_del), (gst_sdp_parse_line),
764         (gst_sdp_message_parse_buffer), (print_media),
765         (gst_sdp_message_dump):
766         * gst-libs/gst/sdp/gstsdpmessage.h:
767         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
768         Move SDP and RTSP from helper objects in -good to a reusable library.
769         Use a proper gst_ namespace.
770
771 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
772
773         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
774         (vorbis_dec_flush_decode):
775         Use the new buffer clipping function from gstaudio here.
776
777 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
778
779         * docs/libs/gst-plugins-base-libs-sections.txt:
780         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
781         * gst-libs/gst/audio/audio.h:
782         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
783         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
784         Also add deprecation guards for gst_audio_structure_set_int() to the
785         header.
786
787 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
788
789         * docs/libs/gst-plugins-base-libs-sections.txt:
790           Cleanup the docs.
791
792 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
793
794         Patch by: Dan Williams <dcbw at redhat dot com>
795
796         * gst/playback/gstplaybasebin.c:
797         (gst_play_base_bin_get_streaminfo_value_array):
798         Don't return NULL when querying the stream info value array but instead
799         return an empty array. Fixes #459204.
800
801 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
802
803         * gst/playback/gsturidecodebin.c:
804           Init debug category before using it.
805
806 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
807
808         * gst-libs/gst/interfaces/mixer.h:
809         Add padding vars in place of the signal pointers
810         when building with DISABLE_DEPRECATED so that the
811         interface structure doesn't change size.
812
813 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
814
815         * docs/libs/gst-plugins-base-libs-sections.txt:
816         * ext/alsa/gstalsamixer.c:
817         * ext/alsa/gstalsamixer.h:
818         * ext/alsa/gstalsamixerelement.c:
819         * ext/alsa/gstalsamixertrack.c:
820         * gst-libs/gst/interfaces/mixer.c:
821         * gst-libs/gst/interfaces/mixer.h:
822         * gst-libs/gst/interfaces/mixeroptions.c:
823         * gst-libs/gst/interfaces/mixeroptions.h:
824         * gst-libs/gst/interfaces/mixertrack.c:
825         * gst-libs/gst/interfaces/mixertrack.h:
826         * tests/check/Makefile.am:
827         * tests/check/libs/mixer.c:
828
829         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
830         Fixes: #152864 
831
832         Add support for notifying mixer changes on the message bus, and
833         implement it in alsamixer.
834
835         API: gst_mixer_get_mixer_flags
836         API: gst_mixer_message_parse_mute_toggled
837         API: gst_mixer_message_parse_record_toggled
838         API: gst_mixer_message_parse_volume_changed
839         API: gst_mixer_message_parse_option_changed
840         API: GstMixerMessageType
841         API: GstMixerFlags
842
843 2007-07-20  Michael Smith <msmith@fluendo.com>
844
845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
846         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
847           xcontext->im_format is only for testing XShm support (as the header
848           file comments document). Use xvimage->im_format for everything else.
849           Avoids spurious warnings on buffer allocation before setcaps.
850
851 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
852
853         * tests/examples/volume/Makefile.am:
854         * tests/icles/Makefile.am:
855           We should use $(LIBM).
856
857 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
858
859         * tests/icles/Makefile.am:
860           This needs -lm.
861
862 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
863
864         * gst-libs/gst/rtp/gstbasertppayload.c:
865         (gst_basertppayload_class_init), (gst_basertppayload_init),
866         (gst_basertppayload_set_property),
867         (gst_basertppayload_get_property):
868         Don't break ABI, restore previous ranges. Keep the default random
869         selection of timestamp and seqnum offset but as soon as the app sets a
870         specific value, use that one.
871
872 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
873
874         Patch by: Bastien Nocera <hadess at hadess dot net>
875
876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
877         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
878         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
879         * sys/xvimage/xvimagesink.h:
880         Add option to turn off double-buffering for debugging purposes.
881         Fixes #437169.
882
883 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
884
885         Patch by: Jorn Baayen <jorn at openedhand dot com>
886
887         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
888         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
889         (gst_ximagesink_init), (gst_ximagesink_class_init):
890         * sys/ximage/ximagesink.h:
891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
892         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
893         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
894         * sys/xvimage/xvimagesink.h:
895         add 'handle-expose' property. Useful for video widgets which may want to
896         be in control of Expose behaviour. Fixes #380625
897
898 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
899
900         * gst-libs/gst/rtp/gstbasertppayload.c:
901         (gst_basertppayload_class_init), (gst_basertppayload_init),
902         (gst_basertppayload_event), (gst_basertppayload_push),
903         (gst_basertppayload_set_property),
904         (gst_basertppayload_get_property),
905         (gst_basertppayload_change_state):
906         * gst-libs/gst/rtp/gstbasertppayload.h:
907         Fix ranges of rtp payloader properties so that the full range can be
908         used in addition to -1 (random).
909         Fix wrong seqnum reporting in caps.
910         Fixes #420326.
911
912 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
913
914         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
915         (gst_video_rate_query):
916         Use boilerplate.
917         Add latency query, might not be perfect yet but already works a lot
918         better. Fixes #442557.
919
920 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
921
922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
923         (gst_xvimagesink_setcaps):
924         * sys/xvimage/xvimagesink.h:
925         After a caps change, redraw our borders to avoid garbage left there
926         when the image format changes to a smaller size, like 16:9 -> 4:3
927         Also, hold the flow_lock a bit longer in the set_caps while we're
928         fiddling with the xcontext.
929
930 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
931
932         * Makefile.am:
933         * configure.ac:
934         * tests/Makefile.am:
935         Remove bogus check for libcheck, since we check for
936         gstreamer-check and it pulls in the required info from there, and we
937         weren't actually _using_ the information for libcheck ourselves
938         anyway.
939
940 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
941
942         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
943         (gst_ffmpeg_caps_to_pixfmt):
944         Fix the r_mask test for RGBA32 on little-endian.
945         Fix a stupid typo that would have obviously broken 
946         compilation on big-endian, if anyone was testing.
947
948 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
949
950         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
951         (paint_hline_str4):
952         * gst/videotestsrc/videotestsrc.h:
953         Add alpha to the color struct.
954         Use a default alpha value of 255 instead of 128.
955
956 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
957
958         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
959         (setup_source):
960         Clear the dynamic pads counter when starting a new uri. This makes
961         reusing playbin work again.
962         Fixes #454264.
963
964 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
965
966         * configure.ac:
967           Use pkg-config to locate check.
968
969 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
970
971         * configure.ac:
972         * tests/check/elements/volume.c: (GST_START_TEST):
973           Fix 'make check' build against core CVS.
974
975 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
976
977         * gst-libs/gst/interfaces/propertyprobe.c:
978         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
979         * gst-libs/gst/tag/gstvorbistag.c:
980           Make gtk-doc happy.
981
982 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
983
984         * gst-libs/gst/audio/gstbaseaudiosink.c:
985         (gst_base_audio_sink_callback):
986           Quick hack to make audiosinks stop at EOS when operating in
987           pull-mode; needs to be fixed properly some day.
988
989 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
990
991         * docs/libs/gst-plugins-base-libs-sections.txt:
992           Fix location of includes in the docs.
993
994 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
995
996         * gst/ffmpegcolorspace/avcodec.h:
997         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
998         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
999         (gst_ffmpegcsp_avpicture_fill):
1000         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1001         (img_get_alpha_info):
1002         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
1003         of the existing BGRA32 and RGBA32 formats with the alpha at the other
1004         end of the word. Partially fixes #451908
1005
1006 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
1007
1008         * docs/libs/Makefile.am:
1009         * docs/plugins/Makefile.am:
1010           Simplify --extra-dir as gtkdoc scans recursively.
1011
1012 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
1013
1014         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
1015         (gst_adder_request_new_pad):
1016         Make getcaps more robust by not using the proxycaps function. This makes
1017         sure that we don't end up recursively calling getcaps upstream.
1018         See #316248.
1019
1020 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
1021
1022         * gst/audioconvert/audioconvert.c:
1023         Include math.h to fix compilation.
1024
1025 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
1026
1027         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1028         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1029         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
1030         format, as produced by some dc1394 cameras like the iSight.
1031         See http://www.fourcc.org/yuv.php#IYU1
1032
1033 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
1034
1035         * gst/audioconvert/Makefile.am:
1036         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
1037         (check_default), (audio_convert_prepare_context),
1038         (audio_convert_clean_context), (audio_convert_convert):
1039         * gst/audioconvert/audioconvert.h:
1040         * gst/audioconvert/gstaudioconvert.c:
1041         (gst_audio_convert_dithering_get_type),
1042         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
1043         (gst_audio_convert_init), (gst_audio_convert_set_caps),
1044         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
1045         * gst/audioconvert/gstaudioconvert.h:
1046         * gst/audioconvert/gstaudioquantize.c:
1047         (gst_audio_quantize_setup_noise_shaping),
1048         (gst_audio_quantize_free_noise_shaping),
1049         (gst_audio_quantize_setup_dither),
1050         (gst_audio_quantize_free_dither),
1051         (gst_audio_quantize_setup_quantize_func),
1052         (gst_audio_quantize_setup), (gst_audio_quantize_free):
1053         * gst/audioconvert/gstaudioquantize.h:
1054         Implement dithering and noise shaping in audioconvert. By default now
1055         TPDF dithering (and no noise shaping) will be used when converting
1056         from a higher bit depth to 20 bit depth or smaller, otherwise
1057         everything will be as it is now.
1058         For the last audioconvert in a pipeline it would make sense to
1059         use some kind of noise shaping, enabling it by default for all
1060         conversions would give undesired results though. Fixes #360246.
1061         * tests/check/elements/audioconvert.c: (setup_audioconvert),
1062         (GST_START_TEST):
1063         Adjust unit test for the new audioconvert.
1064
1065 2007-06-28  Wim Taymans  <wim@fluendo.com>
1066
1067         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
1068         Use other metrics as well when estimating the buffer level.
1069
1070 2007-06-28  Wim Taymans  <wim@fluendo.com>
1071
1072         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
1073         Small debug improvement.
1074
1075         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
1076         (plugin_init):
1077         Tweak the rate estimation period.
1078         When calculating the buffer filledness in rate estimation mode, don't
1079         mix it with other metrics.
1080
1081 2007-06-28  Wim Taymans  <wim@fluendo.com>
1082
1083         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1084         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
1085         When creating the groups, allow for a 5 second, unlimited buffers
1086         preroll phase after which we expose the group.
1087         When the group is exposed, use a small number of buffers up to a 2
1088         second limit. Also disconnect the overrun signal from multiqueue when we
1089         exposed the group because it is not needed anymore.
1090
1091 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1092
1093         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
1094           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
1095           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
1096           (#451707); also, output some debugging info when dealing with
1097           freeform strings.
1098
1099         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
1100           Add unit test for the above.
1101
1102 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1103
1104         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
1105           Add description for Windows Media RTP caps.
1106
1107         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1108           Remove RTP fields that don't define the format from caps.
1109
1110 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
1111
1112         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1113           Skip empty buffers, but not empty header buffers. That way the original
1114           vorbisdec unit test still passes (#451145); also, take into account
1115           that those empty packets might carry a granulepos.
1116
1117         * tests/check/Makefile.am:
1118         * tests/check/elements/vorbisdec.c:
1119         (_create_codebook_header_buffer), (_create_audio_buffer),
1120         (GST_START_TEST), (vorbisdec_suite):
1121           Add unit test that sends an empty packet.
1122
1123 2007-06-27  Wim Taymans  <wim@fluendo.com>
1124
1125         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
1126         Don't error out on 0-sized packets, just emit a warning because this is
1127         not a fatal error. Fixes #451145.
1128
1129 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
1130
1131         * docs/plugins/gst-plugins-base-plugins.args:
1132         * docs/plugins/gst-plugins-base-plugins.signals:
1133         * docs/plugins/inspect/plugin-adder.xml:
1134         * docs/plugins/inspect/plugin-alsa.xml:
1135         * docs/plugins/inspect/plugin-audioconvert.xml:
1136         * docs/plugins/inspect/plugin-audiorate.xml:
1137         * docs/plugins/inspect/plugin-audioresample.xml:
1138         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1139         * docs/plugins/inspect/plugin-cdparanoia.xml:
1140         * docs/plugins/inspect/plugin-decodebin.xml:
1141         * docs/plugins/inspect/plugin-decodebin2.xml:
1142         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1143         * docs/plugins/inspect/plugin-gdp.xml:
1144         * docs/plugins/inspect/plugin-gnomevfs.xml:
1145         * docs/plugins/inspect/plugin-libvisual.xml:
1146         * docs/plugins/inspect/plugin-ogg.xml:
1147         * docs/plugins/inspect/plugin-pango.xml:
1148         * docs/plugins/inspect/plugin-playbin.xml:
1149         * docs/plugins/inspect/plugin-subparse.xml:
1150         * docs/plugins/inspect/plugin-tcp.xml:
1151         * docs/plugins/inspect/plugin-theora.xml:
1152         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1153         * docs/plugins/inspect/plugin-video4linux.xml:
1154         * docs/plugins/inspect/plugin-videorate.xml:
1155         * docs/plugins/inspect/plugin-videoscale.xml:
1156         * docs/plugins/inspect/plugin-videotestsrc.xml:
1157         * docs/plugins/inspect/plugin-volume.xml:
1158         * docs/plugins/inspect/plugin-vorbis.xml:
1159         * docs/plugins/inspect/plugin-ximagesink.xml:
1160         * docs/plugins/inspect/plugin-xvimagesink.xml:
1161           Update docs with caps info.
1162
1163 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
1164
1165         * po/POTFILES.in:
1166           Add more files with translatable strings (#450875).
1167
1168 2007-06-23  Edward Hervey  <edward@fluendo.com>
1169
1170         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
1171         The chain should be freed if we error out here, else it will leak.
1172         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
1173         (cleanup_decodebin):
1174         Don't forget to *properly* remove the signals, else it will leak.
1175
1176 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
1177
1178         * MAINTAINERS:
1179         Updating all the maintainers files
1180
1181 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
1182
1183         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
1184         (main):
1185           Destroy and recreate parse-launch based pipeline after stop to be able
1186           to play again. Reorder some code and add more comments.
1187
1188 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
1189
1190         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1191         When handling a delayed-caps notification case, mark
1192         the group as dynamic so that the nbdynamic count is
1193         incremented and decremented correctly. Fixes: #449156
1194         Patch by: Wim Taymans <wim@fluendo.com>
1195
1196 2007-06-19  Andy Wingo  <wingo@pobox.com>
1197
1198         * gst-libs/gst/audio/gstbaseaudiosink.c
1199         (gst_base_audio_sink_init): Enable pull-mode operation.
1200
1201 2007-06-19  Michael Smith <msmith@fluendo.com>
1202
1203         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1204           Change minimum rate back to 1000 to allow low-sample-rate wav files
1205           to play back.
1206
1207 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1208
1209         * po/vi.po:
1210           Update translations.
1211
1212 2007-06-15  David Schleef  <ds@schleef.org>
1213
1214         * gst/playback/gstqueue2.c:
1215           Fix compile error from ignored return value.
1216
1217 2007-06-15  Michael Smith <msmith@fluendo.com>
1218
1219         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1220           Update tmpbuf for all neccesary rows, not just one, as is required
1221           when downscaling.
1222           Fixes #402076.
1223
1224 2007-06-15  Michael Smith <msmith@fluendo.com>
1225
1226         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
1227         (eos_buffer_probe):
1228           Add a test that ensures we set DELTA_UNIT on all non-header,
1229           non-video buffers, if we have a video stream.
1230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1231         (gst_ogg_mux_process_best_pad):
1232           Move setting delta_pad to earlier, where we inspect all pads, so
1233           that leading audio pages don't get DELTA_UNIT unset if they come
1234           before the first DELTA_UNIT from video pages. Fixes the newly-added
1235           test. Fixes #385527.
1236
1237 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
1238
1239         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1240           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
1241           fails on the p5-ppc64 build bot and the failure looks like it is due
1242           to the same issue as #348114, ie. a compiler bug.
1243
1244 2007-06-13  Edward Hervey  <edward@fluendo.com>
1245
1246         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1247         Fix build on MacOSX.
1248
1249 2007-06-13  Wim Taymans  <wim@fluendo.com>
1250
1251         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1252         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
1253         Fix compilation on mingw. Fixes #446972.
1254
1255 2007-06-12  Wim Taymans  <wim@fluendo.com>
1256
1257         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1258
1259         * gst/playback/gstqueue2.c: (update_buffering),
1260         (gst_queue_locked_enqueue):
1261         Fix a division by zero when the max percent is <= 0. Fixes #446572.
1262         also update the buffering status when receiving events. Fixes #446551.
1263
1264 2007-06-11  Wim Taymans  <wim@fluendo.com>
1265
1266         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1267
1268         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
1269         (gst_queue_handle_src_query):
1270         Wait for preroll before attempting to forward a duration query upstream.
1271         Fixes #445505.
1272
1273 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
1274
1275         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
1276         (gst_base_rtp_depayload_set_gst_timestamp):
1277         Use G_GINT64_CONSTANT macro for int64 constant.
1278         * win32/common/libgstinterfaces.def:
1279         * win32/common/libgsttag.def:
1280         Add new exported functions.
1281
1282 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
1283
1284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
1285           The BOS page of the first Dirac video stream needs to come before
1286           the BOS page of any Vorbis streams or other audio streams, just like
1287           it is with Theora.
1288
1289 2007-06-07  Wim Taymans  <wim@fluendo.com>
1290
1291         * gst/playback/gstqueue2.c: (gst_queue_get_range):
1292         Fix compilation.
1293
1294 2007-06-06  Wim Taymans  <wim@fluendo.com>
1295
1296         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1297
1298         * gst/playback/gstqueue2.c: (gst_queue_init),
1299         (gst_queue_handle_sink_event), (gst_queue_chain),
1300         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
1301         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
1302         (gst_queue_src_activate_pull):
1303         Add pull based scheduling and fix some deadlocks. Fixes #444523.
1304         Does not yet completely work because duration queries upstream won't
1305         block yet.
1306
1307 2007-06-06  Wim Taymans  <wim@fluendo.com>
1308
1309         * configure.ac:
1310         * gst/playback/gstqueue2.c: (gst_queue_create_read):
1311         Some more fseeko checks.
1312
1313 2007-06-06  Wim Taymans  <wim@fluendo.com>
1314
1315         * configure.ac:
1316         check for large file support.
1317
1318 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
1319
1320         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
1321
1322         * gst/subparse/gstsubparse.c: (parse_subrip),
1323         (subviewer_unescape_newlines), (parse_subviewer),
1324         (gst_sub_parse_data_format_autodetect),
1325         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
1326         * gst/subparse/gstsubparse.h:
1327         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
1328         * tests/check/elements/subparse.c: (GST_START_TEST),
1329         (subparse_suite):
1330         Add a unit test for both SubViewer formats.
1331
1332 2007-06-01  Michael Smith <msmith@fluendo.com>
1333
1334         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1335           Don't overflow intermediate values when seeking to large time values
1336           in audiotestsrc.
1337
1338 2007-06-05  Wim Taymans  <wim@fluendo.com>
1339
1340         * gst/playback/gstqueue2.c: (gst_queue_have_data),
1341         (gst_queue_create_read), (gst_queue_read_item_from_file),
1342         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
1343         Include stdio to define fseeko.
1344
1345 2007-06-05  Wim Taymans  <wim@fluendo.com>
1346
1347         Patch by: Edward Hervey  <edward@fluendo.com>
1348
1349         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
1350         (gst_v4lsrc_query):
1351         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
1352
1353 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
1354
1355         * gst-libs/gst/riff/Makefile.am:
1356         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
1357           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
1358           our own implementation.
1359
1360 2007-06-05  Wim Taymans  <wim@fluendo.com>
1361
1362         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1363         (gst_base_rtp_depayload_setcaps),
1364         (gst_base_rtp_depayload_set_gst_timestamp),
1365         (gst_base_rtp_depayload_change_state):
1366         Handle timestamp wraparound.
1367
1368 2007-06-05  Wim Taymans  <wim@fluendo.com>
1369
1370         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
1371         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
1372         (gst_uri_decode_bin_change_state):
1373         Make sure we name srcpads uniquely even when using different internal
1374         decodebins.
1375         Signal no-more-pads when no more dynamic elements exist.
1376         Remove pads on cleanup.
1377
1378 2007-06-05  Wim Taymans  <wim@fluendo.com>
1379
1380         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
1381
1382         * gst/playback/gstqueue2.c: (gst_queue_class_init),
1383         (gst_queue_init), (gst_queue_finalize),
1384         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
1385         (gst_queue_create_read), (gst_queue_read_item_from_file),
1386         (gst_queue_open_temp_location_file),
1387         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
1388         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1389         (gst_queue_is_empty), (gst_queue_is_filled),
1390         (gst_queue_change_state), (gst_queue_set_temp_location),
1391         (gst_queue_set_property):
1392         Add support for filebased buffering. Fixes #441264.
1393
1394 2007-06-05  Wim Taymans  <wim@fluendo.com>
1395
1396         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
1397         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
1398         (caps_notify_group_cb), (gst_decode_group_new),
1399         (gst_decode_group_free):
1400         Add support for delayed caps fixation when autoplugging.
1401         Optimize cases where a multiqueue is not needed/wanted, like right after
1402         anything that is not a demuxer.
1403
1404 2007-06-05  Wim Taymans  <wim@fluendo.com>
1405
1406         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
1407         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
1408         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
1409         consideratly speedup ogg chain detection by not trying to find a base
1410         timestamp for skeleton streams. 
1411
1412 2007-06-05  Wim Taymans  <wim@fluendo.com>
1413
1414         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1415         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
1416         (gst_multi_fd_sink_remove_flush),
1417         (gst_multi_fd_sink_remove_client_link),
1418         (gst_multi_fd_sink_handle_client_write),
1419         (gst_multi_fd_sink_handle_clients):
1420         * gst/tcp/gstmultifdsink.h:
1421         Add support for remove_flush.
1422
1423 2007-06-05  Wim Taymans  <wim@fluendo.com>
1424
1425         * docs/design/draft-keyframe-force.txt:
1426         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1427         (theora_enc_chain):
1428         Add draft design for forcing keyframes in encoders and implement in
1429         theoraenc.
1430
1431 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
1432
1433         * configure.ac:
1434           Back to CVS
1435
1436 === release 0.10.13 ===
1437
1438 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
1439
1440         * configure.ac:
1441           releasing 0.10.13, "What's Going on?"
1442
1443 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1444
1445         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1446         In riff, the depth is stored in the size field but it just means that
1447         the least significant bits are cleared. We can therefore just play
1448         the sample as if it had a depth == width. Fixes: #440997
1449
1450         Patch by: Wim Taymans <wim@fluendo.com> 
1451         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
1452
1453 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
1454
1455         * gst-libs/gst/floatcast/floatcast.h:
1456         Define inline when needed on win32 builds. Fixes: #441295
1457         Patch by: Sebastien Moutte  <sebastien@moutte.net>
1458
1459 2007-05-29  Wim Taymans  <wim@fluendo.com>
1460
1461         * gst/playback/gstplaybasebin.c: (queue_overrun),
1462         (no_more_pads_full):
1463         Stop buffering when the group is commited because the queues filled up.
1464         Fixes #442024.
1465
1466 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
1467
1468         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
1469         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
1470         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1471         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1472         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1473         * ext/alsa/gstalsamixer.h:
1474         * ext/alsa/gstalsamixerelement.c:
1475         (gst_alsa_mixer_element_interface_supported),
1476         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1477         (gst_alsa_mixer_element_set_property),
1478         (gst_alsa_mixer_element_get_property),
1479         (gst_alsa_mixer_element_change_state):
1480         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
1481         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
1482         (gst_mixer_option_changed):
1483         * gst-libs/gst/interfaces/mixer.h:
1484         Revert commits towards #152864 made so far. We'll pick it up again
1485         after the 0.10.13 release.
1486
1487 2007-05-24  Wim Taymans  <wim@fluendo.com>
1488
1489         * gst-libs/gst/audio/gstbaseaudiosink.c:
1490         (gst_base_audio_sink_render):
1491         After an interrupt (PAUSED/flush) assume that the next sample should not
1492         be aligned to the previous sample. Fixes #417992.
1493
1494 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
1495
1496         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1497           Don't add channels and rate fields to the template caps for
1498           audio/x-dts, as wavparse might not always be able to set them,
1499           which would then lead to 'caps are not a real subset of the
1500           template caps' warnings.
1501
1502 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1503
1504         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
1505         Handle unknown or invalid pads without crashing, as might occur if
1506         a media file like an mp3 is specified as a subtitle file.
1507         Fixes: #410039
1508
1509 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
1510
1511         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
1512         (setup_sinks):
1513         Block the subtitle bin output queue before ghosting it and linking,
1514         then unblock after. This avoids spurious not-linked errors caused 
1515         by the queue starting up (because it gets linked when it is ghosted). 
1516         Fixes: #350299
1517
1518 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
1519
1520         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
1521         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
1522         file. Avoids flukes where the input gets typefound to some valid but
1523         useless type.
1524
1525 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1526
1527         * tests/check/Makefile.am:
1528         * tests/check/elements/.cvsignore:
1529         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
1530         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
1531           Add unit test for gnomevfssink seeking and position reporting for
1532           file:// URIs.
1533
1534 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1535
1536         Patch by: Mark Nauwelaerts <manauw at skynet be>
1537
1538         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
1539         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
1540         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
1541         * ext/gnomevfs/gstgnomevfssink.h:
1542           Fix position reporting, especially after a seek (from upstream),
1543           see #412648.
1544
1545 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
1546
1547         * ext/cdparanoia/gstcdparanoiasrc.c:
1548           Repair umlaut.
1549
1550 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
1551
1552         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1553         Specify the full valid range for MP3 samplerates. Fixes a regression
1554         caused by extra header checks since the last release.
1555
1556 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
1557
1558         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1560         Fix a locking-order bug I introduced with my changes the other day.
1561         Patch by Mike Smith.
1562
1563 2007-05-21  Michael Smith <msmith@fluendo.com>
1564
1565         * ext/theora/theoradec.c: (theora_handle_data_packet):
1566           Don't look inside 0-length packets (which indicate duplicated
1567           frames)
1568
1569 2007-05-21  Wim Taymans  <wim@fluendo.com>
1570
1571         * ext/cdparanoia/gstcdparanoiasrc.c:
1572         (gst_cd_paranoia_src_read_sector):
1573         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1574         (gst_base_audio_src_create):
1575         Small cleanups.
1576
1577         * ext/theora/theoradec.c: (theora_dec_sink_event):
1578         Fix typo.
1579
1580         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1581         (gst_base_rtp_depayload_set_gst_timestamp):
1582         Add some FIXME
1583
1584         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
1585         And some debug info when a FIXME path is hit.
1586
1587 2007-05-21  Wim Taymans  <wim@fluendo.com>
1588
1589         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1590         (gst_base_rtp_audio_payload_class_init),
1591         (gst_base_rtp_audio_payload_init),
1592         (gst_base_rtp_audio_payload_finalize),
1593         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1594         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
1595         (gst_base_rtp_payload_audio_handle_event):
1596         Some cleanups, remove minptime property as it is now in the parent
1597         class.
1598         Override parent class event function.
1599
1600         * gst-libs/gst/rtp/gstbasertppayload.c:
1601         (gst_basertppayload_class_init), (gst_basertppayload_init),
1602         (gst_basertppayload_event), (gst_basertppayload_set_property),
1603         (gst_basertppayload_get_property):
1604         * gst-libs/gst/rtp/gstbasertppayload.h:
1605         Add min-ptime property.
1606         Add handle-event vmethod. Fixes #415001.
1607
1608 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1609
1610         * gst-libs/gst/audio/gstbaseaudiosink.c
1611           (gst_base_audio_sink_change_state):
1612           Fix typo in comment.
1613
1614         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
1615           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
1616           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
1617           close_link):
1618         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
1619           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
1620           Remove trailing whitespaces in comments.
1621
1622         * gst/volume/Makefile.am:
1623           Fix tabs.
1624
1625 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
1626
1627         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1628
1629         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
1630           set_option, get_option, _gst_reserved):
1631           Revert reordering functions (keep ABI).
1632
1633 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
1634
1635         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1636         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
1637         (gst_ximagesink_show_frame):
1638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
1639         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
1640         (gst_xvimagesink_show_frame):
1641         When we create our own window, indicate that we handle the 
1642         WM_DELETE client message from the window manager, so that it won't 
1643         kill our window (and our app) along with it. Handle ClientMessage,
1644         post an error on the bus, and close the window. Further buffers
1645         arriving will result in a FlowError because the window has been
1646         destroyed.
1647
1648         Fixes: #393975
1649
1650         Clean up the X event handling loop and make them the same for
1651         both xvimagesink and ximagesink while I'm at it.
1652
1653 2007-05-17  Wim Taymans  <wim@fluendo.com>
1654
1655         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
1656         Make decodebin2 autoplug depayloaders too.
1657
1658         * gst/playback/gsturidecodebin.c: (source_new_pad):
1659         Set the newly created decoder in a usable state when autoplugging a
1660         dynamic source such as RTSP.
1661
1662 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1663
1664         * gst/playback/gststreaminfo.c: (cb_probe):
1665           Ignore video-codec tag for audio streams and ignore audio-codec tags
1666           for video streams. Should make codec name collection a bit more
1667           robust against sloppy demuxers that send tag events containing both
1668           tags down each pad.
1669
1670 2007-05-17  Wim Taymans  <wim@fluendo.com>
1671
1672         * gst/playback/gstqueue2.c: (update_rates):
1673         Tweak the buffering thresholds a little.
1674         Update the buffer size with the previously calculate rate instead of
1675         only when we calculate a new rate so that we get smoother buffering
1676         updates.
1677
1678         * gst/playback/Makefile.am:
1679         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
1680         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
1681         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
1682         (gst_uri_decode_bin_get_property), (unknown_type),
1683         (add_element_stream), (no_more_pads_full), (no_more_pads),
1684         (source_no_more_pads), (new_decoded_pad), (array_has_value),
1685         (gen_source_element), (has_all_raw_caps), (analyse_source),
1686         (remove_decoders), (make_decoder), (remove_source),
1687         (source_new_pad), (setup_source), (decoder_query_init),
1688         (decoder_query_duration_fold), (decoder_query_duration_done),
1689         (decoder_query_position_fold), (decoder_query_position_done),
1690         (decoder_query_latency_fold), (decoder_query_latency_done),
1691         (decoder_query_seeking_fold), (decoder_query_seeking_done),
1692         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
1693         (gst_uri_decode_bin_change_state), (plugin_init):
1694         New element that intergrates a source, optional buffering element and
1695         decodebin.
1696
1697 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
1698
1699         * configure.ac:
1700           Bump libtheora requirement to 1.0alpha5 for the pixformat check
1701           (also has a .pc file, so we don't need the fallback check any
1702           longer). Fixes #438840.
1703
1704 2007-05-17  Wim Taymans  <wim@fluendo.com>
1705
1706         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1707         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
1708         (apply_segment), (apply_buffer), (update_buffering),
1709         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
1710         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1711         (gst_queue_handle_sink_event), (gst_queue_is_filled),
1712         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
1713         (plugin_init):
1714         fix build.
1715
1716 2007-05-17  Wim Taymans  <wim@fluendo.com>
1717
1718         * gst/playback/Makefile.am:
1719         * gst/playback/gstqueue2.c: (gst_queue_get_type),
1720         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
1721         (gst_queue_getcaps), (gst_queue_bufferalloc),
1722         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
1723         (apply_buffer), (update_buffering), (reset_rate_timer),
1724         (update_rates), (gst_queue_locked_flush),
1725         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
1726         (gst_queue_handle_sink_event), (gst_queue_is_empty),
1727         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
1728         (gst_queue_loop), (gst_queue_handle_src_event),
1729         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
1730         (gst_queue_src_activate_push), (gst_queue_change_state),
1731         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
1732         On our way to playbin2 this is the new network queue that does buffering
1733         all by itself using high and low watermarks. It can also measure up and
1734         downstream bandwidth to optimally size the queue.
1735
1736 2007-05-17  Michael Smith <msmith@fluendo.com>
1737
1738         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
1739         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
1740           Use the segment->last_stop value to calculate the next timestamp to
1741           generate after a seek; not the segment->start value.
1742
1743 2007-05-15  David Schleef  <ds@schleef.org>
1744
1745         * docs/Makefile.am: Install docs even when --disable-gtk-doc
1746           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
1747
1748 2007-05-15  Wim Taymans  <wim@fluendo.com>
1749
1750         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1751         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1752         Some more chained streaming ogg timestamp fixes.
1753
1754 2007-05-15  Wim Taymans  <wim@fluendo.com>
1755
1756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1757         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1758         (gst_ogg_demux_handle_page):
1759         Add some FIXMEs.
1760         Fix chain start/stop segment handling based on patch by
1761         <ahalda at cs dot mcgill dot ca> see #320984.
1762
1763 2007-05-15  Michael Smith <msmith@fluendo.com>
1764
1765         * configure.ac:
1766           We don't require a C++ compiler. So don't require one.
1767
1768 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1769
1770         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
1771           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1772           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
1773           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1774           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
1775           gst_alsa_mixer_update_track):
1776           Apply some of the cleanup Tim suggested in #152864 afterwards.
1777
1778 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
1779
1780         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
1781
1782         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
1783           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
1784           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
1785           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
1786           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
1787           gst_alsa_mixer_handle_source_callback,
1788           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
1789           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
1790           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
1791           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
1792           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
1793           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
1794         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
1795         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
1796           gst_alsa_mixer_element_interface_supported,
1797           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
1798           gst_alsa_mixer_element_set_property,
1799           gst_alsa_mixer_element_get_property,
1800           gst_alsa_mixer_element_change_state):
1801         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
1802         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
1803           gst_mixer_option_changed):
1804         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
1805           volume_changed, option_changed, _gst_reserved):
1806           Implement notification for alsamixer. Fixes #152864
1807
1808 2007-05-14  David Schleef  <ds@schleef.org>
1809
1810         * gst/videotestsrc/videotestsrc.c:
1811         * gst/videotestsrc/videotestsrc.h:
1812           Add support for video/x-raw-bayer.
1813
1814 2007-05-12  David Schleef  <ds@schleef.org>
1815
1816         * sys/xvimage/xvimagesink.c:
1817           Add some sanity checking for the XVImage size returned by X.
1818           Related to #377400.
1819
1820 2007-05-12  Wim Taymans  <wim@fluendo.com>
1821
1822         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1823         (gst_base_rtp_depayload_setcaps),
1824         (gst_base_rtp_depayload_set_gst_timestamp):
1825         Parse and use additional caps fields as described in updated
1826         application/x-rtp caps spec.
1827
1828 2007-05-12  Wim Taymans  <wim@fluendo.com>
1829
1830         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1831         (gst_ogg_demux_collect_chain_info):
1832         If there is a stream in a chain without any data packets, ignore the
1833         stream in the total length calculations. Might be related to #436820.
1834
1835 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
1836
1837         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
1838         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
1839         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1840         (mpeg_video_type_find), (mpeg_video_stream_type_find),
1841         (plugin_init):
1842
1843         Consolidate and re-work our mpeg system stream detection to probe
1844         more packets and produce a higher confidence result. Fixes a
1845         regression caused by lowering the typefind probability last year
1846         - related to bug #397810. Remove the redundant MPEG-1 specific 
1847         typefind function, as the new one detects both MPEG-1 & MPEG-2
1848         happily.
1849
1850         Also cleanup the MPEG elementary and MPEG-TS detection functions a
1851         little. 
1852
1853         Tested against my media test directory, with some improvements and
1854         no regressions.
1855
1856 2007-05-10  Wim Taymans  <wim@fluendo.com>
1857
1858         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
1859         (queue_out_of_data):
1860         Connect to the new queue "pushing" signal instead of the broken
1861         "running" one.
1862
1863 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
1864
1865         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1866         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
1867         Move variable declaration before the first instruction.
1868         * gst/videotestsrc/videotestsrc.c:
1869         Define M_PI if it's not defined yet.
1870         * win32/common/libgstrtp.def:
1871         Add new exported functions.
1872
1873 2007-05-09  Michael Smith <msmith@fluendo.com>
1874
1875         * ext/theora/theoradec.c: (theora_handle_type_packet):
1876           gst_pad_push_event() does not return a GstFlowReturn!
1877
1878 2007-05-09  Wim Taymans  <wim@fluendo.com>
1879
1880         * tests/examples/seek/scrubby.c: (stop_cb), (main):
1881         * tests/examples/seek/seek.c: (do_seek):
1882         Some small cosmetic changes.
1883
1884 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
1885
1886         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
1887           gst_adder_change_state):
1888         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
1889           segment_pending, segment_position, segment_rate):
1890           Handle playback-rate on adder.
1891
1892 2007-05-07  Michael Smith <msmith@fluendo.com>
1893
1894         * ext/theora/gsttheoradec.h:
1895         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1896         (theora_dec_sink_event), (theora_handle_comment_packet),
1897         (theora_handle_type_packet), (theora_dec_change_state):
1898           Don't push events (newsegment, tags) before initialising the
1899           decoder.
1900           This is neccesary for seeking to work correctly in gnonlin.
1901
1902 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1903
1904         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1905         * gst/adder/gstadder.c:
1906         * gst/audiotestsrc/gstaudiotestsrc.c
1907           (gst_audio_test_src_create_white_noise):
1908         * gst/videotestsrc/gstvideotestsrc.c:
1909         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
1910           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
1911           volume_sink_template, volume_src_template, gst_volume_init,
1912           volume_process_double, volume_process_int16,
1913           volume_process_int16_clamp):
1914           Doc fixes and formatting.
1915
1916 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1917
1918         * tests/check/Makefile.am:
1919         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
1920           Minimal check for volume's GstController usability; also another
1921           test for #422295.
1922
1923 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
1924
1925         * gst-libs/gst/cdda/gstcddabasesrc.c:
1926         (gst_cdda_base_src_add_track):
1927           Fix it so that it (a) makes sense and (b) doesn't break
1928           everything cdda-related including the unit test.
1929
1930 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
1931
1932         * gst-libs/gst/cdda/gstcddabasesrc.c:
1933         (gst_cdda_base_src_add_track):
1934           Fix build when disabling asserts.
1935
1936 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
1937
1938         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
1939           When XShm is not available, we might get row strides that are not
1940           rounded up to multiples of four; this is bad, because virtually
1941           every RGB-processing element in GStreamer assumes rowstrides are
1942           rounded up to multiples of four, so let's allocate at least enough
1943           memory to avoid crashes in this case. The image will still be
1944           displayed distorted though if this happens, so that still needs
1945           fixing (maybe by allocating a bigger image with an 'even' width
1946           and then clipping it appropriately when rendering - something for
1947           Xlib aficionados in any case).
1948
1949 2007-05-03  Michael Smith <msmith@fluendo.com>
1950
1951         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1952           If a buffer doesn't have a timestamp, assume it's contiguous with
1953           the previous buffer, and synthesise timestamps appropriately.
1954
1955 2007-05-03  Edward Hervey  <edward@fluendo.com>
1956
1957         * tests/check/elements/videorate.c: (GST_START_TEST):
1958         Set buffer timestamp to a valid value in order to test the buffer
1959         really does stay in videorate.
1960
1961 2007-05-03  Edward Hervey  <edward@fluendo.com>
1962
1963         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
1964         There is no sensible way to handle incoming buffers which don't have a
1965         valid timestamp. We therefore discard them and wait for the next one.
1966
1967 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
1968
1969         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
1970         * gst/playback/gstdecodebin2.c: (plugin_init):
1971           Better error message for text files.
1972
1973 2007-04-29  Wim Taymans  <wim@fluendo.com>
1974
1975         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
1976         Fix offset bug in generation RR packets.
1977
1978 2007-04-27  Julien MOUTTE  <julien@moutte.net>
1979
1980         * ext/theora/theoradec.c: (_theora_granule_time),
1981         (theora_dec_push_forward), (theora_handle_data_packet),
1982         (theora_dec_decode_buffer): Calculate buffer duration correctly
1983         to generate a perfect stream (#433888).
1984         * gst/audioresample/gstaudioresample.c:
1985         (audioresample_check_discont): Glib provides ABS.
1986
1987 2007-04-27  Wim Taymans  <wim@fluendo.com>
1988
1989         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
1990         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
1991         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
1992         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
1993         (gst_rtcp_packet_bye_set_reason):
1994         * gst-libs/gst/rtp/gstrtcpbuffer.h:
1995         Fix RB block parsing and writing.
1996         Add support for constructing BYE packets.
1997
1998 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
1999
2000         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
2001         (gst_base_audio_src_create):
2002         * po/POTFILES.in:
2003           When posting a warning message because samples were dropped, post
2004           something more intelligible than he default error message for clock
2005           errors which is just confusing in this context (#432984).
2006
2007 2007-04-25  Wim Taymans  <wim@fluendo.com>
2008
2009         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
2010         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
2011         (read_packet_header), (gst_rtcp_packet_move_to_next),
2012         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
2013         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
2014         (gst_rtcp_packet_sdes_get_item_count),
2015         (gst_rtcp_packet_sdes_first_item),
2016         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
2017         (gst_rtcp_packet_sdes_first_entry),
2018         (gst_rtcp_packet_sdes_next_entry),
2019         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
2020         (gst_rtcp_packet_sdes_add_entry):
2021         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2022         Implement code to write SR, RR and SDES packets.
2023
2024 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2025
2026         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
2027
2028         * sys/ximage/ximagesink.c:
2029           Fix build if XShm is not available (#432362).
2030
2031 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
2032
2033         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
2034         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
2035         pointers to random memory which are passed to g_free() when
2036         audio_convert_prepare_context() is called the first time.
2037
2038 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
2039
2040         Patch by: Dan Williams <dcbw redhat com>
2041
2042         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
2043           Don't leak incoming buffer if gst_pad_push() returns a
2044           non-OK flow. Fixes #432755.
2045          
2046         * tests/check/elements/videorate.c: (GST_START_TEST),
2047         (videorate_suite):
2048           Unit test for the above by Yours Truly.
2049
2050 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
2051
2052         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
2053         (gst_adder_sink_event), (gst_adder_collected):
2054           Fix non-flushing segmented seeks, Fixes #340060 for me
2055
2056 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2057
2058         Patch by: Olivier Crete  <tester at tester ca>
2059
2060         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2061         (gst_base_rtp_audio_payload_class_init),
2062         (gst_base_rtp_audio_payload_init),
2063         (gst_base_rtp_audio_payload_dispose):
2064           Chain up to parent class in dispose function; get rid of
2065           unnecessary 'diposed' flag in private structure (#415001).
2066
2067 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2068
2069         * docs/libs/gst-plugins-base-libs.types:
2070         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2071         (gst_base_rtp_audio_payload_class_init):
2072         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2073         * gst-libs/gst/rtp/gstbasertppayload.c:
2074           Some minor docs fixes and additions; also add missing 'Since' bits.
2075
2076 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2077
2078         Patch by: Zeeshan Ali  <zeenix gmail com>
2079
2080         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2081         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2082         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
2083         (gst_base_rtp_audio_payload_push):
2084         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2085           The recently-added gst_base_rtp_audio_payload_push() should take an
2086           object of type GstBaseRTPAudioPayload as first argument (#431672).
2087
2088 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2089
2090         * gst/audioresample/gstaudioresample.c:
2091           Make more functions static, just because we can.
2092
2093 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
2094
2095         * tests/check/elements/audioresample.c:
2096           Add unit test for audioresample shutdown crasher (#420106).
2097
2098 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
2099
2100         * gst/subparse/gstsubparse.c:
2101         * gst/subparse/samiparse.c:
2102           Use GST_DISABLE_XML here
2103
2104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2105         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
2106         (gst_xvimagesink_buffer_alloc),
2107         (gst_xvimagesink_navigation_send_event):
2108         * sys/xvimage/xvimagesink.h:
2109           Include stdlib.h when using atoi.
2110           
2111         * tests/check/elements/playbin.c: (playbin_suite):
2112           Use GST_DISABLE_REGISTRY here
2113
2114 2007-04-19  Michael Smith  <msmith@fluendo.com>
2115
2116         * ext/theora/gsttheoraenc.h:
2117         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
2118         (theora_enc_sink_event), (theora_enc_change_state):
2119           Track initialisation state; don't try to use encoder state if we're
2120           not initialised (it'll segfault).
2121
2122 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
2123
2124         * tests/check/pipelines/.cvsignore:
2125         Fix build.
2126
2127 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2128
2129         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2130         Allow random depths between 1 and 32 instead of only multiplies of 8.
2131
2132 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2133
2134         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2135         Set the maximum number of channels for PCM and float in the correct
2136         place to have it also used when creating the template caps.
2137
2138 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2139
2140         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2141         Correctly support 4, 6 and 8 channels with normal PCM and float
2142         wav files.
2143
2144         Fix the depth and signedness calculation in extensible wav files and
2145         also handle 1, 2, 4, 6, 8 channels here when a file without channel
2146         mask is found.
2147
2148         Add support for float, alaw and mulaw in extensible wav files.
2149
2150         This allows correct playback of all but 5 files from
2151         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
2152         
2153         (gst_riff_create_audio_template_caps):
2154         Add voxware and float formats to the template caps.     
2155
2156 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2157
2158         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
2159
2160         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
2161         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
2162
2163         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2164         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
2165         Use the correct format strings for integer formats.
2166
2167 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2168
2169         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
2170           Don't use pad_alloc_buffer_and_set_caps to create a small header
2171           packet, or, worse, to create a big temporary video buffer using the
2172           src pad.
2173
2174 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2175
2176         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
2177         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2178           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
2179           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
2180
2181 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2182
2183         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
2184           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
2185           streamheader_suite):
2186           Add another test set up for failure
2187
2188 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2189
2190         * tests/check/Makefile.am:
2191         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
2192           GST_START_TEST, streamheader_suite, main):
2193           Add a test for the streamheader bug Wim fixed.
2194
2195 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
2196
2197         * ext/theora/theoradec.c: (theora_dec_sink_event):
2198         Fix misleading comment.
2199
2200 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
2201
2202         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2203           More sanity checks for the header fields.
2204
2205 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2206
2207         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2208           Try encodings from all environment variables, not just those in the
2209           first environment variable that is set.
2210
2211 2007-04-12  Wim Taymans  <wim@fluendo.com>
2212
2213         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2214         (gst_video_rate_chain):
2215         Add some debug.
2216
2217         * tests/check/elements/videorate.c: (GST_START_TEST),
2218         (videorate_suite):
2219         Added check for videorate changing caps handling. Closes #421834.
2220
2221 2007-04-12  Michael Smith  <msmith@fluendo.com>
2222
2223         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2224           Use scale functions to avoid overflow when calculating duration of 
2225           vorbis buffers.
2226
2227 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
2228
2229         * docs/libs/gst-plugins-base-libs-sections.txt:
2230         * gst-libs/gst/tag/tag.h:
2231         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
2232           API: add gst_tag_freeform_string_to_utf8() (#405072).
2233
2234         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
2235           Use gst_tag_freeform_string_to_utf8() here.
2236
2237 2007-04-12  Wim Taymans  <wim@fluendo.com>
2238
2239         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
2240         (gst_gdp_pay_sink_event):
2241         Make sure we set the IN_CAPS flag correctly.
2242
2243         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
2244         Get the IN_CAPS flag before we call functions that mess with the flags.
2245
2246 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
2247
2248         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
2249           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
2250           Only stamp buffers with offset/offset_end right before they get
2251           pushed.  This ensures offset continuity, which was not the case
2252           before as shown by
2253           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
2254
2255 2007-04-06  Wim Taymans  <wim@fluendo.com>
2256
2257         * gst/playback/gstplaybin.c: (add_sink),
2258         (gst_play_bin_change_state):
2259         Activate sync in playbin, we are ready to handle it for live streams.
2260
2261 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2262
2263         * tests/check/elements/playbin.c:
2264         (test_sink_usage_video_only_stream), (playbin_suite):
2265           Add small test for stream-info-value-array code paths.
2266
2267 2007-04-05  Wim Taymans  <wim@fluendo.com>
2268
2269         * gst-libs/gst/audio/gstbaseaudiosink.c:
2270         (gst_base_audio_sink_skew_slaving):
2271         Don't try to create invalid calibration parameters by making the
2272         internal time go backwards, instead make external time go forward.
2273
2274 2007-04-05  Wim Taymans  <wim@fluendo.com>
2275
2276         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2277
2278         * gst/playback/gstplaybasebin.c: (add_stream):
2279         Fix leak in add_stream(), when g_value_set_object() increases the
2280         refcount of streaminfo object. Fixes #426250.
2281
2282 2007-04-03  David Schleef  <ds@schleef.org>
2283
2284         * gst/videotestsrc/gstvideotestsrc.c:
2285         * gst/videotestsrc/gstvideotestsrc.h:
2286         * gst/videotestsrc/videotestsrc.c:
2287         * gst/videotestsrc/videotestsrc.h:
2288           Add a test pattern called "circular", which has concentric
2289           rings with varying radial frequency.  The main purpose of this
2290           pattern is to test fidelity loss in a filter or scaler element.
2291           Notably, this pattern is scale invariant, and is optimally viewed
2292           with a width (and height) of 400.
2293
2294 2007-04-03  Wim Taymans  <wim@fluendo.com>
2295
2296         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
2297
2298         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
2299         (deactivate_free_recursive):
2300         Decodebin2 doesn't unref pads it obtains in some occasions:
2301         - multiqueue src pads, when either connecting further or exposing
2302         - sink pads of new autoplugged elements
2303         - peer pads when recursively freeing elements
2304         Fixes #425455.
2305
2306 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2307
2308         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2309         Add audio/x-raw-float support, now that audioconvert support
2310         non-native endianness floats.
2311
2312 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
2313
2314         * docs/libs/gst-plugins-base-libs-docs.sgml:
2315           gstreamer-plugins-base.pc doesn't exist, it's
2316           gstreamer-plugins-base-0.10.pc.
2317
2318 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2319
2320         Patch by: René Stadler <mail at renestadler dot de>
2321         with some minor changes
2322
2323         * gst-libs/gst/floatcast/floatcast.h:
2324         Use more efficient float endianness conversion functions that don't
2325         involve 2 function calls per value.
2326         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
2327         (check_default), (audio_convert_prepare_context):
2328         * gst/audioconvert/gstaudioconvert.c:
2329         (gst_audio_convert_parse_caps), (make_lossless_changes):
2330         Support non-native endianness floats as input and output.
2331         Fixes #339838.
2332         * tests/check/elements/audioconvert.c: (verify_convert),
2333         (GST_START_TEST):
2334         Add unit tests for the non-native endianness float conversions.
2335
2336 2007-03-29  Wim Taymans  <wim@fluendo.com>
2337
2338         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2339         (gst_base_rtp_depayload_base_init),
2340         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
2341         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2342         (gst_base_rtp_depayload_set_gst_timestamp),
2343         (gst_base_rtp_depayload_change_state),
2344         (gst_base_rtp_depayload_set_property),
2345         (gst_base_rtp_depayload_get_property):
2346         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2347         Add Private structure.
2348         Bring element code to 2007.
2349         Parse clock-base caps param and use it when generating the
2350         newsegment.
2351         Reset variables before going to PAUSED.
2352         Fix some docs.
2353
2354 2007-03-29  Wim Taymans  <wim@fluendo.com>
2355
2356         * docs/libs/gst-plugins-base-libs-docs.sgml:
2357         * docs/libs/gst-plugins-base-libs-sections.txt:
2358         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2359         (gst_base_rtp_audio_payload_get_adapter):
2360         Add RTCP docs.
2361         Fix some more docs.
2362
2363         * gst-libs/gst/rtp/Makefile.am:
2364         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2365         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
2366         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
2367         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
2368         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
2369         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
2370         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
2371         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
2372         (gst_rtcp_packet_sr_get_sender_info),
2373         (gst_rtcp_packet_sr_set_sender_info),
2374         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
2375         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
2376         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
2377         (gst_rtcp_packet_sdes_get_chunk_count),
2378         (gst_rtcp_packet_sdes_first_chunk),
2379         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
2380         (gst_rtcp_packet_sdes_first_item),
2381         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
2382         (gst_rtcp_packet_bye_get_ssrc_count),
2383         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
2384         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
2385         (gst_rtcp_packet_bye_get_reason_len),
2386         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
2387         * gst-libs/gst/rtp/gstrtcpbuffer.h:
2388         Add new helper object for parsing and creating RTCP messages.
2389
2390 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
2391
2392         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2393         PCM samples with width=8 must be always unsigned, no matter what
2394         depth they have.
2395
2396 2007-03-29  Andy Wingo  <wingo@pobox.com>
2397
2398         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
2399         perfect offsets also, not just timestamps.
2400
2401         * tests/check/elements/videorate.c (test_more): Test that given
2402         any incoming offsets, that videorate produces perfect offsets.
2403
2404 2007-03-29  Wim Taymans  <wim@fluendo.com>
2405
2406         * gst-libs/gst/riff/riff-ids.h:
2407         Add some more RIFF formats.
2408
2409 2007-03-29  Wim Taymans  <wim@fluendo.com>
2410
2411         * gst-libs/gst/rtp/gstrtpbuffer.c:
2412         (gst_rtp_buffer_default_clock_rate):
2413         * gst-libs/gst/rtp/gstrtpbuffer.h:
2414         Fix fixed payload names and docs.
2415         Added method to get the default clock rates of fixed payload types.
2416         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
2417
2418 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2419
2420         * tests/check/pipelines/.cvsignore:
2421         Add new vorbisdec test to cvsignore.
2422
2423 2007-03-28  Wim Taymans  <wim@fluendo.com>
2424
2425         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
2426         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2427         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
2428         (gst_base_audio_sink_set_property),
2429         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
2430         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
2431         (gst_base_audio_sink_skew_slaving),
2432         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
2433         (gst_base_audio_sink_async_play):
2434         * gst-libs/gst/audio/gstbaseaudiosink.h:
2435         Store private stuff in GstBaseAudioSinkPrivate.
2436         Add configurable clock slaving modes property.
2437         API:: GstBaseAudioSink::slave-method property
2438         Some more latency reporting tweaks.
2439         Added skew based clock slaving correction and make it the default until
2440         the resampling method is more robust.
2441
2442 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
2443
2444         * gst/audioconvert/audioconvert.c:
2445         Add docs to the integer pack functions and implement proper
2446         rounding. Before we had rounding towards negative infinity, i.e.
2447         always the smaller number was taken. Now we use natural rounding,
2448         i.e. rounding to the nearest integer and to the one with the largest
2449         absolute value for X.5. The old rounding introduced some minor
2450         distortions. Fixes #420079
2451         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2452         Fix one unit test that assumed the old rounding and added unit tests
2453         for checking signed/unsigned int16 <-> signed/unsigned int16 with
2454         depth 8, one for signed int16 <-> unsigned int16 and one for the new
2455         rounding from signed int32 to signed/unsigned int16.
2456
2457 2007-03-27  Michael Smith  <msmith@fluendo.com>
2458
2459         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
2460         (gst_audio_convert_transform_caps):
2461           Fix typo in debug line introduced recently, as pointed out on irc.
2462
2463 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2464
2465         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2466         * tests/check/libs/tag.c: (GST_START_TEST):
2467           Make sure we parse floating-point numbers in vorbis comments
2468           correctly with either '.' or ',' as separator, no matter what
2469           the current locale is. Add unit test for this too.
2470
2471 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
2472
2473         Patch by: René Stadler  <mail at renestadler de>
2474
2475         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2476           When writing out floating-point numbers to vorbis comment tags, always
2477           use the same character as separator no matter what the current locale is
2478           (fixes #423051).
2479
2480         * tests/check/libs/tag.c: (GST_START_TEST):
2481           Add unit tests for replaygain tags in vorbis comments (closes #423055).
2482
2483 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2484
2485         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
2486           vorbis_handle_data_packet):
2487           Correctly set DURATION to generate a timestamp-continuous stream.
2488           One bug left at the end; see
2489           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
2490         * tests/check/Makefile.am:
2491         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
2492           Add a test to check this.  Without the above patch this test fails.
2493
2494 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
2495
2496         * gst-libs/gst/rtp/Makefile.am:
2497         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
2498
2499 2007-03-23  Michael Smith  <msmith@fluendo.com>
2500
2501         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
2502         (gst_video_rate_reset), (gst_video_rate_chain):
2503           If videorate changes caps, we can no longer use the old buffer
2504           (which may have a different size, incompatible with our caps).
2505           So don't do that; just duplicate the new frame more times.
2506
2507 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
2508
2509         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2510         Remove playbin's override of the set_clock vmethod. It's irrelevant
2511         after Wim's commit on the 19th.
2512
2513 2007-03-22  Wim Taymans  <wim@fluendo.com>
2514
2515         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
2516         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2517         * ext/gnomevfs/gstgnomevfssrc.h:
2518         Don't cache file sizes. Fixes #341078.
2519
2520 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2521
2522         * gst/playback/gstplaybin.c: (add_sink):
2523           Use GST_PTR_FORMAT to log caps. 
2524
2525 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
2526
2527         Patch by: Young-Ho Cha <ganadist at chollian net>
2528
2529         * gst/subparse/samiparse.c: (handle_start_font):
2530           Special-case some more colour names that pango doesn't handle by
2531           default. Fixes #420578.
2532
2533 2007-03-20  Michael Smith  <msmith@fluendo.com>
2534
2535         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
2536           If we get a zero-sized input buffer, don't pass it to libvorbis, as
2537           that marks EOS internally. After that, libvorbis will buffer all
2538           input data, and encode none of it, eventually leading to memory
2539           exhaustion.
2540
2541 2007-03-19  Wim Taymans  <wim@fluendo.com>
2542
2543         * gst/playback/gstdecodebin.c: (remove_fakesink):
2544         Don't post STATE_DIRTY anymore.
2545
2546         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
2547         (gst_play_bin_change_state):
2548         Remove stream_time reset in seek handling, core does that now.
2549         Disable clocking for live pipelines by forcing a NULL clock to the
2550         complete pipeline, core is too smart now for our previous hack.
2551         We can always autoplug in PAUSED now.
2552
2553 2007-03-17  David Schleef  <ds@schleef.org>
2554
2555         * REQUIREMENTS:  Update this file, change the formatting to make
2556         it more consistent, plus more machine readable.
2557
2558 2007-03-16  Michael Smith  <msmith@fluendo.com>
2559
2560         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2561         (strip_width_64), (append_with_other_format):
2562           Previous fix was too simplistic, and broke the tests. Use a better
2563           approach; only strip 64 from widths for integer audio.
2564
2565 2007-03-16  Michael Smith  <msmith@fluendo.com>
2566
2567         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2568         (gst_audio_convert_transform_caps):
2569           We don't support 64 bit integer audio, so don't try to claim we can.
2570           Stops us producing caps don't match our template caps.
2571           Update comments.
2572
2573 2007-03-15  Michael Smith  <msmith@fluendo.com>
2574
2575         * gst/audioresample/gstaudioresample.c:
2576         (audioresample_check_discont), (audioresample_transform):
2577           Don't trigger discontinuities for very small imperfections; a filter
2578           flush will sound bad, and many plugins have rounding errors leading
2579           to these.
2580
2581 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2582
2583         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
2584
2585         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2586         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2587         API: add "min-ptime" property to RTP base audio payloader.
2588         API: add gst_base_rtp_audio_payload_push().
2589         API: add gst_base_rtp_audio_payload_get_adapter().
2590         Fixes #415001
2591         Indentation/whitespace/documentation fixes.
2592
2593 2007-03-14  Julien MOUTTE  <julien@moutte.net>
2594
2595         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
2596         (audioresample_transform_size), (audioresample_do_output),
2597         (audioresample_transform), (audioresample_pushthrough): Handle
2598         discontinuous streams.
2599         * gst/audioresample/gstaudioresample.h:
2600         * tests/check/elements/audioresample.c:
2601         (test_discont_stream_instance), (GST_START_TEST),
2602         (audioresample_suite): Add a test for discontinuous streams.
2603         * win32/common/config.h: Updated.
2604
2605 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2606
2607         * po/af.po:
2608         * po/az.po:
2609         * po/cs.po:
2610         * po/en_GB.po:
2611         * po/it.po:
2612         * po/nb.po:
2613         * po/nl.po:
2614         * po/or.po:
2615         * po/sq.po:
2616         * po/sr.po:
2617         * po/sv.po:
2618         * po/uk.po:
2619         * po/vi.po:
2620           Update translations from translation project.
2621
2622 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2623
2624         * gst/audioresample/debug.h:
2625         * gst/audioresample/resample.c: (resample_init):
2626           Since I really am not interested in a debug line for each sample
2627           being processed, move the library's debugging to its own category,
2628           libaudioresample
2629
2630 2007-03-13  Michael Smith  <msmith@fluendo.com>
2631
2632         * ext/theora/theoradec.c: (theora_handle_type_packet):
2633           Since the plugin doesn't support anything other than 4:2:0 right
2634           now, post an error and fail if we get something else. Won't matter
2635           until libtheora supports the other pixel formats, but hopefully
2636           that'll be soon...
2637
2638 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
2639
2640         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
2641         Use gst_guint64_to_gdouble for conversion.
2642         * win32/MANIFEST:
2643         Add new files to the win32 MANIFEST.
2644         * win32/common/libgstaudio.def:
2645         * win32/common/libgstpbutils.def:
2646         Add new exported functions.
2647         * win32/vs6/gst_plugins_base.dsw:
2648         * win32/vs6/libgstdecodebin.dsp:
2649         * win32/vs6/libgstplaybin.dsp:
2650         Change the link to libgstpbutils.lib.
2651         * win32/vs6/libgstdecodebin2.dsp:
2652         Add a new project for decodebin2.
2653         * win32/vs6/libgstpbutils.dsp:
2654         Add a new project for pbutils.
2655
2656 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2657
2658         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2659           Also accept partial dates with only year and month,
2660           like 1999-12-00 (fixes #410396 even more).
2661
2662         * tests/check/libs/tag.c: (GST_START_TEST):
2663           Add unit test for the above.
2664
2665 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2666
2667         * tests/check/elements/subparse.c: (GST_START_TEST),
2668         (subparse_suite):
2669           Add unit test for MPL2 subtitle format (#413799).
2670
2671 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
2672
2673         Patch by: Kamil Pawlowski  <kamilpe gmail com>
2674
2675         * gst/subparse/Makefile.am:
2676         * gst/subparse/gstsubparse.c:
2677         (gst_sub_parse_data_format_autodetect),
2678         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
2679         (gst_subparse_type_find):
2680         * gst/subparse/gstsubparse.h:
2681         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
2682         * gst/subparse/mpl2parse.h:
2683           Add support for MPL2 subtitle format (#413799).
2684
2685 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2686
2687         * configure.ac:
2688           We require core CVS for the new buffer metadata copy functions.
2689
2690 2007-03-09  Wim Taymans  <wim@fluendo.com>
2691
2692         * gst-libs/gst/tag/gstid3tag.c:
2693         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
2694         Fixes #414496.
2695
2696         Patch by: Alex Lancaster <alexl at users sourceforge net>
2697
2698 2007-03-09  Wim Taymans  <wim@fluendo.com>
2699
2700         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
2701         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
2702         Improve adapter usage and comments.
2703
2704 2007-03-09  Wim Taymans  <wim@fluendo.com>
2705
2706         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2707         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
2708         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
2709         Use new metadata copy function.
2710
2711         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2712         (gst_ffmpegcsp_transform):
2713         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2714         Basetransform copied the metadata for us.
2715
2716 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2717
2718         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
2719         (gst_text_overlay_video_event):
2720           Some more logging. Only accept newsegment events in TIME format and
2721           send a WARNING message if they are not in TIME format.
2722
2723         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2724         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
2725         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
2726         * gst/subparse/gstsubparse.h:
2727           No need to allocate GstSegment structure dynamically, just put it
2728           into the instance structure; ignore newsegment events in BYTE
2729           format and in particular don't let it overwrite our saved TIME
2730           segment from the last seek.
2731
2732 2007-03-09  Michael Smith  <msmith@fluendo.com>
2733
2734         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
2735           Replace AC3 typefinder with one that isn't terrible, and actually
2736           works usefully.
2737
2738 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2739
2740         * gst/audioconvert/gstaudioconvert.c:
2741         (gst_audio_convert_transform):
2742           fix error category and translatable string
2743           
2744
2745 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2746
2747         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2748         * pkgconfig/gstreamer-plugins-base.pc.in:
2749           Fix up utils => pbutils here too.
2750
2751 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
2752
2753         * gst/subparse/gstsubparse.c: (handle_buffer):
2754           Break out of loop in chain function as soon as possible if we get
2755           a non-OK flow return.
2756
2757 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2758
2759         * tests/check/elements/alsa.c: (GST_START_TEST):
2760         Unref the mixer if the state change fails too (if the
2761         alsa devices are inaccessible, for example)
2762
2763 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2764
2765         * tests/check/Makefile.am:
2766         Don't test libvisual elements in the states check, because libvisual
2767         seems to leak internally.
2768
2769         Re-enable the alsa and states tests now that there's new suppressions
2770         in gst.supp.
2771
2772         * tests/check/elements/alsa.c: (GST_START_TEST):
2773         Don't leak the alsamixer we instantiated.
2774
2775 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2776
2777         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
2778         (gst_ximagesink_change_state), (gst_ximagesink_reset),
2779         (gst_ximagesink_finalize):
2780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
2781         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
2782         Move some cleanup stuff from the state change handler into a _reset()
2783         function that can be called from _finalize(). This ensures that things
2784         get freed even if (for some reason) the NULL->READY state transition
2785         fails in the parent class.
2786         Even if a parent state change fails, process our downward state change
2787         logic instead of bailing out early.
2788         Free the correct xcontext pointer in ximagesink's xcontext_clear.
2789
2790 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2791
2792         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2793         Extra log line.
2794
2795         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
2796         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
2797         Use pango_font_description_set_family_static instead of 
2798         pango_font_description_set_family to save a string copy (it was
2799         leaking due to the strdup anyway)
2800
2801         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
2802         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
2803         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
2804         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
2805         Chain up in finalize.
2806
2807 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
2808
2809         * gst-libs/gst/interfaces/mixertrack.c:
2810         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2811         (gst_mixer_track_set_property):
2812           API: add "untranslated-label" property which should be set by
2813           implementations at construct time (#414645).
2814
2815         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2816         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2817           Set "untranslated-label" when constructing mixer track objects.
2818
2819         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
2820           Unit test to check the above.
2821
2822 2007-03-07  Wim Taymans  <wim@fluendo.com>
2823
2824         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
2825         Fix confusing debug message.
2826
2827 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2828
2829         * gst-plugins-base.doap:
2830         update doap file with new version
2831
2832 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
2833
2834         * configure.ac:
2835         Back to CVS
2836
2837 === release 0.10.12 ===
2838
2839 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
2840
2841         * configure.ac:
2842           releasing 0.10.12, "Zombie Horde"
2843
2844 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
2845
2846         * configure.ac:
2847         Bump version to 0.10.11.4 pre-release
2848
2849 2007-03-06  Wim Taymans  <wim@fluendo.com>
2850
2851         * gst-libs/gst/audio/gstbaseaudiosink.c:
2852         (gst_base_audio_sink_async_play):
2853         Fix regression that made GStreamer skip the first samples of audio.
2854         Fixes #414684.
2855
2856 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
2857
2858         * configure.ac:
2859         Bump version to 0.10.11.3 pre-release
2860
2861 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
2862
2863         * po/POTFILES.in:
2864           Update paths for the rename from utils to pbutils to fix the build.
2865
2866 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
2867
2868         * gst-libs/gst/pbutils/Makefile.am:
2869           Change directory to install headers in from gst/utils to gst/pbutils
2870           as well.
2871
2872 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2873
2874         * configure.ac:
2875         * docs/libs/gst-plugins-base-libs-docs.sgml:
2876         * docs/libs/gst-plugins-base-libs-sections.txt:
2877         * gst-libs/gst/Makefile.am:
2878         * gst-libs/gst/interfaces/mixer.c:
2879         * gst-libs/gst/pbutils/Makefile.am:
2880         * gst-libs/gst/pbutils/descriptions.c:
2881         (gst_pb_utils_get_source_description),
2882         (gst_pb_utils_get_sink_description),
2883         (gst_pb_utils_get_decoder_description),
2884         (gst_pb_utils_get_encoder_description),
2885         (gst_pb_utils_get_element_description),
2886         (gst_pb_utils_add_codec_description_to_tag_list),
2887         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
2888         * gst-libs/gst/pbutils/descriptions.h:
2889         * gst-libs/gst/pbutils/install-plugins.c:
2890         * gst-libs/gst/pbutils/install-plugins.h:
2891         * gst-libs/gst/pbutils/missing-plugins.c:
2892         (gst_missing_uri_source_message_new),
2893         (gst_missing_uri_sink_message_new),
2894         (gst_missing_element_message_new),
2895         (gst_missing_decoder_message_new),
2896         (gst_missing_encoder_message_new),
2897         (gst_missing_plugin_message_get_description):
2898         * gst-libs/gst/pbutils/missing-plugins.h:
2899         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
2900         * gst-libs/gst/pbutils/pbutils.h:
2901         * gst-libs/gst/utils/Makefile.am:
2902         * gst-libs/gst/utils/base-utils.c:
2903         * gst-libs/gst/utils/base-utils.h:
2904         * gst-libs/gst/utils/descriptions.c:
2905         * gst-libs/gst/utils/descriptions.h:
2906         * gst-libs/gst/utils/install-plugins.c:
2907         * gst-libs/gst/utils/install-plugins.h:
2908         * gst-libs/gst/utils/missing-plugins.c:
2909         * gst-libs/gst/utils/missing-plugins.h:
2910         * gst-plugins-base.spec.in:
2911         * gst/playback/Makefile.am:
2912         * gst/playback/gstdecodebin.c:
2913         * gst/playback/gstdecodebin2.c:
2914         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2915         (gen_source_element):
2916         * gst/playback/gstplaybin.c: (plugin_init):
2917         * tests/check/Makefile.am:
2918         * tests/check/libs/pbutils.c: (GST_START_TEST),
2919         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
2920         * tests/check/libs/utils.c:
2921           rename utils to pbutils
2922
2923 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
2924
2925         * docs/plugins/Makefile.am:
2926         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2927         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2928         * docs/plugins/inspect/plugin-decodebin2.xml:
2929         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2930         Add documentation for decodebin2 that indicates that the API
2931         is still unstable.
2932
2933 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
2934
2935         * configure.ac:
2936         Update to 0.10.11.2 (0.10.12 pre-release)
2937
2938 2007-03-01  Wim Taymans  <wim@fluendo.com>
2939
2940         * gst-libs/gst/audio/gstbaseaudiosink.c:
2941         (gst_base_audio_sink_async_play):
2942         base time is irrelevant here.
2943
2944 2007-03-01  Wim Taymans  <wim@fluendo.com>
2945
2946         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2947         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2948         Improve debugging.
2949
2950         * gst-libs/gst/audio/gstbaseaudiosink.c:
2951         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
2952         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2953         Improve latency and clock slaving calculations.
2954         Improve slave clock calibration.
2955
2956         * gst-libs/gst/audio/gstringbuffer.c:
2957         (gst_ring_buffer_commit_full):
2958         When we are asked to render N sample to 0 bytes, return N.
2959
2960 2007-03-01  Wim Taymans  <wim@fluendo.com>
2961
2962         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
2963         (gst_alsasink_write), (gst_alsasink_reset):
2964         * ext/alsa/gstalsasink.h:
2965         Remove unused dispose function.
2966         Rename lock to not interfere with alsasrc lock.
2967
2968         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
2969         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
2970         (gst_alsasrc_read), (gst_alsasrc_reset):
2971         * ext/alsa/gstalsasrc.h:
2972         Implement finalize function.
2973         Use lock to protect alsa access.
2974         Implement _reset.
2975         Fine tune sw params.
2976
2977 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2978
2979         * configure.ac:
2980           Convert to new AG_GST style.
2981
2982 2007-02-28  Wim Taymans  <wim@fluendo.com>
2983
2984         Patch by: Ed Catmur <ed at catmur dot co dot uk>
2985
2986         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
2987         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
2988         Fix race condition when rapidly switching visualisations in playbin.
2989         Fixes #401029.
2990
2991 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
2992
2993         * tests/check/Makefile.am:
2994         Include local stuff before system installed things in LDFLAGS and
2995         CFLAGS.
2996
2997 2007-02-28  Wim Taymans  <wim@fluendo.com>
2998
2999         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
3000         Improve debugging.
3001
3002 2007-02-28  Wim Taymans  <wim@fluendo.com>
3003
3004         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
3005         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
3006         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3007         Fix duration and timestamping, taking latency into account.
3008         Implement latency query.
3009
3010 2007-02-28  Wim Taymans  <wim@fluendo.com>
3011
3012         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3013         (gst_audio_clock_new):
3014         Fix clock name.
3015
3016         * gst-libs/gst/audio/gstbaseaudiosink.c:
3017         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
3018         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
3019         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
3020         (gst_base_audio_src_create):
3021         Improve latency query code.
3022         Use proper clock names.
3023
3024 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3025
3026         * tests/check/generic/states.c: (GST_START_TEST):
3027           Copy the states.c test from core again
3028         * tests/check/Makefile.am:
3029           ignore cdio and cdparanoiasrc
3030
3031 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3032
3033         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3034         (double_hq), (audio_convert_get_func_index), (check_default),
3035         (audio_convert_prepare_context), (audio_convert_convert):
3036           Also make valgrind happy and avoid copying data in some cases.
3037
3038 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
3039
3040         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3041         (double_hq), (audio_convert_get_func_index),
3042         (audio_convert_prepare_context), (audio_convert_convert):
3043         * gst/audioconvert/gstaudioconvert.c:
3044         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
3045         (gst_audio_convert_transform_caps):
3046         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3047         (audioconvert_suite):
3048           Don't run inplace if that overwrites source data as we go. Add more
3049           tests. Fixes #339837 even more.
3050
3051 2007-02-27  Julien MOUTTE  <julien@moutte.net>
3052
3053         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
3054         (msg_segment_done): Fix various seeking bugs (Slider was not
3055         updating when doing a non flushing seek, Reverse playback 
3056         on segment seek was wrong).
3057
3058 2007-02-26  Wim Taymans  <wim@fluendo.com>
3059
3060         * tests/examples/seek/seek.c: (stop_seek):
3061         When we stop scrubbing, don't leave the pipeline PLAYING when we
3062         requested a PAUSED state.
3063
3064 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
3065
3066         Patch by: René Stadler <mail at renestadler de>
3067
3068         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3069           Parse date strings in vorbis comments that have an invalid (zero)
3070           month or day (#410396).
3071
3072         * tests/check/libs/tag.c: (GST_START_TEST):
3073           Test case for the above.
3074
3075 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
3076
3077         Patch by: Loïc Minier <lool+gnome at via ecp fr>
3078
3079         * configure.ac:
3080         * ext/alsa/Makefile.am:
3081         * gst/audiotestsrc/Makefile.am:
3082           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
3083
3084 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3085
3086         * gst/playback/gstplaybin.c:
3087           Improve docs: point out that the application needs to assist playbin
3088           with buffering.
3089
3090 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3091
3092         * gst-libs/gst/utils/install-plugins.c:
3093         * gst-libs/gst/utils/missing-plugins.c:
3094         * tests/check/libs/utils.c: (missing_msg_check_getters):
3095           Change GStreamer marker prefix in detail string from 'gstreamer.net'
3096           to just 'gstreamer'. Document the caps string component of the
3097           decoder/encoder detail a bit better, since not everyone will be
3098           familiar with the GStreamer media type/caps system (but they better
3099           enjoy nested itemized lists).
3100
3101 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
3102
3103         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3104         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
3105           Fix copying of GstNetBuffer (would crash before, or at least lead to
3106           invalid memory access, #410772), for now by copying the GstBuffer copy
3107           code from the core over here so we can copy the GstBuffer fields on a
3108           provided buffer instance (of type GstNetBuffer in this case). Would be
3109           better to fix this with some support by the core though (and in the long
3110           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
3111
3112         * tests/check/Makefile.am:
3113           Enable unit test for GstNetBuffer.
3114
3115 2007-02-22  Andy Wingo  <wingo@pobox.com>
3116
3117         * gst-libs/gst/audio/gstbaseaudiosink.c
3118         (gst_base_audio_sink_init): Disable pull-mode activation until we
3119         figure out how to make audio sinks go to PLAYING.
3120
3121 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
3122
3123         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
3124         (double_hq), (audio_convert_get_func_index),
3125         (audio_convert_prepare_context), (audio_convert_convert):
3126         * gst/audioconvert/audioconvert.h:
3127         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
3128         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
3129         * gst/audioconvert/gstchannelmix.h:
3130         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3131           Add float as an intermediate format, as well as float mixing. Enable
3132           test that was failing before. Fixes #339837
3133
3134 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3135
3136         * tests/examples/seek/seek.c: (do_seek):
3137         Undo the previous commit: -1 as a stop time implies that the stop
3138         time is the end of file, clearing any previously configured segment.
3139
3140 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
3141
3142         * tests/examples/seek/seek.c: (do_seek):
3143         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
3144
3145 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3146
3147         * gst/volume/gstvolume.c: (volume_process_int16),
3148         (volume_process_int16_clamp), (volume_set_caps):
3149           Unbreak volume, value remains gint.
3150
3151 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
3152
3153         * gst/volume/gstvolume.c: (volume_choose_func),
3154         (volume_update_real_volume), (gst_volume_set_volume),
3155         (gst_volume_init), (volume_process_double), (volume_process_float),
3156         (volume_process_int16), (volume_process_int16_clamp),
3157         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
3158         * gst/volume/gstvolume.h:
3159           Extend float audio support (double) and some int->uint cleanups.
3160
3161 2007-02-20  Edward Hervey  <edward@fluendo.com>
3162
3163         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3164         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
3165         (sort_end_pads), (gst_decode_group_expose),
3166         (gst_decode_group_hide):
3167         Don't free groups from the streaming threads. Just put them aside and
3168         free them in dispose.
3169
3170 2007-02-20  Edward Hervey  <edward@fluendo.com>
3171
3172         * gst/playback/gstdecodebin2.c: (connect_element),
3173         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
3174         (sort_end_pads), (gst_decode_group_expose):
3175         Handle dynamic pads within groups.
3176         Sort pads before exposing them in order to make playbin happy.
3177         There still is a race with the multiqueue filling up. This should be
3178         solved separately.
3179         Fixes #398721
3180
3181 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3182
3183         * gst-libs/gst/utils/base-utils.c:
3184         * gst-libs/gst/utils/descriptions.c:
3185         * gst-libs/gst/utils/install-plugins.c:
3186         * gst-libs/gst/utils/missing-plugins.c:
3187           Some more docs (and descriptions for two subtitle formats).
3188
3189 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3190
3191         * gst-libs/gst/audio/audio.c:
3192           Fix documentation.
3193
3194 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
3195
3196         Patch by: Yves Lefebvre  <ivanohe abacom com>
3197
3198         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
3199           Don't leak caps. Fixes #408278.
3200
3201 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
3202
3203         * ext/cdparanoia/gstcdparanoiasrc.h:
3204         * ext/ogg/gstoggdemux.h:
3205         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
3206         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
3207         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
3208         * gst-libs/gst/audio/audio.h:
3209         * gst-libs/gst/audio/gstaudiofilter.h:
3210         * gst-libs/gst/interfaces/videoorientation.h:
3211         * gst/adder/gstadder.h:
3212           More docs coverage and some ChangeLog surgery (add missing names)
3213
3214 2007-02-15  Wim Taymans  <wim@fluendo.com>
3215
3216         * sys/ximage/ximagesink.c:
3217         (gst_ximagesink_calculate_pixel_aspect_ratio):
3218         * sys/xvimage/xvimagesink.c:
3219         (gst_xvimagesink_calculate_pixel_aspect_ratio):
3220         Small constifications.
3221
3222 2007-02-15  Wim Taymans  <wim@fluendo.com>
3223
3224         * gst-libs/gst/audio/gstbaseaudiosink.c:
3225         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
3226         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
3227         (gst_base_audio_sink_async_play),
3228         (gst_base_audio_sink_change_state):
3229         Answer latency query.
3230         Use configured latency when syncing.
3231         Fix clock slaving.
3232
3233         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3234         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
3235         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
3236         Fix possible memleak.
3237         Implement latency query.
3238         Small cleanups.
3239
3240 2007-02-15  Wim Taymans  <wim@fluendo.com>
3241
3242         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
3243         Ignore errors in reset, these are not fatal. They also grab the element
3244         lock which is already taking when this function is called. Fixes
3245         #405451.
3246
3247 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3248
3249         * configure.ac:
3250           Remove 'tests/examples/xerror/Makefile' from output files again.
3251
3252 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
3253
3254         * configure.ac:
3255         * docs/plugins/Makefile.am:
3256           Also crossref against gst-plugins-base-libs.
3257
3258 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
3259
3260         * configure.ac:
3261         * docs/libs/Makefile.am:
3262         * docs/plugins/Makefile.am:
3263           Add crossreferences to glib/gobject/gstream docs.
3264
3265         * gst-libs/gst/audio/audio.h:
3266           Source formatting.
3267
3268         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3269           Add own debug category.
3270
3271 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3272
3273         Patch by: René Stadler <mail at renestadler de>
3274
3275         * gst-libs/gst/tag/gstvorbistag.c:
3276           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
3277           (#403597).
3278
3279 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3280
3281         * gst/playback/gstplaybasebin.c: (setup_source):
3282           When we have external subtitles and wait for the subtitle decodebin
3283           to get up and running, we set up a (sync) bus handler for the
3284           subtitle decodebin, so we can stop waiting when it posts an error
3285           message. However, we should do that before we set the subtitle
3286           decodebin's state to playing, otherwise things are racy and we might
3287           miss error messages posted before we had a chance to set up the bus.
3288           This should finally fix totem hanging on .txt pseudo-subtitle files.
3289           
3290 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
3291
3292         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
3293           Use gst_gdouble_to_guint64 for conversions.
3294         * win32/common/config.h.in:
3295           Add a define for GST_INSTALL_PLUGINS_HELPER
3296         * win32/common/libgstaudio.def:
3297         * win32/common/libgstcdda.def:
3298         * win32/common/libgstnetbuffer.def:
3299         * win32/common/libgstrtp.def:
3300         * win32/common/libgutils.def:
3301           Add new exported functions.
3302         * win32/vs6/gst_plugins_base.dsw:
3303         * win32/vs6/libgstdecodebin.dsp:
3304         * win32/vs6/libgstnetbuffer.dsp:
3305         * win32/vs6/libgstplaybin.dsp:
3306         * win32/vs6/libgstrtp.dsp:
3307         * win32/vs6/libgstvorbis.dsp:
3308         * win32/vs6/libgstcdda.dsp:
3309         * win32/vs6/libgstgdp.dsp:
3310         * win32/vs6/libgstutils.dsp:
3311           Update and add new project files.
3312
3313 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
3314
3315         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
3316         (subrip_remove_unhandled_tags), (parse_subrip):
3317           For SubRip (.srt) subtitles, ignore all markup tags we don't
3318           handle (like font tags, for example).
3319
3320         * tests/check/elements/subparse.c:
3321           Add test for this.
3322
3323 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3324
3325         * gst/playback/gstdecodebin.c: (add_fakesink),
3326         (gst_decode_bin_change_state):
3327         * gst/playback/gstdecodebin2.c: (add_fakesink),
3328         (gst_decode_bin_change_state):
3329           Don't error out if there is no fakesink in the NULL to READY state
3330           change, since when decodebin is re-used, we're only adding the
3331           fakesink element in READY to PAUSED.
3332
3333         * tests/check/elements/decodebin.c:
3334         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
3335         (decodebin_suite):
3336           Minimal unit test to make sure we can use the same decodebin
3337           instance twice (at least with audiotestsrc input).
3338
3339 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
3340
3341         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
3342           Try to get devic-name from device string first, and from handle only
3343           as fallback (seems to yield better results and is more robust
3344           against buggy probing code on the application side).
3345
3346 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
3347
3348         Based on patch by: Julien Puydt <julien.puydt at laposte net>
3349
3350         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
3351         (gst_alsa_find_device_name):
3352         * ext/alsa/gstalsa.h:
3353         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
3354         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
3355           Improve device-name detection a bit, especially in the case where
3356           the device is not actually open (#405020, #405024). Move common code
3357           into gstalsa.c instead of duplicating it.
3358
3359 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3360
3361         * gst/audioconvert/gstaudioconvert.c:
3362           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
3363
3364 2007-02-06  Julien MOUTTE  <julien@moutte.net>
3365
3366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
3367         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
3368         (gst_xvimagesink_interface_supported),
3369         (gst_xvimagesink_probe_get_properties),
3370         (gst_xvimagesink_probe_probe_property),
3371         (gst_xvimagesink_probe_needs_probe),
3372         (gst_xvimagesink_probe_get_values),
3373         (gst_xvimagesink_property_probe_interface_init),
3374         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3375         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
3376         (gst_xvimagesink_get_type):
3377         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
3378         for XVAdaptors so that one can choose the adaptor to use with 
3379         gstreamer-properties.
3380
3381 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
3382
3383         * gst/audioconvert/gstaudioconvert.c:
3384           Also mention that a conversion from double to float is suboptimal still.
3385
3386 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
3387
3388         * gst-libs/gst/audio/gstaudiofilter.c:
3389         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
3390           Clear our formats structure and free the caps contained in it when
3391           shutting down.
3392
3393 2007-02-05  Andy Wingo  <wingo@pobox.com>
3394
3395         * gst-libs/gst/audio/gstbaseaudiosink.c
3396         (gst_base_audio_sink_callback): Update basesink->offset so that we
3397         pull monotonically increasing offsets instead of, um, seeking back
3398         to 0 each time. Fixes alsasrc ! alsasink!
3399
3400 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
3401
3402         * gst/videoscale/gstvideoscale.c:
3403           A width and height of 1 makes us crash, so increase minimum size to
3404           2x2 pixels until someone feels like fixing this (#404512).
3405
3406 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3407
3408         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
3409           Add small test to make sure request pads are cleaned up properly
3410           even if oggmux never changes state out of NULL.
3411
3412 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
3413
3414         * tests/check/libs/utils.c: (GST_START_TEST):
3415           Fix unit test. Turns out things work much better when you
3416           NULL-terminate string arrays. Should make p5 build bot happy again.
3417
3418 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3419
3420         * gst-libs/gst/audio/Makefile.am:
3421         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3422         (gst_audio_filter_template_base_init),
3423         (gst_audio_filter_template_class_init),
3424         (gst_audio_filter_template_init),
3425         (gst_audio_filter_template_set_property),
3426         (gst_audio_filter_template_get_property),
3427         (gst_audio_filter_template_setup),
3428         (gst_audio_filter_template_filter),
3429         (gst_audio_filter_template_filter_inplace), (plugin_init):
3430           Oops, forgot to commit fixed-up example.
3431
3432 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3433
3434         * docs/libs/gst-plugins-base-libs-sections.txt:
3435         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3436         (gst_audio_filter_class_init), (gst_audio_filter_init),
3437         (gst_audio_filter_set_caps),
3438         (gst_audio_filter_class_add_pad_templates):
3439         * gst-libs/gst/audio/gstaudiofilter.h:
3440           Port GstAudioFilter to 0.10. This change technically breaks
3441           API and ABI (and thus also every library developer's heart),
3442           but seems justifiable on the grounds that the base class was
3443           completely unusable before (ie. would crash immediately when
3444           actually used). Fixes #403963 (and eventually also #403572).
3445           Also document all of this a bit.
3446
3447 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3448
3449         * gst-libs/gst/utils/install-plugins.c:
3450         (gst_install_plugins_spawn_child):
3451         * tests/check/libs/utils.c:
3452         (test_base_utils_install_plugins_do_callout):
3453           Lowering log level to see why things fail on the p5 build bot;
3454           fix some typos in unit test messages.
3455
3456 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
3457
3458         * tests/check/libs/utils.c:
3459         (test_base_utils_install_plugins_do_callout):
3460           Don't hard-code temp directory for test helper; use GLib functions
3461           to write out file and do error checking etc.
3462
3463 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3464
3465         * gst-libs/gst/utils/Makefile.am:
3466         * gst-libs/gst/utils/base-utils.h:
3467         * gst-libs/gst/utils/install-plugins.c:
3468         (gst_install_plugins_context_set_xid),
3469         (gst_install_plugins_context_new),
3470         (gst_install_plugins_context_free),
3471         (gst_install_plugins_get_helper),
3472         (gst_install_plugins_spawn_child),
3473         (gst_install_plugins_return_from_status),
3474         (gst_install_plugins_installer_exited),
3475         (gst_install_plugins_async), (gst_install_plugins_sync),
3476         (gst_install_plugins_return_get_name),
3477         (gst_install_plugins_installation_in_progress):
3478         * gst-libs/gst/utils/install-plugins.h:
3479           API: add API for applications to initiate installation of missing
3480           plugins, ie. gst_install_plugins_async() primarily.
3481           Based on libgimme-codec by Ryan Lortie.
3482
3483         * configure.ac:
3484           Add --with-install-plugins-helper configure option so distros can specify
3485           the path of the helper script or program to call when plugin installation
3486           is requested (distros: please do any argument munging in this helper
3487           script instead of patching GStreamer to pass arguments differently
3488           to another program directly).
3489
3490         * docs/libs/gst-plugins-base-libs-docs.sgml:
3491         * docs/libs/gst-plugins-base-libs-sections.txt:
3492           Build and document new API.
3493
3494         * tests/check/libs/utils.c: (result_cb),
3495         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
3496         (libgstbaseutils_suite):
3497           Some simple checks for the new API.
3498
3499 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3500
3501         * tests/check/elements/audioconvert.c: (test_float_conversion):
3502           Add small test for 32bit float <=> 64bit float conversion (works
3503           only one way so far, 32=>64 produces structured noise).
3504
3505 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3506
3507         * gst/audioconvert/gstaudioconvert.c:
3508         (set_structure_widths_32_and_64), (make_lossless_changes):
3509           We don't support floats with a width of 40, 48 or 56 bits.
3510
3511 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
3512
3513         * gst/audioconvert/audioconvert.c: (float), (double),
3514         (audio_convert_get_func_index):
3515         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3516         (make_lossless_changes):
3517           Support for 64-bit float audio in audioconvert (#339837)
3518
3519 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
3520
3521         Patch by: Holger Wansing  <linux wansing-online de>
3522
3523         * po/LINGUAS:
3524         * po/de.po:
3525           Add German translation (#352069).
3526
3527 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
3528
3529         reviewed by: Wim Taymans <wim@fluendo.com>
3530
3531         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
3532         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
3533         Use newly added GstCollectPads API to free the allocated resources in
3534         the GstOggPad structures (#402393).
3535
3536 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
3537
3538         * gst/playback/gstplaybin.c: (gen_vis_element):
3539           Add audioresample+audioconvert in front of the visualisation
3540           element, so that elements like libvisual 0.4 that don't support all
3541           samplerates can work.
3542
3543           Fixes: #402505
3544
3545 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3546
3547         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
3548         (gst_play_base_bin_get_streaminfo_value_array):
3549           Take some locks and make a copy of the streaminfo value array we
3550           maintain while holding the lock, so that the application can
3551           retrieve the stream-info as a value array in a thread-safe way.
3552
3553 2007-01-30  Wim Taymans  <wim@fluendo.com>
3554
3555         * gst/audioconvert/gstaudioconvert.c:
3556         Don't fail on 0 sized buffers. Fixes #396835.
3557
3558 2007-01-29  David Schleef  <ds@schleef.org>
3559
3560         * gst/typefind/gsttypefindfunctions.c:
3561           Detect BBCD as video/x-dirac, so we can play raw dirac
3562           streams.
3563
3564 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
3565
3566         * ext/theora/theoraenc.c: (theora_enc_chain):
3567           Check return value of theora_encode_header(), or we might try to
3568           allocate a random number of bytes. theora_encode_header() can fail
3569           if libtheora has been compiled with encoding support disabled.
3570           Fixes #398110.
3571
3572 2007-01-29  Wim Taymans  <wim@fluendo.com>
3573
3574         * tests/check/gst/.cvsignore:
3575         Do as buildbot says.
3576
3577 2007-01-29  Wim Taymans  <wim@fluendo.com>
3578
3579         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
3580         Fix strides in libvisual. Gst uses X strides.
3581         Inspired by: <ed at catmur dot co dot uk> and 
3582         <tim at centricular dot net>
3583         Fixes #401118.
3584
3585 2007-01-27  Wim Taymans  <wim@fluendo.com>
3586
3587         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3588         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3589         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
3590         (gst_ogg_demux_perform_seek),
3591         (gst_ogg_demux_bisect_forward_serialno),
3592         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3593         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
3594         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
3595         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
3596         * ext/ogg/gstoggdemux.h:
3597         Properly propagate streaming errors when we are scanning the file for
3598         chains so that we don't crash when shut down. Might fix some crashers
3599         when quickly switching oggs in RB such as #332503 and #378436.
3600
3601 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
3602
3603         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3604           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
3605           error code as well.
3606
3607 2007-01-25  Wim Taymans  <wim@fluendo.com>
3608
3609         * gst/playback/gstplaybasebin.c: (remove_source):
3610         Don't try to disconnect a signal from a finalized object.
3611
3612 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3613
3614         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
3615           Cast lock macro parameters to make sure we're actually accessing the
3616           lock member at the right class level. Free list itself in _dispose()
3617           as well and NULL it in case dispose gets called multiple times.
3618
3619 2007-01-25  Edward Hervey  <edward@fluendo.com>
3620
3621         * gst/playback/gstdecodebin2.c:
3622         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
3623         Free GstDecodeGroups no longer used.
3624         (gst_decode_group_expose):
3625         Don't unlock too many times !
3626         (deactivate_free_recursive):
3627         Free iterator once we're done with it.
3628         Fix for recursively deactivating elements (stop at ghostpads).
3629
3630 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3631
3632         * gst/playback/gstplaybin.c: (handoff):
3633           Fix up caps on the frame buffer before we save it and potentially
3634           make it accessible to other threads via g_object_get; also use
3635           gst_buffer_replace() instead of gst_mini_object_replace().
3636
3637 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
3638
3639         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3640           Make getting the current frame thread-safe.
3641
3642 2007-01-25  Edward Hervey  <edward@fluendo.com>
3643
3644         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
3645         (gst_decode_group_new), (gst_decode_group_free):
3646         Set queues to bigger sizes to cope with HD contents.
3647         Fix some mutex freeing and add comment about MT safe methods.
3648
3649 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
3650
3651         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
3652         (gst_text_overlay_text_event):
3653           Don't unnecessarily ref (and then leak) upstream events if the text
3654           pad is not linked. Fixes #399948.
3655
3656         * tests/check/gst-plugins-base.supp:
3657           Add suppression for pango on edgy/x86 for textoverlay test.
3658
3659 2007-01-24  Wim Taymans  <wim@fluendo.com>
3660
3661         * gst-libs/gst/rtp/gstrtpbuffer.h:
3662         Add some more fixed payloads.
3663
3664 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3665
3666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
3667           Error out properly if we get an error from libogg while reading the
3668           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
3669
3670 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
3671
3672         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
3673           Don't leak mutex.
3674
3675         * tests/check/elements/playbin.c:
3676         (test_sink_usage_video_only_stream),
3677         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
3678         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
3679         (test_missing_suburisource_handler),
3680         (test_missing_primary_decoder), (playbin_suite):
3681           Run all tests once with decodebin and once with decodebin2.
3682           One test does not pass yet with decodebin2.
3683
3684 2007-01-23  Edward Hervey  <edward@fluendo.com>
3685
3686         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
3687         Fix the cases where oggmux doesn't properly figure out that all
3688         sinkpads have gone EOS, and therefore doesn't push out the remaining
3689         buffers and the final EOS event.
3690         Fixes #363379
3691
3692 2007-01-23  Julien MOUTTE  <julien@moutte.net>
3693
3694         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3696         Don't lock on navigation event push, just on keysym to string.
3697         Fixes #397673 again.
3698
3699 2007-01-22  Edward Hervey  <edward@fluendo.com>
3700
3701         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
3702         (get_current_group), (group_demuxer_event_probe),
3703         (gst_decode_group_expose), (deactivate_free_recursive),
3704         (gst_decode_group_free):
3705         Cleanups.
3706         Don't forget to emit 'no-more-pads' once a group is exposed.
3707         Cleanup elements from a DecodeGroup once we remove it.
3708         Protect call to gst_decode_group_expose() with the decodebin lock.
3709
3710 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3711
3712         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3714         Looking at Xorg code i can't figure out if that XKeysymToString
3715         function is thread sensible or not. Lock it just in case as
3716         recommended by Radek Doulik <rodo at ximian dot com>.
3717
3718 2007-01-22  Julien MOUTTE  <julien@moutte.net>
3719
3720         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
3721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
3722         Lock that X Call as well. Fixes #397673.
3723
3724 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3725
3726         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
3727           Don't go into an endless loop if the file starts with 00 00 01 2X,
3728           like quicktime redirect files might. Fixes #396042.
3729
3730         * tests/check/Makefile.am:
3731         * tests/check/gst/.cvsignore:
3732         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
3733         (typefindfunctions_suite):
3734           Add unit test for the above.
3735
3736 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3737
3738         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3739           On second thought, use "depth" field rather than "bpp" field.
3740
3741 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
3742
3743         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3744           Camtasia caps apparently need a bpp field (#398875).
3745
3746 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3747
3748         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3749         (gen_source_element), (gst_play_base_bin_change_state):
3750           Attempt at a better error message in case we don't have the required
3751           URI handler installed; post missing-plugin message also when we're
3752           missing an URI handler for the subtitle URI; clean up properly also
3753           when an error occurs and we never made it to PAUSED state.
3754
3755         * tests/check/elements/playbin.c: (GST_START_TEST),
3756         (playbin_suite):
3757           Check that we're also getting a missing-plugin messsage for a
3758           missing subtitle URI handler (and clean up properly).
3759
3760 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3761
3762         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
3763           Plug a few reference leaks.
3764
3765 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3766
3767         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3768           Lower probability a bit if the marker isn't right at the start,
3769           to decrease the chance of false positives.
3770
3771 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
3772
3773         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3774           Small mpeg2 system stream typefinding improvement: make typefinder
3775           probe a bit into the stream instead of just looking for a marker
3776           at the beginning. Fixes #397810.
3777
3778 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
3779
3780         * gst/audioconvert/gstchannelmix.c:
3781           Remove compatibility cruft for prehistoric GLib versions.
3782
3783 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
3784
3785         * gst/playback/Makefile.am:
3786         * gst/playback/gstdecodebin.c: (close_pad_link):
3787         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
3788         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3789         (gst_play_base_bin_handle_message_func), (unknown_type):
3790           Let decodebin be the element to post missing-plugin messages for
3791           missing decoders (rather than playbin); make playbin implement
3792           GstBin::handle_message so we can suppress missing-plugin messages
3793           for types we're not handling on purpose (don't want to bring up an
3794           installer in those cases).
3795
3796 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
3797
3798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3799         * gst-libs/gst/tag/gstvorbistag.c:
3800         (gst_tag_list_to_vorbiscomment_buffer):
3801         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
3802           Fix potentially unaligned access (#397207).
3803
3804 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3805
3806         * tests/examples/seek/seek.c: (set_scale), (update_scale),
3807         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
3808         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
3809         (main):
3810           Allow to toggle looping while it plays. Fix callback prototype. Clean
3811           up code a bit more. Add copyright header.
3812
3813 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
3814
3815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3816           Red and blue mask was swapped (spotted by Dan Williams).
3817
3818 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
3819
3820         * gst-libs/gst/tag/gstid3tag.c:
3821         * gst-libs/gst/tag/gstvorbistag.c:
3822           Use new beats-per-minute tag from core.
3823
3824 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
3825
3826         * po/POTFILES.in:
3827           Add new files with translatable strings, so they actually make it
3828           into the template file one day.
3829
3830 2007-01-12  Andy Wingo  <wingo@pobox.com>
3831
3832         * gst-libs/gst/audio/gstbaseaudiosink.c
3833         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
3834         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
3835         stuff, as the base class handles this now. Actually tell the ring
3836         buffer to start.
3837         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
3838         How did this work before? Maybe I'm not as awesome a programmer as
3839         I think.
3840
3841         * gst-libs/gst/audio/gstbaseaudiosrc.c
3842         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
3843         of a pad function.
3844
3845 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3846
3847         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
3848           Remove more fields so that the application can better blacklist
3849           formats that have been tried before.
3850
3851 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3852
3853         * gst-libs/gst/audio/mixerutils.h:
3854           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
3855           used when compiling with c++ compilers as well.
3856
3857 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
3858
3859         * gst/typefind/gsttypefindfunctions.c:
3860           Fix comment.
3861
3862 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
3863
3864         * gst/playback/gstplaybin.c: (post_missing_element_message),
3865         (gen_video_element), (gen_text_element), (gen_audio_element),
3866         (gen_vis_element):
3867           Post missing-plugin messages also when we error out because
3868           converters, textoverlay or auto*sinks are missing (#161922).
3869
3870 2007-01-10  Wim Taymans  <wim@fluendo.com>
3871
3872         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
3873         (is_demuxer_element), (new_caps):
3874         * gst/playback/gstplaybasebin.c: (source_new_pad):
3875         Fix the case where we try to ref a NULL element when we delay a link
3876         because of unfixed caps.
3877         Set the state of autoplugged decodebins to PAUSED.
3878         RTSP now works in playbin, we can remove it from the blacklist.
3879
3880 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3881
3882         * gst/playback/Makefile.am:
3883         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
3884         (unknown_type), (setup_subtitle), (gen_source_element):
3885         * gst/playback/gstplaybin.c: (plugin_init):
3886           Post missing-plugin messages on the bus for missing sources and
3887           missing decoders/demuxers/depayloaders; fix error code used when
3888           we're missing an URI handler source; for media types that we are not
3889           handling on purpose at the moment, don't print "don't know how to
3890           handle xyz" messages to the terminal or post missing-plugin
3891           messages on the bus.
3892
3893         * tests/check/elements/playbin.c: (create_playbin),
3894         (GST_START_TEST), (gst_codec_src_uri_get_type),
3895         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
3896         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
3897         (gst_codec_src_init_type), (gst_codec_src_base_init),
3898         (gst_codec_src_create), (gst_codec_src_class_init),
3899         (gst_codec_src_init), (plugin_init), (playbin_suite):
3900           Add some tests for the missing-plugin stuff.
3901
3902 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3903
3904         * configure.ac:
3905         * gst-libs/gst/Makefile.am:
3906         * gst-libs/gst/utils/Makefile.am:
3907         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
3908         * gst-libs/gst/utils/base-utils.h:
3909         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
3910         (find_format_info), (caps_are_rtp_caps),
3911         (gst_base_utils_get_source_description),
3912         (gst_base_utils_get_sink_description),
3913         (gst_base_utils_get_decoder_description),
3914         (gst_base_utils_get_encoder_description),
3915         (gst_base_utils_get_element_description),
3916         (gst_base_utils_add_codec_description_to_tag_list),
3917         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
3918         * gst-libs/gst/utils/descriptions.h:
3919         * gst-libs/gst/utils/missing-plugins.c:
3920         (missing_structure_get_type), (copy_and_clean_caps),
3921         (gst_missing_uri_source_message_new),
3922         (gst_missing_uri_sink_message_new),
3923         (gst_missing_element_message_new),
3924         (gst_missing_decoder_message_new),
3925         (gst_missing_encoder_message_new),
3926         (missing_structure_get_string_detail),
3927         (missing_structure_get_caps_detail),
3928         (gst_missing_plugin_message_get_installer_detail),
3929         (gst_missing_plugin_message_get_description),
3930         (gst_is_missing_plugin_message):
3931         * gst-libs/gst/utils/missing-plugins.h:
3932           API: add new libgstbaseutils library with functions
3933           - to create and parse missing-plugins messages
3934           - that provide (translated) descriptions for caps/decoders/sources/etc.
3935           Closes #392393.
3936
3937         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3938         * pkgconfig/gstreamer-plugins-base.pc.in:
3939           Add new lib.
3940
3941         * docs/libs/gst-plugins-base-libs-docs.sgml:
3942         * docs/libs/gst-plugins-base-libs-sections.txt:
3943           Generate docs for new lib and API.
3944
3945         * tests/check/Makefile.am:
3946         * tests/check/libs/.cvsignore:
3947         * tests/check/libs/utils.c: (missing_msg_check_getters),
3948         (GST_START_TEST), (libgstbaseutils_suite):
3949           Add some basic unit tests.
3950
3951 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3952
3953         * ext/ogg/Makefile.am:
3954           Dist gstoggdemux.h to fix 'make distcheck'.
3955
3956         * sys/v4l/Makefile.am:
3957           Fix 'make distcheck' even more.
3958
3959 2007-01-09  Wim Taymans  <wim@fluendo.com>
3960
3961         * docs/plugins/Makefile.am:
3962         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3963         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3964         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
3965         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
3966         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
3967         (gst_ogg_demux_perform_seek):
3968         * ext/ogg/gstoggdemux.h:
3969         Added docs.
3970         Add some more comments.
3971         Small cleanups.
3972
3973 2007-01-09  Wim Taymans  <wim@fluendo.com>
3974
3975         * ext/theora/theoradec.c:
3976         * ext/vorbis/vorbisdec.c:
3977         * gst-libs/gst/audio/gstringbuffer.c:
3978         (gst_ring_buffer_commit_full):
3979         * gst-libs/gst/audio/gstringbuffer.h:
3980         * gst-libs/gst/rtp/gstrtpbuffer.c:
3981         * gst-libs/gst/tag/gstvorbistag.c:
3982         Small documentation updates/fixes
3983
3984 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
3985
3986         * configure.ac:
3987           Require core CVS HEAD for Andy's basesrc/sink API additions.
3988
3989 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
3990
3991         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
3992
3993         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
3994         (plugin_init):
3995           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
3996           on flac.sf.net (there appear to be other versions of the first
3997           ogg page in the wild) (#391365).
3998
3999 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4000
4001         * configure.ac:
4002           Check if localtime_r() is available.
4003
4004         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
4005           If localtime_r() is not available, fall back to localtime(). Should
4006           fix build on MingW (#393310).
4007
4008 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4009
4010         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4011         * gst/subparse/gstsubparse.h:
4012           Remove spurious 1000 subtrahend when calculating the timestamp from
4013           the frame number and the frame rate . Also, use the frames/second
4014           value specified in the first line of the file, if one is specified
4015           there. Should fix #357503.
4016
4017         * tests/check/elements/subparse.c: (do_test),
4018         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
4019         (subparse_suite):
4020           Add some basic unit tests for the microdvd subtitle format.
4021
4022 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4023
4024         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4025
4026         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4027         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
4028         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
4029         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
4030         (gst_xvimagesink_set_xwindow_id),
4031         (gst_xvimagesink_set_event_handling),
4032         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
4033         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
4034         Fixes: #390076.
4035         Add an adaptor property to select a specific XV adaptor.
4036         * sys/xvimage/xvimagesink.h:
4037
4038 2007-01-07  Julien MOUTTE  <julien@moutte.net>
4039
4040         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4041         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
4042         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
4043         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
4044         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
4045         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
4046         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4047         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
4048         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4049         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
4050         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
4051         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
4052         Use flow_lock much more to protect every access to xwindow.
4053         Try to catch erros while creating images in case some drivers are
4054         just generating an XError when the requested image is too big.
4055         Should fix : #354698, #384008, #384060.
4056         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
4057         Implement some stress testing of setting window xid.
4058
4059 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
4060
4061         * win32/common/libgsaudio.def:
4062           Add new exported function.
4063         * win32/common/libgstogg.dsp:
4064           Add gstoggaviparse.c to the build.
4065         * win32/common/libgstvideoscale.dsp:
4066           Add vs_4tap.c to the build.
4067         * win32/common/libgstvorbis.dsp:
4068           Add vorbistag.c to the build.
4069         
4070 2007-01-06  Andy Wingo  <wingo@pobox.com>
4071
4072         * gst-libs/gst/audio/gstbaseaudiosink.c
4073         (gst_base_audio_sink_class_init)
4074         (gst_base_audio_sink_init): 
4075         (gst_base_audio_sink_activate_pull): Add an activate_pull function
4076         to baseaudiosink, and tell basesink that we can work in pull mode.
4077         This way the ring buffer thread drives the pipeline directly, if
4078         pull mode is possible. There is some lingering nastiness regarding
4079         capsnego, however.
4080         (gst_base_audio_sink_callback): Implement the callback to pull
4081         data. This interface is a bit light, though -- it should get a
4082         GstFlowReturn return value at least.
4083
4084 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4085
4086         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
4087         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4088         * gst/playback/gstdecodebin2.c:
4089         (gst_decode_group_check_if_blocked):
4090           Printf format and missing argument fixes.
4091
4092 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
4093
4094         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
4095         (gst_ogm_parse_change_state):
4096         Activate pads before adding them to the element.
4097
4098 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4099
4100         * tests/examples/seek/scrubby.c: (main):
4101         * tests/examples/seek/seek.c: (main):
4102           Call g_thread_init() first thing in main() (see #391278).
4103
4104 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4105
4106         * tests/check/Makefile.am:
4107         * tests/check/libs/.cvsignore:
4108         * tests/check/libs/netbuffer.c: (GST_START_TEST),
4109         (netbuffer_suite):
4110           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
4111           for the time being, since it's broken, see #393099.
4112
4113 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
4114
4115         * tests/check/Makefile.am:
4116           Update to use GST_PLUGINS_BASE_CFLAGS as well.
4117
4118 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
4119
4120         * configure.ac:
4121           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
4122           so that GST_BASE_CFLAGS can go inbetween them, making sure
4123           we use uninstalled gst-libs headers
4124         * docs/libs/Makefile.am:
4125         * ext/alsa/Makefile.am:
4126         * ext/cdparanoia/Makefile.am:
4127         * ext/gnomevfs/Makefile.am:
4128         * ext/libvisual/Makefile.am:
4129         * ext/ogg/Makefile.am:
4130         * ext/theora/Makefile.am:
4131         * ext/vorbis/Makefile.am:
4132         * gst-libs/gst/audio/Makefile.am:
4133         * gst-libs/gst/cdda/Makefile.am:
4134         * gst-libs/gst/interfaces/Makefile.am:
4135         * gst-libs/gst/riff/Makefile.am:
4136         * gst-libs/gst/rtp/Makefile.am:
4137         * gst-libs/gst/tag/Makefile.am:
4138         * gst/adder/Makefile.am:
4139         * gst/audioconvert/Makefile.am:
4140         * gst/audiorate/Makefile.am:
4141         * gst/audioresample/Makefile.am:
4142         * gst/playback/Makefile.am:
4143         * gst/tcp/Makefile.am:
4144         * gst/videoscale/Makefile.am:
4145         * gst/volume/Makefile.am:
4146         * sys/ximage/Makefile.am:
4147         * sys/xvimage/Makefile.am:
4148         * tests/icles/Makefile.am:
4149           adapt
4150
4151 2007-01-04  Julien MOUTTE  <julien@moutte.net>
4152
4153         * gst-libs/gst/interfaces/xoverlay.c:
4154         (gst_x_overlay_handle_events):
4155         * gst-libs/gst/interfaces/xoverlay.h:
4156         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
4157         (gst_ximagesink_set_xwindow_id),
4158         (gst_ximagesink_set_event_handling),
4159         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
4160         (gst_ximagesink_get_property), (gst_ximagesink_init),
4161         (gst_ximagesink_class_init):
4162         * sys/ximage/ximagesink.h:
4163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
4164         (gst_xvimagesink_set_xwindow_id),
4165         (gst_xvimagesink_set_event_handling),
4166         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
4167         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
4168         (gst_xvimagesink_class_init):
4169         * sys/xvimage/xvimagesink.h:
4170         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
4171         Add a method to the XOverlay interface to allow disabling of 
4172         event handling in x[v]imagesink elements. This will let X events
4173         propagate to parent windows which can be usefull in some cases.
4174         Be carefull that the application is then responsible of pushing
4175         navigation events and expose events to the video sink.
4176         Fixes: #387138.
4177
4178 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
4179
4180         * gst-libs/gst/tag/gstvorbistag.c:
4181         * tests/check/libs/tag.c: (GST_START_TEST):
4182           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
4183           (fixes #392070).
4184
4185 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
4186
4187         * configure.ac:
4188         * docs/Makefile.am:
4189         * docs/design/Makefile.am:
4190           Dist design docs.
4191
4192 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4193
4194         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
4195         typo. Fixes: #390063.
4196
4197 2006-12-27  Julien MOUTTE  <julien@moutte.net>
4198
4199         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
4201         caps leak.
4202         * win32/common/config.h: Updated.
4203
4204 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
4205
4206         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
4207         (setup_gdpdepay_streamheader):
4208         * tests/check/elements/gdppay.c: (cleanup_gdppay),
4209         (setup_gdppay_streamheader):
4210           Fix the dp tests, but activating the pads for the streamheader tests
4211           too and cleaning up conditionaly
4212
4213 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
4214
4215         * gst/ffmpegcolorspace/avcodec.h:
4216         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4217         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
4218         (gst_ffmpegcsp_avpicture_fill):
4219         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
4220         (img_get_alpha_info):
4221         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
4222         other end of the word. Fixes: #387073.
4223
4224         Add some inconsequential branch hints in a couple of places.
4225
4226 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4227
4228         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4229         (gst_ffmpeg_caps_to_smpfmt):
4230           The "signed" field in raw audio caps is of boolean type, trying to
4231           extract the value with _get_int() will fail (fix to keep in sync with
4232           the copy in gst-ffmpeg)
4233
4234 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
4235
4236         * tests/check/elements/audioresample.c: (cleanup_audioresample):
4237         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
4238         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4239         (cleanup_gdpdepay):
4240         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
4241         * tests/check/elements/subparse.c: (teardown_subparse):
4242         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
4243         * tests/check/elements/videorate.c: (cleanup_videorate):
4244         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
4245         * tests/check/elements/volume.c: (cleanup_volume):
4246         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
4247         (cleanup_vorbisdec):
4248         * tests/check/elements/vorbistag.c: (setup_vorbistag),
4249         (cleanup_vorbistag):
4250           consistent pad (de)activation
4251
4252 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4253
4254         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4255           Forgot to register the extensions.
4256
4257 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4258
4259         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
4260         (plugin_init):
4261           Add typefinder for VIVO files (my christmas present to the 90s).
4262
4263 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4264
4265         * gst/playback/gstdecodebin.c: (type_found):
4266           Special-case the text/plain media type: we only want to recognise it
4267           as a 'raw' decoded media type if it comes from a demuxer or subtitle
4268           parser, but not if the entire stream is of text/plain type. If the
4269           entire stream is text/plain, we should just error out.
4270
4271           This fixes playback of audio files with lyrics in totem. Totem can't
4272           distinguish between text files and subtitle files and passes any
4273           .txt file with the same basename as the main file to playbin as
4274           suburi, and playbin will then throw a 'subtitle found, but no video
4275           stream' error, which isn't entirely helpful. See #380342.
4276
4277           Also, with this change we'll show a slightly more correct error
4278           message in case totem passes a playlist file to us (although a
4279           custom error message wording instead of the default text would
4280           probably not be a bad idea either).
4281
4282           Same problem also needs to be fixed for playbin+decodebin2.
4283
4284         * tests/check/Makefile.am:
4285         * tests/check/elements/decodebin.c: (src_handoff_cb),
4286         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
4287         (decodebin_suite):
4288           Add simple unit test for decodebin for the above.
4289
4290 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4291
4292         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4293         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
4294           Refuse to change state to READY when we failed to create any of the
4295           required elements in our instance init function.
4296
4297 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4298
4299         * docs/libs/gst-plugins-base-libs-sections.txt:
4300           Small docs fixes/updates.
4301
4302         * gst-libs/gst/video/gstvideosink.h:
4303           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
4304           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
4305           removed from the base sink API between 0.9.6 and 0.9.7).
4306           API: add GST_VIDEO_SINK_CAST and use it for the height/width
4307           accessor macros, so we don't do a runtime GObject type check every
4308           time we use them.
4309
4310 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4311
4312         * Makefile.am:
4313         * gst-plugins-base.doap:
4314         * gst-plugins-base.spec.in:
4315           add doap file
4316
4317 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
4318
4319         Patch by: Jens Granseuer <jensgr at gmx net>
4320
4321         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4322         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4323         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4324         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4325         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4326           Declare variables at the beginning of a block. Fixes #383195.
4327
4328 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
4329
4330         * configure.ac:
4331         Bump version nano - back to CVS.
4332
4333
4334 === release 0.10.11 ===
4335
4336 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
4337
4338         * configure.ac:
4339           releasing 0.10.11, "Dumb things"
4340
4341 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
4342
4343         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
4344         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
4345         Handle the case where an element has multiple pads with 
4346         unfixed caps as well as still possibly producing more dynamic 
4347         pads by storing each case as a distinct entry in the dynamic list.
4348         Fixes #38223 again.
4349
4350 2006-12-04  Wim Taymans  <wim@fluendo.com>
4351
4352         * gst/playback/gstdecodebin.c: (close_pad_link):
4353         Fix #382223, add more dynamic caps handling.
4354
4355 2006-12-04  Wim Taymans  <wim@fluendo.com>
4356
4357         reviewed by: <delete if not using a buddy>
4358
4359         * gst-libs/gst/audio/gstringbuffer.h:
4360         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
4361         (gst_netaddress_set_ip4_interface),
4362         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
4363         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
4364         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
4365         (gst_netaddress_get_ttl):
4366         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4367         * gst/playback/gstdecodebin.c: (close_pad_link):
4368         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
4369         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
4370         * win32/common/config.h:
4371
4372 2006-12-01  Michael Smith  <msmith@fluendo.com>
4373
4374         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4375           Delete bad debug code.
4376           Fixes #381219
4377
4378 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
4379
4380         * gst/videoscale/vs_4tap.c:
4381         * win32/MANIFEST:
4382         * win32/common/config.h:
4383         * win32/vs8/libgstvideoscale.vcproj:
4384         Fix compilation on win32 under VS8
4385         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
4386         Partially fixes #381175
4387
4388 2006-11-30  Michael Smith  <msmith@fluendo.com>
4389
4390         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4391         (GST_START_TEST):
4392           It would be very bad if, after a discont buffer, we thought every
4393           single following buffer was also discont. So, add to the test to
4394           ensure that this isn't the case.
4395           
4396         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
4397           ... it was the case. So fix it.
4398
4399 2006-11-28  Wim Taymans  <wim@fluendo.com>
4400
4401         * gst/playback/gstplaybasebin.c: (check_queue_event):
4402         Improve debug.
4403
4404         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
4405         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
4406         padtemplate caps. Refixes #357577.
4407
4408 2006-11-28  Wim Taymans  <wim@fluendo.com>
4409
4410         * gst/playback/gstplaybasebin.c: (check_queue_event),
4411         (queue_threshold_reached), (queue_out_of_data),
4412         (gen_preroll_element):
4413         Add event probe to see when EOS is in a queue and we can disable the
4414         underrun signals. Fixes #357577.
4415
4416 2006-11-28  Edward Hervey  <edward@fluendo.com>
4417
4418         * gst/playback/Makefile.am:
4419         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
4420         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
4421         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4422         (gst_decode_bin_init), (gst_decode_bin_dispose),
4423         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
4424         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
4425         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
4426         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
4427         (connect_element), (expose_pad), (type_found),
4428         (pad_added_group_cb), (pad_removed_group_cb),
4429         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
4430         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
4431         (are_raw_caps), (multi_queue_overrun_cb),
4432         (multi_queue_underrun_cb), (gst_decode_group_new),
4433         (get_current_group), (group_demuxer_event_probe),
4434         (gst_decode_group_control_demuxer_pad),
4435         (gst_decode_group_control_source_pad),
4436         (gst_decode_group_check_if_blocked),
4437         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
4438         (gst_decode_group_hide), (gst_decode_group_free),
4439         (gst_decode_group_set_complete), (source_pad_blocked_cb),
4440         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
4441         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
4442         (plugin_init):
4443         New decodebin2 element.
4444         Closes #370092
4445         * gst/playback/gstplay-marshal.list:
4446         Added marshallers for new signals in decodebin2
4447         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
4448         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
4449         is set.
4450
4451 2006-11-28  Wim Taymans  <wim@fluendo.com>
4452
4453         * gst/playback/gstplaybasebin.c: (setup_source),
4454         (gst_play_base_bin_change_state):
4455         Disable rtsp:// uris for the release, it's not good enough yet.
4456         Remove unused var.
4457
4458 2006-11-26  Wim Taymans  <wim@fluendo.com>
4459
4460         * ext/theora/theoradec.c: (gst_theora_dec_reset),
4461         (theora_dec_push_forward), (theora_dec_push_reverse),
4462         (theora_handle_data_packet), (theora_dec_decode_buffer),
4463         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4464         (theora_dec_chain_forward), (theora_dec_chain):
4465         Implement reverse playback.
4466
4467         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4468         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
4469         (vorbis_dec_chain_forward):
4470         Clear buffers used for reverse playback in _reset.
4471         No need to set the eos flag, we clip samples using the segment.
4472
4473 2006-11-24  Wim Taymans  <wim@fluendo.com>
4474
4475         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
4476         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
4477         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
4478         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
4479         Some cleanups.
4480         Handle continued pages in reverse mode.
4481
4482 2006-11-24  Wim Taymans  <wim@fluendo.com>
4483
4484         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
4485         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4486         (vorbis_dec_flush_decode):
4487         Small cleanups.
4488         Don't try to add invalid timestamps.
4489         Clipping will unref the buffer.
4490
4491 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4492
4493         * gst/adder/gstadder.h:
4494         * gst/audiotestsrc/gstaudiotestsrc.h:
4495           remove obsolete _factory_init protos
4496
4497 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
4498
4499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
4500           Fix spacing in debug message.
4501
4502 2006-11-23  Wim Taymans  <wim@fluendo.com>
4503
4504         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4505         (gst_ogg_demux_chain):
4506         Don't just ignore return values from _pad_push().
4507         Small debug improvements.
4508
4509 2006-11-23  Michael Smith  <msmith@fluendo.com>
4510
4511         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
4512           If our incoming buffer is marked as DISCONT, then increment the page
4513           number (so that the discontinuity is marked in the final ogg
4514           bitstream) and flush the previous page.
4515
4516 2006-11-22  Michael Smith  <msmith@fluendo.com>
4517
4518         * ext/theora/gsttheoraenc.h:
4519         * ext/theora/theoraenc.c: (gst_theora_enc_init),
4520         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
4521         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
4522         (theora_enc_chain), (theora_enc_change_state):
4523           Mark discontinuities of > 3/4 of a frame, reinit encoder.
4524
4525         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
4526         (GST_START_TEST), (theoraenc_suite):
4527           Enable discontinuity test, fix it.
4528
4529 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4530
4531         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
4532         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
4533         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
4534         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4535         (gst_text_overlay_change_state):
4536         * ext/pango/gsttextoverlay.h:
4537           Some textoverlay fixes: for one, in the video chain function,
4538           actually wait for a text buffer to come in if there is none at the
4539           moment and there should be one; also, deal more gracefully with
4540           incoming buffers that do not have a timestamp or duration; discard
4541           text buffer when not needed any longer. Fixes #341681.
4542
4543         * tests/check/Makefile.am:
4544         * tests/check/elements/.cvsignore:
4545         * tests/check/elements/textoverlay.c:
4546         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
4547         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
4548         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
4549         (test_video_waits_for_text_send_text_newsegment_thread),
4550         (test_video_waits_for_text_shutdown_element),
4551         (test_render_continuity_push_video_buffers_thread),
4552         (textoverlay_suite):
4553           Add some unit tests for textoverlay.
4554
4555 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4556
4557         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4558           Avoid integer underflow when the found probability for mp3 is
4559           smaller than the 'penalty' we subtract if there's not a clean
4560           mp3 header sync at offset 0.
4561
4562 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
4563
4564         * docs/libs/gst-plugins-base-libs-sections.txt:
4565           Add some new symbols to the docs
4566
4567 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4568
4569         * tests/check/Makefile.am:
4570         * tests/check/elements/ffmpegcolorspace.c:
4571         (ffmpegcolorspace_suite):
4572           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
4573           (for now not for valgrinding though, since it takes too long).
4574
4575 2006-11-20  Wim Taymans  <wim@fluendo.com>
4576
4577         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4578         (gst_ffmpeg_pixfmt_to_caps):
4579         Fix RGBA32 caps. Fixes #357038.
4580
4581 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
4582
4583         * gst-libs/gst/interfaces/mixertrack.h:
4584           Add FIXME so we can add some padding here in 0.11
4585
4586 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
4587
4588         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4589           Fix GstBaseRTPAudioPayload structure so the whole GObject
4590           inheritance business actually works (parent class instance structure
4591           must always come first in the derived class instance structure).
4592
4593 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4594
4595         * gst/videotestsrc/Makefile.am:
4596         * tests/check/Makefile.am:
4597           Make sure our checks and the videotestsrc plugin link against the
4598           local uninstalled gst libs and not any installed gst libs that
4599           might happen to exist as well.
4600
4601         * tests/check/elements/adder.c: (message_received),
4602         (test_event_message_received), (test_play_twice_message_received):
4603         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
4604           Fix compiler warnings when compiling against core with disabled
4605           debugging system.
4606
4607 2006-11-16  Michael Smith  <msmith@fluendo.com>
4608
4609         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4610         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
4611           Fix audiorate, so that it accurately sets offsets and timestamps.
4612           Doesn't change the fundamental algorithmic decisions; so should be
4613           safe.
4614
4615         * tests/check/Makefile.am:
4616           Enable audiorate test now that it passes.
4617
4618 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
4619
4620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4621           clear xv when going to NULL, remove // commented non-existant proto
4622
4623         * tests/examples/seek/seek.c: (main):
4624           add missing tooltip description for scrub and play_scrub
4625
4626 2006-11-14  David Schleef  <ds@schleef.org>
4627
4628         * configure.ac:
4629           Bump liboil requirement to 0.3.8.
4630         * gst-libs/gst/riff/riff-media.c:
4631           Add Dirac fourcc.
4632         * gst/videoscale/vs_image.h:
4633         * gst/videoscale/vs_scanline.h:
4634           Use liboil's stdint.h.
4635         * gst/videotestsrc/videotestsrc.c:
4636           Remove liboil related ifdef's, since they aren't needed now, and
4637           won't work with future versions.
4638
4639 2006-11-14  David Schleef  <ds@schleef.org>
4640
4641         * gst/videoscale/Makefile.am:
4642         * gst/videoscale/gstvideoscale.c:
4643         * gst/videoscale/gstvideoscale.h:
4644         * gst/videoscale/vs_4tap.c:
4645         * gst/videoscale/vs_4tap.h:
4646         * gst/videoscale/vs_image.c:
4647         * gst/videoscale/vs_image.h:
4648         * gst/videoscale/vs_scanline.c:
4649         * gst/videoscale/vs_scanline.h:
4650           Add a 4-tap image scaler.  Theoretically looks much prettier.
4651           The tap calculation could use some improvement.
4652
4653 2006-11-14  Wim Taymans  <wim@fluendo.com>
4654
4655         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
4656
4657         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
4658         (gst_riff_parse_strf_iavs):
4659         * gst/subparse/gstsubparse.c: (convert_encoding):
4660         * gst/tcp/gstmultifdsink.c:
4661         (gst_multi_fd_sink_handle_client_write):
4662         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
4663         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
4664         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4665         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
4666         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4667         (gst_ximagesink_ximage_new):
4668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4669         Various gsize and gssize printf fixes. Fixes #372507.
4670
4671 2006-11-13  Wim Taymans  <wim@fluendo.com>
4672
4673         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4674         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
4675         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
4676         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
4677         (vorbis_dec_chain_forward), (vorbis_dec_chain):
4678         * ext/vorbis/vorbisdec.h:
4679         First stab at vorbis reverse playback.
4680
4681 2006-11-13  Wim Taymans  <wim@fluendo.com>
4682
4683         * gst-libs/gst/audio/gstbaseaudiosink.c:
4684         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4685         * gst-libs/gst/audio/gstbaseaudiosink.h:
4686         Make the clock sync code more accurate wrt resampling and playback
4687         at different rates.
4688         
4689         * gst-libs/gst/audio/gstringbuffer.c:
4690         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
4691         * gst-libs/gst/audio/gstringbuffer.h:
4692         Use better algorithm to interpolate sample rates. 
4693
4694 2006-11-13  Michael Smith  <msmith@fluendo.com>
4695
4696         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
4697           Improve a debug line slightly.
4698
4699         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
4700           Call gst_riff_init() in plugin_init, to avoid getting errors from
4701           the debug system (unrelated changes to another plugin made this turn
4702           up; not sure why).
4703
4704 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4705
4706         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
4707
4708         * win32/common/libgsttag.def:
4709           Add missing symbol (#366492).
4710
4711 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4712
4713         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
4714           Don't unref a NULL pad.
4715
4716 2006-11-09  Wim Taymans  <wim@fluendo.com>
4717
4718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
4719         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
4720         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
4721         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
4722         (gst_ogg_demux_loop):
4723         Implement first stab at reverse playback.
4724
4725 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
4726
4727         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4728         (gst_riff_create_video_template_caps):
4729           add h263/h264 variants to the caps, Fixes #363118
4730
4731 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4732
4733         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
4734         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
4735           Use g_strerror instead of strerror so we get UTF-8.
4736
4737 2006-11-03  David Schleef  <ds@schleef.org>
4738
4739         * ext/ogg/gstoggdemux.c:
4740         * ext/ogg/gstoggmux.c:
4741           Add/remove KW-DIRAC header here, since it is ogg-specific.
4742
4743 2006-11-03  Michael Smith  <msmith@fluendo.com>
4744
4745         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
4746           Recognise more mpeg4 elementary video streams.
4747
4748 2006-11-02  Edward Hervey  <edward@fluendo.com>
4749
4750         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
4751         Lower the probability of mp3 typefinding functions if we don't find a
4752         valid mp3 header at the start of the file.
4753         Closes #369482
4754
4755 2006-11-02  Wim Taymans  <wim@fluendo.com>
4756
4757         * ext/theora/gsttheoradec.h:
4758         * ext/theora/theoradec.c: (gst_theora_dec_init),
4759         (theora_dec_sink_event), (theora_dec_chain_forward),
4760         (theora_dec_flush_decode), (theora_dec_chain_reverse),
4761         (theora_dec_chain):
4762         Document and partially implement an algorithm for doing reverse playback
4763         of theora video.
4764
4765 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
4766
4767         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
4768
4769         * win32/common/config.h:
4770         * win32/common/interfaces-enumtypes.c:
4771         * win32/common/libgsttag.def:
4772         * win32/vs8/gst-plugins-base.sln:
4773         * win32/vs8/libgstaudioresample.vcproj:
4774         * win32/vs8/libgstinterfaces.vcproj:
4775         * win32/vs8/libgstogg.vcproj:
4776         * win32/vs8/libgstriff.vcproj:
4777         * win32/vs8/libgsttag.vcproj:
4778         * win32/vs8/libgsttheora.vcproj:
4779         * win32/vs8/libgstvideoscale.vcproj:
4780         * win32/vs8/libgstvorbis.vcproj:
4781           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
4782           to libgsttag.def; add missing dependencies for some vs8 projects;
4783           re-arrange placement of .def files in vs8 projects (#366334).
4784
4785 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
4786
4787         * ext/ogg/gstogg.c:
4788           Remove unused variable.
4789
4790         * ext/ogg/gstoggdemux.c:
4791           Fix Wim's surname in plugin description.
4792
4793 2006-10-31  Wim Taymans  <wim@fluendo.com>
4794
4795         * gst-plugins-base.spec.in:
4796         spec new .h file. Fixes #368310.
4797
4798 2006-10-31  Michael Smith  <msmith@fluendo.com>
4799
4800         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4801         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
4802         (gst_multi_fd_sink_get_stats),
4803         (gst_multi_fd_sink_remove_client_link),
4804         (gst_multi_fd_sink_queue_buffer),
4805         (gst_multi_fd_sink_handle_clients):
4806         * gst/tcp/gstmultifdsink.h:
4807           Make using the remove or clear signals threadsafe.
4808           Make calling get-stats with an invalid fd not segfault.
4809           Fixes 368273.
4810
4811 2006-10-31  Wim Taymans  <wim@fluendo.com>
4812
4813         * gst-libs/gst/rtp/Makefile.am:
4814         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4815         (gst_base_rtp_audio_payload_init):
4816         Fix and activate base audio payloader.
4817
4818 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4819
4820         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
4821         (plugin_init):
4822           Add typefinder for QuickTime Image Files (see #366156).
4823
4824 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
4825
4826         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
4827           Another typo fix (#366212).
4828
4829 2006-10-27  Wim Taymans  <wim@fluendo.com>
4830
4831         * gst/volume/gstvolume.c: (volume_transform_ip):
4832         Use stream time to synchronize volume property instead of rather random
4833         timestamps. This is needed when gnonlin does its time shifting.
4834
4835 2006-10-27  Wim Taymans  <wim@fluendo.com>
4836
4837         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
4838
4839         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
4840         Remove the pad from the element in release_pad. Fixes #364812.
4841
4842 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4843
4844         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
4845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
4846           Explicitly create our custom buffer classes at a thread-safe
4847           location as well, since g_type_class_ref() doesn't seem to be
4848           entirely thread-safe either (#365501; also see #349410).
4849
4850 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4851
4852         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
4853         (gst_riff_parse_info):
4854           If strings in INFO chunk are not UTF-8, do something similar to
4855           what we do for ID3v1 tags: check a number of environment variables
4856           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
4857           character sets to try, otherwise try the current locale and/or fall
4858           back on ISO-8859-1. Fixes #360552.
4859
4860 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4861
4862         * gst/videotestsrc/gstvideotestsrc.c:
4863         (gst_video_test_src_pattern_get_type),
4864         (gst_video_test_src_set_pattern):
4865         * gst/videotestsrc/gstvideotestsrc.h:
4866         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
4867         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
4868         (gst_video_test_src_checkers8):
4869         * gst/videotestsrc/videotestsrc.h:
4870           Add a bunch of exciting new checkers patterns.
4871
4872 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4873
4874         * gst/subparse/Makefile.am:
4875         * gst/subparse/gstsubparse.c:
4876         (gst_sub_parse_data_format_autodetect),
4877         (gst_sub_parse_format_autodetect), (handle_buffer),
4878         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
4879         * gst/subparse/gstsubparse.h:
4880         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
4881         (parse_tmplayer):
4882         * gst/subparse/tmplayerparse.h:
4883           Add support for TMPlayer-type subtitles (#362845).
4884
4885         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
4886         (GST_START_TEST), (subparse_suite):
4887           Add some basic unit tests for the above.
4888
4889 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
4890
4891         * tests/check/elements/audiorate.c: (test_injector_base_init),
4892         (test_injector_class_init), (test_injector_chain),
4893         (test_injector_init), (probe_cb), (do_perfect_stream_test),
4894         (GST_START_TEST), (audiorate_suite):
4895           More tests for audiorate: inject buffers to check behaviour when
4896           buffers overlap.
4897
4898 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
4899
4900         * tests/check/Makefile.am:
4901         * tests/check/elements/.cvsignore:
4902         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
4903         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
4904           Add some basic unit tests for audiorate. Disabled at the moment
4905           since it doesn't pass yet (see bug #363119).
4906
4907 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4908
4909         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
4910         (parse_subrip), (handle_buffer):
4911           Add missing closing tags for markup and fix broken markup,
4912           otherwise pango won't render anything (fixes #357531). Also,
4913           make sure the text we send out is always NUL-terminated
4914           (better safe than sorry etc.).
4915
4916         * tests/check/elements/subparse.c: (test_srt_do_test),
4917         (test_srt):
4918           Some more tests for .srt incl. tests for the above stuff.
4919
4920 2006-10-20  Julien MOUTTE  <julien@moutte.net>
4921
4922         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
4923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
4924         Patch by: Stefan Kost  <ensonic@users.sf.net>
4925         Try to redraw borders only when needed. Apparently this consumes
4926         resources on small devices... :-O (#363607)
4927
4928 2006-10-20  Michael Smith  <msmith@fluendo.com>
4929
4930         * gst/tcp/gstmultifdsink.c:
4931         (gst_multi_fd_sink_client_queue_buffer):
4932           If caps change, then update the client's idea of the caps so that we
4933           don't end up re-sending streamheaders for every single buffer after
4934           the caps change.
4935
4936 2006-10-20  Michael Smith  <msmith@fluendo.com>
4937
4938         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
4939         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
4940           Set caps on pushed buffers; fix up refcounting of caps objects.
4941
4942 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4943
4944         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
4945         (plugin_init):
4946           Typefind mmsh header data packet to application/x-mmsh (#362625).
4947
4948 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4949
4950         * tests/check/Makefile.am:
4951         * tests/check/elements/.cvsignore:
4952         * tests/check/elements/subparse.c: (buffer_from_static_string),
4953         (setup_subparse), (teardown_subparse), (test_srt_do_test),
4954         (GST_START_TEST), (subparse_suite):
4955           Add very simple unit test for subparse.
4956
4957 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4958
4959         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
4960         (parse_subrip):
4961           Strip trailing newlines from subtitle text output.
4962
4963 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4964
4965         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
4966         (gst_sub_parse_change_state):
4967           Fix memleak; clear subparse->textbuf n state change function.
4968
4969 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4970
4971         * gst/subparse/gstsubparse.c:
4972         (gst_sub_parse_data_format_autodetect):
4973           Don't require subrip (.srt) files to start with a chunk number of 1.
4974
4975 2006-10-18  Wim Taymans  <wim@fluendo.com>
4976
4977         * gst-libs/gst/audio/gstbaseaudiosink.c:
4978         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4979         * gst-libs/gst/audio/gstbaseaudiosink.h:
4980         Extract rate from the NEWSEGMENT event.
4981         Use commit_full to also take rate adjustment into account when writing
4982         samples to the ringbuffer.
4983         
4984         * gst-libs/gst/audio/gstringbuffer.c:
4985         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
4986         (gst_ring_buffer_read):
4987         * gst-libs/gst/audio/gstringbuffer.h:
4988         Added _commit_full() to also take rate into account.
4989         Use simple interpolation algorithm to resample audio.
4990         API: gst_ring_buffer_commit_full()
4991
4992         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
4993         * tests/examples/seek/seek.c: (segment_done):
4994         Don't try to seek with 0.0 rate, just pause instead.
4995         Remove bogus debug line.
4996
4997 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
4998
4999         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
5000         (setup_source):
5001           Catch async errors when starting up the subtitle bin, so we can
5002           stop waiting and continue with the main film instead of hanging
5003           forever. Fixes #339366.
5004
5005         * tests/check/elements/playbin.c: (playbin_suite):
5006           Enable unit test for the above.
5007
5008 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5009
5010         * tests/check/Makefile.am:
5011         * tests/check/elements/.cvsignore:
5012         * tests/check/elements/playbin.c: (GST_START_TEST),
5013         (gst_red_video_src_uri_get_type),
5014         (gst_red_video_src_uri_get_protocols),
5015         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
5016         (gst_red_video_src_uri_handler_init),
5017         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
5018         (gst_red_video_src_create), (gst_red_video_src_class_init),
5019         (gst_red_video_src_init), (plugin_init), (playbin_suite):
5020           Some small and basic unit tests for playbin; not very useful yet,
5021           but at least a start.
5022
5023 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5024
5025         * gst/playback/gstplaybin.c: (setup_sinks):
5026           The old pad activation spiel.
5027
5028 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
5029
5030         * gst/playback/gstplaybasebin.c: (setup_source):
5031           Don't hang forever if the subbin already fails to start up in 
5032           the state change to PAUSED (#339366).
5033
5034 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
5035
5036         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
5037         (gst_tuner_set_channel), (gst_tuner_get_channel),
5038         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
5039         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
5040         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
5041         (gst_tuner_find_channel_by_name):
5042           Fix some function guards, add some more function guards.
5043
5044 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
5045
5046         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
5047         (remove_element_chain):
5048         Don't return a pad from get_our_ghost_pad unless it is actually the
5049         one we want.
5050         Change a cast in remove_element_chain slightly.
5051
5052 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5053
5054         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5055         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
5056         Segment seeking needs to use the rate and set stop to -1.
5057
5058 2006-10-13  Wim Taymans  <wim@fluendo.com>
5059
5060         * gst-libs/gst/audio/gstbaseaudiosink.c:
5061         (gst_base_audio_sink_setcaps):
5062         Don't crash when ringbuffer is not yet created.
5063         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
5064         Fixes #361634.
5065
5066         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5067         * gst/playback/gststreamselector.c:
5068         (gst_stream_selector_request_new_pad):
5069         Activate pads befre adding them to running elements.
5070
5071 2006-10-13  Julien MOUTTE  <julien@moutte.net>
5072
5073         * tests/examples/seek/seek.c: (do_seek), (start_seek),
5074         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
5075         updater when we start grabing the slider. Don't wait for the
5076         pipeline to be PAUSED.
5077
5078 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5079
5080         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
5081         (gst_mixer_set_volume), (gst_mixer_get_volume),
5082         (gst_mixer_set_mute), (gst_mixer_set_option),
5083         (gst_mixer_get_option), (gst_mixer_mute_toggled),
5084         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
5085         (gst_mixer_option_changed):
5086           Guard mixer interface functions against bogus arguments.
5087
5088 2006-10-12  Julien MOUTTE  <julien@moutte.net>
5089
5090         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
5091         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
5092         (msg_state_changed), (main): Use state-changed messages to trigger
5093         start/stop of scale update timer. Indeed the scale slider was
5094         jumping here and there because the update timer was activated 
5095         before seek completed. This fixes instant applying of rate changes
5096         by pressing the spinbutton like a crazy man !
5097
5098 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
5099
5100         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
5101
5102         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
5103         (gst_basertppayload_finalize):
5104           Fix two small memory leaks (#361456).
5105
5106 2006-10-10  Julien MOUTTE  <julien@moutte.net>
5107
5108         * tests/examples/seek/seek.c: (do_seek),
5109         (rate_spinbutton_changed_cb): When changing spinbutton we try
5110         to change the rate on the fly.
5111
5112 2006-10-10  Wim Taymans  <wim@fluendo.com>
5113
5114         * gst-libs/gst/riff/riff-ids.h:
5115         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5116         (gst_riff_create_audio_template_caps):
5117         Add WMS caps.
5118
5119 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5120
5121         Patch by: Josep Torra Valles <josep@fluendo.com>
5122
5123         * ext/gnomevfs/gstgnomevfssink.c:
5124         * ext/gnomevfs/gstgnomevfssrc.c:
5125         Fix URI interface implementation return type.
5126         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
5127         Fix what looks like a copy/paste issue when assigning values.
5128         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5129         (gst_audio_filter_template_get_type):
5130         Cast to prevent Forte warnings.
5131         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
5132         Fix URI interface implementation return type.
5133         gst_pad_query_position requires a signed integer pointer as
5134         3rd parameter, GstClockTime is unsigned.
5135         * gst/audioconvert/audioconvert.c:
5136         Fix integer overflow when treated as signed.
5137         * gst/audioresample/resample.c: (resample_add_input_data):
5138         Cast to prevent warnings on Forte.
5139         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
5140         Fix integer overflow when treated as signed.
5141         * gst/ffmpegcolorspace/imgconvert_template.h:
5142         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
5143         * gst/playback/gstdecodebin.c: (queue_filled_cb),
5144         (cleanup_decodebin):
5145         Who initialises a guint to -1!
5146         Cast function pointers to prevent warnings on Forte.
5147         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
5148         (queue_threshold_reached):
5149         Cast function pointers correctly to prevent warnings on Forte.
5150         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
5151         Cast function pointers correctly to prevent warnings on Forte.
5152         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
5153         Obvious change to unsigned, 0xEF > max signed char.
5154         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
5155         GstClockTime is unsigned, initialise correctly.
5156         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5157         Cast so pointer arithemetic doesn't cause warnings on Forte.
5158         * gst/videorate/gstvideorate.c:
5159         Use correct return value.
5160         * tests/examples/seek/scrubby.c:
5161         GstClockTime is unsigned, initialise correctly.
5162
5163 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5164
5165         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
5166
5167         * gst/typefind/gsttypefindfunctions.c:
5168           Recognise XML files and XML-like files shorter than 256 bytes as
5169           well (fixes #359237).
5170
5171 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
5172
5173         Patch by: Renato Filho <renato.filho@indt.org.br>
5174         
5175         * gst/typefind/gsttypefindfunctions.c:
5176         Added typefind functions to video/x-nuv media.
5177         
5178 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
5179
5180         * gst-libs/gst/interfaces/xoverlay.c:
5181         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
5182           Some more guards against invalid input.
5183
5184 2006-10-07  Julien MOUTTE  <julien@moutte.net>
5185
5186         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
5187         Useless goto.
5188         * tests/examples/seek/seek.c: (do_seek),
5189         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
5190         seek example to experiment with rates != 1.0 (reverse playback !)
5191
5192 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
5193
5194         * gst-libs/gst/interfaces/xoverlay.c:
5195           Unref message in doc-example (spotted by Robert McQueen)
5196
5197 2006-10-06  Wim Taymans  <wim@fluendo.com>
5198
5199         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5200         (mpeg1_parse_header), (mpeg1_sys_type_find):
5201         printf fix.
5202
5203 2006-10-06  Wim Taymans  <wim@fluendo.com>
5204
5205         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
5206         (close_pad_link):
5207         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
5208         Activate dynamic pads before adding them to the element.
5209
5210 2006-10-06  Michael Smith  <msmith@fluendo.com>
5211
5212         * gst-libs/gst/floatcast/floatcast.h:
5213           Fix obviously-bogus macros; use the correct types.
5214
5215 2006-10-06  Wim Taymans  <wim@fluendo.com>
5216
5217         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5218         (gst_base_rtp_depayload_change_state):
5219         Also call parent state change function to activate pads.
5220
5221         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5222         (mpeg1_parse_header), (mpeg1_sys_type_find):
5223         Add some more debug info in mpeg typefinding.
5224
5225 2006-10-06  Michael Smith  <msmith@fluendo.com>
5226
5227         * ext/theora/theoradec.c: (theora_dec_chain):
5228           Zero byte theora packets are valid and well-defined; don't warn on
5229           them.
5230
5231 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5232
5233         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5234         (gst_multi_fd_sink_get_stats), (find_limits),
5235         (gst_multi_fd_sink_queue_buffer):
5236           API: add dropped_buffers to the get-stats GValueArray
5237
5238 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
5239
5240         * ext/alsa/gstalsadeviceprobe.c:
5241         (gst_alsa_device_property_probe_get_values):
5242         * ext/alsa/gstalsasink.c: (set_hwparams):
5243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
5244         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
5245         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
5246         (gst_ogg_mux_process_best_pad):
5247         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
5248         (gst_ogg_parse_chain):
5249         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
5250         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5251         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
5252         (gst_vorbis_enc_buffer_check_discontinuous):
5253         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
5254         * gst-libs/gst/audio/gstbaseaudiosink.c:
5255         (gst_base_audio_sink_render):
5256         * gst-libs/gst/cdda/gstcddabasesrc.c:
5257         (gst_cdda_base_src_handle_track_seek):
5258         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5259         (gst_base_rtp_depayload_push_full):
5260         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5261         * gst/audioresample/resample.c: (resample_input_pushthrough):
5262         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
5263         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5264         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5265         (wavpack_type_find):
5266         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
5267         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5268         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
5269         * tests/check/elements/volume.c: (GST_START_TEST):
5270           Printf format fixes.
5271
5272 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5273
5274         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
5275           Fix a simple mistake (see the docs)
5276           Fixes #359580
5277
5278 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5279
5280         * docs/plugins/Makefile.am:
5281         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5282         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5283         * docs/plugins/gst-plugins-base-plugins.args:
5284         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5285         * docs/plugins/inspect/plugin-adder.xml:
5286         * docs/plugins/inspect/plugin-alsa.xml:
5287         * docs/plugins/inspect/plugin-audioconvert.xml:
5288         * docs/plugins/inspect/plugin-audiorate.xml:
5289         * docs/plugins/inspect/plugin-audioresample.xml:
5290         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5291         * docs/plugins/inspect/plugin-cdparanoia.xml:
5292         * docs/plugins/inspect/plugin-decodebin.xml:
5293         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5294         * docs/plugins/inspect/plugin-gdp.xml:
5295         * docs/plugins/inspect/plugin-gnomevfs.xml:
5296         * docs/plugins/inspect/plugin-libvisual.xml:
5297         * docs/plugins/inspect/plugin-ogg.xml:
5298         * docs/plugins/inspect/plugin-pango.xml:
5299         * docs/plugins/inspect/plugin-playbin.xml:
5300         * docs/plugins/inspect/plugin-subparse.xml:
5301         * docs/plugins/inspect/plugin-tcp.xml:
5302         * docs/plugins/inspect/plugin-theora.xml:
5303         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5304         * docs/plugins/inspect/plugin-video4linux.xml:
5305         * docs/plugins/inspect/plugin-videorate.xml:
5306         * docs/plugins/inspect/plugin-videoscale.xml:
5307         * docs/plugins/inspect/plugin-videotestsrc.xml:
5308         * docs/plugins/inspect/plugin-volume.xml:
5309         * docs/plugins/inspect/plugin-vorbis.xml:
5310         * docs/plugins/inspect/plugin-ximagesink.xml:
5311         * docs/plugins/inspect/plugin-xvimagesink.xml:
5312           Add vorbistag element to docs; update version numbers to 0.10.10.1.
5313
5314 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5315
5316         Patch by: James "Doc" Livingston <doclivingston at gmail com>
5317
5318         * ext/vorbis/Makefile.am:
5319         * ext/vorbis/vorbis.c: (plugin_init):
5320         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
5321         (vorbis_parse_parse_packet), (vorbis_parse_chain):
5322         * ext/vorbis/vorbisparse.h:
5323         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
5324         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
5325         (gst_vorbis_tag_parse_packet):
5326         * ext/vorbis/vorbistag.h:
5327           Add new vorbistag element which derives from vorbisparse
5328           and is essentially the same as well, only that it implements
5329           the GstTagSetter interface and can modify the stream's
5330           vorbiscomment on the fly (#335635).
5331
5332         * tests/check/Makefile.am:
5333         * tests/check/elements/.cvsignore:
5334         * tests/check/elements/vorbistag.c: (setup_vorbistag),
5335         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
5336         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
5337         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
5338           Add unit test for new vorbistag element.
5339
5340 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
5341
5342         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
5343         (vorbis_parse_push_headers), (vorbis_parse_chain):
5344           Set BOS flag in packet structure to fix 'jump depends
5345           on unitialized value' errors in valgrind; various minor
5346           clean-ups.
5347
5348 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
5349
5350         * gst/playback/gstdecodebin.c: (close_pad_link):
5351         Fix typo in a debug statement.
5352
5353         * gst/playback/gstplaybasebin.c: (probe_triggered),
5354         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
5355         (gen_source_element), (source_new_pad), (analyse_source),
5356         (setup_source):
5357         When handling no_more_pads in new_decoded_pad, make sure to treat
5358         subtitle pads correctly. Fixes playback with subtitle files.
5359
5360         Move a recurring message to LOG level.
5361
5362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5363         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
5364         which ends up as -1 when cast to an int. Make the logic handle the
5365         max value as an unsigned mask and only change the colorkey when it's
5366         a value we recognise.
5367
5368 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5369
5370         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5371         Removed empty * between paragraphs
5372
5373 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5374
5375         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5376         * gst-libs/gst/rtp/README:
5377         Moved some documentation into .c file
5378
5379 2006-09-29  Wim Taymans  <wim@fluendo.com>
5380
5381         * gst/playback/gstdecodebin.c: (no_more_pads):
5382         Fix compilation.
5383
5384 2006-09-29  Wim Taymans  <wim@fluendo.com>
5385
5386         * gst/playback/gstdecodebin.c: (new_caps):
5387         Remove g_print
5388
5389         * gst/playback/gstplaybin.c:
5390         Add some docs.
5391
5392 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5393
5394         * tests/check/Makefile.am:
5395           Re-enable cddabasesrc test to see if it works again
5396           now.
5397
5398 2006-09-29  Wim Taymans  <wim@fluendo.com>
5399
5400         * gst/playback/gstplaybasebin.c: (setup_subtitle),
5401         (gen_source_element):
5402         Handle invalid URIs a bit more gracefully.
5403
5404 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
5405
5406         * tests/check/pipelines/oggmux.c:
5407           Remove obsolete comment.
5408
5409 2006-09-29  Michael Smith  <msmith@fluendo.com>
5410
5411         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
5412         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
5413         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5414         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
5415         (gst_ogg_mux_collected):
5416           Commit patch from James "Doc" Livingston, adds proper EOS handling
5417           in oggmux. GStreamer can, for the first time ever, create a valid
5418           Ogg file! Yay!
5419
5420         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
5421         (oggmux_suite):
5422           Reenable tests now that they pass.
5423
5424 2006-09-29  Wim Taymans  <wim@fluendo.com>
5425
5426         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
5427         Stop reading commands when EOF (we read 0) as well.
5428
5429 2006-09-28  Wim Taymans  <wim@fluendo.com>
5430
5431         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
5432         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
5433         (find_dynamic), (unlinked), (close_link):
5434         Implement delayed caps linking needed for element with a lot of
5435         different caps on the src pads that get fixed at runtime.
5436         Improve management of dynamic elements.
5437
5438         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5439         (group_destroy), (group_commit), (check_queue), (queue_overrun),
5440         (gen_preroll_element), (remove_groups), (unknown_type),
5441         (add_element_stream), (no_more_pads_full), (no_more_pads),
5442         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
5443         (new_decoded_pad), (setup_subtitle), (array_has_value),
5444         (gen_source_element), (source_new_pad), (has_all_raw_caps),
5445         (analyse_source), (remove_decoders), (make_decoder),
5446         (remove_source), (setup_source), (finish_source), (prepare_output),
5447         (gst_play_base_bin_change_state):
5448         * gst/playback/gstplaybasebin.h:
5449         Use more _CAST instead of full type checking casts.
5450         Small cleanups, plug some leaks.
5451         Handle dynamic sources.
5452         Add some helper functions to create lists of strings used for
5453         blacklisting and other stuff.
5454         Refactor some code dealing with analysing the source.
5455         Re-enable sources without pads (like cd:// or other selfcontained
5456         elements).
5457
5458 2006-09-28  Wim Taymans  <wim@fluendo.com>
5459
5460         * gst-libs/gst/audio/gstbaseaudiosink.c:
5461         (gst_base_audio_sink_render):
5462         When we have a timestamp, we can still perform clipping.
5463         When we have no clock, we must play the sample ASAP.
5464
5465 2006-09-28  Wim Taymans  <wim@fluendo.com>
5466
5467         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
5468         Set caps on outgoing buffers.
5469
5470         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
5471         (gst_video_rate_event), (gst_video_rate_chain):
5472         * gst/videorate/gstvideorate.h:
5473         Fix videorate some more. Fixes #357977
5474
5475 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5476
5477         * tests/check/elements/adder.c: (adder_suite):
5478           Don't set timeout to 6 seconds when we're running
5479           in valgrind ... (and how is 6 seconds longer than
5480           the default anyway?)
5481
5482 2006-09-28  Wim Taymans  <wim@fluendo.com>
5483
5484         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
5485         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
5486         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
5487         Keep sink and src segment to keep track of time and support more
5488         input formats.
5489         Fix bogus next_offset and run_time calculation, don't understand how
5490         this could have worked before. Fixes #357976.
5491         Remove some unneeded vars.
5492
5493 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
5494
5495         * gst/playback/gstplaybin.c: (remove_sinks):
5496           Only remove visualisation from visbin if there is a visbin (or:
5497           don't throw warnings when closing totem without playing a file).
5498
5499 2006-09-27  Wim Taymans  <wim@fluendo.com>
5500
5501         * gst-libs/gst/audio/gstbaseaudiosink.c:
5502         (gst_base_audio_sink_render):
5503         Add some more info in a WARNING.
5504
5505         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5506         (gst_base_audio_src_create):
5507         Handle PAUSE in create function, use new -core addition to
5508         wait for playing. Fixes pausing and resuming capture from an
5509         audiosrc.
5510
5511         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5512         (gst_ring_buffer_read):
5513         Constify some more.
5514         Caller supports interrupted reads now.
5515
5516 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5517
5518         * tests/check/Makefile.am:
5519           Another attempt to make the gen64 buildbot happy.
5520
5521 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
5522
5523         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
5524
5525         * ext/libvisual/visual.c: (gst_visual_clear_actors),
5526         (gst_visual_chain), (gst_visual_change_state):
5527           Libvisual plugin was not passing audio data to libvisual 0.4.0 
5528           correctly. Fixes #357800
5529
5530 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5531
5532         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
5533           Add timeout to _get_state() so we see which pipeline it is
5534           that causes trouble on the gen64 build bot.
5535
5536 2006-09-27  Wim Taymans  <wim@fluendo.com>
5537
5538         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5539         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
5540         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
5541         (gst_base_rtp_depayload_set_gst_timestamp):
5542         the source pad always uses fixed caps.
5543
5544 2006-09-27  Wim Taymans  <wim@fluendo.com>
5545
5546         * docs/libs/gst-plugins-base-libs-docs.sgml:
5547         * docs/libs/gst-plugins-base-libs-sections.txt:
5548         * gst-libs/gst/audio/gstaudioclock.c:
5549         * gst-libs/gst/audio/gstaudioclock.h:
5550         * gst-libs/gst/audio/gstaudiosink.c:
5551         * gst-libs/gst/audio/gstaudiosink.h:
5552         * gst-libs/gst/audio/gstaudiosrc.c:
5553         * gst-libs/gst/audio/gstbaseaudiosink.c:
5554         (gst_base_audio_sink_render):
5555         * gst-libs/gst/audio/gstbaseaudiosink.h:
5556         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
5557         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5558         * gst-libs/gst/audio/gstringbuffer.h:
5559         Added docs for the audio libs.
5560
5561 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
5562
5563         * tests/check/Makefile.am:
5564           Temporarily disable test that fails on the bots for unknown reasons.
5565
5566 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5567
5568         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5569         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5570         Moved AudioCodecType into priv
5571         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
5572
5573 2006-09-25  Wim Taymans  <wim@fluendo.com>
5574
5575         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
5576         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
5577         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
5578         (new_pad):
5579         Cleanups and small leak fixes.
5580         Added Depayloaders to valid list of autopluggable elements.
5581
5582 2006-09-25  Wim Taymans  <wim@fluendo.com>
5583
5584         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5585         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
5586         (gen_video_element), (gen_text_element), (gen_audio_element),
5587         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5588         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
5589         Detect NO_PREROLL state change returns and disable clock distribution to
5590         the sinks so that sync is disabled.
5591         Avoid some type checking and do simple casts instead.
5592         Small cleanups, fix some FIXMEs.
5593         Be more robust when linking user specified elements, catch an report
5594         errors. Fixes #357404.
5595         Fix some leaks in the error paths.
5596
5597 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
5598
5599         * ChangeLog:
5600           ChangeLog surgery for missing bug-number
5601
5602 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5603
5604         Patch by: Peter Kjellerstedt  <pkj at axis com>
5605
5606         * gst/playback/test.c:
5607           Fix compilation with uClibc and -Werror (#357591).
5608
5609 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5610
5611         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
5612           Parse dates that are followed by a time as well (#357532).
5613
5614         * tests/check/libs/tag.c: (test_vorbis_tags):
5615           Add unit test for this.
5616
5617 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5618
5619         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5620         (gst_audio_convert_transform_caps):
5621         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
5622         * gst/videotestsrc/videotestsrc.h:
5623           A few array const-ifications.
5624
5625 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5626
5627         * tests/check/Makefile.am:
5628           See if this makes the build bots happy.
5629
5630         * tests/check/libs/cddabasesrc.c:
5631           UTF8-ise my name.
5632
5633 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5634
5635         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5636
5637         * gst/subparse/samiparse.c: (handle_start_font),
5638         (fix_invalid_entities):
5639           More case-insensitivity for certain tags; recognise entities with
5640           decimal codes as special entities as well (#357330).
5641
5642 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5643
5644         * gst-libs/gst/Makefile.am:
5645           Need to build tag directory before cdda.
5646
5647 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
5648
5649         * docs/libs/gst-plugins-base-libs-sections.txt:
5650         * gst-libs/gst/cdda/Makefile.am:
5651         * gst-libs/gst/cdda/gstcddabasesrc.c:
5652         (gst_cdda_base_src_base_init):
5653         * gst-libs/gst/cdda/gstcddabasesrc.h:
5654         * gst-libs/gst/tag/tag.h:
5655         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
5656         (gst_tag_register_musicbrainz_tags):
5657           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
5658           depend on libgsttag. This is required so we can extract/read tags like
5659           DISCID without depending on libgstcddabasesrc (which used to register
5660           them).
5661
5662         * gst-libs/gst/tag/gstvorbistag.c:
5663           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
5664           tags (also see #347848).
5665
5666         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
5667           Log vorbis comments we are actually writing. Const-ify array.
5668
5669 2006-09-23  Wim Taymans  <wim@fluendo.com>
5670
5671         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
5672         Improve buffering a bit by avoiding a deadlock because we cannot assume
5673         the underrun is always called.
5674
5675 2006-09-23  Wim Taymans  <wim@fluendo.com>
5676
5677         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5678
5679         * gst-libs/gst/riff/riff-ids.h:
5680         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5681         (gst_riff_create_audio_template_caps):
5682         Added MPEG-4 AAC and id and caps. Fixes #357289
5683         Added WMA9 Lossless id.
5684
5685 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
5686
5687         * ext/gnomevfs/gstgnomevfssrc.c:
5688           Fix misleading docs addition.
5689
5690         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5691           Get rid of compiler warning the right way.
5692
5693 2006-09-22  Wim Taymans  <wim@fluendo.com>
5694
5695         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5696         (gst_base_rtp_depayload_finalize),
5697         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
5698         (gst_base_rtp_depayload_push_full),
5699         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
5700         (gst_base_rtp_depayload_process),
5701         (gst_base_rtp_depayload_set_gst_timestamp),
5702         (gst_base_rtp_depayload_queue_release):
5703         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5704         Small cleanups.
5705         Fix some leaks.
5706         Refactored the process method and added methods to push from the process
5707         vmethod.
5708         Use _scale functions.
5709         API: gst_base_rtp_depayload_push_ts
5710         API: gst_base_rtp_depayload_push
5711
5712         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5713         timestamps are uint.
5714
5715 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
5716
5717         * gst-libs/gst/interfaces/xoverlay.c:
5718           Remove unused statement from doc example.
5719
5720 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
5721
5722         * gst-libs/gst/interfaces/videoorientation.c:
5723         (gst_video_orientation_iface_init),
5724         (gst_video_orientation_get_hflip),
5725         (gst_video_orientation_get_vflip),
5726         (gst_video_orientation_get_hcenter),
5727         (gst_video_orientation_get_vcenter),
5728         (gst_video_orientation_set_hflip),
5729         (gst_video_orientation_set_vflip),
5730         (gst_video_orientation_set_hcenter),
5731         (gst_video_orientation_set_vcenter):
5732           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
5733           in ChangeLog)
5734
5735 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
5736
5737         * tests/check/Makefile.am:
5738         * tests/check/elements/.cvsignore:
5739         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
5740         (create_rgb_conversions), (rgb_conversion_free),
5741         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
5742         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
5743           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
5744           but disable for now since it doesn't pass (something wrong with
5745           RGBA somewhere).
5746
5747 2006-09-21  Wim Taymans  <wim@fluendo.com>
5748
5749         * gst/playback/gstplaybasebin.c: (group_commit),
5750         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
5751         (queue_out_of_data), (gen_preroll_element),
5752         (preroll_remove_overrun), (probe_triggered):
5753         Refactor handling of overrun detection.
5754         Separate handling of group completion and deadlock detection when doing
5755         network buffering. This should fix some deadlocks that were not detected
5756         because the group was completed.
5757         Add more comments, improve debugging.
5758
5759 2006-09-21  Wim Taymans  <wim@fluendo.com>
5760
5761         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5762         * tests/check/libs/audio.c:
5763         Some more compilation fixes.
5764
5765 2006-09-21  Wim Taymans  <wim@fluendo.com>
5766
5767         * gst-libs/gst/audio/gstringbuffer.c:
5768         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5769         (gst_ring_buffer_read):
5770         Early morning compilation fix.
5771
5772 2006-09-20  Wim Taymans  <wim@fluendo.com>
5773
5774         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
5775         * tests/check/elements/multifdsink.c: (GST_START_TEST):
5776         * tests/check/elements/videorate.c: (GST_START_TEST):
5777         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
5778         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
5779         Fix some warnings.
5780
5781 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5782
5783         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5784         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5785         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5786           Handcrafted merge to help CVS understanding what I changed and what
5787           not.
5788
5789 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
5790
5791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5792         (gst_xvimagesink_get_times):
5793           change colorkey behaviour back according to #354773 comment 6/7
5794
5795 2006-09-19  Michael Smith  <msmith@fluendo.com>
5796
5797         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5798         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
5799         (gst_multi_fd_sink_recover_client),
5800         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
5801         (gst_multi_fd_sink_get_property):
5802         * gst/tcp/gstmultifdsink.h:
5803           Implement stubbed out properties unit-type, units-soft-max,
5804           units-max, to allow specifying maximum sizes in units other than
5805           buffers.
5806           Fixes #355935
5807
5808 2006-09-19  Wim Taymans  <wim@fluendo.com>
5809
5810         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
5811         (gst_riff_create_audio_template_caps):
5812         Reorder the audio formats a bit for clarity.
5813         Detect and create caps for MSGSM and MSN (WAV49).
5814         Fixes #356596.
5815
5816         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5817         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
5818         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
5819         Small cleanups, move error handling out of normal flow for clarity.
5820
5821 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5822
5823         * docs/libs/gst-plugins-base-libs-docs.sgml:
5824         * docs/libs/gst-plugins-base-libs.types:
5825         * gst-libs/gst/interfaces/Makefile.am:
5826         * gst-libs/gst/interfaces/videoorientation.c:
5827         (gst_video_orientation_get_type),
5828         (gst_video_orientation_iface_init),
5829         (gst_video_orientation_get_hflip),
5830         (gst_video_orientation_get_vflip),
5831         (gst_video_orientation_get_hcenter),
5832         (gst_video_orientation_get_vcenter),
5833         (gst_video_orientation_set_hflip),
5834         (gst_video_orientation_set_vflip),
5835         (gst_video_orientation_set_hcenter),
5836         (gst_video_orientation_set_vcenter):
5837         * gst-libs/gst/interfaces/videoorientation.h:
5838           API: Add new interface to control video orientation (fixes #354908)
5839
5840 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5841
5842         * gst/videotestsrc/gstvideotestsrc.c:
5843           Use G_UNLIKELY in _create and log one more detail.
5844           
5845         (gst_video_test_src_get_times), (gst_video_test_src_create):
5846         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5847           Use gst_util_uint64_scale_int in _get_times().
5848
5849 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5850
5851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
5852           Give better warning message (add object and detail).
5853
5854 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5855
5856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5857         (gst_xvimagesink_get_times):
5858           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
5859           #354773), use gst_util_uint64_scale_int in _get_times()
5860
5861 2006-09-18  Michael Smith  <msmith@fluendo.com>
5862
5863         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
5864           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
5865           always true, leading to dropping all timestamps.
5866
5867 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
5868
5869         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
5870         (gst_visual_chain), (gst_visual_change_state):
5871           update to work also with libvisual 0.4 API, fix double unref (#355914)
5872           
5873         * tools/gst-launch-ext.1.in:
5874         * tools/gst-visualise.1.in:
5875           remove references to old man-pages
5876
5877         * tests/examples/seek/seek.c: (main):
5878           add real meadi-buttons, add tool-tips for the seek-options, arrange
5879           seek options in a table
5880
5881 2006-09-18  Michael Smith  <msmith@fluendo.com>
5882
5883         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
5884         (gst_ogg_mux_push_buffer):
5885           Don't generate out-of-order timestamps from oggmux, instead clamp
5886           output timestamps to be >= the previously output ts.
5887           Fixes #355595
5888
5889 2006-09-18  Michael Smith  <msmith@fluendo.com>
5890
5891         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5892         (gst_multi_fd_sink_class_init):
5893           Updates, fixes, and typo corrections for multifdsink. No functional
5894           changes.
5895
5896 2006-09-17  Michael Smith  <msmith@fluendo.com>
5897
5898         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
5899           Don't crash on truncated files - check that we got an 8 byte buffer
5900           before trying to memcmp it.
5901
5902 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5903
5904         * gst/playback/gstplaybasebin.c: (get_active_source):
5905           Make stream-switching appear instant to the application
5906           (ie. make sure that a g_object_get on 'current-foo' returns
5907           the stream previously set with g_object_set(). Totem needs
5908           this to update stream-related meta-info (like audio-codec)
5909           correctly when switching streams.
5910
5911 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
5912
5913         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
5914         (gst_alsa_mixer_ensure_track_list):
5915           Try harder to guess which mixer track is the master mixer
5916           track (instead of just taking the first one that has a pvolume).
5917           Fixes #342228.
5918
5919 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5920
5921         reviewed by: <delete if not using a buddy>
5922
5923         * gst-libs/gst/audio/audio.h:
5924         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
5925
5926 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5927
5928         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
5929         (gst_audio_convert_transform_caps):
5930           Get structure-name just once.
5931
5932 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5933
5934         * tests/check/elements/audioresample.c: (GST_START_TEST):
5935         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
5936         * tests/check/elements/volume.c: (GST_START_TEST):
5937         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
5938         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
5939         (test_pipeline), (GST_START_TEST):
5940         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
5941         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5942           Fix big batch of compiler warnings.
5943
5944 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
5945
5946         * ext/gnomevfs/gstgnomevfssrc.c:
5947           Add docs about icydemux usage in connection with gnomevfssrc
5948
5949         * ext/libvisual/visual.c:
5950         * ext/ogg/gstoggaviparse.c:
5951         * ext/ogg/gstoggdemux.c:
5952         * ext/ogg/gstoggmux.c:
5953         * ext/ogg/gstoggparse.c:
5954         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5955         * gst-libs/gst/audio/gstaudiosink.c:
5956         * gst-libs/gst/audio/gstaudiosrc.c:
5957         * gst/audiorate/gstaudiorate.c:
5958           More G_OBJECT macro fixing.
5959
5960         * gst/audiotestsrc/gstaudiotestsrc.h:
5961           Fix wrong info in header due to copy & paste
5962
5963 2006-09-15  Wim Taymans  <wim@fluendo.com>
5964
5965         * gst-libs/gst/audio/gstbaseaudiosink.c:
5966         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
5967         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5968         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
5969         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
5970         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5971         Do the delay calculation in the source/sink base classes as this is
5972         specific for the capture/playback mode.
5973         Try to fixate a bit better, like round depth up to a multiple of 8
5974         bigger than width.
5975         Handle underruns correctly by marking DISCONT on buffers and adjusting
5976         timestamps to handle the gap.
5977         Set offset/offset_end correctly on buffers.
5978
5979         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
5980         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
5981         (gst_ring_buffer_read):
5982         Remove resync and underrun recovery from the ringbuffer.
5983         Fix ringbuffer read code on under/overrun.
5984
5985 2006-09-15  Wim Taymans  <wim@fluendo.com>
5986
5987         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5988         (gst_play_base_bin_init), (fill_buffer), (check_queue),
5989         (queue_threshold_reached), (gst_play_base_bin_set_property),
5990         (gst_play_base_bin_get_property):
5991         * gst/playback/gstplaybasebin.h:
5992         Don't use a 0 low watermark when buffering, it is catching starvation
5993         way too late. Instead, use a 3 second queue with 30 and 95
5994         percent low/high watermarks. 
5995         Added queue-min-threshold property to configure low watermark.
5996         Use new _buffering message API.
5997         Make queue_threshold variable big enough to store a uint64 time value.
5998         API: playbin::queue-min-threshold property.
5999
6000 2006-09-15  Wim Taymans  <wim@fluendo.com>
6001
6002         * configure.ac:
6003         We require 0.10.10.1 now because of _wait_preroll().
6004
6005         * gst-libs/gst/audio/gstbaseaudiosink.c:
6006         (gst_base_audio_sink_render):
6007         Use gst_base_sink_wait_preroll().
6008
6009 2006-09-15  Wim Taymans  <wim@fluendo.com>
6010
6011         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
6012         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
6013         Use DEBUG_OBJECT more.
6014
6015 === release 0.10.10 ===
6016
6017 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6018
6019         patch by: Michael Smith <msmith at fluendo dot com>
6020
6021         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
6022         (gst_multi_fd_sink_client_queue_buffer),
6023         (gst_multi_fd_sink_new_client):
6024         * tests/check/elements/multifdsink.c: (GST_START_TEST),
6025         (multifdsink_suite):
6026           Fix implementation of sync-method 'next-keyframe'
6027           Closes #354594
6028
6029 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6030
6031         patch by: Wim Taymans <wim at fluendo dot com>
6032
6033         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
6034         This patch removes the RANDOM flag that was incorrectly introduced with
6035         revision 1.91.  Fixes #354590
6036
6037 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6038
6039         * tests/check/Makefile.am:
6040           Random variation in Makefile line to see if it makes the
6041           gen64-base-full bot any happier.
6042
6043 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6044
6045         * tests/check/pipelines/oggmux.c: (oggmux_suite):
6046           Disable test that fails at the moment (killed after timeout).
6047
6048 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
6049
6050         Patch by: James Livingston  <doclivingston at gmail.com>
6051
6052         * tests/check/Makefile.am:
6053         * tests/check/pipelines/.cvsignore:
6054         * tests/check/pipelines/oggmux.c: (get_page_codec),
6055         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
6056         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
6057         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
6058         (test_theora_vorbis), (oggmux_suite):
6059           Add simple unit test for oggmux from #337026 with checking for the
6060           EOS flags disabled for the time being.
6061
6062 2006-09-04  Wim Taymans  <wim@fluendo.com>
6063
6064         patch by: Alessandro Dessina <alessandro nnva org>
6065
6066         * ext/ogg/gstoggmux.c:
6067         Add cmml caps to oggmux. Fixes #353912
6068
6069 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6070
6071         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
6072           Returning a return value often helps. In this case, we
6073           don't need the return value anyway, so just get rid of it.
6074           Should make build bots much happier.
6075
6076 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
6077
6078         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
6079         (paint_get_structure), (gst_video_test_src_get_size),
6080         (gst_video_test_src_smpte), (gst_video_test_src_snow),
6081         (gst_video_test_src_unicolor), (paint_setup_AYUV),
6082         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
6083         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
6084         * gst/videotestsrc/videotestsrc.h:
6085           Add support for AYUV and the various RGBA formats. Initialise
6086           fields of paintinfo structs allocated on the stack.
6087
6088         * tests/check/elements/videotestsrc.c: (right_shift_colour),
6089         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
6090         (check_rgb_buf), (videotestsrc_suite):
6091           Add unit tests for videotestsrc's RGB output.
6092
6093 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6094
6095         * gst/videotestsrc/gstvideotestsrc.c:
6096         (gst_video_test_src_pattern_get_type),
6097         (gst_video_test_src_set_pattern):
6098         * gst/videotestsrc/gstvideotestsrc.h:
6099         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
6100         (gst_video_test_src_black), (gst_video_test_src_white),
6101         (gst_video_test_src_red), (gst_video_test_src_green),
6102         (gst_video_test_src_blue):
6103         * gst/videotestsrc/videotestsrc.h:
6104           Add more uni-colour patterns ("white", "red", "green", and "blue").
6105
6106 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
6107
6108         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
6109           Fix stride for YVYU, should be word-aligned (#353658).
6110
6111 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
6112
6113         * gst/adder/gstadder.c: (gst_adder_src_event):
6114           Fix build.
6115
6116 2006-08-31  Edward Hervey  <edward@fluendo.com>
6117
6118         * gst/adder/gstadder.c: (forward_event_func),
6119         (gst_adder_src_event), (gst_adder_collected),
6120         (gst_adder_change_state):
6121         * gst/adder/gstadder.h:
6122         Remember the start position asked in the incoming seeks, so we can
6123         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
6124         of assuming it will always be 0).
6125
6126 2006-08-31  Edward Hervey  <edward@fluendo.com>
6127
6128         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
6129         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
6130         (gst_ogg_demux_loop):
6131         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
6132
6133 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
6134
6135         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6136         (gst_ffmpegcsp_get_unit_size):
6137           Return FALSE instead of returning a random false unit
6138           size when the format isn't known/supported (even if
6139           this shouldn't happen under normal circumstances).
6140
6141 2006-08-29  Wim Taymans  <wim@fluendo.com>
6142
6143         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6144
6145         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
6146         (gst_gnome_vfs_src_start):
6147         Try harder to get the size from a uri by using _info_uri() when
6148         _info_from_handle() does not give us enough info. 
6149         Also follow symlinks when getting the size.
6150         Partially Fixes #332864.
6151
6152 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6153
6154         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
6155
6156         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
6157         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
6158         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
6159         (gst_alsa_mixer_set_record):
6160         * ext/alsa/gstalsamixertrack.c:
6161         (gst_alsa_mixer_track_update_alsa_capabilities),
6162         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
6163         (gst_alsa_mixer_track_update):
6164         * ext/alsa/gstalsamixertrack.h:
6165           Improve and fix mixer track handling, in particular better handling
6166           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
6167           separate track objects for tracks that have both capture and playback
6168           volume (and label them differently as well so they're not mistakenly
6169           assumed to be duplicates); classify mixer tracks that only affect
6170           the audible volume of something (rather than the capture volume)
6171           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
6172           for capture tracks to correspond to alsa-pswitch alsa-cswitch
6173           (following the meaning documented in the mixer interface header
6174           file); add support for alsa's exclusive cswitch groups; update/sync
6175           state/flags better if mixer settings are changed by another
6176           application. Fixes #336075.
6177
6178 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6179
6180         * gst/playback/gstplaybin.c:
6181           Improve docs: add section about BUFFERING messages sent by playbin.
6182
6183 2006-08-29  Michael Smith  <msmith@fluendo.com>
6184
6185         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
6186         (gst_vorbis_enc_buffer_check_discontinuous),
6187         (gst_vorbis_enc_chain):
6188           Ignore explicit DISCONT marked on buffers (which is often spurious,
6189           particularly when using multiple segments), in favour of solely
6190           using the timestamps/durations.
6191
6192 2006-08-29  Edward Hervey  <edward@fluendo.com>
6193
6194         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6195         Don't rely on incoming buffers offset anymore, since it is completely
6196         broken when using multiple segments.
6197         Instead convert the incoming buffers timestamp to running time, and
6198         then convert that value to the offsets.
6199         Also inform GstSegment of the last outputted stop position, which is
6200         needed if we received several segments with an unknown stop value.
6201
6202 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6203
6204         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
6205           fix buffer unreffing on a header push failure
6206
6207 2006-08-28  Wim Taymans  <wim@fluendo.com>
6208
6209         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
6210         (gst_audio_rate_chain):
6211         Make the metadata of the buffer writable before changing its
6212         flags.
6213
6214 2006-08-28  Wim Taymans  <wim@fluendo.com>
6215
6216         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
6217         (gst_audio_rate_setcaps), (gst_audio_rate_init),
6218         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
6219         (gst_audio_rate_chain), (gst_audio_rate_change_state):
6220         Fix audiorate some more.
6221         Reset and resync counters on flush and READY.
6222         Handle the DISCONT flag correctly.
6223         Use GstSegment to track position.
6224         Fail when not negotiated.
6225         Fixes #353234.
6226
6227 2006-08-25  Michael Smith  <msmith@fluendo.com>
6228
6229         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6230           Fix spelling.
6231           Remove accidently included debug line.
6232
6233 2006-08-25  Wim Taymans  <wim@fluendo.com>
6234
6235         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
6236         Small cleanups.
6237         If a buffer is received with no caps, make the buffer metadata
6238         writable and set the caps, making sure that we don't screw up the
6239         refcounts.
6240
6241 2006-08-25  Michael Smith  <msmith@fluendo.com>
6242
6243         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
6244         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
6245           Fix memory leaks and misleading debug messages, add a couple of
6246           comments.
6247
6248         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
6249         (gst_multi_fd_sink_render):
6250           Do not use gst_buffer_make_writable() in a basesink render method,
6251           as it may incorrectly unref the buffer. Instead, use convoluted
6252           dance to avoid copying the buffer except when we need to.
6253
6254 2006-08-25  Michael Smith  <msmith@fluendo.com>
6255
6256         * ext/vorbis/vorbisenc.c:
6257         (gst_vorbis_enc_buffer_check_discontinuous):
6258           Allow very small discontinuities in the timestamps. These we can't
6259           do anything useful with anyway (because vorbis's timestamps have
6260           only sample granularity), and are commonly produced by elements with
6261           minor bugs. Allow up to 1/2 a sample out.
6262           Fixes #351742.
6263
6264 2006-08-24  Wim Taymans  <wim@fluendo.com>
6265
6266         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
6267         (play_scrub_toggle_cb), (main):
6268         Add a checkbox to enable play scrubbing. Makes it possible to disable
6269         normal scrubbing.
6270
6271 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
6272
6273         * tests/check/elements/.cvsignore:
6274           make buildbot happy
6275
6276 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6277
6278         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6279         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
6280         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
6281         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
6282         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
6283         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
6284         (gst_ogm_text_parse_strip_trailing_zeroes),
6285         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
6286         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
6287           Refactor ogm parse, do better input checking, misc. clean-ups.
6288           Cache incoming events and push them once the source pad has
6289           been created. Don't pass unterminated strings to sscanf().
6290           Strip trailing zeroes from subtitle text output, since they
6291           are not valid UTF-8. Don't push vorbiscomment packets on
6292           the subtitle text pad. Output perfect streams if possible.
6293
6294 2006-08-23  Wim Taymans  <wim@fluendo.com>
6295
6296         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
6297         Waits for tasks to settle down so that we clean up correctly for 
6298         valgrind.
6299
6300 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6301
6302         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
6303           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
6304           actually return return value in taglists_are_equal.
6305
6306 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6307
6308         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6309           Fix crash due to broken bitstream parsing on x86-64: can't make
6310           any assumptions about sizeof(struct) due to alignment/packing
6311           differences on different architectures. Fixes #351790.
6312
6313 2006-08-22  Wim Taymans  <wim@fluendo.com>
6314
6315         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6316         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6317         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6318         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6319         (gst_riff_parse_info):
6320         Protect public functions against bad input.
6321         Do some cleanups.
6322         Fix documentation.
6323
6324 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6325
6326         * gst-libs/gst/riff/riff-ids.h:
6327         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6328           Add voxware audio IDs (even if we can't play it) (#351795).
6329
6330 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6331
6332         * gst-libs/gst/riff/riff-media.c:
6333         (gst_riff_create_video_template_caps),
6334         (gst_riff_create_audio_template_caps),
6335         (gst_riff_create_iavs_template_caps):
6336           Const-ify some arrays and use G_N_ELEMENTS instead
6337           of wasting oodles of RAM on terminator bits.
6338
6339 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
6340
6341         * gst-libs/gst/tag/gstvorbistag.c:
6342         (gst_tag_list_to_vorbiscomment_buffer):
6343         * tests/check/libs/tag.c: (GST_START_TEST):
6344           And the same for _to_vorbiscomment_buffer(): allow
6345           id_data_len == 0 for speex.
6346
6347 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6348
6349         * configure.ac:
6350         * docs/plugins/Makefile.am:
6351         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6352         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6353         * docs/plugins/inspect/plugin-gdp.xml:
6354         * gst/gdp/Makefile.am:
6355         * tests/check/Makefile.am:
6356           Move GDP plugin to -base from -bad.  Closes #347783.
6357
6358 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6359
6360         * gst-libs/gst/tag/gstvorbistag.c:
6361         (gst_tag_list_from_vorbiscomment_buffer):
6362           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
6363           Also add some checks to make sure we don't memcmp() beyond the end of
6364           vorbiscomment buffer if the ID to check for is larger than the buffer.
6365
6366         * tests/check/libs/tag.c: (GST_START_TEST):
6367           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
6368
6369 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
6370
6371         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
6372         (gst_vorbis_enc_set_metadata):
6373           Use vorbis comment utility functions from libgsttag
6374           instead of re-inventing the wheel (partially fixes #347091).
6375
6376 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
6377
6378         * tests/check/elements/audioconvert.c: (GST_START_TEST):
6379         Fix leaks. Wait for state transitions that might happen ASYNC, as well
6380         as some that won't.
6381
6382 2006-08-21  Wim Taymans  <wim@fluendo.com>
6383
6384         * docs/libs/Makefile.am:
6385         * docs/libs/gst-plugins-base-libs-sections.txt:
6386         * docs/libs/gst-plugins-base-libs.types:
6387         Don't try to GObject scan the netbuffer as it's not a GObject.
6388         Fixes #351308.
6389
6390         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6391         * gst-libs/gst/netbuffer/gstnetbuffer.h:
6392         Document GstNetBuffer.
6393
6394 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
6395
6396         * tests/check/elements/audioconvert.c: (GST_START_TEST),
6397         (audioconvert_suite):
6398           Add testcase for caps-size-explosion
6399
6400 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
6401
6402         * gst/audioconvert/gstaudioconvert.c:
6403         (gst_audio_convert_get_unit_size), (set_structure_widths):
6404           Lower debug, use g_assert in _get_unit_size
6405
6406         * gst/audioresample/gstaudioresample.c:
6407         (audioresample_get_unit_size):
6408         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6409         (gst_ffmpegcsp_get_unit_size):
6410         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
6411           use g_assert in _get_unit_size
6412
6413 2006-08-18  Wim Taymans  <wim@fluendo.com>
6414
6415         * docs/libs/gst-plugins-base-libs-sections.txt:
6416         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
6417         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
6418         (gst_rtp_buffer_get_payload_buffer):
6419         * gst-libs/gst/rtp/gstrtpbuffer.h:
6420         Document GstRTPBuffer.
6421         Added function to efficiently strip payload headers.
6422         API: gst_rtp_buffer_get_payload_subbuffer()
6423
6424 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6425
6426         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
6427         (gst_tag_to_vorbis_comments):
6428           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
6429           tags and deserialise them properly as well (#347091).
6430           Add some more gtk-doc blurbs and also some g_return_if_fail().
6431
6432         * tests/check/libs/tag.c: (GST_START_TEST),
6433         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
6434           More tests.
6435
6436 2006-08-17  Wim Taymans  <wim@fluendo.com>
6437
6438         * ext/ogg/Makefile.am:
6439         * ext/ogg/gstogg.c: (plugin_init):
6440         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
6441         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
6442         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
6443         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
6444         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
6445         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
6446         Added ogg-in-avi parser element. Fixes #140139.
6447
6448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
6449         Fixed a bug in oggdemux debug code.
6450
6451         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6452         (gst_riff_create_audio_template_caps):
6453         Recognise Ogg in the AVI extensible wave format.
6454
6455 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
6456
6457         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
6458           Make buffer durations add up (duration should be next_ts-ts for
6459           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
6460           from CVS.
6461
6462         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
6463         (test_buffer_timestamps), (cddabasesrc_suite):
6464           Add unit test for the above.
6465
6466         * tests/check/Makefile.am:
6467           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
6468           to see what happens.
6469
6470 2006-08-16  Wim Taymans  <wim@fluendo.com>
6471
6472         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
6473         (gst_alsasink_open):
6474         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
6475         (gst_alsasrc_open):
6476         Avoid setting and using a NULL device name.
6477         Print more info when we fail to open a device.
6478
6479 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
6480
6481         * docs/libs/gst-plugins-base-libs-sections.txt:
6482         * gst-libs/gst/tag/tag.h:
6483         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
6484           API: add gst_tag_parse_extended_comment() (#351426).
6485
6486         * tests/check/Makefile.am:
6487         * tests/check/libs/.cvsignore:
6488         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
6489           Add unit test for gst_tag_parse_extended_comment().
6490
6491 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6492
6493         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
6494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
6495           Fix leak (#351502).
6496
6497 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6498
6499         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6500         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6501         * docs/plugins/gst-plugins-base-plugins.args:
6502         * gst/playback/gstplaybin.c:
6503           Document playbin.
6504           
6505         * docs/plugins/inspect/plugin-adder.xml:
6506         * docs/plugins/inspect/plugin-alsa.xml:
6507         * docs/plugins/inspect/plugin-audioconvert.xml:
6508         * docs/plugins/inspect/plugin-audiorate.xml:
6509         * docs/plugins/inspect/plugin-audioresample.xml:
6510         * docs/plugins/inspect/plugin-audiotestsrc.xml:
6511         * docs/plugins/inspect/plugin-cdparanoia.xml:
6512         * docs/plugins/inspect/plugin-decodebin.xml:
6513         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6514         * docs/plugins/inspect/plugin-gnomevfs.xml:
6515         * docs/plugins/inspect/plugin-ogg.xml:
6516         * docs/plugins/inspect/plugin-pango.xml:
6517         * docs/plugins/inspect/plugin-playbin.xml:
6518         * docs/plugins/inspect/plugin-subparse.xml:
6519         * docs/plugins/inspect/plugin-tcp.xml:
6520         * docs/plugins/inspect/plugin-theora.xml:
6521         * docs/plugins/inspect/plugin-typefindfunctions.xml:
6522         * docs/plugins/inspect/plugin-video4linux.xml:
6523         * docs/plugins/inspect/plugin-videorate.xml:
6524         * docs/plugins/inspect/plugin-videoscale.xml:
6525         * docs/plugins/inspect/plugin-videotestsrc.xml:
6526         * docs/plugins/inspect/plugin-volume.xml:
6527         * docs/plugins/inspect/plugin-vorbis.xml:
6528         * docs/plugins/inspect/plugin-ximagesink.xml:
6529         * docs/plugins/inspect/plugin-xvimagesink.xml:
6530           Update to CVS version.
6531
6532 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6535         (gst_play_bin_set_property), (gst_play_bin_get_property),
6536         (value_list_append_structure_list),
6537         (gst_play_bin_handle_redirect_message),
6538         (gst_play_bin_handle_message):
6539           API: GstPlayBin::connection-speed
6540           Add "connection-speed" property; re-order redirect messages with
6541           multiple redirect locations depending on the minimum bitrate if
6542           that information is available and a connection speed is set
6543           (#350399).
6544
6545 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
6546
6547         * gst/playback/gstplaybin.c:
6548           Update max volume to the same value that the volume element uses.
6549
6550 2006-08-14  Wim Taymans  <wim@fluendo.com>
6551
6552         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6553         Less uglyness..
6554
6555 2006-08-14  Wim Taymans  <wim@fluendo.com>
6556
6557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
6558         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
6559         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
6560         Add some more debug info.
6561         Don't crash when a seek failed.
6562         Actually return the result of the seek instead of TRUE.
6563         Ignore multiple BOS pages with the same serial so that we don't create
6564         the same stream multiple times.
6565         Post an error when we fail to do the initial seek.
6566
6567 2006-08-13  Wim Taymans  <wim@fluendo.com>
6568
6569         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
6570         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
6571         Small code cleanup.
6572
6573         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6574         (gst_alsa_mixer_new):
6575         Remove hack that always set the device to hw:0*.
6576         Properly find the card name for whatever device was configured.
6577         Do some better debugging.
6578         Fixes #350784.
6579
6580         * ext/alsa/gstalsamixerelement.c:
6581         (gst_alsa_mixer_element_set_property),
6582         (gst_alsa_mixer_element_change_state):
6583         Cleanups.
6584         Handle setting of a NULL device name better.
6585
6586 2006-08-11  Wim Taymans  <wim@fluendo.com>
6587
6588         * gst/adder/gstadder.c:
6589         Don't clip float values. Fixes #350900.
6590
6591 2006-08-11  Andy Wingo  <wingo@pobox.com>
6592
6593         * gst/tcp/gsttcp.c: Really fix the build?
6594
6595         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
6596         fixes the build.
6597
6598 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6599
6600         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
6601           Float caps shouldn't have a "signed" field.
6602
6603 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6604
6605         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
6606           Implement SEEKING query in its most basic form, so that we can
6607           at least check if we're seekable or not (#350655).
6608
6609 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
6610
6611         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
6612           The checks here are not even close to anything that would
6613           justify MAXIMUM probability, lowering to POSSIBLE until someone
6614           fixes the checks (case at hand: quicktime redirection files
6615           might start with 00 00 01 XX and pass the checks here just
6616           fine, see #350399).
6617
6618 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
6619
6620         Patch by: Sjoerd Simons  <sjoerd at luon net>
6621
6622         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
6623           Better detection for multipart/x-mixed-replace: accept leading
6624           whitespaces before the boundary marker as well (as our very own
6625           multipartmux used to produce) (#349068).
6626
6627 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
6628
6629         Patch by: Young-Ho Cha  <ganadist at chollian net>
6630
6631         * gst-libs/gst/riff/riff-ids.h:
6632         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
6633         (gst_riff_create_audio_template_caps):
6634           Detect DTS audio streams (#350157).
6635
6636 2006-08-05  Andy Wingo  <wingo@pobox.com>
6637
6638         * ext/theora/gsttheoraparse.h:
6639         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
6640         (theora_parse_dispose, theora_parse_set_property)
6641         (theora_parse_get_property, theora_parse_munge_granulepos)
6642         (theora_parse_push_buffer, theora_parse_change_state):
6643         API: GstTheoraParse::synchronization-points
6644         Add a property 'synchronization-points' to fix badly synchronized oggs.
6645
6646 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6647
6648         * tests/check/Makefile.am:
6649         * tests/check/libs/.cvsignore:
6650         * tests/check/libs/audio.c: (structure_contains_channel_positions),
6651         (fixed_caps_have_channel_positions), (GST_START_TEST),
6652         (audio_suite), (main):
6653           Add a few tests for the channel position stuff in libgstaudio.
6654
6655 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6656
6657         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
6658         (gst_alsa_detect_channels):
6659         * ext/alsa/gstalsasink.c:
6660           Add support for cards that (only) do more than 8 channels,
6661           like the Delta 44 (#345188).
6662
6663         * gst-libs/gst/audio/multichannel.c:
6664         (gst_audio_check_channel_positions):
6665         * gst-libs/gst/audio/multichannel.h:
6666           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
6667           unspecified channel position and cannot be combined with any
6668           of the other audio channel positions; adjust position layout
6669           checks accordingly (#345188).
6670
6671 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6672
6673         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6674           Recognise ancient RealAudio files (see #349779).
6675
6676 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
6677
6678         Patch by: Jens Granseuer  <jensgr at gmx net>
6679
6680         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6681           Add typefinder for Interplay's MVE format (#348973).
6682
6683 2006-08-02  Wim Taymans  <wim@fluendo.com>
6684
6685         Patch by: Marcel Moreaux <marcelm at luon dot net>
6686
6687         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6688         (gst_base_rtp_depayload_add_to_queue):
6689         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6690         Handle RTP sequence number rollover.
6691         Disable jitterbuffer by default.
6692
6693 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
6694
6695         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
6696         (audioresample_set_caps):
6697         Don't leak references to the incoming caps. Clean them up when
6698         stopping.
6699
6700         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6701         (gst_video_scale_finalize):
6702         Don't leak our temporary pixel buffer.
6703
6704         * tests/check/Makefile.am:
6705         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
6706         (GST_START_TEST), (simple_launch_lines_suite):
6707
6708         Fix leaks and re-enable the test for valgrind checking.
6709
6710 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
6711
6712         Patch by: Sjoerd Simons  <sjoerd at luon net>
6713
6714         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
6715         (plugin_init):
6716           Add typefind function for multipart/x-mixed-replace (#348916).
6717
6718 2006-07-28  Wim Taymans  <wim@fluendo.com>
6719
6720         * gst/adder/gstadder.c: (gst_adder_setcaps),
6721         (gst_adder_query_duration):
6722         Fix leak in duration query.
6723         Reflow some docs and notes.
6724
6725 2006-07-28  Michael Smith  <msmith@fluendo.com>
6726
6727         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
6728         (vorbisenc_suite):
6729           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
6730           aspect of it.
6731
6732 2006-07-28  Michael Smith  <msmith@fluendo.com>
6733
6734         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
6735         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
6736         (gst_vorbis_enc_push_buffer),
6737         (gst_vorbis_enc_buffer_check_discontinuous),
6738         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
6739         * ext/vorbis/vorbisenc.h:
6740           Handle discontinuities in the input vorbis stream correctly,
6741           so that the output is properly timestamped (and has good granulepos
6742           values). Needs some oggmux fixes too.
6743
6744 2006-07-27  Wim Taymans  <wim@fluendo.com>
6745
6746         patch by: Kai Vehmanen <kv2004 eca cx>
6747
6748         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6749         (gst_base_rtp_depayload_chain),
6750         (gst_base_rtp_depayload_handle_sink_event),
6751         (gst_base_rtp_depayload_change_state):
6752         Don't send multiple newsegments with different formats.
6753         Fixes #348677.
6754
6755 2006-07-26  Wim Taymans  <wim@fluendo.com>
6756
6757         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6758         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
6759         Make seeking in ogg more accurate again by doing the more correct
6760         granuletime to stream time conversion.
6761
6762 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6763
6764         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
6765         (gst_multi_fd_sink_new_client):
6766           debug a little more understandably
6767           do not use goto as a substitute for break, especially if
6768           break is also being used
6769
6770 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
6771
6772         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
6773         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
6774           Remove GLib-2.6 compatibility cruft.
6775
6776 2006-07-24  Wim Taymans  <wim@fluendo.com>
6777
6778         * gst-libs/gst/audio/gstbaseaudiosink.c:
6779         (gst_base_audio_sink_render):
6780         Don't try to align a sample to an unknown value.
6781
6782 2006-07-24  Wim Taymans  <wim@fluendo.com>
6783
6784         * gst-libs/gst/audio/gstbaseaudiosink.c:
6785         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
6786         When the audio clock is slaved to another clock, never try to align
6787         samples but trust the rate interpolation algorithm.
6788
6789 2006-07-24  Wim Taymans  <wim@fluendo.com>
6790
6791         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
6792         Don't try to calculate silence samples, base class does this much
6793         better now.
6794
6795         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6796         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
6797         (gst_ring_buffer_acquire):
6798         Calculate silence samples correctly.
6799
6800         * gst-libs/gst/audio/gstringbuffer.h:
6801         Add _CAST macro.
6802
6803 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
6804
6805         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
6806           Limit search for the first markup tag to the first few kB of
6807           the file. If we don't find one there, it's highly unlikely that
6808           this is an XML(-ish) file.
6809
6810 2006-07-21  Andy Wingo  <wingo@pobox.com>
6811
6812         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
6813         test to the one in vorbisenc. Also commented out.
6814
6815         * tests/check/pipelines/vorbisenc.c: 
6816         (test_discontinuity): New test, commented out until Mike lands
6817         some elite vorbisenc patches.
6818
6819         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
6820         Bufferstraw was actually factored out of these tests. Now we share
6821         code yay.
6822
6823         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
6824         for bufferstraw addition to gstcheck.
6825
6826 2006-07-21  Wim Taymans  <wim@fluendo.com>
6827
6828         * ext/theora/theoradec.c: (clip_buffer):
6829         Better clipping.
6830
6831 2006-07-21  Wim Taymans  <wim@fluendo.com>
6832
6833         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
6834         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6835         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
6836         Fix leak.
6837         Avoid type casting when we can.
6838
6839         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
6840         Fix mem leak.
6841
6842 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
6843
6844         * ext/alsa/gstalsamixerelement.c:
6845         (gst_alsa_mixer_element_change_state):
6846           Make state change fail if the specified device can't be opened
6847           for some reason.
6848
6849 2006-07-20  Wim Taymans  <wim@fluendo.com>
6850
6851         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
6852         (cb_newpad), (main):
6853         Example of a small audio/video player using decodebin.
6854
6855 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
6856
6857         * gst-libs/gst/riff/riff-ids.h:
6858           Add 'fact' chunk id
6859
6860 2006-07-19  Wim Taymans  <wim@fluendo.com>
6861
6862         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6863         (gst_base_rtp_depayload_chain),
6864         (gst_base_rtp_depayload_change_state):
6865         Don't assert when not negotiated but post a meaningfull 
6866         error message. Fixes #347918.
6867
6868         * gst-libs/gst/rtp/gstbasertppayload.c:
6869         Add comment about better default MTU size.
6870
6871         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6872         Small cleanups, start docs.
6873
6874 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6875
6876         Patch by: Martin Szulecki
6877
6878         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
6879           If "device-name" is requested and the device is not
6880           open, try to temporarily open it to obtain this
6881           information (#342494).
6882
6883 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         * gst-libs/gst/tag/gstid3tag.c:
6886           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
6887
6888         * gst-libs/gst/tag/gsttageditingprivate.h:
6889         * gst-libs/gst/tag/gstvorbistag.c:
6890           Some more random const-ifications.
6891
6892 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
6893
6894         * gst-libs/gst/riff/riff-ids.h:
6895         * gst-libs/gst/riff/riff-media.c:
6896         (gst_riff_create_video_template_caps):
6897           Add more FOURCCs (sort list to make stuff easier to find),
6898           add comment what those 16 bytes in struct _gst_riff_strh according to
6899           one avi-dumper are
6900
6901 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6902
6903         * gst-libs/gst/audio/multichannel.c:
6904         (gst_audio_check_channel_positions),
6905         (gst_audio_fixate_channel_positions):
6906           Const-ify two arrays.
6907
6908 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
6909
6910         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
6911           Fix typo, so that alsasink also advertises 8 channels
6912           if that's supported (tags: can, worms, open, alsa, ph34r).
6913
6914 2006-07-17  Wim Taymans  <wim@fluendo.com>
6915
6916         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
6917         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
6918         *sigh*, when is the compiler going to warn when the comments
6919         are out-of-sync with the code.. Refix case of busted theora
6920         headers with 0 granule pos.
6921
6922 2006-07-14  Wim Taymans  <wim@fluendo.com>
6923
6924         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6925         (gst_base_rtp_depayload_wait),
6926         (gst_base_rtp_depayload_change_state),
6927         (gst_base_rtp_depayload_set_property),
6928         (gst_base_rtp_depayload_get_property):
6929         Fix 99% cpu load by waiting for absolute times on the
6930         clock. Fixes #347300.
6931
6932 2006-07-14  Andy Wingo  <wingo@pobox.com>
6933
6934         * ext/theora/gsttheoraparse.h: 
6935         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
6936         (theora_parse_push_headers, theora_parse_clear_queue)
6937         (theora_parse_drain_queue_prematurely, )
6938         (theora_parse_sink_event, theora_parse_change_state): Queue events
6939         until we initialized our state, like in vorbisparse.
6940
6941         * ext/vorbis/vorbisparse.h: 
6942         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
6943         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
6944         (vorbis_parse_drain_queue_prematurely, )
6945         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
6946         until we have initialized our state. Fixes seeking after an
6947         initial pad block.
6948
6949 2006-07-14  Andy Wingo  <wingo@pobox.com>
6950
6951         Patch by: Iain Holmes <iaingnome@gmail.com>
6952         
6953         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
6954
6955 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
6956
6957         * configure.ac:
6958         Bump nano back to CVS
6959
6960 === release 0.10.9 ===
6961
6962 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
6963
6964         * configure.ac:
6965           releasing 0.10.9, "I walk the line"
6966
6967 2006-07-14  Michael Smith  <msmith@fluendo.com>
6968
6969         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
6970           Move a g_cond_signal to earlier to avoid sometimes deadlocking
6971           (commonly happens when running this test under valgrind) when trying
6972           to remove the buffer probe.
6973
6974 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6975
6976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
6977         Fix missing g_unlock from the previous commit
6978
6979 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6980
6981         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6982         (gst_ximagesink_change_state):
6983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6984         (gst_xvimagesink_change_state):
6985         Implement a locking order to ensure we always take the object lock
6986         before the x_lock and never vice-versa.
6987
6988 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6989
6990         * gst/playback/gstdecodebin.c: (find_compatibles):
6991         Fix a caps leak when linking (#347304)
6992
6993         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6994         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
6995         (gst_ximagesink_change_state):
6996         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6997         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
6998         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
6999         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
7000         Don't leak shared memory resources. Use the object lock to protect
7001         against the xcontext disappearing while returning a buffer from the
7002         pipeline. (#347304)
7003
7004 2006-07-12  Edward Hervey  <edward@fluendo.com>
7005
7006         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
7007         (vorbis_handle_comment_packet):
7008         gst_tag_list_merge() returns a new object. Take that into account when
7009         using it. This avoids memleak.
7010         Revert previous commit which is not needed.
7011
7012 2006-07-12  Edward Hervey  <edward@fluendo.com>
7013
7014         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
7015         Reset the decoder in finalize so that all fields get cleared.
7016
7017 2006-07-12  Wim Taymans  <wim@fluendo.com>
7018
7019         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7020         (gst_base_audio_src_set_clock),
7021         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
7022         Don't try to post an error message when setting the clock fails
7023         as this can happen when adding an element to a bin which will then
7024         deadlock. Fixes #347296.
7025
7026 2006-07-12  Edward Hervey  <edward@fluendo.com>
7027
7028         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
7029         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7030         (vorbis_handle_type_packet):
7031         Post tag messages on the bus even if we're not initialized.
7032         If we're not initialized, we still postpone the event pushing of tags.
7033
7034 2006-07-12  Wim Taymans  <wim@fluendo.com>
7035
7036         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7037         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7038         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7039         Revert last two changes that broke the freeze.
7040
7041 2006-07-12  Wim Taymans  <wim@fluendo.com>
7042
7043         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
7044         basesink calculates silence sample correctly for us.
7045
7046 2006-07-12  Wim Taymans  <wim@fluendo.com>
7047
7048         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7049         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
7050         Calculate correct silence samples so we don't fill our ringbuffer
7051         with noise.
7052
7053 2006-07-12  Edward Hervey  <edward@fluendo.com>
7054
7055         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7056         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
7057         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
7058         * ext/vorbis/vorbisdec.h:
7059         Delay sending events (newsegment, tags) until the decoder is properly
7060         initialized.
7061         Fixes #347295
7062
7063 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
7064
7065         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
7066         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
7067           Patch from #347221 adding a test for audioconvert
7068           channel remappings.
7069
7070 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
7071
7072         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7073         (gst_ssa_parse_parse_line):
7074           Don't include the terminating NUL in the buffer size,
7075           it's only there for extra paranoia (would add random
7076           '*' characters at the end of each subtitle since the
7077           terminator itself is not valid UTF-8 technically).
7078           Also fix indenting after boilerplate macro.
7079
7080 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
7081
7082         * gst/playback/gstdecodebin.c: (close_pad_link):
7083           Also emit 'unknown-type' signal (which should really be
7084           called unhandled-type) if we found potential decoders/demuxers
7085           in the registry but none of them worked in the end (as in the
7086           case where the plugins don't exist any longer but are still
7087           listed in the registry). Fixes #329798.
7088
7089 2006-07-08  Andy Wingo  <wingo@pobox.com>
7090
7091         * theoraparse.c (theora_parse_push_buffer)
7092         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
7093         Add some more debugging. Fix granulepos reconstruction in the face
7094         of discontinuities.
7095
7096 2006-07-06  Wim Taymans  <wim@fluendo.com>
7097
7098         * gst-libs/gst/audio/gstbaseaudiosink.c:
7099         (gst_base_audio_sink_class_init),
7100         (gst_base_audio_sink_provide_clock):
7101         Use gobject_class instead of G_OBJECT_CLASS (klass)
7102
7103         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7104         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7105         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
7106         (gst_base_audio_src_get_time),
7107         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
7108         (gst_base_audio_src_create_ringbuffer):
7109         Fix latency and buffer-time constants and properties ala basesink.
7110         Implement pull based scheduling. Fixes #346527.
7111         Set default blocksize in GstBaseSrc to 0, we default to pushing out
7112         one segment.
7113         Refuse slaving to another clock instead of silently not working.
7114         Only provide a clock when we are actually able to do so.
7115         Various small cleanups and compiler hints.
7116
7117 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7118
7119         Patch by: Lutz Mueller <lutz at topfrose de>
7120
7121         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
7122         (plugin_init):
7123           Add typefinding for text/html (#346581).
7124
7125 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7126
7127         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7128         (xml_check_first_element), (xml_type_find), (smil_type_find):
7129           Fix SMIL typefinding, make xml_check_first_element() more
7130           useful.
7131
7132 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
7133
7134         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7135         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
7136         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
7137         * gst/playback/gstplaybasebin.h:
7138           Protect list of elements with a subtitle-encoding property and
7139           the subtitle encoding member itself with a lock of their own
7140           instead of using the object lock. This prevents a dead-lock in
7141           the element-remove callback in some circumstances when shutting
7142           down playbin.
7143
7144 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
7145
7146         * win32/common/libgsttag.def:
7147         Export some new functions.
7148         * win32/vs6/libgstogg.dsp:
7149         Add a link to libgsttag-0.10.lib.
7150
7151 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
7152
7153         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7154           Some const-ification.
7155
7156 2006-07-04  Wim Taymans  <wim@fluendo.com>
7157
7158         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
7159         Improve checking if we are dealing with a stream. Added some
7160         more uris that need buffering.
7161
7162 2006-07-03  Edward Hervey  <edward@fluendo.com>
7163
7164         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
7165         Remove unused variable.
7166
7167 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7168
7169         * Makefile.am:
7170           include lcov.mak
7171         * configure.ac:
7172           add GCOV_LIBS to GST_LIBS
7173
7174 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
7175
7176         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
7177
7178         * ext/alsa/gstalsasrc.c:
7179           Add 32 bps to template caps and increase channels range
7180           from [1,2] to [1,MAX]. See #346326.
7181
7182 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
7183
7184         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7185           Recognise 'WMVA' video codec fourcc (#345879).
7186           
7187 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
7188          
7189         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
7190           Fixed nasty memory leak
7191
7192 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
7193
7194         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
7195         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
7196           fix logging
7197
7198 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
7199
7200         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7201         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
7202         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
7203         Protect remove_fakesink using a mutex, so that we don't try and
7204         remove the fakesink simultaneously from multiple threads.
7205
7206         When going from READY to PAUSED, restore the fakesink, so that
7207         it is there when decodebin gets reused.
7208
7209 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
7210
7211         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7212         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7213         * gst-libs/gst/rtp/gstbasertppayload.c:
7214         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7215         * gst/tcp/gstmultifdsink.c:
7216         * gst/tcp/gsttcpclientsink.c:
7217         * gst/tcp/gsttcpclientsrc.c:
7218         * gst/tcp/gsttcpserversink.c:
7219         * gst/tcp/gsttcpserversrc.c:
7220         * gst/videorate/gstvideorate.c:
7221         * gst/videotestsrc/gstvideotestsrc.c:
7222         * sys/v4l/gstv4ljpegsrc.c:
7223         * sys/v4l/gstv4lmjpegsink.c:
7224         * sys/v4l/gstv4lsrc.c:
7225         * tests/examples/seek/scrubby.c:
7226         * tests/examples/seek/seek.c:
7227           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
7228
7229 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7230
7231         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
7232           Second field in GEnumValue shouldn't be a description,
7233           but a stringified version of the enum value.
7234
7235 2006-06-22  Wim Taymans  <wim@fluendo.com>
7236
7237         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7238         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
7239         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7240         Avoid type checking in buffer casts.
7241         Avoid caps copy in buffer_alloc when we can.
7242         Use pad_peer_accept.
7243
7244 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7245
7246         * gst-libs/gst/tag/tag.h:
7247           Oops, make that 'Since: 0.10.9'.
7248
7249 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7250
7251         * docs/libs/gst-plugins-base-libs-sections.txt:
7252         * gst-libs/gst/tag/tag.h:
7253         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
7254         (gst_tag_image_type_get_type):
7255           API: add GstTagImageType enum to describe images contained
7256           in image tags (#345641).
7257
7258 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7259
7260         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7261           Fix warnings with gst-inspect: "buffers-min" property
7262           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
7263           typo in property description.
7264
7265 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
7266
7267         Patch by: Cody Russell <bratsche at gnome org>
7268
7269         * gst/audioresample/gstaudioresample.c:
7270         (gst_audioresample_class_init):
7271         * gst/playback/gststreamselector.c:
7272         (gst_stream_selector_class_init):
7273         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
7274         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7275         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
7276         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
7277         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
7278         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
7279         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
7280         * gst/videotestsrc/gstvideotestsrc.c:
7281         (gst_video_test_src_class_init):
7282         * gst/volume/gstvolume.c: (gst_volume_class_init):
7283           Avoid unnecessary class cast check in class_init
7284           functions (#337747).
7285
7286 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
7287
7288         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
7289         (gst_text_overlay_video_chain):
7290           g_markup_escape_text() REALLY doesn't like non-UTF8 input
7291           and doesn't validate its input either (and neither did
7292           textoverlay it seems). Let's do that then and fix #345206.
7293
7294 2006-06-19  Wim Taymans  <wim@fluendo.com>
7295
7296         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7297         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
7298         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
7299         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
7300         (find_syncframe), (find_limits), (assign_value),
7301         (count_burst_unit), (gst_multi_fd_sink_new_client),
7302         (gst_multi_fd_sink_handle_client_write),
7303         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
7304         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
7305         (gst_multi_fd_sink_change_state):
7306         * gst/tcp/gstmultifdsink.h:
7307         Added shiny new burst-on-connect methods.
7308         Add properties to control the minimal amount of data queued.
7309         Small cleanups.
7310         API: bytes-min property
7311         API: time-min property
7312         API: buffers-min property
7313         API: burst-unit property
7314         API: burst-value property
7315         API: add-full signal
7316
7317         * gst/tcp/gsttcp-marshal.list:
7318         Added new marshaller code for the new signal.
7319
7320         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7321         (multifdsink_suite):
7322         Added testcases for new burst methods.
7323
7324 2006-06-19  Edward Hervey  <edward@fluendo.com>
7325
7326         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
7327         Implement clipping for accurate seeking.
7328         Closes #345225
7329
7330 2006-06-19  Wim Taymans  <wim@fluendo.com>
7331
7332         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
7333
7334         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
7335         (gst_video_scale_transform):
7336         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
7337
7338 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
7339
7340         * configure.ac:
7341           Fix --disable-external (can't set conditionals conditionally,
7342           #343602).
7343
7344 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7345
7346         * tests/check/elements/audioresample.c: (test_reuse),
7347         (audioresample_suite):
7348           Add test case for bug #342789 fixed below.
7349
7350 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7351
7352         * gst/audioresample/gstaudioresample.c:
7353         (gst_audioresample_class_init), (gst_audioresample_init),
7354         (audioresample_start), (audioresample_stop),
7355         (gst_audioresample_set_property), (gst_audioresample_get_property):
7356           Implement GstBaseTransform::start and ::stop so that audioresample
7357           can clear its internal state properly and be reused instead of
7358           causing non-negotiated errors with playbin under some circumstances
7359           (#342789).
7360
7361         * tests/check/elements/audioresample.c: (setup_audioresample),
7362         (cleanup_audioresample):
7363           Need to set element state here so that ::start and ::stop are
7364           called.
7365
7366 2006-06-16  Wim Taymans  <wim@fluendo.com>
7367
7368         Patch by: Young-Ho Cha <ganadist at chollian dot net>
7369
7370         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
7371         Parse extra data better, apparently it's right behind
7372         the normal strf header size. Fixes #343500.
7373
7374 2006-06-16  Wim Taymans  <wim@fluendo.com>
7375
7376         * ext/alsa/gstalsasink.c: (set_hwparams):
7377         If we fail to set the buffer_time and period_time alsa
7378         parameters, post a warning and leave alsa select a 
7379         default instead of failing. Fixes #342085
7380
7381 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7382
7383         * docs/libs/gst-plugins-base-libs-sections.txt:
7384         * gst-libs/gst/cdda/gstcddabasesrc.h:
7385           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
7386           out in the header file and shouldn't be listed in the docs.
7387
7388         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7389           Must dereference pointer to fourcc in the debug statement.
7390
7391 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
7392
7393         * docs/libs/Makefile.am:
7394         * docs/libs/gst-plugins-base-libs-docs.sgml:
7395         * docs/libs/gst-plugins-base-libs-sections.txt:
7396         * docs/libs/gst-plugins-base-libs.types:
7397         add remaining symbols into correct setions
7398         
7399         * gst-libs/gst/audio/gstringbuffer.c:
7400         fix incomplete docs
7401         
7402         * gst-libs/gst/audio/gstringbuffer.h:
7403         comment out not yet implemented function
7404         
7405         
7406         * gst-libs/gst/floatcast/floatcast.h:
7407         * gst-libs/gst/netbuffer/gstnetbuffer.c:
7408         add short descriptions
7409         
7410         
7411         * gst-libs/gst/interfaces/propertyprobe.c:
7412         fix return value docs   
7413         
7414         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
7415         simplify debug logging
7416         
7417         * gst-libs/gst/riff/riff-read.h:
7418         sync function prototype and docs
7419         
7420         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7421         remove left over symbol
7422
7423 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
7424
7425         * autogen.sh:
7426         * configure.ac:
7427         * docs/Makefile.am:
7428           Use GST_PLUGIN_DOCS macro in configure.ac, add
7429           --enable-plugin-docs default to autogen.sh and use
7430           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
7431
7432 2006-06-15  Wim Taymans  <wim@fluendo.com>
7433
7434         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
7435         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
7436         (gst_ogg_demux_loop):
7437         Combine GstFlowReturn from the source pads to give a
7438         meaningfull result to the upstream peer or to stop the
7439         processing task in case of errors.
7440
7441 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7442
7443         * gst/playback/gststreaminfo.c: (cb_probe):
7444           Try GST_TAG_CODEC as fallback when extracting the
7445           codec name; more debug info.
7446
7447 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7448
7449         * ext/ogg/Makefile.am:
7450         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7451           Extract language tags from ogm subtitle streams, so that
7452           the subtitle menu choices are labelled correctly in
7453           Totem (fixes #344708).
7454
7455 2006-06-14  Wim Taymans  <wim@fluendo.com>
7456
7457         Patch by: Alessandro Decina <alessandro at nnva dot org>
7458
7459         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
7460         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
7461         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
7462         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
7463         Fix various leaks. Fixes #343699.
7464         Add x-smoke mime type.
7465
7466 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7467
7468         * gst-libs/gst/riff/riff-ids.h:
7469           Add IDs for 'bext' chunks (see #343837).
7470
7471 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
7472
7473         Patch by: Young-Ho Cha  <ganadist at chollian net>
7474
7475         * gst/subparse/samiparse.c: (sami_context_pop_state),
7476         (handle_start_font), (end_sami_element):
7477           Honour font face tags in SAMI subtitles (#344503).
7478
7479 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7480
7481         * po/POTFILES.in:
7482           add missing files containing translatable strings
7483
7484 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7485
7486         * docs/libs/tmpl/.cvsignore:
7487           we don't want those *.sgml files in CVS either
7488
7489 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7490
7491         * docs/libs/.cvsignore:
7492         * tests/check/elements/.cvsignore:
7493         * tests/check/libs/.cvsignore:
7494           ignore more
7495
7496 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7497
7498         * docs/libs/Makefile.am:
7499           also commiting the changed Makefile.am (added more libs to the
7500           doc-build)
7501
7502 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
7503
7504         * docs/libs/gst-plugins-base-libs-docs.sgml:
7505         * docs/libs/gst-plugins-base-libs-sections.txt:
7506         * docs/libs/gst-plugins-base-libs.types:
7507           first batch of reordering things, add index & hierarchy
7508
7509 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7510
7511         * configure.ac:
7512           use GST_PKG_CHECK_MODULES, cleans up output
7513
7514 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7515
7516         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
7517           Add support for burn:// URIs (#343385); const-ify things a bit,
7518           use G_N_ELEMENTS instead of hard-coded array size.
7519
7520 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
7521
7522         Patch by: Young-Ho Cha  <ganadist at chollian net>
7523
7524         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
7525           Fix up broken entities before passing them to libxml *sigh*.
7526           (#343303).
7527           
7528 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7529
7530         * configure.ac:
7531           back to TRUNK
7532
7533 === release 0.10.8 ===
7534
7535 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
7536
7537         * configure.ac:
7538           releasing 0.10.8, "Moar gij ziet mij nie"
7539
7540 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7541
7542         * configure.ac:
7543         * po/af.po:
7544         * po/az.po:
7545         * po/cs.po:
7546         * po/en_GB.po:
7547         * po/hu.po:
7548         * po/it.po:
7549         * po/nb.po:
7550         * po/nl.po:
7551         * po/or.po:
7552         * po/sq.po:
7553         * po/sr.po:
7554         * po/sv.po:
7555         * po/uk.po:
7556         * po/vi.po:
7557         * win32/common/config.h:
7558           0.10.7.2 prerelease
7559
7560 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7561
7562         * docs/libs/tmpl/gstaudio.sgml:
7563         * docs/libs/tmpl/gstcolorbalance.sgml:
7564         * docs/libs/tmpl/gstmixer.sgml:
7565         * docs/libs/tmpl/gstringbuffer.sgml:
7566         * docs/libs/tmpl/gsttuner.sgml:
7567         * docs/libs/tmpl/gstxoverlay.sgml:
7568         * gst-libs/gst/audio/audio.c:
7569         * gst-libs/gst/audio/gstringbuffer.c:
7570         * gst-libs/gst/interfaces/colorbalance.c:
7571         * gst-libs/gst/interfaces/mixer.c:
7572         * gst-libs/gst/interfaces/tuner.c:
7573         * gst-libs/gst/interfaces/xoverlay.c:
7574           move last template doc snippets to source code and delete them
7575
7576 2006-06-06  Michael Smith  <msmith@fluendo.com>
7577
7578         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
7579         (theora_parse_drain_queue):
7580           Mark DELTA_UNIT on non-keyframes.
7581
7582 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
7583
7584         * gst-libs/gst/audio/gstbaseaudiosink.c:
7585         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
7586         * gst-libs/gst/audio/gstbaseaudiosink.h:
7587         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
7588         (gst_ring_buffer_samples_done):
7589         * gst-libs/gst/audio/gstringbuffer.h:
7590         Document better the fact that latency_time and buffer_time are values
7591         stored in microseconds, and not the usual GStreamer nanoseconds.
7592         Change the variables (compatibly) that store them from GstClockTime 
7593         to guint64 to make it more clear that they're not storing clock times.
7594         Also, remove the bogus property description that says the user can
7595         specify -1 to get the default value, since that's never been the case.
7596
7597         When computing the default segment size for the ring buffer, make it
7598         an integer number of samples.
7599
7600         When the sub-class indicates a delay greater than the number of
7601         samples we've written return 0 from the audio sink get_time method.
7602
7603 2006-06-02  Michael Smith  <msmith@fluendo.com>
7604
7605         * tests/check/elements/audioconvert.c: (set_channel_positions),
7606         (get_float_mc_caps), (get_int_mc_caps):
7607         * tests/check/elements/audioresample.c:
7608         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
7609         * tests/check/elements/videorate.c:
7610         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
7611         * tests/check/elements/volume.c:
7612         * tests/check/elements/vorbisdec.c:
7613         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
7614           Don't busy-wait in tests; this was causing test timeouts very
7615           frequently when running under valgrind.
7616
7617 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7618
7619         * gst/tcp/README:
7620         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
7621         (gst_multi_fd_sink_remove_client_link),
7622         (gst_multi_fd_sink_client_queue_caps),
7623         (gst_multi_fd_sink_client_queue_buffer),
7624         (gst_multi_fd_sink_handle_client_write),
7625         (gst_multi_fd_sink_render):
7626         * gst/tcp/gstmultifdsink.h:
7627           make multifdsink properly deal with streamheader:
7628           - streamheader is taken from caps
7629           - buffers marked with IN_CAPS are not sent
7630           - streamheaders are sent, on connection, from the caps of the
7631             buffer where the client gets positioned to
7632           - further streamheader changes are done every time the client
7633             will receive a buffer with different caps
7634         * tests/check/elements/multifdsink.c: (GST_START_TEST),
7635         (gst_multifdsink_create_streamheader):
7636           add tests for this
7637
7638 2006-06-02  Michael Smith  <msmith@fluendo.com>
7639
7640         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7641           Reinstate limit on channel count. Vorbis does not define the meaning
7642           of > 6 channels, so they're just independent channels. Gstreamer
7643           currently has no mechanism to represent N independent channels.
7644
7645 2006-06-02  Michael Smith  <msmith@fluendo.com>
7646
7647         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
7648           Don't arbitrarily restrict channel counts and rate in vorbis.
7649           In terms of effects likely on real-world files, this fixes 96kHz
7650           playback of vorbis.
7651
7652 2006-06-02  Michael Smith  <msmith@fluendo.com>
7653
7654         * gst/audioconvert/audioconvert.c: (float):
7655           More correct float->int conversion.
7656
7657 2006-06-02  Michael Smith  <msmith@fluendo.com>
7658
7659         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
7660           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
7661           value. Fixes g-critical on trying to play back ogg containing
7662           unknown codec.
7663
7664 2006-06-02  Wim Taymans  <wim@fluendo.com>
7665
7666         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
7667         (setup_source):
7668         * gst/playback/gstplaybasebin.h:
7669         Make the subtitle detection work from any thread so we don't
7670         deadlock. Fixes #343397.
7671
7672 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
7673
7674         * gst/volume/Makefile.am:
7675           Seriously, it's not *that* hard to get compilation right.  Even
7676           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
7677
7678 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7679
7680         * gst/volume/gstvolume.c: (volume_choose_func),
7681         (volume_update_real_volume), (gst_volume_class_init),
7682         (gst_volume_init), (volume_process_float), (volume_process_int16),
7683         (volume_process_int16_clamp), (volume_set_caps),
7684         (volume_transform_ip), (plugin_init):
7685         * gst/volume/gstvolume.h:
7686         rewrite the passthrough check, split _int16 and _int16_clamp, fix
7687         another property desc., remove unused param from process function
7688         
7689         * tests/check/elements/volume.c: (volume_suite):
7690         reactivate the passthrough test
7691
7692 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
7693
7694         * ext/alsa/gstalsamixerelement.h:
7695         * ext/alsa/gstalsamixeroptions.h:
7696         * ext/alsa/gstalsamixertrack.h:
7697         * ext/gnomevfs/gstgnomevfssink.h:
7698         * ext/gnomevfs/gstgnomevfssrc.h:
7699         * ext/theora/gsttheoradec.h:
7700         * ext/theora/gsttheoraenc.h:
7701         * ext/theora/gsttheoraparse.h:
7702         * ext/vorbis/vorbisparse.h:
7703         * gst-libs/gst/audio/gstaudioclock.h:
7704         * gst-libs/gst/audio/gstaudiofilter.h:
7705         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
7706         * gst/audioconvert/gstaudioconvert.h:
7707         * gst/audioresample/gstaudioresample.h:
7708         * gst/audiotestsrc/gstaudiotestsrc.h:
7709         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7710         * gst/playback/gststreamselector.h:
7711         * gst/tcp/gstmultifdsink.h:
7712         * gst/tcp/gsttcpclientsink.h:
7713         * gst/tcp/gsttcpclientsrc.h:
7714         * gst/tcp/gsttcpserversink.h:
7715         * gst/tcp/gsttcpserversrc.h:
7716         * gst/videorate/gstvideorate.h:
7717         * gst/videoscale/gstvideoscale.h:
7718         * gst/videotestsrc/gstvideotestsrc.h:
7719         * gst/volume/gstvolume.h:
7720         * sys/v4l/gstv4ljpegsrc.h:
7721         * sys/v4l/gstv4lmjpegsink.h:
7722         * sys/v4l/gstv4lmjpegsrc.h:
7723         * sys/v4l/gstv4lsrc.h:
7724         * sys/ximage/ximagesink.h:
7725         * sys/xvimage/xvimagesink.h:
7726         * tests/old/testsuite/alsa/sinesrc.h:
7727         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
7728
7729 2006-05-31  Wim Taymans  <wim@fluendo.com>
7730
7731         * ext/libvisual/visual.c: (gst_visual_reset),
7732         (gst_visual_sink_setcaps), (gst_visual_sink_event),
7733         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
7734         Handle DISCONT.
7735         Use running time before doing QoS.
7736         Handle mono too.
7737
7738 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7739
7740         * docs/libs/Makefile.am:
7741           set a magic variable to indicate we know the docs are incomplete
7742
7743 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
7744
7745         * win32/common/libgstvideo.def:
7746           export gst_video_calculate_display_ratio
7747         * win32/vs6/libgstvideoscale.dsp:
7748           add link to libgstvideo-0.10.lib
7749
7750 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
7751
7752         * gst/playback/gstplaybasebin.c: (gen_source_element):
7753           Throw a more comprehensible error for rtsp:// URIs (rather
7754           than erroring out with a negotiation error later on) until
7755           we fix playbin to handle rtspsrc etc.
7756
7757 2006-05-30  Wim Taymans  <wim@fluendo.com>
7758
7759         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
7760         (gst_text_overlay_text_event):
7761         Added some FIXMEs.
7762
7763 2006-05-30  Wim Taymans  <wim@fluendo.com>
7764
7765         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
7766         (gst_adder_request_new_pad), (gst_adder_release_pad):
7767         * gst/adder/gstadder.h:
7768         Implement release_request_pad.
7769         Make padcounter atomic.
7770
7771         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
7772         Added check for release_pad in adder.
7773
7774 2006-05-30  Wim Taymans  <wim@fluendo.com>
7775
7776         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
7777         Fix build again.
7778
7779 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7780
7781         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7782         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
7783         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7784         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
7785         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
7786         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
7787         (gst_ogg_demux_bisect_forward_serialno),
7788         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
7789         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
7790           add more debugging
7791           clean up printf formats for granulepos and serialno
7792
7793 2006-05-30  Michael Smith  <msmith@fluendo.com>
7794
7795         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
7796         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
7797         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
7798         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
7799         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
7800         * ext/vorbis/vorbisenc.h:
7801           Multi-channel caps negotiation, so we can do proper multichannel
7802           vorbis encoding, negotiated through audioconvert.
7803
7804 2006-05-30  Wim Taymans  <wim@fluendo.com>
7805
7806         * tests/check/elements/adder.c: (test_event_message_received),
7807         (test_play_twice_message_received), (GST_START_TEST),
7808         (adder_suite):
7809         Added check to show that #339935 is fixed with ongoing
7810         adder and collectpads fixes.
7811
7812 2006-05-29  Wim Taymans  <wim@fluendo.com>
7813
7814         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
7815         Don't leak pad name.
7816
7817 2006-05-29  Wim Taymans  <wim@fluendo.com>
7818
7819         * gst/adder/gstadder.c: (gst_adder_query_duration),
7820         (forward_event_func), (forward_event), (gst_adder_src_event):
7821         Fix adder seeking.
7822         Make query/seeking code threadsafe.
7823
7824         * tests/check/Makefile.am:
7825         * tests/check/elements/adder.c: (test_event_message_received),
7826         (GST_START_TEST), (test_play_twice_message_received):
7827         Fix adder test case.
7828
7829 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
7830
7831         Patch by: Young-Ho Cha  <ganadist at chollian net>
7832
7833         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7834         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7835         (set_encoding_element), (decodebin_element_added_cb),
7836         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
7837         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7838         * gst/playback/gstplaybasebin.h:
7839           Add 'subtitle-encoding' property to playbin, so applications can
7840           force a subtitle encoding for non-UTF8 subtitles (#342268).
7841
7842         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
7843         (gst_sub_parse_set_property):
7844           Rename recently-added 'encoding' property to 'subtitle-encoding'
7845           (so it can be proxied by playbin/decodebin in a generic way
7846           with less danger of false positives).
7847
7848 2006-05-29  Michael Smith  <msmith@fluendo.com>
7849
7850         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
7851         (append_with_other_format), (set_structure_widths),
7852         (gst_audio_convert_transform_caps):
7853           Patch from #341562: give more specific audio caps in get_caps, so
7854           that basetransform  can make better decisions on what caps to
7855           negotiate.
7856
7857 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7858
7859         * tests/check/elements/volume.c:
7860         make it compile again
7861
7862 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7863
7864         * tests/check/elements/volume.c: (volume_suite):
7865         disable test until #343196 gets resolved
7866
7867 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
7868
7869         * gst/adder/gstadder.c: (gst_adder_get_type):
7870         Make it easier to copy&paste
7871         
7872         * gst/volume/Makefile.am:
7873         * gst/volume/gstvolume.c: (volume_update_real_volume),
7874         (gst_volume_set_volume), (gst_volume_set_mute),
7875         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
7876         (volume_transform_ip), (volume_update_mute),
7877         (volume_update_volume):
7878         * gst/volume/gstvolume.h:
7879         Add own debug category, move duplicate code to helper function, fix
7880         property texts, add more comments and prepare ffor liboil-goodness
7881         
7882         * tests/check/Makefile.am:
7883         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7884         add test for mute and passtrough case, be a bit more verbose to track
7885         failure
7886         
7887         * tests/check/generic/states.c: (GST_START_TEST):
7888         catch elements that fail to instantiate
7889
7890 2006-05-28  Edward Hervey  <edward@fluendo.com>
7891
7892         * tests/check/pipelines/simple-launch-lines.c:
7893         * tests/check/pipelines/theoraenc.c:
7894         * tests/check/pipelines/vorbisenc.c:
7895         Comment out tests using parse_launch() if core was built without
7896         parsing capabilities.
7897
7898 2006-05-27  Edward Hervey  <edward@fluendo.com>
7899
7900         * tests/check/Makefile.am:
7901         Extra bonus points for whoever explains to ensonic that you are meant
7902         to test unit tests thoroughly before commiting them, especially if
7903         you know it's going to break.
7904         De-activated element/adder tests.
7905
7906 2006-05-27  Edward Hervey  <edward@fluendo.com>
7907
7908         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7909         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
7910         Marking caps conversion issues as GST_WARNING is way too verbose,
7911         Moving them to GST_LOG.
7912
7913 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
7914
7915         * README:
7916           Replace current README (containing the release notes from
7917           some 0.9.x version) with a proper README taken from the core.
7918
7919 2006-05-26  Wim Taymans  <wim@fluendo.com>
7920
7921         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7922         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
7923         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
7924         (vorbis_dec_change_state):
7925         Small cleanups.
7926         Add some FIXMEs
7927         Clip output samples to segment boundaries.
7928
7929 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7930
7931         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7932         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
7933         Improve the errors produced on bad output, including some human
7934         readable description strings.
7935         Handle the (theoretical for ximagesink) case where the XServer 
7936         has a different idea about the size required for a particular 
7937         frame and gives us too small a memory allocation.
7938
7939 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
7940
7941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7942         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
7943         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
7944         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7945         Improve the errors produced on bad output, including some human 
7946         readable description strings.
7947         Handle RGB Xv formats properly by transforming them into our 
7948         big-endian caps description.
7949         Use gst_caps_truncate to ensure that we never try and choose a
7950         non-fixed caps in buffer_alloc.
7951         Handle the case where the XServer has a different idea about the size
7952         required for a particular frame and gives us too small a memory
7953         allocation.
7954         Use -1 to indicate 'no image format', because 0 is a valid XServer
7955         image format number.
7956         Put RGB Xv formats at the end of the caps, so that we always prefer
7957         YUV format frames.
7958         Iterate the available Xv Encodings to determine the maximum width and
7959         height, and then return that in our caps.
7960         (Closes #315312, #337544)
7961
7962 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7963
7964         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
7965         When there is only one unfinished pad and it receives an event that
7966         doesn't match our requirements, we need to set alldone=FALSE so that
7967         the fakesink is not removed yet.
7968
7969 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
7970
7971         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
7972           Use gst_type_find_helper_for_buffer() to find the type
7973           of stream from the first packet.
7974
7975         * configure.ac:
7976           Bump requirements to core CVS (needed for vorbis
7977           typefinding to work).
7978
7979 2006-05-24  Edward Hervey  <edward@fluendo.com>
7980
7981         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
7982         Added the 'prfl' atom type which MQV (no, it's not a typo) files
7983         contain.  Else they play perfectly fine with qtdemux.
7984
7985 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
7986
7987         * ext/theora/theoradec.c:
7988         * ext/theora/theoraenc.c:
7989         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
7990         * gst/audiorate/gstaudiorate.c:
7991           make more debug catagories static
7992         
7993         * tests/check/Makefile.am:
7994         * tests/check/elements/adder.c: (message_received),
7995         (test_event_message_received), (GST_START_TEST),
7996         (test_play_twice_message_received), (adder_suite):
7997           added test case for using element twice, extra bonus points for anyone
7998           who can make these test run reliably
7999
8000 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
8001
8002         * ext/theora/theoradec.c: (theora_dec_chain):
8003           Make work with time-stamped input buffers that do not
8004           have a granulepos in BUFFER_OFFSET_END (like theora
8005           buffers coming from matroskademux). Fixes #342448.
8006
8007 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8008
8009         Patch by: Peter Kjellerstedt  <pkj at axis com>
8010
8011         * gst/tcp/Makefile.am:
8012           fdstresstest doesn't need Gtk+, fix compilation if 
8013           gtk is not available (#342566).
8014
8015 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8016          
8017         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8018           80 line columns
8019           Removed redundant floor()
8020
8021 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8022
8023         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8024           On second thought, just skip JUNK chunks automatically, so
8025           the caller doesn't have to handle this. Fixes #342345.
8026           Also, return GST_FLOW_UNEXPECTED if we get a short read,
8027           not GST_FLOW_ERROR.
8028
8029 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
8030
8031         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
8032           Don't bail out on JUNK chunks with a size of 0 (would try to
8033           pull_range 0 bytes before, which sources don't like too much).
8034           See #342345.
8035
8036 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8037
8038         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8040         Use the gstutil scaling function to preserve 64 bits while calculating
8041         output width and height from the display-aspect-ratio. (A continuation
8042         of #341542)
8043
8044 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
8045
8046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
8047         (gst_xvimagesink_buffer_alloc):
8048         * sys/xvimage/xvimagesink.h:
8049         When performing buffer allocations, remember the caps and image format
8050         we return so that if the same caps are asked for next time we can
8051         return them immediately without doing any caps intersections.
8052
8053 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8054          
8055         * gst-libs/gst/rtp/README:
8056           Some new documentation
8057         * gst-libs/gst/rtp/gstrtpbuffer.h:       
8058           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
8059         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
8060         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
8061           New RTP audio base payloader class. Supports frame or sample based
8062           codecs.  Not enabled in Makefile.am until approved.
8063
8064 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8065
8066         * tests/check/elements/alsa.c: (test_device_property_probe):
8067           Fix test case: don't try to free NULL GValueArray when there
8068           are no devices.
8069
8070 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8071
8072         * tests/check/Makefile.am:
8073         * tests/check/elements/alsa.c: (test_device_property_probe),
8074         (alsa_suite), (main):
8075           Add simple test that runs a device property probe on alsasrc,
8076           alsasink and alsamixer. Disable valgrind check for now (too
8077           many leaks in libasound, and valgrind ignored my suppressions
8078           additions).
8079
8080 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8081
8082         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
8083         (gst_alsa_device_property_probe_probe_property),
8084         (gst_alsa_device_property_probe_needs_probe),
8085         (gst_alsa_device_property_probe_get_values),
8086         (gst_alsa_type_add_device_property_probe_interface):
8087         * ext/alsa/gstalsadeviceprobe.h:
8088         * ext/alsa/gstalsamixerelement.c:
8089         (gst_alsa_mixer_element_init_interfaces):
8090         * ext/alsa/gstalsamixerelement.h:
8091           Clean up and simplify alsa device probing. Make it actually work
8092           for multiple classes. Don't cache results any longer.
8093
8094         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
8095         (gst_alsasink_init):
8096         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
8097         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
8098         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
8099           Make alsasink and alsasrc implement the GstPropertyProbe interface
8100           for device probing (#342181).
8101           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
8102
8103 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
8104
8105         * gst/subparse/samiparse.c: (handle_start_font):
8106           Don't ignore return value of strtol (++compiler_happiness).
8107
8108 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8109
8110         Patch by: Young-Ho Cha  <ganadist chollian net>
8111
8112         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8113         (gst_sub_parse_class_init), (gst_sub_parse_init),
8114         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
8115         (convert_encoding):
8116         * gst/subparse/gstsubparse.h:
8117           Add 'encoding' property (#341681).
8118
8119         * gst/subparse/samiparse.c: (characters_sami):
8120           Output is pango markup, so we need to escape text
8121           between tags (#342143).
8122
8123 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8124
8125         * gst-libs/gst/audio/multichannel.c:
8126         (gst_audio_check_channel_positions):
8127           It's okay to have caps with channels=1 and a channel position
8128           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
8129           (deinterleavers might want to keep the position in the caps,
8130           so that they can be re-interleaved again properly later).
8131           Leave check for unexpected 2-channel layouts intact for now.
8132
8133 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8134
8135         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
8136         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
8137         basesrc can do its job correctly.
8138
8139 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
8140
8141         * ext/alsa/Makefile.am:
8142         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
8143         (gst_alsa_detect_formats), (get_channel_free_structure),
8144         (caps_add_channel_configuration), (gst_alsa_detect_channels),
8145         (gst_alsa_probe_supported_formats):
8146         * ext/alsa/gstalsa.h:
8147         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8148           Refactor and improve caps probing code: probe signedness
8149           when we probe the supported formats/widths; set endianness
8150           to the one we actually probed for (ie. cpu endianness).
8151           
8152         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
8153         (gst_alsasrc_close):
8154         * ext/alsa/gstalsasrc.h:
8155           Implement caps probing for alsasrc.
8156
8157 2006-05-15  Wim Taymans  <wim@fluendo.com>
8158
8159         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8160         (theora_dec_src_query), (theora_dec_src_event),
8161         (theora_dec_sink_event), (theora_handle_comment_packet),
8162         (theora_handle_data_packet), (theora_dec_change_state):
8163         Cleanups, add some G_LIKELY.
8164         Use segment helpers instead of our own wrong code.
8165         Clear queued buffers on seek and READY.
8166
8167         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
8168         (vorbis_dec_convert), (vorbis_dec_src_query),
8169         (vorbis_dec_src_event), (vorbis_dec_sink_event),
8170         (vorbis_handle_comment_packet), (vorbis_dec_push),
8171         (vorbis_handle_data_packet), (vorbis_dec_chain),
8172         (vorbis_dec_change_state):
8173         * ext/vorbis/vorbisdec.h:
8174         Remove old useless packetno variable.
8175         Do position query properly.
8176         Add some G_LIKELY.
8177         Do cleanup of queued buffers in new helper function
8178         and use it.
8179
8180 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8181
8182         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
8183           Query supported sample rates. Fixes #341732.
8184
8185 2006-05-15  Julien MOUTTE  <julien@moutte.net>
8186
8187         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
8188         (gst_decode_bin_change_state): Make decodebin reusable
8189         when going from PAUSE_TO_READY and then back to PAUSED.
8190         Fixes #331678.
8191
8192 2006-05-15  Wim Taymans  <wim@fluendo.com>
8193
8194         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
8195         (vorbis_dec_convert), (vorbis_dec_src_query),
8196         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8197         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
8198         (vorbis_dec_clean_queued), (vorbis_dec_push),
8199         (vorbis_handle_data_packet), (vorbis_dec_change_state):
8200         Cleanups. Use refcounting and DEBUG_OBJECT.
8201         Reset segment on flush, use code methods instead of our
8202         own wrong version.
8203         Fix potential memleak.
8204
8205 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8206
8207         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8208         (gst_alsasink_init):
8209         * ext/alsa/gstalsasink.h:
8210           Don't leak allocated snd_output_t structure if there's
8211           more than one alsasink instance at a time (#341873).
8212           Also fix GObject macros in header file.
8213           
8214 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8215
8216         * gst/subparse/gstsubparse.c:
8217         (gst_sub_parse_data_format_autodetect):
8218           Don't use libxml functions in the typefinding code.
8219
8220 2006-05-15  Wim Taymans  <wim@fluendo.com>
8221
8222         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8223         Fix seeking performance in the case where a non-header 
8224         packet has a 0 granulepos (busted theora case). 
8225         Fixes #341719
8226         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
8227          the first place, you limelight stealer you)
8228
8229 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8230
8231         * gst/subparse/gstsubparse.c:
8232         (gst_sub_parse_data_format_autodetect):
8233           Improve SAMI typefinding: handle case where there are
8234           whitespaces or newlines in front of the first <SAMI>
8235           tag (#169936).
8236
8237 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8238
8239         * configure.ac:
8240           Build video4linux plugin even if there's no XVIDEO, just
8241           without implementing the GstXOverlay interface (#334002).
8242          
8243 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8244
8245         * configure.ac:
8246         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
8247         (plugin_init):
8248           Add tentative support for libvisual-0.4 (#336881).
8249
8250 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8251
8252         Patch by: Young-Ho Cha <ganadist at chollian net>
8253
8254         * gst/subparse/samiparse.c: (handle_start_font):
8255           Need to map "silver" colour explicitly (#169936).
8256
8257 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
8258
8259         Patch by: Young-Ho Cha  <ganadist at chollian net>
8260
8261         * gst/subparse/Makefile.am:
8262         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8263         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
8264         (gst_sub_parse_format_autodetect), (feed_textbuf),
8265         (gst_subparse_type_find), (plugin_init):
8266         * gst/subparse/gstsubparse.h:
8267         * gst/subparse/samiparse.c:
8268         * gst/subparse/samiparse.h:
8269           Add support for SAMI subtitles (#169936).
8270
8271 2006-05-14  Michael Smith  <msmith@fluendo.com>
8272
8273         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
8274           Fix #341696: crash when mixing L+R+C to mono or stereo.
8275         * tests/check/Makefile.am:
8276         * tests/check/elements/audioconvert.c: (set_channel_positions),
8277         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
8278         (audioconvert_suite):
8279           Add test for the above, including some generic framework bits for
8280           testing multichannel things.
8281
8282 === release 0.10.7 ===
8283
8284 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
8285
8286         * configure.ac:
8287           releasing 0.10.7, "Leave the gun"
8288
8289 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
8290
8291         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8293         Fix the build.
8294
8295 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
8296
8297         * docs/libs/gst-plugins-base-libs-docs.sgml:
8298         * docs/libs/gst-plugins-base-libs-sections.txt:
8299         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
8300         * gst-libs/gst/video/video.h:
8301         * gst/videoscale/Makefile.am:
8302         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
8303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
8304         * tests/check/Makefile.am:
8305         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
8306         (main):
8307           Fix integer overflow problem with pixel-aspect-ratio calculations
8308           in videoscale and xvimagesink (#341542)
8309
8310 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
8311
8312         * gst-libs/gst/tag/gstid3tag.c:
8313           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
8314
8315 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
8316
8317         * win32/MANIFEST:
8318           update win32 files listing
8319
8320 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8321
8322         patch by: Sjoerd Simons (sjoerd@luon.net)
8323
8324         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8325         (group_create), (group_destroy), (add_stream),
8326         (gst_play_base_bin_get_property),
8327         (gst_play_base_bin_get_streaminfo_value_array):
8328         * gst/playback/gstplaybasebin.h:
8329           API: GstPlayBaseBin::stream-info-value-array property
8330           use a more bindings-friendly way of exposing streaminfo
8331           using a GValueArray.  Tested in ipython.
8332           Closes #341114
8333
8334 2006-05-11  Wim Taymans  <wim@fluendo.com>
8335
8336         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
8337         (queue_underrun_cb), (queue_filled_cb):
8338         Also catch queue underruns but don't do anything yet.
8339         Refactor and comment queue enlarging code a bit.
8340
8341         * gst/playback/gstplaybasebin.c: (queue_overrun),
8342         (queue_threshold_reached), (queue_out_of_data),
8343         (gen_preroll_element):
8344         If a queue over/underruns check that we don't create nasty
8345         deadlocks when the min-threshold is not reached but the
8346         max-bytes is. In those cases disable max-bytes when we
8347         know that the queue is fed timed data.
8348         Add more comments.
8349
8350 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8351
8352         * gst/playback/gstplaybin.c: (gen_audio_element):
8353           Make playbin automatically plug an 'audioresample'
8354           element before the audio sink as well. This solves
8355           problems with sinks that only accept a very specific
8356           sample rate, like esdsink (e.g. #340379).
8357
8358 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
8359
8360         * gst/playback/gstplaybasebin.c: (gen_source_element):
8361           Make http sources send special headers so that we receive
8362           icecast metadata if the http stream is an icecast stream
8363           (otherwise the server will just ignore them). This also
8364           means that from now on users will need the 'icydemux'
8365           element from gst-plugins-good installed if they want to
8366           listen to icecast radio streams. (#341432, #333657).
8367
8368 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8369
8370         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
8371         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
8372           remove stupid example from docs - it should come with a simple
8373           C program instead.
8374           Clean up/fix docs
8375         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8376         (fail_if_can_read), (GST_START_TEST),
8377         (gst_multifdsink_create_streamheader), (multifdsink_suite):
8378           add a test for changing streamheader which exposes a bug in
8379           multifdsink
8380
8381 2006-05-11  Michael Smith  <msmith@fluendo.com>
8382
8383         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
8384         (gst_gnome_vfs_src_received_headers_callback):
8385         * ext/gnomevfs/gstgnomevfssrc.h:
8386           Don't set icy-caps unless we have a sane interval value. Move
8387           interval to a local variable; we never use it outside this function.
8388
8389 2006-05-11  Wim Taymans  <wim@fluendo.com>
8390
8391         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
8392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
8393         Register special buffer types along with the objects so
8394         that they are not registered at runtime from N different
8395         streaming threads since they are not threadsafe.
8396
8397 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8398
8399         * tests/check/elements/multifdsink.c: (wait_bytes_served),
8400         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
8401           add two more tests, one doing streamheader
8402
8403 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8404
8405         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
8406           clean up the bufqueue when shutting down
8407         * tests/check/Makefile.am:
8408         * tests/check/elements/multifdsink.c: (setup_multifdsink),
8409         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
8410         (main):
8411           add a test for the leak that was just fixed
8412
8413 2006-05-10  Wim Taymans  <wim@fluendo.com>
8414
8415         * gst/adder/gstadder.c: (gst_adder_setcaps),
8416         (gst_adder_query_duration), (gst_adder_query), (forward_event),
8417         (gst_adder_src_event), (gst_adder_sink_event),
8418         (gst_adder_class_init), (gst_adder_finalize),
8419         (gst_adder_request_new_pad), (gst_adder_collected):
8420         * gst/adder/gstadder.h:
8421         Updated some docs. Added comments and FIXMEs all over the place.
8422         Improve debugging info.
8423         Fix leak on finalize by not calling the parent.
8424         Implement duration query.
8425         Make event forwarding threadsafe.
8426         Correctly send NEWSEGMENT at start and after flush.
8427         Handle EOS correctly.
8428         Post error when not negotiated.
8429
8430         * tests/check/elements/adder.c: (GST_START_TEST):
8431         Added FIXME in the test.
8432
8433 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8434
8435         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8436         (gst_text_overlay_halign_get_type),
8437         (gst_text_overlay_wrap_mode_get_type):
8438         * ext/theora/theoradec.c: (theora_handle_type_packet),
8439         (theora_handle_data_packet):
8440         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
8441         (theora_enc_sink_setcaps), (theora_enc_chain):
8442         * gst-libs/gst/cdda/gstcddabasesrc.c:
8443         (gst_cdda_base_src_mode_get_type):
8444         * gst/audiotestsrc/gstaudiotestsrc.c:
8445         (gst_audiostestsrc_wave_get_type):
8446         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
8447         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
8448         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
8449         (gst_sync_method_get_type), (gst_unit_type_get_type),
8450         (gst_client_status_get_type):
8451         * gst/videoscale/gstvideoscale.c:
8452         (gst_video_scale_method_get_type):
8453         * gst/videotestsrc/gstvideotestsrc.c:
8454         (gst_video_test_src_pattern_get_type):
8455         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
8456         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
8457         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
8458         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
8459         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
8460         (paint_setup_RGB565), (paint_setup_xRGB1555):
8461           Const-ify GEnumValue and GFlagsValue arrays. Use
8462           GST_ROUND_UP_* macros instead of home-made ones.
8463
8464 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8465
8466         * configure.ac:
8467           Require core CVS for the new newsegment stuff.
8468
8469 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8470
8471         Patch by: Sjoerd Simons  <sjoerd at luon net>
8472
8473         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
8474           Register nick for enum value (#341160).
8475
8476 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
8477
8478         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
8479         (plugin_init):
8480          backout typefind patch #340375
8481          
8482         * tests/check/elements/adder.c: (message_received),
8483         (GST_START_TEST), (adder_suite):
8484           redo, signal-handling of test
8485
8486 2006-05-09  Wim Taymans  <wim@fluendo.com>
8487
8488         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
8489         (gst_adder_collected):
8490         * gst/adder/gstadder.h:
8491         Remove bogus segment merging and forwarding, we don't
8492         care about timestamps anyway and we just produce a
8493         continuous stream. 
8494         Also create a nice NEWSEGMENT event when we start.
8495         Use _scale_int some more.
8496
8497 2006-05-09  Edward Hervey  <edward@fluendo.com>
8498
8499         * tests/icles/stress-xoverlay.c:
8500         Fix if core was built without parsing support.
8501
8502 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
8503
8504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8505           Add SEDG (Samsung MPEG-4) fourcc.
8506
8507 2006-05-09  Edward Hervey  <edward@fluendo.com>
8508
8509         * tests/icles/stress-xoverlay.c:
8510         * tests/examples/volume/volume.c:
8511         Fix if core was built without parsing support.
8512
8513         * tests/examples/seek/seek.c:
8514         Disable the parse_launch example if core was built without parsing
8515         support.
8516
8517 2006-05-08  Edward Hervey  <edward@fluendo.com>
8518
8519         * autogen.sh: (CONFIGURE_DEF_OPT): 
8520         libtoolize on Darwin/MacOSX is called glibtoolize
8521
8522 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8523
8524         * tests/check/Makefile.am:
8525         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
8526           Disable the adder test, until the build-slaves posses the kindness to 
8527           either like it or to give valid reason for not doing so 
8528
8529 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8530
8531         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8532         (adder_suite):
8533           Shuffle NULL state change around and raise timeout more
8534
8535 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8536
8537         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
8538         (mp4_type_find), (plugin_init):
8539           Add typefind to distinguish between "audio/x-m4a" and new type
8540           "video/mp4". Fixes #340375
8541
8542         * tests/check/elements/adder.c: (adder_suite):
8543           Raise timeout to make buildbot happy
8544
8545 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
8546
8547         * gst/adder/gstadder.c: (gst_adder_sink_event),
8548         (gst_adder_request_new_pad), (gst_adder_change_state):
8549         * gst/adder/gstadder.h:
8550         * tests/check/Makefile.am:
8551         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
8552         (adder_suite), (main):
8553           Add sink-event handling to adder. It tries to merge incomming
8554           newsegment-events. Added test to check if segment_done is comming
8555           through. Fixes #340060
8556
8557 2006-05-05  Andy Wingo  <wingo@pobox.com>
8558
8559         * ext/theora/theoraparse.c (gst_theora_parse_init)
8560         (theora_parse_src_convert, theora_parse_src_query):
8561         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
8562         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
8563         query functions on the source pads of the theora and vorbis parse
8564         elements. Fixes position querying when doing a remux.
8565
8566 2006-05-05  Michael Smith  <msmith@fluendo.com>
8567
8568         * ext/theora/theoraparse.c: (parse_granulepos),
8569         (theora_parse_drain_queue_prematurely),
8570         (theora_parse_queue_buffer), (theora_parse_sink_event):
8571           Fix flushing.
8572           Fix invalid granulepos outputs when starting with a non-keyframe.
8573
8574 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
8575
8576         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
8577         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
8578         Rearrange MPEG system stream detection, fixing some memleaks in the
8579         process.
8580         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
8581         they clean up their data correctly.
8582         Remove unused ogganx caps and move the 'is_annodex' check to inside
8583         the 'is_ogg' if statement.
8584
8585 2006-05-05  Wim Taymans  <wim@fluendo.com>
8586
8587         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
8588         Properly remove ghostpads. Fixes #340392
8589
8590 2006-05-04  David Schleef  <ds@schleef.org>
8591
8592         * gst/typefind/gsttypefindfunctions.c:
8593
8594 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
8595
8596         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
8597         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
8598
8599         When typefinding an MP3 in push-based mode, don't penalise the
8600         probability down to 74% when we found 5 valid frames just because we
8601         can't peek the end of the file.
8602
8603         Make the probability for detecting MPEG Transport Streams based on the
8604         number of sequential headers we successfully detected.
8605
8606 2006-05-03  Wim Taymans  <wim@fluendo.com>
8607
8608         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8609         (vorbis_dec_push), (vorbis_dec_chain):
8610         Still produce an error when we receive an empty packet.
8611
8612 2006-05-03  Wim Taymans  <wim@fluendo.com>
8613
8614         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
8615         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
8616         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
8617         Mark buffers with DISCONT after seek and after activating new
8618         chains.
8619
8620         * ext/theora/gsttheoradec.h:
8621         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8622         (theora_get_query_types), (theora_dec_sink_event),
8623         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
8624         (theora_dec_change_state):
8625         Fix frame counter.
8626         Detect and mark DISCONT buffers.
8627
8628         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8629         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
8630         (vorbis_dec_change_state):
8631         * ext/vorbis/vorbisdec.h:
8632         Use GstSegment.
8633         Detect and mark DISCONT buffers.
8634         Don't crash on 0 sized buffers.
8635
8636 2006-05-03  Wim Taymans  <wim@fluendo.com>
8637
8638         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
8639         (volume_transform_ip):
8640         Increase "volume" property to 10.0. Fixes #340369.
8641         Set the process function to NULL when capsnego fails so that
8642         we properly error out.
8643
8644 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
8645
8646         * gst/playback/gstplaybin.c: (add_sink):
8647         * gst/playback/test.c: (main):
8648         * gst/playback/test5.c: (dump_element_stats):
8649         * gst/playback/test6.c: (main):
8650           free caps using gst_caps_unref, don't leak caps-strings
8651
8652 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8653
8654         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
8655         (plugin_init):
8656           Refine musepack typefinding a bit. Return MAXIMUM
8657           probability when we detect stream version 7 to make
8658           sure the mpeg audio typefinder doesn't trump us.
8659
8660 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
8661
8662         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8663           Protect against unexpected NULL strf_data buffer.
8664
8665 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8666
8667         * tests/check/elements/audioconvert.c: (verify_convert),
8668         (GST_START_TEST):
8669           interpret the out[] buffer in the order the bytes are actually
8670           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
8671           Other tests should use BYTE_ORDER since the array is filled in
8672           with actual values
8673
8674 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8675
8676         * tests/check/elements/audioconvert.c: (verify_convert),
8677         (GST_START_TEST):
8678           when a test fails, give an indication of which it is
8679
8680 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8681
8682         * gst-libs/gst/cdda/gstcddabasesrc.c:
8683           compile fix; strtol() needs <stdlib.h>
8684
8685 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8686
8687         * ext/alsa/gstalsamixerelement.c:
8688         * ext/alsa/gstalsasrc.c:
8689         * ext/cdparanoia/gstcdparanoiasrc.c:
8690         * ext/gnomevfs/gstgnomevfssink.c:
8691         * ext/gnomevfs/gstgnomevfssrc.c:
8692         * ext/ogg/gstoggdemux.c:
8693         * ext/ogg/gstoggmux.c:
8694         * ext/ogg/gstoggparse.c:
8695         * ext/ogg/gstogmparse.c:
8696         * ext/pango/gstclockoverlay.c:
8697         * ext/pango/gsttextoverlay.c:
8698         * ext/pango/gsttextrender.c:
8699         * ext/pango/gsttimeoverlay.c:
8700         * ext/theora/theoradec.c:
8701         * ext/theora/theoraenc.c:
8702         * ext/vorbis/vorbisdec.c:
8703         * ext/vorbis/vorbisenc.c:
8704         * gst-libs/gst/audio/gstaudiofilter.c:
8705         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
8706         * gst/audioconvert/gstaudioconvert.c:
8707         * gst/audiorate/gstaudiorate.c:
8708         * gst/audioresample/gstaudioresample.c:
8709         * gst/audiotestsrc/gstaudiotestsrc.c:
8710         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8711         * gst/playback/gstdecodebin.c:
8712         * gst/playback/gstplaybin.c:
8713         * gst/playback/gststreamselector.c:
8714         * gst/subparse/gstsubparse.c:
8715         * gst/tcp/gstmultifdsink.c:
8716         * gst/tcp/gsttcpclientsink.c:
8717         * gst/tcp/gsttcpclientsrc.c:
8718         * gst/tcp/gsttcpserversink.c:
8719         * gst/tcp/gsttcpserversrc.c:
8720         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8721         * gst/videorate/gstvideorate.c:
8722         * gst/videoscale/gstvideoscale.c:
8723         * gst/videotestsrc/gstvideotestsrc.c:
8724         * gst/volume/gstvolume.c:
8725         * sys/v4l/gstv4ljpegsrc.c:
8726         * sys/v4l/gstv4lmjpegsink.c:
8727         * sys/v4l/gstv4lmjpegsrc.c:
8728         * sys/v4l/gstv4lsrc.c:
8729         * sys/ximage/ximagesink.c:
8730         * sys/xvimage/xvimagesink.c:
8731         * tests/check/libs/cddabasesrc.c:
8732           make GstElementDetails const
8733
8734 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8735
8736         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8737         (gst_adder_init):
8738           send events from src-pad to all sink-pads fixes #338657
8739
8740 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
8741
8742         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
8743         (alsasink_parse_spec):
8744           query width capabilities from alsa, fixes #338919
8745
8746 2006-04-28  Wim Taymans  <wim@fluendo.com>
8747
8748         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
8749         (gst_multi_fd_sink_remove_client_link):
8750         * gst/tcp/gstmultifdsink.h:
8751         Fix race condition in multifdsink that can lead to spurious 
8752         duplicate clients. this patch adds a new signal that is fired when
8753         multifdsink has removed all references to the fd.
8754         Fixes #339574.
8755         Updated documentation.
8756         API: client-fd-removed signal added
8757
8758 2006-04-28  Michael Smith  <msmith@fluendo.com>
8759
8760         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
8761           When asking g_value_array_new to prealloc elements, we may as well
8762           ask for the right number of elements.
8763
8764 2006-04-28  Wim Taymans  <wim@fluendo.com>
8765
8766         * gst-libs/gst/audio/gstbaseaudiosink.c:
8767         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
8768         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8769         patch to make timestamp checking more tollerant to rounding 
8770         errors given that real discontinuities are to be marked on
8771         buffers. Fixes some asf files and #338778.
8772         Also avoid some crashers when we receive an event in the 
8773         NULL state.
8774
8775 2006-04-28  Michael Smith  <msmith@fluendo.com>
8776
8777         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
8778         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
8779         (gst_gnome_vfs_src_get_property),
8780         (gst_gnome_vfs_src_send_additional_headers_callback),
8781         (gst_gnome_vfs_src_received_headers_callback),
8782         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
8783         (gst_gnome_vfs_src_stop):
8784         * ext/gnomevfs/gstgnomevfssrc.h:
8785           Remove ICY handling (mostly) from gnomevfssrc, in favour of
8786           proper shared support within icydemux.
8787
8788 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8789
8790         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
8791         (gst_video_rate_swap_prev), (gst_video_rate_chain):
8792           fix up docs
8793           fix a leak when no caps negotiated
8794           fix counting of input frames
8795         * tests/check/elements/.cvsignore:
8796         * tests/check/elements/videorate.c: (assert_videorate_stats),
8797         (GST_START_TEST), (videorate_suite):
8798           add tests for these
8799
8800 2006-04-28  Wim Taymans  <wim@fluendo.com>
8801
8802         * gst-libs/gst/audio/gstringbuffer.c:
8803         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
8804         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
8805         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8806         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8807         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8808         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8809         (gst_ring_buffer_commit), (gst_ring_buffer_read),
8810         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
8811         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
8812         Check arguments passed to public functions instead of
8813         crashing.
8814
8815 2006-04-28  Wim Taymans  <wim@fluendo.com>
8816
8817         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8818         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8819         GstBaseAudioSrc must be live or it does not work.
8820
8821         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
8822         Don't set live to TRUE as this is the default in the parentclass.
8823
8824 2006-04-28  Wim Taymans  <wim@fluendo.com>
8825
8826         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
8827         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
8828         Videoscale doesn't pass on pixel-aspect ratio. Handle all
8829         fixation cases better. Fixes #338991
8830
8831 2006-04-28  Wim Taymans  <wim@fluendo.com>
8832
8833         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
8834         Handle 0/1 framerate correctly Fixes #331901.
8835
8836 2006-04-28  Wim Taymans  <wim@fluendo.com>
8837
8838         * tests/check/elements/audioconvert.c: (get_float_caps),
8839         (GST_START_TEST), (audioconvert_suite):
8840         Added check for correct clipping when doing float samples
8841         in audioconvert.
8842
8843 2006-04-28  Wim Taymans  <wim@fluendo.com>
8844
8845         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
8846         (gst_video_rate_chain):
8847         Print more debugging info.
8848
8849 2006-04-28  Wim Taymans  <wim@fluendo.com>
8850
8851         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
8852         (resample_set_state_from_caps):
8853         Add support for other formats audioresample can handle such as
8854         32 bits in and float and 64 bits float. Fixes #301759
8855
8856 2006-04-28  Wim Taymans  <wim@fluendo.com>
8857
8858         * gst/audioconvert/audioconvert.c: (float):
8859         correctly clip float samples > 1.0. Fixes #338718
8860
8861 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8862
8863         Patch by: Young-Ho Cha  <ganadist at chollian net>
8864
8865         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8866         (gst_text_overlay_render_text):
8867           Don't strip newlines from the text. Also, center lines
8868           within multi-line paragraphs (#339405).
8869
8870 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
8871
8872         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
8873           Fix wavpack typefinding to work in more cases (don't peek
8874           for chunks of multiple hundred kBs at once, but process
8875           things step-by-step in smaller units). Fixes #339786.
8876
8877 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8878
8879         * configure.ac:
8880           back to HEAD
8881
8882 === release 0.10.6 ===
8883
8884 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
8885
8886         * configure.ac:
8887           releasing 0.10.6, "Chao"
8888
8889 2006-04-26  David Schleef  <ds@schleef.org>
8890
8891         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
8892           Fixes #338897.
8893
8894 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8895
8896         * configure.ac:
8897         * win32/common/config.h:
8898           new prerelease
8899
8900 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8901
8902         patch by: Wim Taymans
8903
8904         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8905         (gst_ogg_demux_perform_seek):
8906           make sure correct newsegments are sent, so that the decoder
8907           and the demuxer agree on timestamps.  Fixes playback of a lot
8908           of Ogg files that do not start from 0.  Fixes #339833.
8909
8910 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8911
8912         Patch by: Edward Hervey  <edward@fluendo.com>
8913
8914         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8915         * tests/check/Makefile.am:
8916         * tests/check/elements/videorate.c: (assert_videorate_stats),
8917         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
8918         (videorate_suite), (main):
8919           Fix an infinite loop if frames are passed in with wrongly ordered
8920           timestamps.  Fixes #339013.
8921
8922 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8923
8924         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8925
8926         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8927           fix typefinding on some ISO files.  Fixes #339212.
8928
8929 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8930
8931         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
8932
8933         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8934           add another H264 fourcc.  Fixes #339047.
8935
8936 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8937
8938         Patch by: Jan Schmidt
8939
8940         * gst/playback/gststreamselector.c:
8941         (gst_stream_selector_bufferalloc):
8942           Restore old StreamSelector behaviour.
8943           Fixes #338419.
8944
8945 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8946
8947         * configure.ac:
8948         * win32/common/config.h:
8949           prerelease
8950
8951 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8952
8953         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
8954
8955         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8956         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
8957           Fix some memory leaks: on finalize, free buffers left in the queue
8958           before destroying the queue; in _push(), unref rtp_buf even if
8959           the process vfunc returned a NULL buffer as output buffer (#337548);
8960           demote some recuring debug messages to LOG level.
8961
8962 2006-04-11  Wim Taymans  <wim@fluendo.com>
8963
8964         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8965         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8966         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
8967         (gst_ogg_demux_loop):
8968         More cleanups.
8969         Respect segment stop when emiting EOS or SEGMENT_DONE.
8970         Fixes (#337945).
8971
8972 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
8973
8974         * gst/playback/gststreamselector.c:
8975         (gst_stream_selector_get_property):
8976           Don't leak pad name.
8977
8978 2006-04-10  Michael Smith  <msmith@fluendo.com>
8979
8980         * tests/check/Makefile.am:
8981         * tests/check/gst-plugins-base.supp:
8982           Suppress an old libtheora bug (fixed in more recent versions), so 
8983           that FC4 buildslaves can pass.
8984
8985 2006-04-10  Wim Taymans  <wim@fluendo.com>
8986
8987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
8988         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
8989         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
8990         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
8991         (gst_ogg_demux_loop):
8992         Don't leak events.
8993         Remember what error we got when finding chains, if we
8994         were shutdown, that would not be an error.
8995
8996 2006-04-10  Wim Taymans  <wim@fluendo.com>
8997
8998         * gst-libs/gst/audio/gstbaseaudiosink.c:
8999         (gst_base_audio_sink_event):
9000         Starting the ringbuffer when we did not acquire it can cause
9001         a deadlock, is pointless and causes nasty things for
9002         subclasses. 
9003         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
9004
9005 2006-04-10  Wim Taymans  <wim@fluendo.com>
9006
9007         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
9008         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
9009         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
9010         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
9011         (gst_ogg_demux_deactivate_current_chain),
9012         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9013         (gst_ogg_demux_bisect_forward_serialno),
9014         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
9015         Add some more debugging.
9016
9017 2006-04-10  Wim Taymans  <wim@fluendo.com>
9018
9019         * ext/theora/theoradec.c: (theora_dec_src_event),
9020         (theora_handle_data_packet):
9021         Some more debug info.
9022
9023         * tests/examples/seek/seek.c: (start_seek), (main):
9024         Print element messages too.
9025
9026 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
9027
9028         * gst/audioresample/debug.h:
9029           replace debug macros with variable number of parameters
9030           by a simple alias to gstreamer standard debug macros 
9031          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
9032           supported by MSVC 6.0 and 7.1)
9033         * gst/audioresample/resample.h:
9034           define M_PI and rint for WIN32
9035         * win32/common/libgstaudio.def:
9036         * win32/common/libgstriff.def:
9037         * win32/common/libgsttag.def:
9038         * win32/common/libgstvideo.def:
9039           add new exported functions
9040         * win32/vs6:
9041           update project files
9042
9043 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9044
9045         * ext/alsa/gstalsamixeroptions.c:
9046         (gst_alsa_mixer_options_class_init):
9047         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
9048         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
9049         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
9050         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
9051         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
9052         * gst-libs/gst/audio/gstaudiofilter.c:
9053         (gst_audio_filter_class_init):
9054         * gst-libs/gst/audio/gstaudiosink.c:
9055         (gst_audioringbuffer_class_init):
9056         * gst-libs/gst/audio/gstaudiosrc.c:
9057         (gst_audioringbuffer_class_init):
9058         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
9059         * gst-libs/gst/interfaces/colorbalancechannel.c:
9060         (gst_color_balance_channel_class_init):
9061         * gst-libs/gst/interfaces/mixeroptions.c:
9062         (gst_mixer_options_class_init):
9063         * gst-libs/gst/interfaces/mixertrack.c:
9064         (gst_mixer_track_class_init):
9065         * gst-libs/gst/interfaces/tunerchannel.c:
9066         (gst_tuner_channel_class_init):
9067         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
9068         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9069         (gst_netbuffer_class_init):
9070         * gst-libs/gst/rtp/gstbasertppayload.c:
9071         (gst_basertppayload_class_init):
9072         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9073         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9074         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9075         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
9076         * gst/playback/gststreamselector.c:
9077         (gst_stream_selector_class_init):
9078         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
9079         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
9080         * sys/v4l/gstv4lcolorbalance.c:
9081         (gst_v4l_color_balance_channel_class_init):
9082         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
9083         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
9084         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
9085         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
9086         (gst_v4l_tuner_norm_class_init):
9087         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
9088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
9089         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
9090         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
9091
9092 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9093
9094         * ext/pango/gsttextrender.h:
9095         * gst-libs/gst/audio/gstaudiosink.h:
9096         * gst-libs/gst/audio/gstaudiosrc.h:
9097         * gst-libs/gst/audio/gstbaseaudiosink.h:
9098         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9099         * gst-libs/gst/audio/gstringbuffer.h:
9100         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9101         * gst-libs/gst/rtp/gstbasertppayload.h:
9102         * gst-libs/gst/video/gstvideofilter.h:
9103         * gst-libs/gst/video/gstvideosink.h:
9104         * gst/playback/gstplaybasebin.h:
9105         * gst/tcp/gstmultifdsink.h:
9106         * sys/v4l/gstv4lelement.h:
9107         Fix broken GObject macros
9108
9109 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
9110
9111         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
9112         More debug to trace why my USB headset is not working with gst
9113
9114 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9115
9116         * gst/playback/gstplaybasebin.c: (group_destroy):
9117         Clean up our group elements properly in the case where it never 
9118         got committed - it still got added unconditionally to the bin.
9119
9120 2006-04-07  Wim Taymans  <wim@fluendo.com>
9121
9122         * ext/theora/theoradec.c: (theora_dec_sink_event),
9123         (theora_handle_data_packet), (theora_dec_chain):
9124         Unref unhandled events.
9125         Protect against empty buffers.
9126         Perform QoS on running time.
9127
9128 2006-04-07  Michael Smith  <msmith@fluendo.com>
9129
9130         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
9131         (gst_vorbis_enc_chain):
9132           Remove leaks from vorbisenc.
9133           Mostly minor changes, the only significant one is that now the
9134           buffers we set as 'streamheader' on the caps are copies of the
9135           original buffers, to avoid circular refcounting problems.
9136
9137 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
9138
9139         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
9140           Don't remove our mute-probe if someone else already did so.
9141           Don't set a 2nd one if there is already one pending on the pad.
9142
9143         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
9144         (do_playbin_seek):
9145           When a seek fails, ensure that playbin is still set back to playing.
9146           
9147         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
9148         (mpeg_ts_type_find), (plugin_init):
9149           Add a typefind function for mpeg-ts streams. (Closes: #336617)
9150
9151 2006-04-06  Andy Wingo  <wingo@pobox.com>
9152
9153         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
9154         (gst_video_rate_init): Caps-related parameters should not be reset
9155         by a flush -- move their inits to the instance init function.
9156         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
9157         is not OK, just return the result.
9158
9159         * gst/audiotestsrc/gstaudiotestsrc.c
9160         (gst_audio_test_src_class_init)
9161         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
9162         broken by Stefan's commit on 24 March.
9163
9164         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
9165         buffers being pushed out. Fixes oggmux ! multifdsink.
9166
9167 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
9168
9169         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
9170         (gst_vorbis_dec_init), (vorbis_dec_finalize):
9171         * ext/vorbis/vorbisdec.h:
9172         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
9173         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
9174         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
9175         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
9176         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
9177         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
9178         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
9179         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
9180         (gst_vorbis_enc_buffer_from_packet),
9181         (gst_vorbis_enc_buffer_from_header_packet),
9182         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
9183         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
9184         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
9185         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
9186         (gst_vorbis_enc_change_state):
9187         * ext/vorbis/vorbisenc.h:
9188           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
9189           vorbisenc adhere to the official nomenclature; use boilerplate
9190           macro.
9191
9192 2006-04-04  Andy Wingo  <wingo@pobox.com>
9193
9194         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9195         Whoops, fix bug introduced. Bad hacker!
9196         
9197         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
9198         Properly handle the case where you get EOS before any buffers are
9199         received. Use gst_buffer_make_metadata_writable where appropriate.
9200
9201         * ext/theora/theoradec.c (theora_handle_data_packet): This value
9202         is often negative -- make it signed so as not to wrap around.
9203         Fixes segfaults introduced on 9 March.
9204
9205 2006-04-03  Wim Taymans  <wim@fluendo.com>
9206
9207         * ext/theora/gsttheoradec.h:
9208         * ext/theora/theoradec.c: (theora_dec_src_event):
9209         Don't try to store a gdouble in a gboolean.
9210         Small cleanups.
9211
9212 2006-04-03  Michael Smith  <msmith@fluendo.com>
9213
9214         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
9215           Oggmux sucks.
9216           Make it suck slightly less by writing out the final page.
9217           Still can't encode a vorbis-in-ogg file correctly, though.
9218
9219 2006-04-03  Andy Wingo  <wingo@pobox.com>
9220
9221         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
9222         a g_print.
9223
9224         * ext/theora/theora.c (plugin_init): Register theoraparse.
9225
9226         * ext/theora/gsttheoraparse.h: 
9227         * ext/theora/theoraparse.c: New files implementing a theora
9228         parser. Now we can properly remux ogg/theora+vorbis, yay.
9229
9230         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
9231
9232 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9233
9234         * gst/audiotestsrc/gstaudiotestsrc.c:
9235           Fixed the sample pipeline (see #323798)
9236
9237 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9238
9239         * configure.ac:
9240         * win32/common/config.h:
9241         * win32/common/config.h.in:
9242           use AS_VERSION and AS_NANO
9243           more cleanups
9244
9245 2006-03-31  Andy Wingo  <wingo@pobox.com>
9246
9247         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
9248         uninitialized variable return that would happen.
9249         
9250         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
9251         uninitialized variable return that would never happen.
9252
9253         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
9254         (vorbis_parse_sink_event): Add an event function to flush our
9255         state on a seek, and to drain buffers on a premature EOS.
9256         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
9257         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
9258         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
9259         (vorbis_parse_drain_queue): Queue up buffers until we can set
9260         their timestamps and granulepos values.
9261
9262         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
9263         and keep track of data needed for deriving granulepos and
9264         timestamps for buffers.
9265
9266 2006-03-29  Wim Taymans  <wim@fluendo.com>
9267
9268         Patch by: j^ <j at bootlab dot org>
9269
9270         * ext/alsa/gstalsamixerelement.c:
9271         (gst_alsa_mixer_element_class_init):
9272         * ext/alsa/gstalsasink.c:
9273         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
9274         * ext/ogg/gstoggdemux.c:
9275         * ext/ogg/gstoggmux.c:
9276         * ext/ogg/gstoggparse.c:
9277         * ext/pango/gstclockoverlay.c:
9278         * ext/pango/gsttextoverlay.c:
9279         * ext/pango/gsttextrender.c:
9280         * ext/pango/gsttimeoverlay.c:
9281         * ext/theora/theoradec.c:
9282         * ext/theora/theoraenc.c:
9283         * ext/vorbis/vorbisdec.c:
9284         * ext/vorbis/vorbisenc.c:
9285         * gst/audioconvert/gstaudioconvert.c:
9286         * gst/subparse/gstsubparse.c:
9287         * gst/tcp/gstmultifdsink.c:
9288         * gst/tcp/gsttcpclientsink.c:
9289         * gst/tcp/gsttcpclientsrc.c:
9290         * gst/tcp/gsttcpserversink.c:
9291         * gst/tcp/gsttcpserversrc.c:
9292           better/unified long descriptions
9293           Fixes #336477
9294
9295 2006-03-29  Wim Taymans  <wim@fluendo.com>
9296
9297         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
9298         (stop_seek):
9299         Don't let double and triple clicks mess up our state.
9300
9301 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9302
9303         * gst/playback/gstplaybin.c: (gen_video_element),
9304         (gen_text_element), (gen_audio_element), (gen_vis_element):
9305           Error out gracefully when we can't create any of the usual
9306           conversion elements for some reason. Also, don't try to
9307           create an audioscale (sic) element that's not used anyway.
9308
9309 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
9310
9311         * gst/playback/gstplaybasebin.c: (setup_source):
9312           Don't post RESOURCE_NOT_FOUND error when we can't find a source
9313           element for a particular protocol, that's confusing for users.
9314           Instead, post a RESOURCE_FAILED error, so that our own error
9315           message is actually shown in totem etc. (#336303).
9316
9317 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9318
9319         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9320
9321         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
9322         (gst_gnome_vfs_src_get_icy_metadata):
9323           Fix some minor memory leaks (#336194).
9324
9325 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9326
9327         * ext/gnomevfs/gstgnomevfs.c:
9328         (gst_gnome_vfs_location_to_uri_string):
9329         * ext/gnomevfs/gstgnomevfs.h:
9330         * ext/gnomevfs/gstgnomevfssink.c:
9331         (gst_gnome_vfs_sink_set_property):
9332         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
9333           Make gnomevfssink accept filenames as well as URIs for the
9334           "location" property, just like gnomevfssrc does (and
9335           filesrc/filesink do) (#336190).
9336
9337 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9338
9339         * tests/check/generic/clock-selection.c: (GST_START_TEST):
9340           set to NULL before unreffing, fixes a valgrind leak.
9341           Why was this not triggering the error that an object needs to
9342           be NULL before unreffing ?
9343         * win32/common/config.h:
9344           update
9345
9346 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
9347
9348         * gst/subparse/gstsubparse.c: (convert_encoding),
9349         (gst_sub_parse_change_state):
9350         * gst/subparse/gstsubparse.h:
9351           Text subtitle files may or may not be UTF-8. If it's not, we
9352           don't really want to see '?' characters in place of non-ASCII
9353           characters like accented characters. So let's assume the input
9354           is UTF-8 until we come across text that is clearly not. If it's
9355           not UTF-8, we don't really know what it is, so try the following:
9356           (a) see whether the GST_SUBTITLE_ENCODING environment variable
9357           is set; if not, check (b) if the current locale encoding is
9358           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
9359           the current locale encoding is UTF-8 and the environment variable
9360           was not set to any particular encoding. Not perfect, but better
9361           than nothing (and better than before, I think) (fixes #172848).
9362
9363 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
9364
9365         * configure.ac:
9366           update core requirement to 0.10.4.1 because of async_playback
9367           vmethod on GstBaseSink
9368
9369 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9370
9371         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
9372         * gst/adder/gstadder.c: (gst_adder_init):
9373         use DEBUG_FUNCPTR for collectpads
9374
9375 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
9376
9377         * docs/plugins/Makefile.am:
9378         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9379         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9380         * ext/cdparanoia/gstcdparanoiasrc.c:
9381         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
9382         (gst_gnome_vfs_sink_class_init):
9383         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
9384         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
9385         * ext/ogg/gstoggmux.c:
9386         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
9387         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
9388         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
9389         * ext/pango/gsttextoverlay.c:
9390         * ext/pango/gsttextrender.c:
9391         * ext/theora/theoradec.c:
9392         * ext/theora/theoraenc.c:
9393         * ext/vorbis/vorbisdec.c:
9394         * ext/vorbis/vorbisenc.c:
9395         * gst-libs/gst/audio/gstaudiofilter.c:
9396         (gst_audio_filter_base_init):
9397         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9398         (gst_audio_filter_template_base_init):
9399         * gst/adder/gstadder.c: (gst_adder_get_type):
9400         * gst/adder/gstadder.h:
9401         * gst/audioconvert/gstaudioconvert.c:
9402         * gst/audiotestsrc/gstaudiotestsrc.c:
9403         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9404         (gst_audio_test_src_create):
9405         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9406         * gst/playback/gstdecodebin.c:
9407         * gst/playback/gstplaybin.c:
9408         * gst/playback/gststreamselector.c:
9409         (gst_stream_selector_base_init):
9410         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
9411         * gst/volume/gstvolume.c:
9412         * sys/v4l/gstv4lmjpegsink.c:
9413         * sys/v4l/gstv4lmjpegsrc.c:
9414         * tests/check/libs/cddabasesrc.c:
9415         * tests/old/examples/gob/gst-identity2.gob:
9416           Add docs for adder, use GST_ELEMENT_DETAILS macro,
9417           define GstElementDetails at the top
9418
9419 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
9420
9421         * win32/common/libgstinterfaces.def:
9422         Add a lot of export functions for gst-python
9423         * win32/vs6/libgstinterfaces.dsp:
9424         Add a missing include folder in the project configuration
9425         
9426 2006-03-23  Wim Taymans  <wim@fluendo.com>
9427
9428         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9429         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9430         (gst_base_audio_src_change_state):
9431         Fix audio sources, forgot to make the ringbuffer
9432         startable...
9433
9434 2006-03-23  Wim Taymans  <wim@fluendo.com>
9435
9436         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9437         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
9438         (gst_base_audio_src_change_state):
9439         unparent instead of unref the ringbuffer.
9440
9441 2006-03-23  Wim Taymans  <wim@fluendo.com>
9442
9443         * gst-libs/gst/audio/gstbaseaudiosink.c:
9444         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
9445         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
9446         Implement new async_play vmethod to start slaving and allow
9447         playback start in case of async PLAY state changes. 
9448
9449         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9450         Enable QoS with new method in base class.
9451
9452 2006-03-23  Wim Taymans  <wim@fluendo.com>
9453
9454         Patch by: Julien MOUTTE <julien at moutte dot net>
9455
9456         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
9457         (gst_video_test_src_do_seek), (gst_video_test_src_create):
9458         Partially handle 0 framerate, only EOS after the first frame
9459         is missing.
9460
9461 2006-03-23  Wim Taymans  <wim@fluendo.com>
9462
9463         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
9464
9465         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9466         (gst_riff_create_video_template_caps):
9467         * gst/ffmpegcolorspace/avcodec.h:
9468         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9469         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9470         (gst_ffmpegcsp_avpicture_fill):
9471         * gst/ffmpegcolorspace/imgconvert.c:
9472         Patch for support of YVU9 AVI files (#334822)
9473
9474 2006-03-22  Edward Hervey  <edward@fluendo.com>
9475
9476         * docs/design/design-decodebin.txt:
9477         Added design document for new decodebin
9478         (Target Caps): text/x-pango-markup is also a default target caps.
9479
9480 2006-03-22  Wim Taymans  <wim@fluendo.com>
9481
9482         * gst-libs/gst/audio/gstbaseaudiosink.c:
9483         (gst_base_audio_sink_dispose):
9484         Since we _parent the ringbuffer, we also need to
9485         _unparent instead of a plain _unref.
9486
9487 2006-03-22  Wim Taymans  <wim@fluendo.com>
9488
9489         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
9490         (stop_seek), (scrub_toggle_cb), (main):
9491         Add scrub checkbox.
9492
9493 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9494
9495         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
9496         (gst_ogg_parse_chain):
9497           Fix very inefficient usage of linked lists (#335365).
9498
9499 2006-03-21  Edward Hervey  <edward@fluendo.com>
9500
9501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
9502         * gst/playback/gstplaybin.c: (handoff):
9503         * gst/playback/gststreamselector.c:
9504         (gst_stream_selector_set_property):
9505         gcc 4.1 unreferenced pointer fixes.
9506         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
9507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9508         gst_buffer_ref() now takes a GstBuffer*.
9509
9510 2006-03-20  Julien MOUTTE  <julien@moutte.net>
9511
9512         * sys/xvimage/xvimagesink.c:
9513         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
9514         by Jan Schmidt.
9515
9516 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
9517
9518         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
9519         (id3v1_type_find), (apetag_type_find), (plugin_init):
9520           Can't do tag preferences via probability, as tags would then
9521           lose against types that are recognised with MAXIMUM probability
9522           (like .wav); so let all tag typefinders return MAXIMUM themselves
9523           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
9524           that we can prefer APE to ID3v1 (fixes #335028).
9525           
9526 2006-03-17  Wim Taymans  <wim@fluendo.com>
9527
9528         * gst-libs/gst/audio/gstbaseaudiosink.c:
9529         (gst_base_audio_sink_change_state):
9530         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
9531         (gst_ring_buffer_may_start):
9532         * gst-libs/gst/audio/gstringbuffer.h:
9533         Only start playback if we are playing.
9534         should fix #330748.
9535
9536 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
9537
9538         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
9539         * win32/common/config.h:
9540           Revert accidental commits to these files.
9541
9542 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9543
9544         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
9545
9546         * tests/Makefile.am:
9547           Don't try to build tests in tests/icles if we
9548           don't have X (#323852)
9549
9550 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
9551
9552         * gst-libs/gst/tag/gstid3tag.c:
9553           Add TXXX frame identifiers for replaygain stuff as used
9554           by some taggers (see #323721).
9555
9556 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
9557
9558         * gst/playback/gststreamselector.c:
9559         (gst_stream_selector_set_property),
9560         (gst_stream_selector_bufferalloc):
9561           Preserve the existing buggy streamselector behaviour by performing
9562           a fallback buffer allocation when downstream isn't linked yet.
9563           This should really be fixed in playbin by blocking pads until it's
9564           linked them.
9565           Also, use gst_pad_alloc_buffer instead of
9566           gst_pad_alloc_buffer_and_set.
9567
9568 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9569
9570         * gst-libs/gst/tag/gstid3tag.c:
9571           Don't crash on unknown ID3v2 TXXX frames.
9572           
9573 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
9574
9575         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
9576           Chain up to the parent finalize method.
9577           Add 32-bit sample size to the template caps.
9578
9579         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9580         (gst_riff_create_video_template_caps):
9581           Add the fourcc that the VMWare codec uses.
9582           
9583         * gst/playback/gststreamselector.c:
9584         (gst_stream_selector_set_property),
9585         (gst_stream_selector_bufferalloc),
9586         (gst_stream_selector_request_new_pad):
9587           For the active pad, forward buffer-alloc requests, otherwise
9588           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
9589           having to memcpy every frame when used by playbin.
9590
9591         * gst/tcp/gstmultifdsink.c:
9592         (gst_multi_fd_sink_handle_client_write):
9593           Get negotiated caps from the sink pad, rather than the sink
9594           pad's peer.
9595
9596 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9597
9598         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9599         
9600         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
9601           Don't forget to set src->callbacks_pushed to FALSE again when
9602           popping them, otherwise re-activation in a different mode won't
9603           work (#334620).
9604
9605 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
9606
9607         Patch by: Sebastien Moutte  <sebastien moutte net>
9608
9609         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
9610         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
9611         (gst_ffmpeg_smpfmt_to_caps):
9612           Replace __VA_ARGS__ caps creation macros with varargs functions.
9613           Makes things compile on MSVC (#320765), looks nicer, and we can
9614           tell the compiler to check for the NULL terminator.
9615
9616 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9617
9618         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
9619
9620         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9621           Make sure the buffer we copy into is really always big
9622           enough, this time for real (#333488).
9623           
9624 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9625
9626         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9627           Add support for 24bpp DIB (#305279).
9628
9629 2006-03-14  Wim Taymans  <wim@fluendo.com>
9630
9631         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
9632         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9633         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
9634         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
9635         (gst_video_scale_init), (gst_video_scale_src_event):
9636         Re-enable QoS after the release.
9637         Rework videoscale to use the base class src_event handler.
9638
9639 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
9640
9641         * configure.ac:
9642           back to CVS.
9643
9644 === release 0.10.5 ===
9645
9646 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
9647
9648         * configure.ac:
9649           releasing 0.10.5, "Net"
9650
9651 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
9652
9653         * docs/plugins/Makefile.am:
9654           Part of previous cdparanoiasrc docs fixes, forgot to commit.
9655           
9656 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9657
9658         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9659         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9660         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9661           Add cdparanoiasrc to docs.
9662
9663         * gst-libs/gst/cdda/gstcddabasesrc.c:
9664           More GstCddaBaseSrc docs.
9665
9666 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
9667
9668         * docs/libs/gst-plugins-base-libs-sections.txt:
9669         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
9670         * gst-libs/gst/tag/tag.h:
9671           API: libgsttag: new method gst_tag_from_id3_user_tag().
9672
9673 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9674
9675         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9676           NULL-terminate array of mpeg4 video file extensions.
9677           Fixes crash on PPC (#334226).
9678
9679 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
9680
9681         * ext/gnomevfs/gstgnomevfssrc.c:
9682         (gst_gnome_vfs_src_check_get_range):
9683           gnome_vfs_uri_is_local() alone is not a good indicator
9684           whether we can operate in pull-mode with a specific URI,
9685           as it returns FALSE for file:// URIs that point to an
9686           NFS-mounted path. Be more conservative here: whitelist
9687           local files, blacklist http URIs and use the old
9688           mechanism for anything else (fixes #334216).
9689
9690 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9691
9692         * configure.ac:
9693           back to trunk
9694
9695 === release 0.10.4 ===
9696
9697 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
9698
9699         * configure.ac:
9700           releasing 0.10.4, "Power"
9701
9702 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
9703
9704         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9705         Disable max-lateness by setting it to -1 for now, so that 
9706         we can bed QoS stuff in thoroughly between now and the next
9707         release.
9708
9709 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9710
9711         Patch by: Fabrizio Gennari
9712
9713         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9714           Make sure we don't read beyond the palette buffer in case of
9715           broken or manipulated files (#333488)
9716
9717 2006-03-10  Edward Hervey  <edward@fluendo.com>
9718
9719         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9720         Fix for variable not initialized.
9721
9722 2006-03-09  Wim Taymans  <wim@fluendo.com>
9723
9724         * ext/libvisual/visual.c: (gst_visual_get_type),
9725         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
9726         (gst_visual_chain):
9727         Small cleanups.
9728
9729         * ext/theora/gsttheoradec.h:
9730         * ext/theora/theoradec.c: (gst_theora_dec_init),
9731         (gst_theora_dec_reset), (_theora_granule_time),
9732         (theora_dec_src_convert), (theora_dec_sink_convert),
9733         (theora_dec_src_query), (theora_dec_src_event),
9734         (theora_dec_sink_event), (theora_handle_comment_packet),
9735         (theora_handle_header_packet), (theora_dec_push),
9736         (theora_handle_data_packet), (theora_dec_chain),
9737         (theora_dec_change_state):
9738         Add simple QoS.
9739
9740 2006-03-09  Wim Taymans  <wim@fluendo.com>
9741
9742         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9743         (audiocast_register_listener), (gst_gnome_vfs_src_start):
9744         Some cleanups.
9745
9746 2006-03-09  Wim Taymans  <wim@fluendo.com>
9747
9748         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
9749         Don't try to activate NULL chains.
9750
9751 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9752
9753         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
9754           Fix invalid memory access to region before peek'd data (#332964).
9755
9756 2006-03-09  Wim Taymans  <wim@fluendo.com>
9757
9758         Patch by: Christophe Fergeau
9759
9760         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
9761         * ext/pango/gsttextrender.c: (gst_text_render_init):
9762         * gst/adder/gstadder.c: (gst_adder_init):
9763         Don't leak padtemplates, closes #333510.
9764
9765 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9766
9767         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
9768           Fix invalid memory access: make sure string passed to
9769           regexec() is NUL-termianted.
9770
9771 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9772
9773         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
9774         (mp3_type_find):
9775           Refactor mpeg/audio typefinding to make it more maintainable
9776           and easier to fine-tune. Make probing into middle of the file
9777           work properly (fixes #333900, also see #152688).
9778
9779 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9780
9781         * gst/typefind/gsttypefindfunctions.c:
9782         (utf8_type_find_have_valid_utf8_at_offset):
9783           Remove part from previous commit that was bogus:
9784           g_utf8_validate() does in fact not accept embedded
9785           zeroes, so we don't need to check for those (thanks
9786           to Mike for the hint).
9787
9788 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9789
9790         * gst/typefind/gsttypefindfunctions.c:
9791         (utf8_type_find_count_embedded_zeroes),
9792         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
9793           Make plain/text typefinder more conservative: firstly, check
9794           for embedded zeroes, which are perfectly valid UTF-8 characters,
9795           but also a fairly good sign that something is not a plain text
9796           file; secondly, probe into the middle of the file if possible.
9797           If we can't probe into the middle, limit the probability value
9798           to be returned to TYPE_FIND_POSSIBLE (see #333900).
9799
9800 2006-03-08  Michael Smith  <msmith@fluendo.com>
9801
9802         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9803           Make typefind function name for mpeg4 video unique.
9804
9805 2006-03-08  Wim Taymans  <wim@fluendo.com>
9806
9807         * ext/libvisual/visual.c: (gst_visual_init),
9808         (gst_visual_clear_actors), (gst_visual_dispose),
9809         (gst_visual_reset), (gst_visual_src_setcaps),
9810         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
9811         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
9812         (gst_visual_chain), (gst_visual_change_state):
9813         Cleanups, post nice errors.
9814         Handle sink and src events.
9815         Implement simple QoS.
9816
9817         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
9818         Use new basesink methods to configure max-lateness.
9819         Small doc update.
9820
9821         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9822         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
9823         Debug statement cleanups.
9824
9825         * gst/volume/gstvolume.c: (gst_volume_class_init):
9826         Simple cleanup.
9827
9828 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9829
9830         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
9831         (gst_text_overlay_init), (gst_text_overlay_set_property),
9832         (gst_text_overlay_get_property):
9833           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
9834           as string type properties, but mark them deprecated. Add
9835           'halignment' and 'valignment' properties that use enums
9836           instead of strings.
9837
9838 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
9839
9840         Patch by: Fabrizio Gennari
9841
9842         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9843           Allow palettes with less than 256 colours in AVI files
9844           (#333488)
9845
9846 2006-03-07  Julien MOUTTE  <julien@moutte.net>
9847
9848         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9849         (gst_text_overlay_video_event): Fix wrong EOS handling on text
9850         pad. We were releasing the queued text buffer when we should keep
9851         it until video pad gets EOS or discard the text buffer because it's
9852         too old. That was eating the last subtitle buffer. Add some more
9853         debug.
9854
9855 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9856
9857         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
9858         (gst_text_overlay_video_chain):
9859           Fix invalid memory access (we can't access a buffer after it's been
9860           pushed downstream without taking a reference); fix memory leak (if
9861           there's no text to render, bail out before allocating stuff).
9862
9863 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9864
9865         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
9866         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
9867         * ext/pango/gsttextoverlay.h:
9868           If input is plain text, escape it before passing it to
9869           pango_layout_set_markup().
9870
9871 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9872
9873         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
9874           Don't ignore flow return from gst_pad_push().
9875
9876 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9877
9878         Patch by: Fabrizio Gennari
9879
9880         * ext/libvisual/visual.c: (gst_visual_getcaps),
9881         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
9882         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
9883         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
9884         (gst_vorbisenc_convert_sink):
9885         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9886         (gst_audio_duration_from_pad_buffer):
9887         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
9888         (gst_audio_filter_chain):
9889         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9890         (gst_base_rtp_depayload_setcaps):
9891         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
9892         (gst_video_get_size):
9893         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9894           Don't leak references returned by gst_pad_get_parent()
9895           (#333663)
9896
9897 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
9898
9899         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
9900           change location param details
9901         * gst/volume/gstvolume.c: (plugin_init):
9902           correct plugin description
9903
9904 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9905
9906         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
9907         (gst_gnome_vfs_src_check_get_range):
9908           Override GstBaseSrc::check_get_range() in order to avoid opening
9909           the resource just to check whether we can operate in pull-mode or
9910           not - we can predict that pretty well from the URI alone. Should
9911           fix problems with last.fm (#331690). (Requires latest core CVS).
9912
9913 2006-03-06  Wim Taymans  <wim@fluendo.com>
9914
9915         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
9916         (gst_video_sink_class_init):
9917         Throw away frames that are later than 20 ms.
9918
9919 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
9920
9921         Patch by: Fabrizio Gennari
9922
9923         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9924           Set depth on WMA caps (#333545)
9925
9926 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9927
9928         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9929         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
9930           put Theora BOS pages before others.  This hardcodes
9931           the Ogg/Theora I profile, but hey.
9932
9933 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9934
9935         * ext/ogg/README:
9936           updated with some examples
9937         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
9938         (granulepos_add), (theora_buffer_from_packet):
9939         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
9940         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
9941         (gst_vorbisenc_chain):
9942           implement strategy from ext/ogg/README
9943         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
9944         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
9945         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
9946         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
9947           Fix muxer so that oggz-validate is happy with all streams;
9948           except for no eos mark, and the BOS page ordering
9949         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9950         (check_buffer_granulepos):
9951         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
9952           update tests to check for OFFSET being set as requested
9953           fixed type of granulepos, it's not a ClockTime
9954
9955 2006-03-05  Julien MOUTTE  <julien@moutte.net>
9956
9957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9958         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
9959         Check that the xvimage we are creating has a correct size
9960         before returning it. (#314897)
9961
9962 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9963
9964         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9965           Give id3 and ape tag typefinders a rank slightly higher
9966           than PRIMARY to ensure they're always run before any of
9967           the other typefinders (in particular wav and mp3) (#324186).
9968
9969 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9970
9971         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9972           Add support for '3IVD' fourcc (#333403).
9973
9974 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
9975
9976         * configure.ac:
9977           Bump requirements to GStreamer CVS for the new error enum.
9978
9979         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
9980           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
9981           space left on the device (fixes #333352).
9982
9983 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
9984
9985         * win32/vs6:
9986           add a project file for libgstvolume
9987           update the workspace
9988
9989 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9990
9991         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
9992         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
9993         (GST_START_TEST):
9994           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
9995           Set IN_CAPS on header buffers
9996
9997 2006-03-02  Wim Taymans  <wim@fluendo.com>
9998
9999         * docs/plugins/Makefile.am:
10000         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10001         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10002         Add audioresample to docs.
10003
10004         * gst/audioconvert/gstaudioconvert.c:
10005         Add revision date.
10006
10007         * gst/audioresample/gstaudioresample.c:
10008         (gst_audioresample_base_init), (gst_audioresample_class_init),
10009         (gst_audioresample_init), (gst_audioresample_dispose),
10010         (audioresample_get_unit_size), (audioresample_transform_caps),
10011         (resample_set_state_from_caps), (audioresample_transform_size),
10012         (audioresample_set_caps), (audioresample_event),
10013         (audioresample_do_output), (audioresample_transform),
10014         (audioresample_pushthrough), (gst_audioresample_set_property),
10015         (gst_audioresample_get_property), (plugin_init):
10016         * gst/audioresample/gstaudioresample.h:
10017         Added docs.
10018         Small code cleanups.
10019
10020 2006-03-02  Wim Taymans  <wim@fluendo.com>
10021
10022         * docs/plugins/Makefile.am:
10023         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10024         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10025         Added videoscale to docs.
10026
10027         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
10028         (gst_video_rate_swap_prev), (gst_video_rate_event),
10029         (gst_video_rate_chain):
10030         Fix typo in docs.
10031
10032         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
10033         (gst_video_scale_init), (gst_video_scale_prepare_size),
10034         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10035         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
10036         * gst/videoscale/gstvideoscale.h:
10037         Added docs, examples.
10038         Some code cleanups.
10039         Post errors instead of g_warning.
10040
10041 2006-03-02  Wim Taymans  <wim@fluendo.com>
10042
10043         * docs/libs/gst-plugins-base-libs-docs.sgml:
10044         * docs/libs/gst-plugins-base-libs-sections.txt:
10045         * docs/libs/gst-plugins-base-libs.types:
10046         * docs/plugins/Makefile.am:
10047         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10048         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10049         Added some more docs to libs and plugins.
10050
10051         * gst-libs/gst/audio/gstringbuffer.c:
10052         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
10053         * gst-libs/gst/audio/gstringbuffer.h:
10054         Document ringbuffer some more.
10055
10056         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
10057         (gst_video_rate_setcaps), (gst_video_rate_reset),
10058         (gst_video_rate_init), (gst_video_rate_flush_prev),
10059         (gst_video_rate_swap_prev), (gst_video_rate_event),
10060         (gst_video_rate_chain), (gst_video_rate_change_state):
10061         * gst/videorate/gstvideorate.h:
10062         Fix videorate to use segments.
10063         Make it work with 0/1 framerates (closes #331903)
10064         Handle EOS correctly.
10065         Added docs.
10066
10067 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10068
10069         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
10070         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10071         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
10072           In state change function, first chain up to parent class,
10073           then handle downwards state change stuff. Remove some
10074           commented out cruft from 0.8 code.
10075
10076 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
10077
10078         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10079         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
10080         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
10081         (gst_ogm_parse_chain):
10082           Don't remove/re-add source pad if the new caps are the same as
10083           the old caps anyway (#333042). When removing source pad, don't
10084           unref it afterwards - we didn't ref it when adding. Sprinkle some
10085           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
10086           after using gst_pad_get_parent(). Return downstream flow return
10087           value in chain function.
10088
10089 2006-03-02  Wim Taymans  <wim@fluendo.com>
10090
10091         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10092         * docs/plugins/gst-plugins-base-plugins.args:
10093         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10094         * docs/plugins/gst-plugins-base-plugins.interfaces:
10095         * docs/plugins/gst-plugins-base-plugins.signals:
10096         Fix hierarchy, added some more elements to the docs.
10097
10098         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10099         (gst_ffmpegcsp_get_type):
10100         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10101         Fix docs for ffmpegcolorspace.
10102
10103 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
10104
10105         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
10106         (apetag_type_find), (ape_type_find), (plugin_init):
10107           Some typefinding fine-tuning:
10108           - rank ID3/APE tags in order of preference via probabilities, so that
10109             ID3v2 > APEv2 > APEv1 > ID3v1.
10110           - three or four bytes don't really justify MAXIMUM probability,
10111             change those to 'very likely' (musepack and monkeysaudio).
10112
10113 2006-03-01  Wim Taymans  <wim@fluendo.com>
10114
10115         * docs/plugins/Makefile.am:
10116         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10117         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10118         * ext/alsa/gstalsamixer.c:
10119         * ext/alsa/gstalsamixer.h:
10120         * ext/alsa/gstalsamixerelement.c:
10121         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
10122         * ext/alsa/gstalsamixerelement.h:
10123         * ext/alsa/gstalsasink.c:
10124         * ext/alsa/gstalsasink.h:
10125         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
10126         (gst_alsasrc_init):
10127         * ext/alsa/gstalsasrc.h:
10128         Added alsa docs.
10129         Small code cleanups.
10130
10131 2006-03-01  Wim Taymans  <wim@fluendo.com>
10132
10133         * ext/theora/Makefile.am:
10134         Dist new header too,
10135
10136 2006-03-01  Wim Taymans  <wim@fluendo.com>
10137
10138         * docs/plugins/Makefile.am:
10139         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10140         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10141         * ext/gnomevfs/gstgnomevfssink.h:
10142         * ext/gnomevfs/gstgnomevfssrc.h:
10143         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10144         * ext/vorbis/vorbisdec.h:
10145         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
10146         * ext/vorbis/vorbisenc.h:
10147         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
10148         (vorbis_parse_chain), (vorbis_parse_change_state):
10149         * ext/vorbis/vorbisparse.h:
10150         * gst/audioconvert/gstaudioconvert.h:
10151         * gst/tcp/gsttcpserversink.h:
10152         * gst/videotestsrc/gstvideotestsrc.c:
10153         * gst/videotestsrc/gstvideotestsrc.h:
10154         * gst/volume/gstvolume.c:
10155         * gst/volume/gstvolume.h:
10156         Fix some more docs.
10157         Added docs for vorbisdec and vorbisparse.
10158         Fix vorbisparse.
10159
10160 2006-03-01  Wim Taymans  <wim@fluendo.com>
10161
10162         * docs/plugins/Makefile.am:
10163         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10164         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10165         * ext/pango/gstclockoverlay.h:
10166         * ext/pango/gsttextoverlay.h:
10167         * ext/pango/gsttextrender.h:
10168         * ext/pango/gsttimeoverlay.h:
10169         * ext/theora/gsttheoradec.h:
10170         * ext/theora/gsttheoraenc.h:
10171         * ext/theora/theoradec.c:
10172         * ext/theora/theoraenc.c:
10173         * gst/audioconvert/gstaudioconvert.h:
10174         * gst/audiotestsrc/gstaudiotestsrc.h:
10175         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
10176         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
10177         * gst/tcp/gstmultifdsink.h:
10178         Updated/added documentation.
10179
10180         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
10181         (gst_text_overlay_halign_get_type),
10182         (gst_text_overlay_wrap_mode_get_type),
10183         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
10184         (gst_text_overlay_init), (gst_text_overlay_set_property),
10185         (gst_text_overlay_get_property):
10186         Fix up properties to be enums instead of string to make bindings,
10187         introspection and automatic GUI creation possible.
10188         Add getters for the properties.
10189
10190 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
10191
10192         * gst/audiotestsrc/gstaudiotestsrc.c:
10193           added defines of M_PI and M_PI_2
10194         * gst/ffmpegcolorspace/avcodec.h:
10195           removed #include "stdint.h" for win32 as _stdint.h is 
10196           autogenerated to win32/common
10197         * win32/common/libgstaudio.def:
10198         * win32/common/libgsttag.def:
10199           added some exports
10200         * win32/vs6:
10201           some project files bugs corrected
10202         * win32/vs7:
10203           project files are reset to the default vs7 configuration 
10204           (they link to msvcr71.dll using default optimizations)
10205           
10206 2006-02-28  Wim Taymans  <wim@fluendo.com>
10207
10208         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
10209         Fix some docs.
10210
10211 2006-02-28  Edward Hervey  <edward@fluendo.com>
10212
10213         * ext/alsa/gstalsasrc.c:
10214         Set proper class on the ElementDetails:
10215         Source/Audio instead of Src/Audio/
10216
10217 2006-02-28  Edward Hervey  <edward@fluendo.com>
10218
10219         * gst/videoscale/vs_scanline.c:
10220         (vs_scanline_resample_nearest_RGBA):
10221         Revert optimization in videoscale. It should go in liboil and have
10222         an appropriate liboil function.
10223
10224 2006-02-28  Wim Taymans  <wim@fluendo.com>
10225
10226         * gst-libs/gst/audio/gstbaseaudiosink.c:
10227         (gst_base_audio_sink_provide_clock):
10228         Don't try to provide a clock in the NULL state.
10229
10230 2006-02-28  Wim Taymans  <wim@fluendo.com>
10231
10232         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10233         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
10234         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10235         (gst_ogg_demux_deactivate_current_chain),
10236         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
10237         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
10238         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
10239         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10240         Use GstSegment infrastructure to remove duplicated code
10241         and handle more seek cases correctly.
10242
10243 2006-02-28  Wim Taymans  <wim@fluendo.com>
10244
10245         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10246         (gst_ffmpegcsp_transform):
10247         Don't ignore return code from ffmpeg convert function.
10248
10249         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
10250         Split out some long statements to ease debugging.
10251
10252 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
10253
10254         * ext/libvisual/visual.c: (gst_visual_init),
10255         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
10256         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
10257         being able to renegotiate the size. Instead, use the negotiation
10258         algorithm from the goom plugin to pick an initial output caps. 
10259
10260         Also, allow theoretical libvisual plugins that might support non-GL 
10261         output even if they also do GL.
10262
10263 2006-02-26  Julien MOUTTE  <julien@moutte.net>
10264
10265         * ext/libvisual/visual.c: (gst_visual_init),
10266         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
10267         (plugin_init): Load only non GL plugins. Fix some memleaks and 
10268         possible negotiation issues.
10269
10270 2006-02-25  Julien MOUTTE  <julien@moutte.net>
10271
10272         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
10273
10274 2006-02-24  Michael Smith  <msmith@fluendo.com>
10275
10276         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
10277         (cmml_type_find), (plugin_init):
10278           Fix CMML type find function to not require a specific minor version
10279           of the CMML header.
10280
10281           Add an MPEG4 video elementary stream typefind function.
10282
10283 2006-02-04  Michael Smith  <msmith@fluendo.com>
10284
10285         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
10286         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
10287         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
10288         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
10289         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
10290         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
10291           Annodex support in ogg demuxer. Doesn't do very much without the
10292           other annodex patches (to come).
10293
10294 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10295
10296         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
10297
10298         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10299           Pick up palette for MS video v1 (#327028)
10300
10301 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10302
10303         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10304         (gst_ffmpegcsp_caps_remove_format_info),
10305         (gst_ffmpegcsp_get_unit_size):
10306           The 'palette_data' field from incoming RGB caps shouldn't be
10307           proxied on outgoing YUV caps; also, restrict unit size
10308           adjustment in case of paletted data only to the unit that
10309           actually has a palette. Fixes #330711.
10310
10311 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10312
10313         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10314         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
10315         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
10316         (gst_ffmpegcsp_get_unit_size):
10317           Plug some memory leaks.
10318
10319 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10320
10321         * sys/ximage/Makefile.am:
10322         * sys/xvimage/Makefile.am:
10323           Add some _CFLAGS and _LIBS that seem to be missing
10324           and/or required for Cygwin (see #317048).
10325
10326 2006-02-22  Wim Taymans  <wim@fluendo.com>
10327
10328         * ext/alsa/gstalsasrc.c:
10329         Fix description as pointed out by caugier.
10330
10331 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
10332
10333         Reviewed by : Edward Hervey  <edward@fluendo.com>
10334
10335         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10336         (qt_type_find):
10337         Better 3gp typefinding (#331526).
10338
10339 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10340
10341         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10342           Don't send EOS event here, the base class will send one for us.
10343
10344         * gst/playback/gstplaybasebin.c: (prepare_output):
10345           Subpictures without video stream aren't allowed either.
10346         
10347         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
10348           Fix debug statement copy'n'paste-o.
10349
10350 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
10351
10352         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
10353           Fix issues with mixer keeping state when muting/unmuting
10354           and when changing the volume whilst muted (see #331763
10355           and #331765).
10356
10357 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10358
10359         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
10360         (parse_subrip), (gst_sub_parse_format_autodetect):
10361           Set right caps given that we send escaped text. Also,
10362           honour <i></i>, <b></b> and <u></u> markers that can be found
10363           in .srt files (fixes #310202).
10364
10365 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
10366
10367         * gst-libs/gst/audio/mixerutils.c:
10368         (element_factory_rank_compare_func):
10369           Make order in which elements are tried more determinable.
10370
10371 2006-02-20  Julien MOUTTE  <julien@moutte.net>
10372
10373         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
10374         (remove_element_chain), (cleanup_decodebin),
10375         (gst_decode_bin_change_state): Make decodebin reusable by
10376         fixing remove_element_chain first and then introduce a
10377         cleaner in state change to ->NULL. (Closes #331678)
10378
10379 2006-02-19  Wim Taymans  <wim@fluendo.com>
10380
10381         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
10382         use 0666 mask when creating files so umask gets applied
10383         correctly. Fixes #331295.
10384
10385 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10386
10387         * gst/subparse/Makefile.am:
10388         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
10389         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
10390         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
10391         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
10392         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
10393         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
10394         * gst/subparse/gstssaparse.h:
10395         * gst/subparse/gstsubparse.c: (plugin_init):
10396           Add very basic parser for SSA subtitle streams (as often
10397           found in matroska files).
10398
10399 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
10400
10401         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
10402           That should be text/x-pango-markup, not text/x-pango-layout.
10403
10404 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10405
10406         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
10407         Polishing.
10408
10409 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10410
10411         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10412         (gst_text_overlay_finalize), (gst_text_overlay_init),
10413         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10414         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10415         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10416         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10417         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10418         Fix state change deadlock.
10419
10420 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10421
10422         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10423         (gst_text_overlay_finalize), (gst_text_overlay_init),
10424         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10425         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10426         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
10427         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
10428         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
10429         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
10430         and subtitles files.
10431
10432 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10433
10434         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
10435         should be considered as raw.
10436
10437 2006-02-19  Julien MOUTTE  <julien@moutte.net>
10438
10439         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10440         (cb_probe):
10441         * gst/playback/gststreaminfo.h: Introduce language informations.
10442
10443 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
10444
10445         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10446         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10447         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10448         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
10449         Set shared memory segments to be deleted as soon as we have attached,
10450         that way they get cleaned up automatically if we crash.
10451
10452 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10453
10454         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
10455         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
10456         functions are called with lock held.
10457
10458 2006-02-18  Julien MOUTTE  <julien@moutte.net>
10459
10460         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
10461         (gst_text_overlay_finalize), (gst_text_overlay_init),
10462         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
10463         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
10464         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10465         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10466         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10467         (gst_text_overlay_change_state): Refactoring of textoverlay
10468         without collectpads. This now supports sparse subtitles coming
10469         from a demuxer instead of a sub file. Seeking is still broken 
10470         though. Need to discuss with wtay some more on how to handle
10471         seeking correctly.
10472         * ext/pango/gsttextoverlay.h:
10473         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
10474         subtitles coming from the demuxer.
10475
10476 2006-02-17  Wim Taymans  <wim@fluendo.com>
10477
10478         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
10479         (gst_vorbisenc_convert_sink):
10480         Use some more scaling functions.
10481
10482 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
10483
10484         * ext/cdparanoia/gstcdparanoiasrc.c:
10485         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
10486         (gst_cd_paranoia_paranoia_callback),
10487         (gst_cd_paranoia_src_signal_is_being_watched),
10488         (gst_cd_paranoia_src_read_sector):
10489         * ext/cdparanoia/gstcdparanoiasrc.h:
10490           Add back 'transport-error' and 'uncorrected-error' signals and
10491           make them actually be fired when bad stuff happens (#319340).
10492
10493 2006-02-17  Wim Taymans  <wim@fluendo.com>
10494
10495         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
10496         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10497         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
10498         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
10499         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
10500         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
10501         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
10502         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
10503         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
10504         (gst_ring_buffer_clear):
10505         Small cleanups.
10506         Added some G_LIKELY.
10507
10508 2006-02-17  Wim Taymans  <wim@fluendo.com>
10509
10510         * gst-libs/gst/audio/TODO:
10511         Update TODO
10512
10513         * gst-libs/gst/audio/gstbaseaudiosink.c:
10514         (gst_base_audio_sink_get_offset):
10515         When trying to play samples ASAP and we don't have a
10516         previous sample, try to play at position 0 instead of
10517         an invalid position.
10518
10519 2006-02-17  Wim Taymans  <wim@fluendo.com>
10520
10521         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
10522         (gst_alsasink_reset):
10523         Also release lock when we get an error in _reset();
10524         fix an error message.
10525
10526 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10527
10528         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10529         (gst_alsasink_init), (get_channel_free_structure),
10530         (caps_add_channel_configuration), (gst_alsasink_getcaps),
10531         (gst_alsasink_close):
10532         * ext/alsa/gstalsasink.h:
10533           Add support for more than 2 channels (#326720).
10534
10535 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10536
10537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
10538           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
10539           with 4 or 6 channels, assume a default channel layout to make things
10540           work (not sure there's anything else we can do in those cases).
10541
10542 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10543
10544         * gst-libs/gst/audio/multichannel.c:
10545           Minor docs fix.
10546
10547         * gst-libs/gst/riff/Makefile.am:
10548         * gst-libs/gst/riff/riff-ids.h:
10549         * gst-libs/gst/riff/riff-media.c:
10550         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
10551           Add support for WAVEFORMATEX, eg. PCM audio with more than two
10552           channels and a channel layout map.
10553           
10554 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
10555
10556         Reviewed by Edward Hervey  <edward@fluendo.com>
10557
10558         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
10559         C-level optimization of the RGBA nearest neighbour function.
10560         Eventually this might end up in liboil with vectorized versions.
10561
10562 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10563
10564         * gst-libs/gst/audio/multichannel.c:
10565         (gst_audio_get_channel_positions):
10566           When we have more than 2 channels, but no channel layout is
10567           specified in the caps, return some default channel layout
10568           to the caller and warn about about a possibly buggy element
10569           (could be buggy filtercaps as well of course) (#317038).
10570
10571 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10572
10573         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10574           Add gst-libs/gst/cdda to list of lib search paths.
10575
10576 2006-02-15  Andy Wingo  <wingo@pobox.com>
10577
10578         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
10579         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
10580         to the Lord Jesus that I do not have to touch the ogg muxer ever
10581         again.
10582
10583 2006-02-15  Edward Hervey  <edward@fluendo.com>
10584
10585         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10586         quicktime movie files can also contain 'uuid' atoms.
10587
10588 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
10589
10590         * gst/audioconvert/plugin.c: (plugin_init):
10591           Register the GstAudioChannelPosition enum type with the type
10592           system in the plugin_init function, so that it is known before
10593           any element actually makes use of multi-channel stuff. This is
10594           required for example if one wants to be able to deserialise/use
10595           a caps string with channel positions before any pipeline has
10596           been setup and started, like with gst-launch.
10597
10598 2006-02-14  Wim Taymans  <wim@fluendo.com>
10599
10600         * gst-libs/gst/audio/gstringbuffer.c:
10601         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
10602         (gst_ring_buffer_samples_done), (wait_segment),
10603         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
10604         Add some compiler G_(UN_)LIKELY help.
10605         SIGNAL the ringbuffer waiters when going to PAUSED as well to
10606         make sure they can exit their functions. Should fix #330748
10607
10608 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10609
10610         * Makefile.am:
10611         * configure.ac:
10612         * win32/MANIFEST:
10613         * win32/common/_stdint.h:
10614           Windows does not have long long; copy the generated _stdint.h
10615         * win32/common/interfaces-enumtypes.c:
10616         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
10617         (gst_mixer_track_flags_get_type),
10618         (gst_tuner_channel_flags_get_type):
10619         * win32/common/multichannel-enumtypes.c:
10620         (gst_audio_channel_position_get_type):
10621           update
10622
10623 2006-02-13  Wim Taymans  <wim@fluendo.com>
10624
10625         * gst-libs/gst/audio/gstbaseaudiosink.c:
10626         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
10627         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10628         Always sync on first sample we receive when starting.
10629
10630 2006-02-13  Wim Taymans  <wim@fluendo.com>
10631
10632         * gst/playback/gstplaybin.c: (gen_vis_element):
10633         Update vis bin docs.
10634         Move queue after tee so we don't queue video buffers but
10635         audio samples instead. Fixes problems where the video queue
10636         is filled and the audio queue empty.
10637
10638 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
10639
10640         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10641           No need to push an EOS event here, GstBaseSrc will do that for us
10642           when we return FLOW_UNEXPECTED.
10643           
10644 2006-02-12  Wim Taymans  <wim@fluendo.com>
10645
10646         * gst-libs/gst/audio/gstbaseaudiosink.c:
10647         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
10648         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
10649         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10650         Use scale functions when possible.
10651         Fix error messages.
10652         Free clockid when after waiting for EOS.
10653         Use G_(UN_)LIKLY when it makes sense.
10654         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
10655
10656 2006-02-12  Edward Hervey  <edward@fluendo.com>
10657
10658         * gst/playback/gstplaybasebin.c: (prepare_output): 
10659         Remove stray semi-colon (fixes #330888).
10660
10661 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
10662
10663         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
10665         Fix up the XShm call testing so that we catch errors, and don't
10666         cause new ones by attempting to detach from a segment we failed
10667         to attach to. Fixes #312439.
10668
10669 2006-02-10  Edward Hervey  <edward@fluendo.com>
10670
10671         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10672         Added flv file typefind (video/x-flv).
10673
10674 2006-02-10  Edward Hervey  <edward@fluendo.com>
10675
10676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10677         (gst_riff_create_video_template_caps):
10678         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
10679         Also added the caps to the default set of riff video caps.
10680
10681 2006-02-09  Andy Wingo  <wingo@pobox.com>
10682
10683         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
10684         time and the end time of the last packet in the page.
10685         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
10686         on the pages in our queue, set the duration as well. Reflow a
10687         debug statement.
10688         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
10689         Fixes bad muxing order.
10690
10691 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10692
10693         * gst-libs/gst/rtp/gstbasertppayload.c:
10694         (gst_basertppayload_setcaps), (gst_basertppayload_push):
10695           update seqnum before setting it on the packet; this makes sure
10696           that the timestamp and seqnum properties match after pushing
10697           a buffer
10698
10699 2006-02-09  Andy Wingo  <wingo@pobox.com>
10700
10701         * gst-libs/gst/audio/gstringbuffer.c
10702         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
10703         overflow after 13.5 hours of recording. Kapow!
10704
10705         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
10706         the buffer size -- we don't care about underrun/overrun reporting
10707         right now, just need to return a useful value.
10708
10709 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
10710
10711         * configure.ac:
10712           Back to CVS
10713
10714 === release 0.10.3 ===
10715
10716 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
10717
10718         * configure.ac:
10719           releasing 0.10.3, "Under Pressure"
10720
10721 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10722
10723         * configure.ac:
10724         Drat. Bump libtool version number for new API.
10725         Prelease 0.10.2.3 (of 0.10.3)
10726
10727 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10728
10729         * configure.ac:
10730         * win32/common/config.h:
10731         0.10.2.2 prerelease (of 0.10.3).
10732
10733 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
10734
10735         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
10736           Revert Andy's newsegment change pending a more correct
10737           fix.
10738
10739 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
10740
10741         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10742         (qt_type_find), (plugin_init):
10743           detect more files as 3gp
10744           group and reorder the iso file formats
10745
10746 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10747
10748         * ext/vorbis/vorbis.c: (plugin_init):
10749           Register musicbrainz tags, so apps don't have to.
10750
10751 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10752
10753         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
10754         (gst_tag_to_vorbis_tag):
10755           Make sure we called gst_tag_register_musicbrainz_tags()
10756           before possibly mapping a vorbiscomment string from/to a
10757           musicbrainz tag.
10758
10759 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10760
10761         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
10762           In case we can't find the required number of consecutive
10763           mpeg audio frames to positively identify an MPEG audio
10764           stream, check if there's at least a valid mpeg audio
10765           frame right at offset 0 and if so suggest mpeg/audio
10766           caps with a very low probability (#153004).
10767
10768 2006-02-07  Andy Wingo  <wingo@pobox.com>
10769
10770         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
10771         a TIME segment if we get timestamped buffers. Requires recent
10772         fixes in core to work properly.
10773
10774 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10775
10776         * gst/playback/gstplaybasebin.c: (prepare_output):
10777           Don't print the URI as part of the error message, it
10778           makes error dialogs look rather ugly, especially if
10779           the URI is very long or has characters in it that
10780           need escaping.
10781
10782 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10783
10784         * gst/playback/gstplaybasebin.c: (prepare_output):
10785           Error out if we have only text or subtitles, but nothing
10786           else. Also error out if we have subtitles but no video
10787           stream.
10788
10789 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10790
10791         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
10792           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
10793           Post an error message on the bus when we encounter an
10794           error, which will hopefully be more meaningful than the
10795           'Internal Flow Error' message users get to see if we
10796           just return GST_FLOW_ERROR.
10797
10798 2006-02-07  Andy Wingo  <wingo@pobox.com>
10799
10800         * configure.ac (GST_MAJORMINOR): Update core version req to
10801         0.10.2.2, for the collectpads API addition (#330244).
10802
10803 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10804
10805         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10806           Return FALSE from plugin_init() when GnomeVFS can't
10807           be initialised for some reason (#328423).
10808
10809 2006-02-06  Julien MOUTTE  <julien@moutte.net>
10810
10811         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
10812         Stick to seeking theory until i find the bug.
10813         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
10814
10815 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10816
10817         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10818         (theora_enc_finalize), (theora_enc_sink_setcaps),
10819         (theora_set_header_on_caps), (theora_enc_chain),
10820         (theora_enc_change_state):
10821         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
10822           Make theoraenc and the tests leak free. Like, really.
10823
10824 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
10825
10826         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
10827         (theora_enc_finalize), (theora_enc_sink_setcaps):
10828           Add a finalize method to ensure we clean up state even if
10829           someone omitted the state change back to NULL.
10830
10831         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
10832         (gst_vorbisenc_chain):
10833           Free some more leaked bits.
10834
10835         * tests/check/pipelines/theoraenc.c: (start_pipeline),
10836         (stop_pipeline):
10837           Wait for state changes to happen if they're ASYNC.
10838
10839           This ought to teach those fancy pants buildbots a lesson.
10840
10841 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10842
10843         * gst-libs/gst/tag/gstid3tag.c:
10844           Add mapping for ID3 International Standard Recording Code
10845           tag "TSRC"
10846
10847 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
10848
10849         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
10850           Don't leak tag names.
10851
10852 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10853
10854         * docs/libs/gst-plugins-base-libs-docs.sgml:
10855         * docs/libs/gst-plugins-base-libs-sections.txt:
10856         * gst-libs/gst/tag/gstid3tag.c:
10857         * gst-libs/gst/tag/gstvorbistag.c:
10858         * gst-libs/gst/tag/tags.c:
10859           Split libgsttag docs into multiple sections.
10860
10861 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10862
10863         * docs/libs/Makefile.am:
10864         * docs/libs/gst-plugins-base-libs-docs.sgml:
10865         * docs/libs/gst-plugins-base-libs-sections.txt:
10866         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
10867         * gst-libs/gst/tag/gstvorbistag.c:
10868         * gst-libs/gst/tag/tag.h:
10869         * gst-libs/gst/tag/tags.c:
10870           Add libgsttag to the docs.
10871
10872 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10873
10874         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
10875         (gst_text_overlay_init), (gst_text_overlay_src_event),
10876         (gst_text_overlay_collected): Fix clockoverlay.
10877
10878 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10879
10880         * docs/libs/compiling.sgml:
10881           Fix typo: it's pkg-config, not pkg-gconfig
10882
10883         * docs/libs/gst-plugins-base-libs-docs.sgml:
10884         * docs/libs/gst-plugins-base-libs-sections.txt:
10885         * docs/libs/tmpl/gstgconf.sgml:
10886           There is no libgstgconf in 0.10, remove it
10887           from the docs.
10888
10889 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10890
10891         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
10892         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10893         (gst_text_overlay_src_event), (gst_text_overlay_collected):
10894         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10895         (gst_sub_parse_class_init), (gst_sub_parse_init),
10896         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
10897         (parse_mpsub), (parser_state_init), (handle_buffer),
10898         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
10899         * gst/subparse/gstsubparse.h: Introduce seeking code.
10900
10901 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10902
10903         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10904           Add comment about LANGUAGE tag inconsistency (we want
10905           ISO-639-1, but extract three-letter identifiers?)
10906
10907         * po/POTFILES.in:
10908           Add two translatable files.
10909
10910 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10911
10912         * gst-libs/gst/tag/Makefile.am:
10913         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10914         * gst-libs/gst/tag/tag.h:
10915         * gst-libs/gst/tag/tags.c:
10916         (gst_tag_register_musicbrainz_tags_internal),
10917         (gst_tag_register_musicbrainz_tags):
10918           Forward-port some tags stuff from the 0.8 branch. This is
10919           mostly the addition of musicbrainz tags and their mapping
10920           to vorbistags, and a vorbistag mapping of the language tag.
10921
10922 2006-02-05  Julien MOUTTE  <julien@moutte.net>
10923
10924         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
10925         refactoring.
10926
10927 2006-02-04  David Schleef  <ds@schleef.org>
10928
10929         * ext/ogg/gstoggmux.c:
10930         * gst/typefind/gsttypefindfunctions.c:
10931           Add Dirac typefinding and add dirac format to oggmux.
10932
10933 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10934
10935         * gst/playback/gstdecodebin.c: (try_to_link_1):
10936           Don't put essential function call into
10937           g_return_*() macro, otherwise it'll all be
10938           replaced by NOOPs when compiling with
10939           G_DISABLE_CHECKS defined.
10940
10941 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
10942
10943         * ext/ogg/gstoggdemux.c:
10944         * ext/ogg/gstoggparse.c:
10945         * gst/tcp/gsttcpserversink.c:
10946         * sys/v4l/v4lsrc_calls.c:
10947         * sys/v4l/v4lsrc_calls.h:
10948         Just make it compile with --disable-gst-debug.
10949
10950 2006-02-03  Wim Taymans  <wim@fluendo.com>
10951
10952         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
10953         (gst_alsasink_class_init), (gst_alsasink_init),
10954         (gst_alsasink_write), (gst_alsasink_reset):
10955         * ext/alsa/gstalsasink.h:
10956         Add lock to protect alsa calls.
10957         Implement reset to flush samples ASAP, does not work
10958         with dmix though.
10959
10960 2006-02-02  Wim Taymans  <wim@fluendo.com>
10961
10962         * gst-libs/gst/audio/gstbaseaudiosink.c:
10963         (gst_base_audio_sink_provide_clock):
10964         Ugh.. getting late I guess...
10965
10966 2006-02-02  Wim Taymans  <wim@fluendo.com>
10967
10968         * gst-libs/gst/audio/gstbaseaudiosink.c:
10969         (gst_base_audio_sink_provide_clock),
10970         (gst_base_audio_sink_set_property),
10971         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
10972         Don't try to provide a clock when we are not negotiated since
10973         we might not be able to make it run.
10974
10975 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10976
10977         * gst/playback/gstdecodebin.c: (try_to_link_1):
10978           Unlinking two source pads is ... hard.
10979
10980 2006-02-02  Wim Taymans  <wim@fluendo.com>
10981
10982         * gst-libs/gst/audio/TODO:
10983         Updated.
10984
10985         * gst-libs/gst/audio/gstbaseaudiosink.c:
10986         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
10987         On EOS, wait till the last sample is played before posting EOS.
10988
10989 2006-02-01  Philippe Kalaf <burger at speedy dot org>
10990
10991         Patch by: Kai Vehmanen
10992         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10993           Adds ability to enable newsegment bypass by setting queue_delay to
10994           zero. Also avoid thread being started if queue_delay is zero.
10995
10996 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10997
10998         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
10999           Make test work again by connecting fakesinks to each decoded pad,
11000           which makes the pipeline wait until each fakesink has a buffer
11001           queued before going to PAUSED state. At that point we know the
11002           decodebin pads are negotiated.
11003
11004 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11005
11006         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
11007         (gst_cdda_base_src_handle_event):
11008         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
11009           Pass unhandled queries to the parent class's query function.
11010
11011 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11012
11013         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
11014         (gst_ogg_pad_src_query):
11015         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11016         * ext/theora/theoradec.c: (theora_dec_src_query),
11017         (theora_dec_sink_query):
11018         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11019         (vorbis_dec_sink_query):
11020         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
11021         (gst_vorbisenc_sink_query):
11022         * gst/adder/gstadder.c: (gst_adder_query):
11023           Pass unhandled queries upstream instead of just
11024           dropping them (#326447). Also, fix supported
11025           query types list for some elements.
11026
11027 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11028
11029         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
11030         (paris_type_find), (ilbc_type_find), (plugin_init):
11031           Fix typefinding for audio/x-au, audio/x-paris and
11032           audio/iLBC-sh. We cannot use the START_WITH macros
11033           here, because there can only be one typefind factory
11034           with the same name (caps), so the second one would
11035           replace the first one and the first one would never
11036           be called when doing typefinding (see #161712).
11037           
11038
11039 2006-01-31  Wim Taymans  <wim@fluendo.com>
11040
11041         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
11042         (vorbis_handle_header_packet), (vorbis_dec_push),
11043         (vorbis_handle_data_packet):
11044         Use scale_int when we can, add some more scaling.
11045         Check packettype before parsing it.
11046
11047 2006-01-31  Wim Taymans  <wim@fluendo.com>
11048
11049         * ext/theora/theoradec.c: (_theora_granule_time),
11050         (theora_dec_src_convert), (theora_dec_sink_convert):
11051         Call right _scale functions.
11052         Use parameter instead of some other random value.
11053
11054 2006-01-31  Wim Taymans  <wim@fluendo.com>
11055
11056         * ext/theora/theoradec.c: (_theora_granule_frame),
11057         (_theora_granule_time), (_inc_granulepos),
11058         (theora_dec_src_convert), (theora_dec_sink_convert),
11059         (theora_handle_type_packet), (theora_handle_data_packet),
11060         (theora_dec_chain):
11061         Use higher precision timestamps calculation.
11062         Convert some other conversions to _scale.
11063
11064 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
11065
11066         * gst/audiotestsrc/gstaudiotestsrc.c:
11067         (gst_audio_test_src_create_sine_table), (plugin_init):
11068         * gst/volume/gstvolume.c: (plugin_init):
11069           initialize gst_controller before using
11070
11071 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11072
11073         * tests/check/pipelines/theoraenc.c:
11074         * tests/check/pipelines/vorbisenc.c:
11075         Define constant using G_GINT64_CONSTANT to avoid errors when
11076         passing it around - otherwise it gets truncated to 32 bits.
11077
11078         Fixes failing tests.
11079
11080 2006-01-31  Andy Wingo  <wingo@pobox.com>
11081
11082         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
11083         caps being set doesn't have a framerate value. Basically a stopgap
11084         measure.
11085
11086         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
11087         technically correct enough to put into core though.
11088         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
11089         DURATION. Fixes theoraenc ! oggmux.
11090
11091         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
11092         fraction, not double.
11093
11094 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
11095
11096         * win32/vs7:
11097         add vs7 project files created by Sergey Scobich
11098
11099 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
11100
11101         * win32/vs8:
11102         add vs8 project files created by Sergey Scobich
11103         
11104 2006-01-30  Andy Wingo  <wingo@pobox.com>
11105
11106         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
11107         timestamp + duration, not just timestamp -- ogg pages should be
11108         ordered by stop time. Necessary fix given the change in vorbis
11109         timestamps.
11110
11111         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
11112         (gst_theora_enc_init): Pull the granule shift out of the encoder.
11113         (granulepos_add): New function, handles the messiness of adjusting
11114         granulepos values.
11115         (theora_buffer_from_packet):
11116         (theora_enc_chain):
11117         (theora_enc_sink_event): Use granulepos_add, not +.
11118
11119         * tests/check/pipelines/theoraenc.c
11120         (check_buffer_granulepos_from_starttime): Just check the frame
11121         count, not the actual granulepos -- we can't dictate to the
11122         encoder when it should be placing keyframes.
11123
11124 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11125
11126         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11127           SERVICE_NOT_AVAILABLE happens for example when you're trying to
11128           play an http:// stream from a server that's not serving
11129
11130 2006-01-30  Andy Wingo  <wingo@pobox.com>
11131
11132         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
11133         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
11134         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
11135         available.
11136
11137         * ext/theora/gsttheoraenc.h:
11138         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
11139         although theoraenc was timestamping correctly. Added handling of
11140         streams that start with nonzero timestamps.
11141
11142         * tests/check/Makefile.am:
11143         * tests/check/pipelines/theoraenc.c: New file, basically does same
11144         tests as vorbisenc.
11145
11146         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
11147
11148 2006-01-30  Wim Taymans  <wim@fluendo.com>
11149
11150         * gst-libs/gst/audio/gstaudiosink.c:
11151         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
11152         (gst_audioringbuffer_pause):
11153         Implement pause that does not wait for completion.
11154
11155         * gst-libs/gst/audio/gstbaseaudiosink.c:
11156         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11157         Don't drop buffers when going to PAUSED but perform preroll on
11158         remaining samples now that core base class supports this.
11159
11160         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
11161         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
11162         (gst_ring_buffer_commit):
11163         Pause should not signal waiters.
11164         Implement return value of _commit correctly.
11165
11166 2006-01-30  Andy Wingo  <wingo@pobox.com>
11167
11168         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
11169
11170         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
11171         updated to timestamp from the first sample, not the last.
11172         (gst_vorbisenc_buffer_from_header_packet): New function, takes
11173         special care of granulepos and timestamp for header packets.
11174         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
11175         when the first buffer has a nonzero timestamp.
11176
11177         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
11178         (GstVorbisEnc.subgranule_offset): New members. Take care of the
11179         case when the first audio buffer we get has a nonzero timestamp.
11180         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
11181         properly timestamp vorbis buffers with the time of the first
11182         sample, not the last.
11183         
11184         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
11185         vorbis_granule_time_copy -- now it takes the granule/subgranule
11186         offset into account.
11187
11188         * tests/check/pipelines/vorbisenc.c: New test for correctness of
11189         timestamps, durations, and granulepos on buffers produced by
11190         vorbisenc.
11191
11192 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
11193
11194         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11195         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11196           Patch from Eric Jonas to support conversions to/from UYVY 
11197           (Fixes: #324626)
11198
11199 2006-01-30  Julien MOUTTE  <julien@moutte.net>
11200
11201         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
11202         (setup_subtitle), (setup_source), (set_active_source):
11203         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11204         (gen_text_element), (gen_audio_element), (gen_vis_element),
11205         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
11206
11207 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
11208
11209         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
11210         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
11211                 use gst_guint64_to_gdouble to be compliant with vs6
11212         * gst/playback/gstdecodebin.c: (try_to_link_1)
11213         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
11214                 use G_GINT64_CONSTANT for int64 constants
11215         * win32/common/libgstinterfaces.def:
11216                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
11217         * win32/vs6:
11218                 update and add new project files
11219                 
11220 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11221
11222         * Makefile.am:
11223         * win32/MANIFEST:
11224         * win32/common/interfaces-enumtypes.c:
11225         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
11226         (gst_mixer_track_flags_get_type),
11227         (gst_tuner_channel_flags_get_type):
11228         * win32/common/interfaces-enumtypes.h:
11229         * win32/common/multichannel-enumtypes.c:
11230         (gst_audio_channel_position_get_type):
11231         * win32/common/multichannel-enumtypes.h:
11232           add a win32-update rule like in core, and copy over enumtypes files
11233
11234 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11235
11236         * win32/MANIFEST:
11237         * win32/common/config.h:
11238         * win32/common/config.h.in:
11239           add config files just like in core
11240
11241 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
11242
11243         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
11244           Make gcc-4.1 happy (part of #327357).
11245
11246 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11247
11248         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
11249         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
11250         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
11251         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
11252         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
11253         (gst_alsasrc_unprepare), (gst_alsasrc_read):
11254           Update all error messages.  All of them should either use
11255           the default translated message, or actually provide a
11256           translatable string.
11257           Make the string for channel count problems meaningful.
11258
11259 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11260
11261         * sys/v4l/v4l_calls.c: (gst_v4l_open):
11262           check for and throw RESOURCE_BUSY
11263
11264 2006-01-27  David Schleef  <ds@schleef.org>
11265
11266         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
11267           checked in this change -- it requires liboil features not
11268           in 0.3.6.  Revert parts.
11269
11270 2006-01-27  David Schleef  <ds@schleef.org>
11271
11272         * REQUIREMENTS:
11273         * configure.ac: update liboil requirement to 0.3.6
11274         * gst/videoscale/Makefile.am:
11275         * gst/videoscale/vs_scanline.c: liboilify
11276
11277 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11278
11279         * ext/libvisual/visual.c: (get_buffer):
11280           When pad_alloc returns a GstFlowReturn other
11281           than GST_FLOW_OK, make sure it is passed upstream.
11282
11283 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
11284
11285         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
11286         (gst_alsasink_class_init):
11287           Free the device name string.
11288
11289         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11290         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
11291         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
11292           Don't remove a pad from the collectpads structure until it
11293           is released - it's a request pad, and may receive data again
11294           if the element gets moved back to PLAYING state.
11295
11296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11297           Ensure we turn on double buffering on the Xv port, and
11298           set the colour key to something dark and mysterious that
11299           isn't black.
11300
11301 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11302
11303         * ext/alsa/gstalsaplugin.c: (plugin_init):
11304         * ext/cdparanoia/gstcdparanoiasrc.c:
11305         (gst_cd_paranoia_src_base_init), (plugin_init):
11306         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11307         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
11308           - a library should not call setlocale. see "Libraries" node in
11309             gettext manual
11310           - make sure all plugins that use translation do bindtextdomain
11311             to point to the localedir
11312         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
11313         (setup_sinks), (plugin_init):
11314           all this, and check for NULL when creating sinks
11315
11316 2006-01-27  Julien MOUTTE  <julien@moutte.net>
11317
11318         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
11319         (plugin_init): Make typefinding of subtitles work again.
11320
11321 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11322
11323         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11324         (mp3_type_frame_length_from_header), (mp3_type_find),
11325         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
11326         (plugin_init):
11327           Backport a bunch of typefinding fixes from the 0.8 branch.
11328           Also, improve wavpack typefinding: if we can't peek the
11329           entire wavpack block, try to parse the bits we can get and
11330           see if we find what we're looking for in those.
11331
11332 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11333
11334         * sys/ximage/ximagesink.c:
11335         (gst_ximagesink_calculate_pixel_aspect_ratio):
11336         * sys/xvimage/xvimagesink.c:
11337         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
11338         more cases of pixel aspect ratio.
11339
11340 2006-01-26  Edward Hervey  <edward@fluendo.com>
11341
11342         * gst/playback/gstdecodebin.c: (pad_probe):
11343         Also consider the flush-start and tag events as unblockers
11344         for the pad probes.
11345
11346 2006-01-26  Julien MOUTTE  <julien@moutte.net>
11347
11348         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11349         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
11350         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
11351         On the fly visualisation switch, works disabling, enabling as
11352         well but it won't be able to enable vis in a playbin that was
11353         created with no visualisation.
11354
11355 2006-01-25  Wim Taymans  <wim@fluendo.com>
11356
11357         * gst-libs/gst/audio/gstbaseaudiosink.c:
11358         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
11359         Undo previous commit that returned WRONG_STATE sooner, it breaks 
11360         resume after pause.
11361
11362 2006-01-25  Wim Taymans  <wim@fluendo.com>
11363
11364         * gst-libs/gst/audio/gstbaseaudiosink.c:
11365         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
11366         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
11367         Improve debugging.
11368         Post error when caps cannot be parsed.
11369         Resync on discontinuity in the stream.
11370         Clip samples to segment boundaries.
11371         return WRONG_STATE sooner when we are flushing.
11372
11373         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
11374         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
11375         Make audiosrc operate in TIME.
11376         Set TIMESTAMP and DURATION on buffers.
11377
11378 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11379
11380         * tests/examples/seek/seek.c: (main):
11381           Output tag messages as well.
11382
11383 2006-01-23  Edward Hervey  <edward@fluendo.com>
11384
11385         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11386         (free_pad_probes), (remove_fakesink), (pad_probe),
11387         (close_pad_link), (gst_decode_bin_change_state):
11388         Replace GstPadBlockCallback with pad probes that detect
11389         first buffer AND eos before removing fakesink.
11390         Fixes hang with demuxers doing EOS while pre-rolling.
11391         Solves #328279
11392
11393 2006-01-23  Andy Wingo  <wingo@pobox.com>
11394
11395         * ext/alsa/gstalsasink.c:
11396         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11397         (gst_base_rtp_depayload_setcaps),
11398         (gst_base_rtp_depayload_add_to_queue),
11399         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
11400         
11401         Patch by: Jens Granseuer <jensgr at gmx dot net>
11402
11403 2006-01-22  Julien MOUTTE  <julien@moutte.net>
11404
11405         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11406         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11407         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
11408         frames. We might get a frame destroyed after changing state to
11409         NULL, adding a safety check on xcontext.
11410
11411 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11412
11413         * gst-libs/gst/interfaces/xoverlay.c:
11414           Fix prepare-xwindow-id code example in the docs - we need to
11415           ignore all messages that aren't element messages as well.
11416           
11417 2006-01-21  Julien MOUTTE  <julien@moutte.net>
11418
11419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11420           I think one day i'll completely undestand how caps negotiation
11421           is supposed to work. This refactoring handles buffer_alloc
11422           called with caps we can't handle. We definitely don't want a
11423           set_caps with those caps, so we define and allocate a buffer
11424           we would like to receive.
11425
11426 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11427
11428         * gst/playback/gstplaybasebin.c: (setup_source):
11429           Free iterator when done.
11430
11431 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
11432
11433         * gst-libs/gst/audio/gstbaseaudiosink.c:
11434         (gst_base_audio_sink_render):
11435           Fix playback of non-synchronised streams by assuming a rate
11436           of 1.0 instead of a random one.
11437
11438           Makes this work again:
11439
11440           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
11441           endianness=(int)4321, signed=(boolean)true, width=(int)16,
11442           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
11443           audioresample ! alsasink
11444
11445 === release 0.10.2 ===
11446
11447 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
11448
11449         * configure.ac:
11450           releasing 0.10.2, "Then the devil is six"
11451
11452 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
11453
11454         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11455         * gst/playback/gststreamselector.c:
11456         (gst_stream_selector_set_property):
11457           Comment out broken code that connects to the state-changed signal.
11458           At this point, changing current stream selection is broken, but 
11459           stuff like gst-launch playbin current-audio=1 works and filters
11460           to the chosen stream.
11461
11462 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11463
11464         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11465           Fix #327216 (null dereference in vorbisdec)
11466
11467 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11468
11469         * ext/theora/theoradec.c: (theora_handle_comment_packet):
11470           Post taglist actually on bus instead of just freeing it
11471           (fixes #327114 and totem bug #327080).
11472
11473         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
11474           Use gst_element_found_tags_for_pad(), so that the tags
11475           are sent downstream as an event as well.
11476
11477 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11478
11479         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11480         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
11481         (gst_ximagesink_buffer_alloc):
11482         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
11483         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
11484         (gst_xvimagesink_buffer_alloc):
11485           move all regularly occurring messages to GST_LOG level
11486           add some more object logs
11487
11488 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11489
11490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
11491           fix a silly segfault
11492
11493 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
11494
11495         * docs/libs/gst-plugins-base-libs-docs.sgml:
11496         * docs/libs/gst-plugins-base-libs-sections.txt:
11497         * gst-libs/gst/audio/mixerutils.c:
11498         * gst-libs/gst/audio/mixerutils.h:
11499           Add docs for mixerutils stuff.
11500
11501 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         * gst/playback/gstplaybasebin.c: (setup_source):
11504           Fix playback for sources that emit raw audio or
11505           raw video streams (e.g.: cd audio sources) (#325984).
11506
11507 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
11508
11509         * gst-libs/gst/audio/mixerutils.c:
11510         (gst_audio_mixer_filter_do_filter):
11511           actually save the element we create
11512
11513 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11514
11515         * gst-libs/gst/cdda/gstcddabasesrc.c:
11516         (gst_cdda_base_src_handle_track_seek):
11517           No need to post a tag message on the bus when seeking
11518           within the same track, only post it when the current
11519           track changes.
11520
11521 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11522
11523         * gst/playback/gstplaybasebin.c: (group_destroy),
11524         (probe_triggered), (new_decoded_pad), (mute_group_type),
11525         (set_active_source):
11526         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
11527         * gst/playback/gststreamselector.c:
11528         (gst_stream_selector_base_init),
11529         (gst_stream_selector_set_property),
11530         (gst_stream_selector_request_new_pad):
11531           Reenable stream selection. These mechanisms need a complete overhaul
11532           in the face of 0.8->0.10 changes though.
11533
11534 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
11535
11536         * ext/ogg/gstoggdemux.c:
11537           Change the pad template to src_%d to match the pads that 
11538           are created from it. decodebin needs this information in order
11539           to decide that oggdemux is capable of producing multiple pads
11540           (and hence needs queues inserted).
11541
11542         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11543         (gst_ogg_mux_collected):
11544           Make debug output more useful by using GST_PTR_FORMAT.
11545
11546 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
11547
11548         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11549
11550         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
11551           Set depth and width for alaw/mulaw (fixes #326601).
11552
11553 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11554
11555         * tests/icles/Makefile.am:
11556           don't build the tests if we don't have the libs
11557
11558 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11559
11560         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
11561         (gst_cd_paranoia_paranoia_callback):
11562           Don't try to free NULL pointers.
11563
11564 2006-01-10  Edward Hervey  <edward@fluendo.com>
11565
11566         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
11567         (gst_audio_rate_change_state), (plugin_init):
11568         Add debugging category.
11569         Fix type issues.
11570         Add case for incoming buffers without valid offset/offset_end.
11571
11572 2006-01-10  Michael Smith  <msmith@fluendo.com>
11573
11574         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
11575           Don't leak GCond in audio sources.
11576
11577 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
11578
11579         * gst/playback/gstplaybin.c: (gen_audio_element):
11580           Don't leak an autoaudiosink/alsasink when we generate
11581           a new audio element. (old code, I guess)
11582
11583 2006-01-10  Michael Smith  <msmith@fluendo.com>
11584
11585         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
11586           Support float audio in audiorate.
11587           Use width rather than depth for selecting sample width.
11588
11589 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11590
11591         * gst/videotestsrc/videotestsrc.h:
11592           Use GLib types here (that way we don't have to include the
11593           generated _stdint.h header, which makes life easier for win32
11594           folks that don't use autotools for the build) (#325990, patch
11595           by: Sergey Scobich).
11596
11597 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
11598
11599         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11600         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11601         (gst_ring_buffer_pause), (wait_segment):
11602         * gst-libs/gst/audio/gstringbuffer.h:
11603           Name (private) union, makes Forte compiler happy (this time
11604           for real) (#324900).
11605
11606 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11607
11608         * gst-libs/gst/audio/Makefile.am:
11609           Link against libgstinterfaces, needed for mixer
11610           and property probe stuff.
11611
11612 2006-01-09  Edward Hervey  <edward@fluendo.com>
11613
11614         * gst-libs/gst/Makefile.am:
11615
11616 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11617
11618         * gst-libs/gst/audio/Makefile.am:
11619         * gst-libs/gst/audio/mixerutils.c:
11620         (gst_audio_mixer_filter_do_filter),
11621         (gst_audio_mixer_filter_check_element),
11622         (gst_audio_mixer_filter_probe_feature),
11623         (element_factory_rank_compare_func),
11624         (gst_audio_default_registry_mixer_filter):
11625         * gst-libs/gst/audio/mixerutils.h:
11626           Add gst_audio_default_registry_mixer_filter() utility
11627           function.
11628
11629 2006-01-03  Michael Smith  <msmith@fluendo.com>
11630
11631         * gst/audioresample/resample.h:
11632           As before, but for o_buf
11633
11634 2006-01-03  Michael Smith  <msmith@fluendo.com>
11635
11636         * gst/audioresample/resample.h:
11637           Declare struct _ResampleState.buffer as unsigned char *, not void *,
11638           since we do arithmetic on it.
11639
11640 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
11641
11642         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11643         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11644         (gst_ring_buffer_pause), (wait_segment):
11645         * gst-libs/gst/audio/gstringbuffer.h:
11646           Sun's Forte compiler doesn't seem to like anonymous structs,
11647           so use same setup as in GstBaseSrc (fixes #324900).
11648
11649 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
11650
11651         * configure.ac:
11652         * gst/volume/Makefile.am:
11653         * gst/volume/demo.c:
11654           move old example to tests/examples/volume/volune.c
11655         * tests/examples/Makefile.am:
11656         * tests/examples/seek/seek.c: (main):
11657           change window-close event from "delete-event" to "destroy"
11658         * tests/examples/volume/Makefile.am:
11659         * tests/examples/volume/volume.c: (value_changed_callback),
11660         (setup_gui), (message_received), (eos_message_received), (main):
11661           fix event handling and bus usage
11662
11663 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
11664
11665         * gst/audiotestsrc/gstaudiotestsrc.c:
11666         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
11667         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
11668         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
11669         (gst_audio_test_src_create_square),
11670         (gst_audio_test_src_create_saw),
11671         (gst_audio_test_src_create_triangle),
11672         (gst_audio_test_src_create_silence),
11673         (gst_audio_test_src_create_white_noise),
11674         (gst_audio_test_src_create_pink_noise),
11675         (gst_audio_test_src_init_sine_table),
11676         (gst_audio_test_src_create_sine_table),
11677         (gst_audio_test_src_change_wave),
11678         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
11679         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
11680         * gst/audiotestsrc/gstaudiotestsrc.h:
11681           update to basesrc changes, implement segmented seeking and eos
11682           handling, add a 'sine-tab' waveform for performance critical playback
11683
11684 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11685
11686         * po/POTFILES.in:
11687           ... and this time the other modified file that I missed last time.
11688
11689 2005-12-29  Michael Smith  <msmith@fluendo.com>
11690
11691         * gst/playback/gstdecodebin.c: (new_pad):
11692           Fix non-C89 variable declaration not at the start of a block. Should
11693           help some compilers.
11694
11695 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11696
11697         * tests/check/Makefile.am:
11698           And now fix 'make distcheck' (builddir != srcdir)
11699
11700 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11701
11702         * configure.ac:
11703         * ext/cdparanoia/Makefile.am:
11704         * ext/cdparanoia/gstcdparanoia.c:
11705         * ext/cdparanoia/gstcdparanoia.h:
11706         * ext/cdparanoia/gstcdparanoiasrc.c:
11707         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
11708         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
11709         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
11710         (gst_cd_paranoia_paranoia_callback),
11711         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
11712         (gst_cd_paranoia_src_set_property),
11713         (gst_cd_paranoia_src_get_property), (plugin_init):
11714         * ext/cdparanoia/gstcdparanoiasrc.h:
11715           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
11716           plugin again (there are still fixes required to playbin to make
11717           cdda:// uris work there).
11718
11719 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11720
11721         * tests/check/Makefile.am:
11722           Fix test case compilation.
11723
11724 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
11725
11726         * gst-libs/gst/cdda/gstcddabasesrc.c:
11727         (gst_cdda_base_src_update_duration),
11728         (gst_cdda_base_src_calculate_cddb_id):
11729           An integer is not a string. Fix access to uninitialised variable.
11730
11731         * tests/check/Makefile.am:
11732           Add cddabasesrc unit test; also actually enable the vorbis test.
11733
11734         * tests/check/generic/states.c:
11735           Blacklist new cd audio elements as well.
11736
11737         * tests/check/libs/cddabasesrc.c:
11738           Unit test for GstCddaBaseSrc (discid calculation mostly).
11739
11740 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11741
11742         * docs/libs/Makefile.am:
11743         * docs/libs/gst-plugins-base-libs-docs.sgml:
11744         * docs/libs/gst-plugins-base-libs-sections.txt:
11745         * docs/libs/gst-plugins-base-libs.types:
11746           Add docs for libgstcdda/GstCddaBaseSrc.
11747
11748         * gst-libs/gst/interfaces/mixertrack.h:
11749           Do one struct member per line with a semicolon at the end, that way
11750           even gtk-doc might parse it without complaining.
11751
11752 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11753
11754         * configure.ac:
11755         * gst-libs/gst/Makefile.am:
11756         * gst-libs/gst/cdda/Makefile.am:
11757         * gst-libs/gst/cdda/base64.c:
11758         * gst-libs/gst/cdda/base64.h:
11759         * gst-libs/gst/cdda/gstcddabasesrc.c:
11760         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
11761         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
11762         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
11763         (gst_cdda_base_src_get_property),
11764         (gst_cdda_base_src_get_track_from_sector),
11765         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
11766         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
11767         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
11768         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
11769         (gst_cdda_base_src_uri_get_protocols),
11770         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
11771         (gst_cdda_base_src_uri_handler_init),
11772         (gst_cdda_base_src_setup_interfaces),
11773         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
11774         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
11775         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
11776         (gst_cdda_base_src_add_tags),
11777         (gst_cdda_base_src_add_index_associations),
11778         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
11779         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
11780         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
11781         (gst_cdda_base_src_create):
11782         * gst-libs/gst/cdda/gstcddabasesrc.h:
11783         * gst-libs/gst/cdda/sha1.c:
11784         * gst-libs/gst/cdda/sha1.h:
11785           Add new libgstcdda with GstCddaBaseSrc class.
11786
11787 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
11788
11789         * ext/gnomevfs/gstgnomevfssink.h:
11790           Use GstBaseSinkClass as parent_class member for class struct, not
11791           GstBaseSink.
11792
11793 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11794
11795         Patch by: Michael Benes
11796
11797         * gst/videotestsrc/gstvideotestsrc.c:
11798         (gst_video_test_src_class_init), (gst_video_test_src_start):
11799           Add start method to reset running time and number of frames sent
11800           when starting up (fixes #324696)
11801
11802 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11803
11804         * docs/plugins/Makefile.am:
11805         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11806         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11807         * docs/plugins/gst-plugins-base-plugins.args:
11808         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11809         * docs/plugins/gst-plugins-base-plugins.signals:
11810           Add docs stuff for gnomevfssrc and gnomevfssink.
11811
11812         * ext/gnomevfs/gstgnomevfssrc.c:
11813           Fix example pipeline in gtk-doc blurb.
11814
11815 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
11816
11817         * ext/gnomevfs/Makefile.am:
11818         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
11819         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
11820         (gst_gnome_vfs_handle_get_type), (plugin_init):
11821         * ext/gnomevfs/gstgnomevfs.h:
11822         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
11823         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
11824         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
11825         (gst_gnome_vfs_sink_set_property),
11826         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
11827         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
11828         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
11829         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
11830         (gst_gnome_vfs_sink_uri_get_type),
11831         (gst_gnome_vfs_sink_uri_get_protocols),
11832         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
11833         (gst_gnome_vfs_sink_uri_handler_init):
11834         * ext/gnomevfs/gstgnomevfssink.h:
11835           Port gnomevfssink; add gtk-doc blurb.
11836
11837         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
11838         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
11839         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
11840         (gst_gnome_vfs_src_uri_get_type),
11841         (gst_gnome_vfs_src_uri_get_protocols),
11842         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
11843         (gst_gnome_vfs_src_uri_handler_init),
11844         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
11845         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
11846         (gst_gnome_vfs_src_send_additional_headers_callback),
11847         (gst_gnome_vfs_src_received_headers_callback),
11848         (gst_gnome_vfs_src_push_callbacks),
11849         (gst_gnome_vfs_src_pop_callbacks),
11850         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
11851         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
11852         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
11853         * ext/gnomevfs/gstgnomevfssrc.h:
11854           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
11855           file; add gtk-doc blurb with example pipelines.
11856
11857 === release 0.10.1 ===
11858
11859 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
11860
11861         * configure.ac:
11862           releasing 0.10.1, "Dobro Dedek"
11863
11864 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
11865
11866         * gst/typefind/gsttypefindfunctions.c:
11867         iLBC30 and iLBC20 added to typefind.
11868
11869 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
11870
11871         * gst-libs/gst/audio/gstbaseaudiosink.c:
11872         (gst_base_audio_sink_class_init):
11873         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11874         (gst_base_audio_src_class_init):
11875           update strings, values are in microseconds
11876           change the default sink buffer time to something that is smaller
11877           (to help software volume mixing have a slightly lower delay) but
11878           still be acceptable on Wim's laptop
11879
11880 2005-12-20  Edward Hervey  <edward@fluendo.com>
11881
11882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
11883         Made a quack, forgot to add DUCK to the riff video template.
11884
11885 2005-12-19  Edward Hervey  <edward@fluendo.com>
11886
11887         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
11888         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
11889         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
11890         (gst_ogm_parse_chain):
11891         Make sure pads are initialized correctly.
11892         * gst-libs/gst/riff/riff-ids.h:
11893         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11894         (gst_riff_create_video_template_caps):
11895         Add a whole bunch of FOURCC <=> MimeType.
11896         Extend the riff video pad template to support the newly added fourcc.
11897
11898 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
11899
11900         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
11901         (gst_ogg_demux_activate_chain):
11902           Extra debug output when activating/deactivating chains.
11903
11904         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11905         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
11906         (unlinked):
11907           Remove a queue from our list when it becomes unlinked.
11908           Don't add queues to elements in class 'Demux' if they
11909           can only produce one pad 
11910
11911 2005-12-18  Julien MOUTTE  <julien@moutte.net>
11912
11913         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
11914         (gst_video_sink_get_type): Add a debug category.
11915
11916 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11917
11918         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11919         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
11920           Handle downstream newsegment by sending our own newsegment before the
11921           next buffer to be released. (#323900)
11922
11923 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
11924
11925         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11926         (gst_base_rtp_depayload_set_gst_timestamp):
11927           add queue delay to new segment as well (as opposed to just the first
11928           buffer). (bug #322347)
11929
11930 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
11931
11932         * ext/libvisual/visual.c: (make_valid_name):
11933           change some char* into char[]
11934         * gst/audiotestsrc/gstaudiotestsrc.c:
11935         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
11936         (gst_audio_test_src_create):
11937         * gst/audiotestsrc/gstaudiotestsrc.h:
11938           prepare to handle EOS and SEGMENT_DONE
11939
11940 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11941
11942         * tests/check/generic/states.c: (GST_START_TEST):
11943           Blacklist cdparanoia element in state test.
11944
11945 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11946
11947           Patch by: Benjamin Pineau
11948
11949         * gst/tcp/gsttcp.c:
11950         * gst/tcp/gsttcpclientsink.c:
11951         * gst/tcp/gsttcpserversink.c:
11952         * gst/tcp/gsttcpserversrc.c:
11953           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
11954
11955 2005-12-15  Michael Smith  <msmith@fluendo.com>
11956
11957         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
11958         (gst_video_rate_chain):
11959           Fix timestamping for videorate when the first buffer it sees has a
11960           non-zero timestamp. Fix some misleading debug output.
11961
11962 2005-12-15  Michael Smith  <msmith@fluendo.com>
11963
11964         * gst/audioresample/gstaudioresample.c:
11965           Don't leak all input buffers to audioresample.
11966
11967 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11968
11969         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
11970           Don't operate on empty text buffers. Strip newlines and
11971           tabs only from the end of the text, but leave them intact
11972           in the middle. Fix typo in gtk-doc description.
11973
11974 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11975
11976         * gst/playback/gstplaybasebin.c:
11977         * gst/playback/gstplaybin.c: (handoff):
11978           Make sure the video frame buffer we return to apps via the
11979           "frame" property always has caps set on it. Modify
11980           _gst_gvalue_set_object() macro to handle NULL objects
11981           gracefully too.
11982
11983 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
11984
11985         * gst/audiotestsrc/gstaudiotestsrc.c:
11986         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
11987         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
11988         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
11989         (gst_audio_test_src_create):
11990         * gst/audiotestsrc/gstaudiotestsrc.h:
11991         Adjust to some recent api changes and add wtays new cool seeking
11992         capabillities
11993
11994 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
11995
11996         * ext/alsa/Makefile.am:
11997         * ext/alsa/gstalsadeviceprobe.c:
11998         * ext/alsa/gstalsadeviceprobe.h:
11999           Helper functions to add device probing via the GstPropertyProbe
12000           interface to a class.
12001
12002         * ext/alsa/gstalsamixer.h:
12003           Comment out GST_ALSA_MIXER, it returns a struct that's not
12004           used.
12005
12006         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12007           Add some debug info. 
12008
12009         * ext/alsa/gstalsamixerelement.c:
12010         (gst_alsa_mixer_element_interface_supported),
12011         (gst_implements_interface_init),
12012         (gst_alsa_mixer_element_init_interfaces),
12013         (gst_alsa_mixer_element_class_init),
12014         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
12015         (gst_alsa_mixer_element_set_property),
12016         (gst_alsa_mixer_element_get_property),
12017         (gst_alsa_mixer_element_change_state):
12018         * ext/alsa/gstalsamixerelement.h:
12019           Add 'device' and 'device-name' properties. Add GstPropertyProbe
12020           for device handling (gnome-volume-control will need that).
12021
12022 2005-12-12  Christian Schaller  <uraeus@gnome.org>
12023
12024         * ext/Makefile.am: fix cdparanoia entry
12025         * gst-plugins-base.spec.in: add cdparanoia
12026
12027 2005-12-12  Michael Smith  <msmith@fluendo.com>
12028
12029         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
12030           Use the correct function to free list of typefind factories.
12031
12032 2005-12-12  Wim Taymans  <wim@fluendo.com>
12033
12034         * gst/videotestsrc/gstvideotestsrc.c:
12035         (gst_video_test_src_class_init), (gst_video_test_src_init),
12036         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
12037         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
12038         (gst_video_test_src_create):
12039         * gst/videotestsrc/gstvideotestsrc.h:
12040         Implement seeking in videotestsrc.
12041         Small cleanups.
12042
12043 2005-12-12  Wim Taymans  <wim@fluendo.com>
12044
12045         * ext/cdparanoia/Makefile.am:
12046         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
12047         (gst_paranoia_endian_get_type), (_do_init),
12048         (cdparanoia_class_init), (cdparanoia_init),
12049         (cdparanoia_set_property), (cdparanoia_get_property),
12050         (cdparanoia_do_seek), (cdparanoia_is_seekable),
12051         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
12052         (cdparanoia_convert), (cdparanoia_get_query_types),
12053         (cdparanoia_query), (cdparanoia_set_index),
12054         (cdparanoia_uri_set_uri):
12055         * ext/cdparanoia/gstcdparanoia.h:
12056         Partially ported cdparanoia now that basesrc can support a
12057         plugin like this..
12058
12059 2005-12-12  Wim Taymans  <wim@fluendo.com>
12060
12061         * tests/examples/seek/scrubby.c: (main):
12062         Set higher priority for bus events so they don't get reordered with
12063         gtk gui events.
12064
12065         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12066         (flush_toggle_cb), (main):
12067         Added checkbox to disable flushing seeks. 
12068         Disable scrubbing when doing non flushing seeks.
12069
12070 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12071
12072         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
12073         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
12074         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
12075         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
12076           Implement some sort of event handling that doesn't rely on
12077           g_return_if_fail; make sure we always push the last chunk of an 
12078           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
12079           state change function; remove some old cruft. Seeking is still
12080           rather unlikely to work though.
12081
12082         * tools/.cvsignore:
12083           Ignore more.
12084
12085 2005-12-11  Julien MOUTTE  <julien@moutte.net>
12086
12087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
12088         Fixed a leak of the current image reference when cleaning up.
12089         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
12090
12091 2005-12-09  Michael Smith  <msmith@fluendo.com>
12092
12093         * tools/Makefile.am:
12094         * tools/gst-launch-ext-m.m:
12095           Remove gst-launch-ext. It doesn't work, and is no longer
12096           particularly useful.
12097
12098 2005-12-08  Luca Ognibene  <luogni@tin.it>
12099
12100         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12101           don't pass random values to ogmparse convert function.
12102           Make seeking possible in the exile1.ogm file.
12103
12104 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
12105
12106         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12107         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12108           Work around refcount problem with g_value_set_object() that occur
12109           if the core has been compiled against GLib-2.6 (g_value_set_object()
12110           will only g_object_ref() the element, but the caller will
12111           gst_object_unref() it and bad things will happen due to the way
12112           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
12113           totem for people on FC4 using Thomas's 0.10 RPMs.
12114           
12115 2005-12-07  Edward Hervey  <edward@fluendo.com>
12116
12117         Time to welcome ogm to 0.10 :)
12118         
12119         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
12120         (gst_ogg_pad_typefind):
12121         Oggdemux can now properly typefind elements with dynamic pads.
12122         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12123         Properly set caps on src pad, and set caps on outgoing buffers.
12124
12125 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12126
12127         * ext/alsa/gstalsamixer.h:
12128         * ext/alsa/gstalsamixerelement.h:
12129         * ext/alsa/gstalsamixeroptions.h:
12130         * ext/alsa/gstalsamixertrack.h:
12131         * ext/alsa/gstalsasink.c:
12132         * ext/alsa/gstalsasink.h:
12133         * ext/alsa/gstalsasrc.c:
12134         * ext/alsa/gstalsasrc.h:
12135         * ext/cdparanoia/gstcdparanoia.h:
12136         * ext/gnomevfs/gstgnomevfsuri.h:
12137         * ext/ogg/gstoggdemux.c:
12138         * ext/ogg/gstoggmux.c:
12139         * ext/pango/gsttextoverlay.h:
12140         * ext/theora/theoradec.c:
12141         * ext/theora/theoraenc.c:
12142         * ext/vorbis/vorbisdec.h:
12143         * ext/vorbis/vorbisenc.c:
12144         * ext/vorbis/vorbisenc.h:
12145         * ext/vorbis/vorbisparse.h:
12146         * gst-libs/gst/audio/gstaudioclock.h:
12147         * gst-libs/gst/audio/gstaudiosink.c:
12148         * gst-libs/gst/audio/gstaudiosink.h:
12149         * gst-libs/gst/audio/gstaudiosrc.c:
12150         * gst-libs/gst/audio/gstaudiosrc.h:
12151         * gst-libs/gst/audio/gstbaseaudiosink.c:
12152         * gst-libs/gst/audio/gstbaseaudiosink.h:
12153         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12154         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12155         * gst-libs/gst/audio/gstringbuffer.h:
12156         * gst-libs/gst/audio/multichannel.h:
12157         * gst-libs/gst/floatcast/floatcast.h:
12158         * gst-libs/gst/interfaces/colorbalance.c:
12159         * gst-libs/gst/interfaces/colorbalance.h:
12160         * gst-libs/gst/interfaces/colorbalancechannel.h:
12161         * gst-libs/gst/interfaces/mixer.h:
12162         * gst-libs/gst/interfaces/mixeroptions.h:
12163         * gst-libs/gst/interfaces/mixertrack.h:
12164         * gst-libs/gst/interfaces/navigation.h:
12165         * gst-libs/gst/interfaces/propertyprobe.h:
12166         * gst-libs/gst/interfaces/tuner.h:
12167         * gst-libs/gst/interfaces/tunerchannel.h:
12168         * gst-libs/gst/interfaces/tunernorm.h:
12169         * gst-libs/gst/interfaces/xoverlay.h:
12170         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12171         * gst-libs/gst/riff/riff-ids.h:
12172         * gst-libs/gst/riff/riff-media.h:
12173         * gst-libs/gst/riff/riff-read.h:
12174         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12175         * gst-libs/gst/rtp/gstbasertppayload.c:
12176         * gst-libs/gst/rtp/gstbasertppayload.h:
12177         * gst-libs/gst/rtp/gstrtpbuffer.c:
12178         * gst-libs/gst/rtp/gstrtpbuffer.h:
12179         * gst-libs/gst/tag/gsttageditingprivate.h:
12180         * gst-libs/gst/tag/gstvorbistag.c:
12181         (gst_tag_list_from_vorbiscomment_buffer):
12182         * gst-libs/gst/tag/tag.h:
12183         * gst-libs/gst/video/video.h:
12184         * gst/adder/gstadder.c:
12185         * gst/adder/gstadder.h:
12186         * gst/audioconvert/audioconvert.c:
12187         * gst/audioconvert/audioconvert.h:
12188         * gst/audioconvert/gstaudioconvert.c:
12189         * gst/audioconvert/gstchannelmix.c:
12190         * gst/audioconvert/gstchannelmix.h:
12191         * gst/audiorate/gstaudiorate.c:
12192         * gst/audioresample/buffer.h:
12193         * gst/audioresample/functable.h:
12194         * gst/audioresample/gstaudioresample.c:
12195         * gst/audioresample/resample.h:
12196         * gst/ffmpegcolorspace/avcodec.h:
12197         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12198         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12199         * gst/ffmpegcolorspace/imgconvert.c:
12200         * gst/ffmpegcolorspace/imgconvert_template.h:
12201         * gst/playback/gstdecodebin.c:
12202         * gst/playback/gstplaybasebin.h:
12203         * gst/playback/gstplaybin.c:
12204         * gst/playback/gststreaminfo.h:
12205         * gst/tcp/gstfdset.c:
12206         * gst/tcp/gstfdset.h:
12207         * gst/tcp/gstmultifdsink.c:
12208         * gst/tcp/gstmultifdsink.h:
12209         * gst/tcp/gsttcp.h:
12210         * gst/tcp/gsttcpclientsrc.c:
12211         * gst/tcp/gsttcpclientsrc.h:
12212         * gst/tcp/gsttcpplugin.h:
12213         * gst/tcp/gsttcpserversink.c:
12214         * gst/tcp/gsttcpserversrc.c:
12215         * gst/typefind/gsttypefindfunctions.c:
12216         * gst/videorate/gstvideorate.c:
12217         * gst/videotestsrc/gstvideotestsrc.h:
12218         * gst/videotestsrc/videotestsrc.h:
12219         * sys/v4l/gstv4lcolorbalance.h:
12220         * sys/v4l/gstv4ltuner.h:
12221         * sys/v4l/gstv4lxoverlay.h:
12222         * sys/v4l/v4l_calls.h:
12223         * sys/v4l/videodev_mjpeg.h:
12224         * tests/check/elements/audioconvert.c:
12225         * tests/check/elements/audioresample.c:
12226         * tests/check/elements/audiotestsrc.c:
12227         * tests/check/elements/videotestsrc.c:
12228         * tests/check/elements/volume.c:
12229         * tests/examples/seek/scrubby.c:
12230         * tests/examples/seek/seek.c:
12231           expand tabs
12232
12233 === release 0.10.0 ===
12234
12235 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12236
12237         * configure.ac:
12238           releasing 0.10.0, "Mont-d'or"
12239
12240 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
12241
12242         * tests/examples/seek/Makefile.am:
12243         Build fix for when gtk is not available.
12244
12245 2005-12-05  Andy Wingo  <wingo@pobox.com>
12246
12247         * ext/libvisual/visual.c: (get_buffer):
12248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12249         * ext/pango/gsttextrender.c: (gst_text_render_chain):
12250         * ext/theora/theoradec.c: (theora_handle_data_packet):
12251         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12252         (theora_enc_chain):
12253         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12254         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12255         Update for alloc_buffer changes.
12256
12257 2005-12-05  Andy Wingo  <wingo@pobox.com>
12258
12259         patch by: Kai Vehmanen <kv2004 eca cx>
12260         
12261         * gst-libs/gst/rtp/gstbasertpdepayload.c
12262         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
12263
12264 2005-12-04  Andy Wingo  <wingo@pobox.com>
12265
12266         patch by: Sebastien Cote <sebas642 yahoo ca>
12267         
12268         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
12269         Fixes #319172.
12270
12271 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
12272
12273         * docs/plugins/Makefile.am:
12274         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12275         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12276         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12277         * ext/pango/gstclockoverlay.c:
12278         * ext/pango/gsttextoverlay.c: 
12279         * ext/pango/gsttextrender.c:
12280         * ext/pango/gsttimeoverlay.c:
12281           Add gtk-doc blurbs to pango elements.
12282
12283 2005-12-02  Wim Taymans  <wim@fluendo.com>
12284
12285         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
12286         * gst/audioresample/buffer.h:
12287         * gst/audioresample/gstaudioresample.c:
12288         * gst/audioresample/gstaudioresample.h:
12289         * gst/audioresample/resample.c: (resample_input_flush),
12290         (resample_input_pushthrough), (resample_input_eos),
12291         (resample_get_output_size_for_input),
12292         (resample_get_input_size_for_output), (resample_get_output_size),
12293         (resample_get_output_data):
12294         * gst/audioresample/resample.h:
12295         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12296         Fix audioresample, seek torture, new segments, reverse negotiation
12297         etc.. work fine.
12298
12299 2005-12-02  Wim Taymans  <wim@fluendo.com>
12300
12301         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12302         Small cleanups.
12303
12304 2005-12-02  Wim Taymans  <wim@fluendo.com>
12305
12306         * gst/audioconvert/gstaudioconvert.c:
12307         (gst_audio_convert_transform):
12308         Post errors.
12309
12310 === release 0.9.7 ===
12311
12312 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12313
12314         * configure.ac:
12315           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
12316
12317 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12318
12319         * Makefile.am:
12320         * po/hu.po:
12321         * win32/MANIFEST:
12322         * win32/gst.sln:
12323           add win32 MANIFEST file
12324           do something to the hungarian translation
12325
12326 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
12327
12328         * ext/Makefile.am:
12329           Add $(PANGO_DIR) to SUBDIRS
12330
12331         * ext/pango/gstclockoverlay.c:
12332         * ext/pango/gsttimeoverlay.c:
12333           Fix and improve element descriptions.
12334
12335 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12336
12337         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12338         * docs/plugins/inspect/plugin-libvisual.xml:
12339         * docs/plugins/inspect/plugin-pango.xml:
12340           add pango plugin to docs
12341
12342 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12343
12344         * configure.ac:
12345         * ext/Makefile.am:
12346           moved pango to base
12347
12348 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12349
12350         * configure.ac:
12351         * tests/Makefile.am:
12352         * tests/icles/.cvsignore:
12353         * tests/icles/Makefile.am:
12354         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
12355         (close_display), (resize_window), (move_window), (create_window),
12356         (terminate_playback), (pause_playback), (start_playback), (main):
12357           add stress test for xoverlay from Julien
12358
12359 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12360
12361         * docs/libs/tmpl/gstcolorbalance.sgml:
12362         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12363         * gst-libs/gst/rtp/gstbasertppayload.c:
12364         * gst-libs/gst/rtp/gstrtpbuffer.c:
12365         * gst-libs/gst/rtp/gstrtpbuffer.h:
12366           Do burger's rename for rtp payloaders and depayloaders
12367
12368 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12369
12370         * win32/:
12371           add Visual Studio 6 build files
12372
12373 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12374
12375         * docs/libs/gst-plugins-base-libs-docs.sgml:
12376         * docs/libs/gst-plugins-base-libs-sections.txt:
12377         * docs/libs/tmpl/gstaudio.sgml:
12378         * docs/libs/tmpl/gstringbuffer.sgml:
12379         * gst-libs/gst/interfaces/xoverlay.c:
12380         * gst-libs/gst/video/gstvideofilter.c:
12381         * gst-libs/gst/video/gstvideosink.c:
12382           update documentation
12383
12384 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12385
12386         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
12387         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
12388         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
12389         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12390         (gst_multi_fd_sink_get_stats),
12391         (gst_multi_fd_sink_remove_client_link),
12392         (gst_multi_fd_sink_handle_client_read),
12393         (gst_multi_fd_sink_client_queue_data),
12394         (gst_multi_fd_sink_client_queue_caps),
12395         (gst_multi_fd_sink_client_queue_buffer),
12396         (gst_multi_fd_sink_new_client),
12397         (gst_multi_fd_sink_handle_client_write),
12398         (gst_multi_fd_sink_recover_client),
12399         (gst_multi_fd_sink_queue_buffer),
12400         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
12401         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
12402         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
12403         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
12404         * gst/tcp/gstmultifdsink.h:
12405         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
12406         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
12407         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
12408         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
12409         (gst_tcp_client_sink_set_property),
12410         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
12411         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
12412         * gst/tcp/gsttcpclientsink.h:
12413         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
12414         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
12415         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
12416         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
12417         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
12418         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
12419         * gst/tcp/gsttcpclientsrc.h:
12420         * gst/tcp/gsttcpplugin.c: (plugin_init):
12421         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
12422         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
12423         (gst_tcp_server_sink_finalize),
12424         (gst_tcp_server_sink_handle_server_read),
12425         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
12426         (gst_tcp_server_sink_set_property),
12427         (gst_tcp_server_sink_get_property),
12428         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
12429         * gst/tcp/gsttcpserversink.h:
12430         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
12431         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
12432         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
12433         (gst_tcp_server_src_set_property),
12434         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
12435         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
12436         * gst/tcp/gsttcpserversrc.h:
12437           more borgifying
12438
12439 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12440
12441         * docs/plugins/Makefile.am:
12442         * docs/plugins/gst-plugins-base-plugins.args:
12443         * docs/plugins/inspect/plugin-libvisual.xml:
12444         * gst/audioconvert/plugin.h:
12445         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
12446         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
12447         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12448         (gst_audio_rate_chain), (gst_audio_rate_set_property),
12449         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
12450         (plugin_init):
12451         * gst/audiotestsrc/gstaudiotestsrc.c:
12452         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
12453         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
12454         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
12455         (gst_audio_test_src_get_query_types),
12456         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
12457         (gst_audio_test_src_create_square),
12458         (gst_audio_test_src_create_saw),
12459         (gst_audio_test_src_create_triangle),
12460         (gst_audio_test_src_create_silence),
12461         (gst_audio_test_src_create_white_noise),
12462         (gst_audio_test_src_init_pink_noise),
12463         (gst_audio_test_src_generate_pink_noise_value),
12464         (gst_audio_test_src_create_pink_noise),
12465         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
12466         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
12467         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
12468         (plugin_init):
12469         * gst/audiotestsrc/gstaudiotestsrc.h:
12470         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
12471         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
12472         (gst_sub_parse_init), (gst_sub_parse_formats),
12473         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
12474         (convert_encoding), (get_next_line),
12475         (gst_sub_parse_data_format_autodetect),
12476         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
12477         (gst_sub_parse_loop), (gst_sub_parse_chain),
12478         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
12479         (plugin_init):
12480         * gst/subparse/gstsubparse.h:
12481         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
12482         (gst_video_rate_base_init), (gst_video_rate_class_init),
12483         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
12484         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
12485         (gst_video_rate_init), (gst_video_rate_event),
12486         (gst_video_rate_chain), (gst_video_rate_set_property),
12487         (gst_video_rate_get_property), (gst_video_rate_change_state),
12488         (plugin_init):
12489         * gst/videoscale/gstvideoscale.c:
12490         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
12491         (gst_video_scale_src_template_factory),
12492         (gst_video_scale_sink_template_factory),
12493         (gst_video_scale_get_type), (gst_video_scale_base_init),
12494         (gst_video_scale_class_init), (gst_video_scale_init),
12495         (gst_video_scale_set_property), (gst_video_scale_get_property),
12496         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
12497         (gst_video_scale_prepare_size), (parse_caps),
12498         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
12499         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
12500         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
12501         (plugin_init):
12502         * gst/videoscale/gstvideoscale.h:
12503         * gst/videotestsrc/gstvideotestsrc.c:
12504         (gst_video_test_src_pattern_get_type),
12505         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
12506         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
12507         (gst_video_test_src_set_pattern),
12508         (gst_video_test_src_set_property),
12509         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
12510         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
12511         (gst_video_test_src_event), (gst_video_test_src_get_times),
12512         (gst_video_test_src_create), (plugin_init):
12513         * gst/videotestsrc/gstvideotestsrc.h:
12514         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
12515         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12516         (gst_video_test_src_black):
12517         * gst/videotestsrc/videotestsrc.h:
12518           borgify further
12519           clean up docs a little
12520
12521 2005-11-30  Wim Taymans  <wim@fluendo.com>
12522
12523         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12524         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12525         (gst_basertppayload_event), (gst_basertppayload_push),
12526         (gst_basertppayload_change_state):
12527         * gst-libs/gst/rtp/gstbasertppayload.h:
12528         closed #320644.
12529
12530 2005-11-30  Julien MOUTTE  <julien@moutte.net>
12531
12532         * docs/libs/gst-plugins-base-libs-docs.sgml:
12533         * docs/libs/gst-plugins-base-libs-sections.txt:
12534         * gst-libs/gst/video/gstvideofilter.c:
12535         * gst-libs/gst/video/gstvideosink.c:
12536         * gst-libs/gst/video/gstvideosink.h: Adding docs.
12537
12538 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12539
12540         * LICENSE:
12541           move
12542         * po/af.po:
12543         * po/az.po:
12544         * po/cs.po:
12545         * po/en_GB.po:
12546         * po/hu.po:
12547         * po/it.po:
12548         * po/nb.po:
12549         * po/nl.po:
12550         * po/or.po:
12551         * po/sq.po:
12552         * po/sr.po:
12553         * po/sv.po:
12554         * po/uk.po:
12555         * po/vi.po:
12556         * Makefile.am:
12557           update
12558         * scripts/autoplugins.sh:
12559           remove
12560
12561 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12562
12563         * Makefile.am:
12564         * configure.ac:
12565         * examples/Makefile.am:
12566         * examples/capsfilter/Makefile.am:
12567         * examples/capsfilter/capsfilter1.c:
12568         * examples/gob/Makefile.am:
12569         * examples/gob/gst-identity2.gob:
12570         * examples/indexing/.cvsignore:
12571         * examples/indexing/Makefile.am:
12572         * examples/indexing/indexmpeg.c:
12573         * examples/seeking/.cvsignore:
12574         * examples/seeking/Makefile.am:
12575         * examples/seeking/cdparanoia.c:
12576         * examples/seeking/cdplayer.c:
12577         * examples/seeking/chained.c:
12578         * examples/seeking/scrubby.c:
12579         * examples/seeking/seek.c:
12580         * examples/stats/Makefile.am:
12581         * examples/stats/mp2ogg.c:
12582         * examples/switch/.cvsignore:
12583         * examples/switch/Makefile.am:
12584         * examples/switch/switcher.c:
12585         * tests/Makefile.am:
12586         * tests/check/generic/.cvsignore:
12587         * tests/check/pipelines/.cvsignore:
12588         * tests/examples/Makefile.am:
12589         * tests/examples/seek/Makefile.am:
12590           reorganize stuff under tests/
12591
12592 2005-11-30  Edward Hervey  <edward@fluendo.com>
12593
12594         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12595         Go away you stupid GstStaticPadTemplate memleak.
12596
12597 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12598
12599         * gst-libs/gst/net/Makefile.am:
12600         * gst-libs/gst/net/README:
12601         * gst-libs/gst/net/gstnetbuffer.c:
12602         * gst-libs/gst/net/gstnetbuffer.h:
12603           this was moved to "netbuffer"
12604
12605 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12606
12607         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
12608         (gst_video_filter_class_init), (gst_video_filter_init):
12609         * gst-libs/gst/video/gstvideofilter.h:
12610           borgify name to bring in line with other classes
12611
12612 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12613
12614         * gst/audioscale/.cvsignore:
12615         * gst/audioscale/Makefile.am:
12616         * gst/audioscale/README:
12617         * gst/audioscale/audioscale.vcproj:
12618         * gst/audioscale/dtof.c:
12619         * gst/audioscale/dtos.c:
12620         * gst/audioscale/functable.c:
12621         * gst/audioscale/gstaudioscale.c:
12622         * gst/audioscale/gstaudioscale.h:
12623         * gst/audioscale/private.h:
12624         * gst/audioscale/resample.c:
12625         * gst/audioscale/resample.h:
12626         * gst/audioscale/test.c:
12627           remove
12628
12629 2005-11-30  Edward Hervey  <edward@fluendo.com>
12630
12631         * gst-libs/gst/netbuffer/Makefile.am:
12632         really, really tired
12633
12634 2005-11-30  Edward Hervey  <edward@fluendo.com>
12635
12636         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12637         Update for new GstTypeFindFactory _register()
12638
12639 2005-11-30  Edward Hervey  <edward@fluendo.com>
12640
12641         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
12642         Let's not override libgstnet from core for no reason...
12643         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
12644         Ok, maybe not so quick next time.
12645
12646 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12647
12648         * configure.ac:
12649         * gst-libs/gst/Makefile.am:
12650           moved gst-libs/gst/net to netbuffer through CVS surgery
12651           remove old directory
12652           updating build to accomodate
12653           (#322257)
12654
12655 2005-11-29  Andy Wingo  <wingo@pobox.com>
12656
12657         * pkgconfig/gstreamer-plugins-base.pc.in:
12658         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
12659         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
12660         (#322257).
12661
12662 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12663
12664         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
12665         3rd time's the charm. Correct ref-counting for discarded buffers.
12666
12667 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12668
12669         * gst/playback/gststreamselector.c:
12670         (gst_stream_selector_class_init),
12671         (gst_stream_selector_set_property),
12672         (gst_stream_selector_get_property),
12673         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12674         Fix ref-counting
12675
12676 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
12677
12678         * gst/subparse/gstsubparse.c: (feed_textbuf):
12679           Don't access already unref'ed buffer.
12680
12681 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
12682
12683         * gst/playback/gststreamselector.c:
12684         (gst_stream_selector_class_init), (gst_stream_selector_init),
12685         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
12686         (gst_stream_selector_get_property),
12687         (gst_stream_selector_get_linked_pad),
12688         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
12689         * gst/playback/gststreamselector.h:
12690         Add the active-pad property for playbin to use shortly. Ignore buffers
12691         from any other pad, returning GST_FLOW_NOT_LINKED
12692
12693 2005-11-29  Julien MOUTTE  <julien@moutte.net>
12694
12695         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
12696         patch from bug #322704 (Alessandro Decina).
12697
12698 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12699
12700         * gst-libs/gst/audio/Makefile.am:
12701           folded audiofilter into the audio library
12702
12703 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12704
12705         * gst/videoscale/gstvideoscale.h:
12706         * gst/videoscale/gstvideoscale.c:
12707           remove unimplemented scale methods
12708
12709 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
12710
12711         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
12712           Don't leak caps.
12713
12714 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12715
12716         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
12717         (gst_ximagesink_setcaps):
12718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12719         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
12720         happens (only visible on ximagesink but bug is in xv too) set_caps was
12721         destroying the internal x[v]image used to memcpy non locally alloced
12722         buffers so that it got renewed on next _chain. The issue is that 
12723         _expose will try to put that image as it reffed it in _put.
12724         Using gst_buffer_unref instead of destroy fixes it !
12725
12726 2005-11-28  Edward Hervey  <edward@fluendo.com>
12727
12728         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12729         (try_to_link_1), (queue_filled_cb):
12730         Better use of the queues. Start with a small size queue and only increase
12731         the size of the queues when the other queues are empty.
12732
12733 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12734
12735         * gst-libs/gst/video/Makefile.am:
12736           compile in copied-over videofilter into the video library
12737         * gst-libs/gst/video/videosink.h:
12738           rename the header to gstvideosink.h since it's a base GstObject class
12739         * sys/ximage/ximagesink.h:
12740         * sys/xvimage/xvimagesink.h:
12741           use the new header
12742
12743 2005-11-28  Wim Taymans  <wim@fluendo.com>
12744
12745         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
12746         * gst/playback/gstplaybasebin.h:
12747         Prepare to handle errors betters.
12748
12749         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
12750         Set sinks to PAUSED first before adding and linking them so that
12751         we don't interrupt dataflow.
12752
12753 2005-11-28  Wim Taymans  <wim@fluendo.com>
12754
12755         * gst-libs/gst/audio/TODO:
12756         Updated TODO
12757
12758         * gst-libs/gst/audio/gstaudiosink.c:
12759         (gst_audioringbuffer_open_device),
12760         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
12761         (gst_audioringbuffer_release):
12762         Small cleanups.
12763
12764         * gst-libs/gst/audio/gstbaseaudiosink.c:
12765         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
12766         (gst_base_audio_sink_change_state):
12767         Slave to the master clock when going to PLAYING and unslave when
12768         going to PAUSED.
12769
12770         * gst-libs/gst/audio/gstringbuffer.c:
12771         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12772         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12773         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
12774         (gst_ring_buffer_clear_all), (wait_segment),
12775         (gst_ring_buffer_commit), (gst_ring_buffer_read),
12776         (gst_ring_buffer_advance):
12777         * gst-libs/gst/audio/gstringbuffer.h:
12778         Add some docs and cleanups.
12779
12780 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12781
12782         * sys/xvimage/xvimagesink.c:
12783         (gst_xvimagesink_navigation_send_event): Fix navigation events
12784         coordinates translation with pixel aspect ratios.
12785
12786 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12787
12788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12789         Use calculated video geometry from _setcaps instead of buffer
12790         caps to respect pixel aspect ratio. (fixes #322388)
12791
12792 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12793
12794         * docs/libs/tmpl/gstcolorbalance.sgml:
12795         * docs/libs/tmpl/gstmixer.sgml:
12796         * docs/libs/tmpl/gstxoverlay.sgml:
12797         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
12798         interface.
12799
12800 2005-11-28  Julien MOUTTE  <julien@moutte.net>
12801
12802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12803         Refuse to create an XvImage if we can't find the format.
12804
12805 2005-11-28  Edward Hervey  <edward@fluendo.com>
12806
12807         * gst-libs/gst/riff/riff-media.c:
12808         (gst_riff_create_audio_template_caps):
12809         Add ATRAC3 to the list of riff-possible audio caps.
12810         I know we still don't have a plugin for atrac3, but it's saner to output
12811         that than a cryptic mimetype.
12812
12813 2005-11-27  Edward Hervey  <edward@fluendo.com>
12814
12815         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
12816         Don't try to create a zero-sized subbuffer.
12817
12818 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12819
12820         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
12821         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
12822         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
12823         (gst_ximagesink_expose): Fixed a tricky race.
12824         * sys/ximage/ximagesink.h:
12825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
12826         (gst_xvimagesink_expose): Fixed a tricky race.
12827         * sys/xvimage/xvimagesink.h:
12828
12829 2005-11-27  Edward Hervey  <edward@fluendo.com>
12830
12831         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12832         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
12833         Remove unused properties, and add queues between demuxers and decoders
12834         so that a lot more files can preroll properly.
12835
12836 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12837
12838         * gst-libs/gst/net/Makefile.am:
12839         * gst-libs/gst/rtp/Makefile.am:
12840         * gst-libs/gst/tag/Makefile.am:
12841           remove silly include
12842         * gst/tags/Makefile.am:
12843         * gst/tags/gsttagediting.c:
12844         * gst/tags/gsttageditingprivate.h:
12845         * gst/tags/tagedit.vcproj:
12846           remove directory, is as good as empty
12847
12848 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12849
12850         * configure.ac:
12851           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
12852         * gst-libs/Makefile.am:
12853         * gst-libs/gst/audio/Makefile.am:
12854         * gst-libs/gst/interfaces/Makefile.am:
12855         * gst-libs/gst/net/Makefile.am:
12856         * gst-libs/gst/riff/Makefile.am:
12857         * gst-libs/gst/rtp/Makefile.am:
12858         * gst-libs/gst/tag/Makefile.am:
12859         * gst-libs/gst/video/Makefile.am:
12860           and use them
12861
12862 2005-11-27  Julien MOUTTE  <julien@moutte.net>
12863
12864         * docs/libs/tmpl/gstcolorbalance.sgml:
12865         * docs/libs/tmpl/gstmixer.sgml:
12866         * docs/libs/tmpl/gstxoverlay.sgml:
12867         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
12868         * sys/ximage/ximagesink.h:
12869         * sys/xvimage/xvimagesink.h: More and more documentation.
12870
12871 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12872
12873         * docs/libs/gst-plugins-base-libs-docs.sgml:
12874         * docs/libs/gst-plugins-base-libs-sections.txt:
12875         * docs/libs/tmpl/gstcolorbalance.sgml:
12876         * docs/libs/tmpl/gstmixer.sgml:
12877         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
12878         to documentation.
12879
12880 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12881
12882         * docs/plugins/Makefile.am:
12883         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12884         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12885         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
12886
12887 2005-11-26  Julien MOUTTE  <julien@moutte.net>
12888
12889         * docs/plugins/Makefile.am:
12890         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12891         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12892         * docs/plugins/inspect/plugin-adder.xml:
12893         * docs/plugins/inspect/plugin-alsa.xml:
12894         * docs/plugins/inspect/plugin-audioconvert.xml:
12895         * docs/plugins/inspect/plugin-audiorate.xml:
12896         * docs/plugins/inspect/plugin-audioresample.xml:
12897         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12898         * docs/plugins/inspect/plugin-decodebin.xml:
12899         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12900         * docs/plugins/inspect/plugin-gnomevfs.xml:
12901         * docs/plugins/inspect/plugin-ogg.xml:
12902         * docs/plugins/inspect/plugin-playbin.xml:
12903         * docs/plugins/inspect/plugin-subparse.xml:
12904         * docs/plugins/inspect/plugin-tcp.xml:
12905         * docs/plugins/inspect/plugin-theora.xml:
12906         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12907         * docs/plugins/inspect/plugin-video4linux.xml:
12908         * docs/plugins/inspect/plugin-videorate.xml:
12909         * docs/plugins/inspect/plugin-videoscale.xml:
12910         * docs/plugins/inspect/plugin-videotestsrc.xml:
12911         * docs/plugins/inspect/plugin-volume.xml:
12912         * docs/plugins/inspect/plugin-vorbis.xml:
12913         * docs/plugins/inspect/plugin-ximagesink.xml:
12914         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
12915         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
12916
12917 2005-11-26  Edward Hervey  <edward@fluendo.com>
12918
12919         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
12920         Properly return GstFlowReturn from gst_pad_push in chain functions.
12921
12922 2005-11-25  Michael Smith  <msmith@fluendo.com>
12923
12924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
12925         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
12926         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
12927         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
12928           Handle various conditions better when we don't understand a stream.
12929           Removes a heap of CRITICALs on ogg streams containing unknown data.
12930
12931 2005-11-24  Andy Wingo  <wingo@pobox.com>
12932
12933         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
12934         Be threadsafe.
12935
12936 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12937
12938         * configure.ac: back to HEAD
12939
12940 === release 0.9.6 ===
12941
12942 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
12943
12944         * configure.ac:
12945           releasing 0.9.6, "White Eight"
12946
12947 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12948
12949         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12950         * docs/plugins/inspect/plugin-sine.xml:
12951           remove sinesrc some more
12952
12953 2005-11-23  Wim Taymans  <wim@fluendo.com>
12954
12955         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12956         If we are reading too slowly, jump forward in the ringbuffer
12957         instead of blocking.
12958
12959 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
12960
12961         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
12962         (gst_visual_chain):
12963         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
12964         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
12965         (gst_videorate_chain):
12966         * gst/videotestsrc/gstvideotestsrc.c:
12967         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
12968         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
12969         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
12970         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
12971         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
12972         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
12973           Updates for API changes
12974
12975 2005-11-23  Wim Taymans  <wim@fluendo.com>
12976
12977         * gst-libs/gst/audio/gstbaseaudiosink.c:
12978         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
12979         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
12980         Fix for calibration API change.
12981
12982 2005-11-23  Michael Smith <msmith@fluendo.com>
12983
12984         * gst-libs/gst/audio/multichannel.c:
12985         (gst_audio_get_channel_positions),
12986         (gst_audio_set_channel_positions),
12987         (gst_audio_set_structure_channel_positions_list),
12988         (gst_audio_fixate_channel_positions):
12989           Use gst_value_array_*() functions on value arrays, not
12990           gst_value_list_*().
12991
12992 2005-11-23  Edward Hervey  <edward@fluendo.com>
12993
12994         * autogen.sh:
12995         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
12996         Fixes autogen
12997
12998 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12999
13000         * check/Makefile.am:
13001         * check/elements/videotestsrc.c: (setup_videotestsrc),
13002         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
13003         (main):
13004           add a test for videotestsrc
13005
13006 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13007
13008         * gst/sine/.cvsignore:
13009         * gst/sine/Makefile.am:
13010         * gst/sine/gstsinesrc.c:
13011         * gst/sine/gstsinesrc.h:
13012         * gst/sine/sinesrc.vcproj:
13013           and remove sinesrc from the repository.  Closes #321446
13014
13015 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13016
13017         * configure.ac:
13018         * gst-plugins-base.spec.in:
13019           remove sinesrc from the build
13020
13021 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13022
13023         * check/Makefile.am:
13024         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
13025         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
13026         (main):
13027           add a test for audiotestsrc, testing all waves.  Even seems
13028           leak-free at first glance, nice job Stefan
13029
13030 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13031
13032         * po/af.po:
13033         * po/az.po:
13034         * po/cs.po:
13035         * po/en_GB.po:
13036         * po/hu.po:
13037         * po/it.po:
13038         * po/nb.po:
13039         * po/nl.po:
13040         * po/or.po:
13041         * po/sq.po:
13042         * po/sr.po:
13043         * po/sv.po:
13044         * po/uk.po:
13045         * po/vi.po:
13046           Translation string updates
13047
13048         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13049         (gst_v4lsrc_set_caps):
13050         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13051         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13052         * sys/v4l/v4lsrc_calls.h:
13053           Improve v4lsrc, by making it work again.
13054
13055 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
13056
13057         * ext/libvisual/visual.c: (gst_visual_chain):
13058           Fix the fps calculations.
13059
13060         * gst/ffmpegcolorspace/avcodec.h:
13061           Move structure element for clarity
13062
13063         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
13064         * gst-libs/gst/interfaces/tunernorm.h:
13065         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
13066         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13067         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13068         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
13069         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
13070         (gst_v4lmjpegsrc_getcaps):
13071         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
13072         (gst_v4lsrc_set_caps):
13073         * sys/v4l/gstv4lsrc.h:
13074         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13075         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
13076         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
13077         * sys/v4l/v4lsrc_calls.h:
13078           Fractional framerates...
13079
13080 2005-11-22  Wim Taymans  <wim@fluendo.com>
13081
13082         * gst-libs/gst/audio/gstbaseaudiosink.c:
13083         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
13084         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13085         And we provide a clock by default, of course...
13086
13087 2005-11-22  Wim Taymans  <wim@fluendo.com>
13088
13089         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
13090         This clock can be slaved to a master clock now.
13091
13092         * gst-libs/gst/audio/gstbaseaudiosink.c:
13093         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13094         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
13095         (gst_base_audio_sink_set_clock),
13096         (gst_base_audio_sink_set_property),
13097         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
13098         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
13099         * gst-libs/gst/audio/gstbaseaudiosink.h:
13100         Handle slaving the internal clock to the clock selected in the
13101         pipeline.
13102         Add property to make the basesink not provide a clock.
13103
13104         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13105         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13106         (gst_base_rtp_depayload_wait):
13107         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13108         We can use the clock in GstElement, no need to store it ourselves.
13109
13110 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13111
13112         * docs/libs/tmpl/gstaudio.sgml:
13113           update
13114         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
13115         (gst_paranoia_endian_get_type):
13116         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
13117         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
13118         * gst/audiotestsrc/gstaudiotestsrc.c:
13119         (gst_audiostestsrc_wave_get_type):
13120         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
13121         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13122         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13123         (gst_sync_method_get_type), (gst_unit_type_get_type),
13124         (gst_client_status_get_type), (gst_multifdsink_class_init),
13125         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
13126         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
13127         (gst_multifdsink_get_property):
13128         * gst/tcp/gstmultifdsink.h:
13129         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
13130         * gst/videotestsrc/gstvideotestsrc.c:
13131         (gst_videotestsrc_pattern_get_type):
13132           remove deprecated properties
13133           fix up enums to correctly have short lowercase dashed nicks
13134
13135 2005-11-22  Michael Smith <msmith@fluendo.com>
13136
13137         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13138         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13139           Add underscore.
13140
13141 2005-11-22  Michael Smith <msmith@fluendo.com>
13142
13143         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13144         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13145           Use utility method for scaling clocktime for fractional framerates.
13146
13147 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
13148
13149         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
13150         (gst_visual_chain):
13151         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13152         * ext/theora/theoradec.c: (theora_handle_type_packet):
13153         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
13154         (theora_enc_chain):
13155         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13156         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
13157         * gst-libs/gst/video/video.h:
13158         * gst/ffmpegcolorspace/avcodec.h:
13159         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13160         (gst_ffmpeg_caps_to_pixfmt):
13161         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13162         (gst_ffmpegcsp_set_caps):
13163         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
13164         (gst_videorate_setcaps), (gst_videorate_blank_data),
13165         (gst_videorate_chain):
13166         * gst/videotestsrc/gstvideotestsrc.c:
13167         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
13168         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
13169         (gst_videotestsrc_event), (gst_videotestsrc_create):
13170         * gst/videotestsrc/gstvideotestsrc.h:
13171         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13172         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13173         (gst_ximagesink_get_times), (gst_ximagesink_init):
13174         * sys/ximage/ximagesink.h:
13175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13176         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13177         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
13178         * sys/xvimage/xvimagesink.h:
13179           Convert elements to use fractions for their framerate.
13180           V4L elements to come later tonight.
13181
13182 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13183
13184         * gst-libs/gst/audio/audio.c:
13185         * gst-libs/gst/audio/audio.h:
13186           remove some deprecated functions
13187
13188 2005-11-22  Andy Wingo  <wingo@pobox.com>
13189
13190         * Update for gst_tag_setter API changes.
13191
13192 2005-11-22  Andy Wingo  <wingo@pobox.com>
13193
13194         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
13195         (gst_ogg_demux_perform_seek):
13196         * ext/theora/theoradec.c (theora_dec_sink_event):
13197         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
13198         update-funcnames.
13199
13200 2005-11-22  Wim Taymans  <wim@fluendo.com>
13201
13202         * examples/seeking/seek.c: (main):
13203         Give higher priority to bus signals than the gtk events
13204         to fix a race condition in the segment looping.
13205
13206 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13207
13208         * ext/theora/Makefile.am:
13209         * ext/vorbis/Makefile.am:
13210         * gst-libs/gst/tag/Makefile.am:
13211         * gst-plugins-base.spec.in:
13212           Rename libgsttagedit to libgsttag (#322117).
13213
13214 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13215
13216         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
13217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13218           Call gst_x_overlay_prepare_xwindow_id() to give applications
13219           a final chance to set their own xwindow id before the video
13220           sink creates its own window.
13221
13222 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13223
13224         * sys/xvimage/xvimagesink.c:
13225         (gst_xvimagesink_navigation_send_event): Handle navigation
13226         events correcly with borders if applicable.
13227
13228 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
13229
13230         Patch by: Luca Ognibene
13231
13232         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13233         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
13234         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13235         (gst_ffmpegcsp_caps_remove_format_info):
13236         * gst/ffmpegcolorspace/imgconvert.c:
13237         * gst/ffmpegcolorspace/imgconvert_template.h:
13238           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
13239           #318353); use gst_structure_has_name().
13240
13241 2005-11-22  Julien MOUTTE  <julien@moutte.net>
13242
13243         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
13244         (gst_ximagesink_class_init): Add debug macros on functions.
13245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13246         (gst_xvimagesink_xwindow_draw_borders),
13247         (gst_xvimagesink_xvimage_put),
13248         (gst_xvimagesink_xwindow_update_geometry),
13249         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
13250         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
13251         (gst_xvimagesink_xcontext_clear),
13252         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13253         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
13254         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
13255         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
13256         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
13257         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
13258         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
13259         expose while being PAUSED, out of data flow navigation events, etc..
13260
13261 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13262
13263         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13264         * gst-libs/gst/audio/audio.h:
13265           fix prototype - wondering why the test worked regardless
13266
13267 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13268
13269         * check/Makefile.am:
13270         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
13271         * gst-libs/gst/audio/audio.h:
13272           add a method that returns a proper GstClockTime
13273
13274 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13275
13276         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
13277         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
13278         * gst-libs/gst/interfaces/xoverlay.h:
13279           Remove everything having to do with the desired size; add 
13280           gst_x_overlay_prepare_xwindow_id() function; remove the
13281           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
13282           post a message on the bus instead (#321816).
13283
13284         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
13285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
13286         (gst_xvimagesink_xoverlay_init):
13287           Remove desired size stuff (#321816).
13288
13289 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13290
13291         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
13292         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
13293         (mpeg_video_type_find), (mpeg_video_stream_type_find):
13294           Terminate vararg functions with NULL instead of 0 to 
13295           make gcc4 happy.
13296
13297 2005-11-21  Andy Wingo  <wingo@pobox.com>
13298
13299         patch by: Sebastien Cote <sebas642@yahoo.ca>
13300         
13301         * gst-libs/gst/rtp/gstrtpbuffer.h: 
13302         * gst-libs/gst/rtp/gstrtpbuffer.c
13303         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
13304
13305 2005-11-21  Andy Wingo  <wingo@pobox.com>
13306
13307         * gst/playback/gstplaybin.c (gen_audio_element) 
13308         (gen_video_element): Use the new MISSING_PLUGIN core error
13309         category. Closes #320060.
13310
13311         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
13312         * gst/videorate/gstvideorate.c (gst_videorate_event):
13313         * ext/theora/theoradec.c (theora_dec_sink_event): 
13314         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
13315         stream lock.
13316
13317         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
13318         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
13319         stream lock changes.
13320
13321 2005-11-21  Wim Taymans  <wim@fluendo.com>
13322
13323         * gst-libs/gst/audio/gstbaseaudiosink.c:
13324         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
13325         (gst_base_audio_sink_provide_clock),
13326         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
13327         (gst_base_audio_sink_change_state):
13328         * gst/audioresample/gstaudioresample.c:
13329         Segment update fix.
13330
13331 2005-11-21  Andy Wingo  <wingo@pobox.com>
13332
13333         * *.h:
13334         * *.c: Ran scripts/update-macros. Oh yes.
13335
13336 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13337
13338         * sys/ximage/Makefile.am:
13339         * sys/ximage/ximage.c:
13340           Rename ximage plugin to ximagesink (#321426) (Don't forget to
13341           remove your old libgstximage.* manually if necessary).
13342
13343 2005-11-21  Michael Smith <msmith@fluendo.com>
13344
13345         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
13346           Minimal fix for bug #320200: set the min/max bitrate in the correct
13347           units. A better fix would be to upgrade to the RATEMANAGE2
13348           interface, rather than using the deprecated interface used here, but
13349           that would require an update in our libvorbis dependency (to 1.1),
13350           which is probably undesirable.
13351
13352 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
13353
13354         * ext/libvisual/visual.c: (get_buffer):
13355         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13356         (gst_base_audio_src_fixate):
13357         * gst/audioconvert/gstaudioconvert.c:
13358         (gst_audio_convert_fixate_caps):
13359         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
13360         * gst/audiotestsrc/gstaudiotestsrc.c:
13361         (gst_audiotestsrc_src_fixate):
13362         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
13363         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
13364         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
13365         * gst/videotestsrc/gstvideotestsrc.c:
13366         (gst_videotestsrc_src_fixate):
13367         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
13368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
13369           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
13370           (#322027)
13371
13372
13373 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13374
13375         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
13376         (gst_riff_create_iavs_caps):
13377         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
13378         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13379         (gst_riff_parse_info):
13380         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
13381         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
13382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
13383           Fixes for GST_FOURCC_FORMAT API change.
13384
13385 2005-11-21  Andy Wingo  <wingo@pobox.com>
13386
13387         patch by: Alessandro Dessina <alessandro nnva org>
13388
13389         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
13390         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
13391         (gst_ogg_parse_chain):
13392         * ext/theora/theoraenc.c (theora_set_header_on_caps):
13393         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
13394         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
13395         gst_value_list calls on arrays. Fixes #321962.
13396
13397 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
13398
13399         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13400         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
13401         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13402         * gst/adder/gstadder.c: (gst_adder_init),
13403         (gst_adder_request_new_pad), (gst_adder_collected),
13404         (gst_adder_change_state):
13405           Update for gst_collectpads_foo() to gst_collect_pads_foo()
13406           API change.
13407
13408 2005-11-21  Michael Smith <msmith@fluendo.com>
13409
13410         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
13411         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
13412           Properly handle pad_push return values.
13413
13414 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
13415
13416         * gst-libs/gst/tag/Makefile.am:
13417         * gst-libs/gst/tag/gstvorbistag.c:
13418         (gst_tag_list_to_vorbiscomment_buffer):
13419           Remove obsolete vorbistag element and debug category.
13420
13421         * gst/playback/gstplaybasebin.c: (check_queue):
13422           Don't divide by 0 when queue-threshold is 0.
13423
13424         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
13425           Don't modify an existing pixel-aspect-ratio if we fail to read
13426           a new one.
13427
13428 2005-11-20  Wim Taymans  <wim@fluendo.com>
13429
13430         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
13431         (gst_vorbisenc_push_packet):
13432         GST_PAD_IS_USABLE is gone, use the return value of
13433         the push or pad_alloc_buffer instead.
13434
13435 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13436
13437         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13438         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13439         (gst_ximagesink_ximage_destroy),
13440         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
13441         (gst_ximagesink_xwindow_new),
13442         (gst_ximagesink_xwindow_update_geometry),
13443         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
13444         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
13445         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
13446         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
13447         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
13448         (gst_ximagesink_navigation_send_event),
13449         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
13450         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
13451         (gst_ximagesink_finalize), (gst_ximagesink_init),
13452         (gst_ximagesink_class_init):
13453         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
13454         This new version brings correct software scaling, non flickering
13455         window while resizing, pixel aspect ratio handling, usage of
13456         hardware buffer pools, out of data flow event thread for 
13457         navigation and handling of expose events even when being PAUSED,
13458         a new property to keep video aspect ratio when resizing, etc...
13459
13460 2005-11-18  Julien MOUTTE  <julien@moutte.net>
13461
13462         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13463         (gst_videoscale_fixate_caps): Introduce back caps fixate with
13464         handling of PAR.
13465
13466 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
13467
13468         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
13469         Unsetting IS_SINK flag from the fakesink, so decodebin
13470         never behaves as a sink.
13471
13472 2005-11-17  Wim Taymans  <wim@fluendo.com>
13473
13474         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13475         (gst_base_audio_src_change_state):
13476         Fix the audiosrc base class again, we did not unflush.
13477
13478 2005-11-17  Julien MOUTTE  <julien@moutte.net>
13479
13480         * examples/seeking/seek.c: (make_dv_pipeline),
13481         (make_vorbis_theora_pipeline), (make_avi_pipeline),
13482         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
13483         to ogg/vorbis/theora pipeline.
13484
13485 2005-11-17  Wim Taymans  <wim@fluendo.com>
13486
13487         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
13488         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
13489         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
13490         Fix EOS on multiple streams.
13491         More debugging.
13492
13493 2005-11-16  Wim Taymans  <wim@fluendo.com>
13494
13495         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
13496         (gst_ogg_demux_perform_seek):
13497         Segment done must include stream time.
13498
13499         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
13500         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
13501         (gst_ogg_mux_change_state):
13502         Fix ogg muxer again.
13503
13504 2005-11-16  Wim Taymans  <wim@fluendo.com>
13505
13506         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
13507         Fix compile again.
13508
13509 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13510
13511         * ext/libvisual/visual.c: (gst_visual_init):
13512         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
13513         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
13514         (gst_ogg_parse_chain):
13515         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
13516         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
13517         * ext/theora/theoradec.c: (gst_theora_dec_init):
13518         * ext/theora/theoraenc.c: (gst_theora_enc_init):
13519         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
13520         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
13521         * gst/adder/gstadder.c: (gst_adder_class_init),
13522         (gst_adder_dispose):
13523         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13524         * gst/subparse/gstsubparse.c: (gst_subparse_init):
13525         * gst/videorate/gstvideorate.c: (gst_videorate_init):
13526           Fix a whole set of pad template leaks
13527
13528 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13529
13530         * check/generic/states.c: (GST_START_TEST):
13531           fix the test so that it only checks for elements that are part of
13532           this source module
13533
13534 2005-11-16  Michael Smith <msmith@fluendo.com>
13535
13536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
13537         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
13538         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13539         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13540         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
13541         (gst_ogg_mux_change_state):
13542           Fix leaking collectpads.
13543
13544 2005-11-16  Edward Hervey  <edward@fluendo.com>
13545
13546         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
13547         (gst_videorate_event), (gst_videorate_chain):
13548         Handle segment seeks
13549
13550 2005-11-16  Wim Taymans  <wim@fluendo.com>
13551
13552         * gst-libs/gst/audio/gstbaseaudiosink.c:
13553         (gst_base_audio_sink_provide_clock),
13554         (gst_base_audio_sink_change_state):
13555         Set ringbuffer to non-flushing when going to PAUSED, set to
13556         flushing again when going to READY.
13557
13558         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
13559         (gst_ring_buffer_stop):
13560         Start in flushing mode by default.
13561         Don't set flushing in the _stop method, let the app call
13562         this explicitly.
13563
13564 2005-11-16  Julien MOUTTE  <julien@moutte.net>
13565
13566         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
13567         * gst-libs/gst/video/videosink.h: Add helper function needed
13568         for video sinks.
13569
13570 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13571
13572         * gst/videoscale/gstvideoscale.c:
13573         (gst_videoscale_handle_src_event):
13574           Don't leak reference to pad parent.
13575
13576 2005-11-16  Wim Taymans  <wim@fluendo.com>
13577
13578         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
13579         Set ringbuffer to flushing when stopping so that we don't
13580         block on wait_segment anymore and livelock.
13581
13582 2005-11-16  Wim Taymans  <wim@fluendo.com>
13583
13584         * examples/seeking/seek.c: (send_event), (do_seek),
13585         (loop_toggle_cb), (segment_done), (main):
13586         Added looping checkbox.
13587
13588 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13589
13590         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13591         (gst_ogg_demux_init):
13592         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13593         (gst_vorbis_dec_init):
13594           revert unrefs, they don't pass make check
13595
13596 2005-11-15  Johan Dahlin  <johan@gnome.org>
13597
13598         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13599         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
13600         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
13601         (gst_vorbis_dec_init):
13602         Fix pad template leaks. 
13603
13604 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13605
13606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
13607           Make state change function thread safe.
13608
13609 2005-11-15  Edward Hervey  <edward@fluendo.com>
13610
13611         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
13612         (gst_ogg_demux_class_init):
13613         Implement GstElement::send_event, so we can send seek events
13614         in GST_STATE_READY
13615
13616 2005-11-14  Julien MOUTTE  <julien@moutte.net>
13617
13618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
13619         Discovered how to take away flickering while resizing the
13620         window. Please don't put that in ximagesink, refactoring in
13621         progress.
13622
13623 2005-11-14  Michael Smith <msmith@fluendo.com>
13624
13625         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
13626         (gst_multifdsink_render):
13627           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
13628
13629 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13630
13631         * gst/playback/gstplaybin.c: (gen_audio_element):
13632           Use autoaudiosink, it tends to be more widely available than
13633           autoaudiiosink.
13634           
13635 2005-11-14  Andy Wingo  <wingo@pobox.com>
13636
13637         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
13638         as well if it is available. Fixes #316442.
13639
13640 2005-11-14  Michael Smith <msmith@fluendo.com>
13641
13642         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
13643         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
13644         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13645         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13646         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
13647         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13648         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
13649         (gst_vorbisenc_change_state):
13650           Fix a small memory leak in vorbisenc.
13651           Fix large memory leaks in oggmux, also fix lots of state change
13652           bugs in oggmux.
13653
13654 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13655
13656         * gst/videotestsrc/gstvideotestsrc.c:
13657         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
13658         (gst_videotestsrc_src_fixate):
13659           move fixation to a fixate function
13660           remove negotiate function, basesrc's is good enough
13661           fixes a bug for check when using the element alone
13662
13663 2005-11-13  Edward Hervey  <edward@fluendo.com>
13664
13665         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
13666         (key_toggle_cb), (main):
13667         Added checkboxes for adding/removing the accurate and key_unit seek
13668         flags.
13669
13670 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13671
13672         * configure.ac: back to HEAD
13673
13674 === release 0.9.5 ===
13675
13676 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
13677
13678         * configure.ac:
13679           releasing 0.9.5, "No No Kia"
13680
13681 2005-11-11  Edward Hervey  <edward@fluendo.com>
13682
13683         * examples/seeking/seek.c: (make_parselaunch_pipeline):
13684         Added parse-launch syntax seeking mode for the seeking example.
13685         This should help stress-test even more cases.
13686         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
13687
13688 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13689
13690         * sys/xvimage/xvimagesink.c:
13691         (gst_xvimagesink_navigation_send_event):
13692           Check whether peer pad exists before sending navigation events
13693           to it.
13694
13695 2005-11-11  Michael Smith <msmith@fluendo.com>
13696
13697         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
13698         (gst_vorbisenc_buffer_from_packet):
13699         * ext/vorbis/vorbisenc.h:
13700           Set duration on encoded buffers. This allows oggmux's
13701           max_page_delay parameter to actually work.
13702
13703 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
13704
13705         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13706         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
13707         (gst_ffmpegcsp_avpicture_fill):
13708         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13709         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
13710           Make palettes work again (see #132341). Use our own macros
13711           for rounding up.
13712
13713 2005-11-10  Andy Wingo  <wingo@pobox.com>
13714
13715         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
13716         string doober.
13717
13718 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13719
13720         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13721         (gst_ffmpegcsp_transform_caps):
13722           Prefer passthrough in transform_caps
13723
13724 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13725
13726         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13727           check for ALSA errors properly, instead of relying on ALSA's
13728           error strings to serve to the user.
13729
13730 2005-11-10  Wim Taymans  <wim@fluendo.com>
13731
13732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
13733         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
13734         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
13735         Modernise the seek code.
13736
13737 2005-11-10  Michael Smith <msmith@fluendo.com>
13738         
13739         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
13740         (setup_substreams), (set_active_source):
13741           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
13742           trying to go to NULL if we failed to read a file.
13743
13744 2005-11-10  Wim Taymans  <wim@fluendo.com>
13745
13746         * gst/audiotestsrc/gstaudiotestsrc.c:
13747         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
13748         (gst_audiotestsrc_create):
13749         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13750         (gst_sinesrc_get_times), (gst_sinesrc_create):
13751         * gst/videotestsrc/gstvideotestsrc.c:
13752         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
13753         (gst_videotestsrc_create):
13754         The base class can now sync for us.
13755
13756 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13757
13758         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
13759           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
13760           name=source autoprobe=false autoprobe-fps=false copy-mode=1
13761           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
13762           format=(fourcc)I420" ! xvimagesink
13763
13764 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13765
13766         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13767         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
13768         (gst_sinesrc_newsegment):
13769           Send newsegment event in TIME format, set duration if
13770           num-buffers is set, fix duration querying.
13771
13772 2005-11-10  Michael Smith <msmith@fluendo.com>
13773
13774         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13775         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
13776         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
13777         (gst_ogg_mux_collected):
13778          Fix EOS handling, partially. Now forwarding an EOS event once we have
13779          EOS on all pads works correctly. However, we still don't properly set
13780          EOS on the actual ogg stream pages.
13781
13782 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
13783
13784         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
13785           Set elements to NULL state before disposing of them.
13786
13787 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
13788
13789         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13790
13791         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13792         (gst_base_rtp_depayload_init),
13793         (gst_base_rtp_depayload_set_gst_timestamp):
13794         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13795           We need to send a newsegment event for each instance, not
13796           just for the first instance of this class (get rid of
13797           static variable in function). (#321011).
13798           
13799 2005-11-08  Michael Smith <msmith@fluendo.com>
13800
13801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
13802         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
13803         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
13804         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
13805           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
13806           This makes us mux things correctly according to the ogg muxing
13807           rules. Still not handling EOS correctly right now, though.
13808
13809 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13810
13811         * gst/audioconvert/gstaudioconvert.c:
13812           Fix typo in docs. 
13813
13814 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
13815
13816         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13817         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
13818           Initialise segment_stop to GST_CLOCK_TIME_NONE when
13819           creating a new chain; should fix live streaming. Also
13820           add more debug output and fix a typo.
13821
13822 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
13823
13824         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13825
13826         * gst/volume/gstvolume.c: (volume_set_caps):
13827           Fix compilation on Solaris with Forte. (#320923)
13828
13829 2005-11-08  Wim Taymans  <wim@fluendo.com>
13830
13831         * gst-libs/gst/audio/gstbaseaudiosink.c:
13832         (gst_base_audio_sink_render):
13833         No need to do a typecheck.
13834
13835 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
13836
13837         * ext/alsa/gstalsa.h:
13838           We register a debug category, so let's use it.
13839
13840 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13841
13842         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13843         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
13844         Fixed a small problem.
13845
13846 2005-11-04  Wim Taymans  <wim@fluendo.com>
13847
13848         * examples/seeking/Makefile.am:
13849         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
13850         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
13851         (make_playerbin_pipeline), (format_value), (update_scale),
13852         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
13853         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
13854         (print_usage), (main):
13855         Added app for playback speed testing.
13856
13857         * examples/seeking/seek.c: (dynamic_link),
13858         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
13859         (make_mpeg_pipeline), (do_seek), (set_update_scale),
13860         (message_received), (main):
13861         Updated seek example.
13862
13863 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
13864
13865         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13866         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13867         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
13868         (gst_base_rtp_depayload_set_clock):
13869         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13870         Don't sleep on the bench (system clock) when you have a nice 
13871         comfortable bed (Gstreamer clock) to sleep on.
13872
13873 2005-11-03  Wim Taymans  <wim@fluendo.com>
13874
13875         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13876         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
13877         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
13878         Handle the case where a pad_block failed.
13879
13880 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
13881
13882         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
13883
13884         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13885         (gst_base_rtp_depayload_add_to_queue),
13886         (gst_base_rtp_depayload_push),
13887         (gst_base_rtp_depayload_set_gst_timestamp),
13888         (gst_base_rtp_depayload_queue_release):
13889           Fixes some bugs in the depayloader's queuing/de-queueing code.
13890
13891 2005-10-31  Michael Smith <msmith@fluendo.com>
13892
13893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
13894         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
13895         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
13896           Patch from Alessandro Decina <alessandro@nnva.org>.
13897           Make oggdemux only find the final time in a chain, not per-pad,
13898           since the per-pad information can be very expensive to locate, and
13899           it isn't used anywhere. This makes reading a file containing
13900           OggSkeleton reasonably fast.
13901           Also, make chain finding work when there are logical bitstreams that
13902           can't be decoded. Fixes #319110.
13903
13904 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13905
13906         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13907         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
13908         (gst_base_rtp_depayload_chain),
13909         (gst_base_rtp_depayload_add_to_queue),
13910         (gst_base_rtp_depayload_push),
13911         (gst_base_rtp_depayload_set_gst_timestamp),
13912         (gst_base_rtp_depayload_queue_release),
13913         (gst_base_rtp_depayload_start_thread),
13914         (gst_base_rtp_depayload_set_property),
13915         (gst_base_rtp_depayload_get_property):
13916         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13917         Some random fixes, to fullfill the desires of thomas.
13918
13919 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13920
13921         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13922         (gst_base_rtp_depayload_add_to_queue),
13923         (gst_base_rtp_depayload_push):
13924         Fixed the queueing algorithm.
13925
13926 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
13927
13928         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13929         (gst_base_rtp_depayload_push):
13930         A small fix
13931
13932 2005-10-31  Wim Taymans  <wim@fluendo.com>
13933
13934         * gst-libs/gst/audio/gstringbuffer.h:
13935         Don't break ABI.
13936
13937         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13938         (gst_ffmpeg_caps_to_pixfmt):
13939         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13940         (gst_ffmpegcsp_set_caps):
13941         Some more comments.
13942         Handle missing required caps fields better.
13943
13944 2005-10-31  Wim Taymans  <wim@fluendo.com>
13945
13946         * gst-libs/gst/audio/gstbaseaudiosink.c:
13947         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
13948         (gst_base_audio_sink_render):
13949         * gst-libs/gst/audio/gstringbuffer.c:
13950         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
13951         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
13952         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
13953         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
13954         (gst_ring_buffer_read):
13955         * gst-libs/gst/audio/gstringbuffer.h:
13956         Add flushing mode to the ringbuffer so that it in all cases does
13957         not try to handle more audio. This makes sure it does not try to
13958         block anymore when flushing and fixes a livelock.
13959
13960 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
13961
13962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
13963         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
13964         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
13965           Explicitly check for -1 values before doing a conversion
13966           and always map them to -1. (#315545)
13967
13968 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
13969
13970         * gst/playback/gstplaybin.c: (gen_video_element):
13971           first try autovideosink, then xvimagesink, then error out
13972         * po/POTFILES.in:
13973           add translatable file
13974         * po/af.po:
13975         * po/az.po:
13976         * po/cs.po:
13977         * po/en_GB.po:
13978         * po/hu.po:
13979         * po/it.po:
13980         * po/nb.po:
13981         * po/nl.po:
13982         * po/or.po:
13983         * po/sq.po:
13984         * po/sr.po:
13985         * po/sv.po:
13986         * po/uk.po:
13987         * po/vi.po:
13988           update translations
13989
13990 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
13991
13992         * gst-libs/gst/rtp/gstbasedepayload.c:
13993         * gst-libs/gst/rtp/gstbasedepayload.h:
13994           Minor cleanups
13995
13996 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
13997
13998         * gst/playback/.cvsignore:
13999         * gst/playback/decodetest.c:
14000         * gst/playback/test3.c:
14001           Port these two tests as well.
14002
14003 2005-10-27  Wim Taymans  <wim@fluendo.com>
14004
14005         * ext/theora/theoradec.c: (theora_dec_src_query),
14006         (theora_dec_sink_event):
14007         * ext/theora/theoraenc.c: (theora_enc_sink_event),
14008         (theora_enc_change_state):
14009         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14010         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14011         Take proper locks when handling events.
14012
14013 2005-10-27  Wim Taymans  <wim@fluendo.com>
14014
14015         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
14016         (gst_adder_change_state):
14017         Fix timestamps and fix deadlock when stopping the collectpads.
14018
14019 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
14020
14021         * gst-libs/gst/rtp/gstrtpbuffer.h:
14022         Declaring the payload types as strings too so that they can be used
14023         in the padtemplate inialization.
14024
14025 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
14026
14027         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
14028
14029         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14030         (gst_base_rtp_depayload_class_init):
14031         Fixes a small but nasty bug. The derived elements no longer segfaults
14032         on finalization.
14033
14034 2005-10-26  Michael Smith <msmith@fluendo.com>
14035
14036         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
14037           When clearing an audioconvert context, set tmpbufsize to zero, so
14038           we'll allocate it again later if required.
14039           This fixes audioconvert re-negotiating formats, which previously
14040           segfaulted with a NULL destination buffer.
14041
14042 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
14043
14044         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14045         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
14046         (gst_base_rtp_depayload_set_gst_timestamp),
14047         (gst_base_rtp_depayload_queue_release):
14048         Fixed a smalll memleak.
14049
14050 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
14051         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14052         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
14053         (gst_base_rtp_depayload_finalize),
14054         (gst_base_rtp_depayload_setcaps),
14055         (gst_base_rtp_depayload_add_to_queue),
14056         (gst_base_rtp_depayload_push),
14057         (gst_base_rtp_depayload_set_gst_timestamp),
14058         (gst_base_rtp_depayload_queue_release),
14059         (gst_base_rtp_depayload_thread),
14060         (gst_base_rtp_depayload_change_state):
14061         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14062         Changed the C++ comments to C comments
14063
14064 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
14065
14066         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
14067         * gst/tcp/gsttcpclientsrc.h:
14068         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
14069         * gst/tcp/gsttcpserversrc.h:
14070           Remove unused 'curoffset' structure member.
14071
14072 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
14073
14074         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14075         (gst_base_rtp_depayload_base_init),
14076         (gst_base_rtp_depayload_finalize):
14077         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14078         * gst-libs/gst/rtp/gstbasertppayload.h:
14079           The pad-template on the sinkpad should be set by the derived classes.
14080           Also added some useful macros.
14081
14082 2005-10-24  Wim Taymans  <wim@fluendo.com>
14083
14084         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14085         Correctly flush decoder samples even if we could not
14086         copy them to an output buffer. Fixes #319618.
14087
14088 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14089
14090         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
14091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
14092         the caps against our xcontext caps.
14093
14094 2005-10-24  Wim Taymans  <wim@fluendo.com>
14095
14096         * gst-libs/gst/audio/gstbaseaudiosink.c:
14097         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14098         Remove g_print
14099         Use sync property from baseclass to disable sync.
14100
14101 2005-10-24  Wim Taymans  <wim@fluendo.com>
14102
14103         * gst-libs/gst/audio/gstbaseaudiosink.c:
14104         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
14105         Buffers with no timestamps get aligned with previous buffers or
14106         on underrun, played ASAP.
14107
14108 2005-10-24  Julien MOUTTE  <julien@moutte.net>
14109
14110         * gst-libs/gst/video/video.h:
14111         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14112         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
14114         here comes my change on caps for framerate and geometry range.
14115         We are now accepting 1 to MAXINT for width and height, and from
14116         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
14117         to be blended correctly in videomixer.
14118
14119 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14120
14121         * configure.ac:
14122           back to HEAD
14123
14124 === release 0.9.4 ===
14125
14126 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14127
14128         * NEWS:
14129         * RELEASE:
14130         * configure.ac:
14131           releasing 0.9.4, "Velociraptor"
14132
14133 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14134
14135         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14136         * po/POTFILES.in:
14137           STOPPED -> FAILED
14138
14139 2005-10-21  Wim Taymans  <wim@fluendo.com>
14140
14141         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14142         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
14143         (pad_blocked), (close_pad_link), (new_pad):
14144         Don't try to remove elements twice.
14145
14146 2005-10-21  Wim Taymans  <wim@fluendo.com>
14147
14148         * ext/theora/theoradec.c: (theora_dec_src_query),
14149         (theora_dec_sink_event):
14150         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14151         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14152         (vorbis_handle_data_packet):
14153         * ext/vorbis/vorbisdec.h:
14154         Fix old naming.
14155
14156         * gst-libs/gst/audio/gstbaseaudiosink.c:
14157         (gst_base_audio_sink_render):
14158         Don't try to sync on buffers without a timestamp.
14159
14160 2005-10-21  Wim Taymans  <wim@fluendo.com>
14161
14162         * ext/theora/theoradec.c: (theora_dec_src_query),
14163         (theora_dec_sink_event):
14164         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14165         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14166         (vorbis_handle_data_packet):
14167         * ext/vorbis/vorbisdec.h:
14168         Fix old naming.
14169
14170 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14171
14172         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
14173         (gst_vorbisenc_src_query):
14174           Implement position and duration queries.
14175
14176         * gst/playback/test3.c: (update_scale), (main):
14177           Fix for async state changes and print nicer output.
14178
14179 2005-10-20  Wim Taymans  <wim@fluendo.com>
14180
14181         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14182         (dump_element_stats), (main):
14183         * gst/playback/test6.c: (main):
14184         Fix tests again
14185
14186 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14187
14188         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14189         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14190           Don't use functions for position queries when handling
14191           duration queries.
14192
14193 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
14194
14195         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14196         (vorbis_handle_data_packet), (vorbis_dec_chain),
14197         (vorbis_dec_change_state):
14198         * ext/vorbis/vorbisdec.h:
14199           Vorbis streams can be embedded in other container formats
14200           than ogg, container formats where the demuxer might set 
14201           timestamps on encoded vorbis buffers instead of those silly 
14202           granulepos thingies. In short: make vorbisdec handle 
14203           timestamps on incoming buffers as well.
14204
14205 2005-10-20  Wim Taymans  <wim@fluendo.com>
14206
14207         * gst/playback/gstplaybasebin.c: (group_destroy),
14208         (gst_play_base_bin_change_state):
14209         Fix leak.
14210         Handle case where playbasebin is now ASYNC because
14211         decodebin is.
14212
14213 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14214
14215         * gst/audioconvert/Makefile.am:
14216         * gst/audioconvert/bufferframesconvert.c:
14217         * gst/audioconvert/plugin.c: (plugin_init):
14218         * gst/audioconvert/plugin.h:
14219           And bye bye buffer-frames-convert
14220
14221 2005-10-19  Wim Taymans  <wim@fluendo.com>
14222
14223         * check/elements/audioconvert.c:
14224         * docs/libs/tmpl/gstaudio.sgml:
14225         * docs/libs/tmpl/gstcolorbalance.sgml:
14226         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14227         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
14228         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
14229         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
14230         * gst-libs/gst/audio/audio.h:
14231         * gst/audioconvert/audioconvert.h:
14232         * gst/audioconvert/gstaudioconvert.c:
14233         (gst_audio_convert_parse_caps):
14234         * gst/volume/gstvolume.c:
14235         Bye bye buffer-frames.
14236
14237 2005-10-19  Wim Taymans  <wim@fluendo.com>
14238
14239         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14240         (query_positions_elems), (query_positions_pads), (update_scale),
14241         (do_seek), (set_update_scale), (message_received), (main):
14242         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14243         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
14244         (gst_ogg_demux_loop):
14245         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
14246         * ext/theora/theoradec.c: (theora_dec_src_query),
14247         (theora_dec_sink_event):
14248         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14249         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
14250         * gst/adder/gstadder.c: (gst_adder_query):
14251         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
14252         * gst/playback/test3.c: (update_scale):
14253         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14254         (dump_element_stats), (main):
14255         * gst/playback/test6.c: (main):
14256         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
14257         Query API update.
14258
14259 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
14260
14261         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14262         (xml_check_first_element), (xml_type_find), (smil_type_find),
14263         (plugin_init):
14264           Add typefinding for SMIL and for generic XML. Based on patch by
14265           Akos Maroy (#308663).
14266
14267 2005-10-18  Wim Taymans  <wim@fluendo.com>
14268
14269         * gst/playback/Makefile.am:
14270         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14271         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
14272         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
14273         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
14274         (gst_decode_bin_change_state):
14275         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14276         (gst_play_bin_send_event_to_sink):
14277         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14278         (dump_element_stats), (main):
14279         * gst/playback/test6.c: (main):
14280         Make playbin async, it'll commit state to paused when all streams
14281         are detected.
14282         Remove ugly hack.
14283         Added test6.c to show async behaviour.
14284
14285 2005-10-18  Wim Taymans  <wim@fluendo.com>
14286
14287         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14288         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
14289         Fix for segment-start/stop API change.
14290
14291 2005-10-18  Wim Taymans  <wim@fluendo.com>
14292
14293         * check/Makefile.am:
14294         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
14295         (main):
14296         Add future test for clock selection.
14297
14298 2005-10-18  Wim Taymans  <wim@fluendo.com>
14299
14300         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
14301         (gst_alsasink_close):
14302         Set handle to NULL.
14303
14304         * gst-libs/gst/audio/gstringbuffer.c:
14305         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
14306         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
14307         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14308         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
14309         (gst_ring_buffer_read):
14310         More debug info.
14311
14312 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
14313
14314         * gst/audiotestsrc/Makefile.am:
14315         * gst/sine/Makefile.am:
14316         * gst/volume/Makefile.am:
14317           fix broken build of controllerized plugins
14318
14319 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
14320
14321         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14322
14323         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14324         (gst_riff_create_video_template_caps):
14325           Add support for Indeo-3 (IV32).
14326
14327 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14328
14329         * configure.ac:
14330           rewrite
14331
14332 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14333
14334         * gst-libs/gst/video/video.c: (gst_video_get_size):
14335         * gst/audiotestsrc/gstaudiotestsrc.c:
14336           doc updates
14337
14338 2005-10-17  Andy Wingo  <wingo@pobox.com>
14339
14340         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
14341         with the collectpads change.
14342         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
14343
14344         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
14345
14346         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
14347
14348         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
14349         alloc_buffer flow return to callers.
14350         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
14351         change. Fix some memleaks in theoraenc.
14352
14353         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
14354         in strange circumstance.
14355
14356 2005-10-17  Julien MOUTTE  <julien@moutte.net>
14357
14358         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14359         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
14360         from caps, let's use the caps...
14361
14362 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14363
14364         * configure.ac:
14365           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
14366
14367 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14368
14369         * gst-libs/gst/interfaces/Makefile.am:
14370           fix silly typo
14371
14372 2005-10-16  Andy Wingo  <wingo@pobox.com>
14373
14374         * gst/playback/gstdecodebin.c
14375         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
14376         function!
14377         (try_to_link_1): Increase kraziness level.
14378
14379 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14380
14381         * configure.ac:
14382           restructure like the core one
14383         * gst-libs/gst/audio/Makefile.am:
14384         * gst-libs/gst/interfaces/Makefile.am:
14385         * gst-libs/gst/net/Makefile.am:
14386         * gst-libs/gst/riff/Makefile.am:
14387         * gst-libs/gst/rtp/Makefile.am:
14388         * gst-libs/gst/tag/Makefile.am:
14389         * gst-libs/gst/video/Makefile.am:
14390           use correct linker flags, now the libs are properly versioned
14391         * check/elements/audioconvert.c: (verify_convert):
14392         * ext/alsa/gstalsaplugin.c:
14393         * ext/cdparanoia/gstcdparanoia.c:
14394         * ext/gnomevfs/gstgnomevfs.c:
14395         * ext/libvisual/visual.c:
14396         * ext/ogg/gstogg.c:
14397         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
14398         * ext/theora/theora.c:
14399         * ext/vorbis/vorbis.c:
14400         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14401         * gst-libs/gst/tag/gsttagediting.c:
14402         * gst-libs/gst/video/video.c:
14403         * gst/adder/gstadder.c:
14404         * gst/audioconvert/plugin.c:
14405         * gst/audiorate/gstaudiorate.c:
14406         * gst/audioresample/gstaudioresample.c:
14407         * gst/audioresample/resample_ref.c: (resample_scale_ref):
14408         * gst/audioscale/gstaudioscale.c:
14409         * gst/audioscale/resample.c:
14410         * gst/audiotestsrc/gstaudiotestsrc.c:
14411         * gst/ffmpegcolorspace/gstffmpeg.c:
14412         * gst/playback/gstdecodebin.c: (close_pad_link):
14413         * gst/playback/gstplaybin.c: (gen_video_element),
14414         (gen_audio_element):
14415         * gst/sine/gstsinesrc.c:
14416         * gst/subparse/gstsubparse.c:
14417         * gst/tags/gsttagediting.c:
14418         * gst/tcp/gsttcpplugin.c:
14419         * gst/typefind/gsttypefindfunctions.c:
14420         * gst/videorate/gstvideorate.c:
14421         * gst/videoscale/gstvideoscale.c:
14422         * gst/videotestsrc/gstvideotestsrc.c:
14423         * gst/volume/gstvolume.c:
14424         * sys/v4l/gstv4l.c:
14425         * sys/ximage/ximage.c:
14426         * sys/xvimage/xvimagesink.c:
14427           fix up defines
14428
14429 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
14430
14431         * ext/vorbis/vorbisenc.c:
14432         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
14433         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14434         (gst_tag_to_vorbis_comments):
14435           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
14436
14437 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
14438
14439         * examples/stats/mp2ogg.c:
14440         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14441           typo fixes
14442
14443 2005-10-13  Michael Smith <msmith@fluendo.com>
14444
14445         * ext/ogg/gstoggmux.c:
14446           Use magic glib macros to define constants as 64 bit, to ensure
14447           appropriate vararg passing.
14448
14449 2005-10-13  Michael Smith <msmith@fluendo.com>
14450
14451         * ext/ogg/gstoggmux.c:
14452         * gst/audioconvert/audioconvert.c: (float):
14453           Don't use LL suffix, as it's not portable, and neither of these
14454           uses required it anyway.
14455
14456 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
14457
14458         * examples/indexing/indexmpeg.c: (main):
14459         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
14460         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
14461         (cdparanoia_convert), (cdparanoia_query):
14462         * ext/cdparanoia/gstcdparanoia.h:
14463         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
14464         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
14465         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
14466         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
14467         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
14468         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
14469         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14470         (gst_multifdsink_render), (gst_multifdsink_start),
14471         (gst_multifdsink_stop):
14472         * gst/tcp/gstmultifdsink.h:
14473         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
14474         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14475         (gst_tcpclientsink_stop):
14476         * gst/tcp/gsttcpclientsink.h:
14477         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14478         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
14479         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
14480         * gst/tcp/gsttcpclientsrc.h:
14481         * gst/tcp/gsttcpserversink.h:
14482         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
14483         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14484         (gst_tcpserversrc_stop):
14485         * gst/tcp/gsttcpserversrc.h:
14486         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
14487         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
14488         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
14489           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
14490           moved bitshift from macro to enum definition
14491
14492 2005-10-12  Wim Taymans  <wim@fluendo.com>
14493
14494         * examples/seeking/Makefile.am:
14495         Oops.
14496
14497 2005-10-12  Wim Taymans  <wim@fluendo.com>
14498
14499         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14500         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14501         Don't assert on normal stuff.
14502
14503         * gst/playback/gstplaybin.c: (do_playbin_seek):
14504         API fix.
14505
14506 2005-10-12  Wim Taymans  <wim@fluendo.com>
14507
14508         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14509         * examples/seeking/Makefile.am:
14510         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
14511         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14512         (do_seek), (set_update_scale), (message_received), (main):
14513         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14514         (gst_ring_buffer_read), (gst_ring_buffer_clear):
14515         Update for _get_state() API change.
14516
14517 2005-10-11  Wim Taymans  <wim@fluendo.com>
14518
14519         * gst-libs/gst/audio/gstbaseaudiosink.c:
14520         (gst_base_audio_sink_render):
14521         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14522         (gst_base_audio_src_create):
14523         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
14524         (gst_ring_buffer_read):
14525         Cleanups.
14526         Commit and read from ringbuffer in samples rather than bytes.
14527
14528 2005-10-11  Wim Taymans  <wim@fluendo.com>
14529
14530         * gst-libs/gst/audio/gstbaseaudiosink.c:
14531         (gst_base_audio_sink_render):
14532         Respect segment rate and accum when scheduling samples.
14533
14534 2005-10-11  Julien MOUTTE  <julien@moutte.net>
14535
14536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
14537         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
14538         EOS correctly, that needs more work.
14539
14540 2005-10-11  Wim Taymans  <wim@fluendo.com>
14541
14542         * check/generic/states.c: (GST_START_TEST):
14543         remove old property.
14544
14545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14546         (gst_ogg_demux_perform_seek):
14547         * ext/theora/theoradec.c: (theora_dec_sink_event):
14548         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14549         (vorbis_handle_data_packet):
14550         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14551         (gst_base_rtp_depayload_set_gst_timestamp):
14552         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14553         Update for newsegment API change.
14554
14555 2005-10-11  Michael Smith <msmith@fluendo.com>
14556
14557         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
14558         (do_playbin_seek), (gst_play_bin_send_event):
14559           Override send_event differently, so that we can takes bits of
14560           functionality from GstPipeline (special handling for seeks,
14561           including pausing/resuming, and resetting stream time) and still get
14562           the appropriate behaviour of only forwarding event to a single sink,
14563           rather than all of them.
14564           Unfortunately requires a lot of code duplication, but the
14565           alternatives are equally ugly in the end.
14566
14567 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14568
14569         * check/elements/audioconvert.c: (setup_audioconvert),
14570         (cleanup_audioconvert), (get_int_caps), (verify_convert),
14571         (GST_START_TEST), (audioconvert_suite):
14572           clean up tests a little, fix some leaks.
14573
14574 2005-10-10  Wim Taymans  <wim@fluendo.com>
14575
14576         * ext/alsa/gstalsasink.c:
14577         Also allow unsigned int.
14578
14579         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14580         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14581         Small cleanup
14582
14583 2005-10-10  Wim Taymans  <wim@fluendo.com>
14584
14585         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14586         Small update, use API as stated in design docs.
14587
14588         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
14589         (update_scale), (do_seek), (seek_cb), (set_update_scale),
14590         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
14591         (message_received), (main):
14592         Updated seek example for GOption. Some usability improvements.
14593
14594 2005-10-10  Wim Taymans  <wim@fluendo.com>
14595
14596         * gst/audioconvert/audioconvert.h:
14597         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
14598         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
14599         Alloc temp storage somewhere else where we can do it more
14600         portable.
14601
14602 2005-10-10  Wim Taymans  <wim@fluendo.com>
14603
14604         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
14605         (gst_tcpserversrc_start):
14606         Don't block in accept while doing the state change, move
14607         to poll and make cancellable.
14608
14609 2005-10-09  Philippe Khalaf <burger@speedy.org>
14610
14611         * gst-libs/gst/rtp/rtpbasedepayload.c:
14612         Set timestamp and add queue delay to timestamp
14613         * gst-libs/gst/rtp/rtpbuffer.h:
14614         Set correct payload type for h263
14615
14616 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14617
14618         * gst/audiotestsrc/gstaudiotestsrc.c:
14619         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
14620         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
14621         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
14622         (gst_audiotestsrc_create_triangle),
14623         (gst_audiotestsrc_create_silence),
14624         (gst_audiotestsrc_create_white_noise),
14625         (gst_audiotestsrc_init_pink_noise),
14626         (gst_audiotestsrc_generate_pink_noise_value),
14627         (gst_audiotestsrc_create_pink_noise),
14628         (gst_audiotestsrc_change_wave):
14629         * gst/audiotestsrc/gstaudiotestsrc.h:
14630           fixed typo, added pink noise
14631
14632 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14633
14634         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
14635         (plugin_init):
14636           Add wavpack and spc typefind functions from 0.8 branch.
14637
14638 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14639
14640         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
14641         (ar_type_find), (msdos_type_find), (plugin_init):
14642           Add typefind functions for tar archives, ar archives,
14643           RAR archives, and msdos-executables (dlls, exe, etc.).
14644           Some of those would be wrongly identified as mpeg
14645           streams of some sort before (#315550).
14646
14647 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
14648
14649         * configure.ac:
14650         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14651         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14652         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
14653         * gst/audiotestsrc/Makefile.am:
14654         * gst/audiotestsrc/gstaudiotestsrc.c:
14655         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
14656         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
14657         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
14658         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
14659         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
14660         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
14661         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
14662         (gst_audiotestsrc_create_silence),
14663         (gst_audiotestsrc_create_white_noise),
14664         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
14665         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
14666         (gst_audiotestsrc_start), (plugin_init):
14667         * gst/audiotestsrc/gstaudiotestsrc.h:
14668           add new plugin and element
14669         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
14670           use gobject_class
14671
14672 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
14673
14674         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
14675         (gst_adder_init), (gst_adder_request_new_pad),
14676         (gst_adder_change_state):
14677           Add query function to source pad, so adder reports the correct
14678           time/sample position when queried (#315457); fix state change
14679           function; use GST_DEBUG_FUNCPTR() for pad functions.
14680
14681 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14682
14683         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
14684           Fix leaks in typefind registration
14685           Clean up the gratuitous commenting and whitespacing a little
14686
14687 2005-10-08  Wim Taymans  <wim@fluendo.com>
14688
14689         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
14690         Only actually wait for the thread to be stopped if it's 
14691         running.
14692
14693 2005-10-08  Wim Taymans  <wim@fluendo.com>
14694
14695         * gst-libs/gst/audio/gstbaseaudiosink.c:
14696         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14697         If we receive EOS we can start playback of what we had.
14698
14699 2005-10-08  Wim Taymans  <wim@fluendo.com>
14700
14701         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14702         (gst_multifdsink_finalize), (multifdsink_hash_remove),
14703         (gst_multifdsink_stop):
14704         Fix crasher when going to NULL multiple times.
14705
14706 2005-10-06  Wim Taymans  <wim@fluendo.com>
14707
14708         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
14709         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
14710         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14711         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
14712         patch from Edgard Lima <edgard.lima@indt.org.br>
14713         Fixed gstbaseaudiosrc adding ring buffer sync to it.
14714
14715 2005-10-06  Wim Taymans  <wim@fluendo.com>
14716
14717         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
14718         Report the FLOW_RETURN as string in the error message.
14719
14720         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
14721         Don't assert when clearing an unnegotiated buffer.
14722
14723 2005-10-04  Michael Smith <msmith@fluendo.com>
14724
14725         * gst/playback/gstplaybasebin.c: (group_destroy),
14726         (gen_preroll_element), (remove_groups), (setup_source):
14727         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
14728         (setup_sinks), (gst_play_bin_send_event),
14729         (gst_play_bin_change_state):
14730           Set state to NULL before removing from bin. Fix refcounting.
14731
14732 2005-10-04  Michael Smith <msmith@fluendo.com>
14733
14734         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14735           Correct refcounting in send_event() function. Previously was wrong
14736           if the first sink was unable to handle the event.
14737
14738 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14739
14740         * configure.ac:
14741           back to development
14742
14743 === release 0.9.3 ===
14744
14745 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14746
14747         * configure.ac:
14748           Releasing 0.9.3, "De Facto"
14749
14750 2005-10-03  Andy Wingo  <wingo@pobox.com>
14751
14752         * gst/playback/gstdecodebin.c (try_to_link_1)
14753         (remove_element_chain): set element to NULL before removing it.
14754
14755 2005-10-02  Johan Dahlin  <johan@gnome.org>
14756
14757         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
14758         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
14759         MT safe.
14760
14761 2005-10-02  Andy Wingo  <wingo@pobox.com>
14762
14763         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
14764         (gst_ring_buffer_prepare_read): 
14765         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
14766         Demote to LOG.
14767
14768 2005-09-29  Wim Taymans  <wim@fluendo.com>
14769
14770         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
14771         * ext/theora/theoradec.c: (theora_handle_data_packet):
14772         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
14773         Propagate error codes from alloc_buffer too.
14774
14775 2005-09-29  Wim Taymans  <wim@fluendo.com>
14776
14777         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14778         We use fixed caps.
14779
14780         * gst/playback/Makefile.am:
14781         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
14782         (dump_element_stats), (main):
14783         Added example stream introspection code.
14784
14785 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
14786
14787         * gst/adder/gstadder.c: (gst_adder_collected):
14788           fix adder for float elements
14789
14790 2005-09-28  Wim Taymans  <wim@fluendo.com>
14791
14792         * gst-libs/gst/audio/gstbaseaudiosink.c:
14793         (gst_base_audio_sink_class_init),
14794         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14795         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14796         (gst_base_audio_src_class_init),
14797         (gst_base_audio_src_provide_clock):
14798         get_clock -> provide_clock
14799
14800 2005-09-28  Andy Wingo  <wingo@pobox.com>
14801
14802         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
14803         and unlocking.
14804
14805         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
14806         unlocking.
14807
14808         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
14809         Actually add the pad template.
14810         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
14811
14812         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
14813         I'm at it...
14814
14815         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
14816         from fdsrc. Get caps in create() instead of start() so it can be
14817         interrupted. Interruption somewhat untested.
14818
14819         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
14820         Proper EOS handling.
14821
14822 2005-09-27  Andy Wingo  <wingo@pobox.com>
14823
14824         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
14825
14826         * gst/tcp/gsttcpserversrc.c: Cleaned up.
14827
14828         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
14829
14830         * gst/tcp/gsttcp.h: 
14831         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
14832         out of tcpclientsrc.c. Cancellable.
14833         (gst_tcp_socket_read): Made private, cancellable, with better
14834         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
14835         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
14836         whole buffer, and better diagnostics.
14837         (gst_tcp_gdp_read_caps): Same.
14838
14839         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
14840
14841 2005-09-26  Andy Wingo  <wingo@pobox.com>
14842
14843         * gst/sine/gstsinesrc.h:
14844         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
14845         change the 'sync' property to 'is-live' and implement it halfway,
14846         update for controller api change.
14847
14848         * gst/volume/gstvolume.c (volume_transform_ip): Update for
14849         controller api change.
14850
14851 2005-09-24  Wim Taymans  <wim@fluendo.com>
14852
14853         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
14854         * gst-libs/gst/audio/gstaudiosink.c:
14855         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14856         (gst_audioringbuffer_stop):
14857         * gst-libs/gst/audio/gstbaseaudiosink.c:
14858         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
14859         (gst_base_audio_sink_change_state):
14860         * gst-libs/gst/audio/gstbaseaudiosink.h:
14861         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
14862         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
14863         (gst_ring_buffer_commit), (gst_ring_buffer_read):
14864         * gst-libs/gst/audio/gstringbuffer.h:
14865         Fix sync again. Moved sample alignment to basesink.
14866
14867 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14868
14869         * docs/plugins/Makefile.am:
14870         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14871         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14872         * gst/volume/gstvolume.c:
14873           add/fix docs
14874         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
14875         * gst-libs/gst/audio/audio.h:
14876           add conversion macros for frames <-> clocktime
14877
14878 2005-09-23  David Schleef  <ds@schleef.org>
14879
14880         * gst/audioresample/Makefile.am:
14881         * gst/audioresample/debug.h:
14882         * gst/audioresample/gstaudioresample.c:
14883         * gst/audioresample/resample.c: Convert to using gst debugging
14884
14885 2005-09-22  Wim Taymans  <wim@fluendo.com>
14886
14887         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14888         (gst_play_bin_send_event):
14889         Only seek on one sink, the first one that succeeds.
14890
14891 2005-09-22  Michael Smith <msmith@fluendo.com>
14892
14893         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
14894         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
14895         Don't flush encoder state unless we have an initialised encoder.
14896         Clear out encoder state on PAUSED_TO_READY.
14897
14898 2005-09-22  Wim Taymans  <wim@fluendo.com>
14899
14900         * gst-libs/gst/rtp/gstbasertppayload.c:
14901         (gst_basertppayload_class_init), (gst_basertppayload_init),
14902         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14903         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14904         (gst_basertppayload_is_filled), (gst_basertppayload_push),
14905         (gst_basertppayload_set_property),
14906         (gst_basertppayload_get_property),
14907         (gst_basertppayload_change_state):
14908         * gst-libs/gst/rtp/gstbasertppayload.h:
14909         Added max-ptime to control amount of data in the rtp packets.
14910
14911 2005-09-21  Andy Wingo  <wingo@pobox.com>
14912
14913         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
14914         thingies.
14915
14916         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
14917         can be called multiple times, dogs.
14918
14919 2005-09-21  Wim Taymans  <wim@fluendo.com>
14920
14921         * gst-libs/gst/rtp/gstbasertppayload.c:
14922         (gst_basertppayload_class_init), (gst_basertppayload_init),
14923         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14924         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14925         (gst_basertppayload_push), (gst_basertppayload_get_property),
14926         (gst_basertppayload_change_state):
14927         Allow 0 ssrc too.
14928
14929 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
14930
14931         * docs/libs/compiling.sgml:
14932           fixing typos
14933
14934 2005-09-20  Wim Taymans  <wim@fluendo.com>
14935
14936         * gst-libs/gst/rtp/gstbasertppayload.c:
14937         (gst_basertppayload_class_init), (gst_basertppayload_init),
14938         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14939         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14940         (gst_basertppayload_push), (gst_basertppayload_set_property),
14941         (gst_basertppayload_get_property),
14942         (gst_basertppayload_change_state):
14943         * gst-libs/gst/rtp/gstbasertppayload.h:
14944         Added property to configure sequence number offsets.
14945
14946 2005-09-20  Wim Taymans  <wim@fluendo.com>
14947
14948         * gst-libs/gst/rtp/gstbasertppayload.c:
14949         (gst_basertppayload_class_init), (gst_basertppayload_init),
14950         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14951         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14952         (gst_basertppayload_push), (gst_basertppayload_set_property),
14953         (gst_basertppayload_get_property),
14954         (gst_basertppayload_change_state):
14955         * gst-libs/gst/rtp/gstbasertppayload.h:
14956         Make timestamp offset configurable.
14957
14958 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14959
14960         * check/pipelines/simple_launch_lines.c: (run_pipeline):
14961           fix wrong pop/unref
14962
14963 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
14964
14965         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14966
14967         * gst-libs/gst/interfaces/propertyprobe.c:
14968         (gst_property_probe_probe_property_name),
14969         (gst_property_probe_needs_probe_name),
14970         (gst_property_probe_get_values_name),
14971         (gst_property_probe_probe_and_get_values_name):
14972           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
14973           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
14974
14975 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14976
14977         * check/Makefile.am:
14978           have some tests be disabled for valgrinding
14979         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
14980         (GST_START_TEST):
14981         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
14982           Fix A Leak.  Chain To Parent Finalize.
14983
14984 2005-09-19  Wim Taymans  <wim@fluendo.com>
14985
14986         * examples/seeking/seek.c: (make_wav_pipeline), (main):
14987         Fixed wav pipeline.
14988
14989 2005-09-19  Wim Taymans  <wim@fluendo.com>
14990
14991         * gst-libs/gst/rtp/gstbasertppayload.c:
14992         (gst_basertppayload_class_init), (gst_basertppayload_init),
14993         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
14994         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
14995         (gst_basertppayload_push), (gst_basertppayload_get_property),
14996         (gst_basertppayload_change_state):
14997         Posting ERROR and WARNING messages is good.
14998
14999 2005-09-19  Wim Taymans  <wim@fluendo.com>
15000
15001         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15002         (gst_base_rtp_depayload_add_to_queue),
15003         (gst_base_rtp_depayload_push),
15004         (gst_base_rtp_depayload_set_gst_timestamp),
15005         (gst_base_rtp_depayload_queue_release):
15006         This one was not supposed to go in.
15007
15008 2005-09-19  Wim Taymans  <wim@fluendo.com>
15009
15010         * check/pipelines/simple_launch_lines.c: (run_pipeline):
15011         Fix for bus API.
15012
15013         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15014         (gst_base_rtp_depayload_chain),
15015         (gst_base_rtp_depayload_add_to_queue),
15016         (gst_base_rtp_depayload_push),
15017         (gst_base_rtp_depayload_set_gst_timestamp),
15018         (gst_base_rtp_depayload_queue_release):
15019         Some cleanups.
15020
15021         * gst-libs/gst/rtp/gstbasertppayload.c:
15022         (gst_basertppayload_class_init), (gst_basertppayload_init),
15023         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
15024         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15025         (gst_basertppayload_get_property),
15026         (gst_basertppayload_change_state):
15027         Added debugging category.
15028
15029 2005-09-18  David Schleef  <ds@schleef.org>
15030
15031         * gst/playback/gstdecodebin.c: free plugin list correctly
15032         * gst/playback/gstplaybin.c: emit warning if autovideosink
15033           and autoaudiosink can't be found (instead of segfaulting)
15034
15035 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15036
15037         * check/elements/audioconvert.c: (GST_START_TEST):
15038           try out 24 bit conversion
15039
15040 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15041
15042         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15043         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15044         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
15045         * ext/vorbis/vorbisenc.h:
15046           Fix EOS handling.  Still needs a fix in the ogg muxer to
15047           mark the last page as eos.
15048
15049 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15050
15051         * common/gtk-doc-plugins.mak:
15052         * docs/plugins/Makefile.am:
15053         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15054         * gst/ffmpegcolorspace/Makefile.am:
15055         * gst/ffmpegcolorspace/avcodec.h:
15056         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15057         * gst/tcp/gstmultifdsink.c:
15058           fix up ffmpegcolorspace docs; extract header
15059
15060 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15061
15062         * common/gtk-doc-plugins.mak:
15063         * docs/plugins/Makefile.am:
15064         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15065         * ext/theora/Makefile.am:
15066         * ext/theora/gsttheoraenc.h:
15067         * ext/theora/theoraenc.c:
15068         * ext/vorbis/vorbisenc.c:
15069           pick up signals and args for vorbis; add some docs for vorbis
15070
15071 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
15072
15073         * common/gstdoc-scangobj:
15074         * common/gtk-doc-plugins.mak:
15075         * docs/libs/Makefile.am:
15076         * docs/plugins/gst-plugins-base-plugins.args:
15077         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15078         * docs/plugins/gst-plugins-base-plugins.interfaces:
15079         * docs/plugins/gst-plugins-base-plugins.prerequisites:
15080         * docs/plugins/gst-plugins-base-plugins.signals:
15081           only scanobj stuff from our source module.  Not sure yet
15082           if that's correct, given the hierarchy stuff :)
15083
15084 2005-09-15  Wim Taymans  <wim@fluendo.com>
15085
15086         * gst/audioconvert/gstaudioconvert.c:
15087         And enable 24 bits mode as well..
15088
15089 2005-09-15  Wim Taymans  <wim@fluendo.com>
15090
15091         * gst-libs/gst/rtp/Makefile.am:
15092         * gst-libs/gst/rtp/gstbasertppayload.c:
15093         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
15094         (gst_basertppayload_class_init), (gst_basertppayload_init),
15095         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
15096         (gst_basertppayload_chain), (gst_basertppayload_set_options),
15097         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
15098         (gst_basertppayload_set_property),
15099         (gst_basertppayload_get_property),
15100         (gst_basertppayload_change_state):
15101         * gst-libs/gst/rtp/gstbasertppayload.h:
15102         Added rtp payloader base class.
15103
15104 2005-09-15  Andy Wingo  <wingo@pobox.com>
15105
15106         * configure.ac (plugindir): Remove the EOL matcher from the
15107         regexp, as it causes me problems. Libtool? Make? Who knows?
15108
15109 2005-09-14  David Schleef  <ds@schleef.org>
15110
15111         * check/generic/states.c: 
15112         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15113         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
15114           Fixes for changes in registry API.
15115
15116         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
15117           to GST_PLUGIN_LDFLAGS.
15118         * ext/libvisual/visual.c: Make the library shut up.
15119         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
15120         * gst-libs/gst/audio/gstaudiofilter.c: same
15121
15122 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15123
15124         * docs/plugins/Makefile.am:
15125         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15126         * docs/plugins/inspect/plugin-libvisual.xml:
15127         * docs/plugins/tmpl/element-tcpserversink.sgml:
15128         * ext/theora/theoraenc.c:
15129           add libvisual plugin and theoraenc element to docs
15130
15131 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15132
15133         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15134         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15135         * ext/theora/theoraenc.c:
15136           add theoraenc
15137
15138 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
15139
15140         * gst/audioconvert/Makefile.am:
15141           Audioconvert derives from GstBaseTransform and should
15142           link to the library with our base elements to avoid
15143           unresolved symbols. Makes things work with MinGW (#316160)
15144
15145         * gst/playback/test4.c: (main):
15146           Fix MinGW build problem and use g_usleep() instead of 
15147           sleep() (#316162)
15148
15149 2005-09-12  Wim Taymans  <wim@fluendo.com>
15150
15151         * gst/audioconvert/audioconvert.c: (float),
15152         (audio_convert_prepare_context), (audio_convert_convert):
15153         * gst/audioconvert/audioconvert.h:
15154         Cleanups, speedups, simplifications, added back support
15155         for 24 bits.
15156
15157 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15158
15159         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15160         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15161         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15162         * docs/plugins/tmpl/element-tcpserversink.sgml:
15163         * gst/ffmpegcolorspace/gstffmpeg.c:
15164         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15165         * gst/videotestsrc/gstvideotestsrc.c:
15166         * gst/volume/gstvolume.c:
15167           add more elements to the docs
15168
15169 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
15170
15171         * check/Makefile.am:
15172         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
15173         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
15174           Add extra tests for basetransform based components. 
15175           Comment out the test_element_negotiation test until we decide
15176           if it's testing correct behaviour.
15177         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
15178         (gst_visual_chain), (gst_visual_change_state):
15179           Slightly more correct but still bogus timestamping.
15180           Fix state change function.
15181         * gst/audioconvert/gstaudioconvert.c:
15182         (gst_audio_convert_class_init):
15183         * gst/audioresample/gstaudioresample.c:
15184         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15185         (gst_ffmpegcsp_class_init):
15186         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15187         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
15188         (gst_videoscale_prepare_image):
15189         * gst/volume/gstvolume.c: (gst_volume_class_init),
15190         (volume_transform_ip):
15191           Basetransform updates. Enable passthrough modes.
15192         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15193         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
15194         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15195           Negotiation fix that allows the window to return to the original
15196           size and renegotiate passthrough upstream. Extra debug output.
15197
15198 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15199
15200         * gst/sine/gstsinesrc.c:
15201         * gst/volume/gstvolume.c:
15202           fix up header include
15203
15204 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
15205
15206         * gst-libs/gst/audio/gstbaseaudiosink.c:
15207         (gst_base_audio_sink_render):
15208         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
15209         * gst/volume/gstvolume.c: (gst_volume_class_init),
15210         (volume_transform):
15211           fixing lost sync, some more debugging
15212
15213 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
15214
15215         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15216         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
15217         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15218         (gst_xvimagesink_check_xshm_calls):
15219           Fix compilation when XShm is not available.
15220
15221 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15222
15223         * ext/libvisual/visual.c: (gst_visual_dispose),
15224         (gst_visual_getcaps), (gst_visual_src_setcaps),
15225         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
15226         (gst_visual_change_state):
15227           Finish fixing up libvisual plugin so that it runs. 
15228
15229 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15230
15231         * ext/vorbis/vorbisenc.c:
15232         * gst-libs/gst/tag/gstvorbistag.c:
15233           gsttaginterface.h -> gsttagsetter.h
15234
15235 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15236
15237         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
15238           added another test that failes for me (test is not active by default)
15239
15240 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15241
15242         * configure.ac:
15243           v4l2 is no longer in gst-plugins-base
15244
15245 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
15246
15247         * configure.ac:
15248           In the output at the end, don't show the first plugin on the same
15249           line as "Core plug-ins, always built:".
15250           Indent the output as for other plugin categories
15251         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
15252           #define that can be used to not use peer buffer_alloc functions for
15253           test purposes.
15254         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
15255         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
15256         (gst_ximagesink_show_frame):
15257         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
15258         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
15259         (gst_xvimagesink_show_frame):
15260           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
15261           fails gracefully instead of XError aborting or deadlocking.
15262
15263 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
15264
15265         * ext/libvisual/Makefile.am:
15266           link against gst-base-libs
15267
15268 2005-09-06  David Schleef  <ds@schleef.org>
15269
15270         * configure.ac: Enable libvisual plugin.
15271         * ext/libvisual/Makefile.am:
15272         * ext/libvisual/visual.c: Fixes to make it compile.
15273
15274 === release 0.9.2 ===
15275
15276 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15277
15278         * NEWS:
15279         * RELEASE:
15280         * configure.ac:
15281         * docs/random/ChangeLog-0.8:
15282           releasing 0.9.2, "Spoon"
15283
15284 2005-09-05  Michael Smith <msmith@fluendo.com>
15285
15286         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
15287           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
15288           that in the vorbisenc element.
15289
15290 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15291
15292         * common/gtk-doc-plugins.mak:
15293         * docs/plugins/Makefile.am:
15294           fix distcheck
15295         * gst/audioresample/resample.c:
15296           fix wrong docstring
15297
15298 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15299
15300         * common/gst-xmlinspect.py:
15301         * common/gtk-doc-plugins.mak:
15302           only inspect plugins for this given package
15303           require gst-python 0.9
15304
15305 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15306
15307         * Makefile.am:
15308         * autogen.sh:
15309         * common/gst-xmlinspect.py:
15310         * configure.ac:
15311         * docs/Makefile.am:
15312         * docs/plugins/inspect/plugin-alsa.xml:
15313         * docs/plugins/inspect/plugin-audioresample.xml:
15314         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
15315         * docs/plugins/inspect/plugin-ogg.xml:
15316         * docs/plugins/tmpl/element-gnomevfssink.sgml:
15317         * docs/plugins/tmpl/element-multifdsink.sgml:
15318         * docs/plugins/tmpl/element-tcpserversink.sgml:
15319         * docs/plugins/tmpl/element-vorbisenc.sgml:
15320         * gst-plugins-base.spec.in:
15321           various doc-related updates
15322
15323 2005-08-31  Wim Taymans  <wim@fluendo.com>
15324
15325         * gst-libs/gst/audio/gstbaseaudiosink.c:
15326         (gst_base_audio_sink_render):
15327         Resync if the buffer timestamps drift more than a 10th 
15328         of a second.
15329
15330 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
15331
15332         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
15333         (gst_v4lsrc_get_property):
15334           The 'timestamp-offset' property is registered as an int64, so
15335           let's use g_value_{set|get}_int64() in our setter and getter
15336           functions (makes it work and fixes warnings with gst-inspect).
15337
15338 2005-08-30  Wim Taymans  <wim@fluendo.com>
15339
15340         * check/elements/audioconvert.c: (setup_audioconvert):
15341         * check/elements/audioresample.c: (setup_audioresample):
15342         * check/elements/volume.c: (setup_volume):
15343         Fix checks.
15344
15345 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15346
15347         * common/gtk-doc-plugins.mak:
15348         * common/plugins.xsl:
15349         * docs/plugins/Makefile.am:
15350           make module a param
15351
15352 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15353
15354         * examples/seeking/seek.c: (make_mp3_pipeline),
15355         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
15356         (play_cb), (pause_cb), (stop_cb):
15357           update the example
15358
15359 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
15360
15361         * gst/volume/gstvolume.c: (gst_volume_class_init),
15362         (volume_transform):
15363           do not update controlled params, if buffer has no timestamp
15364
15365 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15366
15367         * configure.ac:
15368         * gst/sine/Makefile.am:
15369         * gst/volume/Makefile.am:
15370           controllerized elements also need to link against controller-libs ;)
15371
15372 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
15373
15374         * docs/libs/tmpl/gstcolorbalance.sgml:
15375         * docs/libs/tmpl/gstgconf.sgml:
15376         * docs/libs/tmpl/gstmixer.sgml:
15377         * docs/libs/tmpl/gstringbuffer.sgml:
15378         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15379         (gst_sinesrc_create):
15380         * gst/volume/gstvolume.c: (gst_volume_class_init),
15381         (volume_transform):
15382           controllerized two audio plugins
15383
15384 2005-08-29  Andy Wingo  <wingo@pobox.com>
15385
15386         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
15387         (vorbis_handle_data_packet): Fix some int overflow errors.
15388
15389         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
15390         -1.
15391         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
15392         valid.
15393         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
15394         if it's valid. Fixed streaming-mode playback.
15395
15396         * check/elements/volume.c (cleanup_volume): Fix for running
15397         CK_FORK=no.
15398
15399         * check/elements/audioconvert.c: Convert from native endian, not
15400         little endian.
15401
15402 2005-08-29  Michael Smith <msmith@fluendo.com>
15403
15404         * ext/ogg/Makefile.am:
15405         * ext/ogg/gstogg.c: (plugin_init):
15406         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
15407         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
15408         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
15409         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
15410         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
15411         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
15412         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
15413         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
15414         Add an ogg parser element.
15415
15416 2005-08-28  Andy Wingo  <wingo@pobox.com>
15417
15418         * Updates for two-arg init from GST_BOILERPLATE_FULL.
15419
15420 2005-08-26  Wim Taymans  <wim@fluendo.com>
15421
15422         * gst/audioconvert/audioconvert.c: (if), (float),
15423         (audio_convert_get_func_index), (check_default),
15424         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15425         (audio_convert_clean_context), (audio_convert_get_sizes),
15426         (audio_convert_convert):
15427         Cleanups.
15428
15429 2005-08-26  Wim Taymans  <wim@fluendo.com>
15430
15431         * gst/audioconvert/audioconvert.c: (if), (float),
15432         (audio_convert_get_func_index), (check_default),
15433         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15434         (audio_convert_clean_context), (audio_convert_get_sizes),
15435         (audio_convert_convert):
15436         More elegant and working temp buffer selection algo.
15437
15438 2005-08-26  Wim Taymans  <wim@fluendo.com>
15439
15440         * gst/audioconvert/audioconvert.c: (if), (float),
15441         (audio_convert_get_func_index), (check_default),
15442         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15443         (audio_convert_clean_context), (audio_convert_get_sizes),
15444         (get_temp_buffer), (audio_convert_convert):
15445         Use realloc else we lose our original data.
15446
15447 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15448
15449         * gst/audioresample/gstaudioresample.c:
15450           use base class' newsegment to properly timestamp
15451
15452 2005-08-26  Wim Taymans  <wim@fluendo.com>
15453
15454         * gst/audioconvert/audioconvert.c: (if), (float),
15455         (audio_convert_get_func_index), (check_default),
15456         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15457         (audio_convert_clean_context), (audio_convert_get_sizes),
15458         (get_temp_buffer), (audio_convert_convert):
15459         * gst/audioconvert/gstaudioconvert.c:
15460         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
15461         (gst_audio_convert_transform_caps),
15462         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
15463         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
15464         Oops, allocate enough space to perform the channel mix.
15465
15466 2005-08-26  Wim Taymans  <wim@fluendo.com>
15467
15468         * gst/audioconvert/Makefile.am:
15469         * gst/audioconvert/audioconvert.c: (if), (float),
15470         (audio_convert_get_func_index), (check_default),
15471         (audio_convert_clean_fmt), (audio_convert_prepare_context),
15472         (audio_convert_clean_context), (audio_convert_get_sizes),
15473         (get_temp_buffer), (audio_convert_convert):
15474         * gst/audioconvert/audioconvert.h:
15475         * gst/audioconvert/gstaudioconvert.c:
15476         (gst_audio_convert_class_init), (gst_audio_convert_init),
15477         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
15478         (gst_audio_convert_get_unit_size),
15479         (gst_audio_convert_transform_caps),
15480         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
15481         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
15482         * gst/audioconvert/gstaudioconvert.h:
15483         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
15484         (gst_channel_mix_fill_identical),
15485         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
15486         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
15487         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
15488         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
15489         (gst_channel_mix_mix):
15490         * gst/audioconvert/gstchannelmix.h:
15491         Cleanups, librarify a bit, optimize, better negotiation and more.
15492
15493 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15494
15495         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
15496         Another from MikeS:
15497         During typefinding, don't support negative offsets
15498         (offsets from the end of the stream) in our typefind->peek() function
15499         - nothing embedded in ogg ever needs them. However, we need to recognise
15500         those requests and reject them, otherwise we return invalid pointers.
15501
15502 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
15503
15504         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15505         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15506         (vorbisdec_finalize), (vorbis_handle_type_packet):
15507           Big shout-out to MikeS for fixing this giant memory leak.
15508           Huzzah!
15509
15510 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15511
15512         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
15513         (audio_convert_get_unit_size):
15514           plug some leaks
15515
15516 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15517
15518         * check/Makefile.am:
15519         * check/elements/audioconvert.c: (setup_audioconvert),
15520         (cleanup_audioconvert), (get_int_caps), (verify_convert),
15521         (GST_START_TEST), (audioconvert_suite), (main):
15522           add a test for audioconvert
15523         * gst/audioresample/gstaudioresample.c:
15524         * gst/audioresample/gstaudioresample.h:
15525           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
15526           note that for buffers of 1/3 sec this means DURATION(c) is 
15527           one nanosecond more than for a and b
15528
15529 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15530
15531         * check/Makefile.am:
15532         * check/elements/audioresample.c: (setup_audioresample),
15533         (cleanup_audioresample), (fail_unless_perfect_stream),
15534         (test_perfect_stream_instance), (GST_START_TEST),
15535           add a check for audioresample
15536         (audioresample_suite), (main):
15537         * check/elements/volume.c: (GST_START_TEST):
15538           remove unused method
15539         * gst/audioresample/gstaudioresample.c:
15540           set correct buffer parameters since we're changing them
15541         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15542           add some debug
15543
15544 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15545
15546         * gst/audioresample/debug.c:
15547         * gst/audioresample/gstaudioresample.c:
15548           add room for extra overlap samples when asked to transform size
15549           protect against possible mem corruption and check for discrepancies
15550           between written size and outbuffer's size so we can warn for
15551           potential problems
15552         * gst/audioresample/resample.c: (resample_init),
15553         (resample_get_output_size_for_input), (resample_get_output_size),
15554         (resample_set_n_channels), (resample_set_format):
15555           set debug level based on RESAMPLE_DEBUG env var
15556           make sure that get_output_size* returns a whole number of
15557           sample_size
15558           set sample_size each time either channel or format is set
15559         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
15560         * gst/audioresample/resample_functable.c:
15561         (resample_scale_functable):
15562         * gst/audioresample/resample_ref.c: (resample_scale_ref):
15563           remove r->sample_size, it's done in resample.c now
15564           add some debugging to the ref implementation
15565           make sure we only give back bytes that are wholes of the sample
15566           size
15567
15568 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
15569         * gst/playback/gstplaybasebin.c: (fill_buffer):
15570         Revert unpopular change for GST_MESSAGE_SRC to GObject.
15571
15572 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
15573
15574         * gst/volume/gstvolume.c:
15575           made set_caps function static
15576
15577 2005-08-24  Wim Taymans  <wim@fluendo.com>
15578
15579         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
15580         (gst_vorbisenc_change_state):
15581         Stop leaking taglists.
15582
15583 2005-08-24  Wim Taymans  <wim@fluendo.com>
15584
15585         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15586         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
15587         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
15588         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
15589         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
15590         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15591         Parse seeking events better.
15592         Unref static caps.
15593         Generate correct newsegment events, fixes seeking in live oggs.
15594
15595         * ext/theora/theoradec.c: (theora_dec_src_query),
15596         (theora_dec_src_event), (theora_dec_src_getcaps),
15597         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
15598         Use newsegment values to report correct play time.
15599
15600         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15601         (vorbis_dec_src_event), (vorbis_dec_sink_event):
15602         * ext/vorbis/vorbisdec.h:
15603         Parse and use newsegment values to report correct play time.
15604
15605         * gst-libs/gst/audio/gstbaseaudiosink.c:
15606         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
15607         Clear ringbuffer on flush.
15608         Use newsegment values to calculate playback time.
15609
15610         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
15611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
15612         Basesink does newsegment calculations for us now.
15613
15614 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15615
15616         * check/Makefile.am:
15617         * configure.ac:
15618           add core's plugins to the mix so that playbin works
15619         * check/generic/states.c: (GST_START_TEST):
15620           set a 0 timeout on pipelines, so they don't force the next
15621           state change
15622         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
15623         (gst_play_base_bin_change_state):
15624           remove the crappy error handling and do GST error handling
15625
15626 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15627
15628         * check/Makefile.am:
15629         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
15630           add same test as to core, it bitches out on playbin atm.
15631
15632 2005-08-24  Wim Taymans  <wim@fluendo.com>
15633
15634         * configure.ac:
15635         Remove audioscale.
15636
15637 2005-08-24  Wim Taymans  <wim@fluendo.com>
15638
15639         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
15640         (gst_videoscale_prepare_size), (parse_caps),
15641         (gst_videoscale_set_caps), (gst_videoscale_get_size),
15642         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
15643         (gst_videoscale_transform):
15644         * gst/videoscale/gstvideoscale.h:
15645         Refactor, make use of BaseTranform really well.
15646
15647 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15648
15649         * configure.ac:
15650           compile audioresample
15651         * gst/audioresample/Makefile.am:
15652         * gst/audioresample/buffer.c:
15653         * gst/audioresample/functable.c:
15654         * gst/audioresample/gstaudioresample.c:
15655         * gst/audioresample/gstaudioresample.h:
15656         * gst/audioresample/resample.c:
15657         (resample_get_output_size_for_input):
15658         * gst/audioresample/resample.h:
15659         * gst/audioresample/resample_chunk.c:
15660         * gst/audioresample/resample_functable.c:
15661         * gst/audioresample/resample_ref.c:
15662           port to use basetransform; doesn't work in all cases yet
15663
15664 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15665
15666         * gst/audioconvert/gstaudioconvert.c:
15667         (gst_audio_convert_class_init), (gst_audio_convert_init),
15668         (audio_convert_get_unit_size), (audio_convert_transform_caps),
15669         (audio_convert_fixate_caps), (audio_convert_set_caps),
15670         (audio_convert_transform),
15671         (gst_audio_convert_buffer_to_default_format),
15672         (gst_audio_convert_buffer_from_default_format),
15673         (gst_audio_convert_channels):
15674         * gst/audioconvert/gstchannelmix.c:
15675         * gst/audioconvert/gstchannelmix.h:
15676           port to basetransform
15677         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15678         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
15679         (gst_ffmpegcsp_get_unit_size):
15680         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15681         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
15682           fix for basetransform changes
15683
15684 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
15685
15686         * check/Makefile.am:
15687           Add CHECK_CFLAGS and LDFLAGS
15688
15689         * gst/playback/gstplaybasebin.c: (fill_buffer):
15690           GST_MESSAGE_SRC became a GObject
15691
15692 2005-08-24  Wim Taymans  <wim@fluendo.com>
15693
15694         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
15695         (gst_ring_buffer_clear_all):
15696         * gst-libs/gst/audio/gstringbuffer.h:
15697         Added function to clear the ringbuffer.
15698
15699 2005-08-24  Andy Wingo  <wingo@pobox.com>
15700
15701         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
15702         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
15703         of _open and _close.
15704
15705         * sys/v4l/gstv4lxoverlay.h:
15706         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
15707         an Xv connection here, instead of all the time. Make Xv only be
15708         loaded if you axe for it. Kindof a workaround for buggy behaviour
15709         of Xv when using remote xservers (XvQueryExtension would block).
15710         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
15711         replace the _open and _close public API. Only start the xv
15712         connection if necessary.
15713         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
15714
15715 2005-08-23  David Schleef  <ds@schleef.org>
15716
15717         * gst/audioresample/Makefile.am: Leet audioresampling code
15718         * gst/audioresample/buffer.c:
15719         * gst/audioresample/buffer.h:
15720         * gst/audioresample/debug.c:
15721         * gst/audioresample/debug.h:
15722         * gst/audioresample/functable.c:
15723         * gst/audioresample/functable.h:
15724         * gst/audioresample/gstaudioresample.c:
15725         * gst/audioresample/gstaudioresample.h:
15726         * gst/audioresample/resample.c:
15727         * gst/audioresample/resample.h:
15728         * gst/audioresample/resample_chunk.c:
15729         * gst/audioresample/resample_functable.c:
15730         * gst/audioresample/resample_ref.c:
15731
15732 2005-08-23  Wim Taymans  <wim@fluendo.com>
15733
15734         * examples/seeking/seek.c: (make_vorbis_pipeline),
15735         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
15736         Small seek updates.
15737
15738 2005-08-23  Andy Wingo  <wingo@pobox.com>
15739
15740         * gst-libs/gst/audio/gstbaseaudiosrc.c
15741         (gst_base_audio_src_fixate): Only fixate endianness if it is
15742         present in the caps.
15743
15744 2005-08-22  Andy Wingo  <wingo@pobox.com>
15745
15746         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
15747         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
15748         device-name property.
15749
15750         * gst-libs/gst/audio/gstaudiosrc.h:
15751         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
15752         close_device in the ring buffer, like gstaudiosink.
15753
15754         * ext/alsa/gstalsamixer.h:
15755         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
15756         macro to implement the interface without much code. Cleanups. 
15757
15758         * ext/alsa/gstalsasrc.h:
15759         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
15760         READY.
15761
15762         * ext/alsa/Makefile.am: Add new files.
15763         * ext/alsa/gstalsamixerelement.c: 
15764         * ext/alsa/gstalsamixerelement.c: Split element code out from
15765         mixer code so that alsasrc can be a mixer too.
15766
15767 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15768
15769         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15770         (GST_START_TEST):
15771         * check/elements/vorbisdec.c: (setup_vorbisdec),
15772         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
15773         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15774         (vorbis_handle_identification_packet),
15775         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
15776         (vorbis_handle_header_packet), (vorbis_dec_push),
15777         (vorbis_dec_chain):
15778           use the setup/teardown methods to save code.  save code is good.
15779
15780 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15781
15782         * check/Makefile.am:
15783           add ext dir for plugins
15784           add vorbisdec test conditionally
15785         * check/elements/volume.c: (setup_volume), (cleanup_volume),
15786         (GST_START_TEST), (volume_suite):
15787           add a test with wrong caps
15788         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
15789         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
15790           add a vorbisdec test
15791         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
15792         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
15793           clean up debug output
15794         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15795           yay, fix a segfault/security issue in vorbisdec
15796           gst-launch fakesrc ! vorbisdec wasn't happy
15797         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
15798         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
15799         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
15800         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15801         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
15802         (gst_vorbisenc_set_metadata), (get_constraints_string),
15803         (update_start_message), (gst_vorbisenc_setup),
15804         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15805         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
15806         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
15807         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
15808         * ext/vorbis/vorbisenc.h:
15809           march in line
15810         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15811         (gst_ffmpegcsp_transform):
15812           have the kow come home
15813         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
15814           debug my func ptr
15815         * gst/volume/gstvolume.c: (volume_set_caps):
15816           add a debug
15817
15818 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15819
15820         * Makefile.am:
15821         * check/.cvsignore:
15822         * check/Makefile.am:
15823         * check/elements/.cvsignore:
15824         * check/elements/volume.c: (chain_func), (event_func),
15825         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
15826         (main):
15827         * configure.ac:
15828           add unit test structure for gst-plugins-base
15829           add a test for volume
15830         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
15831         (gst_volume_set_volume), (gst_volume_get_volume),
15832         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
15833         (volume_funcfind), (volume_process_float), (volume_process_int16),
15834         (volume_set_caps), (volume_transform), (volume_update_mute),
15835         (volume_update_volume), (volume_set_property),
15836         (volume_get_property):
15837           document a little; use basetransform vmethod _set_caps
15838
15839 2005-08-19  Andy Wingo  <wingo@pobox.com>
15840
15841         * ext/alsa/gstalsamixertrack.h:
15842         * ext/alsa/gstalsamixertrack.c:
15843         * ext/alsa/gstalsamixeroptions.h:
15844         * ext/alsa/gstalsamixeroptions.c:
15845         * ext/alsa/gstalsamixer.h:
15846         * ext/alsa/gstalsamixer.c: Port to 0.9.
15847
15848         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
15849         Remove gstalsa.c and alsaclock. No more cruft here.
15850         
15851 2005-08-18  Wim Taymans  <wim@fluendo.com>
15852
15853         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15854         (gst_base_rtp_depayload_chain),
15855         (gst_base_rtp_depayload_add_to_queue),
15856         (gst_base_rtp_depayload_push),
15857         (gst_base_rtp_depayload_queue_release):
15858         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15859         Fix for RTPBuffer changes.
15860
15861         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
15862         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
15863         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
15864         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
15865         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
15866         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
15867         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
15868         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
15869         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
15870         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
15871         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
15872         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
15873         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
15874         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
15875         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
15876         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
15877         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
15878         (gst_rtpbuffer_get_payload):
15879         * gst-libs/gst/rtp/gstrtpbuffer.h:
15880         Don't subclass GstBuffer but add methods and helper functions
15881         to construct and manipulate RTP packets in regular GstBuffers.
15882
15883 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
15884
15885         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
15886           moved statement below switch
15887         * gst/volume/gstvolume.c: (gst_volume_class_init):
15888           added debug ptr
15889
15890 2005-08-16  Wim Taymans  <wim@fluendo.com>
15891
15892         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15893         (gst_base_audio_src_change_state):
15894         Open and close device in READY<->NULL state change.
15895
15896 2005-08-16  Andy Wingo  <wingo@pobox.com>
15897
15898         * examples/seeking/Makefile.am: Don't compile non-compiling
15899         compiled objects with the compiler.
15900
15901         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
15902         elements.
15903
15904 2005-08-12  Philippe Khalaf <burger@speedy.org>
15905         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15906         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15907           Made a thread to release the queue.
15908           Removed timestamp conversion for now.
15909
15910 2005-08-10  Philippe Khalaf <burger@speedy.org>
15911         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15912         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15913           Added rtp timestamp -> gst timestamp conversion.
15914           Fixed several problems with queue.
15915
15916 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15917
15918         * gst-libs/gst/audio/gstaudioclock.h:
15919         * gst-libs/gst/audio/gstaudiofilter.h:
15920         * gst-libs/gst/audio/gstaudiosink.h:
15921         * gst-libs/gst/audio/gstaudiosrc.h:
15922         * gst-libs/gst/audio/gstbaseaudiosink.h:
15923         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15924         * gst-libs/gst/audio/gstringbuffer.h:
15925         * gst-libs/gst/net/gstnetbuffer.h:
15926         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15927         * gst-libs/gst/rtp/gstrtpbuffer.h:
15928           Add padding (you will need to rebuild gst-plugins-base,
15929           gst-plugins and all applications afterwards!)
15930
15931 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
15932
15933         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15934         (gst_riff_parse_chunk):
15935           Fix bug in debug message and add some more debug messages.
15936
15937 2005-08-08  Edward Hervey  <edward@fluendo.com>
15938
15939         * gst-libs/gst/riff/riff-media.c:
15940         backported updates since branch
15941
15942 2005-08-08  Andy Wingo  <wingo@pobox.com>
15943
15944         * gst-libs/gst/audio/gstbaseaudiosink.c
15945         (gst_base_audio_sink_change_state): Open the device in NULL->READY
15946         like good elements should. Close on READY->NULL too.
15947
15948         * gst-libs/gst/audio/gstaudiosink.c
15949         (gst_audioringbuffer_open_device,
15950         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
15951         (gst_audioringbuffer_release): Updates for new ring buffer API,
15952         hook into the new audio sink api.
15953
15954         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
15955         (GstAudioSinkClass.close): Just open and close the device -- no
15956         resource allocation or configuration.
15957         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
15958         vmethods, handle device setup and resource allocation.
15959
15960         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
15961         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
15962         base class API.
15963
15964         * gst-libs/gst/audio/gstringbuffer.h
15965         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
15966         New vmethods.
15967
15968         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
15969         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
15970         New API functions. The device should be opened before acquiring
15971         and closed after releasing.
15972
15973 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15974
15975         * gst-libs/gst/interfaces/mixer.h:
15976           Reset padding to GST_PADDING.
15977
15978 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15979
15980         * gst/playback/gstplaybin.c: (remove_sinks):
15981           Remove visualization from parent explicitely; works around some
15982           apparent refcount issue that I haven't tracked down yet.
15983
15984 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15985
15986         * ext/alsa/gstalsasink.c: (set_hwparams):
15987           Assign debug category, add negotiation debug msgs.
15988
15989 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15990
15991         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
15992           Fix error code for file-not-found to NOT_FOUND.
15993
15994 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15995
15996         * common/gtk-doc-plugins.mak:
15997         * docs/plugins/Makefile.am:
15998         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15999         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16000           renamed to actual element names, so much nicer to look at
16001         * docs/plugins/tmpl/gstmultifdsink.sgml:
16002           remove
16003         * docs/plugins/tmpl/multifdsink.sgml:
16004         * docs/plugins/tmpl/tcpserversink.sgml:
16005           add
16006         * ext/alsa/gstalsa.c:
16007         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
16008         * ext/ogg/gstoggmux.c:
16009         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16010         * gst/playback/gstdecodebin.c:
16011         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
16012         * gst/tcp/gsttcpserversink.c:
16013           various fixes and documentation additions
16014
16015 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16016
16017         * common/Makefile.am:
16018         * common/gstdoc-scangobj:
16019         * common/gtk-doc-plugins.mak:
16020         * common/gtk-doc.mak:
16021           add a custom scangobj that uses the registry
16022           add a custom gtk-doc-plugins.mak that uses it
16023           some doc build fixes
16024         * configure.ac:
16025         * docs/Makefile.am:
16026         * docs/plugins/Makefile.am:
16027         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16028         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16029         * docs/plugins/gst-plugins-base-plugins.types:
16030         * docs/plugins/tmpl/gstmultifdsink.sgml:
16031           add docs for one element, multifdsink
16032         * gst/adder/gstadder.h:
16033         * gst/volume/gstvolume.h:
16034           don't privatize enum
16035         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16036         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16037         (gst_sync_method_get_type), (gst_client_status_get_type),
16038         (gst_multifdsink_class_init),
16039         (gst_multifdsink_client_queue_buffer),
16040         (gst_multifdsink_handle_client_write):
16041         * gst/tcp/gstmultifdsink.h:
16042         * gst/tcp/gsttcp.h:
16043         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16044         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16045         (gst_tcpclientsink_render):
16046         * gst/tcp/gsttcpclientsink.h:
16047         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16048         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
16049         (gst_tcpclientsrc_start):
16050         * gst/tcp/gsttcpclientsrc.h:
16051         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16052         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
16053         * gst/tcp/gsttcpserversrc.h:
16054         * gst/typefind/gsttypefindfunctions.c:
16055           remove superfluous Type stuff
16056
16057 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16058
16059         * gst/playback/gstplaybin.c: (gen_video_element):
16060           Enable videoscale.
16061
16062 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16063
16064         * gst-libs/gst/gconf/gconf.c:
16065         * gst-libs/gst/gconf/gconf.h:
16066           Fix some Andy Problem [tm].
16067
16068 2005-08-04  Andy Wingo  <wingo@pobox.com>
16069
16070         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
16071         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
16072         (gst_ffmpegcsp_get_size): Adapt to API changes.
16073
16074         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
16075         Implement an in-place do-nothing transform.
16076
16077 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16078
16079         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
16080         (gst_ximagesink_renegotiate_size):
16081           Do not set new window sizes yet if we prepare a new buffer size
16082           for upstream renegotiation (software scaling) at some point in the
16083           future, because this new size waqs not actually accepted yet. Once
16084           accepted, renegotiation later on will set the new sizes just fine.
16085           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
16086           embedding testcase.
16087
16088 2005-08-03  Andy Wingo  <wingo@pobox.com>
16089
16090         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
16091         (gst_ximagesink_buffer_alloc): 
16092         Protect the height, width, and desired_caps with the pool_lock.
16093         Fixes videotestsrc ! queue ! ximagesink.
16094
16095 2005-08-02  Edward Hervey  <edward@fluendo.com>
16096
16097         * gst/volume/gstvolume.c:
16098         include left from controller cleanup
16099
16100 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
16101         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
16102           Stop collectpads before calling the parent state
16103           change function on PAUSED->READY.
16104
16105 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
16106         * configure.ac:
16107           When testing for X libs, use the X CFlags 
16108         * gst/adder/gstadder.c: (gst_adder_change_state):
16109           Stop the collectpads before calling parent state change function
16110           on PAUSED->READY, otherwise we deadlock deactivating pads.
16111
16112 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
16113
16114         * configure.ac:
16115         * docs/libs/tmpl/gstcolorbalance.sgml:
16116         * docs/libs/tmpl/gstmixer.sgml:
16117         * examples/Makefile.am:
16118         * gst/sine/Makefile.am:
16119         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
16120         (gst_sinesrc_set_property), (plugin_init):
16121         * gst/sine/gstsinesrc.h:
16122         * gst/volume/Makefile.am:
16123         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16124         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
16125         (volume_process_float), (volume_process_int16),
16126         (volume_set_property), (plugin_init):
16127         * gst/volume/gstvolume.h:
16128           deactivate and remove dparams (libgstcontrol)
16129
16130 2005-07-29  Wim Taymans  <wim@fluendo.com>
16131
16132         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
16133         Convert me to BaseTransform!! help..
16134
16135 2005-07-29  Andy Wingo  <wingo@pobox.com>
16136
16137         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
16138         sinks.
16139
16140         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
16141         support of both endiannesses.
16142
16143 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16144
16145         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
16146           Fix confusing debug message (s/event/query/)
16147
16148 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
16149
16150         * gst/videotestsrc/videotestsrc.h:
16151           Use "_stdint.h" instead of <stdint.h>
16152
16153 2005-07-27  Wim Taymans  <wim@fluendo.com>
16154
16155         * ext/vorbis/Makefile.am:
16156         Revert wrong commit.
16157
16158 2005-07-27  Wim Taymans  <wim@fluendo.com>
16159
16160         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
16161         More compilation fixen.
16162
16163 2005-07-27  Wim Taymans  <wim@fluendo.com>
16164
16165         * gst-libs/gst/audio/gstbaseaudiosink.c:
16166         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
16167         (gst_base_audio_sink_create_ringbuffer),
16168         (gst_base_audio_sink_change_state):
16169         Fix compilation.
16170
16171 2005-07-27  Wim Taymans  <wim@fluendo.com>
16172
16173         * examples/seeking/seek.c: (setup_dynamic_link),
16174         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
16175         (query_positions_elems), (query_positions_pads), (do_seek):
16176         Update seek example.
16177
16178         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16179         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
16180         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
16181         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16182         (gst_ogg_demux_handle_event),
16183         (gst_ogg_demux_deactivate_current_chain),
16184         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16185         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16186         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
16187         (gst_ogg_demux_loop):
16188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
16189         * ext/theora/theoradec.c: (theora_dec_src_event),
16190         (theora_dec_src_getcaps), (theora_dec_sink_event),
16191         (theora_dec_push), (theora_dec_chain):
16192         * ext/vorbis/Makefile.am:
16193         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
16194         (vorbis_dec_sink_event), (vorbis_dec_push),
16195         (vorbis_handle_data_packet):
16196         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
16197         (gst_vorbisenc_chain):
16198         * gst/playback/gststreaminfo.c: (cb_probe):
16199         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
16200         * gst/videorate/gstvideorate.c: (gst_videorate_event):
16201         * gst/videoscale/gstvideoscale.c:
16202         (gst_videoscale_handle_src_event):
16203         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
16204         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
16205         (gst_ximagesink_navigation_send_event):
16206         * sys/xvimage/xvimagesink.c:
16207         (gst_xvimagesink_navigation_send_event):
16208         Various event updates and cleanups
16209
16210 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16211
16212         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
16213           Fix segfault for I420/YV12.
16214
16215 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16216
16217         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
16218           Report bitrate.
16219
16220 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16221
16222         * gst/playback/gstplaybin.c: (gen_video_element),
16223         (gen_audio_element):
16224           Switch to auto*sink elements as default sinks; add volume element
16225           so that volume control in totem works.
16226
16227 2005-07-21  Wim Taymans  <wim@fluendo.com>
16228
16229         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
16230         * gst/playback/gstplaybin.c: (setup_sinks),
16231         (gst_play_bin_change_state):
16232         Refcount fix and more comments.
16233
16234 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16235
16236         * sys/ximage/Makefile.am:
16237         * sys/ximage/ximage.c: (plugin_init):
16238         * sys/ximage/ximagesink.c:
16239         Prepare for adding ximagesrc, rename of plugin to ximage etc.
16240         
16241
16242 2005-07-21  Wim Taymans  <wim@fluendo.com>
16243
16244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
16245         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16246         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16247         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16248         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16249         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
16250         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
16251         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
16252         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
16253         Generate correct disconts for live chained oggs.
16254
16255         * gst-libs/gst/audio/gstbaseaudiosink.c:
16256         (gst_base_audio_sink_render),
16257         (gst_base_audio_sink_create_ringbuffer),
16258         (gst_base_audio_sink_change_state):
16259         Handle discont math correctly.
16260
16261         * gst/playback/gstplaybin.c: (add_sink):
16262         Some small debug cleanup.
16263
16264 2005-07-21  Wim Taymans  <wim@fluendo.com>
16265
16266         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
16267         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16268         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
16269         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16270         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
16271         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
16272         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16273         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
16274         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
16275         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16276         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
16277         (gst_ogg_demux_change_state), (gst_ogg_print):
16278         Reorganize code to send the right disconts when in streaming
16279         mode.
16280
16281 2005-07-20  Andy Wingo  <wingo@pobox.com>
16282
16283         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
16284         fix (?), fixes a seggie mcfalterson (#310894).
16285
16286 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16287
16288         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
16289         (gst_ogg_mux_set_header_on_caps):
16290         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16291         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
16292         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
16293         * gst-libs/gst/audio/multichannel.c:
16294         (gst_audio_set_channel_positions),
16295         (gst_audio_set_structure_channel_positions_list):
16296         * gst/playback/gstdecodebin.c: (dynamic_create):
16297         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
16298         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
16299           Fixes for API changes in core.
16300
16301 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16302
16303         * gst/playback/gstplaybasebin.c: (fill_buffer):
16304           Use _new_custom() so we can set custom message types for buffering
16305           messages.
16306
16307 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16308
16309         * configure.ac:
16310         * gst-libs/gst/Makefile.am:
16311         * gst-libs/gst/gconf/.cvsignore:
16312         * gst-libs/gst/gconf/Makefile.am:
16313         * gst-libs/gst/gconf/test-gconf.c:
16314         * pkgconfig/Makefile.am:
16315         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
16316         * pkgconfig/gstreamer-gconf.pc.in:
16317           Remove gconf stuff, use gconf elements instead from now on.
16318
16319 2005-07-20  Wim Taymans  <wim@fluendo.com>
16320
16321         * gst-libs/gst/audio/TODO:
16322         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
16323         (gst_audio_clock_get_internal_time):
16324         * gst-libs/gst/audio/gstaudioclock.h:
16325         * gst-libs/gst/audio/gstbaseaudiosink.c:
16326         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16327         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
16328         (gst_base_audio_sink_render),
16329         (gst_base_audio_sink_create_ringbuffer),
16330         (gst_base_audio_sink_change_state):
16331         Make sure the audio clock always returns an increasing value.
16332
16333 2005-07-19  Andy Wingo  <wingo@pobox.com>
16334
16335         * gst/videotestsrc/: Cleanups.
16336
16337 2005-07-19  Wim Taymans  <wim@fluendo.com>
16338
16339         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
16340         Better debugging.
16341
16342 2005-07-19  Wim Taymans  <wim@fluendo.com>
16343
16344         * examples/seeking/seek.c: (make_dv_pipeline),
16345         (make_vorbis_theora_pipeline), (query_rates),
16346         (query_positions_elems), (query_positions_pads), (do_seek):
16347         Make correct DV pipeline.
16348
16349 2005-07-18  Andy Wingo  <wingo@pobox.com>
16350
16351         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
16352         default. Also because it's the only thing that really works. (This
16353         is used in the GConf elements).
16354         Use AS_LIBTOOL_TAGS.
16355
16356 2005-07-18  Wim Taymans  <wim@fluendo.com>
16357
16358         * gst/playback/gstdecodebin.c: (remove_element_chain):
16359         * gst/playback/gstplaybin.c: (add_sink):
16360         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16361         (gst_stream_info_set_mute):
16362         * gst/playback/gststreamselector.c:
16363         (gst_stream_selector_get_linked_pad),
16364         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
16365         More leak and compile fixes.
16366
16367 2005-07-18  Wim Taymans  <wim@fluendo.com>
16368
16369         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16370         (query_rates), (query_positions_elems), (query_positions_pads),
16371         (do_seek), (seek_cb), (stop_seek):
16372         Updated seek example. 
16373
16374         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
16375         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
16376         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
16377         * gst/playback/gstplaybin.c: (add_sink):
16378         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16379         (gst_stream_info_set_mute):
16380         Some refcount leak fixes.
16381
16382 2005-07-16  Wim Taymans  <wim@fluendo.com>
16383
16384         * gst-libs/gst/audio/gstbaseaudiosink.c:
16385         (gst_base_audio_sink_render):
16386         Align samples even if we have roundoff errors in the 
16387         timestamp conversion.
16388
16389 2005-07-16  Wim Taymans  <wim@fluendo.com>
16390
16391         * docs/libs/tmpl/gstringbuffer.sgml:
16392         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
16393         (query_rates), (query_positions_elems), (query_positions_pads),
16394         (update_scale), (do_seek):
16395         Updated seek example.
16396
16397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16398         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
16399         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
16400         (gst_ogg_demux_loop):
16401         Push out correct discont values.
16402
16403         * ext/theora/theoradec.c: (theora_dec_src_convert),
16404         (theora_dec_sink_convert), (theora_dec_src_getcaps),
16405         (theora_dec_sink_event), (theora_handle_type_packet),
16406         (theora_handle_header_packet), (theora_dec_push),
16407         (theora_handle_data_packet), (theora_dec_chain),
16408         (theora_dec_change_state):
16409         Better timestamping.
16410
16411         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16412         (vorbis_dec_sink_event), (vorbis_dec_push),
16413         (vorbis_handle_data_packet), (vorbis_dec_chain):
16414         * ext/vorbis/vorbisdec.h:
16415         Better timestamping.
16416
16417         * gst-libs/gst/audio/gstbaseaudiosink.c:
16418         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
16419         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
16420         Handle syncing on timestamps instead of sample offsets. Make
16421         use of DISCONT values as described in design docs.
16422
16423         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16424         (gst_base_audio_src_get_time):
16425         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
16426         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
16427         (gst_ring_buffer_read):
16428         * gst-libs/gst/audio/gstringbuffer.h:
16429         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
16430         (gst_ximagesink_show_frame):
16431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
16432         Correcly convert buffer timestamp to stream time.
16433
16434 2005-07-16  Wim Taymans  <wim@fluendo.com>
16435
16436         * gst/audioconvert/gstaudioconvert.c:
16437         (gst_audio_convert_get_buffer):
16438         Timestamp buffers correctly.
16439
16440         * gst/playback/gstplaybin.c: (gen_video_element):
16441         Make internal fakesink silent.
16442
16443 2005-07-15  Wim Taymans  <wim@fluendo.com>
16444
16445         * gst/ffmpegcolorspace/Makefile.am:
16446         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16447         (gst_ffmpegcsp_caps_remove_format_info),
16448         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16449         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
16450         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
16451         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
16452         Ported ffmpegcolorspace to basetransform.
16453
16454         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
16455         * gst/volume/gstvolume.c: (volume_transform):
16456         Ported to new API.
16457
16458 2005-07-14  Wim Taymans  <wim@fluendo.com>
16459
16460         * gst/videotestsrc/Makefile.am:
16461         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
16462         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
16463         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
16464         (gst_videotestsrc_init), (gst_videotestsrc_event),
16465         (gst_videotestsrc_create), (gst_videotestsrc_start),
16466         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
16467         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16468         (gst_videotestsrc_get_property):
16469         * gst/videotestsrc/gstvideotestsrc.h:
16470         Make videotestsrc a pushsrc.
16471
16472 2005-07-14  Wim Taymans  <wim@fluendo.com>
16473
16474         * gst/tcp/gstfdset.c: (gst_fdset_free):
16475         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
16476         (gst_multifdsink_add), (gst_multifdsink_remove),
16477         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
16478         (gst_multifdsink_remove_client_link),
16479         (gst_multifdsink_client_queue_data),
16480         (gst_multifdsink_client_queue_caps),
16481         (gst_multifdsink_client_queue_buffer),
16482         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
16483         (gst_multifdsink_stop):
16484         * gst/tcp/gstmultifdsink.h:
16485         0.8 backporting.
16486
16487         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
16488         Also draw image when not from a pool.
16489
16490 2005-07-14  Wim Taymans  <wim@fluendo.com>
16491
16492         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
16493         (mute_stream), (silence_stream):
16494         Small debug additions.
16495
16496 2005-07-14  Wim Taymans  <wim@fluendo.com>
16497
16498         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
16499         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16500         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
16501         Better error recovery, ignore unconnected pads and
16502         non-fatal errors.
16503
16504 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16505
16506         * docs/libs/tmpl/gstaudio.sgml:
16507         * docs/libs/tmpl/gstcolorbalance.sgml:
16508         * docs/libs/tmpl/gstgconf.sgml:
16509         * docs/libs/tmpl/gstmixer.sgml:
16510         * docs/libs/tmpl/gstringbuffer.sgml:
16511         * docs/libs/tmpl/gsttuner.sgml:
16512         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16513         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16514         (gst_tcpclientsrc_class_init):
16515         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16516         (gst_tcpserversrc_class_init):
16517         * sys/v4l/gstv4lelement.c:
16518           more autistic cleanliness in functions/names/defines
16519
16520 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16521
16522         * configure.ac:
16523           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
16524           added manually to each Makefile.am so we are sure it goes
16525           *last* and doesn't add -L flags before linking in libs of our
16526           own, like, say, internal .la libs, that then accidentally pick
16527           up the installed copy.
16528         * docs/libs/Makefile.am:
16529         * ext/alsa/Makefile.am:
16530         * ext/cdparanoia/Makefile.am:
16531         * ext/gnomevfs/Makefile.am:
16532         * ext/libvisual/Makefile.am:
16533         * ext/ogg/Makefile.am:
16534         * ext/theora/Makefile.am:
16535         * ext/vorbis/Makefile.am:
16536         * gst-libs/gst/video/Makefile.am:
16537         * gst/adder/Makefile.am:
16538         * gst/audioconvert/Makefile.am:
16539         * gst/audiorate/Makefile.am:
16540         * gst/audioscale/Makefile.am:
16541         * gst/ffmpegcolorspace/Makefile.am:
16542         * gst/playback/Makefile.am:
16543         * gst/sine/Makefile.am:
16544         * gst/subparse/Makefile.am:
16545         * gst/tags/Makefile.am:
16546         * gst/tcp/Makefile.am:
16547         * gst/typefind/Makefile.am:
16548         * gst/videorate/Makefile.am:
16549         * gst/videoscale/Makefile.am:
16550         * gst/videotestsrc/Makefile.am:
16551         * gst/volume/Makefile.am:
16552         * sys/v4l/Makefile.am:
16553         * sys/ximage/Makefile.am:
16554         * sys/xvimage/Makefile.am:
16555           adapt properly to this change. This should make sure that
16556           plugins and libs properly link to the as-yet-uninstalled
16557           copies of stuff like libgstinterfaces and libgstvideo
16558
16559 2005-07-13  Andy Wingo  <wingo@pobox.com>
16560
16561         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
16562         (gst_v4lsrc_fixate): Fixate on format as well.
16563
16564         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
16565         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
16566         buffer points to it.
16567         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
16568         rather just doing X calls ourselves. Also fixes a memleak.
16569
16570 2005-07-12  Andy Wingo  <wingo@pobox.com>
16571
16572         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
16573         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
16574         (gst_v4lsrc_create): Re-add the copy-mode property, default to
16575         TRUE to avoid deadlocks if an element holds on to our buffers.
16576
16577 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16578
16579         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16580         (gst_sinesrc_init), (gst_sinesrc_create),
16581         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
16582         (gst_sinesrc_start):
16583         * gst/sine/gstsinesrc.h:
16584           removing num-buffers property before moving it
16585
16586 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16587
16588         * configure.ac:
16589           use overridable ERROR_CFLAGS
16590         * docs/libs/gst-plugins-base-libs.types:
16591         * docs/libs/tmpl/gstringbuffer.sgml:
16592         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
16593         (gst_alsasink_class_init):
16594         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16595         (gst_alsasrc_class_init):
16596         * gst-libs/gst/audio/audio.h:
16597         * gst-libs/gst/audio/gstaudioclock.h:
16598         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
16599         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
16600         (gst_audio_filter_link), (gst_audio_filter_init),
16601         (gst_audio_filter_chain), (gst_audio_filter_set_property),
16602         (gst_audio_filter_get_property),
16603         (gst_audio_filter_class_add_pad_templates):
16604         * gst-libs/gst/audio/gstaudiofilter.h:
16605         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16606         (gst_audio_filter_template_get_type),
16607         (gst_audio_filter_template_base_init),
16608         (gst_audio_filter_template_class_init),
16609         (gst_audio_filter_template_init),
16610         (gst_audio_filter_template_set_property),
16611         (gst_audio_filter_template_get_property), (plugin_init),
16612         (gst_audio_filter_template_setup),
16613         (gst_audio_filter_template_filter),
16614         (gst_audio_filter_template_filter_inplace):
16615         * gst-libs/gst/audio/gstaudiosink.c:
16616         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16617         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
16618         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16619         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16620         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
16621         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
16622         * gst-libs/gst/audio/gstaudiosink.h:
16623         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16624         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16625         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16626         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
16627         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
16628         (gst_audio_src_class_init), (gst_audio_src_init),
16629         (gst_audio_src_create_ringbuffer):
16630         * gst-libs/gst/audio/gstaudiosrc.h:
16631         * gst-libs/gst/audio/gstbaseaudiosink.c:
16632         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
16633         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
16634         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
16635         (gst_base_audio_sink_set_property),
16636         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
16637         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
16638         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
16639         (gst_base_audio_sink_create_ringbuffer),
16640         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
16641         * gst-libs/gst/audio/gstbaseaudiosink.h:
16642         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16643         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
16644         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
16645         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
16646         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
16647         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
16648         (gst_base_audio_src_event), (gst_base_audio_src_create),
16649         (gst_base_audio_src_create_ringbuffer),
16650         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
16651         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16652         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16653         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
16654         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
16655         (gst_ring_buffer_debug_spec_caps),
16656         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
16657         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16658         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16659         (gst_ring_buffer_start), (gst_ring_buffer_pause),
16660         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
16661         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
16662         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
16663         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16664         (gst_ring_buffer_clear):
16665         * gst-libs/gst/audio/gstringbuffer.h:
16666         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16667         (gst_video_sink_class_init), (gst_video_sink_get_type):
16668         * gst-libs/gst/video/videosink.h:
16669         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16670         (gst_multifdsink_class_init),
16671         (gst_multifdsink_handle_client_write),
16672         (gst_multifdsink_change_state):
16673         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16674         (gst_tcpclientsink_setcaps):
16675         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16676         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
16677         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
16678         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
16679         (gst_ximagesink_send_pending_navigation),
16680         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
16681         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
16682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16683         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
16684         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
16685         (gst_xvimagesink_send_pending_navigation),
16686         (gst_xvimagesink_navigation_send_event),
16687         (gst_xvimagesink_set_xwindow_id),
16688         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
16689         (gst_xvimagesink_get_type):
16690         more macro splitting
16691
16692 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16693
16694         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16695           plug a memleak, allows me to import 1479 albums in one go
16696           in jamboree
16697         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16698         (vorbis_handle_type_packet), (vorbis_dec_chain),
16699         (vorbis_dec_change_state):
16700           fix some format strings
16701
16702 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16703
16704         * docs/libs/tmpl/gstcolorbalance.sgml:
16705         * docs/libs/tmpl/gstmixer.sgml:
16706         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16707         (gst_alsasink_set_property), (gst_alsasink_get_property):
16708         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16709         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
16710           add device property
16711
16712 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16713
16714         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16715         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16716         (audiocast_register_listener), (audiocast_thread_run),
16717         (gst_gnomevfssrc_send_additional_headers_callback),
16718         (gst_gnomevfssrc_received_headers_callback),
16719         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
16720         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
16721         (gst_gnomevfssrc_get_size):
16722           add/clean up debugging
16723         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
16724           cleanups
16725
16726 2005-07-07  Andy Wingo  <wingo@pobox.com>
16727
16728         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
16729         framerate. Need to get a handle on when exactly this function is
16730         called, tho.
16731
16732         * sys/v4l/v4lsrc_calls.h:
16733         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
16734         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
16735         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
16736
16737         * sys/v4l/v4l_calls.h: Cast to V4lElement.
16738         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
16739         v4lelements are sources.
16740
16741         * sys/v4l/gstv4lxoverlay.h:
16742         * sys/v4l/gstv4lxoverlay.c:
16743         * sys/v4l/gstv4ltuner.h:
16744         * sys/v4l/gstv4ltuner.c: Header loc fixen.
16745         
16746         * sys/v4l/gstv4lsrc.h:
16747         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
16748         PushSrc/BaseSrc. Removed most sync-related properties, videorate
16749         or something should handle that. Made a live source.
16750
16751         * sys/v4l/gstv4lelement.h:
16752         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
16753         signals. Some cleanups.
16754
16755         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
16756
16757         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
16758         stuff.
16759
16760         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
16761         stuff.
16762
16763         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
16764
16765 2005-07-07  Wim Taymans  <wim@fluendo.com>
16766
16767         * ext/theora/theoradec.c: (theora_get_query_types),
16768         (theora_dec_src_getcaps), (theora_dec_push):
16769         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
16770         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
16771         Remove deprecated/unused query types.
16772
16773 2005-07-06  Wim Taymans  <wim@fluendo.com>
16774
16775         * ext/alsa/Makefile.am:
16776         * ext/alsa/gstalsaplugin.c: (plugin_init):
16777         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
16778         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
16779         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
16780         (gst_alsasrc_class_init), (gst_alsasrc_init),
16781         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
16782         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
16783         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
16784         (gst_alsasrc_reset):
16785         * ext/alsa/gstalsasrc.h:
16786         * gst-libs/gst/audio/Makefile.am:
16787         * gst-libs/gst/audio/gstaudiosink.c:
16788         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16789         (gst_audioringbuffer_start):
16790         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
16791         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
16792         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
16793         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
16794         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
16795         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
16796         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
16797         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
16798         * gst-libs/gst/audio/gstaudiosrc.h:
16799         * gst-libs/gst/audio/gstbaseaudiosink.c:
16800         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
16801         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
16802         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
16803         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16804         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
16805         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
16806         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
16807         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
16808         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
16809         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
16810         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
16811         (gst_baseaudiosrc_change_state):
16812         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16813         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
16814         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
16815         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
16816         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
16817         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
16818         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
16819         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
16820         * gst-libs/gst/audio/gstringbuffer.h:
16821         Added audiosource base classes.
16822         Ported alsasrc, still very basic.
16823
16824 2005-07-06  Wim Taymans  <wim@fluendo.com>
16825
16826         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
16827         (theora_dec_push), (theora_handle_data_packet):
16828         Prepare for better timestamp fix later.
16829
16830         * gst/audioconvert/gstaudioconvert.c:
16831         List most accurate caps first
16832
16833         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
16834         Use proper pad task function.
16835
16836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16837         (gst_xvimagesink_show_frame):
16838         Fix deadlock when alloc failed.
16839
16840 2005-07-05  Andy Wingo  <wingo@pobox.com>
16841
16842         * ext/gnomevfs/gstgnomevfssrc.c:
16843         * gst/sine/gstsinesrc.c:
16844         * gst/tcp/gsttcpserversrc.c:
16845         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
16846
16847         * sys/v4l/: Port from 0.8.
16848
16849         * Many files: Null if we got it....
16850
16851 2005-07-05  Andy Wingo  <wingo@pobox.com>
16852
16853         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
16854         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
16855         Signedness fixes.
16856
16857 2005-07-05  Wim Taymans  <wim@fluendo.com>
16858
16859         * configure.ac:
16860         * gst/tcp/Makefile.am:
16861         * gst/tcp/README:
16862         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
16863         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
16864         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
16865         (is_sync_frame), (gst_multifdsink_handle_client_write),
16866         (gst_multifdsink_render), (gst_multifdsink_start),
16867         (gst_multifdsink_stop), (gst_multifdsink_change_state):
16868         * gst/tcp/gstmultifdsink.h:
16869         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
16870         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
16871         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
16872         * gst/tcp/gsttcp.h:
16873         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16874         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
16875         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
16876         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
16877         * gst/tcp/gsttcpclientsink.h:
16878         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
16879         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
16880         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
16881         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
16882         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
16883         * gst/tcp/gsttcpclientsrc.h:
16884         * gst/tcp/gsttcpplugin.c: (plugin_init):
16885         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
16886         * gst/tcp/gsttcpserversink.h:
16887         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
16888         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
16889         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
16890         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
16891         (gst_tcpserversrc_stop):
16892         * gst/tcp/gsttcpserversrc.h:
16893         * gst/tcp/gsttcpsink.c:
16894         * gst/tcp/gsttcpsink.h:
16895         * gst/tcp/gsttcpsrc.c:
16896         * gst/tcp/gsttcpsrc.h:
16897         Ported tcp plugins to 0.9. 
16898         
16899
16900 2005-07-05  Andy Wingo  <wingo@pobox.com>
16901
16902         * gst/playback/gstplaybasebin.c (fill_buffer):
16903         message_new_application fixen.
16904
16905         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
16906         Style fix.
16907
16908 2005-07-04  Wim Taymans  <wim@fluendo.com>
16909
16910         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16911         Set caps on output buffer.
16912
16913 2005-07-04  Andy Wingo  <wingo@pobox.com>
16914
16915         * ext/gnomevfs/gstgnomevfssrc.c
16916         (gst_gnomevfssrc_received_headers_callback) 
16917         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
16918         hopefully.
16919
16920         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
16921         No refcount leakage.
16922
16923         * configure.ac: Enable -Werror.
16924         
16925         * ext/theora/theoradec.c (theora_dec_src_getcaps):
16926         * gst/audioconvert/bufferframesconvert.c
16927         (buffer_frames_convert_fixate):
16928         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
16929         (gst_audio_convert_fixate):
16930         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
16931         (gst_sinesrc_create): Fixate func changes.
16932         
16933         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16934         (gst_ximagesink_buffer_alloc): Unused var.
16935
16936 2005-07-01  Andy Wingo  <wingo@pobox.com>
16937
16938         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
16939         getcaps to do explicit caps. Needs to be done in all decoders,
16940         possibly via a base class.
16941
16942         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
16943
16944         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
16945         caps on the sink pad, just rely on the pad template. Also, setting
16946         ANY caps on a pad is not valid because the caps are not fixed.
16947
16948         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
16949         caps on the buffer, and get the width from the desired_caps if
16950         they're set.
16951         (gst_ximagesink_renegotiate_size): Implement via setting the
16952         desired_caps on the ximagesink.
16953         (gst_ximagesink_setcaps): Only reset the width of the player if it
16954         wasn't already set. Not sure if this is right.
16955         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
16956
16957         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
16958         that the user wants. NULL unless the window has been resized.
16959
16960         * gst/volume/gstvolume.c (volume_transform): Adapt to
16961         basetransform refcount changes.
16962         
16963 2005-07-01  Andy Wingo  <wingo@pobox.com>
16964
16965         * gst/videoscale/gstvideoscale.c:
16966         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
16967         from BaseTransform, implements a transform_caps. Removed dead code
16968         including some PAR stuff that was never reached -- should probably
16969         be added back somehow.
16970
16971 2005-07-01  Andy Wingo  <wingo@pobox.com>
16972
16973         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
16974         come later.
16975
16976 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16977
16978         * configure.ac:
16979         * docs/libs/Makefile.am:
16980         * docs/libs/gst-plugins-libs.types:
16981         * ext/alsa/Makefile.am:
16982         * ext/alsa/gstalsamixer.h:
16983         * ext/alsa/gstalsamixeroptions.h:
16984         * ext/alsa/gstalsamixertrack.h:
16985         * gst-libs/gst/Makefile.am:
16986         * gst-libs/gst/colorbalance/.cvsignore:
16987         * gst-libs/gst/colorbalance/Makefile.am:
16988         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
16989         * gst-libs/gst/colorbalance/colorbalance.c:
16990         * gst-libs/gst/colorbalance/colorbalance.h:
16991         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16992         * gst-libs/gst/colorbalance/colorbalancechannel.c:
16993         * gst-libs/gst/colorbalance/colorbalancechannel.h:
16994         * gst-libs/gst/interfaces/Makefile.am:
16995         * gst-libs/gst/interfaces/colorbalance.c:
16996         (gst_color_balance_class_init):
16997         * gst-libs/gst/interfaces/colorbalance.h:
16998         * gst-libs/gst/interfaces/interfaces-marshal.list:
16999         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
17000         * gst-libs/gst/interfaces/mixer.h:
17001         * gst-libs/gst/interfaces/mixeroptions.h:
17002         * gst-libs/gst/interfaces/navigation.c:
17003         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
17004         * gst-libs/gst/interfaces/tuner.h:
17005         * gst/volume/Makefile.am:
17006         * gst/volume/gstvolume.c:
17007         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17008         * sys/ximage/Makefile.am:
17009         * sys/ximage/ximagesink.c:
17010         * sys/xvimage/Makefile.am:
17011         * sys/xvimage/xvimagesink.c:
17012           fold in all interfaces into an interfaces dir, preserving CVS
17013           history
17014
17015 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17016
17017         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17018           Fix build after riff changes.
17019
17020 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17021
17022         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17023         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
17024         (gst_riff_create_video_template_caps),
17025         (gst_riff_create_audio_template_caps),
17026         (gst_riff_create_iavs_template_caps):
17027         * gst-libs/gst/riff/riff-media.h:
17028         * gst-libs/gst/riff/riff-read.h:
17029         * gst-libs/gst/riff/riff.c: (gst_riff_init):
17030           Add gst_riff_init() to initialize the debug category, instead
17031           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
17032
17033 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17034
17035         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
17036           Oops, I shouldn't apply hacks.
17037
17038 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17039
17040         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
17041           Remove pad_loop function which doesn't work.
17042
17043 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17044
17045         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
17046           Send EOS when deactivating.
17047         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17048         (check_queue), (queue_threshold_reached), (queue_out_of_data),
17049         (gen_preroll_element), (probe_triggered), (mute_stream),
17050         (silence_stream), (new_decoded_pad), (setup_substreams),
17051         (set_active_source):
17052         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
17053         (remove_sinks), (add_sink):
17054         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
17055           Change for new probe API.
17056
17057 2005-06-29  Wim Taymans  <wim@fluendo.com>
17058
17059         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
17060         * gst-libs/gst/audio/gstbaseaudiosink.c:
17061         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
17062         (gst_baseaudiosink_change_state):
17063         * gst-libs/gst/audio/gstbaseaudiosink.h:
17064         * gst-libs/gst/audio/gstringbuffer.c:
17065         (gst_ringbuffer_set_callback):
17066         Fix compilation error.
17067         Ringbuffer starts out as not running.
17068         Free our clock in dispose.
17069         When releasing the ringbuffer we need to renegotiate so
17070         clear the pad caps.
17071
17072 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17073
17074         * autogen.sh:
17075         * configure.ac:
17076         * docs/Makefile.am:
17077         * docs/libs/Makefile.am:
17078         * docs/libs/gst-plugins-libs-docs.sgml:
17079         * docs/libs/gst-plugins-libs-sections.txt:
17080         * docs/libs/gst-plugins-libs.types:
17081         * docs/libs/tmpl/gstaudio.sgml:
17082         * docs/libs/tmpl/gstcolorbalance.sgml:
17083         * docs/libs/tmpl/gstringbuffer.sgml:
17084         * gst-libs/gst/audio/gstringbuffer.c:
17085         (gst_ringbuffer_set_callback):
17086           reinstate gtk-doc docs for plugin libs
17087
17088 2005-06-28  Wim Taymans  <wim@fluendo.com>
17089
17090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17091         (gst_ogg_demux_init):
17092         Removed pad loop function.
17093
17094 2005-06-28  Wim Taymans  <wim@fluendo.com>
17095
17096         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17097         If we're building a chain we are not in an error case
17098         when we queue a buffer.
17099
17100 2005-06-28  Andy Wingo  <wingo@pobox.com>
17101
17102         * *.c: Don't cast to GstObject before reffing/unreffing.
17103
17104 2005-06-27  Andy Wingo  <wingo@pobox.com>
17105
17106         * gst/videotestsrc/gstvideotestsrc.c
17107         (gst_videotestsrc_activate_push): Activation API changes.
17108
17109         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
17110         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
17111         they have refs on the decodebin.
17112
17113         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
17114         parent class.
17115         (gst_ogg_pad_typefind): Don't leak a pad ref.
17116         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
17117         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
17118         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
17119
17120 2005-06-27  Edward Hervey  <edward@fluendo.com>
17121
17122         * ext/theora/theoradec.c: (theora_dec_change_state): 
17123         re-arranged call to parent's state change in order to avoid locks (or
17124         worse).
17125
17126 2005-06-26  Edward Hervey  <edward@fluendo.com>
17127
17128         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17129         2nd argument of 'unknow-type' signal is a GstCaps and not a
17130         GstMiniObject
17131
17132 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
17133         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
17134           Set the worker thread's running flag to TRUE before starting the
17135           thread.
17136         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
17137           Catch a failure to add typefind to the bin.
17138
17139 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17140
17141         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
17142         (gst_sinesrc_init), (gst_sinesrc_create),
17143         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
17144         (gst_sinesrc_start):
17145         * gst/sine/gstsinesrc.h:
17146           add num-buffers and timestamp-offset properties
17147         * gst/videotestsrc/gstvideotestsrc.c:
17148         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
17149         (gst_videotestsrc_get_property):
17150           add timestamp-offset property
17151
17152 2005-06-23  Christian Schaller  <uraeus@gnome.org>
17153
17154         * configure.ac: add videorate
17155         * gst-plugins-base.spec.in: add videorate
17156
17157 2005-06-23  Wim Taymans  <wim@fluendo.com>
17158
17159         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17160         (gst_videorate_getcaps), (gst_videorate_setcaps),
17161         (gst_videorate_event), (gst_videorate_chain):
17162         Fixed videorate, fixating an already fixated caps is not
17163         an error.
17164
17165 2005-06-23  Wim Taymans  <wim@fluendo.com>
17166
17167         * ext/ogg/README:
17168         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
17169         Buffer on caps is not boxed anymore.
17170
17171 2005-06-22  Wim Taymans  <wim@fluendo.com>
17172
17173         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17174         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17175         Set buffers on caps as miniobjects and not as boxed.
17176
17177 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17178
17179         * configure.ac:
17180           back to HEAD
17181
17182 === release 0.9.1 ===
17183
17184 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17185
17186         * .cvsignore:
17187         * NEWS:
17188         * README:
17189         * RELEASE:
17190         * configure.ac:
17191         * po/af.po:
17192         * po/az.po:
17193         * po/cs.po:
17194         * po/en_GB.po:
17195         * po/hu.po:
17196         * po/it.po:
17197         * po/nb.po:
17198         * po/nl.po:
17199         * po/or.po:
17200         * po/sq.po:
17201         * po/sr.po:
17202         * po/sv.po:
17203         * po/uk.po:
17204         * po/vi.po:
17205           updates for release
17206
17207 2005-06-09  Andy Wingo  <wingo@pobox.com>
17208
17209         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
17210         
17211 2005-06-09  Andy Wingo  <wingo@pobox.com>
17212
17213         * configure.ac:
17214         * gst-libs/gst/Makefile.am:
17215         * gst-libs/gst/net/Makefile.am:
17216         Add gstnet to build.
17217
17218 2005-06-09  Andy Wingo  <wingo@pobox.com>
17219
17220         * gst-libs/gst/gconf/gconf.c:
17221         * gst/playback/test.c:
17222         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
17223         fixes.
17224
17225         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
17226
17227         * ext/theora/theoraenc.c (theora_enc_chain): 
17228         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
17229
17230         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
17231         RealPad.
17232
17233 2005-06-02  Wim Taymans  <wim@fluendo.com>
17234
17235         * gst-libs/gst/net/Makefile.am:
17236         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17237         * pkgconfig/gstreamer-libs.pc.in:
17238         Added net stuff, version net lib.
17239
17240 2005-06-02  Wim Taymans  <wim@fluendo.com>
17241
17242         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
17243         (query_rates), (query_positions_elems), (query_positions_pads),
17244         (do_seek):
17245         Updated seek example.
17246
17247 2005-06-02  Andy Wingo  <wingo@pobox.com>
17248
17249         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
17250         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
17251         list.
17252
17253         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
17254         remove the typefind, the bin dispose will do it for us. When it's
17255         removed and unreffed, the signal handler will be disconnected,
17256         too.
17257         (unlinked): It's too difficult to disconnect from unlinked
17258         handlers, as they are on pads not elements. Just punt if the pads
17259         aren't grandkids of the bin.
17260
17261 2005-06-02  Wim Taymans  <wim@fluendo.com>
17262
17263         * ext/ogg/README:
17264         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17265         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
17266         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
17267         * ext/theora/theoradec.c: (theora_dec_src_query),
17268         (theora_handle_data_packet):
17269         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17270         (theora_enc_chain):
17271         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17272         (vorbis_handle_data_packet):
17273         * gst/audioconvert/bufferframesconvert.c:
17274         (buffer_frames_convert_chain):
17275         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17276         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17277         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17278         (gst_ffmpegcsp_chain):
17279         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17280         (gst_videorate_getcaps), (gst_videorate_setcaps),
17281         (gst_videorate_event), (gst_videorate_chain):
17282         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
17283         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
17284         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17285         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
17286         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17287         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17288         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17289         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17290         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17291         Cleanups and buffer alloc.
17292
17293 2005-05-31  Wim Taymans  <wim@fluendo.com>
17294
17295         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
17296         Don't try to call the delay method when the device is not
17297         opened.
17298
17299 2005-05-31  Wim Taymans  <wim@fluendo.com>
17300
17301         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
17302         Get actual segment size and buffer size after opening
17303         the device.
17304
17305 2005-05-30  Wim Taymans  <wim@fluendo.com>
17306
17307         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
17308         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
17309         Also FLUSH upstream, makes the loop function exit faster.
17310         
17311         * ext/theora/theoradec.c: (theora_dec_src_query):
17312         Some more debug info in the query.
17313         
17314         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
17315         (gst_ximagesink_setcaps):
17316         Release lock on par error, better error reporting.
17317
17318 2005-05-26  Wim Taymans  <wim@fluendo.com>
17319
17320         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
17321         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
17322         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
17323         Clear chains in READY
17324         Queue packets until the chain is activated.
17325
17326 2005-05-25  Wim Taymans  <wim@fluendo.com>
17327
17328         * gst-libs/gst/audio/gstaudiosink.c:
17329         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17330         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17331         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17332         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17333         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17334         (gst_audiosink_create_ringbuffer):
17335         * gst-libs/gst/audio/gstbaseaudiosink.c:
17336         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17337         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17338         (gst_baseaudiosink_set_property), (build_linear_format),
17339         (debug_spec_caps), (debug_spec_buffer),
17340         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17341         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17342         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17343         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17344         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17345         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17346         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17347         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17348         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17349         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17350         (wait_segment), (gst_ringbuffer_commit),
17351         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17352         (gst_ringbuffer_clear):
17353         Various small cleanups.
17354
17355         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17356         (gst_audio_convert_change_state):
17357         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
17358         No need to take the locks anymore.
17359
17360 2005-05-25  Wim Taymans  <wim@fluendo.com>
17361
17362         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17363         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
17364         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
17365         (type_found):
17366         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
17367         (group_destroy), (group_commit), (queue_overrun),
17368         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
17369         (mute_stream), (new_decoded_pad), (setup_substreams),
17370         (setup_source), (mute_group_type), (set_active_source),
17371         (gst_play_base_bin_change_state):
17372         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17373         (gen_video_element), (gen_text_element), (gen_audio_element),
17374         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
17375         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
17376         (gst_stream_info_dispose), (gst_stream_info_set_mute):
17377         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
17378         Some playbin cleanups mostly refcounting sloppyness.
17379
17380 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17381
17382         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
17383           Work with streaming input.
17384
17385 2005-05-25  Wim Taymans  <wim@fluendo.com>
17386
17387         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17388         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17389         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17390         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
17391         No need to take the STREAM lock anymore.
17392
17393 2005-05-25  Wim Taymans  <wim@fluendo.com>
17394
17395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
17396         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
17397         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
17398         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
17399         (gst_ogg_demux_sink_activate):
17400         * ext/theora/theoradec.c: (theora_dec_src_event),
17401         (theora_handle_comment_packet), (theora_dec_chain),
17402         (theora_dec_change_state):
17403         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17404         (vorbis_handle_data_packet), (vorbis_dec_chain),
17405         (vorbis_dec_change_state):
17406         Remove STREAM locks as they are taken in core now.
17407         Never set bogus granulepos on vorbis/theora.
17408         Fix leaks in theoradec tag parsing.
17409
17410 2005-05-25  Wim Taymans  <wim@fluendo.com>
17411
17412         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
17413         Fix memleaks, GST_BUFFER_DATA() is not freed.
17414
17415 2005-05-25  Wim Taymans  <wim@fluendo.com>
17416
17417         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
17418         Open non-blocking, set to blocking mode afterwards to avoid
17419         lockups when audio device is busy.
17420
17421 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17422
17423         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
17424           This can't be good.
17425
17426 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17427
17428         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17429         (gst_audio_convert_chain), (gst_audio_convert_link_src),
17430         (gst_audio_convert_setcaps):
17431           Implement instant setup switching.
17432
17433 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17434
17435         * gst/playback/gstplaybasebin.c: (probe_triggered):
17436           Fix missing unlock.
17437         * gst/playback/gstplaybin.c: (add_sink):
17438           First add, then link (otherwise pad link fails).
17439
17440 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17441
17442         * examples/Makefile.am:
17443         fix buildbot (make distcheck)
17444
17445 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17446
17447         * gst/playback/gstplaybin.c: (gen_vis_element):
17448           Remove some wrong code. Doesn't work yet.
17449
17450 2005-05-19  Wim Taymans  <wim@fluendo.com>
17451
17452         * gst-libs/gst/net/Makefile.am:
17453         * gst-libs/gst/net/README:
17454         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
17455         (gst_netbuffer_class_init), (gst_netbuffer_init),
17456         (gst_netbuffer_finalize), (gst_netbuffer_copy),
17457         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
17458         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
17459         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
17460         * gst-libs/gst/net/gstnetbuffer.h:
17461         Added buffer subclass to store extra to/from addresses for
17462         network sources/sinks.
17463
17464 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17465
17466         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
17467           Don't lock an unassigned variable.
17468
17469 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17470
17471         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
17472           Increase buffer for video, decrease buffer for other media types.
17473         * gst/playback/gstplaybin.c: (gen_video_element),
17474         (gen_audio_element):
17475           Change names for debugging purposes.
17476
17477 2005-05-18  Wim Taymans  <wim@fluendo.com>
17478
17479         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17480         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17481         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
17482         (gst_ffmpegcsp_chain):
17483         Enable buffer alloc passthrough if the source and dest
17484         formats are the same.
17485
17486 2005-05-17  Wim Taymans  <wim@fluendo.com>
17487
17488         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
17489         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
17490         (gst_ogg_demux_chain_unlocked):
17491         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17492         (gst_audio_convert_caps_remove_format_info),
17493         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17494         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
17495         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17496         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17497         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
17498         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
17499         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
17500         (gst_ffmpegcsp_get_property):
17501         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17502         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
17503         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
17504         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
17505         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
17506         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
17507         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
17508         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
17509         Leak fixes in oggdemux.
17510         Some cleanups in audioconvert.
17511         Make passthrough work along with buffer_alloc etc.
17512         Make buffer_alloc and buffer recycling actually work in
17513         xvimagesink.
17514
17515 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17516
17517         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
17518           make the compiler happy
17519
17520 2005-05-17  Wim Taymans  <wim@fluendo.com>
17521
17522         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
17523         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17524         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
17525         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
17526         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
17527         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
17528         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
17529         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
17530         (gst_xvimagesink_set_xwindow_id):
17531         * sys/xvimage/xvimagesink.h:
17532         Port xvimagesink to new MiniObject.
17533
17534 2005-05-17  Wim Taymans  <wim@fluendo.com>
17535
17536         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
17537         (gst_audiofilter_chain):
17538         * gst-libs/gst/audio/gstaudiosink.c:
17539         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17540         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17541         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17542         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17543         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17544         (gst_audiosink_create_ringbuffer):
17545         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17546         (gst_audio_convert_caps_remove_format_info),
17547         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17548         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17549         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17550         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17551         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17552         Fix passthrough in ffmpegcolorspace.
17553         Fix memset in audiosink on wrong memory.
17554
17555 2005-05-16  David Schleef  <ds@schleef.org>
17556
17557         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
17558         to GstMiniObject.
17559
17560 2005-05-16  David Schleef  <ds@schleef.org>
17561
17562         Port from GstData to GstMiniObject.
17563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17564         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17565         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
17566         (gst_ogg_mux_collected):
17567         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
17568         * ext/theora/theoradec.c: (theora_handle_comment_packet),
17569         (theora_handle_data_packet):
17570         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17571         (theora_set_header_on_caps), (theora_enc_chain):
17572         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
17573         (vorbis_handle_comment_packet):
17574         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
17575         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
17576         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
17577         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
17578         * gst/audioconvert/gstaudioconvert.c:
17579         (gst_audio_convert_get_buffer):
17580         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
17581         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
17582         (mute_stream), (silence_stream):
17583         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
17584         * gst/volume/gstvolume.c: (volume_transform):
17585         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17586         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
17587         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
17588         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
17589         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
17590         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
17591         (gst_ximagesink_buffer_alloc):
17592         * sys/ximage/ximagesink.h:
17593
17594 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17595
17596         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17597         (fill_buffer), (check_queue), (queue_threshold_reached),
17598         (queue_out_of_data):
17599         * gst/playback/gstplaybasebin.h:
17600           Post buffer-fullness on the bus.
17601
17602 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17603
17604         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
17605         (try_to_link_1):
17606         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17607         (group_commit), (probe_triggered), (setup_source),
17608         (gst_play_base_bin_change_state):
17609         * gst/playback/gstplaybasebin.h:
17610         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17611         (gst_play_bin_init), (remove_sinks), (setup_sinks),
17612         (gst_play_bin_change_state):
17613           Move setup_output_pads into a virtual function, remove
17614           group-switch (no longer needed) and redirect (handled by bus
17615           now) signals.
17616
17617 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17618
17619         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
17620         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
17621         (get_active_group), (get_building_group), (group_destroy),
17622         (group_commit), (check_queue), (queue_overrun),
17623         (queue_threshold_reached), (queue_out_of_data),
17624         (gen_preroll_element), (remove_groups), (unknown_type),
17625         (add_element_stream), (no_more_pads), (probe_triggered),
17626         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
17627         (setup_substreams), (setup_source), (finish_source),
17628         (prepare_output), (muted_group_change_state),
17629         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17630         (gst_play_base_bin_change_state):
17631         * gst/playback/gstplaybasebin.h:
17632         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17633         (gst_play_bin_init), (gst_play_bin_set_property),
17634         (gen_video_element), (gen_text_element), (gen_audio_element),
17635         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
17636         (gst_play_bin_change_state):
17637         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17638         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
17639         (stream_info_change_state), (gst_stream_info_set_mute),
17640         (gst_stream_info_get_property):
17641         * gst/playback/gststreaminfo.h:
17642         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17643         (gst_stream_selector_get_linked_pad),
17644         (gst_stream_selector_getcaps),
17645         (gst_stream_selector_get_linked_pads),
17646         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17647         * gst/playback/gststreamselector.h:
17648           Rough port of playbin. Needs some more work, but is mostly done,
17649           and uses a few locks in important places, which should make stuff
17650           like chain-switches clean. Still uses GST_STATE() in a few places,
17651           which isn't all that good an idea, subtitles/elements disabled
17652           because no elements to test with and thus probably broken, query
17653           and event handling moved to GstBin, internal thread removed
17654           alltogether because the pipeline does that for us now. Can play
17655           Ogg/Vorbis files. Haven't tested anything else yet.
17656
17657 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17658
17659         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17660           Do no-more-pads (needed for autoplugging).
17661
17662 2005-05-10  Andy Wingo  <wingo@pobox.com>
17663
17664         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
17665         message to the bus with the tags. Still not sent downstream tho.
17666
17667         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
17668         get_parent.
17669         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
17670         avoid refcounting hassles.
17671
17672 2005-05-09  Andy Wingo  <wingo@pobox.com>
17673
17674         * gst/volume/Makefile.am:
17675         * gst/volume/demo.c
17676         * gst/volume/gstvolume.h
17677         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
17678         basetransform. Probably need an audio filter base class.
17679
17680 2005-05-09  Wim Taymans  <wim@fluendo.com>
17681
17682         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
17683         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
17684         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
17685         (gst_vorbisenc_chain):
17686         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17687         (gst_audio_convert_caps_remove_format_info),
17688         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17689         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17690         Make caps writable before writing to it.
17691         Fix negotiation in audioconvert some more.
17692
17693 2005-05-09  Wim Taymans  <wim@fluendo.com>
17694
17695         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
17696         (gst_videorate_getcaps), (gst_videorate_setcaps),
17697         (gst_videorate_event), (gst_videorate_chain):
17698         Better negotiation.
17699
17700 2005-05-09  Wim Taymans  <wim@fluendo.com>
17701
17702         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17703         (gst_videorate_getcaps), (gst_videorate_setcaps),
17704         (gst_videorate_blank_data), (gst_videorate_init),
17705         (gst_videorate_event), (gst_videorate_chain),
17706         (gst_videorate_change_state):
17707         Port videorate, do a better job at negotiation while we're at
17708         it.
17709
17710 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
17711
17712         * configure.ac:
17713           Disable libvisual
17714
17715         * examples/Makefile.am:
17716         * gst-libs/gst/audio/Makefile.am:
17717         * gst-libs/gst/riff/Makefile.am:
17718         * gst-libs/gst/tag/Makefile.am:
17719         * gst-libs/gst/video/Makefile.am:
17720           Fixups for missing variables.
17721
17722 2005-05-09  Wim Taymans  <wim@fluendo.com>
17723
17724         * examples/seeking/seek.c: (make_theora_pipeline),
17725         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
17726         (query_rates), (query_positions_elems), (query_positions_pads),
17727         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
17728         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
17729         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
17730         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
17731         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17732         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
17733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17734         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17735         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17736         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
17737         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
17738         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17739         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17740         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
17741         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
17742         (theora_dec_src_convert), (theora_dec_sink_convert),
17743         (theora_dec_src_query), (theora_dec_sink_query),
17744         (theora_dec_src_event), (theora_dec_sink_event),
17745         (theora_handle_comment_packet), (theora_handle_type_packet),
17746         (theora_handle_header_packet), (theora_handle_data_packet),
17747         (theora_dec_chain):
17748         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
17749         (vorbis_dec_convert), (vorbis_dec_src_query),
17750         (vorbis_dec_sink_query), (vorbis_dec_src_event),
17751         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
17752         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
17753         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
17754         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17755         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
17756         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
17757         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17758         (gst_play_bin_query):
17759         * gst/playback/test3.c: (update_scale):
17760         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
17761         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
17762         * gst/subparse/gstsubparse.c: (gst_subparse_init):
17763         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17764         (gst_videotestsrc_src_query):
17765         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
17766         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
17767         (paint_hline_YUV9):
17768         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
17769         Port to new query API.
17770         Updated seek.
17771         Cleanups in x[v]imagesink
17772
17773 2005-05-09  Andy Wingo  <wingo@pobox.com>
17774
17775         * ext/alsa/gstalsasink.h:
17776         * ext/gnomevfs/gstgnomevfssrc.c:
17777         (gst_gnomevfssrc_get_icy_metadata):
17778         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
17779         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
17780         * ext/theora/theoradec.c (theora_dec_src_query)
17781         (theora_dec_src_event, theora_dec_sink_event)
17782         (theora_handle_comment_packet, theora_handle_data_packet):
17783         * ext/theora/theoraenc.c (theora_enc_chain):
17784         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
17785         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
17786         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17787         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
17788         (qt_type_find):
17789         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
17790         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
17791         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
17792         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
17793         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
17794         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
17795         (paint_setup_xBGR8888, paint_setup_RGBx8888)
17796         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
17797         (paint_setup_RGB565, paint_setup_xRGB1555):
17798         * gst/videotestsrc/videotestsrc.h:
17799         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
17800         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
17801         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
17802         GCC4 fixes.
17803         
17804         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
17805         gst_pad_query_position. Fixes oggdemux.
17806
17807 2005-05-08  David Schleef  <ds@schleef.org>
17808
17809         * configure.ac: Require liboil.
17810         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
17811         a few more.
17812         * gst/videotestsrc/videotestsrc.c:
17813         * gst/videotestsrc/videotestsrc.h:
17814
17815 2005-05-06  Wim Taymans  <wim@fluendo.com>
17816
17817         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17818         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17819         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17820         Well, unreffing a buffer right before pushing it is asking
17821         for trouble..
17822
17823 2005-05-06  Christian Schaller  <uraeus@gnome.org>
17824
17825         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
17826
17827 2005-05-06  Wim Taymans  <wim@fluendo.com>
17828
17829         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17830         (gst_audio_convert_caps_remove_format_info),
17831         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
17832         (gst_audio_convert_fixate), (gst_audio_convert_channels):
17833         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17834         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
17835         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
17836         * gst/sine/Makefile.am:
17837         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
17838         (gst_sinesrc_class_init), (gst_sinesrc_init),
17839         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
17840         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
17841         (gst_sinesrc_update_freq):
17842         * gst/sine/gstsinesrc.h:
17843         * gst/tcp/gstmultifdsink.c:
17844         * sys/xvimage/xvimagesink.c:
17845         Fixed negotiation wrt _peer_get_caps()
17846         Some cleanups.
17847
17848
17849 2005-05-06  Wim Taymans  <wim@fluendo.com>
17850
17851         * gst-libs/gst/audio/gstaudiosink.c:
17852         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
17853         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
17854         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
17855         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
17856         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
17857         (gst_audiosink_create_ringbuffer):
17858         * gst-libs/gst/audio/gstbaseaudiosink.c:
17859         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
17860         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
17861         (gst_baseaudiosink_set_property), (build_linear_format),
17862         (debug_spec_caps), (debug_spec_buffer),
17863         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
17864         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
17865         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
17866         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
17867         * gst-libs/gst/audio/gstbaseaudiosink.h:
17868         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
17869         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
17870         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
17871         (gst_ringbuffer_play), (gst_ringbuffer_pause),
17872         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
17873         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
17874         (wait_segment), (gst_ringbuffer_commit),
17875         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
17876         (gst_ringbuffer_clear):
17877         * gst-libs/gst/audio/gstringbuffer.h:
17878         Make the base audiosink return an error when there is no
17879         audiobuffer negotiated.
17880
17881 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17882
17883         * ext/Makefile.am:
17884         Disable cdparanoia until someone ports it!
17885
17886 2005-05-06  Wim Taymans  <wim@fluendo.com>
17887
17888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17889         (gst_ogg_demux_sink_activate):
17890         And revert after wingo's revert.. sigh..
17891
17892 2005-05-05  Andy Wingo  <wingo@pobox.com>
17893
17894         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
17895         GObject.
17896         * configure.ac: Return audiorate and subparse from the ghetto.
17897         Re-enable -Wall -Werror.
17898         * gst/subparse/gstsubparse.c:
17899         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
17900         or chain-based. Cleaned up a bit. Not tested.
17901         
17902 2005-05-05  Christian Schaller <christian@fluendo.com> 
17903
17904         * Makefile.am: remove stuff that is not building
17905         * configure.ac: remove stuff that is not building
17906         * examples/Makefile.am: remove stuff that is not building
17907         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
17908         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
17909         * sys/Makefile.am: remove stuff that is not building
17910         * testsuite/Makefile.am: remove stuff that is not building
17911
17912 2005-05-05  Andy Wingo  <wingo@pobox.com>
17913
17914         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
17915         * gst-libs/gst/tag/gstvorbistag.c:
17916         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
17917         * gst/adder/gstadder.h:
17918         * gst/audioconvert/gstchannelmix.c:
17919         (gst_audio_convert_fill_one_other):
17920         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
17921         (gst_audiorate_init), (gst_audiorate_chain):
17922         * gst/playback/gstplaybasebin.c: (setup_source):
17923         * gst/playback/test3.c: (update_scale):
17924         Some GCC4 fixes
17925         
17926         * po/af.po:
17927         * po/az.po:
17928         * po/cs.po:
17929         * po/en_GB.po:
17930         * po/hu.po:
17931         * po/it.po:
17932         * po/nb.po:
17933         * po/nl.po:
17934         * po/or.po:
17935         * po/sq.po:
17936         * po/sr.po:
17937         * po/sv.po:
17938         * po/uk.po:
17939         * po/vi.po: Foo
17940
17941 2005-05-05  Wim Taymans  <wim@fluendo.com>
17942
17943         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
17944         (gst_audio_convert_caps_remove_format_info),
17945         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
17946         (gst_audio_convert_change_state), (gst_audio_convert_channels):
17947         * gst/videotestsrc/gstvideotestsrc.c:
17948         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
17949         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
17950         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
17951         (gst_videotestsrc_init), (gst_videotestsrc_loop):
17952         Don't ignore _push() return values.
17953         Make sure no processing is done when shutting down.
17954         Videotestsrc pad activation fix.
17955
17956 2005-05-05  Wim Taymans  <wim@fluendo.com>
17957
17958         * gst/adder/Makefile.am:
17959         * gst/adder/gstadder.c: (gst_adder_setcaps),
17960         (gst_adder_class_init), (gst_adder_init),
17961         (gst_adder_request_new_pad), (gst_adder_collected),
17962         (gst_adder_change_state):
17963         * gst/adder/gstadder.h:
17964         Ported adder as an example of a mixer element using
17965         collect pads. Needs more negotiation work.
17966
17967 2005-05-05  Wim Taymans  <wim@fluendo.com>
17968
17969         * ext/theora/theoradec.c: (_inc_granulepos),
17970         (theora_dec_src_event), (theora_dec_sink_event),
17971         (theora_handle_comment_packet), (theora_handle_type_packet),
17972         (theora_handle_header_packet), (theora_handle_data_packet),
17973         (theora_dec_chain):
17974         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17975         (gst_theora_enc_init), (theora_enc_sink_setcaps),
17976         (theora_push_buffer), (theora_push_packet),
17977         (theora_enc_sink_event), (theora_enc_chain),
17978         (theora_enc_change_state), (theora_enc_set_property),
17979         (theora_enc_get_property):
17980         Added stream lock to decoder so that we can serialize
17981         the discont event.
17982         More theoraenc porting, recover from errors, do clean
17983         shutdown.
17984
17985 2005-05-05  Wim Taymans  <wim@fluendo.com>
17986
17987         * ext/ogg/Makefile.am:
17988         * ext/ogg/README:
17989         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
17990         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
17991         (gst_ogg_print):
17992         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17993         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
17994         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
17995         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17996         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
17997         (gst_ogg_mux_change_state):
17998         Ported ogg muxer.
17999
18000 2005-05-05  Wim Taymans  <wim@fluendo.com>
18001
18002         * docs/design-audiosinks.txt:
18003         * gst-libs/gst/audio/TODO:
18004         * gst-libs/gst/audio/gstaudiosink.c:
18005         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18006         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18007         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18008         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18009         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18010         (gst_audiosink_create_ringbuffer):
18011         * gst-libs/gst/audio/gstbaseaudiosink.c:
18012         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18013         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18014         (gst_baseaudiosink_set_property), (build_linear_format),
18015         (debug_spec_caps), (debug_spec_buffer),
18016         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18017         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18018         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18019         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18020         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18021         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18022         (gst_ringbuffer_release), (gst_ringbuffer_play),
18023         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18024         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18025         (gst_ringbuffer_set_sample), (wait_segment),
18026         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18027         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18028         More work on the audiosink, mostly debugging and a race in
18029         shutdown.
18030
18031 2005-04-28  Wim Taymans  <wim@fluendo.com>
18032
18033         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
18034         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
18035         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18036         (vorbis_dec_src_query), (vorbis_dec_src_event),
18037         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18038         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18039         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
18040         Don't crap out when seeking back to position 0.
18041
18042 2005-04-28  Wim Taymans  <wim@fluendo.com>
18043
18044         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
18045         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
18046         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
18047         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18048         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
18049         Make audio sink configurable, use alsasink as default.
18050
18051 2005-04-28  Wim Taymans  <wim@fluendo.com>
18052
18053         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18054         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
18055         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
18056         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
18057         (vorbis_dec_change_state):
18058         * ext/vorbis/vorbisdec.h:
18059         Refactor, use STREAM_LOCK.
18060
18061 2005-04-28  Wim Taymans  <wim@fluendo.com>
18062
18063         * ext/theora/theoradec.c: (_inc_granulepos),
18064         (theora_dec_sink_event), (theora_handle_comment_packet),
18065         (theora_handle_type_packet), (theora_handle_header_packet),
18066         (theora_handle_data_packet), (theora_dec_chain),
18067         (theora_dec_change_state):
18068         Refactor a bit, use STREAM_LOCK.
18069
18070 2005-04-28  Wim Taymans  <wim@fluendo.com>
18071
18072         * ext/alsa/Makefile.am:
18073         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
18074         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
18075         (gst_alsa_link), (gst_alsa_close_audio):
18076         * ext/alsa/gstalsaplugin.c: (plugin_init):
18077         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
18078         (gst_alsasink_dispose), (gst_alsasink_base_init),
18079         (gst_alsasink_class_init), (gst_alsasink_init),
18080         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
18081         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
18082         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
18083         (gst_alsasink_reset):
18084         * ext/alsa/gstalsasink.h:
18085         Implement alsasink with simple open/write/close API. 
18086         Make alsa dir build by disabling compilation of code.
18087
18088 2005-04-28  Wim Taymans  <wim@fluendo.com>
18089
18090         * gst-libs/gst/audio/Makefile.am:
18091         * gst-libs/gst/audio/audio.h:
18092         * gst-libs/gst/audio/audioclock.c:
18093         * gst-libs/gst/audio/audioclock.h:
18094         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
18095         (gst_audio_clock_class_init), (gst_audio_clock_init),
18096         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
18097         * gst-libs/gst/audio/gstaudioclock.h:
18098         * gst-libs/gst/audio/gstaudiosink.c:
18099         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18100         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18101         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18102         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18103         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
18104         (gst_audiosink_create_ringbuffer):
18105         * gst-libs/gst/audio/gstbaseaudiosink.c:
18106         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
18107         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
18108         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
18109         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
18110         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
18111         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
18112         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
18113         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18114         * gst-libs/gst/audio/gstbaseaudiosink.h:
18115         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18116         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
18117         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18118         (gst_ringbuffer_release), (gst_ringbuffer_play),
18119         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
18120         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
18121         (gst_ringbuffer_set_sample), (wait_segment),
18122         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
18123         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
18124         * gst-libs/gst/audio/gstringbuffer.h:
18125         Make ringbuffer faster and more simple by removing the locks
18126         in the playback thread.
18127         Add sample accurate playback based on buffer sample offsets.
18128         Make the baseaudiosink provide a clock.
18129         Parse caps in the base class.
18130         Correctly handle seeking, flushing and state changes.
18131
18132 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18133
18134         * configure.ac:
18135         * gst/audioconvert/Makefile.am:
18136         * gst/audioscale/Makefile.am:
18137           Fix part of the build.  Come on guys, autogen didn't even work :)
18138
18139 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18140
18141         * configure.ac:
18142         * gst-libs/gst/Makefile.am:
18143         * gst-libs/gst/media-info/.cvsignore:
18144         * gst-libs/gst/media-info/Makefile.am:
18145         * gst-libs/gst/media-info/README:
18146         * gst-libs/gst/media-info/media-info-priv.c:
18147         * gst-libs/gst/media-info/media-info-priv.h:
18148         * gst-libs/gst/media-info/media-info-test.c:
18149         * gst-libs/gst/media-info/media-info.c:
18150         * gst-libs/gst/media-info/media-info.h:
18151         * gst-libs/gst/media-info/media-info.vcproj:
18152         * pkgconfig/Makefile.am:
18153         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
18154         * pkgconfig/gstreamer-media-info.pc.in:
18155           Remove media-info, which is also successed by playbin (see Totem
18156           implementation).
18157
18158 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18159
18160         * configure.ac:
18161         * examples/Makefile.am:
18162         * examples/gstplay/.cvsignore:
18163         * examples/gstplay/Makefile.am:
18164         * examples/gstplay/player.c:
18165         * gst-libs/gst/Makefile.am:
18166         * gst-libs/gst/play/.cvsignore:
18167         * gst-libs/gst/play/Makefile.am:
18168         * gst-libs/gst/play/play.c:
18169         * gst-libs/gst/play/play.h:
18170         * gst-libs/gst/play/play.vcproj:
18171         * pkgconfig/Makefile.am:
18172         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18173         * pkgconfig/gstreamer-play.pc.in:
18174           Remove libgstplay, playbin is now the official successor.
18175
18176 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18177
18178         * configure.ac:
18179         * gst-libs/gst/Makefile.am:
18180         * gst-libs/gst/xwindowlistener/Makefile.am:
18181         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18182         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
18183           Remove deprecated xwindowlistener (I've moved xwindowlistening
18184           in the v4l/v4l2 plugins over to serverside).
18185
18186 2005-04-25  David Schleef  <ds@schleef.org>
18187
18188         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
18189         to examples/dynparams.  Examples do not belong interspersed with
18190         source code.
18191         * examples/dynparams/demo-dparams.c:
18192         * gst/sine/Makefile.am:
18193         * gst/sine/demo-dparams.c:
18194
18195 2005-04-25  David Schleef  <ds@schleef.org>
18196
18197         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
18198         * gst-libs/gst/audio/Makefile.am:
18199         * gst-libs/gst/riff/Makefile.am:
18200         * gst-libs/gst/tag/Makefile.am:
18201         * gst-libs/gst/video/Makefile.am:
18202         * gst-libs/gst/xwindowlistener/Makefile.am:
18203
18204         Convert to 0.9 API, seems to work:
18205         * sys/ximage/Makefile.am:
18206         * sys/ximage/ximagesink.c:
18207
18208 2005-04-24  David Schleef  <ds@schleef.org>
18209
18210         Link plugins against libraries:
18211         * ext/alsa/Makefile.am:
18212         * gst/tcp/Makefile.am:
18213
18214         Remove asm code that should be in liboil
18215         * gst/videoscale/Makefile.am:
18216         * gst/videoscale/videoscale_x86_asm.s:
18217
18218         gettext wants these checked in:
18219         * po/af.po:
18220         * po/az.po:
18221         * po/cs.po:
18222         * po/en_GB.po:
18223         * po/hu.po:
18224         * po/it.po:
18225         * po/nb.po:
18226         * po/nl.po:
18227         * po/or.po:
18228         * po/sq.po:
18229         * po/sr.po:
18230         * po/sv.po:
18231         * po/uk.po:
18232         * po/vi.po:
18233
18234 2005-04-24  David Schleef  <ds@schleef.org>
18235
18236         Convert gst_main() to g_main_loop_run()
18237         * gst/playback/decodetest.c: (main):
18238         * gst/playback/test2.c: (main):
18239         * gst/playback/test3.c: (main):
18240         * gst/playback/test4.c: (main):
18241
18242         Link plugins against libraries:
18243         * ext/libvisual/Makefile.am:
18244         * sys/xvimage/Makefile.am:
18245
18246 2005-04-24  David Schleef  <ds@schleef.org>
18247
18248         * configure.ac: Remove idct and resample libs
18249         * gst-libs/gst/Makefile.am: same
18250
18251         Remove usage of gst_library_load():
18252         * ext/alsa/gstalsaplugin.c: (plugin_init):
18253         * ext/libvisual/visual.c: (plugin_init):
18254         * ext/ogg/gstogg.c: (plugin_init):
18255         * ext/theora/theora.c: (plugin_init):
18256         * ext/vorbis/vorbis.c: (plugin_init):
18257         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
18258         * gst/audioscale/gstaudioscale.c:
18259         * gst/adder/gstadder.c: (plugin_init):
18260         * gst/audioconvert/plugin.c: (plugin_init):
18261         * sys/ximage/ximagesink.c: (plugin_init):
18262         * sys/xvimage/xvimagesink.c: (plugin_init):
18263         * gst/tcp/gsttcpplugin.c: (plugin_init):
18264
18265         Link plugins against libraries:
18266         * ext/ogg/Makefile.am:
18267         * ext/theora/Makefile.am:
18268         * ext/vorbis/Makefile.am:
18269         * gst/audioconvert/Makefile.am:
18270
18271         Create proper libraries:
18272         * gst-libs/gst/riff/Makefile.am:
18273         * gst-libs/gst/audio/Makefile.am:
18274         * gst-libs/gst/video/Makefile.am:
18275
18276         Move resample library to audioscale plugin directory:
18277         * gst-libs/gst/resample/Makefile.am:
18278         * gst-libs/gst/resample/README:
18279         * gst-libs/gst/resample/dtof.c:
18280         * gst-libs/gst/resample/dtos.c:
18281         * gst-libs/gst/resample/functable.c:
18282         * gst-libs/gst/resample/private.h:
18283         * gst-libs/gst/resample/resample.c:
18284         * gst-libs/gst/resample/resample.h:
18285         * gst-libs/gst/resample/resample.vcproj:
18286         * gst-libs/gst/resample/test.c:
18287         * gst/audioscale/Makefile.am:
18288         * gst/audioscale/README:
18289         * gst/audioscale/dtof.c:
18290         * gst/audioscale/dtos.c:
18291         * gst/audioscale/functable.c:
18292         * gst/audioscale/private.h:
18293         * gst/audioscale/resample.c:
18294         * gst/audioscale/resample.h:
18295         * gst/audioscale/test.c:
18296
18297         Move tagedit library to gst-libs:
18298         * gst-libs/gst/tag/Makefile.am:
18299         * gst-libs/gst/tag/gstid3tag.c:
18300         * gst-libs/gst/tag/gsttagediting.c:
18301         * gst-libs/gst/tag/gsttageditingprivate.h:
18302         * gst-libs/gst/tag/gstvorbistag.c:
18303         * gst/tags/Makefile.am:
18304         * gst/tags/gstid3tag.c:
18305         * gst/tags/gstvorbistag.c:
18306
18307         Fix for core changes:
18308         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18309         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
18310         (gst_sinesrc_getrange):
18311
18312 2005-04-23  David Schleef  <ds@schleef.org>
18313
18314         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
18315         in gst-plugins in a long time, and properly belongs in liboil.
18316         * gst-libs/gst/idct/Makefile.am:
18317         * gst-libs/gst/idct/README:
18318         * gst-libs/gst/idct/dct.h:
18319         * gst-libs/gst/idct/doieee:
18320         * gst-libs/gst/idct/fastintidct.c:
18321         * gst-libs/gst/idct/floatidct.c:
18322         * gst-libs/gst/idct/idct.c:
18323         * gst-libs/gst/idct/idct.h:
18324         * gst-libs/gst/idct/idtc.vcproj:
18325         * gst-libs/gst/idct/ieeetest.c:
18326         * gst-libs/gst/idct/intidct.c:
18327
18328 2005-04-20  Wim Taymans  <wim@fluendo.com>
18329
18330         * docs/design-audiosinks.txt:
18331         * gst-libs/gst/audio/Makefile.am:
18332         * gst-libs/gst/audio/TODO:
18333         * gst-libs/gst/audio/gstaudiosink.c:
18334         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
18335         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
18336         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
18337         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
18338         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
18339         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
18340         (gst_audiosink_class_init), (gst_audiosink_init),
18341         (gst_audiosink_create_ringbuffer):
18342         * gst-libs/gst/audio/gstaudiosink.h:
18343         * gst-libs/gst/audio/gstbaseaudiosink.c:
18344         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
18345         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
18346         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
18347         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
18348         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
18349         (gst_baseaudiosink_create_ringbuffer),
18350         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
18351         * gst-libs/gst/audio/gstbaseaudiosink.h:
18352         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
18353         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
18354         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
18355         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
18356         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
18357         (gst_ringbuffer_play), (gst_ringbuffer_pause),
18358         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
18359         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
18360         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
18361         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
18362         * gst-libs/gst/audio/gstringbuffer.h:
18363         An attempt at a set of audio base classes together with some
18364         design docs.
18365
18366 2005-04-20  Wim Taymans  <wim@fluendo.com>
18367
18368         * gst/audioconvert/Makefile.am:
18369         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18370         (gst_audio_convert_caps_remove_format_info),
18371         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
18372         (gst_audio_convert_channels):
18373         Link against audio libs.
18374         Fix audio convert plugin.
18375
18376 2005-04-20  Wim Taymans  <wim@fluendo.com>
18377
18378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
18379         (gst_ogg_demux_sink_activate):
18380         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
18381         (theora_set_header_on_caps), (theora_enc_sink_event),
18382         (theora_enc_chain):
18383         Fix theora encoder.
18384
18385 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18386
18387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
18388         * gst/playback/gstdecodebin.c: (find_compatibles):
18389           Work with staticpadtemplates in elementfactories.
18390
18391 2005-04-12  Wim Taymans  <wim@fluendo.com>
18392
18393         * gst/playback/README:
18394         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18395         (compare_ranks), (print_feature), (gst_decode_bin_init),
18396         (dynamic_create), (dynamic_free), (find_compatibles),
18397         (mimetype_is_raw), (close_pad_link), (got_redirect),
18398         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
18399         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
18400         (gst_decode_bin_change_state):
18401         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18402         (gst_play_base_bin_init), (group_destroy), (group_commit),
18403         (check_queue), (queue_overrun), (queue_threshold_reached),
18404         (queue_out_of_data), (gen_preroll_element), (unknown_type),
18405         (new_decoded_pad), (setup_subtitle), (gen_source_element),
18406         (got_redirect), (setup_source), (play_base_eos),
18407         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
18408         (gst_play_base_bin_remove_element):
18409         * gst/playback/gstplaybasebin.h:
18410         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
18411         (gst_play_bin_init), (gst_play_bin_dispose),
18412         (gst_play_bin_set_property), (gen_video_element),
18413         (gen_text_element), (gen_audio_element), (remove_sinks),
18414         (gst_play_bin_send_event):
18415         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
18416         (stream_info_change_state), (gst_stream_info_set_mute):
18417         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
18418         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
18419         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
18420         (gst_stream_selector_chain):
18421         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
18422         (main):
18423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
18424         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
18425         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18426         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
18427         Raw and crude port of decodebin. 
18428         Make playbin compile.
18429
18430 2005-04-06  Wim Taymans  <wim@fluendo.com>
18431
18432         * ext/gnomevfs/Makefile.am:
18433         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
18434         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18435         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
18436         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
18437         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
18438         (gst_gnomevfssrc_stop):
18439         * ext/ogg/Makefile.am:
18440         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
18441         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
18442         * ext/theora/Makefile.am:
18443         * ext/theora/theoradec.c: (_inc_granulepos),
18444         (theora_dec_sink_event), (theora_dec_chain):
18445         * ext/vorbis/Makefile.am:
18446         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18447         (vorbis_dec_sink_event), (vorbis_dec_chain):
18448         * gst-libs/gst/audio/Makefile.am:
18449         * sys/xvimage/Makefile.am:
18450         Make gnomevfssrc extend the source base class.
18451         Fix linking against libs in various plugins.
18452
18453 2005-04-06  Andy Wingo  <wingo@pobox.com>
18454
18455         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
18456         GST_BASE_LIBS.
18457
18458         * configure.ac: Add check and AC_SUBST for libgstbase.
18459
18460 2005-03-31  Wim Taymans  <wim@fluendo.com>
18461
18462         * examples/seeking/Makefile.am:
18463         * examples/seeking/cdparanoia.c: (main):
18464         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
18465         (play_cb), (pause_cb), (stop_cb), (main):
18466         * examples/seeking/playbin.c:
18467         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
18468         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
18469         (make_sid_pipeline), (make_vorbis_pipeline),
18470         (make_theora_pipeline), (make_vorbis_theora_pipeline),
18471         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
18472         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
18473         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
18474         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
18475         (stop_cb), (main):
18476         * examples/seeking/spider_seek.c:
18477         * examples/seeking/vorbisfile.c:
18478         * ext/gnomevfs/Makefile.am:
18479         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18480         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
18481         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
18482         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
18483         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
18484         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
18485         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
18486         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
18487         * ext/ogg/README:
18488         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
18489         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
18490         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
18491         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
18492         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
18493         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
18494         (gst_ogg_pad_event), (gst_ogg_pad_reset),
18495         (gst_ogg_demux_factory_filter), (compare_ranks),
18496         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
18497         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
18498         (gst_ogg_chain_new), (gst_ogg_chain_free),
18499         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
18500         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
18501         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
18502         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
18503         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
18504         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
18505         (gst_ogg_demux_get_prev_page),
18506         (gst_ogg_demux_deactivate_current_chain),
18507         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
18508         (gst_ogg_demux_bisect_forward_serialno),
18509         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18510         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
18511         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
18512         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
18513         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
18514         (gst_ogg_demux_change_state), (gst_ogg_print):
18515         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18516         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
18517         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
18518         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
18519         (gst_ogg_mux_loop):
18520         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18521         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
18522         (theora_dec_src_convert), (theora_dec_sink_convert),
18523         (theora_dec_src_query), (theora_dec_src_event),
18524         (theora_dec_sink_event), (theora_dec_chain),
18525         (theora_dec_change_state):
18526         * ext/theora/theoraenc.c: (gst_theora_enc_init),
18527         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
18528         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
18529         (theora_enc_change_state):
18530         * ext/vorbis/Makefile.am:
18531         * ext/vorbis/oggvorbisenc.c:
18532         * ext/vorbis/oggvorbisenc.h:
18533         * ext/vorbis/vorbis.c: (plugin_init):
18534         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
18535         (vorbis_dec_src_query), (vorbis_dec_src_event),
18536         (vorbis_dec_sink_event), (vorbis_dec_chain),
18537         (vorbis_dec_change_state):
18538         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
18539         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
18540         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18541         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
18542         (gst_vorbisenc_change_state):
18543         * ext/vorbis/vorbisenc.h:
18544         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
18545         * gst-libs/gst/audio/audioclock.c:
18546         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18547         (gst_audiofilter_init), (gst_audiofilter_chain):
18548         * gst-libs/gst/audio/testchannels.c: (main):
18549         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
18550         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
18551         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
18552         (gmip_find_track_streaminfo), (gmip_find_track_format):
18553         * gst-libs/gst/media-info/media-info.c:
18554         (gst_media_info_read_idler):
18555         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
18556         (gst_play_get_all_by_interface):
18557         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
18558         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
18559         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
18560         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
18561         (gst_riff_parse_info):
18562         * gst-libs/gst/riff/riff-read.h:
18563         * gst-libs/gst/riff/riff.c: (plugin_init):
18564         * gst-libs/gst/video/Makefile.am:
18565         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
18566         (gst_videosink_class_init), (gst_videosink_get_type):
18567         * gst-libs/gst/video/videosink.h:
18568         * gst/audioconvert/bufferframesconvert.c:
18569         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
18570         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
18571         * gst/audioconvert/channelmixtest.c: (main):
18572         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18573         (gst_audio_convert_chain),
18574         (gst_audio_convert_caps_remove_format_info),
18575         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
18576         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
18577         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
18578         (gst_audio_convert_buffer_to_default_format),
18579         (gst_audio_convert_buffer_from_default_format),
18580         (gst_audio_convert_channels):
18581         * gst/audioconvert/gstchannelmix.h:
18582         * gst/ffmpegcolorspace/avcodec.h:
18583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18584         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18585         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
18586         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
18587         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
18588         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18589         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18590         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18591         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18592         (dv_type_find):
18593         * gst/videotestsrc/gstvideotestsrc.c:
18594         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
18595         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
18596         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
18597         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
18598         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
18599         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
18600         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
18601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18602         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
18603         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
18604         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
18605         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
18606         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18607         (gst_xvimagesink_navigation_send_event),
18608         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
18609         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
18610         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
18611         * sys/xvimage/xvimagesink.h:
18612         Plugin port to 0.9, ogg/theora playback should work in the seek
18613         example now.
18614         Removed old examples.
18615         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
18616         explained in 0.9 TODO doc.
18617
18618
18619 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18620
18621         * autogen.sh:
18622         * configure.ac:
18623         * ext/Makefile.am:
18624         * gst/Makefile.am:
18625         * po/POTFILES.in:
18626         * po/af.po:
18627         * po/az.po:
18628         * po/cs.po:
18629         * po/en_GB.po:
18630         * po/hu.po:
18631         * po/it.po:
18632         * po/nb.po:
18633         * po/nl.po:
18634         * po/or.po:
18635         * po/sq.po:
18636         * po/sr.po:
18637         * po/sv.po:
18638         * po/uk.po:
18639         * po/vi.po:
18640         * sys/Makefile.am:
18641         * testsuite/Makefile.am:
18642           remove a whole bunch of plugins.  This module now contains a set
18643           of free reference plugins/elements as agreed.
18644
18645 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
18646
18647         * configure.ac:
18648           hunting season on 0.9 is now OPEN
18649
18650 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18651
18652         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18653           Kick the hell out of gcc for not warning me about a symbol conflict.
18654
18655 2005-02-22  Luca Ognibene  <luogni@tin.it>
18656
18657         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18658
18659         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
18660           Don't leak caps string (fixes #168134)
18661
18662         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
18663         (gst_jpegenc_init), (gst_jpegenc_finalize),
18664         (gst_jpegenc_change_state):
18665           Don't leak line buffers and context struct (fixes #168133).
18666
18667 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
18668
18669         * configure.ac:
18670         * ext/dirac/gstdiracdec.cc:
18671         (gst_diracdec_chain):
18672           Since dirac 0.5.0 the framerate in dirac is expressed as a
18673           rational number. Fix build and up requirement to 0.5.0, and
18674           also pass parameters to gst_diracdec_link in the right order
18675           (fixes #167959).
18676
18677 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
18678
18679         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
18680         * ext/faad/gstfaad.h:
18681         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
18682         certain invalid muxed streams, where some packets will contain 
18683         junk after decoder data. Partially fixes #149158.
18684
18685 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
18686         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
18687           Make sure we only write to writable buffers
18688
18689 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
18690
18691         * gst-libs/gst/riff/riff-media.c:
18692         (gst_riff_create_audio_caps_with_data):
18693           Do actually fix invalid RIFF fmt header values for alaw
18694           and mulaw audio instead of just saying so.
18695
18696         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
18697           Give gst_riff_create_audio_caps_with_data() a chance to
18698           fix up broken format header fields before extracting any
18699           parameters from the header. (fixes #167633)
18700
18701 2005-02-19  Martin Holters  <martin.holters@gmx.de>
18702
18703         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18704
18705         * gst/audioconvert/bufferframesconvert.c:
18706         (buffer_frames_convert_link):
18707           Don't leak othercaps. (fixes #167878)
18708
18709 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
18710
18711         * configure.ac:
18712         * ext/libvisual/visual.c: (gst_visual_srclink),
18713         (gst_visual_change_state):
18714           Support libvisual 0.2.0.
18715
18716 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18717
18718         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
18719         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
18720           Use same rowstrides for I420 as used everywhere else.
18721
18722 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18723
18724         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18725           Declare variables at beginning of block and make gcc-2.95 happy
18726           (fixes # 167482, patch by Gergely Nagy).
18727           
18728         * gst/tcp/gsttcpclientsrc.c:
18729         * gst/tcp/gsttcpclientsrc.h:
18730           Move some includes into the header, so that struct sockaddr_in is
18731           defined when it should be defined on FreeBSD as well (fixes
18732           #167483).
18733           
18734         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
18735           Don't pass uninitialised values to setsockopt() here either.
18736
18737 2005-02-17  Luca Ognibene  <luogni at tin dot it>
18738
18739         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18740
18741         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
18742           Don't pass uninitialised values to setsockopt(). (fixes #167704)
18743
18744 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18745
18746         * gst/playback/gstplaybin.c: (add_sink):
18747           Invert bin_add/link order to workaround deadlock in opt.
18748
18749 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18750
18751         * gst/modplug/gstmodplug.cc:
18752           Add missing break causing position queries to fail.
18753
18754 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18755
18756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
18757           Granpos can apparently be -1, which screws up calculations...
18758
18759 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18760
18761         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18762         (gst_ximagesink_send_pending_navigation),
18763         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
18764         (gst_ximagesink_init):
18765         * sys/ximage/ximagesink.h:
18766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18767         (gst_xvimagesink_send_pending_navigation),
18768         (gst_xvimagesink_navigation_send_event),
18769         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
18770         * sys/xvimage/xvimagesink.h:
18771           Use a mutex protected list to marshal navigation
18772           events into the stream thread from whichever thread
18773           sends them.
18774
18775 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
18776
18777         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
18778           Display current position and track length; misc. clean-ups.
18779           
18780         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
18781         (speed_init), (speed_chain):
18782           Add query function, so that the stream length and current position
18783           get adjusted when queried (note that current position queries may
18784           still be wrong if the audio sink returns values based on buffer
18785           timestamps instead of passing on the query).
18786
18787 2005-02-13  Benjamin Otte  <otte@gnome.org>
18788
18789         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18790         (gst_audio_convert_channels):
18791           create channel conversion matrix when linking
18792         * gst/audioconvert/.cvsignore:
18793         * gst/audioconvert/Makefile.am:
18794         * gst/audioconvert/channelmixtest.c: (main):
18795           add (ugly) test that ensures stereo <=> mono conversion works
18796           correctly
18797
18798 2005-02-13  Benjamin Otte  <otte@gnome.org>
18799
18800         * gst/audioconvert/gstchannelmix.h:
18801           include missing header file
18802         * gst/audioconvert/gstchannelmix.c:
18803         (gst_audio_convert_fill_compatible):
18804           use same sign for both channels when converting to/from compatible
18805           channel. Previously used different signs made the signals cancel
18806           each other out and appear like silence. (fixes #167269)
18807
18808 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18809
18810         * gst/ffmpegcolorspace/avcodec.h:
18811         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18812         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18813         (gst_ffmpegcsp_avpicture_fill):
18814         * gst/ffmpegcolorspace/imgconvert.c:
18815           Convert to and from YV12 (fixes #156379).
18816
18817 2005-02-12  Julien MOUTTE  <julien@moutte.net>
18818
18819         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18820         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
18821         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
18822         (gst_ximagesink_expose), (gst_ximagesink_set_property),
18823         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
18824         methods from chain and negotiation and vice versa (Fixes #166142).
18825         * sys/ximage/ximagesink.h: Add stream_lock.
18826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
18827         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18828         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18829         (gst_xvimagesink_expose): Check for xcontext before trying to link.
18830
18831 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
18832
18833         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
18834           Don't send "Hey! You gave me a NULL pointer you naughty person" as
18835           error message when we can't open the DVD device (when dvdnav_open()
18836           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
18837           the above). Send something more useful instead (fixes #167117).
18838
18839 2005-02-11  Julien MOUTTE  <julien@moutte.net>
18840
18841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18842         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
18843         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18844         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
18845         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
18846         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
18847         methods from chain and negotiation and vice versa (Fixes #166142).
18848         Fix a possible bug of images in the buffer pool being discarded because
18849         we are looking at the wrong geometry.
18850         * sys/xvimage/xvimagesink.h: Add stream_lock.
18851
18852 2005-02-11  David Schleef  <ds@schleef.org>
18853
18854         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
18855         unsigned int. (fixes #167128)
18856
18857 2005-02-11  David Schleef  <ds@schleef.org>
18858
18859         * gst/librfb/Makefile.am: Testing stuff before committing is
18860           for wimps... and people with fast machines.  Fix stupid
18861           mistake.
18862
18863 2005-02-11  David Schleef  <ds@schleef.org>
18864
18865         * configure.ac: Pull in librfb from my CVS tree, because it is
18866           too small and annoying to be separate.  Move rfbsrc plugin
18867           to gst/.
18868         * ext/Makefile.am:
18869         * ext/librfb/Makefile.am:
18870         * ext/librfb/gstrfbsrc.c:
18871         * gst/librfb/Makefile.am:
18872         * gst/librfb/gstrfbsrc.c:
18873         * gst/librfb/rfb.c:
18874         * gst/librfb/rfb.h:
18875         * gst/librfb/rfbbuffer.c:
18876         * gst/librfb/rfbbuffer.h:
18877         * gst/librfb/rfbbytestream.c:
18878         * gst/librfb/rfbbytestream.h:
18879         * gst/librfb/rfbcontext.h:
18880         * gst/librfb/rfbdecoder.c:
18881         * gst/librfb/rfbdecoder.h:
18882         * gst/librfb/rfbutil.h:
18883
18884 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
18885
18886         * gst/speed/Makefile.am:
18887         * gst/speed/demo-mp3.c: (main):
18888         * gst/speed/filter.func:
18889         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
18890         (speed_class_init), (speed_init), (speed_chain_int16),
18891         (speed_chain_float32), (speed_chain), (speed_set_property),
18892         (speed_get_property), (speed_change_state):
18893         * gst/speed/gstspeed.h:
18894           Fix speed element and make it chain-based (fixes #156467),
18895           and make it handle more than one channel.
18896
18897 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
18898
18899         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
18900         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
18901         (gst_dtsdec_chain), (gst_dtsdec_change_state):
18902         * ext/dts/gstdtsdec.h:
18903           Don't clobber the stack constructing the channels array.
18904           Make the element chain-based. DTS tracks can now be played.
18905           
18906 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
18907
18908         * gst-libs/gst/audio/multichannel.h:
18909         * gst-libs/gst/gconf/gconf.h:
18910         * gst-libs/gst/idct/idct.h:
18911         * gst-libs/gst/media-info/media-info-priv.h:
18912         * gst-libs/gst/play/play.h:
18913         * gst-libs/gst/resample/private.h:
18914         * gst-libs/gst/resample/resample.h:
18915         * gst-libs/gst/riff/riff-ids.h:
18916         * gst-libs/gst/video/video.h:
18917         * gst-libs/gst/video/videosink.h:
18918           Add G_BEGIN_DECLS and G_END_DECLS around headers where
18919           missing, so that they work when included from C++ code.
18920
18921 2005-02-09  David Schleef  <ds@schleef.org>
18922
18923         * testsuite/gst-lint: Check for non-statically scoped
18924           parent_class variables.  This won't be a problem once
18925           plugins are loaded with RTLD_LOCAL.
18926
18927 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18928
18929         * ext/mplex/gstmplexibitstream.cc:
18930           gcc madness.
18931
18932 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18933
18934         * ext/ogg/gstogmparse.c:
18935         * gst/debug/gstnavigationtest.c:
18936           Die, thou faulty symbol pollutors (non-static parent_class).
18937
18938 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18939
18940         * ext/mplex/gstmplexibitstream.cc:
18941           Fix event handling (#165525).
18942
18943 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18944
18945         * ext/mikmod/gstmikmod.c:
18946         * gst/modplug/gstmodplug.cc:
18947           Add missing endianness to template (fixes #165509).
18948
18949 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18950
18951         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
18952           Fix wrong order of reading of optional bytes (#165290).
18953
18954 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18955
18956         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18957           Implement FILLER event awareness.
18958
18959 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18960
18961         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
18962           Fix track calculations (#166208).
18963
18964 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
18965
18966         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18967
18968         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
18969         * ext/libpng/gstpngenc.c:
18970           Fix byte-order, use proper fixed caps. Fixes #164197.
18971
18972 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18973
18974         * configure.ac:
18975           Add dvdlpcmdec 
18976
18977         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
18978         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
18979           Don't push buffers if the src pad isn't negotiated yet.
18980           
18981         * gst/audioconvert/gstaudioconvert.c:
18982         (gst_audio_convert_buffer_to_default_format),
18983         (gst_audio_convert_buffer_from_default_format):
18984           Add support for 24-bit width.
18985
18986         * gst/dvdlpcmdec/.cvsignore:
18987         * gst/dvdlpcmdec/Makefile.am:
18988         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
18989         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
18990         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
18991         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
18992         (plugin_init):
18993         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
18994           New decoder for rearranging DVD LPCM into our audio/x-raw-int
18995           format. Needs support for the channels maps if someone can find 
18996           a DVD LPCM track with > 2 channels.
18997
18998         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
18999         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
19000         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
19001         * gst/mpegstream/gstdvddemux.h:
19002         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19003         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
19004         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
19005         * gst/mpegstream/gstmpegdemux.h:
19006         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
19007         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
19008         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
19009         (gst_mpeg_parse_handle_src_query),
19010         (gst_mpeg_parse_handle_src_event):
19011           Use audio/x-dvd-lpcm for LPCM output.
19012           Add DTS output.
19013
19014 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
19015
19016         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19017
19018         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
19019         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
19020           Add BGRA handling (#165736).
19021
19022 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
19023
19024         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19025
19026         * gst/law/alaw-decode.c: (alawdec_link):
19027         * gst/law/alaw-encode.c: (alawenc_link):
19028         * gst/law/mulaw-decode.c: (mulawdec_link):
19029         * gst/law/mulaw-encode.c: (mulawenc_link):
19030           Fix caps memleaks (#166600).
19031
19032 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
19033
19034         * ext/tarkin/mem.h:
19035         * ext/tarkin/wavelet.h:
19036         * ext/tarkin/yuv.h:
19037         * gst/ffmpegcolorspace/avcodec.h:
19038           Include "_stdint.h" instead of <stdint.h>. Fixes build on
19039           systems that don't have stdint.h, like Solaris9 (fixes #166631).
19040
19041 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19042
19043         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
19044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
19045         (gst_xvimagesink_change_state):
19046           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
19047           Xv video (and thereby regenerate Xv colourkey) in clear() so
19048           that PLAY -> READY -> PLAY works (fixes #162504).
19049
19050 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19051
19052         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
19053           Switch to list instead of range, since MJPEG-devices really just
19054           support decimations, not any size.
19055
19056 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19057         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
19058         (gst_mpeg2dec_reset), (free_all_buffers),
19059         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
19060         * ext/mpeg2dec/gstmpeg2dec.h:
19061           The libmpeg2 user-allocated buffer management is awkward, 
19062           to say the least. Hopefully this fixes things.
19063
19064 2005-02-04  Andy Wingo  <wingo@pobox.com>
19065
19066         * gst/audioconvert/bufferframesconvert.c
19067         (buffer_frames_convert_fixate): New function, fixates to 256
19068         frames per buffer by default. (Much better than 1.)
19069         (buffer_frames_convert_init): Set the fixate function for both src
19070         and sink pad.
19071         (buffer_frames_convert_link): After success setting nonfixed caps,
19072         get the negotiated caps so we can know how many buffer-frames it
19073         will be. No idea how this worked at all before.
19074
19075 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19076
19077         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
19078         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
19079         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
19080         (handle_sequence), (handle_picture):
19081         * ext/mpeg2dec/gstmpeg2dec.h:
19082           Rearrange buffer tracking and refcounting and refactor
19083           a little for readability. 
19084
19085 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
19086         * sys/v4l/gstv4l.c: (plugin_init):
19087         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
19088         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
19089         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
19090         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
19091         * sys/v4l/gstv4ljpegsrc.h:
19092         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
19093         * sys/v4l/v4l_calls.h:
19094         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
19095         (gst_v4lsrc_get_fps):
19096         * sys/v4l/v4lsrc_calls.h:
19097           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
19098           you jpeg inside rgb frames" driver.
19099           Don't error in the v4lsrc link function, just return 
19100           REFUSED.
19101
19102 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19103
19104         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
19105         (gst_qcamsrc_open):
19106           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
19107
19108 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19109
19110         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19111           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
19112
19113 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19114
19115         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
19116           Reset negotiated state on PAUSED->READY.
19117
19118 2005-02-02  David Schleef  <ds@schleef.org>
19119
19120         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
19121         whereever possible.  (Fixes #165997)
19122         * examples/capsfilter/capsfilter1.c: (main):
19123         * examples/dynparams/filter.c: (create_ui):
19124         * examples/seeking/cdparanoia.c: (get_track_info), (main):
19125         * examples/seeking/chained.c: (main):
19126         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
19127         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
19128         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
19129         (make_mpeg_pipeline), (make_mpegnt_pipeline):
19130         * examples/seeking/spider_seek.c: (make_spider_pipeline):
19131         * examples/switch/switcher.c: (main):
19132         * ext/dv/demo-play.c: (main):
19133         * ext/faad/gstfaad.c: (gst_faad_change_state):
19134         * ext/mad/gstmad.c: (gst_mad_chain):
19135         * ext/smoothwave/demo-osssrc.c: (main):
19136         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
19137         (gst_gconf_render_bin_from_description),
19138         (gst_gconf_get_default_audio_sink),
19139         (gst_gconf_get_default_video_sink),
19140         (gst_gconf_get_default_audio_src),
19141         (gst_gconf_get_default_video_src),
19142         (gst_gconf_get_default_visualization_element):
19143         * gst/level/demo.c: (main):
19144         * gst/level/plot.c: (main):
19145         * gst/playback/gstplaybin.c: (gen_video_element),
19146         (gen_audio_element):
19147         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
19148         * gst/playondemand/demo-mp3.c: (setup_pipeline):
19149         * gst/sine/demo-dparams.c: (main):
19150         * gst/spectrum/demo-osssrc.c: (main):
19151         * gst/speed/demo-mp3.c: (main):
19152         * gst/volume/demo.c: (main):
19153         * testsuite/embed/embed.c: (main):
19154
19155 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19156
19157         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
19158         (gst_tcpclientsink_finalize):
19159         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
19160         (gst_tcpclientsrc_finalize):
19161         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
19162         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
19163         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
19164         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
19165           Don't leak the hostname when shutting down.
19166           In tcpserversrc, take a copy of the default hostname.
19167
19168 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19169
19170         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
19171           Set caps to systemstream=TRUE.
19172
19173 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19174
19175         * testsuite/Makefile.am:
19176           Fix more OSX buildbots.
19177
19178 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
19179
19180         * ext/mpeg2dec/gstmpeg2dec.c:
19181           Don't send things to NULL PAD_PEERs
19182
19183         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
19184           Copy-on-write the incoming buffer.
19185
19186         * gst/mpegstream/gstdvddemux.h:
19187         * gst/mpegstream/gstmpegclock.h:
19188         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19189         (normal_seek), (gst_mpeg_demux_handle_src_event):
19190         * gst/mpegstream/gstmpegdemux.h:
19191         * gst/mpegstream/gstmpegpacketize.h:
19192         * gst/mpegstream/gstmpegparse.c:
19193         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
19194         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
19195         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
19196         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
19197         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
19198         * gst/mpegstream/gstmpegparse.h:
19199         * gst/mpegstream/gstrfc2250enc.h:
19200           Various changes to the way time is computed that make seeking and
19201           total time estimation much better here.
19202           Use G_BEGIN/END_DECLS instead of __cplusplus
19203
19204         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
19205           Use gst_buffer_stamp instead of only copying the TIMESTAMP
19206
19207 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19208
19209         * gst/subparse/gstsubparse.c:
19210           Fix OSX buildbot.
19211
19212 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19213
19214         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19215         (theora_enc_chain), (theora_enc_change_state):
19216         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
19217         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
19218         (gst_vorbisenc_change_state):
19219         * ext/vorbis/vorbisenc.h:
19220           Set granulepos and timestamp correctly for streams not
19221           starting at 0, taking into account the initial delay.
19222
19223 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
19224
19225         * gst/mpegstream/gstdvddemux.c:
19226           Add audio/x-dts to audio pad template caps
19227
19228 2005-01-30  David Schleef  <ds@schleef.org>
19229
19230         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
19231         (create_context), (gst_polypsink_link): Fix silly endianness
19232         bug.  Add some debugging.  Remove float from caps; it doesn't
19233         work.  Attempt to get remote audio working.
19234
19235 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19236
19237         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
19238           Add 3IV2 fourcc.
19239
19240 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19241
19242         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
19243         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
19244         (gst_avi_demux_stream_data):
19245         * gst/avi/gstavidemux.h:
19246           Invert DIB images. Fixes #132341.
19247
19248 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19249
19250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19251         (gst_ffmpegcsp_chain):
19252           D'oh, reference the palette data, not the palette structure.
19253           Fixes color distortion in #132341.
19254
19255 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19256
19257         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
19258           PAR can be non-fixed when not provided as argument (#162626).
19259
19260 2005-01-29  David Moore  <dcm@acm.org>
19261
19262         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19263
19264         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19265         (gst_qtdemux_loop_header):
19266           Re-apply patch from #142272 that allows non-seekable sources,
19267           re-proposed by Daniel Drake <dsd@gentoo.org>.
19268
19269 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19270
19271         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
19272           Use the src template for creating the src pad (#162330).
19273
19274 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19275
19276         * configure.ac:
19277         * ext/musepack/Makefile.am:
19278         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
19279         (gst_musepackdec_init), (gst_musepackdec_dispose),
19280         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
19281         (gst_musepack_stream_init), (gst_musepackdec_loop),
19282         (gst_musepackdec_change_state):
19283         * ext/musepack/gstmusepackdec.cpp:
19284         * ext/musepack/gstmusepackdec.h:
19285         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
19286         (gst_musepack_reader_read), (gst_musepack_reader_seek),
19287         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
19288         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
19289         * ext/musepack/gstmusepackreader.cpp:
19290         * ext/musepack/gstmusepackreader.h:
19291           Update to 1.1 API (#165446).
19292
19293 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19294
19295         * ext/Makefile.am:
19296           Unbreak buildbot.
19297
19298 2005-01-28  Andy Wingo  <wingo@pobox.com>
19299
19300         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
19301         to reflect a different dubious internet source. Add a reference
19302         and some commentary.
19303
19304 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19305
19306         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
19307         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
19308         * gst/playback/gststreamselector.h:
19309           Be more selective when we're redoing caps negotiation from
19310           within the chain function on a stream change.
19311
19312 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19313
19314         * configure.ac:
19315         * ext/Makefile.am:
19316         * ext/amrnb/Makefile.am:
19317         * ext/amrnb/amrnb.c: (plugin_init):
19318         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
19319         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
19320         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
19321         (gst_amrnbdec_state_change):
19322         * ext/amrnb/amrnbdec.h:
19323         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
19324         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
19325         (gst_amrnbparse_init), (gst_amrnbparse_formats),
19326         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
19327         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
19328         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
19329         * ext/amrnb/amrnbparse.h:
19330           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
19331         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19332           Add AMR-NB/-WB raw formats.
19333         * ext/alsa/gstalsa.c: (gst_alsa_link):
19334           Keep valid time when changing format.
19335         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19336         (qtdemux_parse_trak):
19337           Add some more format-specific options (#140141, #143555, #155163).
19338
19339 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19340
19341         * gst/matroska/matroska-demux.c:
19342         (gst_matroska_demux_parse_blockgroup):
19343           Fix logic error in timing of subtitle stream synchronization.
19344         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
19345           Add skip-chunk, which is found in kodak-camera streams.
19346
19347 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19348
19349         * po/LINGUAS:
19350         * po/vi.po:
19351           Adding Vietnamese translation (submitted by Clytie Siddall)
19352
19353 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19354
19355         * gst/playback/gstdecodebin.c: (try_to_link_1):
19356           Use realpad for signal.
19357
19358 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19359
19360         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
19361           Fix category so decodebin picks it up.
19362
19363 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19364
19365         * ext/mad/Makefile.am:
19366         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
19367         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
19368         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
19369         (found_type), (gst_id3demux_bin_change_state):
19370         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19371         (gst_id3_tag_init), (gst_id3_tag_handle_event),
19372         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19373         (gst_id3_tag_change_state), (plugin_init):
19374         * ext/mad/gstmad.h:
19375           Add id3demuxbin (which is a simple bin consisting of id3demux
19376           and typefind), take over rank from id3demux, remove typefind
19377           code from id3demux. Makes all broken mp3s that I know of work,
19378           and thereby fixes #152688.
19379
19380 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
19381
19382         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19383
19384         * ext/mad/gstmad.c: (gst_mad_src_event):
19385         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
19386           Allow seeks on audio pad, make mad forward those (#164826).
19387         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19388           Set duration (#165335).
19389
19390 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19391
19392         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
19393         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
19394         (gst_asf_demux_process_ext_content_desc),
19395         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
19396         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
19397         * gst/asfdemux/gstasfdemux.h:
19398           Improve metadata display, e.g. if the metadata comes before the
19399           streams are loaded (which is perfectly valid).
19400
19401 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19402
19403         * tools/gst-launch-ext-m.m:
19404           Fix AVI/ASF pipelines (#165340).
19405
19406 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
19407         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
19408         build failure on amd64
19409
19410 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
19411
19412         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
19413         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
19414           Check environment variables GST_ID3V2_TAG_ENCODING,
19415           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19416           list of character encodings to force interpretation of non-unicode
19417           strings stored in an ID3v2 tag to a particular encoding. If none
19418           is specified, try to use current locale's encoding, then fall back
19419           to ISO-8859-1 (which will always succeed). (Resolves #149274)
19420         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
19421         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
19422           Check environment variables GST_ID3V1_TAG_ENCODING,
19423           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
19424           list of character encodings to use in case a string encountered
19425           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
19426           specified, try to use the current locale's encoding, then fall
19427           back to ISO-8859-1 (which will always succeed).
19428
19429 2005-01-25  Benjamin Otte  <otte@gnome.org>
19430
19431         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19432           - on half framerate, compute the rate in advance so the comparisons
19433             don't compare wrong values
19434           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
19435             behaviour
19436           - don't use mad_header_decode anymore, mad_frame_decode does that
19437             automatically
19438           - when getting rid of consumed bytes, reset the stream's skiplen
19439           (fixes #163867)
19440
19441 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19442
19443         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
19444           Use 1/2 a second for default max_discont, as PES streams from DVB
19445           seem to have larger spacings in the SCR. 
19446           Fix a typo.
19447
19448 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19449
19450         * gst/playback/gstplaybasebin.c: (group_commit):
19451           Notify delayed stream-info availability.
19452
19453 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
19454         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
19455         (gst_a52dec_handle_event), (gst_a52dec_chain):
19456         Add some debug output. Check that a discont has a valid
19457         time associated.
19458         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19459         (gst_alsa_sink_loop):
19460         Ignore TAG events. A little extra debug for broken timestamps.
19461         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
19462         (dvdnavsrc_change_state):
19463         Ensure we send a discont to engage the link before we send any
19464         other events.
19465         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
19466         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
19467         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
19468         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
19469         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
19470         dvd://title works in totem because typefinding sends a seek that ends
19471         up going back to chapter 1 regardless.
19472         * ext/mpeg2dec/gstmpeg2dec.c:
19473         * ext/mpeg2dec/gstmpeg2dec.h:
19474         Output correct timestamps and handle disconts.
19475         * ext/ogg/gstoggdemux.c: (get_relative):
19476         Small guard against a null dereference.
19477         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
19478         (gst_textoverlay_set_property):
19479         Free memory when done. Don't call gst_event_filler_get_duration on
19480         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
19481         g_warning.
19482         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
19483         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
19484         (gst_sw_srclink), (gst_smoothwave_chain):
19485         Draw solid lines, prettier colours.
19486         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
19487         Add a default palette that'll work for some movies.
19488         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
19489         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
19490         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
19491         * gst/mpegstream/gstdvddemux.h:
19492         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
19493         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
19494         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
19495         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
19496         * gst/mpegstream/gstmpegparse.h:
19497         Use PTM/NAV events when for timestamp adjustment when connected to 
19498         dvdnavsrc. Don't use many discont events where one suffices.
19499         * gst/playback/gstplaybasebin.c: (group_destroy),
19500         (gen_preroll_element), (gst_play_base_bin_add_element):
19501         * gst/playback/gstplaybasebin.h:
19502         Make sure we remove subtitles from the same bin we put them in.
19503         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
19504         (gst_subparse_buffer_format_autodetect),
19505         (gst_subparse_change_state):
19506         Fix some memleaks and invalid accesses.
19507         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
19508         (oggskel_type_find), (cmml_type_find), (plugin_init):
19509         Some typefind functions for Annodex v3.0 files
19510         * gst/wavparse/gstwavparse.h:
19511         GstRiffReadClass is the correct parent class.
19512
19513 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19514
19515         * gst-libs/gst/riff/riff-media.c:
19516         (gst_riff_create_video_caps_with_data):
19517           Add extradata to huffyuv (fixes #165013).
19518         * gst-libs/gst/riff/riff-read.c:
19519         (gst_riff_read_strf_vids_with_data):
19520           Fix extradata extraction if it is in the chunk size.
19521
19522 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
19523
19524         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19525
19526         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
19527         (gst_quarktv_change_state), (gst_quarktv_dispose):
19528           Memory free'ing location fix (#164708).
19529
19530 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19531
19532         * gst/playback/gstplaybasebin.c: (group_commit),
19533         (gen_preroll_element), (probe_triggered), (gen_source_element),
19534         (setup_source), (gst_play_base_bin_change_state),
19535         (gst_play_base_bin_add_element):
19536           Don't block for streams.
19537         * gst/playback/gststreaminfo.c: (stream_info_change_state),
19538         (gst_stream_info_set_mute):
19539           Use gst_pad_set_active_recursive.
19540
19541 2005-01-25  Andy Wingo  <wingo@pobox.com>
19542
19543         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
19544         for #ifndef HAVE_XVIDEO.
19545
19546 2005-01-24  Jeffrey C. Ollie
19547
19548         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
19549
19550         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
19551         * ext/gsm/gstgsmdec.h:
19552         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
19553         * ext/gsm/gstgsmenc.h:
19554         Fix rate to 8kHz as per spec, removes obscure errors when no rate
19555         was given by property. Add proper buffer timestamps and offsets.
19556
19557 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19558
19559         * gst-libs/gst/riff/riff-media.c:
19560         (gst_riff_create_audio_caps_with_data):
19561           Audio can be <8000Hz.
19562
19563 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19564
19565         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19566           Explicit state change to workaround refcount bugs.
19567
19568 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19569
19570         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
19571         (gst_avimux_riff_get_avi_header):
19572           Fix...
19573
19574 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19575
19576         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
19577         (gst_riff_read_element_data):
19578         * gst-libs/gst/riff/riff-read.h:
19579           Add _peek version (req'ed in CDXA).
19580         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
19581         (gst_cdxaparse_loop):
19582           Fix parsing in playbin.
19583         * gst/playback/gstdecodebin.c: (close_pad_link):
19584           Ignore current_ pads, they cause major annoyance.
19585
19586 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19587
19588         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19589           Safety guard.
19590
19591 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19592
19593         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
19594           Fix padding...
19595
19596 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19597
19598         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
19599           Allow for 0-sized buffers. Fixes length query problems in
19600           starwars.mkv from the testsuite.
19601
19602 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19603
19604         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
19605         (gst_video_box_i420), (gst_video_box_chain):
19606           Fix row strides for I420 (fixes #163159)
19607           
19608 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19609
19610         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
19611           MPEG2 has a useful rate property, so we can actually use that.
19612           For MPEG-1, continue using the bytes/time properties.
19613
19614 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19615
19616         * gst-libs/gst/riff/riff-media.c:
19617         (gst_riff_create_video_caps_with_data),
19618         (gst_riff_create_video_template_caps):
19619           Add intel-h263.
19620
19621 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19622
19623         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
19624           Fail if caps negotiation fails. Should fix #162184, and should
19625           definately be in there regardless of it fixing the actual bug.
19626         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
19627         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
19628         (gst_avimux_riff_get_avix_header),
19629         (gst_avimux_riff_get_video_header),
19630         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
19631         (gst_avimux_start_file), (gst_avimux_handle_event),
19632         (gst_avimux_change_state):
19633         * gst/avi/gstavimux.h:
19634           Refactor structure writing to use GST_WRITE_UINT macros, add
19635           metadata writing support.
19636
19637 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19638
19639         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
19640           Elements may already be destroyed when this function is called.
19641
19642 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19643
19644         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19645         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
19646           More memory leak fixes (#149162).
19647
19648 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19649
19650         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
19651         (gst_qtdemux_add_stream):
19652           Fix two memleaks.
19653
19654 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19655
19656         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19657           Argh...
19658
19659 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19660
19661         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
19662           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
19663           when fixating to six channels in Totem.
19664
19665 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19666
19667         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
19668           Fix compile warnings on Solaris 10 buildbot
19669
19670 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19671
19672         * ext/dvdread/dvdreadsrc.c: (_read):
19673           Don't read beyond the last cell in a chapter (fixes 
19674           invalid memory access)
19675
19676 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
19677
19678         * ext/dvdread/stream_labels.c:
19679         (dvdreadsrc_get_audio_stream_labels):
19680           Use NULL for an empty GList instead of g_list_alloc(); fix 
19681           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
19682           of GString (easier to bulk free later)
19683
19684 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19685
19686         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19687
19688         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19689         (gst_ffmpeg_pixfmt_to_caps):
19690           Fix BGRA32 caps (#164209).
19691
19692 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
19693
19694         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19695
19696         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19697         (gst_ffmpeg_caps_to_pixfmt):
19698           alpha_mask can be RGBA/ABGR. Fixes #164265.
19699
19700 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
19701
19702         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19703
19704         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
19705         (gst_mpeg2dec_alloc_buffer):
19706         * ext/mpeg2dec/gstmpeg2dec.h:
19707           Crop if decoding size is not the actual image size (#163676).
19708
19709 2005-01-17  Steve Baker  <steve@stevebaker.org>
19710
19711         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19712
19713         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
19714         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
19715           Add libsndfile typefind functions (#163309).
19716
19717 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19718
19719         * tools/gst-launch-ext-m.m:
19720           Add .aac, fix .m1v/.m2v (#163891).
19721
19722 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19723
19724         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
19725           Sanity check, don't wait endlessly since the clock might not
19726           actually run at this point (which is a deadlock). Fixes #164069.
19727
19728 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19729
19730         * gst/playback/gstplaybasebin.c: (probe_triggered):
19731           Of course, only pause if group is done...
19732
19733 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19734
19735         * gst/playback/gstplaybasebin.c: (probe_triggered):
19736           Thread safety.
19737
19738 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19739
19740         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
19741           Don't return state change success when the parent
19742           failed.
19743
19744 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19745
19746         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
19747           Free events (fix memleak in #162905).
19748
19749 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
19750
19751         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19752
19753         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19754         (gst_ffmpeg_caps_to_pixfmt):
19755           Fix for depth = 15. Fixes #161675.
19756
19757 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19758
19759         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19760           Set FPS correctly, even for webcams and the like.
19761         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
19762           Don error on setting while capturing.
19763
19764 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19765
19766         * ext/dv/gstdvdec.c:
19767         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19768         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19769           I'm a bad boy. using /1001. to force C to do float division
19770           and not integer division (as it did in my last commit)
19771           Thanks to David I. Lehn for pointing this mistake.
19772
19773 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19774
19775         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19776           Revert Johan's 1.35->1.36 since it breaks compat.
19777
19778 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19779
19780         * ext/dv/gstdvdec.c:
19781         * ext/libfame/gstlibfame.c:
19782         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
19783         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
19784           replace framerate aproximations by their real value
19785           (24000/1001, 30000/1001, 60000/1001)
19786           Finish fixing bug #164049
19787
19788 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19789
19790         * ext/ogg/gstoggmux.c:
19791           eos/bos debugging
19792         * gst/tcp/gstmultifdsink.c:
19793         * gst/tcp/gstmultifdsink.h:
19794         * gst/tcp/gsttcp.c:
19795         * gst/tcp/gsttcp.h:
19796         * gst/tcp/gsttcpclientsink.c:
19797         * gst/tcp/gsttcpclientsrc.c:
19798         * gst/tcp/gsttcpserversink.c:
19799         * gst/tcp/gsttcpserversrc.c:
19800           improve reusability of elements after state changes and errors
19801           make multifdsink throw away streamheaders when receiving new ones
19802
19803 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19804
19805         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19806           Fix for if items are already in list...
19807
19808 2005-01-12  Benjamin Otte  <otte@gnome.org>
19809
19810         * gst/adder/gstadder.c: (gst_adder_loop):
19811           fix adder a bit so it doesn't screw up with events as much anymore
19812
19813 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
19814
19815         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
19816         (pixbufscale_scale), (gst_pixbufscale_chain):
19817         * ext/gdk_pixbuf/pixbufscale.h:
19818           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
19819           to ensure rowstrides are calculated the same way as 
19820           ffmpegcolorspace
19821           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
19822           that we pick up duration and offset also.
19823
19824 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19825
19826         * gst/avi/gstavimux.c: (gst_avimux_class_init),
19827         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
19828           Reusability fixes.
19829
19830 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19831
19832         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
19833         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
19834         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
19835         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
19836           Update flags when requested.
19837
19838 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19839
19840         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
19841           Fix dmix.
19842
19843 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19844
19845         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19846         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
19847         (probe_triggered), (new_decoded_pad), (gen_source_element),
19848         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
19849         * gst/playback/gstplaybasebin.h:
19850         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19851         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
19852         (gst_play_bin_change_state):
19853           Implement group-switch signal for use in apps to clear metadata
19854           cache, clean up subtitle, add suburi property instead of # hack,
19855           some error-out fixes.
19856
19857 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19858
19859         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19860           Debug.
19861         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
19862           If we got a state change in the _get handler, don't return success.
19863
19864 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19865
19866         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
19867         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
19868           Make jpegdec quiet on MJPEG decoding
19869         * gst/asfdemux/README:
19870           Fix mimetypes for MJPEG and H263
19871
19872 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19873
19874         * ext/theora/theoradec.c: (theora_dec_chain):
19875           Fix broken code generation by gcc by swapping arguments.
19876         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19877           Fix \n in debug.
19878
19879 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19880
19881         * TODO:
19882           delete this file, it is by far outdated
19883         * ext/alsa/gstalsa.1: remove
19884         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
19885         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
19886         (gst_alsa_get_caps):
19887           Add HW probing for supported sample rates. Fixes #161704
19888
19889 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19890
19891         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19892           Don't crash, biatch! :).
19893
19894 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19895
19896         * ext/musepack/gstmusepackreader.cpp:
19897         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
19898           Some work on tags - still doesn't work in playbin...
19899         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19900           Handle events...
19901
19902 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19903
19904         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
19905           Also shove tags on kid pads.
19906
19907 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19908
19909         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
19910           Don't bail on unknown events.
19911         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
19912           Don't crash on events before negotiation.
19913         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19914           Send tags on pads, too.
19915         * gst/playback/gststreamselector.c:
19916         (gst_stream_selector_request_new_pad):
19917           Forward events on first pad if no input was selected yet.
19918
19919 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19920
19921         * gst/playback/gstplaybasebin.c: (setup_substreams):
19922           Don't disable streamtype if the stream doesn't exist, since
19923           then playing a video after audio will disable both and nothing
19924           will happen. Fixes the testsuite.
19925
19926 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19927
19928         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
19929         (gst_v4l_xoverlay_set_xwindow_id):
19930         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
19931         (gst_v4l2_xoverlay_set_xwindow_id):
19932           Add debug categories, fix overlay disabling.
19933
19934 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19935
19936         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
19937         * ext/alsa/gstalsa.h:
19938           Add HW probing for period_count/size and buffer_size MIX/MAX
19939           Adjust default/user defined value if out of bounds
19940           Should fix bug #162024
19941
19942 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19943
19944         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
19945           Fix warning (#161191).
19946
19947 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19948
19949         * ext/dvdread/stream_labels.c:
19950         (dvdreadsrc_get_audio_stream_labels):
19951           Fix warning (init the good variable in switch default)
19952
19953 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
19954
19955         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19956
19957         * gst/tta/gstttaparse.c: (gst_tta_src_event):
19958           Fix gcc-2.95 compile (#163485).
19959
19960 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19961
19962         * configure.ac:
19963         * ext/flac/gstflacenc.c: (gst_flacenc_init),
19964         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
19965         (gst_flacenc_tell_callback), (gst_flacenc_chain),
19966         (gst_flacenc_change_state):
19967         * ext/flac/gstflacenc.h:
19968           Update for API change in flac-1.1.1. Update requirement in
19969           configure.ac. Fixes #162974.
19970
19971 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19972
19973         * gst/playback/gstplaybasebin.c: (group_destroy):
19974           Remove hack to get rid of assert and get rid of unlinked
19975           signals properly.
19976
19977 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19978
19979         * gst/playback/gstplaybasebin.c: (setup_source):
19980           Set source to NULL so that resources are free'ed. Fixes issues
19981           with playback of CDDA and similar device-accessing things.
19982
19983 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19984
19985         * testsuite/embed/Makefile.am:
19986           test->noinst, fix make test in buildbot.
19987
19988 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
19989
19990         * ext/dvdread/stream_labels.c: new file
19991         * ext/dvdread/stream_labels.h: new file
19992         * ext/dvdread/Makefile.am:
19993         * ext/dvdread/dvdreadsrc.c: (_seek_title):
19994           Extract audio stream label from DVD IFO files.
19995           It only dump them on the console for now, still have to
19996           make playbin aware of them.
19997
19998 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19999
20000         * gst/playback/gstplaybasebin.c: (setup_source):
20001           Fix hanging subs.
20002
20003 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20004
20005         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20006         (gen_preroll_element), (remove_groups), (setup_subtitle),
20007         (gen_source_element), (setup_source):
20008         * gst/playback/gstplaybasebin.h:
20009           Multiple .sub files is just a stupid idea... Fix some threading
20010           mistakes. Interestingly, external .sub files cause playbin to
20011           hang, I don't know why... Parsing fixes contributed by Fran??ois
20012           Kooman <fkooman@tuxed.net>.
20013
20014 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20015
20016         * testsuite/embed/Makefile.am:
20017           Fix buildbot.
20018
20019 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20020
20021         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20022
20023         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20024         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
20025         (gst_pngenc_set_property):
20026         * ext/libpng/gstpngenc.h:
20027           Add compression level property (#163323).
20028
20029 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20030
20031         * configure.ac:
20032         * examples/capsfilter/capsfilter1.c: (main):
20033         * examples/seeking/spider_seek.c: (make_spider_pipeline):
20034         * ext/dvdread/Makefile.am:
20035         * ext/dvdread/demo-play:
20036         * ext/dvdread/demo-play.c:
20037         * gconf/gstreamer.schemas.in:
20038         * gst-libs/gst/gconf/gconf.c:
20039         * sys/v4l/TODO:
20040         * testsuite/Makefile.am:
20041         * testsuite/embed/Makefile.am:
20042         * testsuite/embed/embed.c: (cb_expose), (main):
20043           Remove all references to xvideosink, fix examples (#140845).
20044         * gst/playback/gstplaybasebin.c: (group_destroy):
20045           Apparently, disposal does not unlink - so do explicitely.
20046         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20047           Add debug.
20048
20049 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
20050
20051         * README: fix PKG_CONFIG_PATH instructions, what was there
20052         previously was breaking default search path, not nice. 
20053         Fixes #163358
20054
20055 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20056
20057         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
20058         (gst_audioscale_chain):
20059           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
20060           when resampling - how the ^@$^!@^! is this possible?!?
20061
20062 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20063
20064         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
20065           Reset variables on READY.
20066         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
20067         (gst_matroska_mux_loop):
20068           Require data before writing header.
20069
20070 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
20071
20072         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20073
20074         * ext/mad/gstmad.c: (gst_mad_chain):
20075           Don't call mad_stream_sync() directly after recovering sync.
20076           Fixes #151661.
20077
20078 2005-01-09  Martin Eikermann  <meiker@upb.de>
20079
20080         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20081
20082         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
20083         (snapshot_handler), (gst_snapshot_sinkconnect),
20084         (gst_snapshot_chain):
20085           Allocate resources when required, fix recursive signal emission
20086           and fix caps. Fixes #161667.
20087
20088 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
20089
20090         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20091
20092         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
20093         (gst_pngdec_chain):
20094           Handle only 8-bppc (bits-per-pixel-component) images, better
20095           error handling and correct strides. Fixes #163177.
20096         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
20097         (gst_pngenc_chain):
20098           Better error handling. Fixes #163348.
20099
20100 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20101
20102         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
20103         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
20104         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
20105         (dvdnavsrc_uri_handler_init):
20106           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
20107         * gst/playback/gstplaybasebin.c: (gen_source_element):
20108           Add MMS to streaming URIs.
20109
20110 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20111
20112         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20113         * sys/xvimage/xvimagesink.c:
20114         (gst_xvimagesink_navigation_send_event):
20115           Check for pad availability before sending event.
20116
20117 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20118
20119         * gst-plugins.spec.in:
20120           Add subparse.
20121
20122 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20123
20124         * configure.ac:
20125           Since we use functions from CVS, up requirement.
20126
20127 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20128
20129         * gst/playback/Makefile.am:
20130         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20131         (group_destroy), (group_commit), (group_is_muted),
20132         (gen_preroll_element), (add_stream), (unknown_type),
20133         (probe_triggered), (preroll_unlinked), (mute_stream),
20134         (silence_stream), (new_decoded_pad), (setup_substreams),
20135         (setup_source), (get_active_source), (mute_group_type),
20136         (muted_group_change_state), (set_active_source),
20137         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
20138         (play_base_eos), (gst_play_base_bin_change_state):
20139         * gst/playback/gstplaybasebin.h:
20140         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20141         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20142         (gst_stream_info_dispose), (stream_info_mute_pad),
20143         (stream_info_change_state), (gst_stream_info_set_mute):
20144         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
20145         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
20146         (gst_stream_selector_init), (gst_stream_selector_dispose),
20147         (gst_stream_selector_get_linked_pad),
20148         (gst_stream_selector_get_caps), (gst_stream_selector_link),
20149         (gst_stream_selector_get_linked_pads),
20150         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20151         * gst/playback/gststreamselector.h:
20152           Adding stream selection support plus required properties for
20153           applications to use this. Fully fixes #100931.
20154
20155 2005-01-08  Benjamin Otte  <otte@gnome.org>
20156
20157         * gst/games/gstpuzzle.c: (nav_event_handler):
20158           - handle nav events differently: forward every event no matter if it
20159             was handled or not.
20160           - translate events
20161           You can now cheat by using navigationtest ! puzzle and moving the
20162           mouse close to the edge of a tile. ;)
20163
20164 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20165
20166         * configure.ac:
20167         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20168         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
20169         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
20170         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
20171         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
20172         (gst_ogm_parse_plugin_init):
20173         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
20174         (gst_textoverlay_link), (gst_textoverlay_getcaps),
20175         (gst_textoverlay_event), (gst_textoverlay_video_chain),
20176         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
20177         * ext/pango/gsttextoverlay.h:
20178         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20179         (gst_matroska_demux_handle_seek_event),
20180         (gst_matroska_demux_sync_streams),
20181         (gst_matroska_demux_parse_blockgroup),
20182         (gst_matroska_demux_subtitle_caps),
20183         (gst_matroska_demux_plugin_init):
20184         * gst/matroska/matroska-ids.h:
20185         * gst/playback/gstdecodebin.c: (close_pad_link):
20186         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
20187         (gen_preroll_element), (remove_groups), (add_stream),
20188         (new_decoded_pad), (setup_subtitles), (gen_source_element),
20189         (setup_source):
20190         * gst/playback/gstplaybasebin.h:
20191         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
20192         * gst/subparse/Makefile.am:
20193         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
20194         (gst_subparse_base_init), (gst_subparse_class_init),
20195         (gst_subparse_init), (gst_subparse_formats),
20196         (gst_subparse_eventmask), (gst_subparse_event),
20197         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
20198         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
20199         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
20200         (parse_mpsub_deinit), (parse_mpsub_init),
20201         (gst_subparse_buffer_format_autodetect),
20202         (gst_subparse_format_autodetect), (gst_subparse_loop),
20203         (gst_subparse_change_state), (gst_subparse_type_find),
20204         (plugin_init):
20205         * gst/subparse/gstsubparse.h:
20206         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
20207         (plugin_init):
20208           Add subtitle support, .sub parser (supports SRT and MPsub),
20209           OGM text support, Matroska UTF-8 text support, deadlock fixes
20210           all over the place, subtitle awareness in decodebin/playbin
20211           and some fixes to textoverlay to handle subtitles in a stream
20212           correctly. Fixes #100931.
20213
20214 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20215
20216         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
20217           Check for pad availability before doing a query on it.
20218
20219 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20220
20221         * ext/dv/gstdvdec.c:
20222           really fix bpp24/32 dvdec caps (classic rgba indeed)
20223         * gst/asfdemux/gstasfdemux.c:
20224         (gst_asf_demux_process_ext_content_desc):
20225           don't send text tags if they are empty (bis repetita)
20226
20227 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20228
20229         * ext/dv/gstdvdec.c:
20230          remove unneeded comment from dvdec
20231           (related to DV 4CC codes in AVI files)
20232           moved them in gstreamer/docs/random/mimetypes
20233         * gst/asfdemux/gstasfdemux.c:
20234         (gst_asf_demux_process_ext_content_desc):
20235          don't send text tags if they are empty
20236          fix mem leak on error path
20237         * gst/ffmpegcolorspace/avcodec.h:
20238         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20239         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
20240         (gst_ffmpegcsp_avpicture_fill):
20241         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
20242         * gst/ffmpegcolorspace/imgconvert_template.h:
20243          adds BGR32 and BGRA32 to ffmpegcolorspace
20244           (still bad colors, fixing it on next commit)
20245           helps with dvdec outputing BGR32
20246
20247 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20248
20249         * ext/dv/gstdvdec.c:
20250          Fix audio caps i just broke (missing ',')
20251         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
20252         (gst_matroska_mux_reset):
20253          Fix typo + add FIXME about old "x-gst-metadata" crap
20254
20255 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20256
20257         * ext/dv/demo-play.c: (main):
20258          xvideosink -> xvimagesink
20259         * ext/dv/gstdvdec.c:
20260          change rgb 32/32 caps to 24/32 (no alpha)
20261          change nb of channels to be a list (2 or 4, not 2)
20262          change sample rate to be a list (32, 44.1, 48 kHz) not a range
20263         * gst/asfdemux/gstasfdemux.c:
20264         (gst_asf_demux_process_ext_content_desc):
20265          Add 'date/year' to extracted metadata list
20266
20267 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20268
20269         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
20270           The return value of fixate_to does not imply that the requested
20271           value was set, so don't assume.
20272
20273 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
20274
20275         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20276
20277         * ext/libpng/gstpngdec.c:
20278         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
20279         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
20280         * ext/libpng/gstpngenc.h:
20281           Alpha support (encoder; #163161), mime fixage.
20282
20283 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
20284
20285         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20286
20287         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
20288         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
20289         (gst_faac_set_property), (gst_faac_get_property):
20290         * ext/faac/gstfaac.h:
20291           Allow for ADTS output (#153434).
20292
20293 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20294
20295         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20296           Fix against template (#150576).
20297
20298 2005-01-06  Benjamin Otte  <otte@gnome.org>
20299
20300         * gst/games/gstpuzzle.c: (draw_puzzle):
20301           don't draw a puzzle if either width or height of tiles would be 0.
20302
20303 2005-01-06  Benjamin Otte  <otte@gnome.org>
20304
20305         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
20306         (gst_puzzle_class_init), (gst_puzzle_finalize):
20307           no memleaks, please
20308         (gst_puzzle_create), (gst_puzzle_init),
20309         (gst_puzzle_set_property), (gst_puzzle_setup):
20310           change initialization code around so we don't reshuffle on resize
20311         (draw_puzzle):
20312           fix another stupid typo
20313
20314 2005-01-06  Benjamin Otte  <otte@gnome.org>
20315
20316         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
20317           fix stupid typo that borked copying on YUY2
20318
20319 2005-01-06  Benjamin Otte  <otte@gnome.org>
20320
20321         * gst/games/gstpuzzle.c: (draw_puzzle):
20322           fix edges when image sizes aren't multiples of tile sizes
20323
20324 2005-01-06  Benjamin Otte  <otte@gnome.org>
20325
20326         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
20327           make RGB endianness work correctly
20328         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
20329           refactor and fix race with initial shuffling
20330         (nav_event_handler):
20331           allow using the mouse to puzzle
20332         (draw_puzzle):
20333           insist on tiles having width and height as multiples of 4 to get
20334           clean YUV image handling
20335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20336         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
20337           s/DEBUG/LOG/ for common messages
20338         (gst_xvimagesink_navigation_send_event):
20339           fix mouse event translation to not include screen PAR
20340         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
20341           fix mouse event translation to actually work
20342
20343 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20344
20345         * gst/asfdemux/gstasfdemux.c:
20346         (gst_asf_demux_process_ext_content_desc):
20347          Extract TrackNumber metadata + clean up code
20348         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
20349          Hope this is the good fix (var used unitialised)
20350
20351 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20352
20353         * ext/faad/gstfaad.c: (gst_faad_chain):
20354           Only increment timestamp if it's valid. Fixes raw AAC streams.
20355
20356 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20357
20358         * configure.ac:
20359         * gst/games/Makefile.am:
20360         * gst/games/gstpuzzle.c:
20361           add a puzzle game with...
20362         * gst/games/gstvideoimage.c:
20363         * gst/games/gstvideoimage.h:
20364           ... full colorspace support (that includes YUV9 and RGB16)) stolen
20365           from videotestsrc and made into something that would be a nice
20366           library for a lot of other plugins.
20367
20368 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20369
20370         * configure.ac:
20371          don't compile faad plugin if a RC of 2.0 is found
20372          Fixes #155346 (and FC1 buildbot)
20373         * gst/asfdemux/gstasfdemux.c:
20374         (gst_asf_demux_process_ext_content_desc):
20375          try to make Solaris compiler happier
20376
20377 2005-01-06  Paul Jack  <pjack@sfaf.org>
20378
20379         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20380
20381         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
20382           Fix segfault (#161667).
20383
20384 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20385
20386         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20387           Fix framerate reporting.
20388
20389 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
20390
20391         * gst-libs/gst/riff/riff-ids.h:
20392         * gst/wavenc/riff.h:
20393          Add AMR (VBR and CBR) ids to riff.h audio codec list
20394         * gst/asfdemux/gstasfdemux.c:
20395         (gst_asf_demux_process_ext_content_desc),
20396         (gst_asf_demux_process_object):
20397           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
20398
20399 2005-01-05  Martin Eikermann  <meiker@upb.de>
20400
20401         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20402
20403         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20404         (gst_dvd_demux_handle_discont):
20405         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
20406         (gst_mpeg_demux_handle_discont):
20407           Recreate pads on new-media (#160730).
20408         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
20409           Send discont even if manager changes timestamps (#161929).
20410
20411 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
20412
20413         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20414
20415         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
20416           Fix invalid memory access (#159211).
20417
20418 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20419
20420         * examples/gstplay/player.c: (main):
20421           Don't iterate.
20422         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
20423           Add visualizations.
20424         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
20425         (gst_a52dec_handle_frame):
20426           Set duration.
20427         * ext/dvdnav/gst-dvd:
20428           Add audioconvert. Fixes #161325.
20429         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
20430           Explicitely case to gint64. Possible valgrind error.
20431         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
20432         (gst_play_tick_callback), (gst_play_change_state),
20433         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
20434         (gst_play_set_location), (gst_play_get_location),
20435         (gst_play_seek_to_time), (gst_play_set_data_src),
20436         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20437         (gst_play_set_visualization), (gst_play_connect_visualization),
20438         (gst_play_get_framerate), (gst_play_get_all_by_interface),
20439         (gst_play_new):
20440           Use playbin. Fixes #139749 and #147744.
20441         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
20442           Add genre tag.
20443         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20444         (audioscale_get_type), (gst_audioscale_base_init),
20445         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
20446         (gst_audioscale_getcaps), (gst_audioscale_fixate),
20447         (gst_audioscale_link), (gst_audioscale_get_buffer),
20448         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
20449         (gst_audioscale_init), (gst_audioscale_dispose),
20450         (gst_audioscale_chain), (gst_audioscale_set_property),
20451         (gst_audioscale_get_property), (plugin_init):
20452           Indent properly.
20453         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20454           Fix LPCM.
20455         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
20456         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
20457         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
20458           Add more metadata (fixes #162656).
20459
20460 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20461
20462         * configure.ac:
20463           back to cvs
20464
20465 === release 0.8.7 ===
20466
20467 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20468
20469         * NEWS:
20470         * RELEASE:
20471         * configure.ac:
20472           releasing 0.8.7, "Hyperspace"
20473
20474 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20475
20476         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
20477
20478         * gst/playback/gstplaybasebin.c:
20479          Fix for #162924 - free caps after use, not before
20480
20481 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20482
20483         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20484
20485         * gst/playback/gstplaybasebin.c:
20486         * gst/wavparse/gstwavparse.c:
20487           Fix for #154773 - fixes playback of small .wav files
20488
20489 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20490
20491         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
20492
20493         * gst/audioscale/gstaudioscale.c:
20494           Fix for #162819 - make audioscale reusable
20495           Fixes playback of more than one file with playbin/totem
20496
20497 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20498
20499         * gst/ffmpegcolorspace/avcodec.h:
20500         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20501         * gst/ffmpegcolorspace/imgconvert.c:
20502           clean up the mess that made me cry and avoid needless duplication
20503
20504 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20505
20506         * gst/ffmpegcolorspace/imgconvert.c:
20507           give some indication of why we're segfaulting
20508
20509 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20510
20511         * configure.ac:
20512           Fix indentation, fix v4l2 plugin detection.
20513         * ext/Makefile.am:
20514           Fix libmms location (Maciej, use diff -u!).
20515         * ext/alsa/gstalsa.c: (gst_alsa_init):
20516           Initialize caps cache to NULL.
20517         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20518           Only change state on audiosink if it exists.
20519
20520 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
20521
20522         * gst/matroska/matroska-demux.c:
20523         * gst/matroska/matroska-ids.h:
20524         * gst/matroska/matroska-demux.h:
20525         Fix Vorbis streams failing to decode in some files, where cluster_time
20526         isn't 0, because then it doesn't send codec_priv before actual data.
20527         Remove time-based test and replace it with marker set on beginning of
20528         new stream
20529
20530 2004-12-28  David Schleef  <ds@schleef.org>
20531
20532         Merge patch from Ronald fixing problems with streaming
20533         text.
20534         * ext/cairo/gstcairo.c: (plugin_init):
20535         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20536         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20537         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20538         (gst_textoverlay_font_init), (gst_textoverlay_init),
20539         (gst_textoverlay_set_property):
20540         * ext/cairo/gsttextoverlay.h:
20541
20542 2004-12-27  David Schleef  <ds@schleef.org>
20543
20544         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
20545         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20546         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
20547         (gst_textoverlay_font_init), (gst_textoverlay_init),
20548         (gst_textoverlay_set_property): Improvements to actually
20549         render text as white on black outline on video, including
20550         font selection and horizontal/vertical alignment.  (Ronald's
20551         christmas present)
20552         * ext/cairo/gsttextoverlay.h:
20553
20554 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20555
20556         * ext/ogg/gstogg.c:
20557         * ext/ogg/gstogmparse.c:
20558           fix ogm[audio/video]parse plugin registration
20559           (riff won't load if bytestream is already loaded)
20560
20561 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20562
20563         * gst/audioconvert/gstchannelmix.c:
20564           fix for GLIB < 2.4
20565
20566 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20567
20568         * Makefile.am:
20569         * configure.ac:
20570           disable docs again until it actually passes make distcheck.
20571
20572 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20573
20574         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
20575         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
20576         (plugin_init):
20577           Add 3GP (variables name Q3GP because they can't start with a
20578           number). Add samr audio fourcc (used in .3gp files), decoder
20579           is work in progress. Also do a GST_WARNING instead of ERROR
20580           in case of unknown nodes, to decrease output.
20581
20582 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20583
20584         * Makefile.am:
20585           really fix dist
20586
20587 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20588
20589         * configure.ac:
20590         * ext/speex/gstspeexdec.h:
20591         * ext/speex/gstspeexenc.h:
20592           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
20593           Fix detection code in configure.ac
20594
20595 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20596
20597         * gst/matroska/matroska-demux.c:
20598         (gst_matroska_demux_parse_blockgroup):
20599           Save position, so that queries give proper return values. Don't
20600           know how this could ever have worked before...
20601
20602 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20603
20604         * configure.ac:
20605           Put additional LAME check inside the conditional.  Fixes #152339
20606
20607 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20608
20609         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20610         (gst_avi_demux_stream_scan):
20611           Add some more debug. Fix logic error when setting movi offset
20612           while reading index.
20613
20614 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20615
20616         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20617         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
20618         (gst_avi_demux_process_next_entry):
20619           Add some debugging. Better detection of broken indexes and the
20620           accompanying index recovery. No infinite loops on state changes
20621           when we're still in our loopfunction.
20622
20623 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20624
20625         * configure.ac:
20626           Fix up.
20627
20628 2004-12-22  Archana Shah  <archana.shah@wipro.com>
20629
20630         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
20631
20632         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
20633           Normalizing the value before setting
20634         (gst_sunaudiomixer_get_volume):
20635           Normalizing the value after getting. Fixes bug# 161980
20636
20637 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20638
20639         * Makefile.am: Make sure docs gets disted
20640         * docs/Makefile.am: Make sure all needed files get disted
20641         * gst-plugins.spec.in: latest updates
20642
20643 2004-12-22  Wim Taymans  <wim@fluendo.com>
20644
20645         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
20646         Revert patch 1.38 as clock distribution over schedulers does
20647         not work correcly in the core yet.
20648
20649 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20650
20651         * sys/oss/README: remove this file, which predates my birth
20652           (and which content is by far outdated)
20653
20654 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
20655
20656         * Makefile.am:
20657         * configure.ac:
20658         * docs/Makefile.am:
20659         * docs/libs/Makefile.am:
20660         * docs/libs/gst-plugins-libs-docs.sgml:
20661         * docs/libs/gst-plugins-libs-sections.txt:
20662         * docs/libs/tmpl/gstgconf.sgml:
20663         * docs/upload.mak:
20664         * docs/version.entities.in:
20665           Added boilerplate gtk-doc files for plugin-libs documentation.
20666
20667 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20668
20669         * gst/auparse/gstauparse.c: fix int and float audio caps
20670
20671 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20672
20673         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
20674         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
20675           g_assert() can be a macro, don't use #ifdef inside it.
20676
20677 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
20678
20679         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20680
20681         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20682         (gst_videorate_init), (gst_videorate_chain),
20683         (gst_videorate_change_state):
20684           Event handling (fixes #159986).
20685
20686 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20687
20688         * gst-libs/gst/riff/riff-media.c:
20689         (gst_riff_create_video_caps_with_data):
20690           Add BLZ0 (Blizzard's version of DivX) fourcc.
20691
20692 2004-12-18  David Schleef  <ds@schleef.org>
20693
20694         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
20695         portability fix.
20696
20697 2004-12-18  David Schleef  <ds@schleef.org>
20698
20699         * gst/tta/ttadec.h: Disable some header code that isn't used
20700         and clearly isn't portable.
20701
20702 2004-12-18  David Schleef  <ds@schleef.org>
20703
20704         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
20705         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20706         (avcodec_get_pix_fmt), (avpicture_layout),
20707         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
20708         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
20709         Fix code to not use GCC extensions (and c99 extensions that
20710         Forte does not like.)
20711
20712 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20713
20714         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20715
20716         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
20717         (gst_deinterlace_chain):
20718           Rowstride fixes. Fixes #161039.
20719         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
20720         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
20721         (gst_video_crop_getcaps), (gst_video_crop_link),
20722         (gst_video_crop_i420), (gst_video_crop_chain),
20723         (gst_video_crop_change_state):
20724           Rework of negotiation. Actually works now. Fixes #158650.
20725
20726 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20727
20728         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
20729           That was very stupid.
20730
20731 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20732
20733         * gst/matroska/matroska-demux.c:
20734         (gst_matroska_demux_parse_blockgroup):
20735           Fix possible crasher.
20736
20737 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20738
20739         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
20740         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
20741           Lace sizes can be zero.
20742
20743 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20744
20745         * ext/musepack/gstmusepackdec.cpp:
20746           Fetch error return values. Fixes #161624.
20747         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
20748           Really EOS.
20749
20750 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20751
20752         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
20753           Work for truncated (unfinished download etc.) files. Fixes #160514.
20754
20755 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20756
20757         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20758           Fix for integer overflow. Makes #156001 not crash. Probably masks
20759           the real bug.
20760
20761 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20762
20763         * gst/ac3parse/gstac3parse.c: (plugin_init):
20764           Parsers never have ranks. Fixes #159651.
20765
20766 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20767
20768         * gst/playback/gstdecodebin.c: (compare_ranks):
20769           make sure the facotries are ordered the same every time even if they
20770           have the same rank by using the name
20771         * gst/playback/gstdecodebin.c: (find_compatibles):
20772           make sure we don't add factories to the list twice
20773
20774 2004-12-16  David Schleef  <ds@schleef.org>
20775
20776         * configure.ac: look for musepack headers as musepack/*.h
20777         (fixes #159847)
20778         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
20779         * ext/musepack/gstmusepackreader.h: same
20780
20781 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20782
20783         * gst-libs/gst/riff/riff-read.c:
20784         (gst_riff_read_strf_auds_with_data):
20785           Read extradata correctly (fixes #155879).
20786
20787 2004-12-16  David Schleef  <ds@schleef.org>
20788
20789         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
20790         audio.  does _not_ attempt or allow conversion unless channels
20791         is 1 or 2.
20792
20793 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
20794
20795         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
20796
20797 2004-12-16  David Schleef  <ds@schleef.org>
20798
20799         * gst/audioscale/gstaudioscale.c: the resample library only
20800         handles 1 or 2 channels.  Change caps to compensate.
20801
20802 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20803
20804         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
20805         (gst_matroska_demux_audio_caps):
20806           Some MPEG-AAC hacks, because else it doesn't work...
20807
20808 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20809
20810         * gst-libs/gst/riff/riff-media.c:
20811         (gst_riff_create_video_caps_with_data),
20812         (gst_riff_create_video_template_caps):
20813           Add h264.
20814
20815 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20816
20817         * gst-libs/gst/audio/Makefile.am:
20818           Try to fix buildbot.
20819
20820 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20821
20822         * gst/tcp/gstmultifdsink.c:
20823           Clean up and uniformize debugging.
20824
20825 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
20826
20827         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20828
20829         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
20830         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
20831         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
20832         (gst_mpeg_demux_change_state):
20833           Reset on ready. Fixes 160276.
20834
20835 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20836
20837         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20838
20839         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20840         (gst_ffmpegcsp_pad_link):
20841           Fix memleak (#154815).
20842
20843 2004-12-16  James Bowes  <bowes@cs.dal.ca>
20844
20845         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20846
20847         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
20848         (gst_musicbrainz_init), (gst_musicbrainz_chain),
20849         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
20850         * ext/musicbrainz/gsttrm.h:
20851           Add support for using a proxy server when getting a trm id from
20852           the MusicBrainz database (#149613).
20853
20854 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
20855
20856         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20857
20858         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
20859         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20860           Fix memleaks (#157233).
20861
20862 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
20863
20864         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20865
20866         * gst-libs/gst/resample/resample.c: (gst_resample_close):
20867         * gst-libs/gst/resample/resample.h:
20868         * gst/audioscale/gstaudioscale.c:
20869           Fix memleak (#159215).
20870
20871 2004-12-16  Toni Willberg  <toniw@iki.fi>
20872
20873         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20874
20875         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20876         * sys/oss/oss_probe.c: (main):
20877           Check for mono/stereo support (similar to samplerate probing),
20878           fixes #159433. Also add missing copyright header to oss_probe.c.
20879
20880 2004-12-15  David Schleef  <ds@schleef.org>
20881
20882         * configure.ac: add audioresample and cairo plugins.  Remove
20883         HAVE_MMX stuff, because it's not used.
20884         * ext/Makefile.am: same
20885         * ext/audioresample/Makefile.am: You are not ready for an
20886         audio resampling element based on audioresample.
20887         * ext/audioresample/gstaudioresample.c:
20888         * ext/audioresample/gstaudioresample.h:
20889         * ext/cairo/Makefile.am: You are not ready for overlay elements
20890         based on cairo.  Don't look too closely, these elements kinda
20891         suck right now.
20892         * ext/cairo/gstcairo.c: new
20893         * ext/cairo/gsttextoverlay.c: new
20894         * ext/cairo/gsttextoverlay.h: new
20895         * ext/cairo/gsttimeoverlay.c: new
20896         * ext/cairo/gsttimeoverlay.h: new
20897         * gst-libs/gst/media-info/media-info-priv.h: fix compile
20898         problem with compilers that don't support variadic macros.
20899
20900 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20901
20902         Reviewed by:  David Schleef  <ds@schleef.org>
20903
20904         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
20905         Bala, registering sunaudiosrc (oops!), and cleaning up code a
20906         bit.  Also ran indent-gst.
20907         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
20908         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
20909         (gst_sunaudiosrc_setparams):
20910
20911 2004-12-14  David Schleef  <ds@schleef.org>
20912
20913         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
20914         output rate to 16000.  Should fix #160235.
20915
20916 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20917
20918         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
20919         Add typefinding for mpeg2 pes streams
20920
20921 2004-12-13  David Schleef  <ds@schleef.org>
20922
20923         * configure.ac:  Applied patch from bug #143659, making default
20924         sources and sinks OS-dependent (for Solaris), and added code
20925         for OS/X.
20926         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
20927
20928 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20929
20930         * gst-libs/gst/riff/riff-media.c:
20931           forgot to add h2.64 to avidemux template caps
20932
20933 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20934
20935         * gst/wavenc/riff.h:
20936         * gst-libs/gst/riff/riff-media.c:
20937         * gst-libs/gst/riff/riff-ids.h:
20938         * gst/avi/gstavimux.c
20939         add 4CC code for VideoSoft h264 in AVI (VSSH)
20940           fixes bug #160655
20941         remove s323 from riff, it's quicktime specific :(
20942
20943 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20944
20945         * gst/asfdemux/README
20946         * gst/wavenc/riff.h
20947         * gst-libs/gst/riff/riff-ids.h
20948         * gst-libs/gst/riff/riff-media.c
20949         * gst/qtdemux/qtdemux.c:
20950           add new 4CC codes for h263 related codecs
20951           fixes partially bug #155163
20952
20953 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
20954
20955         * configure.ac: Update polyaudio requirement to 0.7
20956         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
20957
20958 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20959
20960         * gst/interleave/deinterleave.c:
20961         fix my name's spelling! :)
20962
20963 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20964
20965         * AUTHORS ChangeLog
20966         * gst/auparse/gstauparse.c
20967         * gst/interleave/deinterleave.c
20968         * gst/law/:
20969                 alaw-decode.c alaw-encode.c
20970                 mulaw-decode.c mulaw-encode.c
20971         * gst/oneton/gstoneton.c
20972         * sys/osxaudio/:
20973                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
20974         * sys/osxvideo/:
20975                 cocoawindow.h cocoawindow.m
20976                 osxvideosink.h osxvideosink.m
20977
20978         put the same mail address for Zaheer Abbas Merali everywhere
20979
20980 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20981
20982         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
20983           Align by packetsize, and assert that we a packet available before
20984           playing. The first makes webstreams work (they often include
20985           trailing padding data in a packet), the second allows pausing a
20986           ASF stream in totem without getting demux errors afterwards.
20987
20988 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20989
20990         * ext/ogg/gstoggdemux.c: (get_relative):
20991           Check for non-NULL before accessing member (end-of-chain).
20992
20993 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20994
20995         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20996         (cdparanoia_set_property), (cdparanoia_get_property):
20997         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20998         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
20999         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21000         (dvdreadsrc_init), (dvdreadsrc_set_property),
21001         (dvdreadsrc_get_property):
21002         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
21003         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
21004           Synchronize property names where not yet the case. Devices are
21005           now device=X, other versions are deprecated (but still exist).
21006           Also use g_free() unconditionally.
21007         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21008         (setup_source), (gst_play_base_bin_get_property):
21009           Expose source.
21010
21011 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21012
21013         * configure.ac: move GCONF macro outside conditional for the am
21014           conditional. Fixes #160439
21015
21016 2004-12-08  David Schleef  <ds@schleef.org>
21017
21018         * tools/gst-visualise-m.m: Switch to elements that currently
21019         exist.
21020
21021 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21022
21023         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
21024           We love wrong commas.
21025
21026 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21027
21028         * gst/matroska/matroska-demux.c:
21029         (gst_matroska_demux_handle_src_query):
21030           Don't set DEFAULT, unsupported - makes length display incorrectly
21031           in some cases.
21032
21033 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21034
21035         * gst/monoscope/README: remove blurb about files being GPL
21036         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
21037         * gst/monoscope/monoscope.c: Change license to BSD with explanation
21038           monoscope is now effectively LGPL licensed
21039
21040 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
21041
21042         * gst/monoscope/README: Update information to be more correct
21043         * gst/monoscope/convolve.c: Relicense to LGPL
21044         * gst/monoscope/convolve.h: Relicense to LGPL
21045
21046 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
21047
21048         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21049           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
21050         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
21051           set default_duration for mpeg1 audio
21052
21053 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21054
21055         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
21056         * ext/alsa/gstalsa.h:
21057           refactor big chunks of the core caps negotiation code to make it
21058           a lot faster, because people claim it's really slow
21059           (actually, just cache the getcaps when the device is opened)
21060
21061 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21062
21063         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
21064         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
21065         (gst_a52dec_handle_frame), (gst_a52dec_chain),
21066         (gst_a52dec_change_state), (plugin_init):
21067         * ext/a52dec/gsta52dec.h:
21068           Do something useful with timestamps. Make chain-based (since
21069           there's really no reason to be loopbased).
21070         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
21071           Update current_byte/frame correctly.
21072
21073 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21074
21075         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
21076         (gst_ape_demux_stream_init):
21077           Forward tags, too.
21078
21079 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21080
21081         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
21082           Let's make sure we're done typefinding when detecting tags.
21083
21084 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21085
21086         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
21087         (gst_ebml_read_init), (gst_ebml_read_use_event),
21088         (gst_ebml_read_element_id), (gst_ebml_peek_id),
21089         (gst_ebml_read_seek), (gst_ebml_read_skip),
21090         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
21091         (gst_ebml_read_master):
21092         * gst/matroska/ebml-read.h:
21093         * gst/matroska/matroska-demux.c:
21094         (gst_matroska_demux_parse_contents),
21095         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
21096           Disgustingly evil hack for working around INTERRUPT events and
21097           their extremely annoying habit of being a pain in the ass. We
21098           simply peek a cluster before reading any of it.
21099
21100 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21101
21102         * ext/musepack/gstmusepackdec.cpp:
21103           There's also floating point libmusepacks.
21104
21105 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21106
21107         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
21108         (gst_faad_chanpos_to_gst), (gst_faad_chain):
21109           Set DURATION even if source buffer didn't. Also use increasing
21110           timestamps.
21111         * gst-libs/gst/riff/riff-media.c:
21112         (gst_riff_create_audio_caps_with_data):
21113           Block_align can have larger values than 8192.
21114
21115 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21116
21117         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
21118         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
21119         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
21120         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
21121           Fix caps.
21122
21123 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21124
21125         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
21126           Fix logic bug.
21127
21128 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21129
21130         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
21131           Yay, another one.
21132
21133 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21134
21135         * ext/esd/esdsink.c: (gst_esdsink_chain):
21136           Make error actually say something useful (fixes #156798).
21137         * gst-libs/gst/riff/riff-media.c:
21138         (gst_riff_create_video_caps_with_data),
21139         (gst_riff_create_video_template_caps):
21140           Add Intel Video 5.0 fourcc (IV50).
21141
21142 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
21143
21144         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
21145         detection on mono and stereo mp3 files.
21146
21147 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21148
21149         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21150           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
21151           the contained stream).
21152
21153 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21154
21155         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
21156           Oops, remove debug.
21157
21158 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21159
21160         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21161
21162         * gst/law/alaw-decode.c: (alawdec_getcaps):
21163         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
21164           Prevent warnings when negotiating caps (fixes #159338).
21165
21166 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21167
21168         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21169         (gst_ffmpegcsp_chain):
21170           Remove old leftover that shouldn't be there...
21171
21172 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21173
21174         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21175
21176         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
21177           Don't forward DISCONT events (fixes #159684).
21178
21179 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21180
21181         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
21182           Unlink manually since sometimes bin disposal (and therefore
21183           pad unlinking) is delayed, which will cause a new media file
21184           to not be able to start playing instantly.
21185
21186 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21187
21188         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
21189           On mute of an unlinked stream, check for pad availability so
21190           we don't crash on unlinked pad.
21191
21192 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21193
21194         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21195         (gst_avi_demux_massage_index):
21196           Fix quite humiliating bug in omitting 0-sized index chunks but
21197           forgetting to count them for timestamps.
21198
21199 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21200
21201         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21202           Actually leave the loop if we failed to sync. Don't crash.
21203
21204 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21205
21206         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
21207         (gst_dvd_demux_process_private):
21208         * gst/mpegstream/gstdvddemux.h:
21209           Fix crash (#159759). Doesn't work, though. :-(.
21210
21211 2004-11-28  Benjamin Otte  <otte@gnome.org>
21212
21213         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21214           more overwriting protection due to modifying channels one by one
21215           instead of all at once
21216
21217 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21218
21219         * gst/audioconvert/gstchannelmix.c:
21220         (gst_audio_convert_fill_normalize):
21221           Normalize using absolute values.
21222
21223 2004-11-28  Julien MOUTTE  <julien@moutte.net>
21224
21225         * configure.ac:
21226         * ext/Makefile.am:
21227         * ext/directfb/Makefile.am:
21228         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
21229         (gst_directfbvideosink_get_pixel_format),
21230         (gst_directfbvideosink_get_format_from_fourcc),
21231         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
21232         (gst_directfbvideosink_sink_link),
21233         (gst_directfbvideosink_change_state),
21234         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
21235         (gst_directfbvideosink_buffer_alloc),
21236         (gst_directfbvideosink_interface_supported),
21237         (gst_directfbvideosink_interface_init),
21238         (gst_directfbvideosink_navigation_send_event),
21239         (gst_directfbvideosink_navigation_init),
21240         (gst_directfbvideosink_set_property),
21241         (gst_directfbvideosink_get_property),
21242         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
21243         (gst_directfbvideosink_base_init),
21244         (gst_directfbvideosink_class_init),
21245         (gst_directfbvideosink_get_type), (plugin_init):
21246         * ext/directfb/directfbvideosink.h: Adding a first version of
21247         directfbvideosink.
21248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
21249         more.
21250
21251 2004-11-28  Benjamin Otte  <otte@gnome.org>
21252
21253         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
21254           walk the samples backwards if out_channels > in_channels so we don't
21255           overwrite data
21256
21257 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21258
21259         * gst/audioconvert/Makefile.am:
21260         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
21261         (gst_audio_convert_link), (gst_audio_convert_change_state),
21262         (gst_audio_convert_channels):
21263         * gst/audioconvert/gstchannelmix.c:
21264         (gst_audio_convert_unset_matrix),
21265         (gst_audio_convert_fill_identical),
21266         (gst_audio_convert_fill_compatible),
21267         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
21268         (gst_audio_convert_fill_others),
21269         (gst_audio_convert_fill_normalize),
21270         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
21271         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
21272         * gst/audioconvert/gstchannelmix.h:
21273           Implement a channel mixer.
21274
21275 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
21276
21277         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
21278         * ext/alsa/gstalsa.h:
21279         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
21280         Make alsasink actually honor gst_element_set_clock and use that
21281         clock instead of its internal one.
21282
21283 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21284
21285         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
21286         (gst_play_base_bin_change_state): nullify source and decoder when
21287         going from READY to NULL so that we don't try to do weird stuff with
21288         them when going from NULL to READY
21289         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
21290         instead of g_object_unref
21291         (gen_video_element), (gen_audio_element): more refcounting fixes, now
21292         it should be correct
21293         (gst_play_bin_change_state): don't call remove_sinks if we are
21294         currently disposing the object
21295
21296 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21297
21298         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
21299           Don't forget bass if it's there. Else left channel is silent...
21300
21301 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21302
21303         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
21304         (gst_a52dec_change_state):
21305           Don't do sample adjusting anymore, we use float audio now.
21306         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
21307           Don't fixate to non-existing properties.
21308
21309 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21310
21311         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
21312         (gst_a52dec_change_state):
21313           Advertise that we can do surround sound.
21314
21315 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21316
21317         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
21318           Add buffer-frames=0.
21319         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
21320         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
21321         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
21322         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
21323         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
21324         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
21325         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
21326         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
21327         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
21328         * ext/dvdread/dvdreadsrc.h:
21329           Add seeking, querying for bytes, sectors, title, angle and
21330           chapter. Handle multiple chapters. Relicense to LGPL because
21331           Billy agreed on that (thanks Billy!).
21332
21333 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
21334
21335         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
21336         call parent dispose method
21337
21338 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
21339
21340         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
21341         (gst_audio_clock_get_internal_time):
21342         Fix active <-> inactive transitions: ensure time value always
21343         grows and avoid abrupt value changes.
21344
21345 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
21346
21347         * configure.ac:
21348         * gst/tta/Makefile.am:
21349         * gst/tta/crc32.h:
21350         * gst/tta/filters.h:
21351         * gst/tta/gsttta.c:
21352         * gst/tta/gstttadec.c:
21353         * gst/tta/gstttadec.h:
21354         * gst/tta/gstttaparse.c:
21355         * gst/tta/gstttaparse.h:
21356         * gst/tta/ttadec.h:
21357           added TTA parser and decoder
21358
21359 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21360
21361         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21362         (probe_triggered), (check_queue), (buffer_underrun),
21363         (buffer_running), (buffer_overrun), (gen_source_element),
21364         (setup_source):
21365         * gst/playback/gstplaybasebin.h:
21366           Implement buffering. Needs some more work.
21367
21368 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21369
21370         * ext/theora/theoradec.c: (theora_dec_chain):
21371           Fix ilog mask range overflow.
21372
21373 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21374
21375         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21376           Don't omit the last (which in case of dmix is the only :) )
21377           channel count. Don't set channels if <= 2.
21378
21379 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
21380
21381         * gst/playback/gstplaybin.c: (gen_video_element),
21382         (gen_audio_element): Removed 2 obsolete comments
21383
21384 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
21385
21386         * ext/vorbis/oggvorbisenc.c
21387         * ext/vorbis/vorbisenc.c :
21388           change description fields of those plugins to differentiate them
21389           (pitivi show Encoders by description, they had the same one)
21390
21391 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
21392
21393         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21394
21395         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
21396         (gst_play_bin_set_property), (gen_video_element),
21397         (gen_audio_element):
21398           Refcounting fixes for provided audio-/videosinks.
21399
21400 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21401
21402         * gst/playback/gstplaybin.c: (gen_video_element),
21403         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
21404           Don't reference all sinks, but only the video- and audiosinks.
21405           The vis. element should be disposed when we're done with it.
21406           We don't have any reason to keep it around. This fixes warnings
21407           when reusing playbin for playing multiple audio files with
21408           vis. enabled. Also release audio device on pause - idea stolen
21409           from Rhythmbox.
21410
21411 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21412
21413         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
21414         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
21415         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
21416         * ext/alsa/gstalsaplugin.c: (plugin_init):
21417         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
21418         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
21419         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
21420         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
21421         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
21422         (gst_faad_change_state), (plugin_init):
21423         * ext/faad/gstfaad.h:
21424         * ext/vorbis/vorbis.c: (plugin_init):
21425         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21426         * gst-libs/gst/audio/Makefile.am:
21427         * gst-libs/gst/audio/audio.c: (plugin_init):
21428         * gst-libs/gst/audio/multichannel.c:
21429         (gst_audio_check_channel_positions),
21430         (gst_audio_get_channel_positions),
21431         (gst_audio_set_channel_positions),
21432         (gst_audio_set_structure_channel_positions_list),
21433         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
21434         (gst_audio_fixate_channel_positions):
21435         * gst-libs/gst/audio/multichannel.h:
21436         * gst-libs/gst/audio/testchannels.c: (main):
21437         * gst/audioconvert/gstaudioconvert.c:
21438         (gst_audio_convert_class_init), (gst_audio_convert_init),
21439         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
21440         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
21441         (gst_audio_convert_fixate), (gst_audio_convert_channels):
21442         * gst/audioconvert/plugin.c: (plugin_init):
21443           Surround sound support.
21444
21445 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21446
21447         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
21448           Fix position for discont if we're close as well. Nitpicking, but
21449           saves a few milliseconds of extra waiting or skipping.
21450
21451 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21452
21453         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
21454           We sometimes need parsers for playback, so add those too.
21455
21456 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21457
21458         * configure.ac:
21459         * gst/apetag/Makefile.am:
21460         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
21461         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
21462         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
21463         (gst_ape_demux_get_src_query_types),
21464         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
21465         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
21466         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
21467         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
21468         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
21469         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
21470         (gst_ape_demux_change_state):
21471         * gst/apetag/apedemux.h:
21472         * gst/apetag/apetag.c: (plugin_init):
21473         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
21474         (plugin_init):
21475           APE v1/2 tag reader plus typefind function.
21476
21477 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21478
21479         * configure.ac:
21480         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21481         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21482           Remove hacks for older core. Require newer core version
21483           accordingly.
21484
21485 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21486
21487         * gst/cdxaparse/Makefile.am:
21488         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
21489         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
21490         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
21491         * gst/cdxaparse/gstcdxaparse.h:
21492         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
21493         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
21494         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
21495         (gst_cdxastrip_get_src_query_types),
21496         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
21497         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
21498         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
21499         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
21500         * gst/cdxaparse/gstcdxastrip.h:
21501           SVCD/VCD header stripping separated from CDXA image parsing.
21502         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21503         (plugin_init):
21504           Add VCD/SVCD header typefinding for VCD/SVCD.
21505         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
21506         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
21507         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
21508         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
21509         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
21510         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
21511         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
21512         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
21513         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
21514         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
21515         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
21516         * sys/vcd/vcdsrc.h:
21517           Fix up, add seeking, querying, URI interface. Works in totem now.
21518
21519 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21520
21521         * configure.ac:
21522           back to CVS
21523
21524 === release 0.8.6 ===
21525
21526 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21527
21528         * NEWS:
21529         * RELEASE:
21530         * configure.ac:
21531         * po/af.po:
21532         * po/az.po:
21533         * po/cs.po:
21534         * po/en_GB.po:
21535         * po/hu.po:
21536         * po/it.po:
21537         * po/nb.po:
21538         * po/nl.po:
21539         * po/or.po:
21540         * po/sq.po:
21541         * po/sr.po:
21542         * po/sv.po:
21543         * po/uk.po:
21544           releasing 0.8.6, "IOU Love"
21545
21546 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21547
21548         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21549
21550         * gst/playback/gstplaybasebin.c:
21551           Fix unplayable files error handling.  Fixes #158365
21552
21553 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21554
21555         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21556
21557         * gst/typefind/gsttypefindfunctions.c:
21558           Fix broken mp3 typefinding.  Fixes #158375
21559
21560 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21561
21562         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
21563
21564         * ext/ogg/gstoggdemux.c:
21565           Fix sync on broken files.  Fixes #158976
21566
21567 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21568
21569         patch by: Edward Hervey <bilboed@bilboed.com>
21570
21571         * ext/libpng/gstpngenc.c:
21572           Copy over buffer properties.  Fixes #158832
21573
21574 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21575
21576         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
21577
21578         * ext/dvdread/dvdreadsrc.c:
21579           Fixes invalid reads (#158462)
21580
21581 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21582
21583         * sys/v4l/gstv4lsrc.c:
21584         * sys/v4l/gstv4lsrc.h:
21585         * sys/v4l/v4lsrc_calls.c:
21586           Probe less and cache it.  Fixes #159187.
21587
21588 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21589
21590         * gst/videorate/gstvideorate.c:
21591           Handle all video formats. Fixes #159186.
21592
21593 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
21594         * gst/synaesthesia/gstsynaesthesia.c:
21595         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
21596         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
21597         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
21598         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
21599         (gst_synaesthesia_change_state), (plugin_init):
21600         Fix up synaesthesia to work under different samplerates/ buffer sizes.
21601         Force 320x200 output, as that's the only thing the underlying
21602         synaesthesia implementation supports. Still needs to be made
21603         re-entrant.
21604
21605 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21606
21607         * configure.ac:
21608           Fix mpeg2enc configure check (similar to mplex check below).
21609
21610 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
21611
21612         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21613
21614         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21615           Fix for gcc-2.95 (fixes #158221).
21616
21617 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21618
21619         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21620           Re-add clock distribution hack (until new core is released).
21621           Fixes #158125.
21622
21623 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
21624         * configure.ac:
21625           fix mplex configure check segfaulting on some systems (bug #140994)
21626
21627 2004-11-13  Benjamin Otte  <otte@gnome.org>
21628
21629         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
21630           add debugging
21631         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21632           do a wait when we enter the loop func with no data available to
21633           write instead of getting into an 100% CPU loop by just returning and
21634           being called again by the scheduler
21635
21636 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
21637
21638         * configure.ac:
21639         * ext/libvisual/visual.c: (gst_visual_get_type),
21640         (libvisual_log_handler), (gst_visual_getcaps),
21641         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
21642         (plugin_init):
21643           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
21644         * ext/smoothwave/Makefile.am:
21645         * ext/smoothwave/demo-osssrc.c: (main):
21646         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
21647         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
21648         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
21649         (plugin_init):
21650         * ext/smoothwave/gstsmoothwave.h:
21651           Make gstsmoothwave a working element in the 20th century.
21652
21653         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
21654           Fix incorrect link function
21655
21656 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21657
21658         * gst/volume/gstvolume.c:
21659           Allow buffer-frames=0.
21660
21661 2004-11-12 Iain <iaingnome@gmail.com>
21662
21663         * configure.ac: Check for polypaudio
21664
21665         * ext/Makefile.am: Build the polyp dir
21666
21667         * ext/polyp: The polypsink sources.
21668
21669 2004-10-30 Iain <iaingnome@gmail.com>
21670
21671         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
21672         caps to reflect the new number of channels.
21673
21674 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21675
21676         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21677           Fix for negotiation order problem. This would show when the
21678           ALSA loopfuction was called before any other function. ALSA
21679           wouldn't do anything because we're not negotiated yet, leading
21680           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
21681
21682 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21683
21684         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21685
21686         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
21687           No warnings (#157986).
21688
21689 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21690
21691         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21692           Prefer apev1/2 and id3v1 (at end of file) over musepack.
21693
21694 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21695
21696         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
21697           Signal no-more-pads (so it works in playbin).
21698
21699 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21700
21701         * ext/musepack/gstmusepackreader.cpp:
21702           Workaround for older core.
21703
21704 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21705
21706         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
21707           Actually test for odd width/height rather than testing whether
21708           a temporary variable that was 0 before we subtracted 1 is now
21709           not equal to zero (which it always is).
21710
21711 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21712
21713         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
21714         Fix compilation if HAVE_XVIDEO is not defined
21715
21716 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21717
21718         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
21719         Fix compilation if HAVE_XVIDEO is not defined
21720
21721 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
21722
21723         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
21724         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
21725         (gst_goom_change_state), (plugin_init):
21726         Use the bytestream adapter so goom doesn't depend on the input
21727         buffer size.
21728         Add a debug category
21729
21730 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21731
21732         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21733           Only set hardware parameters *after* negotiation. Before
21734           negotiation, it will set ANY and that seems to cause crashes
21735           (see e.g. #151288, #153227).
21736
21737 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21738
21739         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21740           This seems to be antique leftover. It needs to pass error
21741           checking.
21742         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21743         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
21744         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
21745         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
21746           Fix GstXOverlay implementation (#151059).
21747
21748 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21749
21750         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21751           Don't assert (#157853).
21752
21753 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21754
21755         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
21756           Fix bytes/samples confustion.
21757         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
21758           Fix for underrun (#144389).
21759
21760 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21761
21762         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
21763           Disable halfway-seek for pending release (since it needs a new
21764           core release).
21765
21766 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21767
21768         * sys/v4l/gstv4lsrc.c:
21769         * sys/v4l/gstv4lsrc.h:
21770         * sys/v4l/v4lsrc_calls.c:
21771           add autoprobe-fps property so we can separate autoprobing parts
21772
21773 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21774
21775         * sys/v4l/gstv4lsrc.c:
21776         * sys/v4l/v4lsrc_calls.c:
21777         initialise fourcc to catch unset fourcc's, and debug
21778
21779 2004-11-09  Wim Taymans  <wim@fluendo.com>
21780
21781         * gst/playback/README:
21782         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21783         * gst/playback/gstplaybin.c: (gst_play_bin_init),
21784         (gst_play_bin_dispose), (gst_play_bin_set_property),
21785         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
21786         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
21787         (gst_play_bin_get_formats), (gst_play_bin_convert),
21788         (gst_play_bin_get_query_types), (gst_play_bin_query):
21789         Cleanups and some more documentation.
21790
21791 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
21792
21793         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
21794         (gst_cacasink_init), (gst_cacasink_chain):
21795         * ext/libcaca/gstcacasink.h:
21796         Cacasink inherits from VideoSink, so let that store the clock.
21797
21798 2004-11-09  Wim Taymans  <wim@fluendo.com>
21799
21800         * gst/playback/README:
21801         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
21802         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
21803         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
21804         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
21805         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
21806         (setup_sinks):
21807         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
21808         (gst_stream_info_is_mute), (gst_stream_info_set_property):
21809         * gst/playback/gststreaminfo.h:
21810         Updated README.
21811         Only switch groups if all streams have muted (EOSed).
21812         Send Tags in sync with the stream playback instead of in
21813         the playback/preroll phase.
21814         Some cleanups, free the fakesrc elements.
21815
21816 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21817
21818         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
21819           buffer-frames property was missing
21820         * ext/arts/gst_arts.c:
21821           rate missing from sinkcaps
21822         * ext/audiofile/gstafparse.c:
21823         * ext/audiofile/gstafsink.c:
21824         * ext/audiofile/gstafsrc.c:
21825         * ext/swfdec/gstswfdec.c:
21826           int audio doesn't know buffer-frames
21827         * ext/cdparanoia/gstcdparanoia.c:
21828           int audio doesn't know chunksize either
21829         * ext/nas/nassink.c:
21830           it's endianness, not endianess
21831         * gst-libs/gst/audio/audio.h:
21832           make float standard pad template caps really describe float
21833         * gst/law/mulaw.c: (linear_factory):
21834           signed only, please
21835         * gst/mpegstream/gstdvddemux.c:
21836           widths of 20 are not valid
21837
21838 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21839
21840         Submitted by: Luca Ferretti <elle.uca@infinito.it>
21841
21842         * po/LINGUAS:
21843         * po/it.po:
21844           Add Italian
21845
21846 2004-11-08  Wim Taymans  <wim@fluendo.com>
21847
21848         * gst/playback/README:
21849         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
21850         * gst/playback/gstplaybasebin.c: (probe_triggered),
21851         (gst_play_base_bin_change_state):
21852         Updated README, added more comments for fixmes etc..
21853
21854 2004-11-08  Wim Taymans  <wim@fluendo.com>
21855
21856         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
21857         We can remove this hack now.
21858
21859 2004-11-08  Wim Taymans  <wim@fluendo.com>
21860
21861         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
21862         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
21863         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
21864         Only mix AYUV for maximum quality.
21865
21866 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21867
21868         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
21869         (gst_ogg_demux_push), (gst_ogg_pad_push):
21870           Let's act as if we're synchronized now! :).
21871         * ext/theora/theoradec.c: (theora_dec_chain):
21872           Add some debug.
21873
21874 2004-11-08  Wim Taymans  <wim@fluendo.com>
21875
21876         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
21877         (gst_alpha_set_property), (gst_alpha_sink_link),
21878         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
21879         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
21880         (gst_alpha_init_params), (gst_alpha_chain):
21881         Implement alpha functions for AYUV too, this increases
21882         accuracy quite a bit.
21883
21884 2004-11-08  Wim Taymans  <wim@fluendo.com>
21885
21886         * gst/ffmpegcolorspace/avcodec.h:
21887         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21888         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
21889         (gst_ffmpegcsp_avpicture_fill):
21890         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21891         (gst_ffmpegcsp_caps_remove_format_info):
21892         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
21893         (shrink12), (img_get_alpha_info), (deinterlace_line),
21894         (deinterlace_line_inplace):
21895         * gst/ffmpegcolorspace/imgconvert_template.h:
21896         Added AYUV colorspace and handle RGBA a bit more respectful.
21897
21898 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21899
21900         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21901           Actually always send a discont (cornercase when resending the
21902           same serial-tagged chain twice).
21903
21904 2004-11-08  Julien MOUTTE  <julien@moutte.net>
21905
21906         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
21907         (gst_ximagesink_finalize):
21908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
21909         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
21910
21911 2004-11-08  Wim Taymans  <wim@fluendo.com>
21912
21913         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
21914         Don't segfault on NULL data.
21915
21916 2004-11-08  Wim Taymans  <wim@fluendo.com>
21917
21918         * gst/playback/gstdecodebin.c: (unlinked):
21919         * gst/playback/gstplay-marshal.list:
21920         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
21921         (gst_play_base_bin_init), (group_create), (get_active_group),
21922         (get_building_group), (group_destroy), (group_commit),
21923         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
21924         (add_element_stream), (no_more_pads), (probe_triggered),
21925         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
21926         (state_change), (setup_source), (gst_play_base_bin_get_property),
21927         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
21928         (gst_play_base_bin_link_stream),
21929         (gst_play_base_bin_get_streaminfo):
21930         * gst/playback/gstplaybasebin.h:
21931         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21932         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
21933         Add support for chained ogg files. Prepare for playlist
21934         support. This patch introduces the concept of pad groups, which
21935         together compose one playable media file.
21936
21937 2004-11-07  David Schleef  <ds@schleef.org>
21938
21939         * testsuite/gst-lint: Check for pad templates that aren't statically
21940         scoped.
21941
21942 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21943
21944         * configure.ac:
21945         * ext/Makefile.am:
21946         * ext/musepack/Makefile.am:
21947         * ext/musepack/gstmusepackdec.cpp:
21948         * ext/musepack/gstmusepackdec.h:
21949         * ext/musepack/gstmusepackreader.cpp:
21950         * ext/musepack/gstmusepackreader.h:
21951           Add musepack decoder.
21952         * ext/faad/gstfaad.c: (gst_faad_base_init):
21953           Make pad templates static.
21954         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21955         (plugin_init):
21956           Add musepack typefinder, make mp3 typefinding work halfway stream,
21957           which doesn't actually work yet because id3demux doesn't implement
21958           _get_length().
21959
21960 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21961
21962         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21963         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
21964           Fix interrupt event handling (#144436).
21965
21966 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21967
21968         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
21969           Hide unused glory.
21970
21971 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21972
21973         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21974
21975         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21976           Fix weird caps (#157548).
21977
21978 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
21979
21980         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21981
21982         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
21983           Add missing NULL terminator (#157543).
21984
21985 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21986
21987         * gst/tcp/gsttcp.h:
21988         * gst/tcp/gsttcpclientsink.c:
21989         * gst/tcp/gsttcpclientsrc.c:
21990         * gst/tcp/gsttcpserversink.c:
21991         * gst/tcp/gsttcpserversrc.c:
21992           ports can go up to 65535.  Move common defines to gsttcp.h
21993
21994 2004-11-05  Wim Taymans  <wim@fluendo.com>
21995
21996         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
21997         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
21998         Added two more colorspaces.
21999
22000 2004-11-05  Wim Taymans  <wim@fluendo.com>
22001
22002         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22003         (gst_ffmpegcsp_avpicture_fill):
22004         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22005         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
22006         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
22007         More stride fixes.
22008
22009 2004-11-05  Wim Taymans  <wim@fluendo.com>
22010
22011         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
22012         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
22013         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22014         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
22015         (gst_videomixer_loop):
22016         More stride fixes.
22017
22018 2004-11-05  Benjamin Otte  <otte@gnome.org>
22019
22020         * ext/mad/gstmad.c: (gst_mad_chain):
22021           don't overflow data buffer. Flush not needed sync data when syncing
22022           failed.
22023
22024 2004-11-04  Wim Taymans  <wim@fluendo.com>
22025
22026         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22027         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
22028         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
22029         (gst_alpha_init_params), (gst_alpha_chain),
22030         (gst_alpha_change_state):
22031         Updated the chroma keying algorithm with something more
22032         sophisticated.
22033
22034 2004-11-03  Wim Taymans  <wim@fluendo.com>
22035
22036         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
22037         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
22038         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
22039         Fix stride issues. Does not completely work for odd
22040         heights.
22041
22042 2004-11-03  Wim Taymans  <wim@fluendo.com>
22043
22044         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
22045         (gst_alpha_chroma_key), (gst_alpha_chain):
22046         Fix stride issues. Does not completely work for odd
22047         heights.
22048
22049 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
22050
22051         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22052         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
22053         leak fixes
22054
22055 2004-11-03  Wim Taymans  <wim@fluendo.com>
22056
22057         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22058         (gst_ffmpegcsp_avpicture_fill):
22059         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
22060         (avpicture_alloc):
22061         * gst/ffmpegcolorspace/imgconvert_template.h:
22062         Use correct _fill function to get correct strides.
22063
22064 2004-11-02  David Schleef  <ds@schleef.org>
22065
22066         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22067         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
22068         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
22069         Change all g_print()s to debugging.  Add a bunch of consistency
22070         checks.
22071
22072 2004-11-02  Wim Taymans  <wim@fluendo.com>
22073
22074         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22075         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
22076         (unlinked), (no_more_pads), (close_link):
22077         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
22078         (unknown_type), (add_element_stream), (new_decoded_pad),
22079         (removed_decoded_pad), (setup_source):
22080         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
22081         (gst_stream_info_class_init), (gst_stream_info_init),
22082         (gst_stream_info_new), (gst_stream_info_dispose),
22083         (stream_info_mute_pad), (gst_stream_info_set_property),
22084         (gst_stream_info_get_property):
22085         * gst/playback/gststreaminfo.h:
22086         Fix playback of multiple files.
22087         a slightly different approach to handling dynamic pad removals.
22088         This one only looks at pads that we have linked.
22089
22090 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
22091
22092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
22093         free" warning from libc.
22094
22095 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22096
22097         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22098         (get_unconnected_element), (remove_starting_from), (pad_removed),
22099         (close_link):
22100           Implement support for dynamic pad changing. We listen to "live"
22101           pad removals (i.e. while playing) and re-setup autoplugging
22102           after that. Playbasebin/playbin need some more work for this
22103           to finally work, but decodebin supports (and replugs) chained
22104           ogg now.
22105
22106 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
22107
22108         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
22109         (gst_alsa_finalize):
22110         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
22111         (gst_cdaudio_finalize):
22112         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22113         (cdparanoia_finalize):
22114         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
22115         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
22116         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
22117         (dvdreadsrc_finalize):
22118         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
22119         (gst_flacdec_finalize):
22120         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
22121         (gst_flacenc_finalize):
22122         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
22123         (gst_gnomevfssink_finalize):
22124         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
22125         (gst_gnomevfssrc_finalize):
22126         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
22127         (gst_fameenc_finalize):
22128         * ext/nas/nassink.c: (gst_nassink_class_init),
22129         (gst_nassink_finalize):
22130         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
22131         (gst_sdlvideosink_class_init):
22132         * ext/sndfile/gstsf.c: (gst_sf_dispose):
22133         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
22134         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
22135         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
22136         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
22137         (gst_x_window_listener_dispose):
22138         * gst/audioscale/gstaudioscale.c:
22139         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
22140         (play_on_demand_finalize):
22141         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
22142         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
22143         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
22144         (cdplayer_finalize):
22145         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
22146         (gst_glimagesink_class_init):
22147         * sys/oss/gstosselement.c: (gst_osselement_class_init),
22148         (gst_osselement_finalize):
22149         * sys/oss/gstosssink.c: (gst_osssink_dispose):
22150         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
22151         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
22152           Fixes a bunch of problems with finalize and dispose functions,
22153           either assumptions that dispose is only called once, or not calling
22154           the parent class dispose/finalize function
22155
22156 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
22157
22158         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
22159           added two api precondition guards
22160           use g_strdup with getenv to fix crash when using ENVVAR
22161
22162 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
22163         * ext/esd/esdsink.c: (gst_esdsink_class_init),
22164         (gst_esdsink_finalize):
22165         Use a finalize function, not dispose, and more importantly,
22166         call the parent class finalize function too
22167
22168 2004-11-01  Johan Dahlin  <johan@gnome.org>
22169
22170         * ext/ogg/gstoggdemux.c:
22171         * gst/tags/gstvorbistag.c:
22172         Plug leaks.
22173
22174 2004-10-31  Benjamin Otte  <otte@gnome.org>
22175
22176         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22177           lotsa memleaks today. But they're all small...
22178
22179 2004-10-31  Benjamin Otte  <otte@gnome.org>
22180
22181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22182           another memleak crushed
22183
22184 2004-10-31  Benjamin Otte  <otte@gnome.org>
22185
22186         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22187           fix memleak
22188
22189 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22190
22191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22192           Hack to prevent crash when going to READY inside signal handler
22193           while this function is active.
22194
22195 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22196
22197         * gst/ffmpegcolorspace/Makefile.am:
22198         * gst/ffmpegcolorspace/avcodec.h:
22199         * gst/ffmpegcolorspace/common.h:
22200         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
22201         * gst/ffmpegcolorspace/dsputil.h:
22202         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
22203         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22204         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
22205         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
22206         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
22207         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
22208         (gst_ffmpegcsp_avpicture_fill):
22209         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22210         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22211         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
22212         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
22213         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
22214         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
22215         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
22216         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
22217         * gst/ffmpegcolorspace/imgconvert.c:
22218         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
22219         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
22220         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
22221         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
22222         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
22223         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
22224         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
22225         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
22226         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
22227         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
22228         (grow21), (grow22), (grow41), (grow44), (conv411),
22229         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
22230         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
22231         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
22232         (avpicture_free), (is_yuv_planar), (img_convert),
22233         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
22234         (deinterlace_line_inplace), (deinterlace_bottom_field),
22235         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
22236         * gst/ffmpegcolorspace/imgconvert_template.h:
22237         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
22238         * gst/ffmpegcolorspace/mmx.h:
22239         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
22240         (av_fast_realloc), (av_mallocz_static), (av_free_static),
22241         (av_freep), (avcodec_get_context_defaults),
22242         (avcodec_alloc_context), (avcodec_init):
22243           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
22244           handling plus update from ffmpeg CVS. Large clean-up.
22245
22246 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22247
22248         * gst/playback/Makefile.am:
22249           We need the marshallers for decodebin, too.
22250
22251 2004-10-30  David Schleef  <ds@schleef.org>
22252
22253         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
22254           quicktime typefinding work with 64-bit offsets.
22255
22256 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
22257
22258         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
22259           Set EOS on the element when processing an EOS event.
22260         * ext/speex/gstspeexdec.h:
22261         * ext/speex/gstspeexenc.h:
22262           Only keep a const ptr to the mode
22263         * gst-libs/gst/riff/riff-media.c:
22264         (gst_riff_create_audio_caps_with_data),
22265         (gst_riff_create_audio_template_caps):
22266           Allow WMAV3, with up to 6 channels.
22267         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
22268           Don't call gst_pad_set_event_function on a sink pad.
22269         * gst/mpegstream/gstdvddemux.c:
22270         (gst_dvd_demux_get_subpicture_stream),
22271         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
22272           Copy the explicit caps that were set across to the cur_* pads,
22273           instead of trying to use a possibly non-existent negotiated caps.
22274           Reset the type of subpicture pads to UNKNOWN after calling
22275           init_stream, so that the caps get set.
22276
22277 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
22278
22279         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22280
22281         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22282           Don't touch buffer if it is of size 0 (fixes #151064).
22283
22284 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22285
22286         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
22287           Synchronized discont handling.
22288
22289 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22290
22291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22292         (gst_ogg_demux_push):
22293           Make seeking sort-of exact again (fixes #156387).
22294
22295 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22296
22297         * gst/playback/gstplaybasebin.c: (unknown_type),
22298         (add_element_stream), (new_decoded_pad),
22299         (gst_play_base_bin_change_state):
22300         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
22301         (gst_stream_info_init), (gst_stream_info_new),
22302         (gst_stream_info_dispose), (gst_stream_info_get_property):
22303         * gst/playback/gststreaminfo.h:
22304           Make caps explicitely available. Makes testing for unsupported
22305           types possible. Improves error reporting.
22306
22307 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22308
22309         * gst/audioconvert/gstaudioconvert.c:
22310         (gst_audio_convert_buffer_to_default_format):
22311           Really don't touch read-only buffers (#156563).
22312
22313 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
22314
22315         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22316
22317         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
22318           Fix memleak (#155223).
22319
22320 2004-10-29  Wim Taymans  <wim@fluendo.com>
22321
22322         * gst/tcp/.cvsignore:
22323         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
22324         (gst_multifdsink_class_init), (gst_multifdsink_init),
22325         (gst_multifdsink_add), (gst_multifdsink_remove),
22326         (gst_multifdsink_remove_client_link), (is_sync_frame),
22327         (gst_multifdsink_new_client),
22328         (gst_multifdsink_handle_client_write),
22329         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22330         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22331         (gst_multifdsink_get_property):
22332         * gst/tcp/gstmultifdsink.h:
22333         Added burst on connect sync_method, deprecated sync_clients,
22334         streamlined the sync code some more.
22335
22336 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22337
22338         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
22339         (gst_play_base_bin_change_state):
22340           Improve error reporting.
22341
22342 2004-10-28  Wim Taymans  <wim@fluendo.com>
22343
22344         * gst/tcp/Makefile.am:
22345         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
22346         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
22347         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
22348         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22349         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22350         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22351         (gst_fdset_wait):
22352         Added more locks around fdset structures. Fixed/reworked
22353         the poll array resizing code.
22354         Added stress test for fdset.
22355
22356 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22357
22358         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22359         fix build
22360
22361 2004-10-28  Benjamin Otte  <otte@gnome.org>
22362
22363         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
22364           fix link function to always query channels and query width for
22365           floats
22366         * configure.ac:
22367           add equalizer dir
22368         * gst/equalizer/Makefile.am:
22369         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
22370         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
22371         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
22372         (arg_to_scale), (setup_filter),
22373         (gst_iir_equalizer_compute_frequencies),
22374         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
22375         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
22376         (plugin_init):
22377           add an equalizer
22378
22379 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22380
22381         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22382
22383         * po/LINGUAS:
22384         * po/nb.po:
22385           Added Norwegian Bokmaal translation
22386
22387 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22388
22389         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22390           Don't break on options (fixes #156488).
22391
22392 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22393
22394         * configure.ac:
22395         * ext/cdaudio/Makefile.am:
22396         * sys/Makefile.am:
22397           fix build on older automake
22398
22399 2004-10-26  Wim Taymans  <wim@fluendo.com>
22400
22401         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22402         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22403         Allow a little margin when negotiating the framerate.
22404
22405 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
22406
22407         * gst/level/gstlevel.c:
22408           synchonised naming of pads and pad-templates
22409
22410 2004-10-26  Wim Taymans  <wim@fluendo.com>
22411
22412         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22413         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
22414         (_find_streams_check), (gst_ogg_demux_push):
22415         Fix EOS again. Needs to be done in a better way. We should not
22416         remove the pad if there is no new chained stream.
22417
22418 2004-10-26 Iain <iaingnome@gmail.com>
22419
22420         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
22421         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
22422         of the caps.
22423         * gst/interleave/interleave.c (interleave_class_init): Hook up release
22424         pad.
22425         (interleave_release_pad): Remove the pad.
22426         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
22427         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
22428         the set device.
22429         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
22430         attrs
22431         (gst_xvimagesink_xcontext_clear): Free the xcontext.
22432         (gst_xvimagesink_finalize): Free the par.
22433
22434 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22435
22436         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
22437         (gst_avimux_stop_file):
22438           First calculate the rate, and only then use it. Hdr.rate is a
22439           multiple and not a derivative of hdr.scale. Scale is not the
22440           same as blockalign but is solely related to rate.
22441
22442 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22443
22444         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22445         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
22446           Implement seeking.
22447
22448 2004-10-25  James Henstridge  <james@jamesh.id.au>
22449
22450         Reviewed by:  David Schleef  <ds@schleef.org>
22451
22452         * examples/gstplay/player.c: (got_stream_length), (main):
22453         * examples/seeking/cdplayer.c: (update_scale):
22454         * examples/seeking/seek.c: (format_value), (update_scale):
22455         * examples/seeking/spider_seek.c: (format_value), (update_scale),
22456         (stop_seek):
22457         Build fixes on AMD64.
22458
22459 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22460
22461         reviewed by: Ronald Bultje <rbultje at gnome dot org>
22462
22463         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
22464         Fix for some v4l cards which hang in v4lsrc
22465
22466 2004-10-25  Wim Taymans  <wim@fluendo.com>
22467
22468         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
22469         (gst_ogg_demux_push), (gst_ogg_chains_clear):
22470         Make sure to remove the pad when a new chain is
22471         encountered. Set some vars to NULL so we don't try
22472         to reference freed memory.
22473
22474 2004-10-25  Wim Taymans  <wim@fluendo.com>
22475
22476         * examples/seeking/Makefile.am:
22477         * examples/seeking/cdplayer.c: (update_scale):
22478         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
22479         * examples/seeking/playbin.c: (make_playerbin_pipeline),
22480         (format_value), (update_scale), (iterate), (start_seek),
22481         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
22482         (print_usage), (main):
22483         Added some more examples, update others.
22484
22485 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22486
22487         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22488         * ext/speex/gstspeexdec.c: (speex_dec_chain):
22489         * ext/theora/theoradec.c: (theora_dec_chain):
22490         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22491           Add codec-name metadata.
22492
22493 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
22494
22495         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22496
22497         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22498         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22499         * ext/alsa/gstalsamixertrack.h:
22500         * po/POTFILES.in:
22501           ALSA mixer track label internationalization (#154054).
22502
22503 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22504
22505         * ext/theora/theoradec.c: (theora_dec_chain):
22506           Export bitrate as metadata.
22507
22508 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22509
22510         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
22511         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
22512         * ext/alsa/gstalsamixertrack.h:
22513           Fix names, fix loop.
22514
22515 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22516
22517         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
22518         (speex_dec_convert):
22519           sinkconvert function so oggdemux can get the file length (totem).
22520
22521 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
22522
22523         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22524
22525         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
22526           Don't push incomplete packets.
22527         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
22528           Fix MPEG-4 audio typefinding.
22529
22530 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22531
22532         * sys/v4l/Makefile.am:
22533         * sys/v4l/gstv4l.c: (plugin_init):
22534         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
22535         (gst_v4lelement_init), (gst_v4lelement_dispose),
22536         (gst_v4lelement_change_state):
22537         * sys/v4l/gstv4lelement.h:
22538         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
22539         (gst_v4l_xoverlay_close), (idle_refresh),
22540         (gst_v4l_xoverlay_set_xwindow_id):
22541         * sys/v4l/gstv4lxoverlay.h:
22542         * sys/v4l/v4l-overlay_calls.c:
22543         * sys/v4l/v4l_calls.h:
22544         * sys/v4l2/Makefile.am:
22545         * sys/v4l2/gstv4l2.c: (plugin_init):
22546         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
22547         (gst_v4l2element_init), (gst_v4l2element_dispose),
22548         (gst_v4l2element_change_state):
22549         * sys/v4l2/gstv4l2element.h:
22550         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
22551         (gst_v4l2_xoverlay_close), (idle_refresh),
22552         (gst_v4l2_xoverlay_set_xwindow_id):
22553         * sys/v4l2/gstv4l2xoverlay.h:
22554         * sys/v4l2/v4l2-overlay_calls.c:
22555         * sys/v4l2/v4l2_calls.h:
22556           Remove client-side overlay handling, use the X-server v4l plugin
22557           for that. Nicer overlay, less code. Also make the plugin
22558           compileable without X (but then without overlay, obviously).
22559           Makes xwindowlistener obsolete, should we remove that?
22560
22561 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22562
22563         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
22564         (gst_osssrc_src_query):
22565         * sys/oss/gstosssrc.h:
22566           OK, so people want offset in DEFAULT. This time, actually fix all
22567           cases.
22568         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
22569           Add FPS properly.
22570
22571 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22572
22573         * gst/asfdemux/gstasfmux.c:
22574         * gst/avi/gstavimux.c:
22575           Framerate.
22576
22577 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22578
22579         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
22580           Fix properties (channel, norm, frequency).
22581
22582 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22583
22584         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
22585           Flag typo.
22586         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
22587           No warnings.
22588
22589 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22590
22591         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
22592           Fix hang.
22593
22594 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22595
22596         * sys/v4l2/gstv4l2element.h:
22597           Yet Another Hack (tm) for kernel header borkedness.
22598         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
22599         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
22600         (gst_v4l2src_link), (gst_v4l2src_getcaps),
22601         (gst_v4l2src_change_state):
22602         * sys/v4l2/gstv4l2src.h:
22603         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
22604         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
22605           Fix caps, keep track of state, work.
22606
22607 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22608
22609         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
22610           Quiet.
22611
22612 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22613
22614         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22615           Don't mix bytes and samples.
22616
22617 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22618
22619         * ext/ogg/gstoggmux.c:
22620           Basic pad template which accepts OGM tracks, speex, flac, vorbis
22621           and theora. Any is incorrect.
22622         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
22623           Fix caps.
22624         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
22625         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
22626         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
22627         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
22628         * sys/v4l/gstv4lmjpegsrc.h:
22629         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
22630         (gst_v4lsrc_change_state):
22631         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
22632         (gst_v4lmjpegsrc_capture_stop):
22633           Fix caps. Keep track of internal state. Work.
22634
22635 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22636
22637         * ext/Makefile.am:
22638           Fix the build fixes.
22639
22640 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22641
22642         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22643         (gst_ogg_demux_src_event), (_find_chain_seek),
22644         (gst_ogg_pad_push):
22645           Check for pad availability before using it.
22646         * ext/ogg/gstoggdemux.c: (_find_chain_process):
22647           Fix parsing of chained ogg. Needs more work on the decoder side.
22648
22649 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22650
22651         * gst/spectrum/Makefile.am:
22652         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
22653         (idle_func):
22654           Fix demo and reenable it. Yes, I'm currently playing with audio
22655           analysis tools
22656
22657 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22658
22659         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
22660           We love it if files that start at zero work too...
22661
22662 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22663
22664         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22665           Handle files with missing EOS headers.
22666
22667 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22668
22669         * gst/tcp/gsttcpserversink.c:
22670         (gst_tcpserversink_handle_server_read),
22671         (gst_tcpserversink_init_send):
22672         Zero some variables first (need for accept not to return EINVAL)
22673
22674 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22675
22676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22677         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22678         * ext/theora/theoradec.c: (theora_dec_sink_convert),
22679         (theora_dec_chain):
22680         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22681         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
22682           Seeking and querying finetune.
22683
22684 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22685
22686         * configure.ac:
22687         * ext/Makefile.am:
22688         * ext/raw1394/Makefile.am:
22689           fix the build
22690
22691 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22692
22693         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22694           Wrong return.
22695         * gst/playback/Makefile.am:
22696         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
22697         * gst/playback/gstplay-marshal.list:
22698         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
22699           Fix marshallers.
22700
22701 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22702
22703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
22704           Silence.
22705
22706 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22707
22708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22709         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22710         (gst_ogg_pad_push):
22711           Yay for non-lineair granulepos in theora.
22712
22713 2004-10-18  Wim Taymans  <wim@fluendo.com>
22714
22715         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22716         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
22717         * ext/dv/gstdvdec.h:
22718         Make sure we renegotiate aspect ratio when the camera switches.
22719
22720 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22721
22722         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22723         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
22724           Start at zero.
22725         * ext/theora/theoradec.c: (theora_dec_chain):
22726           Skip headers. Bad idea for chained ogg, but fixes seeking.
22727
22728 2004-10-18  Wim Taymans  <wim@fluendo.com>
22729
22730         * configure.ac:
22731         I swear, this is the last time I touch this.
22732
22733 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22734
22735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22736         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
22737         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
22738           Faster seeking.
22739         * ext/theora/theoradec.c: (theora_dec_sink_convert):
22740           Time-to-default conversion.
22741         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22742           Don't error on unknown packets, just skip. We should probably
22743           read them if we want to support chained ogg.
22744
22745 2004-10-18  Wim Taymans  <wim@fluendo.com>
22746
22747         * configure.ac:
22748         Added cdaudio to wrong list.
22749
22750 2004-10-18  Wim Taymans  <wim@fluendo.com>
22751
22752         * configure.ac:
22753         Revive cdaudio.
22754
22755 2004-10-18  Wim Taymans  <wim@fluendo.com>
22756
22757         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
22758         (gst_dvdec_video_link), (gst_dvdec_push):
22759         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
22760         (gst_smokeenc_resync), (gst_smokeenc_chain):
22761         Fix mimetype on smoke encoder.
22762         Add aspect ratio to dvdec. Not sure if these
22763         values are correct though....
22764
22765 2004-10-18  Wim Taymans  <wim@fluendo.com>
22766
22767         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22768         Fix vorbis property descriptions and ranges.
22769
22770 2004-10-18  Wim Taymans  <wim@fluendo.com>
22771
22772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
22773         Really do nothing when no data is available.
22774         Go to the playing state when the stream is not seekable
22775         instead of failing.
22776
22777 2004-10-18  Wim Taymans  <wim@fluendo.com>
22778
22779         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
22780         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
22781         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
22782         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
22783         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
22784         Added uri handler for cd://
22785         Port to new API.
22786
22787 2004-10-18  Wim Taymans  <wim@fluendo.com>
22788
22789         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
22790         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
22791         (try_to_link_1), (no_more_pads), (close_link), (type_found):
22792         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
22793         (remove_prerolls), (unknown_type), (add_element_stream),
22794         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
22795         (gst_play_base_bin_remove_element),
22796         (gst_play_base_bin_link_stream):
22797         * gst/playback/gstplaybin.c: (gen_video_element),
22798         (gen_vis_element), (remove_sinks), (setup_sinks):
22799         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
22800         (gst_stream_info_get_type), (gst_stream_info_class_init),
22801         (gst_stream_info_init), (gst_stream_info_new),
22802         (gst_stream_info_dispose), (stream_info_mute_pad),
22803         (gst_stream_info_set_property), (gst_stream_info_get_property):
22804         * gst/playback/gststreaminfo.h:
22805         Add sink padtemplate to decodebin.
22806         Added some more comments.
22807         Make queue size configurable in playbasebin.
22808         Added possibility to use elements as sinks (ex cdaudio).
22809
22810 2004-10-15  Wim Taymans  <wim@fluendo.com>
22811
22812         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
22813         (gst_speexenc_chain):
22814         Fix speex timestamps so that it gets muxed properly.
22815
22816 2004-10-15  Wim Taymans  <wim@fluendo.com>
22817
22818         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
22819         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
22820         (gst_dv1394src_init), (gst_dv1394src_dispose),
22821         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
22822         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
22823         (gst_dv1394src_event), (gst_dv1394src_get_formats),
22824         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
22825         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
22826         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
22827         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
22828         * ext/raw1394/gstdv1394src.h:
22829         Added conversion/query functions.
22830         Update buffer timestamps,
22831         Added signals.
22832         Added uri dv:// so it might play from the firewire in playbin.
22833         Fix a possible leak.
22834         Added debugging.
22835
22836 2004-10-15  Wim Taymans  <wim@fluendo.com>
22837
22838         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
22839         (gst_dv1394src_init), (gst_dv1394src_set_property),
22840         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
22841         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
22842         * ext/raw1394/gstdv1394src.h:
22843         Added AV/C VTR control support needed for some cameras.
22844         Added automatic port detection.
22845         Added properties for selecting the channel.
22846         The configure.ac script is not yet updated to reflect the
22847         new libavc1394 and librom1394 dependencies.
22848
22849 2004-10-15  Wim Taymans  <wim@fluendo.com>
22850
22851         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
22852         (qtdemux_parse), (gst_qtdemux_handle_esds):
22853         An esds box is not a container.
22854         Fix parsing of mp4v boxes.
22855         Do not try to renegotiate fps for each frame. Need to
22856         find a better method. This should fix mp4 playback.
22857
22858 2004-10-14  David Schleef  <ds@schleef.org>
22859
22860         * configure.ac: update for swfdec-0.3 and liboil-0.2
22861         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
22862         * ext/swfdec/gstswfdec.h: same
22863         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
22864         * gst/videotestsrc/videotestsrc.c: same
22865
22866 2004-10-14  Wim Taymans  <wim@fluendo.com>
22867
22868         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22869         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
22870         (is_sync_frame), (gst_multifdsink_new_client),
22871         (gst_multifdsink_handle_client_write),
22872         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22873         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
22874         Turn warnings into info.
22875         Don't allow a state change in the streaming thread.
22876
22877 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22878
22879         * ext/vorbis/oggvorbisenc.c:
22880         * ext/vorbis/vorbisdec.c:
22881           fix template sample rate
22882
22883 2004-10-13  Wim Taymans  <wim@fluendo.com>
22884
22885         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
22886         Decoding the header first fixes some problems in resyncing
22887         in more mp3s.
22888
22889 2004-10-12  Wim Taymans  <wim@fluendo.com>
22890
22891         * gst/playback/gstplaybin.c: (gen_video_element),
22892         (gen_vis_element), (remove_sinks), (setup_sinks):
22893         Added vis plugin support, need to configure the vis
22894         element to activate it.
22895
22896 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22897
22898         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
22899         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
22900           Some debug.
22901         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
22902         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
22903         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
22904         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
22905         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
22906         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
22907         * gst/avi/gstavidemux.h:
22908           Support for openDML-2.0 indx/ix## chunks. Support for broken index
22909           recovery (where, if part of the index is broken, we will still read
22910           the rest of the index and recover the broken part by stream
22911           scanning). More broken media support. EOS workarounds. General AVI
22912           braindamage headache recovery. Aspirin included.
22913
22914 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22915
22916         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
22917         (cdparanoia_event), (cdparanoia_query):
22918           Get rid of hideous lead-in.
22919
22920 2004-10-11  Wim Taymans  <wim@fluendo.com>
22921
22922         * gst/playback/gstplaybasebin.c: (setup_source):
22923         Wrong var used to get g_list_next.
22924
22925 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22926
22927         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
22928         (cdparanoia_get), (cdparanoia_open):
22929           Report discid as metadata, add duration.
22930
22931 2004-10-11  Wim Taymans  <wim@fluendo.com>
22932
22933         * gst/playback/gstplaybasebin.c: (setup_source):
22934         Cleanup the previous pipeline a little earlier for the
22935         case that a source element provides raw data.
22936
22937 2004-10-11  Benjamin Otte  <otte@gnome.org>
22938
22939         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22940           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
22941           consuming the last 128 bytes, even though it was valid mp3 data.
22942
22943 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22944
22945         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
22946         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
22947         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22948         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
22949
22950 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22951
22952         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
22953         Fix for webcams that support only specific width or height
22954
22955 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22956
22957         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22958
22959         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
22960           Fix wrong discont event setup (fixes #154967).
22961
22962 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
22963
22964         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22965
22966         * gst/auparse/gstauparse.c: (gst_auparse_chain):
22967           Error out on invalid data (fixes #154807).
22968
22969 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
22970
22971         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22972
22973         * ext/dvdread/dvdreadsrc.c: (_read):
22974           Make titles > 0 work again (fixes #154834).
22975
22976 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22977
22978         * gst-libs/gst/riff/riff-media.c:
22979         (gst_riff_create_video_template_caps):
22980           WMV3 missing in template caps.
22981
22982 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22983
22984         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
22985           OK, so the original code was too strict. It makes random AVI files
22986           hang for seconds upon opening, which is unacceptable and is far
22987           beyond the original goal of getting multiple chunks for one-chunk
22988           sounc stream files. So now do just that.
22989
22990 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22991
22992         * gst/playback/gstplaybasebin.c: (setup_source),
22993         (gst_play_base_bin_change_state):
22994           Actually clean up streaminfo if output fails. This would trigger
22995           if, for example, there was no CD in the drive. No preroll, so
22996           a streaminfo structure is created, but the subsequent state change
22997           of the thread fails.
22998         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
22999           Don't change state if parent failed.
23000
23001 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23002
23003         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23004         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
23005         (gen_video_element), (remove_sinks):
23006           Add small bits of code for screenshot handling.
23007
23008 2004-10-08  Wim Taymans  <wim@fluendo.com>
23009
23010         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
23011         (gen_video_element), (gen_audio_element), (setup_sinks):
23012         Don't assume the user provided sinks are named "sink"...
23013
23014 2004-10-08  Wim Taymans  <wim@fluendo.com>
23015
23016         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
23017         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
23018         (gst_play_base_bin_link_stream):
23019         Do not try to autoplug sources that generate raw streams like
23020         cdparanoia.
23021         disconnect the preroll overrun signal when we don't need it anymore.
23022
23023 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
23024
23025         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23026         Added reworked patch from #154903 from milosz derezynski (deadchip).
23027
23028 2004-10-08  Wim Taymans  <wim@fluendo.com>
23029
23030         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
23031         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
23032         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
23033         (cdparanoia_convert), (cdparanoia_uri_get_type),
23034         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
23035         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
23036         * ext/cdparanoia/gstcdparanoia.h:
23037         This adds the cdda://<tracknum> uri.
23038
23039 2004-10-08  Wim Taymans  <wim@fluendo.com>
23040
23041         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23042         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23043         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23044         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23045         (unknown_type), (gst_play_base_bin_remove_element),
23046         (gst_play_base_bin_link_stream):
23047         * gst/playback/gstplaybasebin.h:
23048         * gst/playback/gstplaybin.c: (gst_play_bin_init),
23049         (gst_play_bin_set_property), (gen_video_element),
23050         (gen_audio_element), (setup_sinks):
23051         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23052         (gst_stream_info_get_type), (gst_stream_info_class_init),
23053         (gst_stream_info_init), (gst_stream_info_new),
23054         (gst_stream_info_dispose), (stream_info_mute_pad),
23055         (gst_stream_info_set_property), (gst_stream_info_get_property):
23056         * gst/playback/gststreaminfo.h:
23057         Reuse the audio and video bins.
23058         Some internal cleanups in the stream selection code.
23059
23060 2004-10-08  Julien MOUTTE  <julien@moutte.net>
23061
23062         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23063         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23064         * sys/ximage/ximagesink.h:
23065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23066         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23067         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
23068         not coming from those elements. Moreover these elements should not keep
23069         the xid they have been given when in NULL state.
23070
23071 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23072
23073         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
23074         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
23075         * sys/ximage/ximagesink.h:
23076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
23077         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
23078         * sys/xvimage/xvimagesink.h:
23079           Actually only create a new toplevel window if we're not gonna
23080           embed it right after.
23081
23082 2004-10-07  Wim Taymans  <wim@fluendo.com>
23083
23084         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
23085         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
23086         * gst/playback/gstplaybin.c: (setup_sinks):
23087         Implement muting/unmuting of streams, mute streams that are not
23088         used.
23089
23090 2004-10-07  Wim Taymans  <wim@fluendo.com>
23091
23092         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
23093         (plugin_init):
23094         Added lame audio/x-ac3 typefind function.
23095
23096 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23097
23098         * configure.ac:
23099           bump nano to cvs
23100
23101 === release 0.8.5 ===
23102
23103 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23104
23105         * NEWS:
23106         * RELEASE:
23107         * configure.ac:
23108           releasing 0.8.5, "Take You On"
23109
23110 2004-10-06  Wim Taymans  <wim@fluendo.com>
23111
23112         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23113         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23114         (no_more_pads), (close_link), (type_found):
23115         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23116         * gst/playback/gstplaybin.c: (gen_video_element):
23117         Do not signal the no_more_pads after the first pad when
23118         we are plugging a non dynamic element with multiple
23119         output pads (like swfdec, dvdec, ...).
23120
23121 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23122
23123         * configure.ac:
23124           bump for prerelease
23125
23126 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23127
23128         * gst/wavparse/gstwavparse.c:
23129           add ATRAC3 to STATIC CAPS to fix a warning
23130
23131         * gst/matroska/ebml-read.c:
23132         * gst-libs/gst/riff/riff-read.c:
23133           fix typos
23134
23135 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23136
23137         * gst-libs/gst/riff/riff-media.c:
23138           generate caps for ATRAC3 audio streams
23139
23140         * gst/realmedia/rmdemux.c:
23141           generate caps for ATRAC3 audio streams
23142
23143 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23144
23145         * gst/wavparse/Makefile.am
23146         * gst/wavparse/riff.h
23147         * gst/wavparse/wavparse.vcproj
23148           riff.h removal (unused and duplication with riff-ids.h)
23149
23150 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23151
23152         * gst/wavparse/gstwavparse.h
23153           remove duplicated defines for audio codec codes
23154
23155         * gst-libs/gst/riff/riff-ids.h
23156         * gst/wavenc/riff.h:
23157           add "4CC" code for ATRAC3 audio streams
23158           add "4CC" code for ITU_G721_ADPCM (unused for now)
23159
23160 2004-10-06  Wim Taymans  <wim@fluendo.com>
23161
23162         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
23163         Actually _do_ negotiation. Pass gdouble as arg instead
23164         of guint64 for the framerate.
23165
23166 2004-10-06  Wim Taymans  <wim@fluendo.com>
23167
23168         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23169         (find_compatibles), (close_pad_link), (try_to_link_1),
23170         (no_more_pads), (close_link), (type_found):
23171         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23172         * gst/playback/gstplaybin.c: (gen_video_element),
23173         (gen_audio_element):
23174         Set state on newly added element to READY so that negotiation
23175         can happen ASAP.
23176         Addes some more debug info.
23177         Do not try to plug pads with multiple caps structures or ANY
23178         because it is too dangerous since we do not do dynamic
23179         replugging.
23180
23181 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23182
23183         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
23184
23185         * po/LINGUAS:
23186         * po/or.po:
23187           add Oriya translation
23188
23189 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23190
23191         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23192           Prevent overwrite of size member. Makes audio sound crappy.
23193
23194 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
23195
23196         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23197         Add rmvb to the list of known RealMedia extensions
23198
23199 2004-10-05  Wim Taymans  <wim@fluendo.com>
23200
23201         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
23202         (mngdec_openstream), (mngdec_closestream),
23203         (mngdec_handle_sink_event), (mngdec_readdata),
23204         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
23205         (mngdec_getcanvasline), (mngdec_refresh),
23206         (gst_mngdec_change_state):
23207         Set the framerate correctly.
23208
23209 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23210
23211         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23212           There was something wrong with the index massaging.
23213
23214 2004-10-04  Wim Taymans  <wim@fluendo.com>
23215
23216         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
23217         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
23218         (gst_smokedec_chain):
23219         * ext/jpeg/gstsmokedec.h:
23220         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
23221         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
23222         * ext/jpeg/gstsmokeenc.h:
23223         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
23224         (smokecodec_decode_new), (smokecodec_info_free),
23225         (smokecodec_set_quality), (smokecodec_get_quality),
23226         (smokecodec_set_threshold), (smokecodec_get_threshold),
23227         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
23228         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
23229         (smokecodec_encode), (smokecodec_parse_id),
23230         (smokecodec_parse_header), (smokecodec_decode):
23231         * ext/jpeg/smokecodec.h:
23232         * ext/jpeg/smokeformat.h:
23233         Updated smoke, new bitstream, allows embedding in ogg.
23234
23235 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23236
23237         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
23238           Fix seeking in some files. All this code is no longer needed (and
23239           actually breaks stuff) because we now synchronize the full index
23240           right when reading the header.
23241
23242 2004-10-04  Wim Taymans  <wim@fluendo.com>
23243
23244         * configure.ac:
23245         configure update for libmng.
23246
23247 2004-10-04  Wim Taymans  <wim@fluendo.com>
23248
23249         * ext/libmng/Makefile.am:
23250         * ext/libmng/gstmng.c: (plugin_init):
23251         * ext/libmng/gstmng.h:
23252         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
23253         (gst_mngdec_base_init), (gst_mngdec_class_init),
23254         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
23255         (gst_mngdec_loop), (gst_mngdec_get_property),
23256         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
23257         (mngdec_closestream), (mngdec_handle_sink_event),
23258         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
23259         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
23260         (gst_mngdec_change_state):
23261         * ext/libmng/gstmngdec.h:
23262         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
23263         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
23264         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
23265         (gst_mngenc_chain), (gst_mngenc_get_property),
23266         (gst_mngenc_set_property):
23267         * ext/libmng/gstmngenc.h:
23268         Added basic MNG decoder. Needs more work. The encoder does
23269         not work yet.
23270
23271 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23272
23273         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
23274         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
23275         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
23276           Don't hang on length=0 chunks. Some negotiation fixes. Signal
23277           no-more-pads.
23278
23279 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
23280
23281         * configure.ac:
23282           you need at least 1.0.4 of speex
23283
23284 2004-10-04 Iain <iaingnome@gmail.com>
23285
23286         * ext/speex/gstspeexdec.h: Revert the includes changes.
23287
23288         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
23289
23290 2004-09-30 Iain <iaingnome@gmail.com>
23291
23292         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
23293         found during init or set as a property instead of hardcoding /dev/audio
23294
23295 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23296
23297         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
23298         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
23299         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
23300         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
23301         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
23302         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
23303         (gst_rmdemux_dump_data):
23304           Use debug category, fix EOS handling. filesrc ! rmdemux now
23305           works.
23306
23307 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23308
23309         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
23310         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
23311         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
23312           Improve allocation, cutting and sorting of the index. How takes a
23313           few seconds instead of minutes.
23314
23315 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
23316
23317         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
23318           fixed compilation
23319
23320 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23321
23322         * gst-libs/gst/riff/riff-media.c:
23323         (gst_riff_create_video_caps_with_data),
23324         (gst_riff_create_video_template_caps):
23325           Add wing commander format mimetype/fourccs.
23326         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
23327           Don't crash if some value is 0.
23328
23329 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23330
23331         * gst-libs/gst/riff/riff-media.c:
23332         (gst_riff_create_video_caps_with_data),
23333         (gst_riff_create_video_template_caps):
23334           Add DIB fourcc (raw, palettized 8-bit RGB).
23335         * gst-libs/gst/riff/riff-read.c:
23336         (gst_riff_read_strf_vids_with_data):
23337           Oops, fix strf_data reading bug.
23338         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
23339           Use a non-NULL tag.
23340         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
23341           Time for hacks. Sorry Dave. At least one quicktime movie (a
23342           trailer) that I've encountered contains multiple video tracks.
23343           One of those is the actual video track, the other are one-frame
23344           tracks (images). Unfortunately, the number of frames according
23345           to the trak header is 1 for each, so that doesn't help. So
23346           instead, I look at the duration and discard tracks with a
23347           duration shorter than 20% of the length of the stream. Better
23348           than nothing.
23349
23350 2004-10-01  Christian Schaller <christian@fluendo.com>
23351
23352         * ext/ivorbis/vorbis.c:
23353           Patch from Phil Blundell (Bug 152341)
23354
23355 2004-10-01  Wim Taymans  <wim@fluendo.com>
23356
23357         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
23358         (speex_dec_get_formats), (speex_dec_convert),
23359         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
23360         (speex_dec_chain), (gst_speexdec_get_property),
23361         (gst_speexdec_set_property):
23362         Small cleanups.
23363
23364 2004-10-01  Wim Taymans  <wim@fluendo.com>
23365
23366         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
23367         (gst_wavparse_stream_init), (gst_wavparse_fmt),
23368         (gst_wavparse_other), (gst_wavparse_loop),
23369         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
23370         (gst_wavparse_srcpad_event):
23371         * gst/wavparse/gstwavparse.h:
23372         Added some more debugging info.
23373         Fix the case where the length of the file is 0.
23374         Make sure we seek to sample borders.
23375
23376 2004-10-01  Wim Taymans  <wim@fluendo.com>
23377
23378         * gst/playback/README:
23379         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
23380         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
23381         (try_to_link_1), (no_more_pads), (close_link), (type_found):
23382         Add some debug info to decodebin, update README
23383
23384 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23385
23386         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
23387           Don't use g_print(); use GST_DEBUG().
23388
23389 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23390
23391         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23392         (gst_ogg_mux_queue_pads):
23393           Handle EOS properly.
23394
23395 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23396
23397         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23398
23399         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
23400         (gst_faad_chain), (gst_faad_change_state):
23401         * ext/faad/gstfaad.h:
23402           Allow playback of raw (unframed) MPEG AAC files (#148993).
23403
23404 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
23405
23406         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23407
23408         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23409           Throw error if we didn't recognize the stream. Fixes #152289.
23410
23411 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23412
23413         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
23414           Fix negotiation.
23415
23416 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
23417
23418         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23419
23420         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
23421           Fix memleak.
23422
23423 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
23424
23425         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23426
23427         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
23428           Solve #152805.
23429         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
23430           Solve 152806.
23431
23432 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23433
23434         * gst-libs/gst/riff/riff-media.c:
23435         (gst_riff_create_video_caps_with_data),
23436         (gst_riff_create_audio_caps_with_data):
23437           Add codec_data handling (like asfdemux used to do).
23438         * gst/asfdemux/gstasf.c: (plugin_init):
23439         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23440         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
23441           Use riff-media for caps creation instead of our own (mostly
23442           broken) copy of its functions.
23443
23444 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23445
23446         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
23447           Don't actually error out if we get another return value than
23448           -EINVAL. Opposite to what I first thought, drivers have random
23449           return values for this, although -EINVAL is the expected return
23450           value. Since this is not fatal, we shouldn't use
23451           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
23452
23453 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23454
23455         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
23456         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
23457         (dvdreadsrc_get_property), (_open), (_seek), (_read),
23458         (dvdreadsrc_get), (dvdreadsrc_open_file),
23459         (dvdreadsrc_change_state):
23460           Fix. Don't do one big huge loop around the whole DVD, that will
23461           cache all data and thus eat sizeof(dvd) (several GB) before we
23462           see something.
23463         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23464           Actually NULL'ify event after using it.
23465         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
23466         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
23467         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23468         (gst_ebml_read_seek), (gst_ebml_read_skip):
23469           Handle events.
23470         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
23471         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
23472         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
23473           Fix timing (this will probably break if I seek using menus, but
23474           I didn't get there yet). VOBs and normal DVDs should now work.
23475           Add a mpeg2-only pad with high rank so this get autoplugged for
23476           MPEG-2 movies.
23477         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
23478         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
23479         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
23480         (gst_mpeg_demux_get_audio_stream),
23481         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
23482         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
23483           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
23484           MPEG-1 but use dvddemux for MPEG-2.
23485         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23486         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
23487         (gst_mpeg_parse_parse_packhead):
23488           Timing. Only add pad template if it exists. Add sink template from
23489           class and not from ourselves. This means we will always use the
23490           correct sink template even if it is not the one defined in this
23491           file.
23492
23493 2004-09-29  Wim Taymans  <wim@fluendo.com>
23494
23495         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
23496         (gst_mpeg_demux_parse_pes):
23497         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23498         Fix playback of mpeg again, timestamps where screwed up by
23499         patch 1.61.
23500
23501 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23502
23503         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
23504           Only return true if we actually filled something in. Prevents
23505           player applications from showing a random length for flac files.
23506         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
23507         (gst_riff_read_use_event), (gst_riff_read_handle_event),
23508         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
23509         (gst_riff_read_strf_vids_with_data),
23510         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
23511           OK, ok, so I implemented event handling. Apparently it's normal
23512           that we receive random events at random points without asking
23513           for it.
23514         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
23515         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23516         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
23517         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
23518         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
23519         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
23520         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
23521         * gst/avi/gstavidemux.h:
23522           Implement non-lineair chunk handling and subchunk processing.
23523           The first solves playback of AVI files where the audio and video
23524           data of individual buffers that we read are not synchronized.
23525           This should not happen according to the wonderful AVI specs, but
23526           of course it does happen in reality. It is also a prerequisite for
23527           the second. Subchunk processing allows us to cut chunks in small
23528           pieces and process each of these pieces separately. This is
23529           required because I've seen several AVI files with incredibly large
23530           audio chunks, even some files with only one audio chunk for the
23531           whole file. This allows for proper playback including seeking.
23532           This patch is supposed to fix all AVI A/V sync issues.
23533         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
23534         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
23535           Work.
23536         * gst/modplug/gstmodplug.cc:
23537           Proper return value setting for the query() function.
23538         * gst/playback/gstplaybasebin.c: (setup_source):
23539           Being in non-playing state (after, e.g., EOS) is not necessarily
23540           a bad thing. Allow for that. This fixes playback of short files.
23541           They don't actually playback fully now, because the clock already
23542           runs. This means that small files (<500kB) with a small length
23543           (<2sec) will still not or barely play. Other files, such as mod
23544           or flx, will work correctly, however.
23545
23546 2004-09-28  Wim Taymans  <wim@fluendo.com>
23547
23548         * ext/speex/gstspeex.c: (plugin_init):
23549         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
23550         (gst_speex_dec_class_init), (speex_dec_get_formats),
23551         (speex_get_event_masks), (speex_get_query_types),
23552         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
23553         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
23554         (gst_speexdec_get_property), (gst_speexdec_set_property),
23555         (speex_dec_change_state):
23556         * ext/speex/gstspeexdec.h:
23557         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
23558         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
23559         (gst_speexenc_base_init), (gst_speexenc_class_init),
23560         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
23561         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
23562         (gst_speexenc_src_query), (gst_speexenc_init),
23563         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
23564         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
23565         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
23566         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
23567         (gst_speexenc_chain), (gst_speexenc_get_property),
23568         (gst_speexenc_set_property), (gst_speexenc_change_state):
23569         * ext/speex/gstspeexenc.h:
23570         Rewrote speex encoder, make sure it can be embedded in ogg.
23571         Implemented speex decoder.
23572
23573 2004-09-28  Christian Schaller <christian@fluendo.com>
23574
23575         * configure.ac:
23576         Remove kioslave plugin. Markey is brewing a new working one
23577         * ext/Makefile.am: Remove kioslave plugin
23578         * ext/kio: remove
23579         * gst-plugins.spec.in: remove kio plugin from spec
23580
23581 2004-09-27  Wim Taymans  <wim@fluendo.com>
23582
23583         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
23584         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
23585         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
23586         (gst_multifdsink_new_client),
23587         (gst_multifdsink_handle_client_write),
23588         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23589         (gst_multifdsink_handle_clients):
23590         * gst/tcp/gstmultifdsink.h:
23591         Make syncing to keyframes actually work for new clients and lagging
23592         clients.
23593
23594 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23595
23596         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
23597         (gst_navigationtest_handle_src_event), (draw_box_planar411),
23598         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
23599         * gst/debug/gstnavigationtest.h:
23600           make navigationtest display button-press and button-release events
23601
23602 2004-09-26 Iain <iaingnome@gmail.com>
23603
23604         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
23605         the channels have received a new media event.
23606         (interleave_buffered_loop): Compresses a new media event on all
23607         channels into one.
23608
23609 2004-09-26 Iain <iaingnome@gmail.com>
23610
23611         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
23612         call the sinkpad's default event handler and not the srcpads. He also
23613         says this is confusing :)
23614         (gst_wavenc_stop_file): Company says that seek events only go upstream
23615         we should send a discontinuous downstream instead.
23616
23617 2004-09-25  Christian Schaller <christian@fluendo.com>
23618
23619         * Update SPEC file to be usable in conjunction with Fedora Core,
23620           Fedora.us and freshrpms packages
23621         * Fix typo in multifilesrc test Makefile
23622
23623 2004-09-24  Wim Taymans  <wim@fluendo.com>
23624
23625         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
23626         Only signal the no_more_pads signal when we have
23627         added the stream to our list.
23628
23629 2004-09-24  Wim Taymans  <wim@fluendo.com>
23630
23631         * gst/playback/gstplaybasebin.c: (remove_prerolls),
23632         (new_decoded_pad):
23633         * gst/playback/gstplaybasebin.h:
23634         * gst/playback/gstplaybin.c: (setup_sinks):
23635         Don't try to preroll or decode more than one audio/video
23636         track.
23637
23638 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23639
23640         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23641           Throw error if we failed to find a suitable output. This should
23642           throw an error if we successfully set up a pipeline (e.g. because
23643           we recognized a media file) but found no decodable streams in it
23644           (e.g. because it contains only media stream types for which we
23645           have no decoders, or because it's not a media type).
23646
23647 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23648
23649         * ext/dirac/Makefile.am:
23650         * ext/dirac/gstdirac.cc:
23651         * ext/dirac/gstdiracdec.cc:
23652         * ext/dirac/gstdiracdec.h:
23653           Do something. Don't actually know if this works because I don't
23654           have a demuxer yet.
23655         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
23656           Add channels=1 to caps returned from _getcaps().
23657         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
23658         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
23659         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
23660         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
23661         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
23662         (gst_ogm_parse_change_state):
23663           Separate between audio/video so ogmaudioparse actually uses the
23664           audio pad templates. Both audio and video work now, including
23665           autoplugging. Also use sometimes-srcpad hack.
23666         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
23667           Handle events better. Don't hang on infinite loops.
23668         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
23669         (gst_avi_demux_init), (gst_avi_demux_reset),
23670         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
23671         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
23672         (gst_avi_demux_change_state):
23673         * gst/avi/gstavidemux.h:
23674           Improve A/V sync. Still not perfect.
23675         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
23676         (gst_ebml_read_skip):
23677           Handle events better.
23678         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
23679         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
23680         (qtdemux_audio_caps):
23681           Add IMA4. Improve event handling. Save offset after a seek when
23682           the headers are at the end of the file so that we don't end up in
23683           an infinite loop.
23684         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
23685           Add low-priority typefind support for files with no length.
23686
23687 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23688
23689         * testsuite/multifilesink/Makefile.am:
23690         fix typo
23691
23692 2004-09-22  Julien MOUTTE  <julien@moutte.net>
23693
23694         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
23696         mistakes from thaytan's patches.
23697
23698 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23699
23700         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
23701           For completeness, XSync in the destroy function as xvimage does.
23702
23703 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
23704
23705         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
23706            Correct caps negotiation
23707         * gst/volume/gstvolume.c: (volume_chain_float),
23708         (volume_chain_int16):
23709            Modify debug output to be little more informative
23710         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
23711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23712         (gst_xvimagesink_xvimage_destroy):
23713           Add XSync calls after detaching from the shared memory segment to
23714           avoid a crash.
23715
23716 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23717
23718         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23719         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
23720         * ext/vorbis/vorbis.c: (plugin_init):
23721         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23722         (gst_vorbisenc_chain):
23723         * ext/vorbis/vorbisenc.h:
23724         remove explicit newmedia support from oggmux and vorbisenc
23725         add debug category to vorbisenc
23726         * gst/multifilesink/gstmultifilesink.c:
23727         (gst_multifilesink_class_init), (gst_multifilesink_init),
23728         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
23729         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
23730         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
23731         (plugin_init):
23732         * gst/multifilesink/gstmultifilesink.h:
23733         add support for streamheader in multifilesink
23734
23735 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23736
23737         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
23738         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
23739         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
23740           Prevent infinite loops. More correct error reporting.
23741         * gst/auparse/gstauparse.c: (gst_auparse_chain):
23742           Error out if negotiation fails.
23743         * gst/playback/gstplaybasebin.c: (setup_source),
23744         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
23745         (gst_play_base_bin_found_tag):
23746           Error/tag forwarding. Pre-roll fixes for source errors on state
23747           changes (e.g. "file does not exist") to prevent hangs.
23748
23749 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23750
23751         * testsuite/multifilesink/Makefile.am:
23752         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
23753         (gst_newmedia_class_init), (gst_newmedia_init),
23754         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23755         (newfile_signal), (test_signal), (main):
23756         * testsuite/multifilesink/multifilesrc_test.c: (main):
23757         * testsuite/multifilesink/oggtheora_test.c:
23758         (gst_newmedia_base_init), (gst_newmedia_class_init),
23759         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23760         (test_format), (newfile_signal), (test_signal), (main):
23761         * testsuite/multifilesink/oggvorbis_test.c:
23762         (gst_newmedia_base_init), (gst_newmedia_class_init),
23763         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
23764         (test_format), (newfile_signal), (test_signal), (main):
23765         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
23766         (gst_newmedia_class_init), (gst_newmedia_init),
23767         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23768         (newfile_signal), (test_signal), (main):
23769         New media tests
23770
23771 2004-09-20  Christian Schaller <christian@fluendo.com>
23772
23773         * Fix mikmod license to LGPL as they have relicensed
23774         * Move Dirac and Effectv into LGPL section of README_license
23775
23776 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23777
23778         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
23779         (gst_mad_change_state):
23780           Allow for mp3 rate/channels changes. However, only very
23781           conservatively. Reason that we *have* to enable this is smiply
23782           because the mad find_sync() function is not good enough, it will
23783           regularly sync on random data as valid frames and therefore make
23784           us provide random caps as *final* caps of the stream. The best fix
23785           I could think of is to simply require several of the same stream
23786           changes in a row before we change caps.
23787           The actual testcase that works now is #
23788         * ext/ogg/Makefile.am:
23789         * ext/ogg/gstogg.c: (plugin_init):
23790         * ext/ogg/gstogmparse.c:
23791           OGM support (video only for now; I need an audio sample file).
23792         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
23793         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
23794         (gst_asf_demux_add_video_stream):
23795           WMV extradata.
23796         * gst/playback/gstplaybasebin.c: (unknown_type):
23797           Don't error out on single unknown-types after all. It's wrong.
23798           If we found type of video and audio but not of a subtitle stream,
23799           it will still error out (which is unwanted). Will find a better fix
23800           later on.
23801         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
23802         (ogmaudio_type_find), (plugin_init):
23803           OGM support.
23804
23805 2004-09-20  Johan Dahlin  <johan@gnome.org>
23806
23807         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
23808         after setting caps.
23809
23810 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23811
23812         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
23813         * gst/wavenc/gstwavenc.h:
23814         Added newmedia support to wavenc
23815
23816 2004-09-17  Wim Taymans  <wim@fluendo.com>
23817
23818         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
23819         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
23820         (gst_fdset_fd_can_write), (gst_fdset_wait):
23821         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
23822         (gst_multifdsink_init), (gst_multifdsink_add),
23823         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
23824         (gst_multifdsink_remove_client_link),
23825         (gst_multifdsink_client_queue_buffer),
23826         (gst_multifdsink_handle_client_write),
23827         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
23828         (gst_multifdsink_close), (gst_multifdsink_change_state):
23829         * gst/tcp/gstmultifdsink.h:
23830         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23831         (gst_tcpserversink_removed):
23832         Small cleanups in fdset.c
23833         Use a hastable to map fd to the client structure for faster
23834         lookup in _remove and get_stats.
23835         Added virtual function to close the fds.
23836         Handle clients even when the select/poll call was unblocked because
23837         of a command.
23838         Implement syncing to keyframe in the recovery procedure.
23839
23840 2004-09-16 Iain <iaingnome@gmail.com>
23841
23842         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
23843         try caps.
23844
23845 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23846
23847         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
23848           Caps are only set if the type of the stream is unknown, but this
23849           is initialized in ->init_stream(), so set to UNKNOWN after calling
23850           ->init_stream() so that capsnego starts.
23851
23852 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23853
23854         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23855         (gst_avi_demux_stream_data):
23856           Just hardcode for raw audio then. AVI audio sucks.
23857
23858 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
23859
23860         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
23861         * gst/matroska/matroska-mux.c: (audiosink_templ),
23862         (gst_matroska_mux_audio_pad_link):
23863         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
23864         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
23865
23866 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23867
23868         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23869         (gst_avi_demux_stream_data):
23870           Try to fix a/v sync issues.
23871
23872 2004-09-15  David Schleef  <ds@schleef.org>
23873
23874         * configure.ac: remove NASM check, since we don't use it.  Update
23875         dirac check to 0.4
23876         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
23877         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23878         Initialized variables.
23879         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
23880         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
23881         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
23882         SVQ3 format
23883
23884 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23885
23886         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23887         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
23888         * gst/avi/gstavidemux.h:
23889           Fix for compressed audio (mp3) timestamp generation. How did this
23890           ever work?
23891
23892 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23893
23894         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
23895           Volume is a double not a float.
23896
23897 2004-09-15  Wim Taymans  <wim@fluendo.com>
23898
23899         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
23900         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
23901         Don't close the fd in multifdsink as we didn't open it in the
23902         first place. Some cleanups.
23903
23904 2004-09-15  Wim Taymans  <wim@fluendo.com>
23905
23906         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23907         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
23908         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
23909         Fix the case where the muxer would mark pages as delta
23910         frames when they are not (vorbis only ogg).
23911
23912 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23913
23914         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
23915         (gst_play_base_bin_change_state):
23916           Handle the case where we failed to setup a clear pipeline. This
23917           will throw an error (or EOS, another nice case) and if you don't
23918           catch that, the app will wait for the signal forever (and thus
23919           hang).
23920
23921 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23922
23923         * ext/gnomevfs/gstgnomevfssink.c:
23924         (gst_gnomevfssink_uri_get_protocols):
23925         * ext/gnomevfs/gstgnomevfssrc.c:
23926         (gst_gnomevfssrc_uri_get_protocols):
23927         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
23928         * ext/gnomevfs/gstgnomevfsuri.h:
23929           Use _uri_new() instead of _open(), so it doesn't take as long and
23930           Christophe's computer won't hang.
23931         * gst/playback/gstplaybasebin.c: (unknown_type):
23932           Throw error on unknown media type, so apps actually display it.
23933
23934 2004-09-14  Brian Cameron  <brian.cameron@sun.com
23935
23936         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
23937           this script to work on Solaris since bash shell handles echo
23938           differenly than bash.
23939
23940 2004-09-17  Wim Taymans  <wim@fluendo.com>
23941
23942         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
23943         (setup_source), (gst_play_base_bin_set_property),
23944         (gst_play_base_bin_add_element):
23945         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
23946         Some more work on making sure seeking pauses the pipeline and
23947         that changing the uri actually does something.
23948
23949 2004-09-17  Wim Taymans  <wim@fluendo.com>
23950
23951         * gst/tcp/gstfdset.c: (gst_fdset_wait):
23952         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
23953         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
23954         (gst_tcpserversink_close):
23955         Be a bit more paranoid when freeing memory.
23956
23957 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23958
23959         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
23960         (qtdemux_parse_trak):
23961           Don't crash by dividing by zero (see sample movie in #126922).
23962
23963 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23964
23965         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23966           Don't touch non-existing data (fixes crash on file in #140147).
23967
23968 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23969
23970         * gst/playback/gstplaybasebin.c:
23971         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
23972           Handle double disposals, and proper change of URIs.
23973
23974 2004-09-13  Martin Eikermann <meiker@upb.de>
23975
23976         * gst/mpegstream/gstmpegparse.c:
23977           fix synchronistation for streams recorded from digital PCR
23978           fixes bug #119376
23979
23980 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23981
23982         * ext/gnomevfs/Makefile.am:
23983         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23984         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
23985         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
23986         (gst_gnomevfssink_uri_get_type),
23987         (gst_gnomevfssink_uri_get_protocols),
23988         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
23989         (gst_gnomevfssink_uri_handler_init),
23990         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
23991         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
23992         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
23993         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
23994         (gst_gnomevfssrc_uri_get_type),
23995         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
23996         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
23997         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
23998         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
23999         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
24000         * ext/gnomevfs/gstgnomevfsuri.h:
24001           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
24002           of fake URIs to see which this version of Gnome-VFS likes, and
24003           uses that for the Gst-URI interface. Makes playbin support http://
24004           streams. Also fix up some stupid behaviour in gnomevfssrc.
24005
24006 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24007
24008         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
24009         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
24010         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
24011         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
24012           Update mixer (to sync with other sessions) if we try to obtain
24013           a new value. This makes alsamixer work accross applications.
24014         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
24015           Only call sync functions if we're running, else alsalib asserts.
24016         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
24017           Sometimes fails to compile. Possibly a gcc bug.
24018         * gst/playback/gstplaybin.c: (gen_video_element),
24019         (gen_audio_element):
24020           Add a reference to an application-provided object, because we lose
24021           this same reference if we add it to the bin. If we don't do this,
24022           we can only use this object once and thus crash if we go from
24023           ready to playing, back to ready and back to playing again.
24024           Also add an audioscale element because several cheap soundcards -
24025           like mine - don't support all samplerates.
24026         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
24027         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
24028           Fix wrong order or PAR calls. Makes automatically obtained PAR
24029           from the X server atually being used.
24030
24031 2004-09-12  David Schleef  <ds@schleef.org>
24032
24033         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
24034         #151887, #152102, #152247.
24035         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
24036         * examples/seeking/cdparanoia.c: same
24037         * examples/seeking/cdplayer.c: same
24038         * examples/seeking/seek.c: same
24039         * examples/seeking/spider_seek.c: same
24040         * examples/seeking/vorbisfile.c: same
24041         * examples/stats/mp2ogg.c: same
24042         * ext/esd/esdsink.c: (gst_esdsink_class_init),
24043         (gst_esdsink_dispose): Dispose of element properly.
24044         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
24045         fixes.
24046         * ext/nas/nassink.c: (gst_nassink_class_init),
24047         (gst_nassink_dispose): Dispose of element correctly.
24048         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
24049         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
24050         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
24051         Fix 64-bit warning.
24052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
24053         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
24054         Fix 64-bit warning.
24055
24056 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24057
24058         * configure.ac : change speex detection as 1.1.6 now uses
24059           .pc/pkg-config and they changed their headers location.
24060
24061 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
24062
24063         * gst/matroska/matroska-mux.h:
24064         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
24065         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24066         (gst_matroska_mux_write_data):
24067           Write multiple blocks/frames per cluster.
24068                 Write meta-seek information (seek heads).
24069
24070 2004-09-09  Scott Wheeler <wheeler@kde.org>
24071
24072         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
24073         (gst_play_bin_set_property), (gst_play_bin_get_property),
24074         (gen_audio_element), (gen_audio_element):
24075           Add a volume element / property to the pipeline.
24076
24077 2004-09-07  Wim Taymans  <wim@fluendo.com>
24078
24079         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
24080         Copy timestamps from the master pad to the output buffers.
24081
24082 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24083
24084         * ext/raw1394/gstdv1394src.c:
24085           throw errors when applicable
24086
24087 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
24088
24089         * gst/matroska/ebml-ids.h:
24090         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
24091         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
24092         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
24093           automatically convert unix time <-> ebml time when reading/writing
24094           a date, use gst_ebml_write_uint to write CUETIME,
24095           not gst_ebml_write_date.
24096         * gst/matroska/matroska-ids.h:
24097         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
24098         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
24099         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
24100         (gst_matroska_mux_write_data):
24101           Write track and segment UIDs, write muxing date, write
24102           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
24103           Create cues for audio only files.
24104
24105 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24106
24107         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24108         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24109           Re-commit ALSA switches.
24110         * gst/adder/gstadder.c: (gst_adder_loop):
24111           64-bit fix (#151416).
24112         * gst/debug/progressreport.c: (gst_progressreport_report):
24113           64-bit fix (#151419).
24114         * gst/matroska/matroska-demux.c:
24115         (gst_matroska_demux_parse_contents):
24116           64-bit fix (#151420).
24117         * gst/playback/test3.c: (update_scale):
24118           64-bit fix (#151421).
24119
24120 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24121
24122         * configure.ac:
24123           bump nano to cvs
24124
24125 === release 0.8.4 ===
24126
24127 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24128
24129         * configure.ac: releasing 0.8.4, "Alias"
24130
24131 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
24132
24133         * ext/theora/Makefile.am:
24134           fix makefile.  Fixes #151462.
24135
24136 2004-08-30  Wim Taymans  <wim@fluendo.com>
24137
24138         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
24139         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24140         (gst_multifdsink_remove_client_link),
24141         (gst_multifdsink_client_queue_buffer),
24142         (gst_multifdsink_handle_client_write):
24143         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24144         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24145         Fix some memory leaks.
24146
24147 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24148
24149         Patch by: David Schleef
24150
24151         * configure.ac:
24152         * sys/Makefile.am:
24153           rename our detection macro for V4L2.  Fixes #151236.
24154
24155 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24156
24157         Patch by: David Schleef
24158
24159         * configure.ac:
24160           check to define LAMEPRESET.  Fixes #151232.
24161
24162 2004-08-27  David Schleef  <ds@schleef.org>
24163
24164         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
24165         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
24166         (gst_glimagesink_fixate):  Move local variable declarations to
24167         make gcc-2.95 happy.
24168
24169 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24170
24171         * configure.ac:
24172           bump nano for prerelease
24173
24174 2004-08-27  David Schleef  <ds@schleef.org>
24175
24176         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
24177         * sys/sunaudio/gstsunaudiosrc.c:
24178         * sys/sunaudio/gstsunaudiosrc.h:
24179
24180 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
24181
24182         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
24183         handle EOS correctly
24184         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
24185         * gst/matroska/matroska-mux.h:
24186         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
24187         VFW compatibility mode
24188
24189 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24190
24191         patch by: Zaheer Abbas Merali
24192
24193         * ext/ogg/gstoggmux.c:
24194         * ext/vorbis/vorbisenc.c:
24195         * ext/vorbis/vorbisenc.h:
24196           handle NEWMEDIA
24197
24198 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
24199
24200         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
24201         fix byte order reversion on little endian machines.
24202         * gst/matroska/matroska-mux.c: (audiosink_templ),
24203         (gst_matroska_mux_audio_pad_link):
24204         add TTA codec to the list of supported codecs.
24205         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
24206         (gst_matroska_mux_start), (gst_matroska_mux_finish),
24207         (gst_matroska_mux_write_data):
24208         * gst/matroska/matroska-mux.h:
24209         write segment duration correctly, write muxing app string, fixes bugs
24210         #140897 and #140898.
24211         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
24212         wait for all pads to be negotiated before starting to mux.
24213
24214 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24215
24216         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
24217         * ext/lame/gstlame.h:
24218         Added new media support to lame
24219
24220 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
24221
24222         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
24223         send vorbis headers at the beginning of a stream, fixes bug #141554.
24224         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
24225         bug #148950.
24226         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
24227         (gst_matroska_demux_plugin_init):
24228         * gst/matroska/matroska-ids.h:
24229         enable demuxing of TTA audio streams, fixes bug #148951.
24230         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
24231         enable typefinding for TTA audio files, fixes bug #148711.
24232         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
24233         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
24234         fixes playback of packed bitstream and xvid with bframes, bug #135407.
24235
24236 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
24237
24238         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
24239         (gst_riff_read_element_data), (gst_riff_read_seek),
24240         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
24241         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
24242         <teuf@gnome.org>
24243
24244 2004-08-23 Iain <iaingnome@gmail.com>
24245
24246         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
24247         tags. They appear to be handled differently to normal.
24248         (tag_list_to_id3_tag_foreach): Ditto.
24249
24250 2004-08-22  Wim Taymans  <wim@fluendo.com>
24251
24252         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24253         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24254         Make sure we never send -1 granulepos.
24255
24256 2004-08-20  Wim Taymans  <wim@fluendo.com>
24257
24258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24259         (gst_ogg_mux_loop):
24260         I will accept bitchslappings with non sharp objects.
24261
24262 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24263
24264         * configure.ac:
24265         Clean up the test for lame presets
24266
24267 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24268
24269         * configure.ac:
24270         * ext/lame/Makefile.am:
24271         * ext/lame/gstlame.c: (gst_lame_class_init),
24272         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24273         Only enable lame presets if version of lame has presets in API
24274
24275 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
24276         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
24277         * gst/udp/gstudpsrc.h:
24278           Don't call gst_pad_push in a get function. Fixes #150449
24279
24280 2004-08-18  Wim Taymans  <wim@fluendo.com>
24281
24282         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
24283         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
24284         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24285         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24286         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24287         (gst_fdset_wait):
24288         * gst/tcp/gstfdset.h:
24289         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24290         (gst_multifdsink_client_queue_buffer),
24291         (gst_multifdsink_handle_client_write):
24292         * gst/tcp/gstmultifdsink.h:
24293         Some extra checks in gstfdset.
24294         Only use send() when the fd is a socket. Don't try to
24295         read from write only fds.
24296
24297 2004-08-18  Wim Taymans  <wim@fluendo.com>
24298
24299         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
24300         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
24301         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24302         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24303         (gst_fdset_wait):
24304         Add more locking and bounds checking.
24305
24306 2004-08-18  Wim Taymans  <wim@fluendo.com>
24307
24308         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
24309         Realloc test fdset in the lock and right before starting
24310         the poll call. Bump the limit to 4096.
24311
24312 2004-08-17  David Schleef  <ds@schleef.org>
24313
24314         * sys/sunaudio/Makefile.am:
24315         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
24316         of rates and channels.  Make debugging less obnoxious.
24317
24318         Patch from Balamurali Viswanathan implementing a mixer for
24319         Sun audio.  (bug #144091):
24320         * sys/sunaudio/gstsunelement.c:
24321         * sys/sunaudio/gstsunelement.h:
24322         * sys/sunaudio/gstsunmixer.c:
24323         * sys/sunaudio/gstsunmixer.h:
24324
24325 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24326
24327         * gst/audioscale/gstaudioscale.c:
24328         * gst/audioscale/gstaudioscale.h:
24329         made audioscale resample from any sample rate to any sample rate
24330
24331 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24332
24333         * ext/libpng/gstpngdec.c:
24334           error out on unsupported types
24335
24336 2004-08-17  Iain <iaingnome@gmail.com>
24337
24338         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
24339         mid_side and loose_mid_side properties if its a stereo stream.
24340
24341 2004-08-17  Wim Taymans  <wim@fluendo.com>
24342
24343         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24344         (theora_get_formats), (theora_dec_src_convert),
24345         (theora_dec_sink_convert), (theora_dec_src_query),
24346         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
24347         Add a debug line.
24348
24349 2004-08-17  Wim Taymans  <wim@fluendo.com>
24350
24351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
24352         (gst_ogg_pad_push):
24353         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24354         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24355         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
24356         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24357         Mark delta units in the muxer.
24358         Try to decode the packet after an out-of-sync error from
24359         libogg.
24360
24361 2004-08-17  Wim Taymans  <wim@fluendo.com>
24362
24363         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24364         (gst_multifdsink_init), (gst_multifdsink_add),
24365         (gst_multifdsink_client_queue_buffer),
24366         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
24367         * gst/tcp/gstmultifdsink.h:
24368         Added option to send a keyframe to clients as the first buffer.
24369         Make timeout property writable.
24370
24371 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24372
24373         patch by: Wim Taymans
24374
24375         * gst/tcp/gstfdset.c:
24376         * gst/tcp/gstmultifdsink.c:
24377           fix index comparison, should include 0
24378
24379 2004-08-16  Wim Taymans  <wim@fluendo.com>
24380
24381         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
24382         (gst_fdset_add_fd), (gst_fdset_remove_fd),
24383         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
24384         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
24385         (gst_fdset_wait):
24386           copy when reallocing for poll so the select arguments don't get
24387           changed during the call
24388
24389 2004-08-16  Wim Taymans  <wim@fluendo.com>
24390
24391         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24392         (gst_theora_enc_class_init), (theora_enc_sink_link),
24393         (theora_buffer_from_packet), (theora_enc_chain):
24394         Fix bug where buffers were not marked as keyframes
24395         correctly.
24396
24397 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24398
24399         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24400         (gst_lame_preset_get_type), (gst_lame_class_init):
24401         describe the enum values for vbr mode and presets more verbosely
24402
24403 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24404
24405         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
24406         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
24407         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
24408         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
24409         * ext/lame/gstlame.h:
24410         add preset property to lame so it can use lame presets
24411
24412 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24413
24414         * ext/lame/gstlame.c: (gst_lame_get_property):
24415         whoops forgot break, thanks teuf
24416
24417 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24418
24419         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
24420         (gst_lame_class_init), (gst_lame_src_getcaps),
24421         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
24422         (gst_lame_get_property), (gst_lame_setup):
24423         * ext/lame/gstlame.h:
24424         fix lame's broken vbr stuff, allow it to resample if need be, and also
24425         make xing header optional
24426
24427 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24428
24429         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
24430         added getcaps function so samplerate doesnt get fixated to silly values
24431
24432 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24433
24434         * ext/lame/gstlame.c: (gst_lame_src_link):
24435         revert previous fix
24436
24437 2004-08-12  Johan Dahlin  <johan@gnome.org>
24438
24439         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
24440         checks. Doesn't matter what state we are in. Interfaces are a
24441         compile time thing, not runtime. It also broke the python bindings.
24442
24443 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24444
24445         * ext/lame/gstlame.c: (gst_lame_src_link):
24446         made source pad link function check if sinkpad is ok..fixes the problem
24447         where core fixates the output rate of lame stupidly
24448
24449 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24450
24451         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
24452         * sys/v4l/v4l_calls.c:
24453         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
24454           fix fixate function to handle nonsimple caps.
24455           remove bogus check in _link
24456           cleanups
24457
24458 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24459
24460         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
24461         set default compression ratio parameter to 0.0 so bitrate parameter
24462         works :)
24463
24464 2004-08-11  David Schleef  <ds@schleef.org>
24465
24466         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
24467
24468 2004-08-11  David Schleef  <ds@schleef.org>
24469
24470         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
24471         before.
24472
24473 2004-08-11  David Schleef  <ds@schleef.org>
24474
24475         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
24476
24477 2004-08-11  David Schleef  <ds@schleef.org>
24478
24479         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
24480           license field
24481         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
24482         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
24483           LGPL.
24484         * gst/auparse/gstauparse.c: Fix plugin license field.
24485         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
24486         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
24487         * gst/rtp/gstrtp.c: Fix plugin license field.
24488
24489 2004-08-11  Wim Taymans  <wim@fluendo.com>
24490
24491         * gst/tcp/Makefile.am:
24492         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
24493         (ensure_size), (gst_fdset_new), (gst_fdset_free),
24494         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
24495         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
24496         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
24497         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
24498         (gst_fdset_fd_can_write), (gst_fdset_wait):
24499         * gst/tcp/gstfdset.h:
24500         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24501         (gst_multifdsink_class_init), (gst_multifdsink_init),
24502         (gst_multifdsink_add), (gst_multifdsink_remove),
24503         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24504         (gst_multifdsink_remove_client_link),
24505         (gst_multifdsink_handle_client_read),
24506         (gst_multifdsink_client_queue_data),
24507         (gst_multifdsink_client_queue_caps),
24508         (gst_multifdsink_client_queue_buffer),
24509         (gst_multifdsink_handle_client_write),
24510         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24511         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24512         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24513         (gst_multifdsink_close):
24514         * gst/tcp/gstmultifdsink.h:
24515         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24516         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24517         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
24518         (gst_tcpserversink_close):
24519         * gst/tcp/gsttcpserversink.h:
24520         Abstracted away the select call, implemented poll (yes we ran into
24521         the 1024 limit in production).
24522
24523 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24524
24525         * gst/tcp/gsttcp.c:
24526         * gst/tcp/gsttcpplugin.c:
24527           improve debuggging, remove assert
24528
24529 2004-08-10  Wim Taymans  <wim@fluendo.com>
24530
24531         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
24532         (gst_client_status_get_type), (gst_multifdsink_class_init),
24533         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24534         (gst_multifdsink_handle_client_read),
24535         (gst_multifdsink_handle_client_write),
24536         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24537         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
24538         (gst_multifdsink_get_property):
24539         * gst/tcp/gstmultifdsink.h:
24540         * gst/tcp/gsttcp-marshal.list:
24541         Starting to prepare for specifying buffer time in other units
24542         than buffers. Expose remove reason in signal.
24543
24544 2004-08-10  Wim Taymans  <wim@fluendo.com>
24545
24546         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
24547         (gst_multifdsink_remove), (gst_multifdsink_clear),
24548         (gst_multifdsink_remove_client_link),
24549         (gst_multifdsink_handle_client_read),
24550         (gst_multifdsink_client_queue_data),
24551         (gst_multifdsink_client_queue_buffer),
24552         (gst_multifdsink_handle_client_write),
24553         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24554         (gst_multifdsink_chain), (gst_multifdsink_close):
24555         * gst/tcp/gstmultifdsink.h:
24556         Added more debugging info. Changed the way clients are
24557         removed from the lists. Fixed a bug where a bad file descriptor
24558         could cause many clients to be removed.
24559
24560 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24561
24562         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
24563           allow all pixel-aspect-ratios, not just 1:1
24564
24565 2004-08-09  David Schleef  <ds@schleef.org>
24566
24567         * sys/glsink/ARB_multitexture.h:  Remove old files.
24568         * sys/glsink/EXT_paletted_texture.h:
24569         * sys/glsink/NV_register_combiners.h:
24570         * sys/glsink/gstgl_nvimage.c:
24571         * sys/glsink/gstgl_pdrimage.c:
24572         * sys/glsink/gstgl_rgbimage.c:
24573         * sys/glsink/gstglsink.c:
24574         * sys/glsink/gstglsink.h:
24575         * sys/glsink/gstglxwindow.c:
24576         * sys/glsink/regcomb_yuvrgb.c:
24577
24578 2004-08-09  David Schleef  <ds@schleef.org>
24579
24580         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
24581         GL sink plugin.  (Bug #147302)
24582
24583         * configure.ac: Test for OpenGL
24584         * sys/Makefile.am: Use test for OpenGL
24585         * sys/glsink/Makefile.am:
24586         * sys/glsink/glimagesink.c: rewrite
24587         * sys/glsink/glimagesink.h: rewrite
24588
24589 2004-08-09  David Schleef  <ds@schleef.org>
24590
24591         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
24592         sane framerates.
24593         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
24594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
24595         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
24596
24597 2004-08-09  Wim Taymans  <wim@fluendo.com>
24598
24599         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24600         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24601         (gst_multifdsink_client_remove),
24602         (gst_multifdsink_handle_client_read),
24603         (gst_multifdsink_handle_client_write),
24604         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24605         Do a bit more logging, make the client_read code more robust.
24606
24607 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24608
24609         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
24610         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
24611         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
24612         (gst_jpegdec_init), (gst_jpegdec_chain):
24613         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
24614         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
24615           cleanups, debugging fixes and memleak plugging
24616
24617 2004-08-09  Wim Taymans  <wim@fluendo.com>
24618
24619         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24620         (theora_get_formats), (theora_dec_src_convert),
24621         (theora_dec_sink_convert), (theora_dec_src_query),
24622         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
24623         (theora_dec_change_state):
24624         Don't crash on missing header packets.
24625
24626 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24627
24628         * po/LINGUAS:
24629         * po/sq.po:
24630           Added Albanian translation (Laurent Dhima)
24631         * po/cs.po:
24632           updated
24633
24634 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24635
24636         * ext/lame/gstlame.c:
24637           fix/add debugging
24638
24639 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24640
24641         * sys/ximage/ximagesink.c:
24642         * sys/xvimage/xvimagesink.c:
24643           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
24644
24645 2004-08-06  Wim Taymans  <wim@fluendo.com>
24646
24647         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24648         (gst_multifdsink_add), (gst_multifdsink_get_stats),
24649         (gst_multifdsink_client_remove),
24650         (gst_multifdsink_handle_client_read),
24651         (gst_multifdsink_handle_client_write),
24652         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24653         Make sure we don't try to read more from a client that what
24654         ioctl says us or we deadlock.
24655
24656 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24657
24658         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
24659         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
24660         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24661           decouple running_time and n_frames so it can handle changing
24662           framerate while running
24663
24664 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
24665
24666         * po/nl.po:
24667         * po/sv.po:
24668           updated translations
24669
24670 2004-08-04  Benjamin Otte  <otte@gnome.org>
24671
24672         * gst/videotestsrc/gstvideotestsrc.c:
24673         (gst_videotestsrc_get_capslist), (generate_capslist),
24674         (plugin_init):
24675           generate the list of supported caps at startup and reuse it instead
24676           of always generating it
24677
24678 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24679
24680         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
24681           whoops, last checkin broke normal build
24682
24683 2004-08-03  Benjamin Otte  <otte@gnome.org>
24684
24685         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
24686         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24687         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24688         (gst_alsa_mixer_get_option):
24689         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
24690         (dvdnavsrc_print_event):
24691         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
24692         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
24693         (gst_ogg_mux_pad_unlink):
24694         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
24695         (gst_multipart_mux_pad_unlink):
24696         * gst/videofilter/gstvideobalance.c:
24697         (gst_videobalance_colorbalance_set_value):
24698         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
24699         (gst_videomixer_pad_unlink):
24700         * po/uk.po:
24701         * sys/oss/gstossmixer.c:
24702         * sys/v4l/gstv4lcolorbalance.c:
24703         * sys/v4l/gstv4ltuner.c:
24704         * sys/v4l/v4lsrc_calls.c:
24705         * sys/v4l2/gstv4l2colorbalance.c:
24706         * sys/v4l2/gstv4l2tuner.c:
24707           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
24708
24709 2004-08-03  Benjamin Otte  <otte@gnome.org>
24710
24711         * examples/dynparams/filter.c: (ui_control_create):
24712         * examples/gstplay/player.c: (print_tag):
24713         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
24714         * ext/gdk_pixbuf/gstgdkanimation.c:
24715         (gst_gdk_animation_iter_may_advance):
24716         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
24717         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
24718         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
24719         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
24720         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
24721         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
24722         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
24723         * gst/sine/demo-dparams.c: (main):
24724         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
24725         * testsuite/alsa/formats.c: (create_pipeline):
24726         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
24727           fixes for G_DISABLE_ASSERT and friends
24728         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24729         (mp3_type_frame_length_from_header), (mp3_type_find),
24730         (plugin_init):
24731           require mp3 typefinding to have at least MIN_HEADERS valid headers
24732           add typefinding for AAC adts files
24733
24734 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
24735
24736         * sys/ximage/ximagesink.c:
24737         (gst_ximagesink_calculate_pixel_aspect_ratio):
24738         * sys/xvimage/xvimagesink.c:
24739         (gst_xvimagesink_calculate_pixel_aspect_ratio):
24740         Make sure we calculate pixel-aspect-ratio using floating point maths
24741
24742 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24743
24744         * po/uk.po:
24745           updated translation
24746
24747 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
24748
24749         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
24751           add debugging for display PAR calculation
24752
24753 2004-08-02  David Schleef  <ds@schleef.org>
24754
24755         * configure.ac: Fix mikmod CFLAGS.
24756
24757 2004-07-27  Benjamin Otte  <otte@gnome.org>
24758
24759         * gst/audioscale/gstaudioscale.c:
24760         - fix templates to only support S16, it's the only format that works
24761         - make caps nego code use try_set_caps_nonfixed and fixation instead
24762         of try_set_caps twice, which is not nice for autopluggers
24763         - change rank to secondary, so autopluggers can pick it up after
24764         audioconvert
24765
24766 2004-08-02  Iain <iain@prettypeople.org>
24767
24768         * gst/interleave/interleave.c (interleave_init),
24769         (interleave_request_new_pad),
24770         (interleave_pad_removed),
24771         (interleave_buffered_loop): Use the real pad count, not the artificial
24772         one.
24773
24774 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24775
24776         * configure.ac: bump nano back to development
24777
24778 === release 0.8.3 ===
24779
24780 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24781
24782         * configure.ac: releasing 0.8.3, "Water"
24783
24784 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24785
24786         * sys/xvimage/xvimagesink.c:
24787         (gst_xvimagesink_calculate_pixel_aspect_ratio),
24788         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
24789         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
24790         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
24791         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24792         * sys/xvimage/xvimagesink.h:
24793           apply similar PAR fixes as to ximagesink
24794
24795 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24796
24797         patch from: Benjamin Otte
24798
24799         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
24800           add link function to lame.  Fixes #148986.
24801
24802 2004-08-02  Johan Dahlin  <johan@gnome.org>
24803
24804         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
24805         fix debugging log
24806
24807 2004-07-30  David Schleef  <ds@schleef.org>
24808
24809         * gst/videomixer/Makefile.am: Fix things that should have been
24810         fixed in the last checkin.
24811
24812 2004-07-30  David Schleef  <ds@schleef.org>
24813
24814         * gst/multipart/Makefile.am: Fix things that should have been
24815         fixed in the last checkin.
24816
24817 2004-07-30  David Schleef  <ds@schleef.org>
24818
24819         * testsuite/multifilesink/Makefile.am: Fix unused variable.
24820
24821 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24822
24823         * configure.ac:
24824           bump nano for prerelease
24825         * po/af.po:
24826         * po/az.po:
24827         * po/cs.po:
24828         * po/en_GB.po:
24829         * po/hu.po:
24830         * po/nl.po:
24831         * po/sr.po:
24832         * po/sv.po:
24833         * po/uk.po:
24834           updates
24835
24836 2004-07-30  Wim Taymans  <wim@fluendo.com>
24837
24838         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
24839         (gst_multifdsink_add), (gst_multifdsink_remove),
24840         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24841         (gst_multifdsink_client_remove),
24842         (gst_multifdsink_handle_client_write),
24843         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
24844         * gst/tcp/gstmultifdsink.h:
24845         Recover from a select with a bad file descriptor by removing
24846         the client.
24847
24848 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24849
24850         * configure.ac:
24851           fix requirement of core
24852         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
24853         (gst_play_pipeline_setup):
24854           don't use colorspace element.  do use hermescolorspace element.
24855           make macro to get a colorspace element.
24856           mark strings for translation.
24857         * po/POTFILES.in:
24858           add play.c
24859         * po/af.po:
24860         * po/az.po:
24861         * po/cs.po:
24862         * po/en_GB.po:
24863         * po/hu.po:
24864         * po/nl.po:
24865         * po/sr.po:
24866         * po/sv.po:
24867         * po/uk.po:
24868           update translations
24869
24870 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24871
24872         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
24873         fix default for newmedia flag
24874
24875 2004-07-30  Wim Taymans  <wim@fluendo.com>
24876
24877         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
24878         (gst_theora_dec_init), (theora_get_formats),
24879         (theora_dec_src_convert), (theora_dec_sink_convert),
24880         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24881         (theora_dec_chain), (theora_dec_set_property),
24882         (theora_dec_get_property):
24883         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
24884         (gst_theora_enc_class_init), (gst_theora_enc_init),
24885         (theora_enc_sink_link), (theora_enc_chain),
24886         (theora_enc_set_property), (theora_enc_get_property):
24887         Added cropping option to theora decoder.
24888         Added border option to theora encoder.
24889
24890 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24891
24892         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
24893         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
24894         (gst_pngenc_set_property):
24895         * ext/libpng/gstpngenc.h:
24896         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
24897
24898 2004-07-30  Wim Taymans  <wim@fluendo.com>
24899
24900         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24901         (theora_enc_sink_link), (theora_enc_chain),
24902         (theora_enc_set_property), (theora_enc_get_property):
24903         Fix encoding of non-multiple-of-16 video.
24904
24905 2004-07-29  David Schleef  <ds@schleef.org>
24906
24907         * configure.ac: make test for audiofile more strict
24908
24909 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24910
24911         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
24912           give different names to typefind functions
24913
24914 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24915
24916         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24917         (gst_ximagesink_calculate_pixel_aspect_ratio),
24918         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
24919         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
24920         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
24921         (gst_ximagesink_get_property), (gst_ximagesink_init):
24922         * sys/ximage/ximagesink.h:
24923           allocate PAR's dynamically.
24924           use autodetected PAR if no object-set PAR is given.
24925           add workaround for directfb's X not setting physical size.
24926           fix to xvimagesink will follow tomorrow.
24927
24928 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24929
24930         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
24931         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
24932         (gst_shout2send_get_type), (gst_shout2send_set_clock),
24933         (gst_shout2send_class_init), (gst_shout2send_init),
24934         (set_shout_metadata), (gst_shout2send_set_metadata),
24935         (gst_shout2send_chain), (gst_shout2send_set_property),
24936         (gst_shout2send_get_property), (gst_shout2send_connect),
24937         (gst_shout2send_change_state):
24938         * ext/shout2/gstshout2.h:
24939         - fix for sending mp3 audio to icecast2 server, if pad link function not
24940         called before PAUSED state
24941         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
24942         - added tagging support for mp3 audio broadcasted
24943         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
24944         debug info
24945
24946 2004-07-28  Wim Taymans  <wim@fluendo.com>
24947
24948         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
24949         (gst_ogg_demux_push):
24950         Return query failure when we don't know the length of
24951         an ogg stream insteda of returning TRUE with a bogus value.
24952
24953 2004-07-28  Wim Taymans  <wim@fluendo.com>
24954
24955         * ext/theora/theoradec.c: (theora_get_formats),
24956         (theora_dec_src_convert), (theora_dec_sink_convert),
24957         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24958         (theora_dec_chain):
24959         Don't screw up the 1 Chroma for 1 luma sample situation when we
24960         have an odd offset/width by adding a black border in those cases.
24961
24962 2004-07-28  Wim Taymans  <wim@fluendo.com>
24963
24964         * ext/theora/theoradec.c: (theora_get_formats),
24965         (theora_dec_src_convert), (theora_dec_sink_convert),
24966         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
24967         (theora_dec_chain):
24968         * ext/theora/theoraenc.c: (theora_enc_sink_link):
24969         Added first attempt at cropping of the image as required by the
24970         theora spec. We need more properties in the caps (offset_x,
24971         offset_y,stride) to implement this correctly.
24972
24973 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
24974
24975         * ext/dvdnav/README:
24976           Update the README to use dvddemux
24977         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
24978           Ensure getcaps returns a subset of the template caps
24979         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
24980         (gst_mpeg2subt_init):
24981           Ensure getcaps returns a subset of the template caps
24982         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
24983         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
24984         (gst_dvd_demux_get_subpicture_stream),
24985         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
24986         * gst/mpegstream/gstdvddemux.h:
24987           Set the explicit caps on the current_video pad before pushing
24988           anything
24989         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
24990         (gst_mpeg_demux_get_audio_stream):
24991           Free caps used to gst_pad_set_explicit_caps, which takes a const
24992           GstCaps *
24993
24994 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
24995
24996         * configure.ac: update GStreamer requirement to 0.8.4 because of
24997           GstFraction.
24998
24999 2004-07-28  Wim Taymans  <wim@fluendo.com>
25000
25001         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
25002         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
25003         Add the pad to the element after setting up the caps. This
25004         makes it a lot easier to autoplug.
25005
25006 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25007
25008         * gst/median/gstmedian.c:
25009         * gst/mpeg2subt/gstmpeg2subt.c:
25010         * gst/mpegaudioparse/gstmpegaudioparse.c:
25011         * gst/mpegstream/gstdvddemux.c:
25012         * gst/mpegstream/gstmpegdemux.c:
25013         * gst/mpegstream/gstmpegpacketize.c:
25014         * gst/rtjpeg/gstrtjpeg.c:
25015         * gst/rtjpeg/gstrtjpegdec.c:
25016         * gst/rtjpeg/gstrtjpegenc.c:
25017         * gst/sine/gstsinesrc.c:
25018         * gst/smooth/gstsmooth.c:
25019         * gst/smpte/gstsmpte.c:
25020         * gst/smpte/gstsmpte.h:
25021         * gst/stereo/gststereo.c:
25022         * gst/videofilter/gstgamma.c:
25023         * gst/videofilter/gstvideobalance.c:
25024         * gst/videofilter/gstvideofilter.c:
25025         * gst/videofilter/gstvideoflip.c:
25026         * gst/videoscale/gstvideoscale.c:
25027         * gst/videoscale/videoscale.c:
25028         * gst/videotestsrc/gstvideotestsrc.c:
25029         * gst/videotestsrc/videotestsrc.c:
25030         * gst/wavenc/gstwavenc.c:
25031         * gst/wavparse/gstwavparse.c:
25032           fix local includes and 64 bits constants
25033
25034 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25035
25036         * win32/gst.sln:
25037         * gst-libs/gst/*/*.vcproj:
25038         * gst/*/*.vcproj:
25039           more working plugins
25040
25041 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25042
25043         * testsuite/alsa/Makefile.am:
25044         * testsuite/alsa/srcstate.c:
25045         add test for alsasrc changing state
25046
25047 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25048
25049         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
25050         (gst_silence_get):
25051         * gst/silence/gstsilence.h:
25052         fix silence generation for 16bit raw audio
25053
25054 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25055
25056         * gst/matroska/matroska-demux.c:
25057         (gst_matroska_demux_parse_metadata),
25058         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
25059         * gst/mpegaudio/common.c:
25060         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
25061         (gst_videoscale_getcaps), (gst_videoscale_link),
25062         (gst_videoscale_src_fixate), (gst_videoscale_init),
25063         (gst_videoscale_finalize):
25064         * gst/videoscale/gstvideoscale.h:
25065         * gst/videotestsrc/gstvideotestsrc.c:
25066         (gst_videotestsrc_get_capslist):
25067         * gst/wavenc/gstwavenc.c:
25068         * sys/oss/gstossmixer.c: (fill_labels):
25069         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
25070         (gst_ximagesink_handle_xevents),
25071         (gst_ximagesink_calculate_pixel_aspect_ratio),
25072         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
25073         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
25074         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25075         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
25076         (gst_ximagesink_init), (gst_ximagesink_class_init):
25077         * sys/ximage/ximagesink.h:
25078         * sys/xvimage/xvimagesink.c:
25079         (gst_xvimagesink_calculate_pixel_aspect_ratio),
25080         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
25081         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25082         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
25083         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25084         * sys/xvimage/xvimagesink.h:
25085           first batch of pixel aspect ratio commits.
25086
25087 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25088
25089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25090         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
25091         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
25092           handle stride, needs work if we want to move stride handling
25093           upstream, but works correctly for our purposes.
25094
25095 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25096
25097         * gst/videoscale/README:
25098           add testing examples
25099         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
25100         (gst_videoscale_chain):
25101         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25102         (gst_videoscale_get_size):
25103           add get_size function that handles stride like videotestsrc.
25104           fixes conversion for YUV formats for as much as I can test them.
25105
25106 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25107
25108         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25109         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
25110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25111         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25112         (gst_xvimagesink_xvimage_put):
25113           further cleanups, logging, error handling and synchronizing
25114
25115 2004-07-27  Wim Taymans  <wim@fluendo.com>
25116
25117         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25118         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
25119         (gst_videomixer_pad_set_property),
25120         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
25121         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25122         (gst_videomixer_class_init), (gst_videomixer_init),
25123         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
25124         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
25125         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
25126         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25127         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25128         (gst_videomixer_loop), (plugin_init):
25129         Be a nicer negotiation citizen and provide a getcaps function on
25130         the srcpad. This also fixes a crash when resizing.
25131
25132 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25133
25134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25135         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
25136
25137 2004-07-27  Wim Taymans  <wim@fluendo.com>
25138
25139         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
25140         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
25141         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
25142         (gst_pngenc_set_property):
25143         * ext/libpng/gstpngenc.h:
25144         Added snapshot property to pngenc.
25145         removed g_print from pngdec
25146
25147 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
25148
25149         * gst/ac3parse/ac3parse.vcproj
25150         * gst/adder/adder.vcproj
25151         * gst/alpha/alpha.vcproj
25152         * gst/alpha/alphacolor.vcproj
25153         * gst/asfdemux/asf.vcproj
25154         * gst/audioconvert/audioconvert.vcproj
25155         * gst/audiorate/audiorate.vcproj
25156         * gst/audioscale/audioscale.vcproj
25157         * gst/auparse/auparse.vcproj
25158         * gst/avi/avi.vcproj
25159         * gst/cdxaparse/cdxaparse.vcproj
25160         * gst/chart/chart.vcproj
25161         * gst/colorspace/colorspace.vcproj
25162         * gst/cutter/cutter.vcproj
25163         * gst/debug/debug.vcproj
25164         * gst/debug/efence.vcproj
25165         * gst/debug/navigationtest.vcproj
25166         * gst/deinterlace/deinterlace.vcproj
25167         * gst/effectv/effectv.vcproj
25168         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25169         * gst/filter/filter.vcproj
25170         * gst/flx/flxdec.vcproj
25171         * gst/goom/goom.vcproj
25172         * gst/interleave/interleave.vcproj
25173         * gst/law/alaw.vcproj
25174         * gst/law/mulaw.vcproj
25175         * gst/matroska/matroska.vcproj
25176         * gst/median/median.vcproj
25177         * gst/mixmatrix/mixmatrix.vcproj
25178         * gst/mpeg1sys/mpeg1systemencode.vcproj
25179         * gst/mpeg1videoparse/mp1videoparse.vcproj
25180         * gst/mpeg2sub/mpeg2subt.vcproj
25181         * gst/mpegaudio/mpegaudio.vcproj
25182         * gst/mpegaudioparse/mpegaudioparse.vcproj
25183         * gst/mpegstream/mpegstream.vcproj
25184         * gst/multifilesink/multifilesink.vcproj
25185         * gst/multipart/multipart.vcproj
25186         * gst/oneton/oneton.vcproj
25187         * gst/overlay/overlay.vcproj
25188         * gst/passthrough/passthrough.vcproj
25189         * gst/qtdemux/qtdemux.vcproj
25190         * gst/realmedia/rmdemux.vcproj
25191         * gst/rtjpeg/rtjpeg.vcproj
25192         * gst/rtp/rtp.vcproj
25193         * gst/silence/silence.vcproj
25194         * gst/sine/sinesrc.vcproj
25195         * gst/smooth/smooth.vcproj
25196         * gst/smpte/smpte.vcproj
25197         * gst/spectrum/spectrum.vcproj
25198         * gst/speed/speed.vcproj
25199         * gst/stereo/stereo.vcproj
25200         * gst/switch/switch.vcproj
25201         * gst/tags/tagedit.vcproj
25202         * gst/tcp/tcp.vcproj
25203         * gst/typefind/typefindfunctions.vcproj
25204         * gst/udp/udp.vcproj
25205         * gst/videobox/videobox.vcproj
25206         * gst/videocrop/videocrop.vcproj
25207         * gst/videodrop/videodrop.vcproj
25208         * gst/videofilter/gamma.vcproj
25209         * gst/videofilter/videobalance.vcproj
25210         * gst/videofilter/videofilter.vcproj
25211         * gst/videofilter/videoflip.vcproj
25212         * gst/videoflip/videoflip.vcproj
25213         * gst/videomixer/videomixer.vcproj
25214         * gst/videorate/videorate.vcproj
25215         * gst/videoscale/videoscale.vcproj
25216         * gst/videotestsrc/videotestsrc.vcproj
25217         * gst/virtualdub/virtualdub.vcproj
25218         * gst/volenv/volenv.vcproj
25219         * gst/volume/volume.vcproj
25220         * gst/wavenc/wavenc.vcproj
25221         * gst/wavparse/wavparse.vcproj
25222         * gst/y4m/y4menc.vcproj
25223         * gst-libs/gst/audio/audio.vcproj
25224         * gst-libs/gst/audio/audiofilter.vcproj
25225         * gst-libs/gst/colorbalance/colorbalance.vcproj
25226         * gst-libs/gst/idct/idtc.vcproj
25227         * gst-libs/gst/media-info/media-info.vcproj
25228         * gst-libs/gst/mixer/mixer.vcproj
25229         * gst-libs/gst/navigation/navigation.vcproj
25230         * gst-libs/gst/play/play.vcproj
25231         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
25232         * gst-libs/gst/resample/resample.vcproj
25233         * gst-libs/gst/riff/riff.vcproj
25234         * gst-libs/gst/tuner/tuner.vcproj
25235         * gst-libs/gst/video/video.vcproj
25236         * gst-libs/gst/xoverlay/xoverlay.vcproj
25237           avoid problems with math.h, fix release dependancy
25238           rename GStreamer-0.8.lib to libgstreamer.lib
25239
25240 2004-07-27  Julien MOUTTE  <julien@moutte.net>
25241
25242         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
25244         the atom is not available we have to unlock the mutex. Fixes #148023
25245
25246 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25247
25248         * gst-libs/gst/media-info/media-info.h:
25249           issue for a vararg macro with MSVC
25250
25251 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25252
25253         * gst/effectv/effectv.vcproj
25254         * gst-libs/gst/idct/idct.vcproj:
25255         * gst-libs/gst/media-info/media-info.vcproj:
25256         * gst-libs/gst/navigation/navigation.vcproj:
25257         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25258         * gst-libs/gst/video/video.vcproj:
25259         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25260           fixes for build problems
25261
25262 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25263
25264         * gst-libs/gst/audio/audio.def:
25265         * gst-libs/gst/audio/riff.def:
25266           add some definitions needed by plugins
25267
25268 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25269
25270         * gst/asfdemux/gstasfmux.c
25271           Fix some 64 bits constants to be glib friendly
25272
25273 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25274
25275         * gst/ac3parse/gstac3parse.c
25276         * gst/audioscale/gstaudioscale.c
25277         * gst/auparse/gstauparse.c
25278         * gst/colorspace/gstcolorspace.c
25279         * gst/colorspace/yuv2rgb.h
25280           local include fixes
25281
25282 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25283
25284         * win32/gst.sln
25285           add more plugins to the build
25286
25287 2004-07-26  Julien MOUTTE  <julien@moutte.net>
25288
25289         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
25290         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
25291
25292 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25293
25294         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25295         (gst_level_set_property), (gst_level_get_property),
25296         (gst_level_base_init), (gst_level_class_init):
25297           add debugging categories.  cleanups.
25298
25299 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25300
25301         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25302         (gst_videoscale_planar411), (gst_videoscale_planar400),
25303         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
25304         (gst_videoscale_scale_nearest_str1),
25305         (gst_videoscale_scale_nearest_str2),
25306         (gst_videoscale_scale_nearest_str4),
25307         (gst_videoscale_scale_nearest_16bit),
25308         (gst_videoscale_scale_nearest_24bit):
25309           fixed stride issues
25310           tested with 320x240 -> 321, 322, 324 x240
25311           tested with YV12, I420, YUY2, UYVY
25312           fixed packed422rev (don't think it could have worked before)
25313           by testing with UYVY
25314
25315 2004-07-26  Benjamin Otte  <otte@gnome.org>
25316
25317         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
25318         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
25319         (plugin_init):
25320           add debugging category, add error checks like checking return values
25321           of setup calls, make sure it still works after
25322           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
25323
25324 2004-07-26  Wim Taymans  <wim@fluendo.com>
25325
25326         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
25327         (gst_mpeg_demux_get_audio_stream),
25328         (gst_mpeg_demux_process_private):
25329         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
25330         Check for error codes from the negotiation functions. Make sure
25331         we really set the pad caps when a new pad is created.
25332
25333 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25334
25335         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25336         (gst_ffmpeg_caps_to_pix_fmt):
25337         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
25338         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25339         (gst_ffmpegcolorspace_pad_link):
25340           don't make function do two things at the same time without reason.
25341
25342 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25343
25344         * gst/ac3parse/ac3parse.vcproj
25345         * gst/adder/adder.vcproj
25346         * gst/alpha/alpha.vcproj
25347         * gst/alpha/alphacolor.vcproj
25348         * gst/asfdemux/asf.vcproj
25349         * gst/audioconvert/audioconvert.vcproj
25350         * gst/audiorate/audiorate.vcproj
25351         * gst/audioscale/audioscale.vcproj
25352         * gst/auparse/auparse.vcproj
25353         * gst/avi/avi.vcproj
25354         * gst/cdxaparse/cdxaparse.vcproj
25355         * gst/chart/chart.vcproj
25356         * gst/colorspace/colorspace.vcproj
25357         * gst/cutter/cutter.vcproj
25358         * gst/debug/debug.vcproj
25359         * gst/debug/efence.vcproj
25360         * gst/debug/navigationtest.vcproj
25361         * gst/deinterlace/deinterlace.vcproj
25362         * gst/effectv/effectv.vcproj
25363         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
25364         * gst/filter/filter.vcproj
25365         * gst/flx/flxdec.vcproj
25366         * gst/goom/goom.vcproj
25367         * gst/interleave/interleave.vcproj
25368         * gst/law/alaw.vcproj
25369         * gst/law/mulaw.vcproj
25370         * gst/matroska/matroska.vcproj
25371         * gst/median/median.vcproj
25372         * gst/mixmatrix/mixmatrix.vcproj
25373         * gst/mpeg1sys/mpeg1systemencode.vcproj
25374         * gst/mpeg1videoparse/mp1videoparse.vcproj
25375         * gst/mpeg2sub/mpeg2subt.vcproj
25376         * gst/mpegaudio/mpegaudio.vcproj
25377         * gst/mpegaudioparse/mpegaudioparse.vcproj
25378         * gst/mpegstream/mpegstream.vcproj
25379         * gst/multifilesink/multifilesink.vcproj
25380         * gst/multipart/multipart.vcproj
25381         * gst/oneton/oneton.vcproj
25382         * gst/overlay/overlay.vcproj
25383         * gst/passthrough/passthrough.vcproj
25384         * gst/qtdemux/qtdemux.vcproj
25385         * gst/realmedia/rmdemux.vcproj
25386         * gst/rtjpeg/rtjpeg.vcproj
25387         * gst/rtp/rtp.vcproj
25388         * gst/silence/silence.vcproj
25389         * gst/sine/sinesrc.vcproj
25390         * gst/smooth/smooth.vcproj
25391         * gst/smpte/smpte.vcproj
25392         * gst/spectrum/spectrum.vcproj
25393         * gst/speed/speed.vcproj
25394         * gst/stereo/stereo.vcproj
25395         * gst/switch/switch.vcproj
25396         * gst/tags/tagedit.vcproj
25397         * gst/tcp/tcp.vcproj
25398         * gst/typefind/typefindfunctions.vcproj
25399         * gst/udp/udp.vcproj
25400         * gst/videobox/videobox.vcproj
25401         * gst/videocrop/videocrop.vcproj
25402         * gst/videodrop/videodrop.vcproj
25403         * gst/videofilter/gamma.vcproj
25404         * gst/videofilter/videobalance.vcproj
25405         * gst/videofilter/videofilter.vcproj
25406         * gst/videofilter/videoflip.vcproj
25407         * gst/videoflip/videoflip.vcproj
25408         * gst/videomixer/videomixer.vcproj
25409         * gst/videorate/videorate.vcproj
25410         * gst/videoscale/videoscale.vcproj
25411         * gst/videotestsrc/videotestsrc.vcproj
25412         * gst/virtualdub/virtualdub.vcproj
25413         * gst/volenv/volenv.vcproj
25414         * gst/volume/volume.vcproj
25415         * gst/wavenc/wavenc.vcproj
25416         * gst/wavparse/wavparse.vcproj
25417         * gst/y4m/y4menc.vcproj
25418           more plugins supported under windows
25419
25420 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
25421
25422         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25423         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
25424         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
25425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25426         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
25427           Add debugging statements.  Use the sizes as returned by the
25428           *CreateImage calls.
25429
25430 2004-07-26  Johan Dahlin  <johan@gnome.org>
25431
25432         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
25433         the pad is negotiated.
25434
25435         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
25436
25437 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
25438
25439         * gst-libs/gst/colorbalance/colorbalance.vcproj:
25440         * gst-libs/gst/idct/idct.vcproj:
25441         * gst-libs/gst/media-info/media-info.vcproj:
25442         * gst-libs/gst/mixer/mixer.vcproj:
25443         * gst-libs/gst/navigation/navigation.vcproj:
25444         * gst-libs/gst/play/play.vcproj:
25445         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
25446         * gst-libs/gst/resample/resample.vcproj:
25447         * gst-libs/gst/tuner/tuner.vcproj:
25448         * gst-libs/gst/video/video.vcproj:
25449         * gst-libs/gst/xoverlay/xoverlay.vcproj:
25450           more plugins supported under windows
25451
25452 2004-07-25 Iain <iain@prettypeople.org>
25453
25454         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
25455         pad now rather than when the pad is created because state changes wipe
25456         explicit caps (fixes #148043).
25457
25458 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
25459
25460         reviewed by Benjamin Otte  <otte@gnome.org>
25461
25462         * ext/mad/gstmad.c:
25463           fix mad plugin crashing on Sun (fixes #148289)
25464
25465 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25466
25467         * gst/avi/avi.def:
25468         * gst/avi/avi.vcproj:
25469         * gst/matroska/matroska.def:
25470         * gst/matroska/matroska.vcproj:
25471           remove unused .def files
25472
25473 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25474
25475         * gst-libs/gst/audio/gstaudiofilter.c:
25476           Clean the local include
25477
25478 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25479
25480         * win32/gst.sln:
25481         * gst-libs/gst/audio/audio.def:
25482         * gst-libs/gst/audio/audio.vcproj:
25483         * gst-libs/gst/audio/audiofilter.vcproj:
25484         * gst-libs/gst/audio/riff.def:
25485         * gst-libs/gst/audio/riff.vcproj:
25486         * gst-libs/gst/gst-libs.def:
25487         * gst-libs/gst/gst-libs.vcproj:
25488         * gst/avi/avi.vcproj:
25489         * gst/avi/avi.vcproj:
25490           Copy the files where needed after building, cleaner projects
25491
25492 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
25493
25494         * gst/matroska/ebml-write.c:
25495           Fix some 64 bits constants to be glib friendly
25496
25497 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
25498
25499         * win32/gst.sln:
25500         * gst-libs/gst/gst-libs.def:
25501         * gst-libs/gst/gst-libs.vcproj:
25502         * gst/matroska/matroska.def:
25503         * gst/matroska/matroska.vcproj:
25504           Add the preliminary canvas to build plugins on Win32
25505
25506 2004-07-23  Benjamin Otte  <otte@gnome.org>
25507
25508         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25509           don't enfore negotiation from source side, it breaks
25510           sinesrc ! audioconvert ! osssink
25511
25512 2004-07-22  David Schleef  <ds@schleef.org>
25513
25514         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
25515         for ELF files, since they can easily be recognized as audio/mpeg.
25516         (bug #147441)
25517
25518 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25519
25520         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
25521         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
25522         (gst_videoscale_scale_nearest_24bit),
25523         (gst_videoscale_scale_nearest_16bit):
25524           fix 16bit and 24bit for stride (24bit might need testing)
25525           don't pretend we do more than one algorithm
25526
25527 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25528
25529         * configure.ac:
25530         * gst/Makefile.am:
25531         * gst/multifilesink/Makefile.am:
25532         * gst/multifilesink/gstmultifilesink.c:
25533         (gst_multifilesink_get_formats),
25534         (gst_multifilesink_get_query_types), (_do_init),
25535         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
25536         (gst_multifilesink_init), (gst_multifilesink_dispose),
25537         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
25538         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
25539         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
25540         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
25541         (gst_multifilesink_chain), (gst_multifilesink_change_state),
25542         (gst_multifilesink_uri_get_type),
25543         (gst_multifilesink_uri_get_protocols),
25544         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
25545         (gst_multifilesink_uri_handler_init), (plugin_init):
25546         * gst/multifilesink/gstmultifilesink.h:
25547         * testsuite/Makefile.am:
25548         * testsuite/multifilesink/Makefile.am:
25549         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
25550         (gst_newmedia_class_init), (gst_newmedia_init),
25551         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
25552         (newfile_signal), (test_signal), (main):
25553         multifilesink plugin for creating new files every time a new media
25554         discontinuity event occurs
25555
25556 2004-07-22  Wim Taymans  <wim@fluendo.com>
25557
25558         * gst/alpha/Makefile.am:
25559         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
25560         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
25561         (gst_alpha_color_init), (gst_alpha_color_set_property),
25562         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
25563         (transform), (gst_alpha_color_chain),
25564         (gst_alpha_color_change_state), (plugin_init):
25565         Stupid plugin to to RGBA to AYUV conversion because none of
25566         the colorspace plugins can handle that yet.
25567
25568 2004-07-22  Wim Taymans  <wim@fluendo.com>
25569
25570         * examples/seeking/seek.c: (update_scale), (main):
25571         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25572         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25573         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25574         (gst_decode_bin_init), (gst_decode_bin_dispose),
25575         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25576         (no_more_pads), (close_link), (type_found),
25577         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25578         (plugin_init):
25579         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25580         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25581         (gst_play_base_bin_dispose), (queue_overrun),
25582         (gen_preroll_element), (remove_prerolls), (unknown_type),
25583         (no_more_pads), (new_stream), (setup_source),
25584         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25585         (play_base_eos), (gst_play_base_bin_change_state),
25586         (gst_play_base_bin_add_element),
25587         (gst_play_base_bin_remove_element),
25588         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25589         (gst_play_base_bin_unlink_stream),
25590         (gst_play_base_bin_get_streaminfo):
25591         * gst/playback/gstplaybin.c: (gen_video_element),
25592         (gen_audio_element):
25593         * gst/playback/gststreaminfo.h:
25594         More playback updates, attempt to fix things after the state change
25595         breakage.
25596
25597 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25598
25599         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
25600         (gst_videoscale_scale_nearest_16bit):
25601           comment algorithm
25602
25603 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25604
25605         * gst/videotestsrc/gstvideotestsrc.c:
25606         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
25607         (gst_videotestsrc_init), (gst_videotestsrc_get),
25608         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
25609         (gst_videotestsrc_get_property):
25610         * gst/videotestsrc/gstvideotestsrc.h:
25611         * gst/videotestsrc/videotestsrc.c:
25612         * gst/videotestsrc/videotestsrc.h:
25613           cleanup and commenting
25614
25615 2004-07-21  Wim Taymans  <wim@fluendo.com>
25616
25617         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
25618         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
25619         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
25620         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
25621         (_find_chain_get_unknown_part), (_find_streams_check),
25622         (gst_ogg_demux_push), (gst_ogg_pad_push):
25623         * ext/theora/theoradec.c: (theora_get_formats),
25624         (theora_dec_src_convert), (theora_dec_sink_convert),
25625         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
25626         (theora_dec_chain):
25627         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25628         (vorbis_dec_convert), (vorbis_dec_src_query),
25629         (vorbis_dec_src_event), (vorbis_dec_event):
25630         More seeking fixes, oggdemux now supports seeking to time and
25631         uses the downstream element to convert granulepos to time.
25632         Seeking in theora-only ogg files now works.
25633
25634 2004-07-21  Wim Taymans  <wim@fluendo.com>
25635
25636         * ext/theora/theoradec.c: (gst_theora_dec_init),
25637         (theora_get_formats), (theora_get_event_masks),
25638         (theora_get_query_types), (theora_dec_src_convert),
25639         (theora_dec_sink_convert), (theora_dec_src_query),
25640         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
25641         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
25642         (vorbis_get_event_masks), (vorbis_get_query_types),
25643         (gst_vorbis_dec_init), (vorbis_dec_convert),
25644         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
25645         Added query/convert/formats functions to vorbis and theora decoders
25646         so that the outside world can use them too. Fixed seeking on an
25647         ogg/theora/vorbis file by disabling the seeking seeking on the
25648         theora srcpad.
25649
25650 2004-07-21  Julien MOUTTE  <julien@moutte.net>
25651
25652         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
25653         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
25654         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
25655         images creation for both elements. We don't create the image on caps
25656         nego or renego, we just destroy the internal one if present if it does
25657         not match the needs. The chain function takes care of creating a new
25658         image when needed.
25659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
25660         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
25661         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
25662         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
25663         the image format information. The buffer pool checks for the context
25664         image format and discard images with different formats.
25665         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
25666
25667 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25668
25669         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25670         (gst_ffmpegcolorspace_chain):
25671           no point in doing any chaining if the pad we want to push from
25672           isn't usable.
25673
25674 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25675
25676         * gst-libs/gst/riff/riff-media.c:
25677         (gst_riff_create_audio_caps_with_data):
25678           Fix double end-to-native symbol conversion (#148021).
25679
25680 2004-07-20  David Schleef  <ds@schleef.org>
25681
25682         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
25683         Don't use an Atom that doesn't exist.
25684
25685 2004-07-20  Wim Taymans  <wim@fluendo.com>
25686
25687         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25688         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25689         (gst_multifdsink_client_remove),
25690         (gst_multifdsink_handle_client_write),
25691         (gst_multifdsink_queue_buffer):
25692         * gst/tcp/gstmultifdsink.h:
25693         More multifdsink stats. Avoid deadlock by releasing locks
25694         before sending out a signal.
25695
25696 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25697
25698         * po/LINGUAS:
25699         * po/hu.po:
25700           added Hungarian translation (Laszlo Dvornik)
25701
25702 2004-07-20  Wim Taymans  <wim@fluendo.com>
25703
25704         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25705         (gst_multifdsink_add), (gst_multifdsink_client_remove),
25706         (gst_multifdsink_handle_client_write),
25707         (gst_multifdsink_queue_buffer):
25708         * gst/tcp/gsttcp-marshal.list:
25709         Fixed the stupid marshal definition.
25710
25711 2004-07-20  Wim Taymans  <wim@fluendo.com>
25712
25713         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25714         (gst_multifdsink_init), (gst_multifdsink_add),
25715         (gst_multifdsink_client_remove),
25716         (gst_multifdsink_handle_client_write),
25717         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
25718         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
25719         (gst_multifdsink_init_send):
25720         * gst/tcp/gstmultifdsink.h:
25721         Added more stats, added timeout for a client, fixed some typos
25722         and added some comments.
25723
25724 2004-07-20  Wim Taymans  <wim@fluendo.com>
25725
25726         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
25727         (gst_multifdsink_add), (gst_multifdsink_get_stats),
25728         (gst_multifdsink_client_remove),
25729         (gst_multifdsink_handle_client_write):
25730         * gst/tcp/gstmultifdsink.h:
25731         * gst/tcp/gsttcp-marshal.list:
25732         Added get_stats method that returns a GValueArray of
25733         stats values.
25734
25735 2004-07-19  Benjamin Otte  <otte@gnome.org>
25736
25737         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
25738           make sure longname, description and author are valid UTF-8
25739
25740 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25741
25742         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
25743         (gst_ximagesink_set_property):
25744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
25745         (gst_xvimagesink_set_property):
25746           make sure SYNCHRONOUS is respected after getting the X context
25747
25748 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25749
25750         * gst/matroska/matroska-demux.c:
25751         (gst_matroska_demux_handle_src_event),
25752         (gst_matroska_demux_parse_blockgroup):
25753         * gst/matroska/matroska-ids.h:
25754           add BlockReference tag and ignore it to clear out log.
25755           ignore NAVIGATION events to clear out log.
25756
25757 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
25758
25759         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
25760         (gst_matroska_demux_add_stream):
25761         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
25762           add debug categories
25763
25764 2004-07-16  Wim Taymans  <wim@fluendo.com>
25765
25766         * ext/libpng/Makefile.am:
25767         * ext/libpng/gstpng.c: (plugin_init):
25768         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
25769         (gst_pngdec_get_type), (gst_pngdec_base_init),
25770         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
25771         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
25772         * ext/libpng/gstpngdec.h:
25773         Added png decoder.
25774
25775 2004-07-16  Julien MOUTTE  <julien@moutte.net>
25776
25777         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
25778         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
25779         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
25780         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
25781         (gst_ximagesink_buffer_alloc):
25782         * sys/ximage/ximagesink.h:
25783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25784         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
25785         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25786         (gst_xvimagesink_buffer_alloc):
25787         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
25788         again. Using internal data pointer of the x(v)image to store image's
25789         data to be coherent with the buffer alloc mechanism. Investigated the
25790         image destruction code to be sure that everything gets freed correctly.
25791
25792 2004-07-16  Wim Taymans  <wim@fluendo.com>
25793
25794         * gst-libs/gst/riff/riff-read.c:
25795         (gst_riff_read_strf_vids_with_data),
25796         (gst_riff_read_strf_auds_with_data):
25797         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25798         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
25799         Make sure we don't create 0 sized subbuffers in riff-read.
25800         Signal the no more pads signal after reading the avi header.
25801
25802 2004-07-16  Wim Taymans  <wim@fluendo.com>
25803
25804         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25805         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
25806         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
25807         (gst_decode_bin_init), (gst_decode_bin_dispose),
25808         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
25809         (no_more_pads), (close_link), (type_found),
25810         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25811         (gst_decode_bin_change_state), (plugin_init):
25812         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25813         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25814         (gst_play_base_bin_dispose), (queue_overrun),
25815         (gen_preroll_element), (remove_prerolls), (unknown_type),
25816         (no_more_pads), (new_stream), (setup_source),
25817         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25818         (play_base_eos), (gst_play_base_bin_change_state),
25819         (gst_play_base_bin_add_element),
25820         (gst_play_base_bin_remove_element),
25821         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25822         (gst_play_base_bin_unlink_stream),
25823         (gst_play_base_bin_get_streaminfo):
25824         * gst/playback/gstplaybasebin.h:
25825         Better error recovery. Added configurable preroll queue size. Faster
25826         detection of no-more-pads.
25827
25828 2004-07-16  Wim Taymans  <wim@fluendo.com>
25829
25830         * gst-libs/gst/video/video.h:
25831         Added 32 bits RGBA. Not sure if we should use another mime-type
25832         for alpha rgb. Currently the presence of the alpha_mask property
25833         signals an alpha channel.
25834
25835 2004-07-16  Wim Taymans  <wim@fluendo.com>
25836
25837         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25839         FPS seems to be 0.0 to MAX everywhere else.
25840
25841 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25842
25843         * gst-libs/gst/riff/riff-media.c:
25844         (gst_riff_create_video_caps_with_data):
25845           mp42/mp43 (no caps) exist too.
25846         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
25847           Set pixel_width/height; we've got them in-caps.
25848         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25849         * gst/wavparse/gstwavparse.c: (plugin_init):
25850           Both are valid primary.
25851         * sys/oss/gstossmixer.c:
25852           Remove i18n hack and enable translations.
25853
25854 2004-07-15  Benjamin Otte  <otte@gnome.org>
25855
25856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
25857         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
25858           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
25859
25860 2004-07-15  Benjamin Otte  <otte@gnome.org>
25861
25862         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25863         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
25864         (gst_alsa_close_audio):
25865           disable some of the debugging code for now. Writing debugging to a
25866           buffer is broken in current alsalib releases.
25867
25868 2004-07-12  Benjamin Otte  <otte@gnome.org>
25869
25870         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
25871           use bufferpools
25872
25873 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
25874
25875         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
25876         (theora_dec_src_query), (theora_dec_event):
25877         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
25878           add debugging categories.  Remove \n's.
25879
25880 2004-07-13  Johan Dahlin  <johan@gnome.org>
25881
25882         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
25883         (gst_play_bin_get_property): Impl.
25884
25885 2004-07-13  Wim Taymans  <wim@fluendo.com>
25886
25887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
25888         When trying to find the stream length, seek back N pages
25889         instead of just one, where N is the number of streams in
25890         the current chain.
25891
25892 2004-07-13  Wim Taymans  <wim@fluendo.com>
25893
25894         * gst-libs/gst/riff/riff-media.c:
25895         (gst_riff_create_audio_caps_with_data),
25896         (gst_riff_create_audio_caps),
25897         (gst_riff_create_audio_template_caps):
25898         * gst-libs/gst/riff/riff-media.h:
25899         * gst-libs/gst/riff/riff-read.c:
25900         (gst_riff_read_strf_vids_with_data),
25901         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
25902         * gst-libs/gst/riff/riff-read.h:
25903         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
25904         (gst_avi_demux_add_stream):
25905         Set codec_data on caps for avidemuxer.
25906
25907 2004-07-12  David Schleef  <ds@schleef.org>
25908
25909         * configure.ac: Fix test for Objective C
25910
25911 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
25912         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
25913         (gst_gdk_pixbuf_chain):
25914           Add svg and pcx to template caps, and ensure that getcaps returns a
25915           subset of the template caps.
25916           Copy each row manually for output, as gdkpixbuf may pad the
25917           rowstride to a 32-bit word boundary.
25918
25919 2004-07-12  Wim Taymans  <wim@fluendo.com>
25920
25921         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
25922         (gst_riff_create_video_template_caps):
25923         Fix the template caps to include some more media types.
25924
25925 2004-07-12  Wim Taymans  <wim@fluendo.com>
25926
25927         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25928         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25929         (compare_ranks), (print_feature), (gst_decode_bin_init),
25930         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25931         (try_to_link_1), (new_pad), (close_link), (type_found),
25932         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25933         (gst_decode_bin_change_state), (plugin_init):
25934         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25935         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25936         (gst_play_base_bin_dispose), (queue_overrun),
25937         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25938         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25939         (gst_play_base_bin_get_property), (play_base_eos),
25940         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25941         (gst_play_base_bin_remove_element),
25942         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25943         (gst_play_base_bin_unlink_stream),
25944         (gst_play_base_bin_get_streaminfo):
25945         * gst/playback/gstplaybasebin.h:
25946         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25947         (gst_play_bin_class_init), (gst_play_bin_init),
25948         (gst_play_bin_dispose), (gst_play_bin_set_property),
25949         (gst_play_bin_get_property), (gen_video_element),
25950         (gen_audio_element), (remove_sinks), (setup_sinks),
25951         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
25952         (gst_play_bin_send_event), (gst_play_bin_get_formats),
25953         (gst_play_bin_convert), (gst_play_bin_get_query_types),
25954         (gst_play_bin_query), (plugin_init):
25955         * gst/playback/test4.c: (main):
25956         More fixes on reusing of the element.
25957
25958 2004-07-11  Benjamin Otte  <otte@gnome.org>
25959
25960         * ext/mad/gstmad.c: (normal_seek):
25961           allow seeking for other methods than just SET
25962
25963 2004-07-11  Andy Wingo  <wingo@pobox.com>
25964
25965         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
25966         float, "any" caps -> buffer_frames=[0,MAX].
25967
25968         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
25969         doesn't intersect our caps with the template any more. Do it
25970         ourselves.
25971         (interleave_buffered_loop): Use g_newa instead of malloc/free.
25972
25973 2004-07-09  Wim Taymans  <wim@fluendo.com>
25974
25975         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
25976         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
25977         (compare_ranks), (print_feature), (gst_decode_bin_init),
25978         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
25979         (try_to_link_1), (new_pad), (close_link), (type_found),
25980         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
25981         (gst_decode_bin_change_state), (plugin_init):
25982         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25983         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
25984         (gst_play_base_bin_dispose), (queue_overrun),
25985         (gen_preroll_element), (remove_prerolls), (no_more_pads),
25986         (new_stream), (setup_source), (gst_play_base_bin_set_property),
25987         (gst_play_base_bin_get_property), (play_base_eos),
25988         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25989         (gst_play_base_bin_remove_element),
25990         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
25991         (gst_play_base_bin_unlink_stream),
25992         (gst_play_base_bin_get_streaminfo):
25993         * gst/playback/gstplaybasebin.h:
25994         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
25995         (gst_play_bin_class_init), (gst_play_bin_init),
25996         (gst_play_bin_dispose), (gst_play_bin_set_property),
25997         (gst_play_bin_get_property), (gen_video_element),
25998         (gen_audio_element), (remove_sinks), (setup_sinks),
25999         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
26000         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26001         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26002         (gst_play_bin_query), (plugin_init):
26003         * gst/playback/test4.c: (main):
26004         Work on object reuse and seeking.
26005
26006 2004-07-09  Wim Taymans  <wim@fluendo.com>
26007
26008         * examples/seeking/seek.c: (iterate):
26009         Don't consume all CPU in the idle loop.
26010
26011 2004-07-09  Wim Taymans  <wim@fluendo.com>
26012
26013         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
26014         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
26015         Add pad to element *after* setting the pad functions so that
26016         the scheduler can use the correct ones.
26017
26018 2004-07-09  Wim Taymans  <wim@fluendo.com>
26019
26020         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26021         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
26022         Sync to keyframe after seek
26023
26024 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26025
26026         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26027         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26028         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
26029         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
26030         * ext/libvisual/visual.c: (gst_visual_change_state):
26031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
26032         * ext/theora/theoradec.c: (theora_dec_change_state):
26033         * ext/theora/theoraenc.c: (theora_enc_change_state):
26034         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
26035         * gst-libs/gst/navigation/navigation.c:
26036         * gst/adder/gstadder.c: (gst_adder_change_state):
26037         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
26038         (gst_audio_convert_get_buffer):
26039         * gst/multipart/multipartdemux.c:
26040         (gst_multipart_demux_change_state):
26041         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
26042         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26043         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26044         * gst/videoscale/gstvideoscale.c:
26045         (gst_videoscale_handle_src_event):
26046         * gst/volume/gstvolume.c: (volume_chain_int16):
26047           don't assert in state change, this should be done by the base
26048           GstElement class.
26049           various debugging fixes.
26050
26051 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26052
26053         * configure.ac:
26054         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26055         (gst_play_dispose), (gst_play_set_location),
26056         (gst_play_set_data_src), (gst_play_set_video_sink),
26057         (gst_play_set_audio_sink), (gst_play_set_visualization),
26058         (gst_play_connect_visualization), (gst_play_get_sink_element),
26059         (gst_play_get_all_by_interface):
26060         * gst-libs/gst/play/play.h:
26061           add new method to get elements implementing an interface.
26062           add various error logging
26063
26064 2004-07-08  Wim Taymans  <wim@fluendo.com>
26065
26066         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
26067         (make_mpeg_pipeline), (make_mpegnt_pipeline),
26068         (make_playerbin_pipeline), (query_durations_elems),
26069         (query_durations_pads), (query_positions_elems),
26070         (query_positions_pads), (update_scale), (iterate), (stop_seek),
26071         (main):
26072         Added playbin seeking example.
26073
26074 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26075
26076         * gst-libs/gst/play/play.c: (gst_play_set_location),
26077         (gst_play_set_data_src), (gst_play_set_video_sink),
26078         (gst_play_set_audio_sink), (gst_play_set_visualization),
26079         (gst_play_connect_visualization), (gst_play_get_framerate):
26080           use a macro to look up elements from hash table
26081
26082 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26083
26084         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
26085         (gst_play_get_length_callback), (gst_play_set_location),
26086         (gst_play_seek_to_time), (gst_play_set_data_src),
26087         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26088         (gst_play_set_visualization), (gst_play_connect_visualization),
26089         (gst_play_get_sink_element):
26090         - add debugging info
26091         - fix looking up sink elements by iterating over complete caps
26092         - put everything except for source and autoplugger in a complete bin
26093
26094 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26095
26096         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
26097         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
26098         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
26099         (gst_alsa_sink_write), (gst_alsa_sink_loop):
26100         * ext/alsa/gstalsasink.h:
26101         - add debugging info
26102         - clean up schizophrenia of data/buffer/event
26103         - fix double event unref error
26104
26105 2004-07-08  Wim Taymans  <wim@fluendo.com>
26106
26107         * gst/playback/Makefile.am:
26108         Add headers to noinst
26109
26110 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26111
26112         * tools/gst-launch-ext-m.m:
26113         * tools/gst-launch-ext.1.in:
26114           convert to the third millenium
26115
26116 2004-07-07  David Schleef  <ds@schleef.org>
26117
26118         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
26119
26120 2004-07-07  Wim Taymans  <wim@fluendo.com>
26121
26122         * gst/playback/Makefile.am:
26123         * gst/playback/README:
26124         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26125         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26126         (compare_ranks), (print_feature), (gst_decode_bin_init),
26127         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
26128         (try_to_link_1), (new_pad), (close_link), (type_found),
26129         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
26130         (plugin_init):
26131         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
26132         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
26133         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
26134         (gen_preroll_element), (no_more_pads), (new_stream),
26135         (setup_source), (gst_play_base_bin_set_property),
26136         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
26137         (gst_play_base_bin_add_element),
26138         (gst_play_base_bin_remove_element),
26139         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
26140         (gst_play_base_bin_unlink_stream),
26141         (gst_play_base_bin_get_streaminfo):
26142         * gst/playback/gstplaybasebin.h:
26143         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26144         (gst_play_bin_class_init), (gst_play_bin_init),
26145         (gst_play_bin_dispose), (gst_play_bin_set_property),
26146         (gst_play_bin_get_property), (gen_video_element),
26147         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
26148         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
26149         (gst_play_bin_get_formats), (gst_play_bin_convert),
26150         (gst_play_bin_get_query_types), (gst_play_bin_query),
26151         (plugin_init):
26152         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
26153         (gst_stream_info_get_type), (gst_stream_info_class_init),
26154         (gst_stream_info_init), (gst_stream_info_new),
26155         (gst_stream_info_dispose), (gst_stream_info_set_property),
26156         (gst_stream_info_get_property):
26157         * gst/playback/gststreaminfo.h:
26158         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26159         (main):
26160         * gst/playback/test2.c: (main):
26161         * gst/playback/test3.c: (update_scale), (main):
26162         More playbin fixes. Added README. Do better element filtering.
26163         Added base class to preroll media. Added test apps.
26164
26165 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
26166
26167         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
26168         * ext/mpeg2dec/gstmpeg2dec.h:
26169           various debugging improvements.  Reset stream to next picture
26170           instead of sequence header, otherwise seeks cannot work.
26171
26172 2004-07-07  Wim Taymans  <wim@fluendo.com>
26173
26174         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
26175         (gst_video_box_class_init), (gst_video_box_set_property),
26176         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
26177         Use pad_alloc where possible.
26178
26179 2004-07-07  Wim Taymans  <wim@fluendo.com>
26180
26181         * sys/oss/gstosselement.c: (gst_osselement_reset),
26182         (gst_osselement_parse_caps):
26183         * sys/oss/gstosselement.h:
26184         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26185         Fix offset on osssrc.
26186
26187 2004-07-07  Wim Taymans  <wim@fluendo.com>
26188
26189         * ext/theora/theora.c: (plugin_init):
26190         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
26191         (theora_dec_src_query), (theora_dec_chain):
26192         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26193         (theora_enc_sink_link), (theora_buffer_from_packet),
26194         (theora_push_packet), (theora_enc_chain):
26195         Fix theora granulepos calculation.
26196         Fix overflow in duration/position calculation.
26197         Bump rank to PRIMARY for theoradec.
26198         Use granulepos of last packet to calculate position.
26199         Set keyframe flag on buffers when needed.
26200
26201 2004-07-06  David Schleef  <ds@schleef.org>
26202
26203         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
26204         serious?  (Fixed, obviously.)
26205
26206 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
26207
26208         * po/LINGUAS:
26209         * po/cs.po:
26210           added Czech translation (Miloslav Trmac)
26211
26212 2004-07-05  Wim Taymans  <wim@fluendo.com>
26213
26214         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26215         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26216         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26217         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26218         (close_link), (type_found), (gst_decode_bin_set_property),
26219         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
26220         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
26221         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
26222         (gst_decode_bin_query), (plugin_init):
26223         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26224         (gst_play_bin_class_init), (gst_play_bin_init),
26225         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
26226         (get_video_element), (new_pad), (setup_source),
26227         (gst_play_bin_set_property), (gst_play_bin_get_property),
26228         (gst_play_bin_change_state), (gst_play_bin_add_element),
26229         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26230         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26231         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26232         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26233         * gst/playback/test.c: (main):
26234         More fixes, cleaned up playbin, make it use decodebin. Added
26235         threaded property to playbin.
26236
26237 2004-07-05  Wim Taymans  <wim@fluendo.com>
26238
26239         * configure.ac:
26240         * gst/playback/Makefile.am:
26241         * gst/playback/decodetest.c: (main):
26242         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
26243         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
26244         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
26245         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
26246         (close_link), (type_found), (gst_decode_bin_set_property),
26247         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
26248         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
26249         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
26250         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
26251         (plugin_init):
26252         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
26253         (gst_play_bin_class_init), (gst_play_bin_init),
26254         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
26255         (collect_sink_pads), (find_compatibles), (close_pad_link),
26256         (try_to_link_1), (new_pad), (close_link), (type_found),
26257         (setup_source), (gst_play_bin_set_property),
26258         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
26259         (compare_ranks), (gst_play_bin_collect_factories),
26260         (gst_play_bin_change_state), (gst_play_bin_add_element),
26261         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
26262         (gst_play_bin_send_event), (gst_play_bin_get_formats),
26263         (gst_play_bin_convert), (gst_play_bin_get_query_types),
26264         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
26265         * gst/playback/test.c: (main):
26266         Added some playback helper elements and some test apps, very alpha
26267         still.
26268
26269 2004-07-04  Benjamin Otte  <otte@gnome.org>
26270
26271         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26272           only restart audio when we indeed have an xrun to fix repeated
26273           xruns. Fix suggested by Giuliano Pochini.
26274
26275 2004-07-03  David Schleef  <ds@schleef.org>
26276
26277         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
26278         call to gst_debug_log() if debugging is disabled (bug #145118)
26279
26280 2004-07-03  Benjamin Otte  <otte@gnome.org>
26281
26282         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
26283           use our own functions for restarting the alsa device.
26284         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26285           I should apply patches myself - use MIN for the third argument, not
26286           the second, this fixes seeking
26287
26288 2004-07-02  David Schleef  <ds@schleef.org>
26289
26290         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
26291         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
26292         do with the logic.
26293
26294 2004-07-02  David Schleef  <ds@schleef.org>
26295
26296         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
26297         output buffers.  Fix logic mistake.  (bug #144866)
26298
26299 2004-07-02  David Schleef  <ds@schleef.org>
26300
26301         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
26302         on X.  (bug #144753)
26303
26304 2004-07-02  David Schleef  <ds@schleef.org>
26305
26306         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
26307         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
26308         (bug #144624)
26309         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26310         (gst_osselement_rate_probe_check): Add another workaround for
26311         buggy drivers (bug #145336)
26312
26313 2004-07-02  David Schleef  <ds@schleef.org>
26314
26315         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
26316         Most systems don't have MSG_NOSIGNAL.
26317
26318 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
26319
26320         * Makefile.am:
26321         * gst-libs/gst/colorbalance/Makefile.am:
26322         * gst-libs/gst/mixer/Makefile.am:
26323         * gst-libs/gst/play/Makefile.am:
26324         * gst-libs/gst/tuner/Makefile.am:
26325           (hopefully) fix both install and dist and make error message useful.
26326           needs testing across automakes.
26327
26328 2004-07-02  Benjamin Otte  <otte@gnome.org>
26329
26330         * ext/ogg/gstogg.c: (plugin_init):
26331           we require bytestream now
26332         * ext/ogg/gstoggdemux.c:
26333           huge diff to implement chain setup in a fast and generic way. This
26334           improves tag reading and startup of huge files (read: Theora videos)
26335           quite a bit. It probably contains bugs, too, so please test.
26336           Seeking is not improved to the fast method.
26337
26338 2004-06-29  Wim Taymans  <wim@fluendo.com>
26339
26340         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26341         * ext/ogg/gstoggmux.c:
26342         Fix memleak in oggdemux when running unconnected pads.
26343         doc update in mux, start working on keyframe mode.
26344
26345 2004-06-29  Benjamin Otte  <otte@gnome.org>
26346
26347         * sys/oss/gstosssink.c:
26348         * sys/oss/gstosssrc.c:
26349           advertise correct template caps - we indeed do non-native endianness
26350           and 8bit audio has no endianness
26351         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
26352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
26353           avoid (wrong) duplications in getcaps function and return
26354           template caps
26355
26356 2004-06-29  Wim Taymans  <wim@fluendo.com>
26357
26358         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26359         (gst_multifdsink_class_init), (gst_multifdsink_add),
26360         (gst_multifdsink_remove), (gst_multifdsink_clear),
26361         (gst_multifdsink_client_remove),
26362         (gst_multifdsink_handle_client_read),
26363         (gst_multifdsink_client_queue_data),
26364         (gst_multifdsink_client_queue_caps),
26365         (gst_multifdsink_client_queue_buffer),
26366         (gst_multifdsink_handle_client_write),
26367         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26368         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26369         (gst_multifdsink_init_send), (gst_multifdsink_close):
26370         Fix wrong GList iteration that could crash the server when
26371         more then 2 clients disconnect at the same time. Read all the
26372         pending commands in one batch to recover from command storms under
26373         very heavy load.
26374
26375 2004-06-28  Wim Taymans  <wim@fluendo.com>
26376
26377         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
26378         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
26379         (gst_videomixer_pad_set_property),
26380         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
26381         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
26382         (gst_videomixer_class_init), (gst_videomixer_init),
26383         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
26384         (pad_zorder_compare), (gst_videomixer_sort_pads),
26385         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
26386         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
26387         (gst_videomixer_update_queues), (gst_videomixer_loop),
26388         (plugin_init):
26389         Avoid divide by zero, choose masterpad as the pad with the highest
26390         framerate.
26391
26392 2004-06-27  Julien Moutte  <julien@moutte.net>
26393
26394         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26395         (gst_ximagesink_xwindow_new):
26396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26397         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
26398         function directly. We might want to call it from somewhere else one day.
26399
26400 2004-06-27  Julien Moutte  <julien@moutte.net>
26401
26402         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
26403         (gst_ximagesink_xwindow_new):
26404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
26405         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
26406         window decorations.
26407
26408 2004-06-27  Wim Taymans  <wim@fluendo.com>
26409
26410         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
26411         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
26412         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
26413         (gst_dvdec_set_property), (gst_dvdec_get_property):
26414         * ext/dv/gstdvdec.h:
26415         Implement drop_factor property to lower the framerate with
26416         a factor.
26417
26418 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26419
26420         * gst-libs/gst/colorbalance/Makefile.am:
26421         * gst-libs/gst/mixer/Makefile.am:
26422         * gst-libs/gst/play/Makefile.am:
26423         * gst-libs/gst/tuner/Makefile.am:
26424           unbreak Company's fix that didn't install the -enum.h files
26425
26426 2004-06-27  Wim Taymans  <wim@fluendo.com>
26427
26428         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
26429         (gst_dvdec_change_state):
26430         * ext/dv/gstdvdec.h:
26431         Fix timestamp, duration and offset of the buffers.
26432
26433 2004-06-27  Wim Taymans  <wim@fluendo.com>
26434
26435         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26436         (gst_multifdsink_class_init), (gst_multifdsink_add),
26437         (gst_multifdsink_remove), (gst_multifdsink_clear),
26438         (gst_multifdsink_client_remove),
26439         (gst_multifdsink_handle_client_read),
26440         (gst_multifdsink_client_queue_data),
26441         (gst_multifdsink_client_queue_caps),
26442         (gst_multifdsink_client_queue_buffer),
26443         (gst_multifdsink_handle_client_write),
26444         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26445         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26446         (gst_multifdsink_init_send), (gst_multifdsink_close):
26447         * gst/tcp/gstmultifdsink.h:
26448         * gst/tcp/gsttcpserversink.c:
26449         (gst_tcpserversink_handle_server_read),
26450         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
26451         More multifdsink fixes, more recovery policy fixes.
26452         Removed stupid g_print
26453
26454 2004-06-26  Wim Taymans  <wim@fluendo.com>
26455
26456         * gst/tcp/Makefile.am:
26457         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
26458         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
26459         (gst_multifdsink_class_init), (gst_multifdsink_init),
26460         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
26461         (gst_multifdsink_handle_client_read),
26462         (gst_multifdsink_client_queue_data),
26463         (gst_multifdsink_client_queue_caps),
26464         (gst_multifdsink_client_queue_buffer),
26465         (gst_multifdsink_handle_client_write),
26466         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
26467         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
26468         (gst_multifdsink_chain), (gst_multifdsink_set_property),
26469         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
26470         (gst_multifdsink_close), (gst_multifdsink_change_state):
26471         * gst/tcp/gstmultifdsink.h:
26472         * gst/tcp/gsttcpplugin.c: (plugin_init):
26473         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
26474         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
26475         (gst_tcpserversink_handle_server_read),
26476         (gst_tcpserversink_handle_select),
26477         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
26478         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
26479         * gst/tcp/gsttcpserversink.h:
26480         Added multifdsink, made tcpserversink a subclass of fdsink, removed
26481         one of the locks, added recovery policy to multifdsink.
26482
26483 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26484
26485         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26486           fix decision for when getting frames with same timestamp
26487         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26488         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26489         (gst_v4lsrc_get_property):
26490         * sys/v4l/gstv4lsrc.h:
26491           add latency offset property
26492
26493 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26494
26495         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
26496         (plugin_init):
26497           fix debugging. add category.
26498
26499 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26500
26501         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
26502           fix wrong offsets
26503
26504 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26505
26506         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26507         (gst_alsa_src_get_time), (gst_alsa_src_loop),
26508         (gst_alsa_src_change_state):
26509           return a time that is in sync with the element's processing
26510
26511 2004-06-25  Wim Taymans  <wim@fluendo.com>
26512
26513         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26514         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
26515         (gst_tcpserversink_client_remove),
26516         (gst_tcpserversink_handle_client_read),
26517         (gst_tcpserversink_client_queue_data),
26518         (gst_tcpserversink_client_queue_caps),
26519         (gst_tcpserversink_client_queue_buffer),
26520         (gst_tcpserversink_handle_client_write),
26521         (gst_tcpserversink_queue_buffer),
26522         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
26523         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
26524         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
26525         (gst_tcpserversink_close):
26526         * gst/tcp/gsttcpserversink.h:
26527         Serversink rewrite. Really do non blocking writes to clients and
26528         maintain an internal queue to handle slower clients while not
26529         disturbing fast clients.
26530
26531 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
26532
26533         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
26534           better debug, don't override OFFSET and OFFSET_END
26535
26536 2004-06-25  Iain <iain@prettypeople.org>
26537
26538         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
26539         name=source for the wavparse pipeline.
26540
26541 2004-06-24  Johan Dahlin  <johan@gnome.org>
26542
26543         * ext/theora/theoraenc.c (theora_enc_chain): Call
26544         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
26545         streamheader caps are set correctly.
26546
26547 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26548
26549         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26550         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
26551           respect minimum bitrate; same could be done for max bitrate
26552
26553 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26554
26555         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
26556         (gst_vorbisenc_setup):
26557           fix sample rate range
26558
26559 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26560
26561         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
26562         (gst_oggvorbisenc_setup):
26563         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26564         (gst_vorbisenc_setup):
26565           resolve ambiguities in code and description
26566
26567 2004-06-24  Wim Taymans  <wim@fluendo.com>
26568
26569         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
26570         * ext/alsa/gstalsa.h:
26571         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26572         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
26573         Use alsa trigger_tstamp to get the timestamp of the first
26574         sample in the buffer for more precise sync. Some cleanups.
26575
26576 2004-06-24  Wim Taymans  <wim@fluendo.com>
26577
26578         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
26579         (gst_audiorate_init), (gst_audiorate_chain),
26580         (gst_audiorate_set_property), (gst_audiorate_get_property):
26581         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26582         (gst_videorate_chain):
26583         Added some logging, fixed an overflow bug in videorate.
26584
26585 2004-06-24  Benjamin Otte  <otte@gnome.org>
26586
26587         * ext/kio/Makefile.am:
26588           fix for builddir != srcdir and distcheck
26589
26590 2004-06-24  Benjamin Otte  <otte@gnome.org>
26591
26592         * gst-libs/gst/colorbalance/Makefile.am:
26593         * gst-libs/gst/mixer/Makefile.am:
26594         * gst-libs/gst/play/Makefile.am:
26595         * gst-libs/gst/tuner/Makefile.am:
26596         * gst/tcp/Makefile.am:
26597         * sys/dxr3/Makefile.am:
26598           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
26599           tarball.
26600           Also add all *.list files that were missing.
26601         * Makefile.am:
26602           add a distcheck hook to ensure the above doesn't happen again.
26603
26604 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
26605
26606         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
26607
26608 2004-06-23  Colin Walters  <walters@redhat.com>
26609
26610         * m4/Makefile.am: Distribute gst-fionread.m4.
26611
26612 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26613
26614         * configure.ac: back to dev
26615
26616 2004-06-23  Wim Taymans  <wim@fluendo.com>
26617
26618         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
26619         (gst_alsa_xrun_recovery):
26620         * ext/alsa/gstalsa.h:
26621         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26622         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
26623         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
26624         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
26625         (gst_alsa_src_loop):
26626         Add clock to alsasrc. Take new capture timestamp when
26627         restarting after an overrun. Split up some functions between
26628         alsasrc and alsasink.
26629
26630 === release 0.8.2 ===
26631
26632 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26633
26634         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26635         (gst_alsa_change_state), (gst_alsa_update_avail),
26636         (gst_alsa_xrun_recovery):
26637         * ext/alsa/gstalsa.h:
26638         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26639           merge back changes from release
26640
26641 2004-06-23  Wim Taymans  <wim@fluendo.com>
26642
26643         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
26644         (gst_audiorate_init), (gst_audiorate_chain),
26645         (gst_audiorate_set_property), (gst_audiorate_get_property):
26646         Implement sample dropping and notify
26647
26648 2004-06-22  Wim Taymans  <wim@fluendo.com>
26649
26650         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26651         (theora_enc_sink_link), (theora_buffer_from_packet),
26652         (theora_push_packet), (theora_enc_chain):
26653         Some cleanups, make sure the timestamps are correct.
26654
26655 2004-06-22  Wim Taymans  <wim@fluendo.com>
26656
26657         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
26658         (gst_alsa_change_state), (gst_alsa_update_avail),
26659         (gst_alsa_xrun_recovery):
26660         * ext/alsa/gstalsa.h:
26661         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26662         Cleanups, take queued samples into account when reporting
26663         the time.
26664
26665 2004-06-22  Wim Taymans  <wim@fluendo.com>
26666
26667         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26668         (gst_videorate_init):
26669         Initialize the property as well.
26670
26671 2004-06-22  Wim Taymans  <wim@fluendo.com>
26672
26673         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
26674         (gst_videorate_init), (gst_videorate_chain),
26675         (gst_videorate_set_property), (gst_videorate_get_property):
26676         Add property to make videorate silent.
26677         Add property to prefer new frames over old ones.
26678
26679 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26680
26681         * sys/osxvideo/Makefile.am:
26682         Workaround so that the osxvideo .so file gets linked with the
26683         Cocoa, OpenGL and QuickTime frameworks
26684
26685 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26686
26687         * sys/osxaudio/Makefile.am:
26688         Workaround so that the osxaudio .so file gets linked with the
26689         CoreAudio framework
26690
26691 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26692
26693         * configure.ac:
26694         Whoops, my fault...fixed build issues
26695
26696 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26697
26698         * configure.ac:
26699         Add objective-c support if running in Darwin/Mac OS X
26700         * sys/Makefile.am:
26701         * sys/osxvideo:
26702         * sys/osxvideo/Makefile.am:
26703         * sys/osxvideo/osxvideosink.h:
26704         * sys/osxvideo/osxvideosink.m:
26705         * sys/osxvideo/cocoawindow.h:
26706         * sys/osxvideo/cocoawindow.m:
26707         Add osxvideosink, a cocoa-based osx video sink
26708
26709
26710 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
26711         * ext/dvdnav/gst-dvd:
26712         Grab the gconf key from the right spot
26713         * gst/debug/gstnavseek.c: (gst_navseek_init),
26714         (gst_navseek_segseek), (gst_navseek_handle_src_event),
26715         (gst_navseek_chain):
26716         * gst/debug/gstnavseek.h:
26717           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
26718           and loop parameters of a segment seek.
26719         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
26720         (gst_videotestsrc_get_event_masks),
26721         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
26722         * gst/videotestsrc/gstvideotestsrc.h:
26723           Add seeking support to videotestsrc
26724           Initialise the timestamp_offset variable.
26725
26726 2004-06-18  Wim Taymans  <wim@fluendo.com>
26727
26728         * ext/sidplay/gstsiddec.cc:
26729         Fix negotiation and set correct end offset.
26730
26731 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26732
26733         * configure.ac: branch and prerelease
26734
26735 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26736
26737         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
26738         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
26739         (gst_tcpclientsrc_init_receive):
26740         * gst/tcp/gsttcpclientsrc.h:
26741           read caps when connecting to server for GDP so we set them correctly
26742
26743 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26744
26745         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
26746           notify drops and duplicates
26747         * gst/videoscale/videoscale.c: (videoscale_get_structure):
26748           no good reason to limit ourselves to 100x100
26749
26750 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26751
26752         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
26753         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
26754         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26755         (gst_v4lsrc_get_property):
26756         * sys/v4l/gstv4lsrc.h:
26757         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26758         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26759         (gst_v4l_set_audio):
26760         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
26761         (gst_v4lsrc_try_capture):
26762         * sys/v4l/v4lsrc_calls.h:
26763           change try_palette to more general try_capture
26764           add autoprobe option so we can turn off autoprobing
26765           various fixes
26766
26767 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
26768
26769         * configure.ac:
26770           add videorate
26771         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
26772         (gst_ximagesink_class_init):
26773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
26774         (gst_xvimagesink_class_init):
26775           run them as finalize, not dispose, since dispose can be invoked
26776           multiple times
26777
26778 2004-06-17  Wim Taymans  <wim@fluendo.com>
26779
26780         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
26781         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
26782         * ext/alsa/gstalsa.h:
26783         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
26784         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
26785         (gst_alsa_src_change_state):
26786         * ext/alsa/gstalsasrc.h:
26787         Make the xrun code timestamp and offset the buffers correctly.
26788         moved the clock to the base class, use alsa methods to get time.
26789         Do correct timestamping on outgoing buffers.
26790
26791 2004-06-17  Wim Taymans  <wim@fluendo.com>
26792
26793         * gst/audiorate/Makefile.am:
26794         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
26795         (gst_audiorate_base_init), (gst_audiorate_class_init),
26796         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
26797         (gst_audiorate_set_property), (gst_audiorate_get_property),
26798         (gst_audiorate_change_state), (plugin_init):
26799         Added an audiorate converter that fills in gaps.
26800
26801 2004-06-17  Johan Dahlin  <johan@gnome.org>
26802
26803         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
26804
26805 2004-06-16  Wim Taymans  <wim@fluendo.com>
26806
26807         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
26808         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26809         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26810         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26811         (gst_v4lsrc_get_property):
26812         * sys/v4l/gstv4lsrc.h:
26813         Added a copy mode to v4lsrc where it will output a copied version
26814         of its internal hardware buffer.
26815         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
26816         can't | them.
26817
26818 2004-06-16  Wim Taymans  <wim@fluendo.com>
26819
26820         * sys/oss/gstosssrc.c: (gst_osssrc_get):
26821         Timestamp fixes.
26822
26823 2004-06-16  Wim Taymans  <wim@fluendo.com>
26824
26825         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
26826         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
26827         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
26828         (gst_v4lsrc_get_property):
26829         * sys/v4l/gstv4lsrc.h:
26830         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
26831         Added a sync mode enum property to control v4lsrc timestamp method
26832         Removed the use-fixed-fps property and moved functionality in
26833         the enum.
26834         Don't error on an error value from v4l-conf, it might not always
26835         be a real error.
26836
26837 2004-06-16  Wim Taymans  <wim@fluendo.com>
26838
26839         * gst/videorate/Makefile.am:
26840         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
26841         (gst_videorate_base_init), (gst_videorate_class_init),
26842         (gst_videorate_getcaps), (gst_videorate_link),
26843         (gst_videorate_init), (gst_videorate_chain),
26844         (gst_videorate_set_property), (gst_videorate_get_property),
26845         (gst_videorate_change_state), (plugin_init):
26846         Added a video timestamp corrector.
26847
26848 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26849
26850         fixed a potential leak with previous commit
26851
26852         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26853
26854 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26855
26856         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26857         Added missing refcount, fixes bug #144425
26858         Cheers Tim for finding the bug
26859
26860 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26861
26862         * sys/v4l/gstv4l.c: (plugin_init):
26863         * sys/v4l/gstv4lcolorbalance.c:
26864         * sys/v4l/gstv4lcolorbalance.h:
26865         * sys/v4l/gstv4lelement.c:
26866         * sys/v4l/gstv4lelement.h:
26867         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
26868         * sys/v4l/gstv4lmjpegsink.h:
26869         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26870         * sys/v4l/gstv4lmjpegsrc.h:
26871         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
26872         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
26873         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
26874         * sys/v4l/gstv4lsrc.h:
26875         * sys/v4l/gstv4ltuner.c:
26876         * sys/v4l/gstv4ltuner.h:
26877         * sys/v4l/gstv4lxoverlay.c:
26878         * sys/v4l/gstv4lxoverlay.h:
26879         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
26880         (gst_v4l_set_window), (gst_v4l_enable_overlay):
26881         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
26882         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
26883         (gst_v4l_set_audio):
26884         * sys/v4l/v4l_calls.h:
26885         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
26886         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
26887         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
26888         (gst_v4lmjpegsink_playback_init),
26889         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
26890         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
26891         (gst_v4lmjpegsink_playback_stop),
26892         (gst_v4lmjpegsink_playback_deinit):
26893         * sys/v4l/v4lmjpegsink_calls.h:
26894         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
26895         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
26896         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
26897         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
26898         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
26899         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
26900         * sys/v4l/v4lmjpegsrc_calls.h:
26901         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26902         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
26903         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
26904         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
26905         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
26906         (gst_v4lsrc_try_palette):
26907         * sys/v4l/v4lsrc_calls.h:
26908           bunch of paranoia cleanups
26909
26910 2004-06-14  David Schleef  <ds@schleef.org>
26911
26912         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
26913         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
26914         Send discont events and change timestamps appropriately when
26915         we get a seek event.  (bug #144240)
26916         * ext/cdparanoia/gstcdparanoia.h:
26917
26918 2004-06-14  Benjamin Otte  <otte@gnome.org>
26919
26920         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
26921           snd_pcm_hw_params_set_rate  since the latter fails for no good
26922           reason on some setups.
26923
26924 2004-06-14  David Schleef  <ds@schleef.org>
26925
26926         * gst/volume/demo.c: (value_changed_callback): exp10() is not
26927         standard.  Thank you for playing.
26928
26929 2004-06-14  Wim Taymans  <wim@fluendo.com>
26930
26931         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
26932         Patch 1.3 broke the ordering of the colorspace info and
26933         made the plugin basically work by coincidence, reordered
26934         the info.
26935
26936 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26937
26938         * ext/lame/gstlame.c:
26939         * ext/mad/gstmad.c:
26940           sync caps.  Make sure mad can only output a list of rates, not
26941           a full range.  In the future, have three caps lists for each of the
26942           mpeg versions.  Change mpegversion to a double as well.
26943
26944 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26945
26946         * gst/volume/.cvsignore:
26947         * gst/volume/Makefile.am:
26948         * gst/volume/demo.c: (value_changed_callback), (idler),
26949         (setup_gui), (main):
26950           added small demo app
26951
26952 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
26953         * ext/esd/esdsink.c: (gst_esdsink_change_state):
26954         * ext/esd/esdsink.h:
26955         Close the esd connection on pause, because esd will just wait -
26956         blocking all other esd clients indefinitely.
26957
26958 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
26959
26960         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
26961           previous commit with GST_DEBUG
26962
26963 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
26964
26965         * configure.ac:
26966           add a header check for a dvdread header in dvdnav.  Fixes #133002
26967
26968 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26969
26970         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
26971         * gst/tcp/gsttcpclientsink.h:
26972         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
26973         * gst/tcp/gsttcpclientsrc.h:
26974         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
26975         (gst_tcpserversink_handle_server_read),
26976         (gst_tcpserversink_init_send):
26977         * gst/tcp/gsttcpserversink.h:
26978         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26979         * gst/tcp/gsttcpserversrc.h:
26980         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
26981         version of IP)
26982
26983 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26984
26985         * configure.ac:
26986         Added ogg library so that OSX detects libtheora properly
26987
26988 2004-06-11  Wim Taymans  <wim@fluendo.com>
26989
26990         * ext/theora/theoradec.c: (theora_dec_chain),
26991         (theora_dec_change_state):
26992         Don't try to decode frames before we received a keyframe.
26993
26994 2004-06-11  Wim Taymans  <wim@fluendo.com>
26995
26996         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26997         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
26998         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
26999         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27000         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27001         Added property to set the maximum delay of a page.
27002
27003 2004-06-10  Wim Taymans  <wim@fluendo.com>
27004
27005         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
27006         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
27007         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27008         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
27009         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
27010         Added max-delay property to control the maximum amount
27011         of data to put in one page.
27012
27013 2004-06-10  Wim Taymans  <wim@fluendo.com>
27014
27015         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
27016         (gst_theora_enc_init), (theora_enc_sink_link),
27017         (theora_buffer_from_packet), (theora_enc_set_property),
27018         (theora_enc_get_property):
27019         Set duration on encoded buffer, added some more properties
27020
27021 2004-06-10  Wim Taymans  <wim@fluendo.com>
27022
27023         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27024         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
27025         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
27026         * ext/theora/theoraenc.c: (theora_enc_chain):
27027         Fix refcounting bugs
27028
27029 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27030
27031         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
27032         (gst_asf_demux_loop), (gst_asf_demux_process_file),
27033         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
27034         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
27035         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
27036         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
27037         (gst_asf_demux_change_state):
27038         * gst/asfdemux/gstasfdemux.h:
27039           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
27040           feels like. I think we should set a new requirement for demuxers
27041           from now on to implement sane loop functions, data loops, query
27042           and seek functions before first commit into CVS. And this commit
27043           fixes all of the above.
27044
27045 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
27046
27047         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
27048           vorbis comments are properly encoded in UTF-8 before adding them
27049           to a GstTagList
27050
27051 2004-06-09  Benjamin Otte  <otte@gnome.org>
27052
27053         * ext/alsa/gstalsa.c: (add_channels):
27054           handle min <= max correctly
27055         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
27056         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
27057           add fixation functions so we fixate correctly. No preferring of alaw
27058           anymore because it's the first structure.
27059         * ext/alsa/gstalsa.h:
27060         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
27061         (gst_alsa_hw_params_dump):
27062           add functions to ease debugging in alsalib
27063         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27064         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27065         (gst_alsa_start_audio):
27066           only specify hw params if we really setup a format (fixes #134007 -
27067           or at least works around it)
27068
27069 2004-06-09  Wim Taymans  <wim@fluendo.com>
27070
27071         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
27072         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
27073         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
27074         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
27075         (gst_ogg_mux_loop):
27076         Use stream caps to setup the initial pages in the ogg stream.
27077         Correctly set the streamheader caps on the srcpad.
27078
27079 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27080
27081         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
27082         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
27083         (gst_v4lsrc_getcaps):
27084         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
27085         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
27086           add querying of fps lists for webcams.  Negotiating to a framerate
27087           now works.
27088
27089 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27090
27091         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
27092         (theora_push_buffer), (theora_push_packet),
27093         (theora_set_header_on_caps), (theora_enc_chain):
27094           mark buffers and put on streamheader, raw theora streaming
27095           now works too, whee
27096
27097 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27098
27099         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27100         (gst_tcp_gdp_read_caps):
27101           do a looping read for caps and GDP headers too
27102
27103 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27104
27105         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27106         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
27107           return EOS instead of NULL in _get
27108
27109 2004-06-08  Wim Taymans  <wim@fluendo.com>
27110
27111         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
27112         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
27113         (gst_tcp_gdp_write_caps):
27114         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27115         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27116         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
27117         Memory leak fixes
27118
27119 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27120
27121         * ext/vorbis/Makefile.am:
27122         * ext/vorbis/vorbis.c: (plugin_init):
27123         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
27124         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
27125         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
27126         (vorbis_parse_change_state):
27127         * ext/vorbis/vorbisparse.h:
27128           adding a vorbisparse element that marks the buffers, streaming
27129           raw vorbis using GDP now works, whee
27130
27131 2004-06-08  Wim Taymans  <wim@fluendo.com>
27132
27133         * ext/jpeg/Makefile.am:
27134         * ext/jpeg/README:
27135         * ext/jpeg/gstjpeg.c: (plugin_init):
27136         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
27137         (gst_smokedec_base_init), (gst_smokedec_class_init),
27138         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
27139         * ext/jpeg/gstsmokedec.h:
27140         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
27141         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
27142         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
27143         (gst_smokeenc_resync), (gst_smokeenc_chain),
27144         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
27145         * ext/jpeg/gstsmokeenc.h:
27146         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
27147         (smokecodec_flush_destination), (smokecodec_term_destination),
27148         (smokecodec_init_source), (smokecodec_fill_input_buffer),
27149         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
27150         (smokecodec_term_source), (smokecodec_encode_new),
27151         (smokecodec_decode_new), (smokecodec_info_free),
27152         (smokecodec_set_quality), (smokecodec_get_quality),
27153         (smokecodec_set_threshold), (smokecodec_get_threshold),
27154         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
27155         (find_best_size), (abs_diff), (put), (smokecodec_encode),
27156         (smokecodec_parse_header), (smokecodec_decode):
27157         * ext/jpeg/smokecodec.h:
27158         Added a new simple jpeg based codec
27159
27160 2004-06-08  Wim Taymans  <wim@fluendo.com>
27161
27162         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27163         (gst_multipart_mux_loop):
27164         Fix memory leak
27165
27166 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27167
27168         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
27169         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
27170         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
27171         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
27172         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
27173         * gst/tcp/gsttcpserversink.h:
27174           take streamheader into account
27175
27176 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27177
27178         * gst/level/Makefile.am:
27179         * gst/level/gstlevel.c: (gst_level_class_init):
27180           clean up marshal generation
27181
27182 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27183
27184         * gst/tcp/Makefile.am:
27185         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
27186         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
27187         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
27188         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
27189         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
27190         (gst_tcpclientsrc_get_property):
27191         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
27192         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
27193         (gst_tcpserversink_handle_client_read),
27194         (gst_tcpserversink_handle_client_write),
27195         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
27196         * gst/tcp/gsttcpserversink.h:
27197           add signals client-added and client-removed
27198         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
27199         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
27200         (gst_tcpserversrc_get_property):
27201         uniformized, change default protocol to NONE
27202         * gst/tcp/gsttcp-marshal.list: added
27203 2004-06-07  Benjamin Otte  <otte@gnome.org>
27204
27205         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27206           handle discont events if they happen before caps nego
27207
27208 2004-06-07  Wim Taymans  <wim@fluendo.com>
27209
27210         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27211         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27212         (gst_multipart_demux_plugin_init):
27213         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27214         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27215         (gst_multipart_mux_change_state):
27216         Small updates, fix a memleak
27217
27218 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27219
27220         * configure.ac: OSS portability
27221         * ext/arts/gst_arts.c: idem
27222         * sys/oss/gstosselement.c: idem
27223         * sys/oss/gstossmixer.c: idem
27224         * sys/oss/gstosssink.c: idem
27225         * sys/oss/gstosssrc.c: idem
27226         * sys/oss/oss_probe.c: idem
27227           - check for soundcard.h in different places for some BSD
27228
27229 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
27230
27231         * AUTHORS:
27232         Add me to the authors file
27233         * configure.ac:
27234         Increase the libdv requirement to >= version 0.100
27235         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
27236         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
27237         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
27238         * ext/dv/gstdvdec.h:
27239         Add support for the new_media flag when sending DISCONT events
27240         Make the querying work when video pad is not linked
27241
27242 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27243
27244         reviewed by Benjamin Otte  <otte@gnome.org>
27245
27246         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
27247           create a NULL-initialized array of pads, so we don't think they
27248           exist already. (fixes #143130)
27249
27250 2004-06-07  Benjamin Otte  <otte@gnome.org>
27251
27252         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
27253         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
27254         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
27255           don't use // coments
27256
27257 2004-06-07  Benjamin Otte  <otte@gnome.org>
27258
27259         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
27260           cast to GstClockTime to get higher granularity
27261         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27262           use gst_element_set_time_delay to get the exact time
27263         * ext/mad/gstmad.c: (gst_mad_chain):
27264           use the negotiated rate instead of the current frame's rate which
27265           might be wrong because of bit errors. This avoids emitting totally
27266           bogus timestamps and screwing sync.
27267         (fixes #143454)
27268
27269 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27270
27271         reviewed by Benjamin Otte  <otte@gnome.org>
27272
27273         * gst/adder/gstadder.c: (gst_adder_loop):
27274           properly error out when no negotiation has happened yet. (fixes
27275           #143032)
27276
27277 2004-06-06  Benjamin Otte  <otte@gnome.org>
27278
27279         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27280           forward correctly transformed offset in discont events. Based on
27281           patch by Arwed v. Merkatz. (fixes #142851)
27282
27283 2004-06-06  David Schleef  <ds@schleef.org>
27284
27285         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
27286         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
27287         problems on several systems.
27288
27289 2004-06-06  Benjamin Otte  <otte@gnome.org>
27290
27291         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
27292           use explicit caps on the srcpad
27293         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27294           properly error out if caps couldn't be set (fixes #142764)
27295
27296 2004-06-06  Benjamin Otte  <otte@gnome.org>
27297
27298         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
27299         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
27300         (gst_alsa_start_audio):
27301           - don't call set_periods_integer anymore, it breaks the
27302           configuration randomly
27303           - call snd_pcm_hw_params_set_access directly instead of using masks
27304           - don't fail if the sw_params can't be set, just use the default
27305           params and hope it works. Alsalib has weird issues when you touch
27306           sw_params and does no proper error reporting about what failed.
27307         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27308         (gst_alsa_close_audio):
27309           make our alsa debugging go via gst debugging and not conditionally
27310           defined
27311         * ext/alsa/gstalsa.h:
27312           add ALSA_DEBUG_FLUSH macro
27313         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
27314         (plugin_init):
27315           wrap alsa errors to be printed via the gst debugging system and not
27316           spammed to stderr
27317
27318 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27319
27320         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
27321         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
27322         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
27323         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
27324         (qtdemux_parse_trak):
27325         * gst/qtdemux/qtdemux.h:
27326           Bitch. Also known as seeking, querying & co.
27327         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27328         (gst_osssink_change_state):
27329         * sys/oss/gstosssink.h:
27330           Resyncing is for weenies, this hack is no longer needed and was
27331           broken anyway (since it - unintendedly - always leaves resync to
27332           TRUE).
27333
27334 2004-06-05  Andrew Turner <zxombie@hotpop.com>
27335
27336         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
27337         * gst/tcp/gsttcpclientsrc.h: idem
27338           - define MSG_NOSIGNAL if not done
27339           - include unistd.h for off_t
27340           (fixes #143749)
27341
27342 2004-06-05  Benjamin Otte  <otte@gnome.org>
27343
27344         * configure.ac:
27345         * ext/kio/Makefile.am:
27346           check for qt's moc preprocessor explicitly and use it
27347
27348 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27349
27350         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
27351           don't get a signal for EPIPE on socket writes
27352           (somebody check if this works on other platforms)
27353
27354 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27355
27356         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
27357         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
27358           check error condition on available samples correctly
27359
27360 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27361
27362         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
27363           avoid a segfault
27364         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
27365         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
27366         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
27367         (gst_tcpserversrc_gdp_read_header):
27368          use ssize_t over size_t since the former is signed and thus the
27369          check for error codes can work
27370
27371 2004-06-02  Wim Taymans  <wim@fluendo.com>
27372
27373         reviewed by: Johan
27374
27375         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27376         (gst_multipart_mux_loop):
27377         Oops
27378
27379 2004-06-02  Wim Taymans  <wim@fluendo.com>
27380
27381         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
27382         (gst_multipart_mux_init), (gst_multipart_mux_loop),
27383         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27384         (gst_multipart_mux_change_state):
27385         Added configurable boundary specifier, added the value as a
27386         caps field as well.
27387
27388 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27389
27390         * gst/tcp/gsttcp.c:
27391         * gst/tcp/gsttcpclientsrc.c:
27392         * gst/tcp/gsttcpclientsrc.h:
27393         * gst/tcp/gsttcpserversrc.c:
27394           - portability fix, to compile on OSX
27395             (fixes #143146)
27396
27397         * sys/osxaudio/gstosxaudioelement.c:
27398         * sys/osxaudio/gstosxaudiosink.c:
27399         * sys/osxaudio/gstosxaudiosrc.c:
27400           - compilation warnings on OSX
27401             (fixes #143153)
27402
27403 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27404
27405         * ext/vorbis/vorbisdec.c : sign warning fixes
27406
27407         * gst-libs/gst/mixer/mixertrack.c :
27408           do no use defines which are glib 2.4 specific
27409
27410 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
27411
27412         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
27413           buffer since libflac doesn't expect it (reports a sync error when
27414           it encounters that)
27415
27416
27417 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
27418
27419         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
27420         * gst-libs/gst/mixer/mixertrack.c:
27421         (gst_mixer_track_get_property), (get_mixer_track_init),
27422         (get_mixer_track_get_property): Added property accessors
27423         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
27424         * gst-libs/gst/mixer/mixeroptions.c:
27425         (gst_mixer_options_get_values): Added
27426         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
27427         * gst-libs/gst/mixer/mixer.c: Fixed comment
27428
27429
27430 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27431
27432         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
27433           improve error messages on open
27434
27435
27436 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27437
27438         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
27439           check if v4l-conf is in path
27440
27441 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27442
27443         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27444           change assert to a more readable error message
27445
27446 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27447
27448         * gst-libs/gst/tuner/tunerchannel.h:
27449           - add a freq_multiplicator field to make the conversion
27450             between internal frequency unit and Hz
27451         * sys/v4l/gstv4lelement.c:
27452         * sys/v4l2/gstv4l2element.c:
27453           - change default video device to /dev/video0
27454         * sys/v4l/v4l_calls.c:
27455         * sys/v4l2/v4l2_calls.c:
27456           - we only expose frequency to the user in Hz instead of
27457             bastard v4lX unit (either 62.5kHz or 62.5Hz)
27458
27459 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
27460         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27461           Initialise b_o_s and e_o_s variables
27462         * gst-libs/gst/riff/riff-media.c:
27463         (gst_riff_create_video_caps_with_data):
27464           Add some unusual fourcc's from mplayer avi's
27465         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
27466           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
27467           autoplugging.
27468
27469 2004-05-28  Wim Taymans  <wim@fluendo.com>
27470
27471         * configure.ac:
27472         * gst/alpha/Makefile.am:
27473         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27474         (gst_alpha_get_type), (gst_alpha_base_init),
27475         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
27476         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
27477         (gst_alpha_chroma_key), (gst_alpha_chain),
27478         (gst_alpha_change_state), (plugin_init):
27479         A plugin to add an alpha channel to I420 video. Can optionally do
27480         chroma keying.
27481         * gst/multipart/Makefile.am:
27482         * gst/multipart/multipart.c: (plugin_init):
27483         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
27484         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
27485         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
27486         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
27487         (gst_multipart_demux_change_state),
27488         (gst_multipart_demux_plugin_init):
27489         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
27490         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
27491         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
27492         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
27493         (gst_multipart_mux_pad_unlink),
27494         (gst_multipart_mux_request_new_pad),
27495         (gst_multipart_mux_handle_src_event),
27496         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
27497         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
27498         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
27499         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
27500         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
27501         send multipart jpeg images to a browser.
27502         * gst/videobox/Makefile.am:
27503         * gst/videobox/README:
27504         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
27505         (gst_video_box_get_type), (gst_video_box_base_init),
27506         (gst_video_box_class_init), (gst_video_box_init),
27507         (gst_video_box_set_property), (gst_video_box_get_property),
27508         (gst_video_box_sink_link), (gst_video_box_i420),
27509         (gst_video_box_ayuv), (gst_video_box_chain),
27510         (gst_video_box_change_state), (plugin_init):
27511         Crops or adds borders around an image. can do alpha channel
27512         borders as well.
27513         * gst/videomixer/Makefile.am:
27514         * gst/videomixer/README:
27515         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
27516         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
27517         (gst_videomixer_pad_get_sink_event_masks),
27518         (gst_videomixer_pad_get_property),
27519         (gst_videomixer_pad_set_property),
27520         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
27521         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
27522         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
27523         (gst_videomixer_base_init), (gst_videomixer_class_init),
27524         (gst_videomixer_init), (gst_videomixer_request_new_pad),
27525         (gst_videomixer_handle_src_event),
27526         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
27527         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
27528         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
27529         (gst_videomixer_loop), (gst_videomixer_get_property),
27530         (gst_videomixer_set_property), (gst_videomixer_change_state),
27531         (plugin_init):
27532         Generic video mixer plugin, can handle multiple inputs all with
27533         different framerates and video sizes. Is fully alpha channel
27534         aware.
27535
27536 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27537
27538         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
27539           Select first track as master track. Not sure how else to handle
27540           that...
27541         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
27542           Discard discont events. Should fix #142962.
27543
27544 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27545
27546         * ext/alsa/Makefile.am:
27547         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
27548         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
27549         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
27550         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
27551         (gst_alsa_mixer_get_option):
27552         * ext/alsa/gstalsamixer.h:
27553         * ext/alsa/gstalsamixeroptions.c:
27554         (gst_alsa_mixer_options_get_type),
27555         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
27556         (gst_alsa_mixer_options_new):
27557         * ext/alsa/gstalsamixeroptions.h:
27558         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
27559         * ext/alsa/gstalsamixertrack.h:
27560           Add enumerations (as GstMixerOptions). Make correct distinction
27561           between input/output tracks. Add capture/playback private flag.
27562           Use flag to decide on whether to set capture or playback volumes
27563           or switches. Use playback and record switches.
27564         * gst-libs/gst/mixer/Makefile.am:
27565         * gst-libs/gst/mixer/mixer-marshal.list:
27566         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
27567         (gst_mixer_set_option), (gst_mixer_get_option),
27568         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
27569         (gst_mixer_volume_changed), (gst_mixer_option_changed):
27570         * gst-libs/gst/mixer/mixer.h:
27571         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
27572         (gst_mixer_options_class_init), (gst_mixer_options_init),
27573         (gst_mixer_options_dispose):
27574         * gst-libs/gst/mixer/mixeroptions.h:
27575           Add GstMixerOptions.
27576         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27577           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
27578           broken device detection on computers with multiple OSS sound
27579           cards.
27580
27581 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27582
27583         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27584           fixate nicely even when the peer is not negotiating
27585
27586 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27587
27588         * gst/audioconvert/gstaudioconvert.c:
27589         (gst_audio_convert_parse_caps):
27590           make sure we don't allow depth > width
27591         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27592           fixate endianness to G_BYTE_ORDER as default
27593         * gst/audioscale/gstaudioscale.c:
27594           we don't handle another endianness as host-endianness
27595
27596 2004-05-25  David Schleef  <ds@schleef.org>
27597
27598         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
27599
27600 2004-05-24  Benjamin Otte  <otte@gnome.org>
27601
27602         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
27603         (gst_oggvorbisenc_setup):
27604           properly fail when we can't setup the vorbis encoder due to
27605           unsupported settings
27606         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
27607         (gst_vorbisenc_setup):
27608           same
27609         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27610           fix case where warnings occured when one pad was unlinked while the
27611           other's link function was called
27612
27613 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27614
27615         * gst/tcp/Makefile.am:
27616           use GST_ENABLE_NEW
27617
27618 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27619
27620         * gst-libs/gst/resample/private.h:
27621           don't use optimizations that are #if 0'ed
27622
27623 2004-05-24  Wim Taymans  <wim@fluendo.com>
27624
27625         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
27626         Fix potential division by zero error and hopefully get
27627         the position query right to get correct timestamps on avi
27628         audio.
27629
27630 2004-05-24  Wim Taymans  <wim@fluendo.com>
27631
27632         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
27633         (gst_videoscale_scale_nearest_str2),
27634         (gst_videoscale_scale_nearest_str4),
27635         (gst_videoscale_scale_nearest_32bit),
27636         (gst_videoscale_scale_nearest_24bit),
27637         (gst_videoscale_scale_nearest_16bit):
27638         Fix the scaling algorithm and avoid a buffer overflow.
27639         removed the while loop in the scaling function as it
27640         was used for point sampling only.
27641
27642 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27643
27644         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
27645         (gst_id3_tag_class_init), (gst_id3_tag_init),
27646         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
27647         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
27648         (gst_id3_tag_send_tag_event):
27649           lots of fixes to make id3mux work and id3demux work correctly
27650
27651 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27652
27653         * ext/Makefile.am:
27654           add rules to build shout2send (was removed by accident
27655           when this module was no more marked experimental/broken)
27656
27657 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27658
27659         * ext/shout2/gstshout2.c:
27660         * ext/shout2/gstshout2.h:
27661           adding a "connection problem" signal to shout2send
27662           (fixes #142954)
27663
27664 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
27665
27666         * ext/kio/kioreceiver.cpp:
27667         * ext/kio/kioreceiver.h:
27668           fix sign comparison issues
27669
27670 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27671
27672         * gst/cdxaparse/gstcdxaparse.c:
27673         * gst/cdxaparse/gstcdxaparse.h:
27674           some renaming
27675           add some checks/sanity
27676           prepare for seek addition
27677
27678         * sys/sunaudio/gstsunaudio.c:
27679           remove exported dupe init function
27680
27681 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
27682
27683         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
27684         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
27685           Fix format conversion and position querying.
27686         * gst/debug/progressreport.c: (gst_progressreport_report):
27687           Don't output a bogus total value that we didn't query.
27688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
27689           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
27690           only a blank window after xine has been used.
27691
27692 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
27693
27694         * m4/as-arts.m4:
27695           sync with upstream version to fix test on FC2
27696           readd with -ko to preserve Id header
27697
27698 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27699
27700         * configure.ac:
27701           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
27702         * gst/tcp/gsttcpclientsrc.c: idem
27703         * gst/tcp/gsttcpserversink.c: idem
27704         * gst/tcp/gsttcpserversrc.c: idem
27705         * m4/gst-fionread.m4: idem
27706
27707         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
27708
27709         * configure.ac: enable speex plugin for speex 1.1.5+
27710         * ext/speex/gstspeexenc.c: fix cast warning
27711
27712         * ext/esd/README: fix typo
27713
27714 2004-05-20  David Schleef  <ds@schleef.org>
27715
27716         * configure.ac: Minor cosmetic change to convince the buildbot to
27717         reautogen.
27718         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
27719         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
27720         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
27721         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
27722         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
27723         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
27724         More hacking.  Plays audio now.
27725
27726 2004-05-20  David Schleef  <ds@schleef.org>
27727
27728         * configure.ac:
27729         * sys/Makefile.am:
27730
27731 2004-05-20  David Schleef  <ds@schleef.org>
27732
27733         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
27734         * sys/osxaudio/gstosxaudio.c:
27735         * sys/osxaudio/gstosxaudioelement.c:
27736         * sys/osxaudio/gstosxaudioelement.h:
27737         * sys/osxaudio/gstosxaudiosink.c:
27738         * sys/osxaudio/gstosxaudiosink.h:
27739         * sys/osxaudio/gstosxaudiosrc.c:
27740         * sys/osxaudio/gstosxaudiosrc.h:
27741
27742 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27743
27744         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
27745         (gst_vorbisenc_chain):
27746           put the codec headers on the caps as streamheader as well as
27747           pushing them out
27748
27749 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27750
27751         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
27752         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
27753         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
27754         split up push_packet into two functions
27755
27756 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
27757
27758         * gst/tcp/.cvsignore:
27759           ignore enums
27760         * gst/tcp/Makefile.am:
27761         * gst/tcp/README:
27762         * gst/tcp/gsttcp.c:
27763         * gst/tcp/gsttcp.h:
27764         * gst/tcp/gsttcpclientsink.c:
27765         * gst/tcp/gsttcpclientsink.h:
27766         * gst/tcp/gsttcpclientsrc.c:
27767         * gst/tcp/gsttcpclientsrc.h:
27768         * gst/tcp/gsttcpplugin.c:
27769         * gst/tcp/gsttcpserversink.c:
27770         * gst/tcp/gsttcpserversink.h:
27771         * gst/tcp/gsttcpserversrc.c:
27772         * gst/tcp/gsttcpserversrc.h:
27773           add new tcp elements
27774
27775 2004-05-19  Wim Taymans  <wim@fluendo.com>
27776
27777         * gst/law/mulaw-conversion.c: (mulaw_encode):
27778         Fix overflow bug in ulaw encoding.
27779
27780 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27781
27782         * ext/mad/gstmad.c: (gst_mad_handle_event):
27783           don't unref the event twice
27784
27785 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27786
27787         * configure.ac:
27788           remove -Wno-sign-compare
27789
27790 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27791
27792         * configure.ac:
27793           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
27794           if you want to work against glib 2.2 and 2.4
27795
27796 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
27797
27798         * gst/tcp/Makefile.am:
27799         * gst/tcp/gsttcp.c:
27800         * gst/tcp/gsttcp.h:
27801         * gst/tcp/gsttcpsink.h:
27802         * gst/tcp/gsttcpsrc.h:
27803           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
27804
27805 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27806
27807         * gst/debug/tests.c: (md5_get_value):
27808           fix segfault on gst-inspect
27809
27810 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27811
27812         * gst/debug/testplugin.c:
27813         * gst/debug/tests.c:
27814         * gst/debug/tests.h:
27815           add new extensible and configurable testing element. Current tests
27816           include buffer count, stream length, timestamp/duration matching and
27817           md5.
27818         * gst/debug/Makefile.am:
27819         * gst/debug/gstdebug.c: (plugin_init):
27820           add infrastructure for new element
27821
27822 2004-05-19  Johan Dahlin  <johan@gnome.org>
27823
27824         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
27825         ending of the array. Fixes gst-inspect segfault on ppc.
27826
27827 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27828
27829         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
27830
27831         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
27832
27833 2004-05-18  David Schleef  <ds@schleef.org>
27834
27835         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
27836         warnings (bugs, actually) noticed by gcc but not forte.
27837
27838 2004-05-18  David Schleef  <ds@schleef.org>
27839
27840         * sys/sunaudio/Makefile.am:
27841         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
27842
27843 2004-05-18  David Schleef  <ds@schleef.org>
27844
27845         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27846         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
27847         to allow qtdemux to use non-seekable streams. (bug #142272)
27848
27849 2004-05-18  David Schleef  <ds@schleef.org>
27850
27851         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
27852         (gst_resample_sinc_ft_float): Remove use of static temporary
27853         buffer.  This code was obviously not supposed to last long, but
27854         it's stuck in our ABI, so it required a little hack to make it
27855         ABI-compatible.  Fixes #142585.
27856         * gst-libs/gst/resample/resample.h: same.
27857
27858 2004-05-18  David Schleef  <ds@schleef.org>
27859
27860         * configure.ac: Add sunaudio
27861         * examples/Makefile.am: make gstplay depend on gconf
27862         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
27863         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
27864         (convert_table_lookup), (img_convert): remove c99-isms
27865         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
27866           unsigned, to fix a warning on Solaris
27867         * gst/mpeg1sys/systems.c: bcopy->memcpy
27868         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
27869         * sys/Makefile.am: Add sunaudio
27870
27871 2004-05-18  Wim Taymans  <wim@fluendo.com>
27872
27873         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
27874         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
27875         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
27876         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
27877         (gst_ogg_mux_loop):
27878         Fix an ugly memleak where the muxer didn't flush enough ogg
27879         pages. This also resulted in badly muxed ogg files.
27880
27881 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27882
27883         * gst/asfdemux/asfheaders.c :
27884         * gst/asfdemux/asfheaders.h :
27885         * gst/asfdemux/gstasfdemux.c :
27886           - fix ASF_OBJ_PADDING guid
27887           - add 3 new object guids (language list, metadata,
27888             extended stream properties)
27889           - add a function to parse extended header objects
27890
27891 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27892
27893         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27894           remove leftover debugging g_print
27895
27896 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27897
27898         * ext/mad/gstmad.c: (gst_mad_handle_event):
27899           Fix for when the first format in a discont event is not a
27900           byte-based one. Should fix #137710.
27901
27902 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27903
27904         * m4/a52.m4 : fix compilation with -Wall -Werror
27905         * m4/libfame.m4 : idem
27906         * m4/libmikmod.m4 : idem
27907
27908 2004-05-17  Benjamin Otte  <otte@gnome.org>
27909
27910         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27911           signal the new tags before giving up the reference
27912
27913 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27914
27915         * ext/shout2/gstshout2.c:
27916           use application/ogg instead of application/x-ogg (patch by Patrick
27917           Guimond, fixes #142432)
27918         * sys/oss/gstosselement.c: (gst_osselement_reset),
27919         (gst_osselement_sync_parms):
27920           don't set fragment size unless specified (fixes #142493)
27921
27922 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27923
27924         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
27925           fixes #142664
27926
27927 2004-05-17  Benjamin Otte  <otte@gnome.org>
27928
27929         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27930           compute offsets correctly for internal buffers so timestamps are set
27931           correctly when we can't seek. Also handle cases where there are no
27932           offsets. (based on a patch by David Moore, fixes #142507)
27933
27934 2004-05-17  Benjamin Otte  <otte@gnome.org>
27935
27936         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27937           use correct variable when determining amount of data to skip so we
27938           don't skip into the void and segfault
27939
27940 2004-05-16  Benjamin Otte  <otte@gnome.org>
27941
27942         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
27943           Hi, I'm a memleak
27944
27945 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27946
27947         * gst/asfdemux/gstasfdemux.c:
27948           - fix a mem leak and always propagate tags
27949           - add WMV3 to known video codecs (but no decoder yet)
27950           - replace "surplus data" at end of audio header for what
27951             it is : codec specific data
27952           - fix a typo
27953
27954 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
27955
27956         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
27957
27958         * gst-libs/gst/audio/audioclock.c:
27959           Fix wrong return type (#142205).
27960
27961 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27962
27963         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
27964           Ignore CRCs by default (fixes #142566).
27965
27966 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27967
27968         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
27969         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
27970         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
27971         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
27972         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27973         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
27974           Fix for cases where we fail to attach to a mixer.
27975
27976 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27977
27978         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
27979           Don't touch events after not owning them anymore.
27980         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
27981         (gst_wavparse_fmt), (gst_wavparse_other),
27982         (gst_wavparse_handle_seek), (gst_wavparse_loop),
27983         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
27984         (gst_wavparse_srcpad_event):
27985         * gst/wavparse/gstwavparse.h:
27986           Add seeking, fix querying.
27987
27988 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27989
27990         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
27991           - process comments even if they don't end with \0\0
27992             g_convert would ignore them if present and works well without them
27993
27994 2004-05-16  Benjamin Otte  <otte@gnome.org>
27995
27996         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
27997           simplify caps
27998
27999 2004-05-16  Benjamin Otte  <otte@gnome.org>
28000
28001         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28002           don't write to memory we might not write to - g_convert does that
28003           for us anyway (fixes #142613)
28004         (gst_asf_demux_audio_caps):
28005           comment out gst_util_dump_mem
28006
28007 2004-05-16  Benjamin Otte  <otte@gnome.org>
28008
28009         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28010           compute correct expected timestamps after seek (broken since
28011           last commit)
28012         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
28013           rename element and debugging category to gdkpixbufscale
28014
28015 2004-05-16  Benjamin Otte  <otte@gnome.org>
28016
28017         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28018           add error checking to snd_pcm_delay and remove duplicate call to
28019           snd_pcm_delay that caused issues (see inline code comments)
28020         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28021           make more readable and fix return value when snd_pcm_delay fails
28022         (fixes #142586)
28023
28024 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
28025         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
28026         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
28027         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
28028         (gst_pixbufscale_link), (gst_pixbufscale_init),
28029         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
28030         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
28031         (gst_pixbufscale_get_property), (pixbufscale_init):
28032         * ext/gdk_pixbuf/pixbufscale.h:
28033         Add these files I forgot earlier
28034
28035 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
28036         * ext/gdk_pixbuf/Makefile.am:
28037         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28038         * ext/gdk_pixbuf/gstgdkpixbuf.h:
28039         Add new pixbufscale element to scale RGB video
28040         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
28041         and HYPER interpolation correctly.
28042         * ext/theora/theoraenc.c: (theora_enc_chain),
28043         Discard buffer and return if explicit caps could not be set
28044         (theora_enc_get_property):
28045         Make _get return kbps for the bitrate consistent with
28046         the _set function.
28047
28048
28049 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28050
28051         * ext/libvisual/visual.c: (gst_visual_chain):
28052           add missing visual_audio_analyze
28053
28054 2004-05-14  David Schleef  <ds@schleef.org>
28055
28056         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
28057         is killed while we're playing.
28058         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
28059         gst_element_no_more_pads().
28060
28061 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28062
28063         * gst-libs/gst/riff/riff-read.c :
28064           - fix INFO tag extraction in RIFF/AVI files
28065             because gst_event_unref (event) also freed taglist
28066           - avoid a mem leak
28067
28068 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28069
28070         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
28071         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
28072
28073         * gst/auparse/gstauparse.c :
28074           - add code (commented for now) to support audio/x-adpcm on src pad
28075             (we have no decoder for those layout yet)
28076
28077         * gst/cdxaparse/gstcdxaparse.c :
28078         * gst/cdxaparse/gstcdxaparse.h :
28079           - partial rewrite using RiffRead (ripped iain's wavparse code)
28080
28081         * gst/rtp/gstrtpL16enc.c : typo
28082         * gst/rtp/gstrtpgsmenc.c : typo
28083
28084 2004-05-13  Benjamin Otte  <otte@gnome.org>
28085
28086         * configure.ac:
28087           check for exact version of libvisual, it's not supposed to be
28088           API/ABI stable yet
28089
28090 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28091
28092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28093           signal no-more-pads
28094
28095 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28096
28097         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
28098         Report which format was used for GST_FORMAT_DEFAULT
28099         * gst/debug/Makefile.am:
28100         * gst/debug/gstdebug.c: (plugin_init):
28101         * gst/debug/progressreport.c: (gst_progressreport_base_init),
28102         (gst_progressreport_class_init), (gst_progressreport_init),
28103         (gst_progressreport_report), (gst_progressreport_set_property),
28104         (gst_progressreport_get_property), (gst_progressreport_chain),
28105         (gst_progressreport_plugin_init):
28106         Add progressreport element for testing.
28107
28108 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28109
28110         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
28111         * sys/v4l/gstv4lsrc.h:
28112         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28113         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28114         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
28115         (gst_v4lsrc_grab_frame):
28116           add more debugging
28117           send a discont at start
28118
28119 2004-05-12  Colin Walters  <walters@redhat.com>
28120
28121         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
28122         inflooping if we can't find a chunk.  Or in other words, don't blow
28123         chunks if we don't have a chunk to blow.
28124
28125 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
28126         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
28127         Remove old debug output
28128         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
28129         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
28130         (gst_dvdec_set_property), (gst_dvdec_get_property):
28131         Change the quality setting to an enum, so it works from gst-launch
28132         Don't renegotiate a non-linked pad. Allows audio only decoding.
28133         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
28134         (gst_deinterlace_link), (gst_deinterlace_init):
28135         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
28136         (gst_videodrop_link):
28137         Some caps negotiation fixes
28138
28139 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28140
28141         * ext/tarkin/gsttarkin.c :
28142           - Change RANK from NONE to PRIMARY
28143         * ext/gdk_pixbuf/gstgdkpixbuf.c :
28144           - Change RANK from NONE to MARGINAL
28145         * ext/divx/gstdivxenc.c :
28146           - Change RANK from PRIMARY to NONE (encoder/spider issue)
28147
28148 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28149
28150         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
28151         (gst_vorbisenc_push_packet):
28152           copy a function that was added between 1.0 and 1.0.1 until we
28153           depend on worthwhile features of post-1.0
28154
28155 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28156
28157         * configure.ac:
28158           enable shout2 by default
28159         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
28160         (gst_shout2send_base_init), (gst_shout2send_init),
28161         (gst_shout2send_connect), (gst_shout2send_change_state):
28162         * ext/shout2/gstshout2.h:
28163           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
28164           #142262)
28165         * ext/theora/theora.c: (plugin_init):
28166           don't set rank on encoders
28167
28168 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
28169
28170         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
28171           Use codec_data property instead of flag1 and flag2 for wma
28172
28173 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28174
28175         * gst/cdxaparse/gstcdxaparse.c :
28176           - Add mpegversion to CAPS to make it link
28177           - Rank is as GST_RANK_SECONDARY instead of NONE
28178         * gst/auparse/gstauparse.c :
28179           - Document all audio encoding we can encounter from Solaris 9
28180             headers and libsndfile information.
28181           - Increase max. rate from 48000 to 192000 (to match other elements)
28182           - Don't try to play junk data between header and samples
28183
28184 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28185
28186         * ext/libvisual/visual.c: (gst_visual_getcaps):
28187           use the right caps depending on endianness (I hope)
28188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
28189           use GST_RANK_NONE for all non-decoding elements or spider gets
28190           mighty confused
28191
28192 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28193
28194         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
28195           Fix some odd cases and fix BE metadata parsing of unicode16 text.
28196
28197 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28198
28199         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28200         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28201         (gst_switch_loop), (gst_switch_get_type):
28202           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
28203           HEADERS. Had to be said.
28204
28205 2004-05-10  David Schleef  <ds@schleef.org>
28206
28207         * configure.ac: Add prototype Dirac support.
28208         * ext/Makefile.am:
28209         * ext/dirac/Makefile.am:
28210         * ext/dirac/gstdirac.cc:
28211         * ext/dirac/gstdiracdec.cc:
28212
28213 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28214
28215         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
28216         (gst_auparse_init), (gst_auparse_chain),
28217         (gst_auparse_change_state):
28218           Hack around spider. Remove me some day please.
28219
28220 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28221
28222         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28223           Fix for some uninitialized variables in previous patch, also
28224           makes it work. Fixes #142286 while we're at it.
28225
28226 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28227
28228         * gst/auparse/gstauparse.c:
28229                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
28230                 only unsupported formats are ADPCM/CCITT G.72x
28231                 reviewed by Ronald
28232         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
28233
28234 2004-05-10  Wim Taymans  <wim@fluendo.com>
28235
28236         * ext/vorbis/Makefile.am:
28237         * ext/vorbis/README:
28238         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
28239         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
28240         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
28241         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
28242         (gst_oggvorbisenc_convert_sink),
28243         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
28244         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
28245         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
28246         (get_constraints_string), (update_start_message),
28247         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
28248         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
28249         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
28250         * ext/vorbis/oggvorbisenc.h:
28251         * ext/vorbis/vorbis.c: (plugin_init):
28252         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
28253         (raw_caps_factory), (gst_vorbisenc_class_init),
28254         (gst_vorbisenc_init), (gst_vorbisenc_setup),
28255         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
28256         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
28257         * ext/vorbis/vorbisenc.h:
28258         Added a raw vorbis encoder to be used with the oggmuxer.
28259         We still need the old encoder for some gnome applications,
28260         read the README to find out how that works.
28261         The raw encoder is called "rawvorbisenc" until 0.9.
28262
28263 2004-05-10  Wim Taymans  <wim@fluendo.com>
28264
28265         * ext/ogg/gstogg.c: (plugin_init):
28266         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
28267         (gst_ogg_print):
28268         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
28269         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
28270         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
28271         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
28272         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
28273         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
28274         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
28275         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
28276         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
28277         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
28278         Added an ogg muxer.
28279         Small typo fixes in the demuxer.
28280
28281 2004-05-10  Wim Taymans  <wim@fluendo.com>
28282
28283         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28284         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28285         (theora_enc_change_state), (theora_enc_set_property),
28286         (theora_enc_get_property):
28287         Mark the last packet with an EOS flag which is not really needed
28288         in gstreamer.
28289         Do some better video framerate initialisation.
28290         Update the buffer timestamp.
28291
28292 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
28293
28294         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
28295         Return the result of the parent state change call
28296
28297 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28298
28299         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
28300         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
28301         * gst/law/alaw-encode.c : (idem)
28302         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
28303         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
28304         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
28305
28306 2004-05-09  Benjamin Otte  <otte@gnome.org>
28307
28308         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28309           don't use a fixed buffer size when writing variable length data to
28310           it. Fixes memory corruption and makes alsasrc work
28311
28312 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28313
28314         * ext/gnomevfs/gstgnomevfssink.c:
28315         (_gst_boolean_allow_overwrite_accumulator),
28316         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
28317           Run glib's default signal handler (??) in RUN_CLEANUP rather than
28318           RUN_LAST, and don't use that to set the accumulator value because
28319           then it's always FALSE.
28320
28321 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28322
28323         * gst-libs/gst/riff/riff-media.c:
28324         (gst_riff_create_video_caps_with_data),
28325         (gst_riff_create_audio_caps),
28326         (gst_riff_create_audio_template_caps):
28327         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
28328           Fix for unaligned RIFF files (i.e. where all the chunks together
28329           in a LIST chunk are not of the same size as the size given in
28330           the LIST chunk header). Fixes several odd WAVE files. Also fix
28331           ADPCM (block_align property) in audio, so that wavparse based
28332           on this works now as it used to stand-alone.
28333
28334 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
28335
28336         reviewed by Benjamin Otte  <otte@gnome.org>
28337
28338         * ext/a52dec/gsta52dec.c:
28339         * ext/divx/gstdivxdec.c:
28340         * ext/divx/gstdivxenc.c:
28341         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
28342         * ext/faac/gstfaac.c: (gst_faac_base_init):
28343         * ext/faad/gstfaad.c: (gst_faad_base_init):
28344         * ext/ivorbis/vorbisfile.c:
28345         * ext/lame/gstlame.c:
28346         * ext/libfame/gstlibfame.c:
28347         * ext/mpeg2enc/gstmpeg2enc.cc:
28348         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
28349         * ext/sidplay/gstsiddec.cc:
28350         * ext/speex/gstspeexdec.c:
28351         * ext/speex/gstspeexenc.c:
28352         * ext/xvid/gstxviddec.c:
28353         * ext/xvid/gstxvidenc.c:
28354           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
28355           (fixes #142193)
28356
28357 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28358
28359         * ext/alsa/gstalsa.c: (device_list),
28360         (gst_alsa_class_probe_devices):
28361         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
28362           Fix alsa oddness in mixer after the combination of using mixer
28363           in source/sink elements and using hw:x,y instead of just hw:x.
28364
28365 2004-05-09  Benjamin Otte  <otte@gnome.org>
28366
28367         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
28368         (gst_wavparse_create_sourcepad):
28369           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
28370           sourcepads
28371
28372 2004-05-09  Benjamin Otte  <otte@gnome.org>
28373
28374         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
28375           allow discont events before caps nego
28376
28377 2004-05-08  Benjamin Otte  <otte@gnome.org>
28378
28379         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
28380           don't leak events
28381
28382 2004-05-08  Benjamin Otte  <otte@gnome.org>
28383
28384         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
28385         (gst_level_change_state), (gst_level_init):
28386         * gst/level/gstlevel.h:
28387           figure out if we're initialized directly instead of keeping a
28388           variable that's wrong in 90% of cases
28389           don't initialize pads and then leak them and use a new unitialized
28390           pad. (fixes #142084)
28391           these were bugs so n00bish I didn't find them for an hour :/
28392
28393 2004-05-08 Iain <iain@prettypeople.org>
28394
28395         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
28396         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
28397         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
28398         return the length that was read.
28399         (gst_riff_read_strf_auds): Allow fmt tags as well.
28400
28401 2004-05-07  David Schleef  <ds@schleef.org>
28402
28403         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
28404         signed char assumption in faad.h.
28405
28406 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28407
28408         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
28409           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
28410
28411 2004-05-07  Colin Walters  <walters@redhat.com>
28412
28413         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
28414         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
28415         function.
28416         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
28417         Add dispose function.
28418
28419 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
28420         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
28421           Fix caps nego and pad templates. RGB mode caps should
28422           work now.
28423         * ext/dvdnav/gst-dvd:
28424           Move mpeg2dec inside the thread because otherwise the
28425           queue rejects cap changes mid-stream
28426         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
28427         (gst_mpeg2dec_flush_decoder):
28428           For mpeg2dec > 0.4.0, call the flush function instead of
28429           manually extracting all in-flight frames.
28430         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
28431         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
28432           Change mime type video/dv go video/x-dv to match the
28433           rest of gst-plugins
28434
28435 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28436
28437         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28438         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
28439         (gst_alsa_sink_class_init):
28440         * ext/alsa/gstalsasink.h:
28441         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
28442         (gst_alsa_src_class_init):
28443         * ext/alsa/gstalsasrc.h:
28444           Make alsasink/src a subclass of alsamixer so that mixer stuff
28445           shows up in gst-rec. Needs some finetuning.
28446
28447 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28448
28449         * ext/lame/gstlame.c: (gst_lame_chain):
28450           simplify
28451         * ext/mad/gstmad.c: (gst_mad_handle_event):
28452           fix event leak
28453         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28454           be able to detect mp3 files < 4096 bytes
28455
28456 2004-05-06  Wim Taymans  <wim@fluendo.com>
28457
28458         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
28459         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
28460         (theora_enc_set_property), (theora_enc_get_property):
28461         Also encode the first frame, cleanup some code.
28462
28463 2004-05-06  Wim Taymans  <wim@fluendo.com>
28464
28465         * ext/mpeg2enc/gstmpeg2enc.cc:
28466         Forward events first before deciding that negotiation was
28467         not performed.
28468
28469 2004-05-06  Wim Taymans  <wim@fluendo.com>
28470
28471         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28472         First process the events before deciding that negotiation
28473         was not performed.
28474
28475 2004-05-06  Wim Taymans  <wim@fluendo.com>
28476
28477         * ext/theora/Makefile.am:
28478         * ext/theora/theora.c: (plugin_init):
28479         * ext/theora/theoradec.c: (theora_dec_change_state):
28480         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
28481         (gst_theora_enc_class_init), (gst_theora_enc_init),
28482         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
28483         (theora_enc_chain), (theora_enc_change_state),
28484         (theora_enc_set_property), (theora_enc_get_property):
28485         Added a theora encoder, grouped the encoder and decoder into the
28486         same plugin.
28487
28488 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28489
28490         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28491         (gst_jpegenc_chain):
28492         fix DURATION on outgoing buffers
28493         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
28494         debug using time formats
28495         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
28496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
28497         (gst_xvimagesink_sink_link):
28498         windows with width/height 0 generate X errors, so don't allow them
28499
28500 2004-05-05  Wim Taymans  <wim@fluendo.com>
28501
28502         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
28503         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
28504         (gst_mpeg2dec_negotiate_format):
28505         * ext/mpeg2dec/gstmpeg2dec.h:
28506           removed the static pad template so that we can add the
28507           more accurate framerate value to the caps.
28508
28509
28510 2004-05-04  Benjamin Otte  <otte@gnome.org>
28511
28512         * configure.ac:
28513           check for kdemacros.h, too (should fix #141821)
28514         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
28515           don't crash if no header was sent, but nicely error out (fixes part
28516           of #141554)
28517
28518 2004-05-04  Wim Taymans  <wim@fluendo.com>
28519
28520         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
28521         parent dispose function to avoid segfault on destroy.
28522
28523 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28524
28525         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
28526         (plugin_init):
28527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28528         (gst_xvimagesink_sink_link):
28529         clean up debugging caps
28530         also recreate xvimage when format has changed
28531
28532 2004-05-04  Benjamin Otte  <otte@gnome.org>
28533
28534         * ext/libvisual/Makefile.am:
28535         * ext/libvisual/visual.c: (gst_visual_class_init),
28536         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
28537         (gst_visual_srclink), (gst_visual_chain),
28538         (gst_visual_change_state), (plugin_init):
28539           use a GstAdapter to correctly adapt buffer sizes - allows using a
28540           framerate
28541
28542 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28543
28544         * sys/v4l/gstv4lelement.h:
28545         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28546         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
28547         (gst_v4lsrc_buffer_free):
28548         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
28549         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28550         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
28551         (gst_v4lsrc_requeue_frame):
28552         move some debugging categories around
28553         query for fps index and set accordingly if found
28554
28555 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28556
28557         * ext/lame/gstlame.c:
28558         correct defaults that lame_init puts out of range
28559
28560 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28561
28562         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
28563         (gst_divxenc_class_init):
28564         fix range since -1 is the default
28565         * gst/mpeg1sys/gstmpeg1systemencode.c:
28566         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
28567         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
28568         (gst_rtjpegdec_chain):
28569         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
28570         (gst_rtjpegenc_chain):
28571         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
28572         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
28573         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
28574         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
28575         * sys/v4l/gstv4lsrc.c:
28576         * sys/v4l/v4l_calls.c: (gst_v4l_open):
28577         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
28578         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
28579         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
28580         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
28581           remove gst_info calls
28582
28583 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28584
28585         * Makefile.am:
28586         * po/af.po:
28587         * po/az.po:
28588         * po/en_GB.po:
28589         * po/nl.po:
28590         * po/sr.po:
28591         * po/sv.po:
28592           Updated translations
28593
28594 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28595
28596         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28597           refactor/comment code
28598
28599 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28600
28601         * gst/asfdemux/Makefile.am:
28602         * gst/asfdemux/asfheaders.c:
28603         * gst/asfdemux/asfheaders.h:
28604         * gst/asfdemux/gstasf.c: (plugin_init):
28605         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
28606         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
28607         (gst_asf_demux_setup_pad):
28608         * gst/asfdemux/gstasfdemux.h:
28609         * gst/asfdemux/gstasfmux.c:
28610         * gst/asfdemux/gstasfmux.h:
28611           Add tagging support to demuxer, split out registration in its own
28612           file instead of in demux (hacky), and prevent having some tables
28613           in our memory multiple times (in asfheaders.h).
28614
28615 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28616
28617         * gst/matroska/matroska-demux.c:
28618         (gst_matroska_demux_parse_metadata):
28619         * gst/matroska/matroska-ids.h:
28620           Basic tag reading support.
28621
28622 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28623
28624         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
28625           Really detect ac-3 audio.
28626         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
28627           really detect matroska files (off-by-1).
28628
28629 2004-04-30  David Schleef  <ds@schleef.org>
28630
28631         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28632         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
28633         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
28634         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
28635         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
28636         hackage -- parse a lot more atoms, extract a few tags.  One might even
28637         mistake this for tag support.  Maybe it is.
28638         * gst/qtdemux/qtdemux.h:
28639
28640 2004-04-30  Colin Walters  <walters@verbum.org>
28641
28642         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
28643
28644 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
28645
28646         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28647         (gst_ffmpegcolorspace_getcaps):
28648           remove broken nego fix
28649
28650 2004-04-30  Benjamin Otte  <otte@gnome.org>
28651
28652         * configure.ac:
28653         * ext/Makefile.am:
28654         * ext/libvisual/Makefile.am:
28655         * ext/libvisual/visual.c:
28656           add initial support for libvisual (http://libvisual.sourceforge.net)
28657           libvisual is still quite alpha, so expect crashes in there :)
28658
28659 2004-04-29  David Schleef  <ds@schleef.org>
28660
28661         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
28662         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
28663         up qtdemux to make it spit out codec_data.  Do _not_ look at this
28664         code; you will no longer respect me.
28665
28666 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28667
28668         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
28669         * ext/alsa/gstalsa.h :
28670         change alsa pcm device discovery to find more than 1 device
28671         per card. code review by Ronald.
28672
28673 2004-04-29  David Schleef  <ds@schleef.org>
28674
28675         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
28676         Add a check for a driver bug on FreeBSD.  (bug #140565)
28677
28678 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28679
28680         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
28681         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28682         (gst_jpegenc_getcaps):
28683           move format setting to inner loop
28684         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28685         (gst_ffmpegcolorspace_getcaps):
28686           use GST_PAD_CAPS if available so that we use already negotiated
28687           caps
28688         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28689         (qtdemux_parse_moov), (qtdemux_parse):
28690           extra debugging
28691         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
28692         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
28693           move hardcoded path to DEFINE
28694
28695 2004-04-28  David Schleef  <ds@schleef.org>
28696
28697         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
28698         (bug #140064)
28699
28700 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28701
28702         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
28703           Don't probe for playback device if we're a source element. Fixes
28704           #139658.
28705
28706 2004-04-29  Benjamin Otte  <otte@gnome.org>
28707
28708         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28709         (gst_id3_tag_chain):
28710           rewrite buffer offset
28711
28712 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28713
28714         * configure.ac:
28715         * ext/Makefile.am:
28716         * ext/dts/Makefile.am:
28717         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
28718         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
28719         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
28720         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
28721         (gst_dtsdec_loop), (gst_dtsdec_change_state),
28722         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
28723         (plugin_init):
28724         * ext/dts/gstdtsdec.h:
28725           New DTS decoder.
28726         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
28727         (gst_faad_srcconnect):
28728           Add ESDS atom handling (.m4a).
28729
28730 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28731
28732         * ext/divx/gstdivxdec.c: (plugin_init):
28733           Remove comment that makes no sense.
28734         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
28735           Fix for obvious typo that resulted in warnings during gst-register.
28736         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
28737         (gst_xviddec_sink_link):
28738           Fix caps negotiation a bit better.
28739         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
28740           We call this 'codec_data', not 'esds'.
28741
28742 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28743
28744         * gst/monoscope/gstmonoscope.c:
28745           make sure we only provide 256x128
28746         * gst/monoscope/monoscope.c: (monoscope_init):
28747           assert size of 256x128
28748
28749 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28750
28751         * Makefile.am:
28752         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
28753         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
28754           fixate to max width and height of device
28755
28756 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28757
28758         * Makefile.am:
28759         * sys/v4l/gstv4l.c:
28760         * sys/v4l/gstv4lsrc.c:
28761         * sys/v4l/v4l_calls.c:
28762         * sys/v4l/v4lsrc_calls.c:
28763           fix for qc-usb driver which fakes having more than one buffer
28764           by handing the same buffer twice, which confused GStreamer's/v4lsrc
28765           buffer_free override
28766           add debugging
28767
28768 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28769
28770         * Makefile.am:
28771         * gst/videotestsrc/gstvideotestsrc.c:
28772         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
28773         (gst_videotestsrc_init), (gst_videotestsrc_get),
28774         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
28775         * gst/videotestsrc/gstvideotestsrc.h:
28776           add num-buffers property
28777
28778         2004-04-26  Benjamin Otte  <otte@gnome.org>
28779
28780         * ext/mad/gstid3tag.c: (plugin_init):
28781           set id3mux rank to NONE so it doesn't confuse spider
28782           require audio/mpeg,mpegversion=1 in id3mux
28783
28784 2004-04-26  Benjamin Otte  <otte@gnome.org>
28785
28786         * configure.ac:
28787           detect faad correctly as non-working if it's indeed non-working
28788
28789 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28790
28791         * Makefile.am:
28792         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
28793         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
28794         fix _getcaps so it only negotiates to its supported format
28795
28796 2004-04-25  Benjamin Otte  <otte@gnome.org>
28797
28798         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
28799           fix memleak
28800
28801 2004-04-23  Benjamin Otte  <otte@gnome.org>
28802
28803         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
28804           audio/x-raw-int with height rules! not. Now it's depth.
28805
28806 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28807
28808         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
28809         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
28810         (gst_wavparse_loop):
28811           Missing variable initialization. Add handling of DVI ADPCM. Fix
28812           mis-parsing of LIST chunks. This works around a bug where we mis-
28813           parse non-aligning LIST chunks (so LIST chunks where the contents
28814           don't align with the actual LIST size). The correct fix is to use
28815           rifflib, I'm not going to fix wavparse - too much work. All this
28816           fixes #104878.
28817
28818 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28819
28820         reviewed by Benjamin Otte  <otte@gnome.org>
28821
28822         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
28823           fix shoutcast not working (fixes #140844)
28824
28825 2004-04-22  Benjamin Otte  <otte@gnome.org>
28826
28827         * ext/hermes/gsthermescolorspace.c:
28828         (gst_hermes_colorspace_caps_remove_format_info):
28829         * gst/colorspace/gstcolorspace.c:
28830         (gst_colorspace_caps_remove_format_info):
28831         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28832         (gst_ffmpegcolorspace_caps_remove_format_info):
28833           s/gst_caps_simplify/gst_caps_do_simplify/
28834
28835 2004-04-22  Benjamin Otte  <otte@gnome.org>
28836
28837         * gst-libs/gst/riff/riff-media.c:
28838         (gst_riff_create_video_caps_with_data):
28839           mpegversion is an int
28840         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
28841           don't try to create pad templates with NULL caps, use any caps
28842           instead.
28843
28844 2004-04-20  David Schleef  <ds@schleef.org>
28845
28846         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
28847         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
28848         (bug #140384)
28849
28850 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28851
28852         reviewed by David Schleef
28853
28854         * ext/mad/gstid3tag.c: Add stdlib.h
28855         * gst/rtp/gstrtpgsmenc.c: same
28856         * gst/tags/gstid3tag.c: same
28857         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
28858         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
28859         GST_DISABLE_LOADSAVE use.
28860         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
28861         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
28862         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
28863         atol(3)).
28864         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
28865         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
28866         strtoul(3)).
28867         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
28868         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
28869         $(ID3_CFLAGS).
28870         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
28871         $(LIBFAME_CFLAGS).
28872
28873 2004-04-20  David Schleef  <ds@schleef.org>
28874
28875         * gst/realmedia/rmdemux.c:  This was supposed to part of the
28876         last checkin.  Same idea.
28877
28878 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
28879
28880         reviewed by David Schleef
28881
28882         * configure.ac: bump required gstreamer version to 0.8.1.1
28883         because of following changes [--ds]
28884
28885         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
28886         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
28887         (gst_riff_read_header):  Use GST_READ_UINT*
28888         macros to access possibly unaligned memory.
28889
28890         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
28891         (mp3_type_find):  Use GST_READ_UINT*
28892         macros to access possibly unaligned memory.
28893         (mp3_type_find, mpeg1_parse_header, qt_type_find)
28894         (speex_type_find): Likewise
28895
28896         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
28897
28898         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
28899         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
28900         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
28901         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
28902         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
28903         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
28904         macros to access possibly unaligned memory.
28905
28906         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
28907         Likewise.
28908
28909         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
28910         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
28911
28912         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28913         Likewise.
28914
28915         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
28916         (gst_mpeg2subt_chain_subtitle): Likewise.
28917
28918         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
28919         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
28920         Likewise.
28921
28922         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
28923         Likewise.
28924
28925         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
28926         Likewise.
28927
28928         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
28929         Likewise.
28930
28931 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28932
28933         * configure.ac:
28934           update required version of GStreamer because of GST_TIME_FORMAT
28935
28936 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28937
28938         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
28939           remove leftover g_print
28940         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28941           don't try setting only a subset of the caps. We don't want to kill
28942           autoplugging on purpose
28943
28944 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28945
28946         * sys/ximage/ximagesink.c: (plugin_init):
28947         * sys/xvimage/xvimagesink.c: (plugin_init):
28948           add debugging categories
28949
28950 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28951
28952         * po/en_GB.po:
28953         * po/LINGUAS:
28954           Adding en_GB translation (Gareth Owen)
28955
28956 2004-04-20  David Schleef  <ds@schleef.org>
28957
28958         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28959         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
28960         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
28961         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
28962         A number of new features and hacks to extract the esds atom and
28963         put it into the caps.  (bug #137724)
28964
28965 2004-04-19  David Schleef  <ds@schleef.org>
28966
28967         * gconf/Makefile.am: Fix for non-GNU make
28968         * gst-libs/gst/Makefile.am: Change directory order to handle
28969         GstPlay linking with gstinterfaces
28970         * gst-libs/gst/audio/make_filter: make use of tr portable
28971         * gst-libs/gst/play/Makefile.am: Add intended \
28972         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28973         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
28974         function prototype instead of void *.
28975         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
28976         macro.
28977         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28978         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
28979         * gst/videofilter/make_filter: make use of tr portable
28980         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
28981
28982 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
28983
28984         * po/LINGUAS:
28985         * po/uk.po:
28986           Added Ukrainian translation (Maxim V. Dziumanenko)
28987
28988 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28989
28990         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
28991         (gst_gsmdec_link), (gst_gsmdec_chain):
28992           Fix capsnego, simplify chain function slightly.
28993         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
28994           Add GSM.
28995
28996 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28997
28998         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
28999         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
29000         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
29001           Hack to make wavparse work with spider (always -> sometimes pad).
29002           Fixes #135862 && #140411.
29003
29004 2004-04-18  Benjamin Otte  <otte@gnome.org>
29005
29006         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29007         (gst_osselement_rate_probe_check),
29008         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
29009           get rid of \n in debug output
29010
29011 2004-04-17  Iain <iain@prettypeople.org>
29012
29013         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
29014         not just EOS.
29015
29016 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29017
29018         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
29019         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
29020         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
29021         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
29022         (gst_id3_tag_src_link), (gst_id3_tag_chain),
29023         (gst_id3_tag_change_state), (plugin_init):
29024           deprecate id3tag element and replace with id3demux/id3mux.
29025           great side effect: this ugly file is now even uglier, yay!
29026         * ext/mad/gstmad.h:
29027           remove non-available function
29028           update for new get_type
29029
29030 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29031
29032         * configure.ac:
29033           require mpeg2dec >= 0.4.0
29034
29035 2004-04-17  Benjamin Otte  <otte@gnome.org>
29036
29037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29038         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29039         (gst_xvimagesink_set_xwindow_id):
29040           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
29041           assorted cleanup fixes.
29042
29043 2004-04-16  David Schleef  <ds@schleef.org>
29044
29045         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
29046         * sys/xvimage/xvimagesink.h: same
29047
29048 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29049
29050         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29051           Fix GST_ELEMENT_ERROR with (NULL)
29052
29053 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29054
29055         * gst-libs/gst/riff/riff-media.c:
29056         (gst_riff_create_video_caps_with_data):
29057           Add div[3456] as fourccs for DivX 3 (fixes #140137).
29058
29059 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29060
29061         * gst-libs/gst/riff/riff-media.c:
29062         (gst_riff_create_video_caps_with_data),
29063         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
29064         (gst_riff_create_video_template_caps),
29065         (gst_riff_create_audio_template_caps):
29066         * gst-libs/gst/riff/riff-media.h:
29067         * gst-libs/gst/riff/riff-read.c:
29068         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
29069         * gst-libs/gst/riff/riff-read.h:
29070         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29071           Add MS RLE support. I added some functions to read out strf chunks
29072           into strf chunks and the data behind it. This is usually color
29073           palettes (as in RLE, but also in 8-bit RGB). Also use those during
29074           caps creation. Lastly, add ADPCM (similar to wavparse - which
29075           should eventually be rifflib based).
29076         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
29077         (gst_matroska_demux_init), (gst_matroska_demux_reset):
29078         * gst/matroska/matroska-demux.h:
29079           Remove placeholders for some prehistoric tagging system. Didn't add
29080           support for any tag system really anyway.
29081         * gst/qtdemux/qtdemux.c:
29082           Add support for audio/x-m4a (MPEG-4) through spider.
29083         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29084         (gst_wavparse_loop):
29085           ADPCM support (#135862). Increase max. buffer size because we
29086           cannot split buffers for ADPCM (screws references) and I've seen
29087           files with 2048 byte chunks. 4096 seems safe for now.
29088
29089 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29090
29091         * configure.ac: bump nano to 1
29092
29093 === release 0.8.1 ===
29094
29095 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29096
29097         * configure.ac: releasing 0.8.1, "Comforting Sounds"
29098
29099 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29100
29101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29102           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
29103           Fixes #140058
29104
29105 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29106
29107         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
29108           lower rank of dvddemux so that it's not used for mpeg playback.
29109
29110 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29111
29112         * configure.ac:
29113           save libs correctly when checking mad
29114
29115 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29116
29117         * ext/mad/gstid3tag.c: (plugin_init):
29118           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
29119
29120 2004-04-13  David Schleef  <ds@schleef.org>
29121
29122         * common/m4/gst-feature.m4: Call -config scripts with
29123         --plugin-libs if it is supported.
29124         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
29125         JPEG images are image/jpeg.
29126         * gst/debug/Makefile.am:
29127         * gst/debug/negotiation.c: (gst_negotiation_class_init),
29128         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
29129         (gst_negotiation_update_caps), (gst_negotiation_get_property),
29130         (gst_negotiation_plugin_init): Add a property that acts like
29131         filter caps.
29132         * testsuite/gst-lint:  Move license checking to be a standard
29133         test.
29134
29135 2004-04-13  David Schleef  <ds@schleef.org>
29136
29137         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
29138         patch from Sebastien Cote (bug #139958)
29139
29140 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29141
29142         * examples/gstplay/Makefile.am:
29143         * examples/gstplay/player.c: (main):
29144           make the commandline player example use gconf settings
29145
29146 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29147
29148         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29149         (gst_cacasink_sinkconnect), (gst_cacasink_init),
29150         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
29151           init/end library during state transition, not object
29152           creation/disposal.  get rid of custom dispose handler.
29153
29154
29155 2004-04-12  Christian Schaller <Uraeus@gnome.org>
29156
29157         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
29158         be a symlink
29159
29160 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29161
29162         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
29163           Handle JUNK chunks inside data section. Prevents warnings.
29164
29165 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29166
29167         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
29168         (gst_riff_create_video_template_caps):
29169           Add MS video v1.
29170         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29171         (gst_avi_demux_stream_data):
29172           Add support for "rec-list" chunks.
29173
29174 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29175
29176         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
29177           Fix another codecname mismatch.
29178
29179 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29180
29181         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29182           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
29183           so that MJPEG plays back.
29184
29185 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29186
29187         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29188         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
29189         * gst/mpeg1videoparse/gstmp1videoparse.h:
29190           Fix for some slight mis-cuts in buffer parsing, and for some
29191           potential overflows or faults-causers. Adds disconts. Also fixes
29192           #139105 while we're at it.
29193
29194 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29195
29196         * configure.ac:
29197         * sys/v4l2/gstv4l2element.h:
29198           Workaround for missing struct v4l2_buffer declaration in Suse 9
29199           and Mandrake 10 linux/videodev2.h header file (#135919).
29200
29201 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29202
29203         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
29204           Bail out if no filename was given.
29205
29206 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29207
29208         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
29209         (gst_v4l2_fourcc_from_structure):
29210           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
29211           Y41B somewhere).
29212
29213 2004-04-09  Benjamin Otte  <otte@gnome.org>
29214
29215         * ext/gnomevfs/gstgnomevfssink.c:
29216         (_gst_boolean_allow_overwrite_accumulator),
29217         (gst_gnomevfssink_class_init):
29218           fix erase signal - if any handler returns false the file will not be
29219           overwritten. If no handler is connected, the file will not be
29220           overwritten either.
29221           renamed signal to "allow-overwrite"
29222         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
29223           free string when adding it to ID3 failed
29224         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29225           unref event when done
29226         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
29227           free caps
29228         * gst/typefind/gsttypefindfunctions.c:
29229         (mpeg_video_stream_type_find):
29230           fix invalid read
29231
29232 2004-04-08  David Schleef  <ds@schleef.org>
29233
29234         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29235         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
29236
29237 2004-04-08  David Schleef  <ds@schleef.org>
29238
29239         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
29240         we don't support (bug #139532)
29241
29242 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
29243
29244         * ext/mad/gstmad.c: (gst_mad_handle_event),
29245         (gst_mad_check_caps_reset), (gst_mad_chain),
29246         (gst_mad_change_state):
29247           only set explicit caps if they haven't been set before for
29248           this stream.  MPEG-audio sample rate/channels aren't allowed
29249           to change in-stream.
29250           Fixes #139382
29251
29252 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29253
29254         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
29255         (_gst_boolean_did_something_accumulator),
29256         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
29257         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
29258         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
29259         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
29260         (gst_gnomevfssink_change_state):
29261           Fix erase signal. Don't erase by default. Remove handoff signal.
29262           Remove erase property. Don't segfault. General cleanup.
29263
29264 2004-04-07  Benjamin Otte  <otte@gnome.org>
29265
29266         * gst-libs/gst/gconf/test-gconf.c: (main):
29267           add missing gst_init
29268
29269 2004-04-07  Benjamin Otte  <otte@gnome.org>
29270
29271         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29272           free the mutexes, too
29273
29274 2004-04-07  Benjamin Otte  <otte@gnome.org>
29275
29276         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
29277           actually free the URI string
29278         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
29279           compute offset correctly when passing discont events
29280         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29281           don't leak discont events
29282         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
29283           add some missing breaks so caps aren't copied randomly
29284         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
29285           if we realloc memory, we better use it
29286
29287 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29288
29289         * ext/mad/gstmad.c: (normal_seek):
29290           fix GST_FORMAT_TIME usage
29291
29292 2004-04-05  David Schleef  <ds@schleef.org>
29293
29294         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
29295         a deprecated function (hack!)
29296
29297 2004-04-05  Benjamin Otte  <otte@gnome.org>
29298
29299         * ext/esd/esdmon.c: (gst_esdmon_get):
29300           fix nonterminated vararg and memleak
29301
29302 2004-04-05  Benjamin Otte  <otte@gnome.org>
29303
29304         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
29305         (gst_ladspa_init), (gst_ladspa_force_src_caps),
29306         (gst_ladspa_set_property), (gst_ladspa_get_property),
29307         (gst_ladspa_instantiate), (gst_ladspa_activate),
29308         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
29309           clean up debugging
29310
29311 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
29312
29313         reviewed by Benjamin Otte  <otte@gnome.org>
29314
29315         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
29316           check for broken LADSPA parameters (fixes #138635)
29317
29318 2004-04-05  Benjamin Otte  <otte@gnome.org>
29319
29320         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
29321           advertise buffer-frames correctly on sinkpads
29322
29323 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29324
29325         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
29326         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
29327         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
29328         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
29329         (gst_mad_check_caps_reset), (gst_mad_chain):
29330         add more debugging, only reset caps when we're not in error state
29331
29332 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29333
29334         * ext/mad/gstmad.c: add debugging category, comment + cleanups
29335
29336 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29337
29338         reviewed by Benjamin Otte  <otte@gnome.org>
29339
29340         * configure.ac:
29341           fix == in test(1) operator
29342
29343 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
29344
29345         reviewed by Benjamin Otte  <otte@gnome.org>
29346
29347         * configure.ac:
29348           fix --export-symblos-regex to a working regex.
29349
29350 2004-04-04  Benjamin Otte  <otte@gnome.org>
29351
29352         * sys/oss/.cvsignore:
29353           add for oss_probe
29354
29355 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
29356
29357         reviewed by Benjamin Otte  <otte@gnome.org>
29358
29359         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29360           add missing 'new_media' argument (fixes #138168)
29361         * gst/matroska/matroska-demux.c:
29362         (gst_matroska_demux_handle_seek_event):
29363           add vararg terminator (fixes #138169)
29364
29365 2004-04-02  David Schleef  <ds@schleef.org>
29366
29367         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
29368         disted (bug #138914)
29369
29370 2004-04-01  Benjamin Otte  <otte@gnome.org>
29371
29372         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
29373         (gst_alsa_close_audio):
29374           handle case better where a soundcard can't pause
29375         * ext/ogg/gstoggdemux.c:
29376           don't crash when we get events but don't have pads yet
29377
29378 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29379
29380         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
29381           throw an error if we couldn't probe any caps.
29382
29383 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29384
29385         * ext/dvdnav/gst-dvd:
29386         Add a really simple sample DVD player
29387
29388 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
29389
29390         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
29391         (gst_a52dec_push), (gst_a52dec_handle_event),
29392         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
29393         (gst_a52dec_change_state):
29394         * ext/a52dec/gsta52dec.h:
29395           Use a debug category, Output timestamps correctly
29396           Emit tag info, Handle events, tell liba52dec about cpu
29397           capabilities so it can use MMX etc.
29398         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
29399           Fix a crasher accessing invalid memory
29400         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
29401         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
29402         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
29403         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
29404         (dvdnavsrc_query):
29405           Some support for byte-format seeking.
29406           Small fixes for still frames and menu button overlays
29407         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
29408         (gst_mpeg2dec_alloc_buffer):
29409           Use a debug category. Adjust the report level of several items to
29410           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
29411           so it doesn't lose the GstBuffer pointer
29412         * gst/debug/Makefile.am:
29413         * gst/debug/gstdebug.c: (plugin_init):
29414         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
29415         (gst_navseek_base_init), (gst_navseek_class_init),
29416         (gst_navseek_init), (gst_navseek_seek),
29417         (gst_navseek_handle_src_event), (gst_navseek_set_property),
29418         (gst_navseek_get_property), (gst_navseek_chain),
29419         (gst_navseek_plugin_init):
29420         * gst/debug/gstnavseek.h:
29421           Add the navseek debug element for seeking back and forth in a
29422           video stream using arrow keys.
29423         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
29424         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
29425         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
29426         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
29427         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
29428         (gst_mpeg2subt_parse_header), (gst_get_nibble),
29429         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
29430         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
29431         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
29432         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
29433         * gst/mpeg2sub/gstmpeg2subt.h:
29434           Pretty much a complete rewrite. Now a loopbased element. May still
29435           require work to properly synchronise subtitle buffers.
29436         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
29437         (gst_dvd_demux_send_subbuffer):
29438         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
29439           Don't attempt to create subbuffers of size 0
29440           Reduce a couple of error outputs to warnings.
29441         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
29442         (gst_y4mencode_chain):
29443         Output the y4m frame header correctly.
29444
29445 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29446
29447         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29448           throw errors instead of allowing SIGFPE
29449
29450 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29451
29452         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
29453         (gst_gconf_render_bin_from_key):
29454           leak plugging and style fixing
29455
29456 2004-03-31  David Schleef  <ds@schleef.org>
29457
29458         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
29459         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
29460         (bug #138225)
29461         * gst/debug/Makefile.am:
29462         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
29463         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
29464         plugin.
29465         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
29466         (gst_negotiation_base_init), (gst_negotiation_class_init),
29467         (gst_negotiation_init), (gst_negotiation_getcaps),
29468         (gst_negotiation_pad_link), (gst_negotiation_chain),
29469         (gst_negotiation_set_property), (gst_negotiation_get_property),
29470         (gst_negotiation_plugin_init):  New element to talk about random
29471         negotiation things happening in a pipeline.
29472
29473 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29474
29475         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
29476           fix integer addition with help of Stefan Kost
29477
29478 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29479
29480         * po/nl.po: updated Dutch translation (Elros Cyriatan)
29481
29482 2004-03-30  David Schleef  <ds@schleef.org>
29483
29484         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
29485         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
29486         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
29487         (bug #137504)
29488         * ext/mpeg2dec/gstmpeg2dec.h:
29489
29490 2004-03-30  David Schleef  <ds@schleef.org>
29491
29492         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
29493
29494 2004-03-30  David Schleef  <ds@schleef.org>
29495
29496         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
29497         Michael Petullo) to handle .mov
29498
29499 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29500
29501         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
29502         (gst_osselement_rate_check_rate):
29503           probe caps correctly for sound cards that only support one format
29504
29505 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29506
29507         * ext/kio/kiosrc.cpp: (process_events):
29508           update handling event processing if inside KDE - untested
29509
29510 2004-03-29  David Schleef  <ds@schleef.org>
29511
29512         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
29513         by 2 to not interfere with other colorspaces.
29514         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
29515         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
29516         one to not interfere with ffmpeg_colorspace.
29517
29518 2004-03-29  David Schleef  <ds@schleef.org>
29519
29520         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
29521         aren't in the caps.
29522         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
29523         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
29524
29525 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29526
29527         * gst-libs/gst/riff/riff-media.c:
29528           fail on error, don't try to set stuff on NULL caps
29529
29530 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29531
29532         * configure.ac:
29533         * ext/Makefile.am:
29534         * ext/kio/Makefile.am:
29535         * ext/kio/kioreceiver.cpp:
29536         * ext/kio/kioreceiver.h:
29537         * ext/kio/kiosrc.cpp:
29538         * ext/kio/kiosrc.h:
29539           add experimental kiosrc plugin
29540         * ext/alsa/gstalsaplugin.c: (plugin_init):
29541           initialize debugging category only when we're sure registering the
29542           plugins worked.
29543
29544 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29545
29546         * examples/gstplay/player.c: (main):
29547         * gst-libs/gst/play/play.c: (gst_play_class_init),
29548         (gst_play_set_location), (gst_play_set_data_src),
29549         (gst_play_set_video_sink), (gst_play_set_audio_sink),
29550         (gst_play_set_visualization), (gst_play_connect_visualization):
29551           check return values of element_set_state and return FALSE where
29552           failed
29553
29554 2004-03-29  Benjamin Otte  <otte@gnome.org>
29555
29556         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
29557           try harder to check if an event is really a discont
29558
29559 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
29560
29561         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
29562         * po/az.po:
29563
29564 2004-03-28  Benjamin Otte  <otte@gnome.org>
29565
29566         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
29567         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
29568         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
29569           get rid of non-standard "..." ranges in case statements.
29570
29571 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
29572
29573         * gst/mpegstream/gstmpegdemux.c:
29574         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
29575         specific functionality split to the new dvddemux element.
29576         * gst/mpegstream/gstdvddemux.c:
29577         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
29578         streams, derived from mpegdemux.
29579         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
29580         up. SCR based timestamp rewriting can be turned off (will probably
29581         completely disappear soon).
29582         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
29583         hacking. General cleanup. All printf statements replaced by
29584         debugging messages. Almost complete libdvdnav support.
29585         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
29586         by events. New properties for audio and subpicture languages.
29587         (dvdnavsrc_update_highlight): Now uses events.
29588         (dvdnavsrc_user_op): Cleaned up.
29589         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
29590         based). Lots of cleanup, and propper support for most libdvdnav
29591         events.
29592         (dvdnavsrc_make_dvd_event): New function.
29593         (dvdnavsrc_make_dvd_nav_packet_event): New function.
29594         (dvdnavsrc_make_clut_change_event): New function.
29595
29596 2004-03-26  Benjamin Otte  <otte@gnome.org>
29597
29598         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
29599           fix bug where typefinding would claim it's theora whenever less then
29600           7 bytes of data were available
29601
29602 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29603
29604         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
29605         (gst_alawdec_base_init), (gst_alawdec_class_init),
29606         (gst_alawdec_init), (gst_alawdec_chain):
29607         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
29608         (gst_alawenc_base_init), (gst_alawenc_class_init),
29609         (gst_alawenc_init), (gst_alawenc_chain):
29610         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
29611         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
29612         (gst_mulawdec_init), (gst_mulawdec_chain):
29613         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
29614         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
29615         (gst_mulawenc_init), (gst_mulawenc_chain):
29616           Fix capsnego in all four, remove the unused property functions and
29617           simplify the chain functions slightly. I guess we could use macros
29618           or something similar for those, since the code is so similar, but
29619           I'm currently too lazy...
29620
29621 2004-03-24  David Schleef  <ds@schleef.org>
29622
29623         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
29624         (gst_osselement_close_audio), (gst_osselement_probe_caps),
29625         (gst_osselement_get_format_structure),
29626         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
29627         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
29628         (gst_osselement_rate_int_compare): Add code to handle rate probing
29629         (bug #120883)
29630         * sys/oss/gstosselement.h: same
29631         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
29632         Use rate probing provided by osselement.
29633         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
29634
29635 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29636
29637         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
29638         (gst_xvidenc_get_property):
29639           ulong/int mess-up.
29640
29641 2004-03-24  David Schleef  <ds@schleef.org>
29642
29643         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
29644         (gst_speexdec_init):
29645         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
29646         (gst_speexenc_init):  Create the pad template correctly (from
29647         the static pad template, not a NULL pointer.)
29648
29649 2004-03-25  Benjamin Otte  <otte@gnome.org>
29650
29651         * gst/debug/Makefile.am:
29652         * gst/debug/breakmydata.c:
29653           add element that quasi-randomly changes bytes in the stream.
29654           Intended use is robustness checking of demuxers and decoders in
29655           media tests.
29656
29657 2004-03-24  Benjamin Otte  <otte@gnome.org>
29658
29659         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
29660         (gst_alsa_probe_hw_params):
29661         * ext/alsa/gstalsa.h:
29662           debugging output fixes
29663
29664 2004-03-24  Benjamin Otte  <otte@gnome.org>
29665
29666         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
29667           don't g_return_if_fail if element is PLAYING, fail silently as every
29668           other element.
29669         * gst/effectv/gstquark.c: (gst_quarktv_chain):
29670           only fix needed for cast lvalue issues in gst-plugins
29671         * gst/volenv/gstvolenv.c: (gst_volenv_init):
29672           add proxy_getcaps
29673
29674 2004-03-24  Benjamin Otte  <otte@gnome.org>
29675
29676         * gst/level/gstlevel.c: (gst_level_init):
29677           add proxying getcaps function, so level doesn't advertise impossible
29678           caps
29679
29680 2004-03-24  David Schleef  <ds@schleef.org>
29681
29682         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29683         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
29684         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
29685         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
29686         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
29687         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
29688         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
29689         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
29690         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
29691         messages.  Divide the chunk size by the compression ratio
29692         (needed for MACE audio)
29693
29694 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29695
29696         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29697           Fix buffer overflow read error.
29698
29699 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29700
29701         * ext/alsa/gstalsa.h:
29702           Remove unused entry.
29703         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
29704           Add cinepak.
29705         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
29706         (gst_videodrop_link), (gst_videodrop_chain):
29707           Fix, sort of. Was horribly broken with new capsnego. Bah...
29708
29709 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
29710
29711         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
29712         (plugin_init):
29713         Add a monkeysaudio typefind function
29714
29715 2004-03-23  Johan Dahlin  <johan@gnome.org>
29716
29717         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
29718         (gst_play_video_fixate): Check so the structure has the field
29719         before trying to fixate them, this makes it possible to have
29720         fakesinks for video and audio output without printing errors on
29721         the output console.
29722
29723 2004-03-22  David Schleef  <ds@schleef.org>
29724
29725         * sys/oss/Makefile.am:
29726         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
29727         (check_rate), (add_rate):  Rate probing test app.
29728
29729 2004-03-21  Benjamin Otte  <otte@gnome.org>
29730
29731         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
29732         (_fixate_caps_to_int), (gst_audio_convert_fixate):
29733           add a fixation function that pretty much does the right thing (fixes
29734           #137556)
29735
29736 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
29737
29738         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
29739
29740 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
29741
29742         reviewed by: Benjamin Otte  <otte@gnome.org>
29743
29744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29745           terminate gst_event_new_discontinuous correctly (fixes parts of
29746           #137711)
29747
29748 2004-03-19  David Schleef  <ds@schleef.org>
29749
29750         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
29751         since it doesn't depend on X, and it's part of our ABI.
29752
29753 2004-03-19  Iain <iain@prettypeople.org>
29754
29755         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
29756         is_int in the structure, not the local variable.
29757
29758 2004-03-19  David Schleef  <ds@schleef.org>
29759
29760         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
29761         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
29762         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
29763         Improvements in caps negotiation.
29764
29765 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29766
29767         * po/LINGUAS:
29768         * po/af.po:
29769           adding Afrikaans (Petri Jooste)
29770
29771 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29772
29773         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29774         (gst_ffmpegcolorspace_chain):
29775         throw error instead of g_critical (#137588)
29776
29777 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29778
29779         * Makefile.am:
29780         * configure.ac:
29781           dist common and m4 correctly
29782         * po/sv.po:
29783
29784 2004-03-17  David Schleef  <ds@schleef.org>
29785
29786         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
29787         (bug #137348)
29788
29789 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29790
29791         * po/LINGUAS:
29792         * po/sv.po:
29793           adding Swedish translation (Christian Rose)
29794
29795 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
29796
29797         * Makefile.am: use release.mak
29798
29799 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29800
29801         * common/ChangeLog:
29802         * common/gst-autogen.sh:
29803           add some explanation about the version detection
29804         * configure.ac:
29805           fix X check
29806
29807 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29808
29809         * configure.ac: bump nano to 1
29810
29811 === release 0.8.0 ===
29812
29813 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29814
29815         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
29816
29817 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
29818
29819         * configure.ac:
29820           update libtool version
29821         * gst-libs/gst/media-info/Makefile.am:
29822           actually use libtool version
29823
29824 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29825
29826         * configure.ac: fix speex detection to work with 1.0 but not 1.1
29827
29828 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29829
29830         * configure.ac:
29831         * gst-plugins.spec.in:
29832         * pkgconfig/Makefile.am:
29833         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
29834         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29835         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29836         * pkgconfig/gstreamer-libs.pc.in:
29837         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29838         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29839         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
29840         * pkgconfig/gstreamer-plugins.pc.in:
29841           remove @VERSION@ from some of the pc files since core and plugins
29842           are decoupled.
29843           created gstreamer-plugins.pc as it's a better name, but keeping
29844           -libs around for now to get fixes upstream done first.
29845
29846 2004-03-15  Julien MOUTTE <julien@moutte.net>
29847
29848         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
29849         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
29850         * gst-libs/gst/play/play.h:
29851
29852 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29853
29854         * *.c, *.cc: don't mix tabs and spaces
29855
29856 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29857
29858         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
29859           use the new ffmpegcolorspace
29860         * gst-plugins.spec.in:
29861           package new colorspace and media-info
29862         * configure.ac:
29863         * pkgconfig/Makefile.am:
29864           fix some more disting issues
29865         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
29866         * pkgconfig/gstreamer-media-info.pc.in:
29867           generate media-info pc files
29868
29869 2004-03-15  Johan Dahlin  <johan@gnome.org>
29870
29871         * *.h: Revert indenting
29872
29873 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29874
29875         * configure.ac:
29876           adding ffmpegcolorspace element
29877         * gst/ffmpegcolorspace/Makefile.am:
29878         * gst/ffmpegcolorspace/avcodec.h:
29879         * gst/ffmpegcolorspace/common.h:
29880         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29881         * gst/ffmpegcolorspace/dsputil.h:
29882         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29883         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29884         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
29885         (gst_ffmpeg_caps_to_pix_fmt):
29886         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29887         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29888         (gst_ffmpegcolorspace_caps_remove_format_info),
29889         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
29890         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
29891         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
29892         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
29893         (gst_ffmpegcolorspace_set_property),
29894         (gst_ffmpegcolorspace_get_property),
29895         (gst_ffmpegcolorspace_register):
29896         * gst/ffmpegcolorspace/imgconvert.c:
29897         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29898         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29899         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29900         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29901         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29902         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
29903         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
29904         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
29905         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
29906         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
29907         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
29908         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
29909         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
29910         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
29911         (img_get_alpha_info), (deinterlace_line),
29912         (deinterlace_line_inplace), (deinterlace_bottom_field),
29913         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29914         * gst/ffmpegcolorspace/imgconvert_template.h:
29915         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29916         * gst/ffmpegcolorspace/mmx.h:
29917         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
29918           adding ffmpegcolorspace element supplied by Ronald after cleaning
29919           up and pulling in the right bits of upstream source.
29920           I'm sure a better C/compiler wizard could do some cleaning up (for
29921           example use GLIB's malloc stuff), but as a first pass this
29922           works very well
29923
29924 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
29925
29926         * ext/alsa/gstalsa.h:
29927           I assume Ronald forgot to commit the change to have cardname
29928           as a struct member.  Expect some public spanking at the next
29929           opportunity.
29930
29931 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29932
29933         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
29934         (gst_alsa_open_audio), (gst_alsa_close_audio):
29935         * ext/alsa/gstalsa.c:
29936           Don't open the device if we're a mixer (= padless).
29937         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
29938         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
29939         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
29940           Open mixer during state change rather than during object
29941           initialization. Also, get a device name. Currently in a somewhat
29942           hackish fashion, but I didn't really find something better.
29943
29944 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29945
29946         * *.c, *.h: run gst-indent
29947
29948 2004-03-14  Benjamin Otte  <otte@gnome.org>
29949
29950         * gst/modplug/gstmodplug.cc:
29951         * gst/modplug/gstmodplug.h:
29952           set correct timestamps on outgoing buffers
29953
29954 2004-03-14  Benjamin Otte  <otte@gnome.org>
29955
29956         * gst/modplug/gstmodplug.cc:
29957           handle events - don't do crap when a discont arrives that's not
29958           necessary
29959           This allows correct loading and playback of mods in Rhythmbox
29960
29961 2004-03-14  Benjamin Otte  <otte@gnome.org>
29962
29963         * configure.ac:
29964         * gst-libs/gst/gconf/Makefile.am:
29965         * pkgconfig/Makefile.am:
29966           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
29967           they get rebuilt properly
29968         * configure.ac:
29969           when checking for vorbis, try pkgconfig first.
29970         * gst/modplug/gstmodplug.cc:
29971           add fixate function
29972
29973 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29974
29975         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29976           Fix for obvious mistake, where we first shift the offset and then
29977           read a samplesize element assuming the old offset. Note that this
29978           part still has something weird, i.e. my movies containing those
29979           don't actually play well, but at least there's something that looks
29980           like sound now.
29981
29982 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
29983         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
29984         (plugin_init):
29985         Add a typefind function for speex format
29986
29987 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29988
29989         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
29990         (gst_asf_demux_setup_pad):
29991           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
29992           instead of 0. Reason is simple: some elements have a fps range
29993           of 1-max instead of 0-max. So now ASF video actually works.
29994
29995 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
29996
29997         * po/LINGUAS:
29998         * po/sr.po:
29999           adding serbian as a language
30000
30001 2004-03-13  Benjamin Otte  <otte@gnome.org>
30002
30003         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30004           return taglist correctly from _get function, don't gst_pad_push it.
30005           (fixes #137042)
30006
30007 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30008         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30009
30010 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30011
30012         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
30013         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
30014         (gst_alsa_mixer_track_new):
30015         * ext/alsa/gstalsamixertrack.h:
30016           Fix ancient leftovers... MixerTrack is a GObject.
30017
30018 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30019
30020         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
30021         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30022           Don't block during probing...
30023
30024 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30025
30026         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
30027         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
30028         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
30029         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
30030         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
30031         (gst_alsa_open_audio), (gst_alsa_close_audio):
30032         * ext/alsa/gstalsa.h:
30033           Add propertyprobe interface implementation, add some device-name
30034           property, all this so that it looks good in gnome-volume-control.
30035
30036 2004-03-12  David Schleef  <ds@schleef.org>
30037
30038         * configure.ac: the Hermes library controls hermescolorspace, not
30039         colorspace.
30040         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30041         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
30042         not /* */
30043         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
30044         * ext/sdl/sdlvideosink.h: ditto.
30045         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
30046
30047 2004-03-12  Benjamin Otte  <otte@gnome.org>
30048
30049         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
30050         (gst_x_overlay_got_xwindow_id):
30051         * gst-libs/gst/xoverlay/xoverlay.h:
30052           replace XID with unsigned long to get rid of the xlibs dependency in
30053           XOverlay (fixes #137004)
30054
30055 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
30056         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
30057         (gst_agingtv_setup):
30058         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
30059         (gst_dicetv_base_init), (gst_dicetv_class_init),
30060         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
30061         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
30062         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
30063         (gst_edgetv_setup), (gst_edgetv_rgb32):
30064         * gst/effectv/gsteffectv.c:
30065         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
30066         (gst_quarktv_set_property):
30067         * gst/effectv/gstrev.c: (gst_revtv_get_type),
30068         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
30069         (gst_revtv_setup), (gst_revtv_rgb32):
30070         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
30071         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
30072         (gst_shagadelictv_init), (gst_shagadelictv_setup),
30073         (gst_shagadelictv_rgb32):
30074         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
30075         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
30076         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
30077         * gst/effectv/gstwarp.c:
30078         Port everything that can be ported to videofilter and fix up the caps.
30079         Can someone with a big-endian machine please check these?
30080
30081 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30082
30083         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
30084         (gst_osssink_chain), (gst_osssink_change_state):
30085           Latest fixes for A/V sync, audio playback and such. This is about
30086           all... MPEG playback issues are mostly related to the async build-
30087           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
30088
30089 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30090
30091         patch from: Stephane Loeuillet
30092
30093         * configure.ac:
30094           use pkg-config for some libraries, falling back to the old .m4 way
30095           (fixes #131270)
30096         * m4/libdv.m4:
30097           removed
30098
30099 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
30100
30101         * configure.ac:
30102         * tools/Makefile.am:
30103         * tools/Makefile.in:
30104         * tools/gst-launch-ext-m.m:
30105         * tools/gst-launch-ext.1.in:
30106         * tools/gst-visualise-m.m:
30107         * tools/gst-visualise.1:
30108         * tools/gst-visualise.1.in:
30109           reorganizing generation of script tools
30110
30111 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30112
30113         * ext/divx/gstdivxdec.c:
30114           Downgrade priority. We prefer ffdec_mpeg4.
30115         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
30116         (gst_faad_chain), (gst_faad_change_state):
30117           Fix capsnego. Doesn't work for some sounds because we don't have
30118           a 5:1 to stereo element.
30119         * ext/xvid/gstxvid.c: (plugin_init):
30120           Add priority.
30121         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30122         (gst_osssink_change_state):
30123           Add discont handling.
30124
30125 2004-03-09  Colin Walters  <walters@verbum.org>
30126
30127         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
30128         conversion.
30129
30130 2004-03-09  Benjamin Otte  <otte@gnome.org>
30131
30132         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30133           the signals take 2 arguments
30134
30135 2004-03-09  David Schleef  <ds@schleef.org>
30136
30137         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
30138         (gst_alsa_fixate): Add fixate function.  (bug #136686)
30139         * ext/alsa/gstalsa.h:
30140         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
30141
30142 2004-03-09  Benjamin Otte  <otte@gnome.org>
30143
30144         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
30145         (gst_mikmod_change_state):
30146         * ext/mikmod/gstmikmod.h:
30147           make mikmod's loop function not loop infinitely and call
30148           gst_element_yield anymore
30149         * gst/modplug/gstmodplug.cc:
30150           fix pad negotiation (fixes #136590)
30151
30152 2004-03-09  David Schleef  <ds@schleef.org>
30153
30154         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
30155         doesn't conflict with the internal colorspace plugin.
30156         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
30157         satisfy the crappy-ass shell shipped by a certain vendor.
30158         * gst/videofilter/make_filter: same (bug #135299)
30159
30160 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30161
30162         * configure.ac: bump nano to 1
30163
30164 === release 0.7.6 ===
30165
30166 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30167
30168         * configure.in: releasing 0.7.6, "There"
30169
30170 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30171
30172         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30173         * pkgconfig/gstreamer-play.pc.in:
30174           synchronize the two
30175
30176 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30177
30178         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
30179         (cdparanoia_open), (cdparanoia_event):
30180           fix/add error handling
30181         * po/POTFILES.in:
30182           add cdparanoia source
30183         * tools/Makefile.am:
30184           make scripts executable
30185
30186 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30187
30188         * configure.ac:
30189         * ext/vorbis/Makefile.am:
30190         * sys/Makefile.am:
30191           remove id3types, vorbisfile and xvideosink from the build (#133783)
30192
30193 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30194
30195         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30196           Fix metadata read crash (#136537).
30197
30198 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30199
30200         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
30201         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
30202           adding mime types, fixing the one-stop function
30203
30204 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30205
30206         * ext/nas/nassink.c and /ext/nas/nassink.h:
30207         More NAS love from Arwed von Merkatz
30208         So lets all sing 'Can you feel the NAS tonight'
30209
30210 2004-03-08  Christian Schaller <Uraeus@gnome.org>
30211
30212         * tools/gst-launch-ext.in:
30213         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
30214
30215 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30216
30217         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
30218         (gst_mpeg2dec_init):
30219         remove the user_data pad for now, because it is being used in
30220         fixating causing MPEG playback to fixate on 1000 Hz for playback.
30221         If someone knows how to fix this properly, please do.
30222
30223 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
30224
30225         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30226         (gst_osssink_get_time):
30227         add a warning, IMO this won't get triggered anymore, remove later
30228
30229 2004-03-07  David Schleef  <ds@schleef.org>
30230
30231         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
30232         format (bug #136470)
30233
30234 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30235
30236         * gst-libs/Makefile.am:
30237         * gst-libs/gst/media-info/Makefile.am:
30238         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
30239         (error_callback), (gst_media_info_error_create),
30240         (gst_media_info_error_element), (gmip_init), (gmip_reset),
30241         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
30242         * gst-libs/gst/media-info/media-info-priv.h:
30243         * gst-libs/gst/media-info/media-info-test.c: (main):
30244         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30245         (gst_media_info_class_init), (gst_media_info_instance_init),
30246         (gst_media_info_set_source), (gst_media_info_read_with_idler),
30247         (gst_media_info_read_idler), (gst_media_info_read):
30248         * gst-libs/gst/media-info/media-info.h:
30249         fixed, should work now
30250
30251 2004-03-07  Christian Schaller <Uraeus@gnome.org>
30252
30253         * ext/nas/nassink.c:
30254         A bunch of NAS fixes from Arwed von Merkatz
30255
30256 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30257
30258         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30259         (qtdemux_parse_trak):
30260           Fix crash (j might be greater than n_samples, in which case we're
30261           writing outside the allocated space for the array) and memleak.
30262
30263 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30264
30265         * sys/oss/gstosssink.c: (gst_osssink_chain):
30266           And another caller that couldn't handle delay < 0 (unsigned
30267           integer overflow). Video now continues playing on an audio
30268           buffer underrun, and the clock continues working. Audio still
30269           stalls.
30270
30271 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30272
30273         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30274         (gst_osssink_get_time):
30275           get_delay() may return values lower than 0. In those cases, we
30276           should not actually cast to *unsigned* int64, that will break
30277           stuff horribly. In my case, it screwed up A/V sync in movies
30278           in totem rather badly.
30279
30280 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30281
30282         * ext/faac/gstfaac.c: (gst_faac_chain):
30283         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30284         * ext/libpng/gstpngenc.c: (user_write_data):
30285         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30286         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
30287         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
30288         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30289         Fix several misuse of gst_buffer_merge (it doesn't take ownership
30290         of any buffer), should fix some leaks. I hope I didn't unref buffers
30291         that shouldn't be...
30292
30293 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30294
30295         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30296         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
30297         (error_callback), (gmi_reset), (gmi_seek_to_track),
30298         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
30299         (gmip_find_type_post), (gmip_find_stream_post),
30300         (gmip_find_track_streaminfo_post):
30301         * gst-libs/gst/media-info/media-info-priv.h:
30302         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
30303         (info_print), (main):
30304         * gst-libs/gst/media-info/media-info.c:
30305         (gst_media_info_error_create), (gst_media_info_error_element),
30306         (gst_media_info_instance_init), (gst_media_info_get_property),
30307         (gst_media_info_new), (gst_media_info_set_source),
30308         (gst_media_info_read_idler), (gst_media_info_read):
30309         * gst-libs/gst/media-info/media-info.h:
30310           first pass at making this work again.  This seems to work on
30311           tagged ogg/vorbis and mp3 files.
30312
30313 2004-03-06  Benjamin Otte  <otte@gnome.org>
30314
30315         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30316           fix huge leak: gst_buffer_merge doesn't unref the first argument
30317           itself.
30318
30319 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30320
30321         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
30322           report layer/mode/emphasis
30323
30324 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30325
30326         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
30327
30328 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30329
30330         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
30331           signal serial
30332
30333 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30334
30335         * ext/vorbis/vorbis.c: (plugin_init):
30336         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30337         (gst_vorbis_dec_init), (vorbis_dec_event):
30338         add debug category
30339         make vorbisdec handle _BYTE and _TIME queries
30340
30341 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30342
30343         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
30344           from the xing header
30345
30346 2004-03-06  Benjamin Otte  <otte@gnome.org>
30347
30348         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
30349         (gst_audio_convert_link), (gst_audio_convert_change_state),
30350         (gst_audio_convert_buffer_from_default_format):
30351           do conversions from/to float correctly, fix some caps nego errors,
30352           export correct supported caps in template and getcaps, use correct
30353           caps in try_set_caps functions
30354
30355 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30356
30357         For some reason, I only committed a ChangeLog entry yesterday and
30358         not the corresponding code...
30359         * ext/mad/gstmad.c: Fix detection of Xing headers
30360         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30361
30362 2004-03-06  Benjamin Otte  <otte@gnome.org>
30363
30364         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
30365         (gst_ogg_demux_src_query):
30366           make sure to handle the case where there's no current chain
30367           gracefully.
30368
30369 2004-03-05  David Schleef  <ds@schleef.org>
30370
30371         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
30372         Add fixate function. (bug #131128)
30373         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
30374         (gst_sdlvideosink_fixate):  Add fixate function.
30375         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30376         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
30377         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
30378         Fix missing break that was causing ulaw to be interpreted as
30379         raw int.
30380
30381 2004-03-05  David Schleef  <ds@schleef.org>
30382
30383         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
30384         Fix code that ignores return value of gst_buffer_merge().
30385         (bug #114560)
30386         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
30387         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
30388         * testsuite/gst-lint:  Check for above.
30389
30390 2004-03-05  David Schleef  <ds@schleef.org>
30391
30392         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
30393         caps and throw an element error.  (bug #136334)
30394
30395 2004-03-05  David Schleef  <ds@schleef.org>
30396
30397         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
30398         (gst_faad_chain): Fix negotiation.
30399         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
30400         key and button events.
30401         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
30402         dung heap of code.
30403         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
30404         depends on gconf
30405         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
30406         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
30407         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
30408         function to encourage better negotiation, particularly between
30409         audioconvert and osssink.
30410         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
30411         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
30412         more important.
30413         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
30414         typefinding.
30415         * gst/vbidec/vbiscreen.c:  Add glib header
30416         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
30417
30418 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
30419
30420         * ext/mad/gstmad.c: Fix detection of Xing headers
30421         * gst/tags/gstid3tag.c: Changes to support TLEN tags
30422
30423 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30424
30425         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30426         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
30427           debug updates
30428
30429 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
30430
30431         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30432         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
30433         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
30434         files, and report the parsed length as a GST_TAG_DURATION tag.
30435         * gst/tags/gstid3tag.c: support TLEN (duration) tag
30436
30437 2004-03-05  Benjamin Otte  <otte@gnome.org>
30438
30439         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
30440           convert channels correctly. convert correctly to unsigned.
30441
30442 2004-03-05  Julien MOUTTE <julien@moutte.net>
30443
30444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
30445         we have a window before clearing it.
30446
30447 2004-03-05  Julien MOUTTE <julien@moutte.net>
30448
30449         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
30450         have a window before clearing it.
30451
30452 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30453
30454         * gconf/gstreamer.schemas.in:
30455         * gst-libs/gst/gconf/Makefile.am:
30456           version installation path the same way as for 0.6
30457         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
30458         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
30459         * pkgconfig/gstreamer-play-uninstalled.pc.in:
30460           remove comment that was fixed
30461
30462 2004-03-05  David Schleef  <ds@schleef.org>
30463
30464         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
30465         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
30466         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
30467         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
30468         Add prototype code for handling seeking and querying.
30469
30470 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30471
30472         * examples/gstplay/player.c: (main):
30473           Initialize variables to NULL. Prevents a segfault because the
30474           (uninitialized) variable is not NULL, resulting in a crash on
30475           trying to reach error->message.
30476
30477 2004-03-05  Benjamin Otte  <otte@gnome.org>
30478
30479         * gst/audioconvert/gstaudioconvert.c:
30480         (gst_audio_convert_buffer_to_default_format):
30481         make float=>int conversion work correctly even in cornercases.
30482
30483 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
30484
30485         * debian/README.Debian:
30486         * debian/build-deps:
30487         * debian/changelog:
30488         * debian/control:
30489         * debian/control.in:
30490         * debian/copyright:
30491         * debian/gstreamer-a52dec.files:
30492         * debian/gstreamer-aa.files:
30493         * debian/gstreamer-alsa.files:
30494         * debian/gstreamer-alsa.manpages:
30495         * debian/gstreamer-arts.files:
30496         * debian/gstreamer-artsd.files:
30497         * debian/gstreamer-audiofile.files:
30498         * debian/gstreamer-avifile.files:
30499         * debian/gstreamer-cdparanoia.files:
30500         * debian/gstreamer-colorspace.files:
30501         * debian/gstreamer-doc.files:
30502         * debian/gstreamer-dv.files:
30503         * debian/gstreamer-dvd.files:
30504         * debian/gstreamer-esd.files:
30505         * debian/gstreamer-festival.files:
30506         * debian/gstreamer-flac.files:
30507         * debian/gstreamer-gconf.conffiles:
30508         * debian/gstreamer-gconf.files:
30509         * debian/gstreamer-gconf.postinst:
30510         * debian/gstreamer-gnomevfs.files:
30511         * debian/gstreamer-gsm.files:
30512         * debian/gstreamer-http.files:
30513         * debian/gstreamer-jack.files:
30514         * debian/gstreamer-jpeg.files:
30515         * debian/gstreamer-mad.files:
30516         * debian/gstreamer-mikmod.files:
30517         * debian/gstreamer-misc.files:
30518         * debian/gstreamer-mpeg2dec.files:
30519         * debian/gstreamer-oss.files:
30520         * debian/gstreamer-plugin-apps.files:
30521         * debian/gstreamer-plugin-apps.manpages:
30522         * debian/gstreamer-plugin-libs-dev.files:
30523         * debian/gstreamer-plugin-libs.files:
30524         * debian/gstreamer-plugin-template.postinst:
30525         * debian/gstreamer-plugin-template.postrm:
30526         * debian/gstreamer-sdl.files:
30527         * debian/gstreamer-sid.files:
30528         * debian/gstreamer-vorbis.files:
30529         * debian/gstreamer-x.files:
30530         * debian/mk.control:
30531         * debian/rules:
30532         Debian package info not maintained here.
30533
30534 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30535
30536         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
30537         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
30538         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
30539         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
30540         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
30541         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
30542         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
30543         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
30544         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
30545         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
30546         * gst-libs/gst/colorbalance/colorbalance.c:
30547         (gst_color_balance_class_init):
30548         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30549         (gst_color_balance_channel_class_init):
30550         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
30551         * gst-libs/gst/play/play.c: (gst_play_class_init):
30552         * gst-libs/gst/propertyprobe/propertyprobe.c:
30553         (gst_property_probe_iface_init):
30554         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
30555         * gst-libs/gst/tuner/tunerchannel.c:
30556         (gst_tuner_channel_class_init):
30557         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
30558         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
30559         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
30560         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
30561         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
30562         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
30563         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
30564         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
30565         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
30566           fix signals to use - instead of _
30567         * ext/libcaca/gstcacasink.h:
30568         * ext/sdl/sdlvideosink.h:
30569           fix header rename
30570
30571 2004-03-04  David Schleef  <ds@schleef.org>
30572
30573         * testsuite/gst-lint:  Add a check for bad signal names.
30574
30575 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
30576
30577         reviewed by David Schleef
30578
30579         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
30580         modified the alpha channel and caused a warning. (bug #136192)
30581
30582 2004-04-03  Christian Schaller <Uraeus@gnome.org>
30583
30584         * gst-plugins.spec.in:
30585         Change names of plugins to actually be correct. Try to keep things
30586         alphabetical to avoid getting beat up by Thomas
30587
30588 2004-03-03  Julien MOUTTE <julien@moutte.net>
30589
30590         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
30591         Using ximagesink as a default if no gconf key found. We should
30592         probably consider using alsasink instead of osssink for the audio
30593         part.
30594
30595 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30596
30597         * configure.ac:
30598           fix --with-plugins, don't think it ever worked before
30599         * gst-plugins.spec.in:
30600           even more updates
30601
30602 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30603
30604         * ext/sdl/sdlvideosink.h:
30605         * sys/ximage/ximagesink.h:
30606         * sys/xvideo/xvideosink.h:
30607         * sys/xvimage/xvimagesink.h:
30608           Fix for move of gstvideosink.h -> videosink.h.
30609
30610 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30611
30612         * gst-libs/gst/xwindowlistener/Makefile.am:
30613           this is a plugin library, not a library
30614
30615 2004-03-01  David Schleef  <ds@schleef.org>
30616
30617         * AUTHORS:  Added some names.  Add yourself if you're still
30618         missing.
30619
30620 2004-03-01  David Schleef  <ds@schleef.org>
30621
30622         * MAINTAINERS: Add
30623
30624 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30625
30626         * gst-plugins.spec.in: clean up spec file
30627
30628 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30629
30630         * gst-libs/gst/video/Makefile.am:
30631         * gst-libs/gst/video/gstvideosink.c:
30632         * gst-libs/gst/video/gstvideosink.h:
30633           rename gstvideosink.h to videosink.h to match other headers
30634         * gst/mixmatrix/Makefile.am:
30635           fix plugin filename
30636         * gst/tags/Makefile.am: fix plugin filename
30637
30638 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30639
30640         * gst/tags/Makefile.am: fix plugin filename
30641
30642 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
30643
30644         * examples/gstplay/player.c: (got_time_tick), (main):
30645           add error handler
30646           display time_tick more readably
30647         * gst/mixmatrix/Makefile.am:
30648           fix plugin file name
30649
30650 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
30651
30652         * sys/oss/gstosselement.c: (gst_osselement_probe),
30653         (device_combination_append), (gst_osselement_class_probe_devices):
30654         * sys/oss/gstosselement.h:
30655           Reworked enumeration of oss dsps and mixers so that gst-mixer works
30656           on my system using alsa oss emulation, fixes bug #135597
30657
30658 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30659
30660         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
30661         (gst_videodrop_chain), (gst_videodrop_change_state):
30662         * gst/videodrop/gstvideodrop.h:
30663           Work based on timestamp of input data, not based on the expected
30664           framerate from the input. The consequence is that this element now
30665           not only scales framerates, but also functions as a framerate
30666           corrector or framerate stabilizer/constantizer.
30667
30668 2004-02-27  David Schleef  <ds@schleef.org>
30669
30670         patches from jmmv@menta.net (Julio M. Merino Vidal)
30671
30672         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
30673         GST_ELEMENT_ERROR call (bug #135634)
30674         * gst/interleave/interleave.c: (interleave_buffered_loop),
30675         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
30676         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
30677         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
30678         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
30679         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
30680         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
30681         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
30682         Fix GST_ELEMENT_ERROR call.
30683         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
30684         GST_ELEMENT_ERROR call.
30685
30686 2004-02-27  Benjamin Otte  <otte@gnome.org>
30687
30688         * gst-libs/gst/audio/audio.h:
30689           add macro to make sure header isn't included twice
30690         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30691           don't use gst_buffer_free
30692         * gst/playondemand/filter.func:
30693           don't use gst_data_free. Free data only once.
30694
30695 2004-02-26  David Schleef  <ds@schleef.org>
30696
30697         * gst-libs/gst/colorbalance/Makefile.am:
30698         * gst-libs/gst/mixer/Makefile.am:
30699         * gst-libs/gst/tuner/Makefile.am:
30700         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
30701         should not be disted, -marshal.h files should not be installed,
30702         and -enum.h files _should_ be installed.  Fix to make this the
30703         case.
30704
30705 === release 0.7.5 ===
30706
30707 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
30708
30709         * configure.ac: release 0.7.5, "Under The Sea"
30710
30711 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30712
30713         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
30714         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
30715         * gst/videoscale/gstvideoscale.c:
30716         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30717           assorted debug/warning fixes
30718
30719 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30720
30721         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
30722         (gst_videoscale_init), (gst_videoscale_chain),
30723         (gst_videoscale_set_property), (plugin_init):
30724         * gst/videoscale/gstvideoscale.h:
30725         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
30726         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
30727         (gst_videoscale_planar400), (gst_videoscale_packed422),
30728         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
30729         (gst_videoscale_24bit), (gst_videoscale_16bit),
30730         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
30731         (gst_videoscale_scale_plane_slow),
30732         (gst_videoscale_scale_point_sample),
30733         (gst_videoscale_scale_nearest),
30734         (gst_videoscale_scale_nearest_str2),
30735         (gst_videoscale_scale_nearest_str4),
30736         (gst_videoscale_scale_nearest_32bit),
30737         (gst_videoscale_scale_nearest_24bit),
30738         (gst_videoscale_scale_nearest_16bit):
30739         add debugging category and use it properly
30740         fix use of GST_PTR_FORMAT
30741
30742 2004-02-25  Andy Wingo  <wingo@pobox.com>
30743
30744         * gst/interleave/interleave.c (interleave_buffered_loop): Always
30745         push only when channel->buffer is NULL. Prevents segfaults doing
30746         the state change after a nonlocal exit, like a scheme exception.
30747
30748         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
30749         Handle the case where the intersected caps is empty.
30750
30751 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
30752
30753         * gst/law/mulaw-decode.c: (mulawdec_link):
30754         * gst/law/mulaw.c: (plugin_init):
30755           fix mulawdec so it actually works again
30756
30757 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
30758
30759         reviewed by: David Schleef  <ds@schleef.org>
30760
30761         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
30762         (gst_gamma_init), (gst_gamma_set_property),
30763         (gst_gamma_get_property), (gst_gamma_calculate_tables),
30764         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
30765         for RGB, with separate r g and b correction factors. (#131167)
30766
30767 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
30768
30769         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30770           only signal tags for bitrate if they're > 0 (#134894)
30771
30772 2004-02-24  David Schleef  <ds@schleef.org>
30773
30774         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
30775         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
30776         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
30777         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
30778         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
30779         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
30780         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
30781         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
30782         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
30783         category.  Attempt to fix timestamp calculation.
30784
30785 2004-02-24  Johan Dahlin  <johan@gnome.org>
30786
30787         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
30788
30789 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30790
30791         * configure.ac:
30792         * gconf/Makefile.am:
30793         * gconf/gstreamer.schemas:
30794         * gst-libs/gst/gconf/Makefile.am:
30795         * gst-libs/gst/gconf/gconf.c:
30796           version gconf schemas and install locations
30797
30798 2004-02-23  Benjamin Otte  <otte@gnome.org>
30799
30800         * ext/xine/xineinput.c: (gst_xine_input_dispose):
30801         (gst_xine_input_subclass_init):
30802           call parent dispose.
30803           change pad template for CD reader correctly
30804         * ext/xine/Makefile.am:
30805         * ext/xine/gstxine.h:
30806         * ext/xine/xine.c: (plugin_init):
30807         * ext/xine/xineaudiosink.c:
30808           wrap audio sinks, too
30809         * gst-libs/gst/resample/private.h:
30810         * gst-libs/gst/resample/resample.c: (gst_resample_init),
30811         (gst_resample_reinit), (gst_resample_scale),
30812         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
30813         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
30814         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
30815         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
30816         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
30817         * gst-libs/gst/resample/resample.h:
30818         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
30819         (gst_audioscale_class_init), (gst_audioscale_link),
30820         (gst_audioscale_get_buffer), (gst_audioscale_init),
30821         (gst_audioscale_chain), (gst_audioscale_set_property),
30822         (gst_audioscale_get_property):
30823         * gst/audioscale/gstaudioscale.h:
30824           s/resample_*/gst_resample_*/i to not clobber namespaces
30825
30826 2004-02-23  Julien MOUTTE  <julien@moutte.net>
30827
30828         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
30829         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
30830         (gst_riff_create_video_template_caps),
30831         (gst_riff_create_audio_template_caps),
30832         (gst_riff_create_iavs_template_caps):
30833         * gst-libs/gst/riff/riff-media.h:
30834         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30835         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
30836         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
30837         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30838         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
30839         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
30840         (gst_matroska_demux_plugin_init): First batch implementing audio and
30841         video codec tags in demuxers.
30842
30843 2004-02-22  Benjamin Otte  <otte@gnome.org>
30844
30845         * ext/xine/Makefile.am:
30846         * ext/xine/gstxine.h:
30847         * ext/xine/xine.c: (plugin_init):
30848         * ext/xine/xineinput.c:
30849           add input plugin wrapper. Playback from files, http, mms and cdda
30850           works.
30851         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
30852           remove leftover G_GNUC_UNUSED
30853         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
30854         (gst_asf_demux_identify_guid):
30855           improve debugging output
30856
30857 2004-02-22  Benjamin Otte  <otte@gnome.org>
30858
30859         reported by: Padraig O'Briain <padraig.obriain@sun.com>
30860
30861         * autogen.sh:
30862           replace test -e with test -x for mkinstalldirs to be more portable.
30863           (fixes #134816)
30864
30865 2004-02-22  Benjamin Otte  <otte@gnome.org>
30866
30867         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
30868
30869         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
30870           set rank to PRIMARY
30871         * gst/volume/gstvolume.c: (plugin_init):
30872           set rank to NONE
30873         fixes #134960
30874
30875 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
30876
30877         reviewed by Benjamin Otte  <otte@gnome.org>
30878
30879         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30880           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
30881
30882 2004-02-22  Benjamin Otte  <otte@gnome.org>
30883
30884         * configure.ac:
30885           export [_]*{gst,Gst,GST}.* symbols from plugins
30886
30887 2004-02-22  Christophe Fergeau <teuf@gnome.org>
30888
30889         reviewed by: Benjamin Otte  <otte@gnome.org>
30890
30891         * ext/lame/gstlame.c: (add_one_tag):
30892         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30893         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
30894         (gst_vorbisenc_metadata_set1):
30895         * gst/tags/gstid3tag.c:
30896         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
30897           apply fixes from bugs #135042 (lame can't write tags) and #133817
30898           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
30899
30900 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
30901
30902         * configure.ac: Export only gst_plugin_desc from plugins.
30903          Note that this change only makes any effect with Linux using libtool
30904          1.5.2 or higher. Otherwise it is silently ignored, but it would build
30905          fine. And don't try to have several versions of libtool in different
30906          directories.
30907
30908 2004-02-20  Andy Wingo  <wingo@pobox.com>
30909
30910         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
30911         interleave respectively.
30912
30913         * gst/interleave/deinterleave.c: New plugin: deinterleave
30914         (replaces on oneton).
30915         * gst/interleave/interleave.c: New plugin: interleave.
30916         * gst/interleave/plugin.h: Support file.
30917         * gst/interleave/plugin.c: Support file.
30918
30919         * configure.ac: Remove intfloat and oneton, add interleave.
30920
30921         * ext/sndfile/gstsf.c: Handle events better.
30922
30923         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
30924         and float2int operation. int2float has scheduling problems as
30925         noted in in2float_chain.
30926
30927 2004-02-20  Benjamin Otte  <otte@gnome.org>
30928
30929         * ext/xine/Makefile.am:
30930         * ext/xine/gstxine.h:
30931         * ext/xine/xine.c:
30932         * ext/xine/xineaudiodec.c:
30933         * ext/xine/xinecaps.c:
30934           add first version of xine plugin wrapper. Currently only wraps the
30935           QDM2 win32 DLL, and even that only in proof-of-concept quality.
30936         * configure.ac:
30937         * ext/Makefile.am:
30938           add xine plugin wrapper, disabled by default. Use --enable-xine to
30939           build. Note that it'll segfault on gst-register if you don't remove
30940           the goom and tvtime post plugins from xine.
30941         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30942         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
30943           add extradata parsing for QDM2.
30944           change around debugging prints.
30945
30946 2004-02-19  Benjamin Otte  <otte@gnome.org>
30947
30948         * ext/lame/gstlame.c: (gst_lame_chain):
30949         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30950           use gst_tag_list_insert when you want to insert tags
30951
30952 2004-02-18  David Schleef  <ds@schleef.org>
30953
30954         * configure.ac:  Move massink to gst-rotten
30955         * ext/Makefile.am:
30956         * ext/mas/Makefile.am:
30957         * ext/mas/massink.c:
30958         * ext/mas/massink.h:
30959
30960 2004-02-18  David Schleef  <ds@schleef.org>
30961
30962         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
30963         typefinding, since it seems to be worse than nothing.
30964         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
30965         atom to recognize .mp4 and .m4a files as video/quicktime.
30966
30967 2004-02-18  David Schleef  <ds@schleef.org>
30968
30969         * gst/sine/demo-dparams.c: (quit_live),
30970         (dynparm_log_value_changed), (dynparm_value_changed), (main):
30971         Use double dparams, not float.
30972         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
30973         (gst_sinesrc_init): Change sync default to FALSE, since multiple
30974         sync'd elements don't really work correctly.
30975         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
30976         (volume_update_volume), (volume_get_property):  Change dparam
30977         to double.
30978
30979 2004-02-18  Julien MOUTTE  <julien@moutte.net>
30980
30981         * sys/ximage/ximagesink.c:
30982         (gst_ximagesink_xwindow_update_geometry),
30983         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
30984         (gst_ximagesink_change_state), (gst_ximagesink_expose),
30985         (gst_ximagesink_init): Rework the way software video scaling works. So
30986         now we check on each chain call if the video frames are feeling the
30987         window. If not we try to renegotiate caps. On failure we memorize that
30988         and we won't try again for that PLAYING sessions.
30989         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
30990         failure.
30991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
30992         synchronous flag.
30993
30994 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30995
30996         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
30997           break up _link so we can give a better debug message for errors
30998
30999 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31000
31001         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31002           set up debug category
31003
31004 2004-02-18  Julien MOUTTE <julien@moutte.net>
31005
31006         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31007         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
31008         the way renegotiation work. The event handling function is not taking
31009         care of external windows and renegotiate method check for pad flags
31010         NEGOTIATING. Should fix : #133209
31011
31012 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31013
31014         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
31015         pad is negotiating before trying renegotiation.
31016
31017 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31018
31019         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31020           pass on all possible mime types as typefind hints
31021
31022 2004-02-17  Julien MOUTTE <julien@moutte.net>
31023
31024         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
31025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
31026         possible SHM leak if we crash. All other apps using XShm are doing
31027         that.
31028
31029 2004-02-17  Julien MOUTTE  <julien@moutte.net>
31030
31031         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31032         (gst_ximagesink_expose): Renegotiate size on expose.
31033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
31034         size on expose.
31035
31036 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31037
31038         * testsuite/alsa/sinesrc.c:
31039           cosmetic fix to fix compile issue with gcc 2.95.4
31040
31041 2004-02-16  Julien MOUTTE <julien@moutte.net>
31042
31043         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31044         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
31045         failed opening the audio device.
31046         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31047         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
31048         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
31049         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
31050         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
31051         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
31052         (gst_ximagesink_change_state), (gst_ximagesink_chain),
31053         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
31054         Removing some useless g_return_if_fail like wingo suggested.
31055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31056         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
31057         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
31058         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
31059         (gst_xvimagesink_update_colorbalance),
31060         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
31061         (gst_xvimagesink_xcontext_clear),
31062         (gst_xvimagesink_get_fourcc_from_caps),
31063         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31064         (gst_xvimagesink_set_xwindow_id),
31065         (gst_xvimagesink_colorbalance_list_channels),
31066         (gst_xvimagesink_colorbalance_set_value),
31067         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
31068         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
31069
31070 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
31071
31072         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
31073           throw error when not negotiated instead of asserting
31074
31075 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31076
31077         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
31078         correct data refcounting.
31079
31080 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31081
31082         * gst/switch/gstswitch.c: (gst_switch_change_state),
31083         (gst_switch_class_init): Cleaning the sinkpads correctly on state
31084         change, mostly the EOS flag.
31085
31086 2004-02-15  Julien MOUTTE  <julien@moutte.net>
31087
31088         * examples/gstplay/player.c: (got_eos), (main): Adding some
31089         output for debugging.
31090         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
31091         timeouts if we go to any state different from PLAYING.
31092         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
31093         more EOS bugs in riff lib.
31094
31095 2004-02-14  Julien MOUTTE  <julien@moutte.net>
31096
31097         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
31098         visualization until i find a way to fix switch correctly.
31099         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
31100         EOS arrives.
31101         * gst/switch/gstswitch.c: (gst_switch_release_pad),
31102         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
31103         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
31104         Reworked switch to get a more correct behaviour with events and refing
31105         of data stored in sinkpads.
31106         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
31107         we don't pull from a pad in EOS.
31108
31109 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31110
31111         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31112           remove v1 tag even if we can't read it (makes sure we don't detect
31113           it again)
31114
31115 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31116
31117         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
31118         (gst_alsa_xrun_recovery):
31119         * ext/alsa/gstalsa.h:
31120           try xrun recovery when wait failed. Make xrun recovery function
31121           return TRUE/FALSE to indicate success. (might fix #134354)
31122
31123 2004-02-13  David Schleef  <ds@schleef.org>
31124
31125         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
31126         (dynparm_value_changed), (main): Convert from float to double.
31127         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
31128
31129 2004-02-13  David Schleef  <ds@schleef.org>
31130
31131         * gst/silence/gstsilence.c: (gst_silence_class_init),
31132         (gst_silence_set_clock), (gst_silence_get),
31133         (gst_silence_set_property), (gst_silence_get_property):
31134         * gst/silence/gstsilence.h: Add sync property.
31135         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31136         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
31137         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
31138         * gst/sine/gstsinesrc.h: Add sync property.
31139
31140 2004-02-13  David Schleef  <ds@schleef.org>
31141
31142         * gst/intfloat/gstint2float.c: (conv_f32_s16),
31143         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
31144
31145 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31146
31147         * configure.ac:
31148         * ext/Makefile.am:
31149         * gst-libs/ext/Makefile.am:
31150           move ffmpeg plugin to gst-ffmpeg module
31151
31152 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
31153
31154         * configure.ac: use GST_ARCH to detect architecture
31155
31156 2004-02-12  Julien MOUTTE  <julien@moutte.net>
31157
31158         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
31159
31160 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
31161
31162         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31163           classify LADSPA plugins based on number of src/sink pads
31164           (#133663, Stefan Kost)
31165         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
31166           fix dparams registration
31167           (#133528, Stefan Kost)
31168         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
31169           fix use of isprint and use g_ascii_isprint instead
31170           (#133316, Stefan Kost)
31171
31172 2004-02-11  David Schleef  <ds@schleef.org>
31173
31174         Convert a few inner loops to use liboil.  This is currently
31175         optional, and is only enabled if liboil is present (duh!).
31176         * configure.ac: Check for liboil-0.1
31177         * gst/intfloat/Makefile.am:
31178         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
31179         (gst_int2float_chain_gint16):
31180         * gst/videofilter/Makefile.am:
31181         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
31182         (tablelookup_u8), (gst_videobalance_planar411):
31183         * gst/videotestsrc/Makefile.am:
31184         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
31185         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
31186         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
31187         (paint_hline_RGB565), (paint_hline_xRGB1555):
31188
31189 2004-02-11  David Schleef  <ds@schleef.org>
31190
31191         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
31192         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
31193         (gst_colorspace_getcaps), (gst_colorspace_link),
31194         (gst_colorspace_base_init), (gst_colorspace_init),
31195         (gst_colorspace_chain), (gst_colorspace_change_state),
31196         (plugin_init): Merge Ronald's patch (bug #117897) and update
31197         for new caps and negotiation.  Seems to work, although it
31198         shows off bugs in lcs.
31199
31200 2004-02-11  David Schleef  <ds@schleef.org>
31201
31202         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
31203         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
31204
31205 2004-02-11  David Schleef  <ds@schleef.org>
31206
31207         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
31208         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
31209         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
31210         Add server and port properties
31211
31212 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31213
31214         * m4/a52.m4:
31215         * m4/aalib.m4:
31216         * m4/as-ffmpeg.m4:
31217         * m4/as-liblame.m4:
31218         * m4/as-slurp-ffmpeg.m4:
31219         * m4/check-libheader.m4:
31220         * m4/esd.m4:
31221         * m4/freetype2.m4:
31222         * m4/gconf-2.m4:
31223         * m4/glib.m4:
31224         * m4/gst-alsa.m4:
31225         * m4/gst-artsc.m4:
31226         * m4/gst-ivorbis.m4:
31227         * m4/gst-matroska.m4:
31228         * m4/gst-sdl.m4:
31229         * m4/gst-shout2.m4:
31230         * m4/gst-sid.m4:
31231         * m4/gtk.m4:
31232         * m4/libdv.m4:
31233         * m4/libfame.m4:
31234         * m4/libmikmod.m4:
31235         * m4/ogg.m4:
31236         * m4/vorbis.m4:
31237           fix underquotedness of macros (#133800)
31238         * m4/as-avifile.m4:
31239         * m4/xmms.m4:
31240           removed because no longer used
31241
31242 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31243
31244         * configure.ac:
31245           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
31246           by autopoint (fixes #132996)
31247
31248 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31249
31250         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
31251         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
31252         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
31253         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
31254           fix memleaks
31255
31256 2004-02-11  David Schleef  <ds@schleef.org>
31257
31258         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31259         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
31260         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
31261         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
31262         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
31263         (gst_jpegenc_class_init), (gst_jpegenc_init),
31264         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
31265         (gst_jpegenc_chain), (gst_jpegenc_set_property),
31266         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
31267         * ext/jpeg/gstjpegenc.h: Fix negotiation.
31268
31269 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31270
31271         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31272         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
31273         * ext/mikmod/gstmikmod.h:
31274           fix caps negotiation in mikmod
31275         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
31276           output debug information
31277
31278 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31279
31280         * gst-libs/gst/colorbalance/Makefile.am:
31281         * gst-libs/gst/navigation/Makefile.am:
31282         * gst-libs/gst/xoverlay/Makefile.am:
31283           remove unused GST_OPT_CFLAGS from Makefiles
31284           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
31285
31286 2004-02-07  David Schleef  <ds@schleef.org>
31287
31288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
31289         push events to pads that haven't been created (#133508)
31290
31291 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
31292
31293         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
31294         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
31295         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
31296         (gst_dvdec_loop), (gst_dvdec_change_state):
31297         Second attempt at committing a working dvdec element.
31298
31299 2004-02-06  David Schleef  <ds@schleef.org>
31300
31301         Build fixes for OS X: (see #129600)
31302         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
31303         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
31304         (gst_riff_read_strf_iavs):
31305         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
31306         (gst_avi_demux_stream_odml):
31307         * gst/playondemand/Makefile.am:
31308         * gst/rtp/rtp-packet.c:
31309
31310 2004-02-05  David Schleef  <ds@schleef.org>
31311
31312         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
31313         last change, because it Just Doesn't Compile.
31314
31315 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31316
31317         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
31318           skip undecodable id3v2 tag instead of keeping it
31319
31320 2004-02-05  David Schleef  <ds@schleef.org>
31321
31322         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
31323         Unref leaked buffer.  (Noticed by Ronald)
31324
31325 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
31326
31327         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31328         Sync requires with other checks.  >= vs =.
31329
31330 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
31331
31332         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
31333         (gst_dvdec_video_link), (gst_dvdec_loop):
31334         * ext/dv/gstdvdec.h:
31335           rework the caps negotiation so that dvdec works again instead
31336           of just segfaulting.
31337
31338 === release 0.7.4 ===
31339
31340 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
31341
31342         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
31343         * configure.ac: changed for release
31344
31345 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31346
31347         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
31348         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
31349         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
31350         * pkgconfig/gstreamer-play-uninstalled.pc.in:
31351           reworked patch by David Lehn to fix libdir and includedir for
31352           uninstalled libraries
31353           removed play and gconf from gstreamer-libs since they have their
31354           own pkgconfig files
31355
31356 2004-02-04  David Schleef  <ds@schleef.org>
31357
31358         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
31359         memleak.
31360
31361 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31362
31363         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
31364           use correct GST_TAG_ENCODER tag
31365
31366 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31367
31368         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
31369           be sure to stop the clock when going to paused
31370         * sys/oss/gstosssink.c: (gst_osssink_change_state):
31371           reset number of transmitted when going to ready.
31372         fixes #132935
31373
31374 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
31375
31376         reviewed by Benjamin Otte
31377
31378         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31379           extract track count (fixes #133410)
31380
31381 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31382
31383         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
31384           that should be !=, not == (fixes #132519)
31385
31386 2004-02-04  David Schleef  <ds@schleef.org>
31387
31388         Make sure set_explicit_caps() is called before adding pad.
31389         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31390         * gst/id3/gstid3types.c: (gst_id3types_loop):
31391         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31392         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31393
31394 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31395
31396         * configure.ac:
31397           bump nano to 2, first prerelease
31398           put back AM_PROG_LIBTOOL
31399
31400 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
31401
31402         * testsuite/alsa/Makefile.am:
31403           these are user test apps, not automatic testsuite tests
31404
31405 2004-02-04  David Schleef  <ds@schleef.org>
31406
31407         Convert GST_DEBUG_CAPS() to GST_DEBUG():
31408         * gst/mpeg1videoparse/gstmp1videoparse.c:
31409         (mp1videoparse_parse_seq):
31410         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31411         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
31412         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
31413         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31414         (gst_xvideosink_getcaps):
31415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31416         * testsuite/gst-lint: more tests
31417
31418 2004-02-04  David Schleef  <ds@schleef.org>
31419
31420         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
31421         with the code that they would expand to.
31422         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
31423         (gst_flacdec_get_src_query_types),
31424         (gst_flacdec_get_src_event_masks):
31425         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
31426         (gst_gnomevfssrc_get_query_types),
31427         (gst_gnomevfssrc_get_event_mask):
31428
31429 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31430
31431         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
31432         (gst_sinesrc_dispose):
31433           fix memleak by properly disposing sinesrc
31434
31435 2004-02-04  Julien MOUTTE  <julien@moutte.net>
31436
31437         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
31438         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
31439         an overlay to redraw the image because it has been exposed.
31440         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
31441         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
31442         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
31443         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
31444         interface
31445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
31446         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
31447         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
31448         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
31449         interface
31450
31451 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31452
31453         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
31454           more memleak fixage
31455
31456 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31457
31458         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
31459         * gst/typefind/gsttypefindfunctions.c:
31460           fix memleaks shown by gst-typefind
31461
31462 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31463
31464         * common/glib-gen.mak:
31465           add hack rule to touch .Plo files
31466         * gst-libs/gst/colorbalance/Makefile.am:
31467         * gst-libs/gst/mixer/Makefile.am:
31468         * gst-libs/gst/play/Makefile.am:
31469         * gst-libs/gst/tuner/Makefile.am:
31470           remove glib_root variable
31471
31472 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31473
31474         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
31475           set explicit caps before adding the element, so the autopluggers can
31476           plug correctly.
31477         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
31478         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
31479         (mpeg_video_type_find), (mpeg_video_stream_type_find),
31480         (dv_type_find):
31481           fix memleaks in typefind functions. gst_type_find_suggest takes a const
31482           argument.
31483
31484 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31485
31486         * gst-libs/gst/colorbalance/Makefile.am:
31487         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
31488         * gst-libs/gst/colorbalance/colorbalance.c:
31489         * gst-libs/gst/colorbalance/colorbalance.h:
31490         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
31491         * gst-libs/gst/mixer/Makefile.am:
31492         * gst-libs/gst/mixer/mixer-marshal.list:
31493         * gst-libs/gst/mixer/mixer.c:
31494         * gst-libs/gst/mixer/mixer.h:
31495         * gst-libs/gst/mixer/mixermarshal.list:
31496         * gst-libs/gst/play/Makefile.am:
31497         * gst-libs/gst/play/play.h:
31498         * gst-libs/gst/tuner/Makefile.am:
31499         * gst-libs/gst/tuner/tuner-marshal.list:
31500         * gst-libs/gst/tuner/tuner.c:
31501         * gst-libs/gst/tuner/tuner.h:
31502         * gst-libs/gst/tuner/tunermarshal.list:
31503           use new glib-gen.mak snippet to clean up Makefile.am
31504           fix various bugs in Makefile.am's
31505
31506 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31507
31508         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31509           handle chain parsing correctly in the multichain case
31510         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
31511         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
31512         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31513         (theora_dec_chain):
31514           handle events and queries correctly
31515
31516 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31517
31518         * .cvsignore:
31519         Ignore generated file _stdint.h.
31520
31521 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31522
31523         * gst-libs/gst/colorbalance/Makefile.am:
31524         * gst-libs/gst/colorbalance/colorbalance.h:
31525         * gst-libs/gst/mixer/Makefile.am:
31526         * gst-libs/gst/mixer/mixer.h:
31527         * gst-libs/gst/play/Makefile.am:
31528         * gst-libs/gst/play/play.h:
31529         * gst-libs/gst/tuner/Makefile.am:
31530         * gst-libs/gst/tuner/tuner.h:
31531         Generate enum type code with glib-mkenums.
31532         * gst-libs/gst/colorbalance/.cvsignore:
31533         * gst-libs/gst/mixer/.cvsignore:
31534         * gst-libs/gst/play/.cvsignore:
31535         * gst-libs/gst/tuner/.cvsignore:
31536         Ignore generated files.
31537
31538 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31539
31540         * gst-libs/gst/audio/.cvsignore:
31541         Ignore generated file.
31542         * gst-libs/gst/audio/Makefile.am:
31543         Do not install example filter.
31544
31545 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
31546
31547         * examples/switch/.cvsignore:
31548         Ignore generated file.
31549
31550 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31551
31552         * common/m4/ax_create_stdint_h.m4:
31553         * configure.ac:
31554           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
31555           _stdint.h.
31556         * Makefile.am:
31557           remove generated _stdint.h in DISTCLEANFILES
31558         * ext/a52dec/gsta52dec.c:
31559           include _stdint.h for a52dec. (should fix #133064)
31560
31561 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31562
31563         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
31564         (gst_tag_to_vorbis_comments):
31565         Add replaygain support to vorbistag
31566
31567 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
31568         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
31569         (gst_ffmpeg_caps_to_extradata):
31570           Fix SVQ3 caps flag properties
31571           Use glib macro for bytes swap
31572
31573 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31574
31575         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
31576         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
31577         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31578         * ext/sndfile/gstsf.c: (plugin_init):
31579         * gst/avi/gstavi.c: (plugin_init):
31580         * sys/dxr3/dxr3init.c: (plugin_init):
31581         * sys/oss/gstossaudio.c: (plugin_init):
31582         * sys/v4l/gstv4l.c: (plugin_init):
31583         * sys/v4l2/gstv4l2.c: (plugin_init):
31584           remove textdomain calls
31585         * po/nl.po:
31586           update Dutch translation
31587
31588 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31589
31590         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
31591         (gst_play_set_audio_sink): Moving volume in the audio thread for
31592         instantaneous volume change. Maybe i will add another volume in front
31593         of visualization later, not sure yet though.
31594
31595 2004-02-02  Julien MOUTTE  <julien@moutte.net>
31596
31597         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31598         (gst_ximagesink_handle_xevents): Better X events handling, only take
31599         the latest events for configure and motion.
31600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
31601
31602 2004-02-02  Jon Trowbridge  <trow@gnu.org>
31603
31604         reviewed by: David Schleef  <ds@schleef.org>
31605
31606         Fix memory leaks:
31607         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
31608         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
31609
31610 2004-02-02  David Schleef  <ds@schleef.org>
31611
31612         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
31613         of lines.
31614         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
31615         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31616         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
31617         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31618         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
31619         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
31620         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
31621         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
31622         (gst_float2_2_int_link):
31623         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
31624         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
31625         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
31626         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
31627         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
31628         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
31629         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
31630         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
31631         * testsuite/gst-lint: Add tests for bzero and ;;
31632
31633 2004-02-02  David Schleef  <ds@schleef.org>
31634
31635         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
31636
31637 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31638
31639         * ext/aalib/gstaasink.c: (gst_aasink_open):
31640         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
31641         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31642         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
31643         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
31644         (gst_afsink_close_file):
31645         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
31646         (gst_afsrc_close_file):
31647         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
31648         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
31649         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31650         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
31651         * ext/esd/esdmon.c: (gst_esdmon_get):
31652         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
31653         * ext/faac/gstfaac.c: (gst_faac_chain):
31654         * ext/faad/gstfaad.c: (gst_faad_chain):
31655         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
31656         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31657         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
31658         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
31659         (gst_flacdec_loop):
31660         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
31661         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
31662         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
31663         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
31664         (gst_gnomevfssink_close_file):
31665         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
31666         (gst_gnomevfssrc_open_file):
31667         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
31668         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
31669         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
31670         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
31671         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
31672         * ext/mad/gstmad.c: (gst_mad_chain):
31673         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
31674         * ext/mpeg2dec/gstmpeg2dec.c:
31675         * ext/mpeg2enc/gstmpeg2enc.cc:
31676         * ext/mplex/gstmplex.cc:
31677         * ext/mplex/gstmplexibitstream.cc:
31678         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
31679         (gst_ogg_demux_push):
31680         * ext/raw1394/gstdv1394src.c:
31681         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
31682         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
31683         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
31684         (gst_sf_loop):
31685         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
31686         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
31687         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
31688         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
31689         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
31690         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
31691         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
31692         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
31693         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31694         (gst_riff_read_element_data), (gst_riff_read_seek),
31695         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
31696         * gst/adder/gstadder.c: (gst_adder_loop):
31697         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
31698         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
31699         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
31700         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31701         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
31702         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31703         * gst/goom/gstgoom.c: (gst_goom_chain):
31704         * gst/id3/gstid3types.c: (gst_id3types_loop):
31705         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31706         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
31707         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
31708         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31709         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31710         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
31711         (gst_ebml_read_float), (gst_ebml_read_header):
31712         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
31713         (gst_matroska_demux_parse_blockgroup):
31714         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
31715         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31716         * gst/oneton/gstoneton.c: (gst_oneton_chain):
31717         * gst/silence/gstsilence.c: (gst_silence_get):
31718         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
31719         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
31720         * gst/speed/gstspeed.c: (speed_loop):
31721         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
31722         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31723         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
31724         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
31725         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
31726         (gst_wavparse_loop):
31727         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
31728         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
31729         (dxr3audiosink_close):
31730         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
31731         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
31732         (dxr3videosink_close), (dxr3videosink_write_data):
31733         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
31734         * sys/oss/gstosssink.c: (gst_osssink_chain):
31735         * sys/oss/gstosssrc.c: (gst_osssrc_get):
31736         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
31737         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
31738         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
31739         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
31740         (gst_v4l_set_window), (gst_v4l_enable_overlay):
31741         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
31742         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
31743         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
31744         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
31745         (gst_v4l_set_audio):
31746         * sys/v4l/v4l_calls.h:
31747         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
31748         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
31749         (gst_v4lmjpegsink_playback_init),
31750         (gst_v4lmjpegsink_playback_start):
31751         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
31752         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
31753         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
31754         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
31755         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
31756         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
31757         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
31758         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
31759         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
31760         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
31761         (gst_v4l2_get_output), (gst_v4l2_set_output),
31762         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
31763         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
31764         (gst_v4l2_set_attribute):
31765         * sys/v4l2/v4l2_calls.h:
31766         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
31767         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
31768         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
31769         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
31770         (gst_v4l2src_capture_stop):
31771         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
31772         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31773         (gst_ximagesink_chain):
31774         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
31775         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
31776         (gst_xvideosink_xwindow_new):
31777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
31778         (gst_xvimagesink_chain):
31779
31780 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31781
31782         * gst/volume/gstvolume.c: (gst_volume_set_volume),
31783         (gst_volume_get_volume), (volume_class_init), (volume_init),
31784         (volume_chain_int16), (volume_update_volume):
31785         * gst/volume/gstvolume.h:
31786           make code more readable by removing magic numbers
31787           make mixer interface export 0-100 range
31788           make it internally map to 0.0-1.0 range so users don't distort
31789           output by putting the sliders at full volume
31790
31791 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31792
31793         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
31794         (gst_play_state_change), (gst_play_seek_to_time):
31795         block the tick callback for 0.5 secs after doing a seek
31796
31797 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31798
31799         * gst-libs/gst/play/play.c: (gst_play_new):
31800           check for GError
31801
31802 2004-02-01  Julien MOUTTE  <julien@moutte.net>
31803
31804         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
31805         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
31806         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
31807         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
31808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
31809         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
31810
31811 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
31812
31813         * configure.ac:
31814         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31815           check for a function added in vorbis 1.1
31816
31817 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31818
31819         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
31820         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
31821           really start/stop clock only on PLAYING <=> PAUSED
31822         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
31823           remove \n from debugging lines
31824         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
31825           make it work when seeking does not
31826         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31827           reset on DISCONT
31828
31829 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31830
31831         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
31832           start clock on PAUSED=>PLAYING, not later
31833         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
31834           extract correct time for different discont formats
31835         (gst_alsa_sink_get_time):
31836           don't segfault when no format is negotiated yet, just return 0
31837         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31838         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
31839         (gst_ogg_pad_push):
31840           handle flush and discont events correctly
31841         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
31842           handle discont events correctly
31843
31844 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31845
31846         * gst-libs/gst/play/play.c: (gst_play_error_quark),
31847         (gst_play_error_create), (gst_play_error_plugin),
31848         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
31849         * gst-libs/gst/play/play.h:
31850           add error handling during creation
31851         * examples/gstplay/player.c: (main):
31852           use new gst_play_new
31853
31854
31855 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31856
31857         * ext/theora/theoradec.c: (theora_dec_chain):
31858           make comments work
31859         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
31860         (vorbis_dec_src_event), (vorbis_dec_chain):
31861           add encoder tag, fix tag reading to be more error tolerant, change
31862           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
31863           gst_pad_event_default.
31864         * gst/tags/gstvorbistag.c:
31865         (gst_tag_list_from_vorbiscomment_buffer):
31866           undefine function specific define at end of function
31867
31868 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
31869
31870         * ext/flac/gstflac.c: (plugin_init):
31871         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
31872         * ext/flac/gstflacdec.h:
31873         * ext/flac/gstflacenc.h:
31874           Fix typos
31875
31876 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
31877
31878         * examples/gstplay/player.c: s/gstplay.h/play.h/
31879
31880 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31881
31882         * gst-libs/gst/play/Makefile.am:
31883         * gst-libs/gst/play/gstplay.c:
31884         * gst-libs/gst/play/gstplay.h:
31885         * gst-libs/gst/play/play.c:
31886           more surgery, operation complete
31887
31888 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31889
31890         * gst-libs/gst/play/play.old.c:
31891         * gst-libs/gst/play/play.old.h:
31892           after CVS surgery by moving, remove
31893         * gst-libs/gst/play/playpipelines.c:
31894           remove
31895
31896         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
31897           add negotiation error
31898
31899 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31900
31901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
31902         (gst_ogg_demux_push):
31903           add some seeking debug info
31904           send a flush when seeking
31905
31906 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31907
31908         * configure.ac:
31909           use AC_C_INLINE
31910         * configure.ac:
31911         * ext/Makefile.am:
31912         * ext/theora/Makefile.am:
31913         * ext/theora/theoradec.c:
31914           add theora video decoder. Does just do simple decoding for now and
31915           has been tested against Theora cvs only. It only works when theora
31916           is compiled with --enable-static.
31917         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
31918           always reset packetno on DISCONT
31919
31920 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31921
31922         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31923           Fix audio.
31924
31925 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31926
31927         * gst/mpegaudioparse/gstmpegaudioparse.c:
31928         (mp3_type_frame_length_from_header):
31929           Fix header parsing - stolen from ffmpeg (thank you! :) ).
31930
31931 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31932
31933         * ext/esd/esdsink.c: (gst_esdsink_init):
31934           Since we have static pad template caps, we don't need to negotiate;
31935           either the core errors out or we know the format.
31936
31937 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31938
31939         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31940         (gst_riff_read_seek):
31941         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
31942         (gst_ebml_read_seek):
31943           Fix event handling.
31944
31945 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31946
31947         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31948           removee video/x-theora from vp3 decoder, it doesn't handle raw
31949           theora streams
31950         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
31951           fix bug with finalizing element that never went to PAUSED
31952         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31953           length and position queries were swapped
31954         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
31955         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
31956         (vorbis_dec_src_event):
31957           implement querying time and bytes
31958
31959 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31960
31961         * just about every source file:
31962           gst_element_error -> GST_ELEMENT_ERROR
31963
31964 2004-01-29  Julien MOUTTE  <julien@moutte.net>
31965
31966         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
31967         emiting FLUSH and even before DISCONT.
31968         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
31969         get the best instant seeking as possible yay!
31970
31971 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31972
31973         * gst/mpeg1videoparse/gstmp1videoparse.c:
31974         (gst_mp1videoparse_real_chain):
31975           Committed wrong version last week... Grr... Didn't notice until now.
31976
31977 2004-01-29  Julien MOUTTE <julien@moutte.net>
31978
31979         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
31980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
31981         have_xwindow_id signal in xwindow_create.
31982
31983 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31984
31985         * ext/ogg/gstoggdemux.c:
31986           lots of changes - mainly support for chained bitstreams, seeking,
31987           querying and bugfixes of course
31988         * ext/vorbis/Makefile.am:
31989         * ext/vorbis/vorbisdec.c:
31990         * ext/vorbis/vorbisdec.h:
31991           add vorbisdec raw vorbis decoder
31992         * ext/vorbis/vorbis.c: (plugin_init):
31993           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
31994         * gst/intfloat/Makefile.am:
31995         * gst/intfloat/float22int.c:
31996         * gst/intfloat/float22int.h:
31997         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
31998           add float2intnew plugin. It converts multichannel interleaved float to
31999           multichannel interleaved int. The name should probably be changed.
32000         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
32001         (plugin_init):
32002           add typefinding for raw theora video so oggdemux can detect it.
32003
32004 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32005
32006         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
32007         sink element first.
32008         * gst/videoscale/gstvideoscale.c:
32009         (gst_videoscale_handle_src_event): Fixing src event handler.
32010
32011 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32012
32013         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32014         (gst_v4lsrc_open), (gst_v4lsrc_close),
32015         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
32016         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
32017         * sys/v4l/gstv4lsrc.h:
32018         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
32019         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
32020           Implement resizing... Hack. But that's why v4l is b0rked...
32021
32022 2004-01-28  Julien MOUTTE <julien@moutte.net>
32023
32024         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32025         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
32026         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
32027         (gst_ximagesink_xwindow_destroy):
32028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32029         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32030         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
32031         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
32032         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
32033         correctly cleaning the image created to check xshm calls on succes,
32034         added a lot of XSync calls in X11 functions, and fixed a segfault when
32035         no image format was defined before negotiation happened.
32036
32037 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32038
32039         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
32040           use gst_element_get_time to get correct time
32041
32042 2004-01-28  Julien MOUTTE  <julien@moutte.net>
32043
32044         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32045         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
32046         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
32047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
32048         (gst_xvimagesink_check_xshm_calls),
32049         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
32050         X plugins are now able to detect that XShm calls will fail even if the
32051         server claims that it has XShm support (remote displays most of the
32052         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
32053         so that we use non XShm functions. This feature is almost useless for
32054         xvimagesink as Xv is not supported on remote displays anyway, but
32055         it might happen than even on the local display XShm calls fail.
32056
32057 2004-01-27  David Schleef  <ds@schleef.org>
32058
32059         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
32060         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
32061         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
32062         changed esdsink to only use 44100,16,2, since esd sucks at rate
32063         conversion and esdsink has had difficulty negotiating.
32064
32065 2004-01-27  Julien MOUTTE <julien@moutte.net>
32066
32067         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
32068         (gst_play_seek_to_time): Fixing the way to get current position.
32069
32070 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32071
32072         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
32073           use gst_element_get_time to get correct time
32074
32075 2004-01-27  Julien MOUTTE <julien@moutte.net>
32076
32077         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
32078         fix ever... Inverting 2 lines of code make spider autoplug correctly
32079         tagged mp3 !
32080
32081 2004-01-27  David Schleef  <ds@schleef.org>
32082
32083         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32084         Use gst_pad_try_set_caps_nonfixed().
32085
32086 2004-01-27  David Schleef  <ds@schleef.org>
32087
32088         * gst/ac3parse/gstac3parse.c: update to checklist 5
32089         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
32090         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
32091         * gst/audioscale/gstaudioscale.c: same
32092         * gst/auparse/gstauparse.c: same
32093         * gst/avi/gstavidemux.c: same
32094
32095 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32096
32097         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
32098           stop processing after EOS
32099
32100 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32101
32102         * gst/asfdemux/asfheaders.h:
32103         * gst/asfdemux/gstasfdemux.c:
32104         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
32105         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
32106         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
32107           lot's of fixes to make data extraction simpler and get the code
32108           architecture and compiler independant. Add debugging category
32109         * gst/goom/gstgoom.c: (gst_goom_change_state):
32110           reset channel count on PAUSED=>READY, not READY=>PAUSED
32111
32112 2004-01-26  Colin Walters  <walters@verbum.org>
32113
32114         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
32115         code to pull a bigger buffer in iradio mode.  This as a side effect
32116         makes typefinding work.
32117
32118 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32119
32120         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32121         Fix SVQ3 decoding on PPC
32122
32123 2004-01-26  Julien MOUTTE <julien@moutte.net>
32124
32125         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
32126         that one managed to stay there... Fixed.
32127
32128 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
32129
32130         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
32131         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
32132         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
32133         (qtdemux_video_caps):
32134         * gst/qtdemux/qtdemux.h:
32135         Add SVQ3 specific flags to qtdemux and ffmpeg
32136
32137 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32138
32139         * gst-libs/gst/audio/audio.h:
32140           remove buffer-frames from audio caps
32141         * gst/audioconvert/gstaudioconvert.c:
32142           fix plugin to really work.
32143
32144 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32145
32146         * gst-libs/gst/mixer/mixer.c:
32147         * gst-libs/gst/propertyprobe/propertyprobe.c:
32148         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
32149         (gst_tuner_find_channel_by_name):
32150         * gst-libs/gst/tuner/tuner.h:
32151           Add gtk-doc style comments. Also fix a function name.
32152
32153 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32154
32155         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
32156         (gst_divxdec_negotiate):
32157           Fix for new capsnego - also fixes gst-player with divxdec.
32158
32159 2004-01-25  Julien MOUTTE  <julien@moutte.net>
32160
32161         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32162         (gst_play_identity_handoff), (gst_play_set_location),
32163         (gst_play_set_visualization), (gst_play_connect_visualization): Another
32164         try in visualization implementation. Still have an issue with switch
32165         blocking when pulling from video_queue and only audio comes out of
32166         spider.
32167         * gst/switch/gstswitch.c: (gst_switch_release_pad),
32168         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
32169         release method. And check if the pad is usable before pulling.
32170
32171 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32172
32173         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
32174         (gst_videobalance_init),
32175         (gst_videobalance_colorbalance_list_channels),
32176         (gst_videobalance_colorbalance_set_value),
32177         (gst_videobalance_colorbalance_get_value),
32178         (gst_videobalance_update_properties),
32179         (gst_videobalance_update_tables_planar411),
32180         (gst_videobalance_planar411):
32181         * gst/videofilter/gstvideobalance.h:
32182           Implement lookup-tables. +/- 10x faster.
32183
32184 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32185
32186         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32187         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32188           The index reading was broken. The rest worked fine, but the whole
32189           goal of my rewrite was to make avidemux readable, and this was
32190           not at all readable. Please use typed variables.
32191
32192 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32193
32194         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32195           Additional pad usability check.
32196         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
32197         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
32198         (gst_mp1videoparse_real_chain):
32199           Fix MPEG video stream parsing. The original plugin had several
32200           issues, including not timestamping streams where the source was
32201           not timestamped (this happens with PTS values in mpeg system
32202           streams, but MPEG video is also a valid stream on its own so
32203           that needs timestamps too). We use the display time code for that
32204           for now. Also, if one incoming buffer contains multiple valid
32205           frames, we push them all on correctly now, including proper EOS
32206           handling. Lastly, several potential segfaults were fixed, and we
32207           properly sync on new sequence/gop headers to include them in next,
32208           not previous frames (since they're header for the next frame, not
32209           the previous). Also see #119206.
32210         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
32211         (bpf_from_header):
32212           Move caps setting so we only do it after finding several valid
32213           MPEG-1 fraes sequentially, not right after the first one (which
32214           might be coincidental).
32215         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
32216         (mpeg_video_type_find), (mpeg_video_stream_type_find),
32217         (plugin_init):
32218           Add unsynced MPEG video stream typefinding, and change some
32219           probability values so we detect streams rightly. The idea is as
32220           follows: I can have an unsynced system stream which contains
32221           video. In the current code, I would randomly get a type for either
32222           system or video stream type found, because the probabilities are
32223           being calculated rather randomly. I now use fixed values, so we
32224           always prefer system stream if that was found (and that is how it
32225           should be). If no system stream was found, we can still identity                the stream as video-only.
32226
32227 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32228
32229         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
32230         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
32231           don't write to buffer. Extract data without the need of
32232           __attribute__ ((packed))
32233
32234 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32235
32236         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
32237         (mpeg1_sys_type_find):
32238           Fix MPEG-1 stream typefinding.
32239
32240 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32241
32242         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
32243           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
32244
32245 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32246
32247         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
32248         * ext/esd/gstesd.c: (plugin_init):
32249           private debugging, better error reporting
32250
32251 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32252
32253         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
32254         (gst_riff_read_init), (gst_riff_read_change_state):
32255         * gst-libs/gst/riff/riff-read.h:
32256           Remove stuff fromold metadata system.
32257
32258 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32259
32260         * ext/ogg/gstoggdemux.c:
32261           Fix wrong file comment.
32262         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
32263         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
32264           Add metadata reading properly.
32265
32266 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32267
32268         * ext/Makefile.am:
32269           Fix nas DIST_SUBDIRS
32270           Uraeus:
32271           Fix bug where make distcheck doesn't get run on adding stuff to
32272           the build.
32273
32274 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32275
32276         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
32277         * ext/divx/gstdivxdec.h:
32278           Fix divx3 ("msmpeg4") playback using divxdec.
32279
32280 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32281
32282         * gst/typefind/gsttypefindfunctions.c:
32283         (mp3_type_frame_length_from_header): fix bug in length computation
32284         (mp3_type_find): improve debugging output
32285
32286 2004-01-23  Julien MOUTTE  <julien@moutte.net>
32287
32288         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32289         (gst_play_set_location), (gst_play_seek_to_time),
32290         (gst_play_set_audio_sink), (gst_play_set_visualization),
32291         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
32292         the pipeline from scratch. Visualization is back and switch went out as
32293         i realized it was not possible to use the way i wanted.
32294         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
32295         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
32296         clearing in state change from READY to NULL. So that one can clean the
32297         X ressources keeping the element.
32298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32299         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
32300         (gst_xvimagesink_colorbalance_set_value),
32301         (gst_xvimagesink_colorbalance_get_value),
32302         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
32303         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
32304         change from READY to NULL and fixed some stupid bugs in colorbalance
32305         get/set values. Also added the following feature : when nobody tries to
32306         set some values to the colorbalance levels before the xcontext is
32307         grabbed, then when creating channels list from Xv attributes we set the
32308         internal values to the Xv defaults. This way we handle buggy Xv drivers
32309         that set default hue values far from the middle of the range (Thanks
32310         to Jon Trowbridge for pointing that issue).
32311         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
32312         colorbalance levels have been set before xcontext is grabbed.
32313
32314 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32315
32316         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
32317           Fix the ossmixer case where we shouldn't open /dev/dsp* because
32318           it might block operations (which is bad for a mixer).
32319
32320 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32321
32322         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
32323         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
32324         (gmip_find_type_pre):
32325         * gst-libs/gst/media-info/media-info-priv.h:
32326         * gst-libs/gst/media-info/media-info.c:
32327         (gst_media_info_instance_init), (gst_media_info_read_idler):
32328         add fakesink to get caps on decoder src pad again
32329         fix callback prototype to match new have_type signal signature
32330
32331 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32332
32333         * gst/adder/gstadder.c: (gst_adder_link):
32334           fix non-compile and cut-n-paste code
32335
32336 2004-01-21  David Schleef  <ds@schleef.org>
32337
32338         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
32339         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
32340         (gst_swfdec_init), (gst_swfdec_change_state):
32341         * ext/swfdec/gstswfdec.h:
32342         Fix negotiation.
32343         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
32344         (gst_adder_request_new_pad): Fix negotiation.
32345         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
32346         Add a fixate function.
32347         * gst/intfloat/gstfloat2int.c:
32348         * gst/intfloat/gstfloat2int.h:
32349         * gst/intfloat/gstint2float.c:
32350         * gst/intfloat/gstint2float.h:
32351         Completely rewrite the negotiation.  Doesn't quite work yet,
32352         due to some buffer-frames problem.
32353
32354 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32355
32356         * ext/gnomevfs/gstgnomevfssrc.c:
32357         * sys/v4l2/v4l2_calls.h:
32358           fix includes for distcheck
32359
32360 2004-01-21  Christian Schaller <uraeus@gnome.org>
32361
32362         * ext/nas/
32363         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
32364         based on earlier patch from Laurent Vivier
32365
32366 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
32367
32368         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
32369         Fix wma caps property
32370         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
32371         Fix typo (flags1 and flags2)
32372
32373 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32374
32375         * gst-libs/gst/media-info/media-info-priv.c:
32376         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
32377         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
32378         (gmip_find_stream), (gmip_find_track_metadata),
32379         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
32380         (gmip_find_track_format):
32381         * gst-libs/gst/media-info/media-info-priv.h:
32382         * gst-libs/gst/media-info/media-info-test.c: (main):
32383         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
32384         (gst_media_info_read_idler), (gst_media_info_read):
32385         * gst-libs/gst/media-info/media-info.h:
32386           register debugging category and use it for debugging
32387
32388 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32389
32390         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
32391         (gst_vorbisfile_new_link):
32392           signal streaminfo through tags
32393
32394 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32395
32396         * ext/mplex/gstmplex.cc:
32397         * ext/mplex/gstmplexibitstream.cc:
32398           g++ doesn't like NULL in our i18n/error macros, should be
32399           either (NULL) or ("").
32400
32401 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32402
32403         * sys/dxr3/dxr3audiosink.c:
32404         * sys/dxr3/dxr3init.c:
32405         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
32406         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
32407           Fix more error error error errors (missing includes here).
32408
32409 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32410
32411         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32412           fix thomas' error errors.
32413
32414 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32415
32416         * ext/mpeg2enc/gstmpeg2enc.cc:
32417           fix error errors.
32418
32419 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32420
32421         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32422         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32423           Fix for new error system.
32424
32425 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32426
32427         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
32428           fix for new error reporting
32429
32430 2004-01-20  David Schleef  <ds@schleef.org>
32431
32432         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
32433         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32434         (gst_ximagesink_set_xwindow_id): Change to using a framerate
32435         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
32436         and neither is 100+, most likely.
32437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
32438         (gst_xvimagesink_getcaps): same
32439
32440 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32441
32442         * configure.ac:
32443           Up version requirement to 2.0.3 (not yet released) to avoid symbol
32444           clashes with ffmpeg.
32445
32446 2004-01-20  Julien MOUTTE  <julien@moutte.net>
32447
32448         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
32449         (gst_switch_init): Fixed switch element : proxying link and setting
32450         caps from src to sink on request.
32451
32452 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32453
32454         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32455         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
32456         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
32457         fix element_error
32458
32459 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32460
32461         * sys/v4l/v4l_calls.h:
32462         * sys/v4l2/v4l2_calls.h:
32463           element_error fixes
32464
32465 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32466
32467         * gst-libs/gst/gst-i18n-plugin.h:
32468           add locale.h
32469           remove config.h inclusion
32470
32471 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32472
32473         * autogen.sh:
32474           adding autopoint invocation
32475         * Makefile.am:
32476         * configure.ac:
32477         * gst-libs/gst/gettext.h:
32478           adding gettext bits
32479         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
32480         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
32481         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
32482         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32483         (gst_gnomevfssink_close_file):
32484         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
32485         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
32486         * gst-libs/gst/gst-i18n-plugin.h:
32487         * gst/avi/gstavi.c: (plugin_init):
32488         * sys/dxr3/dxr3init.c: (plugin_init):
32489         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
32490         * sys/oss/gstossaudio.c: (plugin_init):
32491         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32492         * sys/v4l/gstv4l.c: (plugin_init):
32493         * sys/v4l/v4l_calls.c: (gst_v4l_open):
32494         * sys/v4l2/gstv4l2.c: (plugin_init):
32495         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32496         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
32497         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
32498         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
32499         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
32500         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
32501           make sure locale and translation domain are set
32502           fix translated strings
32503         * po/.cvsignore:
32504         * po/LINGUAS:
32505         * po/Makevars:
32506         * po/POTFILES.in:
32507         * po/nl.po:
32508           put translation files into place
32509         * sys/xvideo/imagetest.c: (main):
32510         * ext/dv/demo-play.c: (main):
32511           fix unnecessary translations
32512
32513 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32514
32515         * ext/sndfile/gstsf.c:
32516         * gst/avi/gstavimux.c:
32517         * ext/audiofile/gstafsink.c:
32518         * ext/audiofile/gstafsrc.c:
32519         * ext/gnomevfs/gstgnomevfssink.c:
32520         * ext/gnomevfs/gstgnomevfssrc.c:
32521         * sys/oss/gstosselement.c:
32522         * sys/v4l/v4l_calls.h:
32523           fix i18n include
32524
32525 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32526
32527         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
32528         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
32529         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
32530         (gst_v4l2_get_output), (gst_v4l2_set_output),
32531         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
32532         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
32533         (gst_v4l2_set_attribute):
32534         update to new error handling
32535
32536 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32537
32538         * ext/sidplay/gstsiddec.cc:
32539         * gst/modplug/gstmodplug.cc:
32540           parenthese NULL because C++ seems angry about it
32541
32542 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32543
32544         * gst-libs/gst/gst-i18n-plugin.h:
32545           add skeleton i18n stuff, but needs to be further implemented
32546
32547 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32548
32549         * examples/gstplay/player.c: (main):
32550         * ext/aalib/gstaasink.c: (gst_aasink_open):
32551         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
32552         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
32553         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32554         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
32555         (gst_afsink_close_file):
32556         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
32557         (gst_afsrc_close_file):
32558         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
32559         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
32560         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
32561         * ext/esd/esdmon.c: (gst_esdmon_get):
32562         * ext/esd/esdsink.c: (gst_esdsink_chain):
32563         * ext/faac/gstfaac.c: (gst_faac_chain):
32564         * ext/faad/gstfaad.c: (gst_faad_chain):
32565         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
32566         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
32567         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
32568         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
32569         (gst_flacdec_loop):
32570         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
32571         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
32572         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
32573         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
32574         (gst_gnomevfssink_close_file):
32575         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
32576         (gst_gnomevfssrc_open_file):
32577         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
32578         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
32579         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
32580         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
32581         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
32582         * ext/mad/gstmad.c: (gst_mad_chain):
32583         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
32584         * ext/mpeg2dec/gstmpeg2dec.c:
32585         * ext/mpeg2enc/gstmpeg2enc.cc:
32586         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32587         * ext/mplex/gstmplex.cc:
32588         * ext/mplex/gstmplexibitstream.cc:
32589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
32590         (gst_ogg_demux_push), (gst_ogg_pad_push):
32591         * ext/raw1394/gstdv1394src.c:
32592         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
32593         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
32594         * ext/sidplay/gstsiddec.cc:
32595         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
32596         (gst_sf_loop):
32597         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
32598         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
32599         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
32600         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
32601         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
32602         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
32603         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
32604         * gst-libs/gst/Makefile.am:
32605         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
32606         (gst_riff_read_element_data), (gst_riff_read_seek),
32607         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
32608         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
32609         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
32610         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
32611         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
32612         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32613         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
32614         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
32615         * gst/goom/gstgoom.c: (gst_goom_chain):
32616         * gst/id3/gstid3types.c: (gst_id3types_loop):
32617         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
32618         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
32619         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
32620         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
32621         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
32622         (gst_ebml_read_float), (gst_ebml_read_header):
32623         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
32624         (gst_matroska_demux_parse_blockgroup):
32625         * gst/modplug/gstmodplug.cc:
32626         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
32627         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
32628         * gst/oneton/gstoneton.c: (gst_oneton_chain):
32629         * gst/silence/gstsilence.c: (gst_silence_get):
32630         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32631         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
32632         * gst/speed/gstspeed.c: (speed_loop):
32633         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
32634         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32635         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
32636         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
32637         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
32638         (gst_wavparse_loop):
32639         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
32640         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
32641         (dxr3audiosink_close):
32642         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
32643         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
32644         (dxr3videosink_close), (dxr3videosink_write_data):
32645         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
32646         * sys/oss/gstosselement.h:
32647         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
32648         (gst_osssink_chain):
32649         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32650         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
32651         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
32652         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
32653         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
32654         (gst_v4l_enable_overlay):
32655         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
32656         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
32657         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
32658         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
32659         (gst_v4l_set_audio):
32660         * sys/v4l/v4l_calls.h:
32661         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32662         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
32663         (gst_v4lmjpegsink_playback_init),
32664         (gst_v4lmjpegsink_playback_start):
32665         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32666         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
32667         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
32668         (gst_v4lmjpegsrc_requeue_frame):
32669         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32670         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
32671         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
32672         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
32673         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
32674         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
32675         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
32676         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
32677         (gst_v4l2src_capture_stop):
32678         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
32679         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32680         (gst_ximagesink_chain):
32681         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
32682         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
32683         (gst_xvideosink_xwindow_new):
32684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32685         (gst_xvimagesink_chain):
32686         use new error signal, function and categories
32687
32688 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
32689
32690         * configure.ac:
32691         * ext/Makefile.am:
32692         * ext/musicbrainz/gsttrm.c:
32693         * ext/musicbrainz/gsttrm.h:
32694         * ext/musicbrainz/Makefile.am:
32695         Add a trm plugin
32696
32697 2004-01-18  Julien MOUTTE  <julien@moutte.net>
32698
32699         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
32700         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
32701         synchronous property for debugging.
32702         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
32703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32704         (gst_xvimagesink_set_property): Moving a pointer declaration to a
32705         smaller block, fixing indent.
32706
32707 2004-01-16  David Schleef  <ds@schleef.org>
32708
32709         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
32710         property affects the video stream.
32711         * sys/xvimage/xvimagesink.c:
32712         * sys/xvimage/xvimagesink.h:
32713         Add synchronous property for debugging.  Should probably be
32714         disabled in non-CVS builds.  Make sure that the Xv attribute
32715         exists before we set it (crash!).  Fix a silly float bug that
32716         caused colorbalance to just not work.
32717
32718 2004-01-17  Christian Schaller <Uraeus@gnome.org>
32719
32720         * tools/gst-launch-ext.in - update for new plugins
32721
32722 2004-01-16  David Schleef  <ds@schleef.org>
32723
32724         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
32725         already-freed caps.
32726
32727 2994-01-16  Christian Schaller <Uraeus@gnome.org>
32728
32729         * Update spec for new colorspace plugin and libcaca plugin
32730         * Fix compilation of libcaca plugin (clock -> id)
32731
32732 2004-01-16  Julien MOUTTE <julien@moutte.net>
32733
32734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
32735         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
32736         (gst_xvimagesink_set_xwindow_id),
32737         (gst_xvimagesink_colorbalance_set_value),
32738         (gst_xvimagesink_colorbalance_get_value),
32739         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32740         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
32741         correct colorbalance properties. They can now be set when the element
32742         is still in NULL state. The values will be committed to the Xv Port
32743         when xcontext is initialized.
32744         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
32745         brightness int values in the GstXvImagesink structure.
32746
32747 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32748
32749         * gst-libs/gst/Makefile.am:
32750           restructure so having local patches works easier.
32751
32752 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32753
32754         * ext/mpeg2enc/Makefile.am:
32755         * ext/mpeg2enc/gstmpeg2enc.cc:
32756         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
32757           Bugfix with respect to EOS handling.
32758
32759 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32760
32761         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
32762           Link with right caps (else, it segfaults).
32763         * ext/mplex/gstmplexjob.cc:
32764           Fix for slight API change in 1.6.1.93 release of mjpegtools.
32765
32766 2004-01-15  David Schleef  <ds@schleef.org>
32767
32768         * gst-libs/gst/audio/Makefile.am:
32769         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
32770         from the template.
32771         * gst-libs/gst/audio/gstaudiofilter.c:
32772         * gst-libs/gst/audio/gstaudiofilter.h:
32773         Add bytes_per_sample and size and n_samples calculation.
32774         * gst-libs/gst/audio/gstaudiofilterexample.c:
32775         Remove, now autogenerated.
32776         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
32777         Moved from gstaudiofilterexample, object name changed, code added
32778         so that it actually works.
32779         * gst-libs/gst/audio/make_filter:
32780         Script to build an audiofilter subclass from the template.
32781         * gst/colorspace/Makefile.am:
32782         * gst/colorspace/yuv2yuv.c:
32783         Remove file, since it's GPL, and we don't use it.
32784
32785 2004-01-15  Julien MOUTTE  <julien@moutte.net>
32786
32787         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
32789         them use the buffer free function to test how the buffer was allocated.
32790
32791 2004-01-15  David Schleef  <ds@schleef.org>
32792
32793         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
32794         that handles osssink fallback.
32795         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
32796         (gst_audio_convert_getcaps):
32797         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
32798         Add audio/x-qdm2 for QDM2 audio.
32799         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32800         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
32801         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
32802         Decrease minimum size to 16x16.
32803         * gst/wavparse/gstwavparse.c:
32804         Convert disabled pad template caps to new caps.
32805         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32807         (gst_xvimagesink_chain): Throw element error when display cannot
32808         be opened.  Increase minimum framerate to 1.0.  Check the data
32809         free function on a buffer to make sure it is the type we expect
32810         before manipulating it.
32811
32812 2004-01-15  Julien MOUTTE <julien@moutte.net>
32813
32814         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32815         (gst_videobalance_colorbalance_set_value): Implement passthru if
32816         settings are in the middle.
32817         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
32818
32819 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32820
32821         * gst/videofilter/Makefile.am:
32822         * gst/volume/Makefile.am:
32823           Since we use videofilter symbols, link to it.
32824
32825 2004-01-15  Julien MOUTTE <julien@moutte.net>
32826
32827         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
32828         mixer interface type to HARDWARE.
32829         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
32830         type to SOFTWARE.
32831         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
32832         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
32833         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
32834         (gst_volume_interface_init), (gst_volume_list_tracks),
32835         (gst_volume_set_volume), (gst_volume_get_volume),
32836         (gst_volume_set_mute), (gst_volume_mixer_init),
32837         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
32838         (volume_init): Implementing mixer interface.
32839         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
32840         * sys/oss/gstosselement.c: (gst_osselement_get_type),
32841         (gst_osselement_change_state): Removing some trailing commas in
32842         structures.
32843         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
32844         interface type to HARDWARE.
32845         * sys/v4l/gstv4lcolorbalance.c:
32846         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
32847         type to HARDWARE.
32848         * sys/v4l2/gstv4l2colorbalance.c:
32849         (gst_v4l2_color_balance_interface_init): Setting colorbalance
32850         interface type to HARDWARE.
32851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
32852         same code than ximagesink for event handling.
32853
32854 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32855
32856         * ext/snapshot/Makefile.am:
32857         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
32858         (gst_snapshot_chain):
32859         * ext/snapshot/gstsnapshot.h:
32860           This has to be a joke... Snapshot should be connected to a tee,
32861           colorspace element before it and EOS after that, where the other
32862           src of the tee receives normal data.
32863           The current way is *wrong*.
32864
32865 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32866
32867         * ext/hermes/gsthermescolorspace.c:
32868           Fix another compile error. Same as below.
32869
32870 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32871
32872         * gst/colorspace/gstcolorspace.c:
32873         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
32874         (gst_colorspace_i420_to_yv12):
32875           Fix compiling... Didn't test if it actually works.
32876
32877 2004-01-15  David Schleef  <ds@schleef.org>
32878
32879         * configure.ac:
32880         * gst/colorspace/Makefile.am:
32881         * gst/colorspace/gstcolorspace.c:
32882         * gst/colorspace/gstcolorspace.h:
32883         * gst/colorspace/yuv2rgb.c:
32884         * gst/colorspace/yuv2rgb.h:
32885         Duplicate the ext/hermes colorspace plugin, and remove Hermes
32886         code and GPL code.  Fix for new caps negotiation.  Rewrite
32887         much of the format handling code, and some of the conversion
32888         code.  Basically, rewrote almost everything.  This element
32889         handles I420, YV12 to RGB conversions.
32890         * ext/hermes/Makefile.am:
32891         * ext/hermes/gsthermescolorspace.c:
32892         Rename colorspace to hermescolorspace.  Fix negotiation issues.
32893         Remove non-Hermes related code.  This element handles lots of
32894         RGB to RGB conversions, but no YUV.
32895         * ext/hermes/gstcolorspace.c:
32896         * ext/hermes/gstcolorspace.h:
32897         * ext/hermes/rgb2yuv.c:
32898         * ext/hermes/yuv2rgb.c:
32899         * ext/hermes/yuv2rgb.h:
32900         * ext/hermes/yuv2rgb_mmx16.s:
32901         * ext/hermes/yuv2yuv.c:
32902         * ext/hermes/yuv2yuv.h:
32903         Remove old code.
32904
32905 2004-01-14  Colin Walters  <walters@verbum.org>
32906
32907         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
32908         they've already been.
32909
32910 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32911
32912         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
32913           assume tag mode when pad is not connected
32914
32915 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32916
32917         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32918           Don't update the time of the clock
32919         (gst_alsa_sink_loop):
32920           sync to the clock given to alsasink, not the own clock
32921         * sys/oss/gstosssink.c: (gst_osssink_chain):
32922           sync to the clock
32923         (gst_osssink_change_state):
32924           activate the clock
32925         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
32926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
32927           remove bogus code that made DISCONT events unhandled
32928         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
32929           explicitly case to double in _set_simple. (fixes 2nd warning in bug
32930           #131502)
32931         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
32932         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
32933         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
32934           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
32935           2nd warning in bug #131502)
32936
32937 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32938
32939         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
32940         (gst_videobalance_colorbalance_set_value),
32941         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
32942         for colorbalance interface implementation.
32943         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
32944         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32945         (gst_ximagesink_dispose), (gst_ximagesink_init),
32946         (gst_ximagesink_class_init): Adding DISPLAY property.
32947         * sys/ximage/ximagesink.h: Adding display_name to store display.
32948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
32949         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32950         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
32951         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
32952         properties (they still need polishing though for gst-launch use : no
32953         xcontext yet, i ll do that tomorrow).
32954         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
32955
32956 2004-01-14  Julien MOUTTE  <julien@moutte.net>
32957
32958         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
32959         (gst_play_set_location), (gst_play_set_visualization): Preparing
32960         switch integration, adding videobalance in the pipeline.
32961
32962 2004-01-14  Julien MOUTTE <julien@moutte.net>
32963
32964         * gst-libs/gst/colorbalance/colorbalance.c:
32965         (gst_color_balance_class_init): Adding a default type.
32966         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
32967         the type.
32968         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
32969         (gst_videobalance_dispose), (gst_videobalance_class_init),
32970         (gst_videobalance_init), (gst_videobalance_interface_supported),
32971         (gst_videobalance_interface_init),
32972         (gst_videobalance_colorbalance_list_channels),
32973         (gst_videobalance_colorbalance_set_value),
32974         (gst_videobalance_colorbalance_get_value),
32975         (gst_videobalance_colorbalance_init): Implementing colorbalance
32976         interface.
32977         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
32978         list.
32979         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
32980         bug which was triggering a BadAccess X error when setting an overlay
32981         before pad was really negotiated.
32982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
32983         Using the colorbalance type macro.
32984
32985 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32986
32987         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
32988         (gst_flacenc_chain):
32989           handle tags correctly
32990         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
32991           extract ID3v1 tags correctly
32992
32993 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32994
32995         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
32996         (plugin_init):
32997           Improve matroska typefinding for odd-typed headers...
32998
32999 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33000
33001         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33002           Fix for using incremental number on padnames.
33003
33004 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33005
33006         * ext/divx/gstdivxdec.c:
33007         * ext/divx/gstdivxenc.c:
33008           Set category to divx4linux instead of divx (too generic).
33009         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33010         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
33011         (gst_wavparse_loop), (gst_wavparse_change_state):
33012         * gst/wavparse/gstwavparse.h:
33013           fix parsing of WAV files with non-standard fmt-tag size and fix
33014           skipping of unrecognized chunks... Someone please fix this thing
33015           to use rifflib so all this is automated.
33016         * sys/v4l/Makefile.am:
33017         * sys/v4l2/Makefile.am:
33018           Add X_CFLAGS because we depend on X (for overlay).
33019
33020 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
33021
33022         * ext/mpeg2dec/gstmpeg2dec.c:
33023           Don't issue a timestamp unless we tagged the frame
33024           with a PTS.
33025
33026 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33027
33028         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
33029           Query the audio element to get the time, not the clock. We're
33030           interested in the element's time here.
33031
33032 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33033
33034         * ext/aalib/gstaasink.c: (gst_aasink_chain):
33035         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33036         * ext/esd/esdsink.c: (gst_esdsink_chain):
33037         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
33038         * ext/mas/massink.c: (gst_massink_chain):
33039         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
33040         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
33041         (gst_matroska_demux_parse_metadata):
33042         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
33043         (gst_mpeg_parse_release_locks):
33044         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
33045         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
33046         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33047         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33048         (gst_osssink_change_state):
33049         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
33050         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33051         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
33052         (gst_xvideosink_release_locks):
33053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
33054           use element time.
33055         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
33056         (gst_alsa_clock_stop):
33057         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
33058         (gst_audio_clock_get_internal_time):
33059           simplify for use with new clocking code.
33060         * testsuite/alsa/Makefile.am:
33061         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
33062           fix testsuite for new caps system
33063
33064 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33065
33066         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
33067         * ext/flac/gstflacenc.c: (add_one_tag):
33068           length is already host endian, no need to convert. Fixes playback of
33069           tagged files on PPC. (bug #128384)
33070
33071 2004-01-13  Julien MOUTTE <julien@moutte.net>
33072
33073         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
33074         colorbalance interface stating if it is hardware based or software
33075         based.
33076         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
33077         Removing a trailing comma.
33078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33079         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
33080         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
33081         the documentation seems to be wrong on the -1000 to 1000 interval.
33082
33083 2004-01-12  David Schleef  <ds@schleef.org>
33084
33085         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
33086         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
33087         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
33088         Fix negotiation.  Add a bufferalloc function for the sink pad,
33089         and generally clean up some of the code.
33090
33091 2004-01-12  Julien MOUTTE <julien@moutte.net>
33092
33093         * gst-libs/gst/colorbalance/colorbalancechannel.c:
33094         (gst_color_balance_channel_dispose): Adding safety check in dispose
33095         method.
33096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
33097         (gst_xvimagesink_xcontext_clear),
33098         (gst_xvimagesink_interface_supported),
33099         (gst_xvimagesink_colorbalance_list_channels),
33100         (gst_xvimagesink_colorbalance_set_value),
33101         (gst_xvimagesink_colorbalance_get_value),
33102         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
33103         Adding colorbalance interface support to set XV parameters such as
33104         HUE, BRIGHTNESS, CONTRAST, SATURATION.
33105         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
33106         interface.
33107
33108 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33109
33110         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
33111         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
33112         (gst_audio_convert_init), (gst_audio_convert_set_property),
33113         (gst_audio_convert_get_property), (gst_audio_convert_chain),
33114         (gst_audio_convert_link),
33115         (gst_audio_convert_buffer_to_default_format),
33116         (gst_audio_convert_buffer_from_default_format), (plugin_init):
33117           - implement _getcaps and use it
33118           - improve linking
33119           - remove float caps since no float conversion is actually done
33120           - remove properties and arguments that were to be used for rate
33121             conversion
33122
33123 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33124
33125         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
33126         (gst_audio_structure_set_int):
33127         * gst-libs/gst/audio/audio.h:
33128           add helper functions for _getcaps matching the standard audio
33129           templates
33130
33131 2004-01-12  David Schleef  <ds@schleef.org>
33132
33133         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33134         Test that pad is negotiated before getting its caps.
33135
33136 2004-01-12  Julien MOUTTE <julien@moutte.net>
33137
33138         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
33139         analyzing the pads of an element the bin is mostly in READY state so
33140         no caps were negotiated. This helper function needs to work with
33141         _get_caps directly then. I was not freeing them though, added that to
33142         fix the mem leak.
33143
33144 2004-01-12  Julien MOUTTE <julien@moutte.net>
33145
33146         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
33147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
33148         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
33149         than the free_func.
33150
33151 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33152
33153         * sys/oss/gstossaudio.c: (plugin_init):
33154         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33155         * sys/oss/gstosselement.h:
33156           make an oss debugging category
33157           make failure more descriptive
33158
33159 2004-01-11  David Schleef  <ds@schleef.org>
33160
33161         * ext/ffmpeg/gstffmpeg.c:
33162         * ext/ffmpeg/gstffmpegcodecmap.c:
33163         * ext/ffmpeg/gstffmpegdec.c:
33164         * ext/ffmpeg/gstffmpegenc.c:
33165         * ext/ffmpeg/gstffmpegprotocol.c:
33166         * ext/gdk_pixbuf/gstgdkanimation.c:
33167         * ext/jpeg/gstjpeg.c:
33168         * ext/libpng/gstpng.c:
33169         * ext/mpeg2dec/perftest.c:
33170         * ext/speex/gstspeex.c:
33171         * gst-libs/gst/resample/dtos.c:
33172         * gst/intfloat/gstintfloatconvert.c:
33173         * gst/oneton/gstoneton.c:
33174         * gst/rtjpeg/RTjpeg.c:
33175         * gst/rtp/gstrtp.c:
33176         * sys/dxr3/dxr3init.c:
33177         * sys/glsink/gstgl_nvimage.c:
33178         * sys/glsink/gstgl_pdrimage.c:
33179         * sys/glsink/gstglsink.c:
33180         * testsuite/gst-lint:
33181         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
33182
33183 2004-01-11  David Schleef  <ds@schleef.org>
33184
33185         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
33186         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
33187         * ext/gdk_pixbuf/gstgdkanimation.c:
33188         (gst_gdk_animation_iter_create_pixbuf):
33189         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33190         (gst_gdk_pixbuf_chain):
33191         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33192         * ext/jack/gstjack.c: (gst_jack_change_state):
33193         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
33194         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
33195         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
33196         * gst/videofilter/gstvideofilter.c:
33197         (gst_videofilter_set_output_size):
33198         Remove all usage of gst_pad_get_caps(), and replace it with
33199         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
33200
33201 2004-01-11  David Schleef  <ds@schleef.org>
33202
33203         * configure.ac:
33204         * ext/Makefile.am: Fixes to make ext/libcaca compile.
33205         * ext/divx/gstdivxdec.c:
33206         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
33207         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
33208         handle images that span multiple buffers.  Now work with both
33209         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
33210         * ext/gdk_pixbuf/gstgdkpixbuf.h:
33211         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
33212         video/video.h changes
33213         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
33214         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33215         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
33216         of GstData free function.
33217         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33218         same.
33219
33220 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33221
33222         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
33223         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
33224         (gst_v4l2element_get_property):
33225         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
33226           add norm, channel and frequency properties.
33227         * sys/v4l2/gstv4l2tuner.c:
33228           fixes for tuner interface changes
33229         * sys/v4l2/gstv4l2element.h:
33230         * sys/v4l2/gstv4l2src.c:
33231         * sys/v4l2/gstv4l2src.h:
33232         * sys/v4l2/v4l2src_calls.c:
33233         * sys/v4l2/v4l2src_calls.h:
33234           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
33235
33236 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33237
33238         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
33239         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
33240         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
33241         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
33242         * gst-libs/gst/tuner/tuner.h:
33243           GObjects aren't const.
33244           Add find_by_name functions.
33245           Add checks to _changed functions.
33246         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
33247         (gst_v4l_tuner_get_norm):
33248           Fixes for above.
33249
33250 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33251
33252         * gst-libs/gst/video/video.h:
33253           Fix caps template names to be understandable.
33254           Prefix everything with GST_VIDEO.
33255         * ext/aalib/gstaasink.c:
33256         * ext/divx/gstdivxdec.c:
33257         * ext/divx/gstdivxenc.c:
33258         * ext/gdk_pixbuf/gstgdkpixbuf.c:
33259         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
33260         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
33261         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
33262         * ext/libcaca/gstcacasink.c:
33263         * ext/libpng/gstpngenc.c: (raw_caps_factory):
33264         * ext/snapshot/gstsnapshot.c:
33265         * ext/swfdec/gstswfdec.c:
33266         * ext/xvid/gstxviddec.c:
33267         * ext/xvid/gstxvidenc.c:
33268         * gst/chart/gstchart.c:
33269         * gst/deinterlace/gstdeinterlace.c:
33270         * gst/effectv/gsteffectv.c:
33271         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
33272         * gst/goom/gstgoom.c:
33273         * gst/median/gstmedian.c:
33274         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
33275         (gst_monoscope_srcconnect), (gst_monoscope_chain):
33276         * gst/overlay/gstoverlay.c:
33277         * gst/smooth/gstsmooth.c:
33278         * gst/smpte/gstsmpte.c:
33279         * gst/synaesthesia/gstsynaesthesia.c:
33280         * gst/videocrop/gstvideocrop.c:
33281         * gst/videodrop/gstvideodrop.c:
33282         * gst/y4m/gsty4mencode.c:
33283         * sys/qcam/gstqcamsrc.c:
33284         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
33285           Make them work with new video.h file.
33286         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33287         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33289         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33290           Make it work with new buffer allocation system.
33291
33292 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33293
33294         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
33295         pad_alloc_buffer implementation to use ->srcpad
33296         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
33297         pad_alloc_buffer implementation to use ->srcpad
33298         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
33299         pad_alloc_buffer implementation to use ->srcpad
33300         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33301         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33302         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33303         a reference to everything we need.
33304         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
33305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33306         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33307         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
33308         a reference to everything we need.
33309         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
33310
33311 2004-01-11  David Schleef  <ds@schleef.org>
33312
33313         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
33314         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
33315         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
33316         structure members.
33317         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
33318         value during a resize/renegotiation.
33319         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
33320         gst_pad_alloc_buffer();
33321         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33322         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
33323         structure members.
33324         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
33325         Fix for rename of buffer private structure members.
33326         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33327         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
33328         Fix for rename of buffer private structure members.
33329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33330         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
33331         Fix for rename of buffer private structure members.
33332
33333 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
33334
33335         reviewed by: David Schleef <ds@schleef.org>
33336
33337         * gst/videofilter/Makefile.am:
33338         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
33339         from the patch by ds to fit in with recent make_filter changes.
33340
33341 2004-01-11  Julien MOUTTE  <julien@moutte.net>
33342
33343         * configure.ac: Adding examples/switch/Makefile
33344         * examples/Makefile.am: Adding examples/switch
33345         * examples/switch/Makefile.am: Adding switcher example.
33346         * examples/switch/switcher.c: (got_eos), (idle_iterate),
33347         (switch_timer), (main): Adding an example demonstrating switch usage
33348         with 2 videotestsrc showing different patterns.
33349         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
33350         (gst_switch_init): Fixing switch with the new caps system.
33351
33352 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33353
33354         * gst-libs/gst/video/video.h:
33355           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
33356           They should probably be like
33357           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
33358
33359 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33360
33361         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33362         (qtdemux_parse_trak):
33363           fix audio chunk size/timestamp calculation
33364
33365 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33366
33367         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
33368           fix SVQ3 caps
33369
33370 2004-01-11  Steve Baker  <steve@stevebaker.org>
33371
33372         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
33373         (gst_agingtv_base_init), (gst_agingtv_class_init),
33374         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
33375         (gst_agingtv_set_property), (gst_agingtv_get_property):
33376         Port agingTV to videofilter
33377
33378 2004-01-09  Julien MOUTTE <julien@moutte.net>
33379
33380         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
33381         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33382
33383 2004-01-09  Julien MOUTTE <julien@moutte.net>
33384
33385         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
33386         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33387         * gst-libs/gst/xoverlay/xoverlay.c:
33388         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
33389         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
33390         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33391         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
33392         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
33393         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
33394         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
33395         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
33396         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33397         interface implementation to handle xid being 0 and fix some bugs
33398         triggered by Benjamin's testcase.
33399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
33400         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
33401         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
33402         the bufferalloc_function to replace bufferpools, fixing the XOverlay
33403         interface implementation to handle xid being 0 and fix some bugs
33404         triggered by Benjamin's testcase.
33405
33406 2004-01-09  David Schleef  <ds@schleef.org>
33407
33408         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
33409         mouse pointer events.  It works.
33410
33411 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33412
33413         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
33414           Use explicit caps - fix capsnego.
33415         * ext/xvid/gstxviddec.c:
33416         * ext/xvid/gstxvidenc.c:
33417           Remove macro-inside-macro which caused compile errors.
33418         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
33419           Error out if it's not a RIFF file. Else we error out without
33420           gst_element_error() which is not good...
33421
33422 2004-01-08  David Schleef  <ds@schleef.org>
33423
33424         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
33425         Fix pad_link function to handle formats that ffmpeg returns
33426         as multiple caps structures.
33427         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
33428         Only complain if source buffer is _smaller_ than expected.
33429         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
33430         (gst_videoscale_handle_src_event): Resize navigation events
33431         when passing them upstream.
33432         * gst/videotestsrc/gstvideotestsrc.c:
33433         * gst/videotestsrc/gstvideotestsrc.h:
33434         * gst/videotestsrc/videotestsrc.c:
33435         * gst/videotestsrc/videotestsrc.h:
33436         Rewrite many of the buffer painting functions to handle odd
33437         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
33438         been verified to work with my video card.
33439         * testsuite/gst-lint:  Add check for elements calling
33440         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
33441
33442 2004-01-08  David Schleef  <ds@schleef.org>
33443
33444         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
33445         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
33446
33447 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33448
33449         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
33450         configure event is not emiting the desired size signal. That fixes
33451         aspect ratio issues with gst-player.
33452
33453 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33454
33455         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
33456           Fix capsnego.
33457
33458 2004-01-08  Julien MOUTTE  <julien@moutte.net>
33459
33460         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
33461         public method to fire size signal.
33462
33463 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33464
33465         * examples/gstplay/Makefile.am: Adding the interface library.
33466         * gst-libs/gst/play/Makefile.am: Adding the interface library.
33467         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
33468         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
33469         GST_IS_X_OVERLAY before signal connect.
33470         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
33471         Removing the have_video_size signal.
33472         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
33473         and associated public method.
33474         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
33475         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
33476         signal.
33477         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
33478         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
33479         signal.
33480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
33481         Using XOverlay public method to fire size signal.
33482
33483 2004-01-07  David Schleef  <ds@schleef.org>
33484
33485         * gst/videofilter/Makefile.am:
33486         * gst/videofilter/gstvideotemplate.c:
33487         * gst/videofilter/make_filter:
33488         Create gstvideoexample.c in a srcdir!=builddir friendly way.
33489         Convert make_filter to /bin/sh script.
33490
33491 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
33492
33493         * gst/modplug/gstmodplug.cc: fix element description
33494
33495 2004-01-07  Julien MOUTTE  <julien@moutte.net>
33496
33497         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
33498         (got_video_size): Adding some new lines in g_print calls.
33499         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33500         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
33501         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
33502         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
33503         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
33504         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
33505         Complete code review, reverting some stuff i disagree with, adding
33506         some fixes : time synchronization on invalid timestamps, renegotiation
33507         of private window.
33508         * sys/ximage/ximagesink.h:
33509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
33510         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
33511         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
33512         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
33513         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
33514         (gst_xvimagesink_buffer_new),
33515         (gst_xvimagesink_navigation_send_event),
33516         (gst_xvimagesink_set_xwindow_id),
33517         (gst_xvimagesink_get_desired_size),
33518         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
33519         stuff i disagree with, adding some fixes : Renegotiation of private
33520         window, implementing get_desired_size.
33521
33522 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33523
33524         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
33525         (gst_afsink_handle_event):
33526         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
33527         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
33528         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
33529         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
33530         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
33531           Fix for instantiate-test (see core). Also remove dead code from
33532           jpegenc (which still needs fixing, but that's lower on my TODO
33533           list...).
33534         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
33535           Never return NULL as caps.
33536
33537 2004-01-07  David Schleef  <ds@schleef.org>
33538
33539         * configure.ac:
33540         * ext/Makefile.am:
33541         * ext/librfb/Makefile.am:
33542         * ext/librfb/gstrfbsrc.c:
33543         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
33544         is the protocol used by VNC.
33545
33546 2004-01-07  David Schleef  <ds@schleef.org>
33547
33548         * gst/videofilter/gstvideotemplate.c:
33549         * gst/videofilter/gstvideotemplate.h:
33550         * gst/videofilter/make_filter:
33551         Merge videotemplate header into source file.
33552         * gst/effectv/Makefile.am:
33553         * gst/effectv/gsteffectv.c: (plugin_init):
33554         * gst/effectv/gstwarp.c:
33555         Make warpTV a subclass of videofilter.
33556
33557 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33558
33559         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
33560           Add guard against invalid utf-8 conversions in mad. Just in case.
33561
33562 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33563
33564         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33565           Fix for bug shown by poisoning
33566
33567 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33568
33569         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
33570         (gst_v4lmjpegsrc_buffer_free):
33571         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
33572         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
33573         (gst_v4lsrc_buffer_free):
33574           Fix for removed bufferpools.
33575
33576 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33577
33578         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
33579         Fix caps negotiation.
33580
33581         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
33582         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
33583         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
33584         (dvdnavsrc_event):
33585         * ext/mpeg2dec/gstmpeg2dec.c:
33586         * gst-libs/gst/navigation/navigation.c:
33587         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
33588         * gst-libs/gst/navigation/navigation.h:
33589         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
33590         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
33591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
33592         Super-simple first version of mouse and keyboard events. Clicking
33593         on a DVD menu now works, although it may not take you where you
33594         expected.
33595
33596         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33597         * gst/videotestsrc/gstvideotestsrc.c:
33598         (gst_videotestsrc_src_fixate):
33599         These fixate functions were broken - they never actually
33600         fixated :)
33601
33602 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33603
33604         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
33605         (gst_icecastsend_init):
33606           fix for new caps system.
33607         * gst-libs/gst/mixer/mixertrack.h:
33608         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
33609           Add 'master track' flag (for tools like ACME that only want to
33610           change the main volume).
33611
33612 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
33613
33614         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
33615         (gst_xvid_csp_to_caps):
33616         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
33617         * ext/xvid/gstxvidenc.c:
33618         ifdef out ARGB type when it isn't available
33619         in xvidcore 1.0.0beta2
33620
33621 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33622
33623         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
33624           When we have received a new SCR right in the first buffer after
33625           a seek (so in the same cycle that handles the discont), we should
33626           handle the buffer instead of unreffing it, else we lose data.
33627
33628 2004-01-06  Iain <iain@prettypeople.org>
33629
33630         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
33631           buffer-frames caps too.
33632
33633         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
33634           caps that we need, don't destroy them all and rebuild them. And when
33635           creating src pads, use the src pad template rather than the sink...
33636
33637 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33638
33639         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
33640           Add pad to element *after* setting functions such as event handler.
33641           Without this, the scheduler (opt) will link pads, set the event
33642           handler from the default event function (dispatcher in gstpad.c)
33643           and *after* that, we will set our own event function, which will
33644           thus never be used (and thus mpegdemux doesn't handle events).
33645
33646 2004-01-04  David Schleef  <ds@schleef.org>
33647
33648         Fix the fixate functions to handle new prototype:
33649         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
33650         * gst/videotestsrc/gstvideotestsrc.c:
33651         (gst_videotestsrc_src_fixate):
33652         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
33653         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
33654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
33655
33656 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33657
33658         * sys/ximage/ximagesink.h:
33659         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
33660         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
33661         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
33662         (gst_ximagesink_xoverlay_init):
33663           assorted fixes to make (re)embedding work
33664         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
33665         (gst_ximagesink_get_desired_size):
33666           implement desired size additions to XOverlay
33667
33668 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33669
33670         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
33671         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
33672         (gst_x_overlay_got_desired_size):
33673         * gst-libs/gst/xoverlay/xoverlay.h:
33674           Add optional "desired size" signal and querying.
33675
33676 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33677
33678         * gst/matroska/matroska-demux.c:
33679         (gst_matroska_demux_parse_blockgroup):
33680           Fix EBML-laced block parsing. Diffs are relative to previous
33681           lace, not the first lace. Thanks to Mosu from the Matroska
33682           team for detecting this.
33683         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33684         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
33685         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
33686         (gst_wavparse_change_state):
33687         * gst/wavparse/gstwavparse.h:
33688           Quickfix for capsnego.
33689
33690 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33691
33692         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
33693           Fix indenting, fix pad creation.
33694
33695 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33696
33697         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
33698         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
33699         (gst_xviddec_sink_link):
33700           Implement src_getcaps() so proper size caps is negotiated.
33701
33702 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33703
33704         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
33705           Finish flac decoder on EOS. See #116178.
33706
33707 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33708
33709         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
33710         (gst_matroska_demux_add_stream):
33711         * gst/matroska/matroska-ids.h:
33712           Add getcaps() function to fix capsnego...
33713
33714 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33715
33716         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33717         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
33718         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
33719           Fix more integer overflows. Again, see #126967.
33720
33721 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33722
33723         * ext/mpeg2dec/gstmpeg2dec.c:
33724           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
33725           #130416.
33726
33727 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33728
33729         * configure.ac:
33730         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
33731         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
33732         * ext/xvid/gstxvid.h:
33733         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
33734         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
33735         (gst_xviddec_src_link), (gst_xviddec_sink_link),
33736         (gst_xviddec_change_state):
33737         * ext/xvid/gstxviddec.h:
33738         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
33739         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
33740         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
33741         (gst_xvidenc_link), (gst_xvidenc_set_property),
33742         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
33743         * ext/xvid/gstxvidenc.h:
33744           Update xvid plugin to latest xvid (1.0.0-beta3) API.
33745
33746 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33747
33748         * gst/rtp/rtp-packet.c:
33749           Add sys/types.h include, since OS X doesn't define in_addr_t
33750           in netinet/in.h, like it does on Linux (see #129600).
33751
33752 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
33753
33754         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
33755
33756         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
33757           Correct logic of dispose function (see #129306).
33758
33759 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33760
33761         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
33762         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
33763         (gst_mpeg_parse_init):
33764         * gst/mpegstream/gstmpegparse.h:
33765           Remove clock (which was never provided, i.e. dead code), and
33766           also fix integer overflows at high PTS values (see #126967).
33767
33768 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33769
33770         * ext/flac/gstflacdec.c:
33771         * ext/libpng/gstpngenc.h:
33772         * ext/mikmod/gstmikmod.h:
33773           OS X fixes (see #126628).
33774
33775 2004-01-02  David Schleef  <ds@schleef.org>
33776
33777         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
33778         (gst_alsa_src_base_init): Remove bogus "src" request pad.
33779         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
33780         (gst_mpeg_parse_class_init): Move pad template registration
33781         to class_init, since the derived class (mpegdemux) doesn't
33782         want them.
33783
33784 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33785
33786         * sys/ximage/Makefile.am:
33787         * sys/xvideo/Makefile.am:
33788         * sys/xvimage/Makefile.am:
33789           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
33790           after installation (see #127664).
33791
33792 2004-01-02  David Schleef  <ds@schleef.org>
33793
33794         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
33795         (gst_ffmpegenc_connect):  Negotiation fixes.
33796         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
33797         Remove inappropriate gst_caps_free().
33798         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33799         Reenable Ronald's internal resize code, since the core handles
33800         it correctly now.
33801
33802 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33803
33804         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
33805         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
33806         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
33807           Fix pad template stuff.
33808
33809 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33810
33811         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
33812         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
33813           fix signed integer reading/writing.
33814
33815 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33816
33817         * ext/alsa/README:
33818           Remove outdated document
33819
33820 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
33821
33822         * gst/cutter/gstcutter.c: (gst_cutter_init):
33823           src pad was being created twice - oops.
33824
33825 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33826
33827         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33828           Comment out internal resize. It doesn't handle the resulting
33829           XEvent internally, does another try_set_caps() which leads to
33830           a really nice loop.
33831           Real fix will come when Julien and Dave are awake. ;).
33832
33833 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33834
33835         * ext/mpeg2enc/gstmpeg2enc.cc:
33836           fix const/nonconst compile issue.
33837
33838 2004-01-02  David Schleef  <ds@schleef.org>
33839
33840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
33841         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
33842         Add fixate function and a check for bad formats.
33843
33844 2004-01-01  David Schleef  <ds@schleef.org>
33845
33846         Negotiation fixes:
33847         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
33848         (gst_audiofilter_init):
33849         * gst/debug/efence.c: (gst_efence_init):
33850         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
33851         (gst_deinterlace_init):
33852         * gst/volume/gstvolume.c: (volume_connect):
33853
33854 2004-01-01  David Schleef  <ds@schleef.org>
33855
33856         Convert elements to use gst_pad_use_explicit_caps() where
33857         appropriate:
33858         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
33859         * ext/audiofile/gstafparse.c: (gst_afparse_init),
33860         (gst_afparse_open_file):
33861         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
33862         (gst_afsrc_open_file):
33863         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
33864         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
33865         (gst_ffmpegdec_chain):
33866         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
33867         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
33868         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
33869         (gst_gdk_pixbuf_chain):
33870         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
33871         (gst_jpegdec_chain):
33872         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
33873         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
33874         (gst_mikmod_negotiate):
33875         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
33876         (gst_mpeg2dec_negotiate_format):
33877         * ext/mpeg2enc/gstmpeg2enc.cc:
33878         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33879         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
33880         (gst_speexdec_sinkconnect):
33881         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
33882         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
33883         (gst_vorbisfile_new_link):
33884         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
33885         (gst_ac3parse_chain):
33886         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
33887         (gst_asf_demux_setup_pad):
33888         * gst/auparse/gstauparse.c: (gst_auparse_init),
33889         (gst_auparse_chain):
33890         * gst/id3/gstid3types.c: (gst_id3types_loop):
33891         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
33892         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
33893         (mp1videoparse_parse_seq):
33894         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
33895         (bpf_from_header):
33896         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
33897         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
33898         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
33899         (gst_mpeg_parse_send_data):
33900         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
33901         (gst_qtdemux_add_stream):
33902         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
33903         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
33904         (gst_wavparse_parse_fmt):
33905
33906 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33907
33908         * configure.ac:
33909           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
33910           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
33911           it therefore uses the wrong include paths. Too bad... Note
33912           that 1.6.1.93 is not release yet. ;).
33913           Also add a check for mplex, which is now using the lib'ified
33914           mplex from mjpegtools, too.
33915         * ext/ffmpeg/gstffmpegcodecmap.c:
33916           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
33917           issues. I don't think ffmpeg handles 3ivx correctly, so this
33918           probably won't work. But it won't hurt either.
33919         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
33920         (gst_ffmpegdec_chain):
33921         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
33922         (gst_ffmpegenc_chain_audio):
33923           Fix memleak in audio encoding. Close codec if open fails, this
33924           calls the cleanup routines so we can re-use the context.
33925         * ext/mpeg2enc/gstmpeg2enc.cc:
33926           Fix pad template names/types, fix memory issue with getcaps().
33927         * ext/mpeg2enc/gstmpeg2encoder.cc:
33928         * ext/mpeg2enc/gstmpeg2encoder.hh:
33929           Fix compile issue with new caps system (const thingy).
33930         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
33931         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
33932           We read a first frame right on initing, so that we have a caps
33933           when we init the output. This caps is cached in padprivate and
33934           read as first frame.
33935         * ext/mplex/Makefile.am:
33936         * ext/mplex/gstmplex.cc:
33937         * ext/mplex/gstmplex.h:
33938         * ext/mplex/gstmplex.hh:
33939         * ext/mplex/gstmplexibitstream.cc:
33940         * ext/mplex/gstmplexibitstream.hh:
33941         * ext/mplex/gstmplexjob.cc:
33942         * ext/mplex/gstmplexjob.hh:
33943         * ext/mplex/gstmplexoutputstream.cc:
33944         * ext/mplex/gstmplexoutputstream.hh:
33945           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
33946           had issues, didn't do capsnego, supported only a subset of the
33947           mplex features and required a mplex fork in our local CVS. Plus
33948           that it worked agaist a very old mplex version. Rewriting was
33949           faster than updating it.
33950         * gst-libs/ext/Makefile.am:
33951         * gst-libs/ext/mplex/INSTRUCT:
33952         * gst-libs/ext/mplex/Makefile.am:
33953         * gst-libs/ext/mplex/README:
33954         * gst-libs/ext/mplex/TODO:
33955         * gst-libs/ext/mplex/ac3strm_in.cc:
33956         * gst-libs/ext/mplex/audiostrm.hh:
33957         * gst-libs/ext/mplex/audiostrm_out.cc:
33958         * gst-libs/ext/mplex/aunit.hh:
33959         * gst-libs/ext/mplex/bits.cc:
33960         * gst-libs/ext/mplex/bits.hh:
33961         * gst-libs/ext/mplex/buffer.cc:
33962         * gst-libs/ext/mplex/buffer.hh:
33963         * gst-libs/ext/mplex/fastintfns.h:
33964         * gst-libs/ext/mplex/format_codes.h:
33965         * gst-libs/ext/mplex/inputstrm.cc:
33966         * gst-libs/ext/mplex/inputstrm.hh:
33967         * gst-libs/ext/mplex/lpcmstrm_in.cc:
33968         * gst-libs/ext/mplex/mjpeg_logging.cc:
33969         * gst-libs/ext/mplex/mjpeg_logging.h:
33970         * gst-libs/ext/mplex/mjpeg_types.h:
33971         * gst-libs/ext/mplex/mpastrm_in.cc:
33972         * gst-libs/ext/mplex/mpegconsts.cc:
33973         * gst-libs/ext/mplex/mpegconsts.h:
33974         * gst-libs/ext/mplex/mplexconsts.hh:
33975         * gst-libs/ext/mplex/multplex.cc:
33976         * gst-libs/ext/mplex/outputstream.hh:
33977         * gst-libs/ext/mplex/padstrm.cc:
33978         * gst-libs/ext/mplex/padstrm.hh:
33979         * gst-libs/ext/mplex/stillsstream.cc:
33980         * gst-libs/ext/mplex/stillsstream.hh:
33981         * gst-libs/ext/mplex/systems.cc:
33982         * gst-libs/ext/mplex/systems.hh:
33983         * gst-libs/ext/mplex/vector.cc:
33984         * gst-libs/ext/mplex/vector.hh:
33985         * gst-libs/ext/mplex/videostrm.hh:
33986         * gst-libs/ext/mplex/videostrm_in.cc:
33987         * gst-libs/ext/mplex/videostrm_out.cc:
33988         * gst-libs/ext/mplex/yuv4mpeg.cc:
33989         * gst-libs/ext/mplex/yuv4mpeg.h:
33990         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
33991         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
33992           We don't fork mjpegtools' mplex in our CVS anymore.
33993         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
33994         (gst_avi_demux_add_stream):
33995         * gst/avi/gstavidemux.h:
33996           Add getcaps() function for proper caps nego. This makes some
33997           parts of AVI playback/reading work.
33998         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
33999           Resize window on new capsnego. This is probably wrong, but
34000           I'm still committing it because with current capsnego, the
34001           first successfull capsnego is auto-fixated, therefore rounded
34002           down to the lowest values in the caps. this results in a 16x16
34003           XWindow that is not reized when real capsnego finishes.
34004           Dave, I see more cases of this, do you know a proper solution?
34005         * tools/gst-launch-ext.in:
34006           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
34007
34008 2003-12-31  David Schleef  <ds@schleef.org>
34009
34010         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
34011         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
34012           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
34013
34014 2003-12-30  David Schleef  <ds@schleef.org>
34015
34016         * ext/ffmpeg/gstffmpegcolorspace.c:
34017         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
34018         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
34019         (gst_ffmpegcsp_chain): Negotiation fixes
34020         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
34021         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
34022         (gst_audio_convert_link), (gst_audio_convert_channels):
34023         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
34024         (gst_audioscale_link), (gst_audioscale_get_buffer),
34025         (gst_audioscale_chain): Negotiation fixes
34026         * gst/audioscale/gstaudioscale.h:
34027         * gst/videofilter/gstvideofilter.c:
34028         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
34029         (gst_videofilter_link), (gst_videofilter_init),
34030         (gst_videofilter_set_output_size), (gst_videofilter_setup),
34031         (gst_videofilter_find_format_by_structure):
34032         * gst/videofilter/gstvideofilter.h: Negotiation fixes
34033         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
34034         (gst_videoscale_link):
34035         * gst/videoscale/videoscale.c: (videoscale_get_structure),
34036         (videoscale_find_by_structure), (gst_videoscale_setup):
34037         * gst/videoscale/videoscale.h: Negotiation fixes
34038         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
34039         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
34040         function, restrict resizing to a multiple of 4 (hack until
34041         everyone supports odd sizes correctly).
34042
34043 2003-12-29  Colin Walters  <walters@verbum.org>
34044
34045         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
34046         signed.
34047
34048 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
34049
34050         * ext/sndfile/gstsf.c: (gst_sf_loop):
34051           Fix warning about discarding const qualifier
34052
34053 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
34054
34055         * gst/cutter/gstcutter.c:
34056         * gst/videoscale/gstvideoscale.c:
34057         * gst/volenv/gstvolenv.c:
34058         * gst-libs/gst/audio/audio.c:
34059         * gst-libs/gst/video/video.c:
34060           Fix warnings
34061
34062 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34063
34064         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34065           Don't send ALSA debugging to stderr.
34066         * ext/alsa/gstalsa.h:
34067           Use GST_WARNING instead of g_warning when ALSA functions fail.
34068
34069 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34070
34071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34072           Free XVAdapterInfo correctly.
34073
34074 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34075
34076         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
34077         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
34078           Make id3tag use correct caps nego.
34079
34080 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
34081
34082         * ext/ivorbis/vorbis.c:
34083         * ext/ivorbis/vorbisenc.h:
34084         * ext/ivorbis/vorbisfile.c:
34085           Modify so that it uses the new caps things
34086
34087 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34088
34089         * testsuite/spider/spider1.c: (main):
34090         * testsuite/spider/spider2.c: (main):
34091         * testsuite/spider/spider3.c: (main):
34092           Make tests compile again. They probably don't work.
34093
34094 2003-12-24  Colin Walters  <walters@verbum.org>
34095
34096         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
34097         we can't fixate the caps anymore.
34098
34099 2003-12-23  David Schleef  <ds@schleef.org>
34100
34101         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
34102         * sys/oss/gstosssink.c: (gst_osssink_init),
34103         (gst_osssink_sink_fixate): Add fixate function.
34104
34105 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34106
34107         * ext/ffmpeg/gstffmpegcodecmap.c:
34108         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
34109         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
34110         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
34111         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
34112         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
34113         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
34114         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
34115           fix typo in RGB masks, and move back to "old" colorspace
34116           capsnego code until whoever wrote this new crap has actually
34117           tested it so that it works.
34118           And yes, this works, keep it that way please.
34119
34120 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34121
34122         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
34123         (gst_divxdec_init), (gst_divxdec_negotiate):
34124         * ext/divx/gstdivxdec.h:
34125         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
34126         (gst_divxenc_init):
34127         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
34128         (gst_faac_sinkconnect), (gst_faac_srcconnect):
34129         * ext/mpeg2enc/gstmpeg2enc.cc:
34130         * ext/mpeg2enc/gstmpeg2encoder.cc:
34131         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
34132         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
34133         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
34134         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
34135         (dxr3spusink_init):
34136         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
34137         (dxr3videosink_init):
34138           Fix caps breakage after Dave's caps branch merge.
34139
34140 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34141
34142         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34143           Fix for 24bpp display.
34144
34145 2003-12-23  Colin Walters  <walters@verbum.org>
34146
34147         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
34148         a GnomeVFSHandle directly.
34149
34150 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34151
34152         * gst/volume/Makefile.am:
34153         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
34154         (volume_base_init), (volume_init):
34155           Reenable volume element and fix to work with new caps stuff.
34156           Rhythmbox needs this.
34157
34158 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34159
34160         * gst/qtdemux/qtdemux.c: (plugin_init):
34161           qtdemux requires bytestream
34162
34163 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34164
34165         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
34166           Fix remaining caps handling errors due to CAPS merge.
34167
34168 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34169
34170         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
34171         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
34172         (gst_faad_srcconnect):
34173           Port to new caps system.
34174
34175 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34176
34177         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
34178         (got_video_size), (main): using g_print instead of g_message.
34179         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
34180         signal which was not emitted because of "switch" element added to the
34181         bin but not connected. (Removing from the bin temporarily)
34182
34183 2003-12-21  Julien MOUTTE  <julien@moutte.net>
34184
34185         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
34186         find X development files. I don't understand the previous tests and
34187         they fail on my debian/ppc unstable. This one works.
34188         * examples/gstplay/player.c: (main): Set the pipeline to READY before
34189         exiting.
34190         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
34191         (gst_play_set_video_sink), (gst_play_set_audio_sink),
34192         (gst_play_set_visualization): Add some safety checks in set_ methods
34193         and state_change. This was throwing some ugly CRITICAL messages when
34194         pipeline was getting disposed and casts were failing.
34195
34196 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34197
34198         * configure.ac:
34199           Improve mpeg2enc detection. This is for distributions that do
34200           ship mjpegtools, but without mpeg2enc. Also does object check
34201           for might there ever be ABI incompatibility.
34202         * ext/mpeg2enc/gstmpeg2enc.cc:
34203           Add Andrew as second maintainer (he's helping me), and also add
34204           an error if no caps was set. This happens if I pull before capsnego
34205           and that's something I should solve sometime else.
34206         * gst/matroska/matroska-demux.c:
34207         (gst_matroska_demux_parse_blockgroup):
34208           Fix time parsing.
34209         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
34210         (gst_matroska_mux_track_header):
34211           Add caps to templates.
34212         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
34213           Add mpegversion=1 to prevent confusion with MPEG/AAC.
34214         * gst/mpegstream/gstmpegdemux.c:
34215           Remove layer since it causes warnings about unfixed caps.
34216         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
34217           Fix obvious typo (we error out if caps were set, we should of
34218           course error out if *no* caps were set).
34219         * sys/oss/gstosselement.c: (gst_osselement_convert):
34220           Fix format conversion, we confused bits/bytes.
34221         * sys/oss/gstosselement.h:
34222           Improve documentation for 'bps'.
34223         * sys/v4l/TODO:
34224           Remove stuff about plugins that need removing - this was done
34225           ages ago.
34226         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
34227         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
34228         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
34229         (gst_v4lsrc_src_query):
34230         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
34231         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
34232           Add get_query_types(), get_formats() and query() functions.
34233
34234 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34235
34236         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
34237           * moved CVS to freedesktop.org